Trace number 4266074

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
cosoco-sat 1.12Signal 43.400902 722.328

General information on the benchmark

NameHanoi/Hanoi-m1-s1/
Hanoi-08.xml
MD5SUMb1ffa7aed2f9a273862c03f3716b8b6c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.4621701
Satisfiable
(Un)Satisfiability was proved
Number of variables254
Number of constraints254
Number of domains1
Minimum domain size6561
Maximum domain size6561
Distribution of domain sizes[{"size":6561,"count":254}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":253},{"degree":2,"count":1}]
Minimum constraint arity1
Maximum constraint arity2
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":253}]
Number of extensional constraints253
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":253},{"type":"intension","count":1}]
Optimization problemNO
Type of objective

Solver Data

33.07/33.28	terminate called after throwing an instance of 'Glucose::OutOfMemoryException'
33.07/33.28	c
33.07/33.28	c This is cosoco 1.12 --  
33.07/33.28	c
33.07/33.28	c command line: cosoco -lc -model -restarts -sat HOME/instance-4266074-1502591353.xml 

Verifier Data

One s line expected

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15310 MiB free)
  memory of node 1: 16384 MiB (15621 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4266074-1502591353/watcher-4266074-1502591353 -o /tmp/evaluation-result-4266074-1502591353/solver-4266074-1502591353 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502565207-4738 --watchdog 2580 cosoco -lc -model -restarts -sat HOME/instance-4266074-1502591353.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=8859, runsolver pid=8856

[startup+0.100093 s]*
/proc/loadavg: 2.00 2.01 2.05 3/186 8860
/proc/meminfo: memFree=31674680/32770624 swapFree=67108764/67108860
[pid=8859] ppid=8856 vsize=40168 memory=16264 CPUtime=0 cores=1,3,5,7
/proc/8859/stat : 8859 (cosoco) R 8856 8859 4674 0 -1 4202496 4248 0 0 0 0 0 0 0 20 0 1 0 106641669 41132032 4066 18446744073709551615 4194304 5972588 140731647499392 140731647496040 140527340698597 0 0 1 0 0 0 0 17 3 0 0 9 0 0 8070896 8075904 39002112 140731647504836 140731647504936 140731647504936 140731647508430 0
/proc/8859/statm: 10042 4066 709 435 0 3405 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 40168 KiB
Current children cumulated memory: 16264 KiB

[startup+0.209693 s]*
/proc/loadavg: 2.00 2.01 2.05 3/186 8860
/proc/meminfo: memFree=31598092/32770624 swapFree=67108764/67108860
[pid=8859] ppid=8856 vsize=110764 memory=83964 CPUtime=0.12 cores=1,3,5,7
/proc/8859/stat : 8859 (cosoco) R 8856 8859 4674 0 -1 4202496 20938 0 0 0 9 3 0 0 20 0 1 0 106641669 113422336 20991 18446744073709551615 4194304 5972588 140731647499392 140731647496040 5280335 0 0 1 0 0 0 0 17 3 0 0 9 0 0 8070896 8075904 39002112 140731647504836 140731647504936 140731647504936 140731647508430 0
/proc/8859/statm: 27691 20991 813 435 0 21054 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 110764 KiB
Current children cumulated memory: 83964 KiB

[startup+0.309752 s]*
/proc/loadavg: 2.00 2.01 2.05 3/186 8860
/proc/meminfo: memFree=31544468/32770624 swapFree=67108764/67108860
[pid=8859] ppid=8856 vsize=164204 memory=135492 CPUtime=0.21 cores=1,3,5,7
/proc/8859/stat : 8859 (cosoco) R 8856 8859 4674 0 -1 4202496 29736 0 0 0 17 4 0 0 20 0 1 0 106641669 168144896 33873 18446744073709551615 4194304 5972588 140731647499392 140731647496184 5252461 0 0 1 0 0 0 0 17 3 0 0 9 0 0 8070896 8075904 39002112 140731647504836 140731647504936 140731647504936 140731647508430 0
/proc/8859/statm: 41051 33873 813 435 0 34414 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 164204 KiB
Current children cumulated memory: 135492 KiB

[startup+0.700366 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 8860
/proc/meminfo: memFree=31443616/32770624 swapFree=67108764/67108860
[pid=8859] ppid=8856 vsize=377516 memory=324636 CPUtime=0.6 cores=1,3,5,7
/proc/8859/stat : 8859 (cosoco) R 8856 8859 4674 0 -1 4202496 55581 0 0 0 51 9 0 0 20 0 1 0 106641669 386576384 81159 18446744073709551615 4194304 5972588 140731647499392 140731647496184 5252461 0 0 1 0 0 0 0 17 3 0 0 9 0 0 8070896 8075904 39002112 140731647504836 140731647504936 140731647504936 140731647508430 0
/proc/8859/statm: 94379 81159 813 435 0 87742 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 377516 KiB
Current children cumulated memory: 324636 KiB

[startup+1.50037 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 8860
/proc/meminfo: memFree=31219932/32770624 swapFree=67108764/67108860
[pid=8859] ppid=8856 vsize=844092 memory=689320 CPUtime=1.4 cores=1,3,5,7
/proc/8859/stat : 8859 (cosoco) R 8856 8859 4674 0 -1 4202496 102758 0 0 0 122 18 0 0 20 0 1 0 106641669 864350208 172330 18446744073709551615 4194304 5972588 140731647499392 140731647496184 5252461 0 0 1 0 0 0 0 17 3 0 0 9 0 0 8070896 8075904 39002112 140731647504836 140731647504936 140731647504936 140731647508430 0
/proc/8859/statm: 211023 172330 813 435 0 204386 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 844092 KiB
Current children cumulated memory: 689320 KiB

[startup+3.10953 s]
/proc/loadavg: 2.08 2.03 2.05 3/186 8860
/proc/meminfo: memFree=30310348/32770624 swapFree=67108764/67108860
[pid=8859] ppid=8856 vsize=1842568 memory=1405704 CPUtime=3.01 cores=1,3,5,7
/proc/8859/stat : 8859 (cosoco) R 8856 8859 4674 0 -1 4202496 195155 0 0 0 263 38 0 0 20 0 1 0 106641669 1886789632 351426 18446744073709551615 4194304 5972588 140731647499392 140731647496184 140527340768217 0 0 1 0 0 0 0 17 3 0 0 9 0 0 8070896 8075904 39002112 140731647504836 140731647504936 140731647504936 140731647508430 0
/proc/8859/statm: 460642 351426 813 435 0 454005 0
Current children cumulated CPU time: 3.01 s
Current children cumulated vsize: 1842568 KiB
Current children cumulated memory: 1405704 KiB

[startup+6.30036 s]
/proc/loadavg: 2.08 2.03 2.05 3/186 8860
/proc/meminfo: memFree=28957796/32770624 swapFree=67108764/67108860
[pid=8859] ppid=8856 vsize=3191376 memory=2849796 CPUtime=6.19 cores=1,3,5,7
/proc/8859/stat : 8859 (cosoco) R 8856 8859 4674 0 -1 4202496 387577 0 0 0 547 72 0 0 20 0 1 0 106641669 3267969024 712449 18446744073709551615 4194304 5972588 140731647499392 140731647496184 5252461 0 0 1 0 0 0 0 17 3 0 0 9 0 0 8070896 8075904 39002112 140731647504836 140731647504936 140731647504936 140731647508430 0
/proc/8859/statm: 797844 712449 813 435 0 791207 0
Current children cumulated CPU time: 6.19 s
Current children cumulated vsize: 3191376 KiB
Current children cumulated memory: 2849796 KiB

[startup+12.7004 s]
/proc/loadavg: 2.07 2.03 2.05 3/186 8860
/proc/meminfo: memFree=26233152/32770624 swapFree=67108764/67108860
[pid=8859] ppid=8856 vsize=7357340 memory=5722200 CPUtime=12.58 cores=1,3,5,7
/proc/8859/stat : 8859 (cosoco) R 8856 8859 4674 0 -1 4202496 728204 0 0 0 1116 142 0 0 20 0 1 0 106641669 7533916160 1430484 18446744073709551615 4194304 5972588 140731647499392 140731647496184 5252461 0 0 1 0 0 0 0 17 3 0 0 9 0 0 8070896 8075904 39002112 140731647504836 140731647504936 140731647504936 140731647508430 0
/proc/8859/statm: 1839335 1430550 813 435 0 1832698 0
Current children cumulated CPU time: 12.58 s
Current children cumulated vsize: 7357340 KiB
Current children cumulated memory: 5722200 KiB

[startup+25.5004 s]
/proc/loadavg: 2.06 2.03 2.05 3/186 8860
/proc/meminfo: memFree=20413328/32770624 swapFree=67108764/67108860
[pid=8859] ppid=8856 vsize=13394084 memory=11471684 CPUtime=25.38 cores=1,3,5,7
/proc/8859/stat : 8859 (cosoco) R 8856 8859 4674 0 -1 4202496 1428782 0 0 0 2256 282 0 0 20 0 1 0 106641669 13715542016 2867921 18446744073709551615 4194304 5972588 140731647499392 140731647496184 5252461 0 0 1 0 0 0 0 17 3 0 0 9 0 0 8070896 8075904 39002112 140731647504836 140731647504936 140731647504936 140731647508430 0
/proc/8859/statm: 3348521 2867921 813 435 0 3341884 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 13394084 KiB
Current children cumulated memory: 11471684 KiB

[startup+51.1095 s]
/proc/loadavg: 2.64 2.16 2.09 2/186 8862
/proc/meminfo: memFree=10619352/32770624 swapFree=67108764/67108860
[pid=8859] ppid=8856 vsize=15085024 memory=14908992 CPUtime=34.87 cores=1,3,5,7
/proc/8859/stat : 8859 (cosoco) S 8856 8859 4674 0 -1 512 1831848 0 0 0 3097 390 0 0 20 0 1 0 106641669 15447064576 3727248 18446744073709551615 4194304 5972588 140731647499392 140731647496440 140527340401111 0 0 1 0 18446744071580971376 0 0 17 5 0 0 9 0 0 8070896 8075904 39002112 140731647504836 140731647504936 140731647504936 140731647508430 0
/proc/8859/statm: 3771256 3727248 814 435 0 3764619 0
Current children cumulated CPU time: 34.87 s
Current children cumulated vsize: 15085024 KiB
Current children cumulated memory: 14908992 KiB
heavy processes:
  %CPU=62 pid=8861 uid=0 cmd=

[startup+102.3 s]
/proc/loadavg: 4.12 2.65 2.26 2/187 8864
/proc/meminfo: memFree=8180028/32770624 swapFree=67108764/67108860
[pid=8859] ppid=8856 vsize=15085024 memory=14909712 CPUtime=35.61 cores=1,3,5,7
/proc/8859/stat : 8859 (cosoco) S 8856 8859 4674 0 -1 512 1831848 0 0 0 3160 401 0 0 20 0 1 0 106641669 15447064576 3727428 18446744073709551615 4194304 5972588 140731647499392 140731647496440 140527340401111 0 0 1 0 18446744071580971376 0 0 17 5 0 0 9 0 0 8070896 8075904 39002112 140731647504836 140731647504936 140731647504936 140731647508430 0
/proc/8859/statm: 3771256 3727428 814 435 0 3764619 0
Current children cumulated CPU time: 35.61 s
Current children cumulated vsize: 15085024 KiB
Current children cumulated memory: 14909712 KiB
heavy processes:
  %CPU=22 pid=8861 uid=0 cmd=/usr/libexec/abrt-hook-ccpp 6 18446744073709551615 8859 1011 1011 1502590551 e 8859 8859 

[startup+162.3 s]
/proc/loadavg: 4.68 3.08 2.43 2/186 8866
/proc/meminfo: memFree=5614200/32770624 swapFree=67108764/67108860
[pid=8859] ppid=8856 vsize=15085024 memory=14910544 CPUtime=36.38 cores=1,3,5,7
/proc/8859/stat : 8859 (cosoco) S 8856 8859 4674 0 -1 512 1831848 0 0 0 3228 410 0 0 20 0 1 0 106641669 15447064576 3727636 18446744073709551615 4194304 5972588 140731647499392 140731647496440 140527340401111 0 0 1 0 18446744071580971376 0 0 17 3 0 0 9 0 0 8070896 8075904 39002112 140731647504836 140731647504936 140731647504936 140731647508430 0
/proc/8859/statm: 3771256 3727636 814 435 0 3764619 0
Current children cumulated CPU time: 36.38 s
Current children cumulated vsize: 15085024 KiB
Current children cumulated memory: 14910544 KiB
heavy processes:
  %CPU=16 pid=8861 uid=0 cmd=/usr/libexec/abrt-hook-ccpp 6 18446744073709551615 8859 1011 1011 1502590551 e 8859 8859 

[startup+222.3 s]
/proc/loadavg: 4.88 3.43 2.59 2/186 8868
/proc/meminfo: memFree=2831616/32770624 swapFree=67108764/67108860
[pid=8859] ppid=8856 vsize=15085024 memory=14911160 CPUtime=37.2 cores=1,3,5,7
/proc/8859/stat : 8859 (cosoco) S 8856 8859 4674 0 -1 512 1831848 0 0 0 3300 420 0 0 20 0 1 0 106641669 15447064576 3727790 18446744073709551615 4194304 5972588 140731647499392 140731647496440 140527340401111 0 0 1 0 18446744071580971376 0 0 17 5 0 0 9 0 0 8070896 8075904 39002112 140731647504836 140731647504936 140731647504936 140731647508430 0
/proc/8859/statm: 3771256 3727790 814 435 0 3764619 0
Current children cumulated CPU time: 37.2 s
Current children cumulated vsize: 15085024 KiB
Current children cumulated memory: 14911160 KiB
heavy processes:
  %CPU=13 pid=8861 uid=0 cmd=/usr/libexec/abrt-hook-ccpp 6 18446744073709551615 8859 1011 1011 1502590551 e 8859 8859 

[startup+282.3 s]
/proc/loadavg: 4.96 3.71 2.74 4/187 8871
/proc/meminfo: memFree=1631040/32770624 swapFree=67108764/67108860
[pid=8859] ppid=8856 vsize=15085024 memory=14912372 CPUtime=38.02 cores=1,3,5,7
/proc/8859/stat : 8859 (cosoco) S 8856 8859 4674 0 -1 512 1831848 0 0 0 3372 430 0 0 20 0 1 0 106641669 15447064576 3728093 18446744073709551615 4194304 5972588 140731647499392 140731647496440 140527340401111 0 0 1 0 18446744071580971376 0 0 17 3 0 0 9 0 0 8070896 8075904 39002112 140731647504836 140731647504936 140731647504936 140731647508430 0
/proc/8859/statm: 3771256 3728093 814 435 0 3764619 0
Current children cumulated CPU time: 38.02 s
Current children cumulated vsize: 15085024 KiB
Current children cumulated memory: 14912372 KiB
heavy processes:
  %CPU=12 pid=8861 uid=0 cmd=/usr/libexec/abrt-hook-ccpp 6 18446744073709551615 8859 1011 1011 1502590551 e 8859 8859 

[startup+342.3 s]
/proc/loadavg: 5.72 4.17 2.96 2/191 8883
/proc/meminfo: memFree=975840/32770624 swapFree=67108764/67108860
[pid=8859] ppid=8856 vsize=15085024 memory=14913104 CPUtime=38.84 cores=1,3,5,7
/proc/8859/stat : 8859 (cosoco) S 8856 8859 4674 0 -1 512 1831848 0 0 0 3443 441 0 0 20 0 1 0 106641669 15447064576 3728276 18446744073709551615 4194304 5972588 140731647499392 140731647496440 140527340401111 0 0 1 0 0 0 0 17 1 0 0 9 0 0 8070896 8075904 39002112 140731647504836 140731647504936 140731647504936 140731647508430 0
/proc/8859/statm: 3771256 3728276 814 435 0 3764619 0
Current children cumulated CPU time: 38.84 s
Current children cumulated vsize: 15085024 KiB
Current children cumulated memory: 14913104 KiB
heavy processes:
  %CPU=11 pid=8861 uid=0 cmd=/usr/libexec/abrt-hook-ccpp 6 18446744073709551615 8859 1011 1011 1502590551 e 8859 8859 

[startup+402.3 s]
/proc/loadavg: 6.50 4.67 3.21 2/194 8888
/proc/meminfo: memFree=664136/32770624 swapFree=67108764/67108860
[pid=8859] ppid=8856 vsize=15085024 memory=14913960 CPUtime=39.83 cores=1,3,5,7
/proc/8859/stat : 8859 (cosoco) S 8856 8859 4674 0 -1 512 1831848 0 0 0 3526 457 0 0 20 0 1 0 106641669 15447064576 3728490 18446744073709551615 4194304 5972588 140731647499392 140731647496440 140527340401111 0 0 1 0 18446744071580971376 0 0 17 3 0 0 9 0 0 8070896 8075904 39002112 140731647504836 140731647504936 140731647504936 140731647508430 0
/proc/8859/statm: 3771256 3728490 814 435 0 3764619 0
Current children cumulated CPU time: 39.83 s
Current children cumulated vsize: 15085024 KiB
Current children cumulated memory: 14913960 KiB
heavy processes:
  %CPU=11 pid=8861 uid=0 cmd=/usr/libexec/abrt-hook-ccpp 6 18446744073709551615 8859 1011 1011 1502590551 e 8859 8859 

[startup+462.3 s]
/proc/loadavg: 6.82 5.10 3.45 2/194 8890
/proc/meminfo: memFree=208496/32770624 swapFree=67108764/67108860
[pid=8859] ppid=8856 vsize=15085024 memory=14914604 CPUtime=40.9 cores=1,3,5,7
/proc/8859/stat : 8859 (cosoco) S 8856 8859 4674 0 -1 512 1831848 0 0 0 3613 477 0 0 20 0 1 0 106641669 15447064576 3728651 18446744073709551615 4194304 5972588 140731647499392 140731647496440 140527340401111 0 0 1 0 18446744071580971376 0 0 17 3 0 0 9 0 0 8070896 8075904 39002112 140731647504836 140731647504936 140731647504936 140731647508430 0
/proc/8859/statm: 3771256 3728651 814 435 0 3764619 0
Current children cumulated CPU time: 40.9 s
Current children cumulated vsize: 15085024 KiB
Current children cumulated memory: 14914604 KiB
heavy processes:
  %CPU=11 pid=8861 uid=0 cmd=/usr/libexec/abrt-hook-ccpp 6 18446744073709551615 8859 1011 1011 1502590551 e 8859 8859 

[startup+522.3 s]
/proc/loadavg: 6.75 5.39 3.65 2/194 8892
/proc/meminfo: memFree=203856/32770624 swapFree=67108764/67108860
[pid=8859] ppid=8856 vsize=15085024 memory=14915956 CPUtime=42.67 cores=1,3,5,7
/proc/8859/stat : 8859 (cosoco) S 8856 8859 4674 0 -1 512 1831849 0 0 0 3749 518 0 0 20 0 1 0 106641669 15447064576 3728989 18446744073709551615 4194304 5972588 140731647499392 140731647496440 140527340401111 0 0 1 0 18446744071581338616 0 0 17 1 0 0 9 0 0 8070896 8075904 39002112 140731647504836 140731647504936 140731647504936 140731647508430 0
/proc/8859/statm: 3771256 3728989 814 435 0 3764619 0
Current children cumulated CPU time: 42.67 s
Current children cumulated vsize: 15085024 KiB
Current children cumulated memory: 14915956 KiB
heavy processes:
  %CPU=13 pid=8861 uid=0 cmd=/usr/libexec/abrt-hook-ccpp 6 18446744073709551615 8859 1011 1011 1502590551 e 8859 8859 

[startup+582.3 s]
/proc/loadavg: 7.10 5.75 3.88 1/192 8903
/proc/meminfo: memFree=297052/32770624 swapFree=67108764/67108860
[pid=8859] ppid=8856 vsize=15085024 memory=14916800 CPUtime=42.67 cores=1,3,5,7
/proc/8859/stat : 8859 (cosoco) S 8856 8859 4674 0 -1 512 1831849 0 0 0 3749 518 0 0 20 0 1 0 106641669 15447064576 3729200 18446744073709551615 4194304 5972588 140731647499392 140731647496440 140527340401111 0 0 1 0 18446744071581338616 0 0 17 1 0 0 9 0 0 8070896 8075904 39002112 140731647504836 140731647504936 140731647504936 140731647508430 0
/proc/8859/statm: 3771256 3729200 814 435 0 3764619 0
Current children cumulated CPU time: 42.67 s
Current children cumulated vsize: 15085024 KiB
Current children cumulated memory: 14916800 KiB
heavy processes:
  %CPU=12 pid=8861 uid=0 cmd=/usr/libexec/abrt-hook-ccpp 6 18446744073709551615 8859 1011 1011 1502590551 e 8859 8859 

[startup+642.3 s]
/proc/loadavg: 7.14 6.02 4.09 2/194 8959
/proc/meminfo: memFree=330564/32770624 swapFree=67108764/67108860
[pid=8859] ppid=8856 vsize=15085024 memory=14917440 CPUtime=42.67 cores=1,3,5,7
/proc/8859/stat : 8859 (cosoco) S 8856 8859 4674 0 -1 512 1831849 0 0 0 3749 518 0 0 20 0 1 0 106641669 15447064576 3729360 18446744073709551615 4194304 5972588 140731647499392 140731647496440 140527340401111 0 0 1 0 18446744071581338616 0 0 17 1 0 0 9 0 0 8070896 8075904 39002112 140731647504836 140731647504936 140731647504936 140731647508430 0
/proc/8859/statm: 3771256 3729360 814 435 0 3764619 0
Current children cumulated CPU time: 42.67 s
Current children cumulated vsize: 15085024 KiB
Current children cumulated memory: 14917440 KiB
heavy processes:
  %CPU=11 pid=8861 uid=0 cmd=/usr/libexec/abrt-hook-ccpp 6 18446744073709551615 8859 1011 1011 1502590551 e 8859 8859 

[startup+702.3 s]
/proc/loadavg: 7.13 6.21 4.28 2/193 8961
/proc/meminfo: memFree=407300/32770624 swapFree=67108764/67108860
[pid=8859] ppid=8856 vsize=15085024 memory=14917892 CPUtime=42.67 cores=1,3,5,7
/proc/8859/stat : 8859 (cosoco) S 8856 8859 4674 0 -1 512 1831849 0 0 0 3749 518 0 0 20 0 1 0 106641669 15447064576 3729473 18446744073709551615 4194304 5972588 140731647499392 140731647496440 140527340401111 0 0 1 0 18446744071581338616 0 0 17 1 0 0 9 0 0 8070896 8075904 39002112 140731647504836 140731647504936 140731647504936 140731647508430 0
/proc/8859/statm: 3771256 3729473 814 435 0 3764619 0
Current children cumulated CPU time: 42.67 s
Current children cumulated vsize: 15085024 KiB
Current children cumulated memory: 14917892 KiB
heavy processes:
  %CPU=10 pid=8861 uid=0 cmd=/usr/libexec/abrt-hook-ccpp 6 18446744073709551615 8859 1011 1011 1502590551 e 8859 8859 

[startup+722.328 s]
# the end of solver process 8859 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=37.4935 s, system=5.90744 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+704 s]*
/proc/loadavg: 7.13 6.21 4.28 2/193 8961
/proc/meminfo: memFree=406908/32770624 swapFree=67108764/67108860
[pid=8859] ppid=8856 vsize=15085024 memory=14917892 CPUtime=42.67 cores=1,3,5,7
/proc/8859/stat : 8859 (cosoco) S 8856 8859 4674 0 -1 512 1831849 0 0 0 3749 518 0 0 20 0 1 0 106641669 15447064576 3729473 18446744073709551615 4194304 5972588 140731647499392 140731647496440 140527340401111 0 0 1 0 18446744071581338616 0 0 17 1 0 0 9 0 0 8070896 8075904 39002112 140731647504836 140731647504936 140731647504936 140731647508430 0
/proc/8859/statm: 3771256 3729473 814 435 0 3764619 0
Current children cumulated CPU time: 42.67 s
Current children cumulated vsize: 15085024 KiB
Current children cumulated memory: 14917892 KiB

[startup+710.4 s]
/proc/loadavg: 7.12 6.23 4.30 2/195 8963
/proc/meminfo: memFree=406664/32770624 swapFree=67108764/67108860
[pid=8859] ppid=8856 vsize=15085024 memory=14917892 CPUtime=42.67 cores=1,3,5,7
/proc/8859/stat : 8859 (cosoco) S 8856 8859 4674 0 -1 512 1831849 0 0 0 3749 518 0 0 20 0 1 0 106641669 15447064576 3729473 18446744073709551615 4194304 5972588 140731647499392 140731647496440 140527340401111 0 0 1 0 18446744071581338616 0 0 17 1 0 0 9 0 0 8070896 8075904 39002112 140731647504836 140731647504936 140731647504936 140731647508430 0
/proc/8859/statm: 3771256 3729473 814 435 0 3764619 0
Current children cumulated CPU time: 42.67 s
Current children cumulated vsize: 15085024 KiB
Current children cumulated memory: 14917892 KiB

[startup+716.8 s]
/proc/loadavg: 7.11 6.24 4.31 2/194 8964
/proc/meminfo: memFree=406540/32770624 swapFree=67108764/67108860
[pid=8859] ppid=8856 vsize=15085024 memory=14917892 CPUtime=42.67 cores=1,3,5,7
/proc/8859/stat : 8859 (cosoco) S 8856 8859 4674 0 -1 512 1831849 0 0 0 3749 518 0 0 20 0 1 0 106641669 15447064576 3729473 18446744073709551615 4194304 5972588 140731647499392 140731647496440 140527340401111 0 0 1 0 18446744071581338616 0 0 17 1 0 0 9 0 0 8070896 8075904 39002112 140731647504836 140731647504936 140731647504936 140731647508430 0
/proc/8859/statm: 3771256 3729473 814 435 0 3764619 0
Current children cumulated CPU time: 42.67 s
Current children cumulated vsize: 15085024 KiB
Current children cumulated memory: 14917892 KiB

[startup+720 s]*
/proc/loadavg: 7.10 6.25 4.33 2/194 8964
/proc/meminfo: memFree=406284/32770624 swapFree=67108764/67108860
[pid=8859] ppid=8856 vsize=15085024 memory=14917892 CPUtime=42.67 cores=1,3,5,7
/proc/8859/stat : 8859 (cosoco) S 8856 8859 4674 0 -1 512 1831849 0 0 0 3749 518 0 0 20 0 1 0 106641669 15447064576 3729473 18446744073709551615 4194304 5972588 140731647499392 140731647496440 140527340401111 0 0 1 0 18446744071581338616 0 0 17 1 0 0 9 0 0 8070896 8075904 39002112 140731647504836 140731647504936 140731647504936 140731647508430 0
/proc/8859/statm: 3771256 3729473 814 435 0 3764619 0
Current children cumulated CPU time: 42.67 s
Current children cumulated vsize: 15085024 KiB
Current children cumulated memory: 14917892 KiB

[startup+721.6 s]
/proc/loadavg: 7.10 6.25 4.33 2/194 8964
/proc/meminfo: memFree=406284/32770624 swapFree=67108764/67108860
[pid=8859] ppid=8856 vsize=15085024 memory=14917892 CPUtime=42.67 cores=1,3,5,7
/proc/8859/stat : 8859 (cosoco) S 8856 8859 4674 0 -1 512 1831849 0 0 0 3749 518 0 0 20 0 1 0 106641669 15447064576 3729473 18446744073709551615 4194304 5972588 140731647499392 140731647496440 140527340401111 0 0 1 0 18446744071581338616 0 0 17 1 0 0 9 0 0 8070896 8075904 39002112 140731647504836 140731647504936 140731647504936 140731647508430 0
/proc/8859/statm: 3771256 3729473 814 435 0 3764619 0
Current children cumulated CPU time: 42.67 s
Current children cumulated vsize: 15085024 KiB
Current children cumulated memory: 14917892 KiB

[startup+722 s]*
/proc/loadavg: 6.70 6.18 4.31 3/191 8967
/proc/meminfo: memFree=5925936/32770624 swapFree=67108764/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+722.2 s]
/proc/loadavg: 6.70 6.18 4.31 3/191 8967
/proc/meminfo: memFree=5925936/32770624 swapFree=67108764/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+722.3 s]
/proc/loadavg: 6.70 6.18 4.31 3/191 8967
/proc/meminfo: memFree=5925936/32770624 swapFree=67108764/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 6 (SIGABRT)
Child dumped core
Real time (s): 722.328
CPU time (s): 43.4009
CPU user time (s): 37.4935
CPU system time (s): 5.90744
CPU usage (%): 6.00848
Max. virtual memory (cumulated for all children) (KiB): 15085024
Max. memory (cumulated for all children) (KiB): 14917892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.4935
system time used= 5.90744
maximum resident set size= 14917976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1831849
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3721872
involuntary context switches= 69


# summary of solver processes directly reported to runsolver:
#   pid: 8859
#   total CPU time (s): 43.4009
#   total CPU user time (s): 37.4935
#   total CPU system time (s): 5.90744

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.92693 second user time and 5.49618 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-13 04:15:18
IDJOB=4266074
IDBENCH=138767
IDSOLVER=2655
FILE ID=node134/4266074-1502591353
RUNJOBID= node134-1502565207-4738
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/Hanoi/Hanoi-m1-s1/Hanoi-08.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4266074-1502591353/watcher-4266074-1502591353 -o /tmp/evaluation-result-4266074-1502591353/solver-4266074-1502591353 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502565207-4738 --watchdog 2580  cosoco -lc -model -restarts -sat HOME/instance-4266074-1502591353.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= b1ffa7aed2f9a273862c03f3716b8b6c
RANDOM SEED=2071437837

node134.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31675444 kB
MemAvailable:   31958200 kB
Buffers:          214592 kB
Cached:           366560 kB
SwapCached:            4 kB
Active:           411040 kB
Inactive:         242480 kB
Active(anon):      19232 kB
Inactive(anon):    94712 kB
Active(file):     391808 kB
Inactive(file):   147768 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              2348 kB
Writeback:             4 kB
AnonPages:         72380 kB
Mapped:            56764 kB
Shmem:             41564 kB
Slab:             144288 kB
SReclaimable:     118032 kB
SUnreclaim:        26256 kB
KernelStack:        3280 kB
PageTables:         5124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     355860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 47472 MiB
End job on node134 at 2017-08-13 04:27:20