Trace number 4241806

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
R1: cosoco-sat 1.1Signal 40.6078 1008.84

General information on the benchmark

NameWwtpp/Wwtpp-ord-s1/
Wwtpp-ord-ex03380.xml
MD5SUM4b7737b348ce8099143a34a20635223c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.400709
Satisfiable
(Un)Satisfiability was proved
Number of variables476
Number of constraints402
Number of domains22
Minimum domain size1
Maximum domain size10001
Distribution of domain sizes[{"size":1,"count":22},{"size":2,"count":92},{"size":1001,"count":46},{"size":1501,"count":46},{"size":2501,"count":46},{"size":3001,"count":46},{"size":5001,"count":88},{"size":10001,"count":90}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":16},{"degree":2,"count":29},{"degree":3,"count":431}]
Minimum constraint arity2
Maximum constraint arity24
Distribution of constraint arities[{"arity":2,"count":189},{"arity":3,"count":96},{"arity":4,"count":90},{"arity":10,"count":4},{"arity":11,"count":7},{"arity":12,"count":7},{"arity":13,"count":5},{"arity":14,"count":2},{"arity":23,"count":1},{"arity":24,"count":1}]
Number of extensional constraints192
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":192},{"type":"sum","count":210}]
Optimization problemNO
Type of objective

Solver Data

33.67/33.80	terminate called after throwing an instance of 'Glucose::OutOfMemoryException'
33.67/33.80	c
33.67/33.80	c This is cosoco 1.0 --  
33.67/33.80	c

Verifier Data

One s line expected

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4241806-1502100425/watcher-4241806-1502100425 -o /tmp/evaluation-result-4241806-1502100425/solver-4241806-1502100425 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502042680-29186 --watchdog 2560 HOME/cosoco -lc -model -restarts -sat HOME/instance-4241806-1502100425.xml 

pid=5843
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.24 3/180 5846
/proc/meminfo: memFree=31211980/32770624 swapFree=0/388324
[pid=5846] ppid=5843 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/5846/stat : 5846 (runsolver) D 5843 5846 21827 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 12238312 24240128 107 18446744073709551615 4194304 4338465 140735489315616 140735489313256 140402785338071 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 30318592 140735489319066 140735489319498 140735489319498 140735489322954 0
/proc/5846/statm: 5918 107 54 36 0 2156 0

[startup+0.10015 s]
/proc/loadavg: 2.00 2.02 2.24 3/180 5846
/proc/meminfo: memFree=31211980/32770624 swapFree=0/388324
[pid=5846] ppid=5843 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/5846/stat : 5846 (runsolver) D 5843 5846 21827 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 12238312 24240128 107 18446744073709551615 4194304 4338465 140735489315616 140735489313256 140402785338071 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 30318592 140735489319066 140735489319498 140735489319498 140735489322954 0
/proc/5846/statm: 5918 107 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200387 s]
/proc/loadavg: 2.00 2.02 2.24 3/180 5846
/proc/meminfo: memFree=31211980/32770624 swapFree=0/388324
[pid=5846] ppid=5843 vsize=154964 CPUtime=0.07 cores=0,2,4,6
/proc/5846/stat : 5846 (cosoco) R 5843 5846 21827 0 -1 4202496 32950 0 0 0 4 3 0 0 20 0 1 0 12238312 158683136 32775 18446744073709551615 4194304 5970956 140727847809984 140727847806632 5418458 0 0 1 0 0 0 0 17 4 0 0 11 0 0 8070896 8075904 13287424 140727847817671 140727847817806 140727847817806 140727847821262 0
/proc/5846/statm: 38741 32775 740 434 0 32105 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 154964

[startup+0.3004 s]
/proc/loadavg: 2.00 2.02 2.24 3/180 5846
/proc/meminfo: memFree=31211980/32770624 swapFree=0/388324
[pid=5846] ppid=5843 vsize=194980 CPUtime=0.17 cores=0,2,4,6
/proc/5846/stat : 5846 (cosoco) R 5843 5846 21827 0 -1 4202496 43243 0 0 0 12 5 0 0 20 0 1 0 12238312 199659520 42778 18446744073709551615 4194304 5970956 140727847809984 140727847806632 140154742753245 0 0 1 0 0 0 0 17 4 0 0 11 0 0 8070896 8075904 13287424 140727847817671 140727847817806 140727847817806 140727847821262 0
/proc/5846/statm: 48745 42778 740 434 0 42109 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 194980

[startup+0.700366 s]
/proc/loadavg: 2.00 2.02 2.24 3/180 5846
/proc/meminfo: memFree=31211980/32770624 swapFree=0/388324
[pid=5846] ppid=5843 vsize=395348 CPUtime=0.57 cores=0,2,4,6
/proc/5846/stat : 5846 (cosoco) R 5843 5846 21827 0 -1 4202496 74764 0 0 0 47 10 0 0 20 0 1 0 12238312 404836352 88624 18446744073709551615 4194304 5970956 140727847809984 140727847806808 140154730142251 0 0 1 8404994 0 0 0 17 4 0 0 11 0 0 8070896 8075904 13287424 140727847817671 140727847817806 140727847817806 140727847821262 0
/proc/5846/statm: 98870 88624 775 434 0 92234 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 395348

[startup+1.50036 s]
/proc/loadavg: 2.00 2.02 2.24 3/181 5847
/proc/meminfo: memFree=30125740/32770624 swapFree=0/388236
[pid=5846] ppid=5843 vsize=897544 CPUtime=1.37 cores=0,2,4,6
/proc/5846/stat : 5846 (cosoco) R 5843 5846 21827 0 -1 4202496 125430 0 0 0 117 20 0 0 20 0 1 0 12238312 919085056 185308 18446744073709551615 4194304 5970956 140727847809984 140727847806808 5251849 0 0 1 8404994 0 0 0 17 4 0 0 11 0 0 8070896 8075904 13287424 140727847817671 140727847817806 140727847817806 140727847821262 0
/proc/5846/statm: 224386 185308 775 434 0 217750 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 897544

[startup+3.10035 s]
/proc/loadavg: 2.00 2.02 2.24 3/181 5847
/proc/meminfo: memFree=29177132/32770624 swapFree=0/388236
[pid=5846] ppid=5843 vsize=1496032 CPUtime=2.97 cores=0,2,4,6
/proc/5846/stat : 5846 (cosoco) R 5843 5846 21827 0 -1 4202496 216761 0 0 0 259 38 0 0 20 0 1 0 12238312 1531936768 355748 18446744073709551615 4194304 5970956 140727847809984 140727847806808 5251805 0 0 1 8404994 0 0 0 17 4 0 0 11 0 0 8070896 8075904 13287424 140727847817671 140727847817806 140727847817806 140727847821262 0
/proc/5846/statm: 374008 355792 775 434 0 367372 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 1496032

[startup+6.30036 s]
/proc/loadavg: 2.00 2.02 2.24 3/181 5847
/proc/meminfo: memFree=26303512/32770624 swapFree=0/388236
[pid=5846] ppid=5843 vsize=3259328 CPUtime=6.17 cores=0,2,4,6
/proc/5846/stat : 5846 (cosoco) R 5843 5846 21827 0 -1 4202496 429997 0 0 0 545 72 0 0 20 0 1 0 12238312 3337551872 709285 18446744073709551615 4194304 5970956 140727847809984 140727847806808 5251852 0 0 1 8404994 0 0 0 17 4 0 0 11 0 0 8070896 8075904 13287424 140727847817671 140727847817806 140727847817806 140727847821262 0
/proc/5846/statm: 814832 709285 775 434 0 808196 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 3259328

[startup+12.7004 s]
/proc/loadavg: 2.00 2.02 2.23 3/181 5847
/proc/meminfo: memFree=20545160/32770624 swapFree=0/388236
[pid=5846] ppid=5843 vsize=5869124 CPUtime=12.57 cores=0,2,4,6
/proc/5846/stat : 5846 (cosoco) R 5843 5846 21827 0 -1 4202496 807149 0 0 0 1118 139 0 0 20 0 1 0 12238312 6009982976 1399883 18446744073709551615 4194304 5970956 140727847809984 140727847806808 5279833 0 0 1 8404994 0 0 0 17 4 0 0 11 0 0 8070896 8075904 13287424 140727847817671 140727847817806 140727847817806 140727847821262 0
/proc/5846/statm: 1467281 1399883 775 434 0 1460645 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 5869124

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.23 3/181 5848
/proc/meminfo: memFree=8909416/32770624 swapFree=0/388236
[pid=5846] ppid=5843 vsize=13304060 CPUtime=25.37 cores=0,2,4,6
/proc/5846/stat : 5846 (cosoco) R 5843 5846 21827 0 -1 4202496 1460341 0 0 0 2267 270 0 0 20 0 1 0 12238312 13623357440 2807469 18446744073709551615 4194304 5970956 140727847809984 140727847806808 5251805 0 0 1 8404994 0 0 0 17 4 0 0 11 0 0 8070896 8075904 13287424 140727847817671 140727847817806 140727847817806 140727847821262 0
/proc/5846/statm: 3326015 2807469 775 434 0 3319379 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 13304060

[startup+51.5005 s]
/proc/loadavg: 3.46 2.34 2.33 1/184 5851
/proc/meminfo: memFree=158552/32770624 swapFree=0/2004340
[pid=5846] ppid=5843 vsize=15062772 CPUtime=33.93 cores=0,2,4,6
/proc/5846/stat : 5846 (cosoco) S 5843 5846 21827 0 -1 512 1881200 0 0 0 3039 354 0 0 20 0 1 0 12238312 15424278528 3716175 18446744073709551615 4194304 5970956 140727847809984 140727847807064 140154729775575 0 0 1 8404994 18446744071580971376 0 0 17 4 0 0 11 0 0 8070896 8075904 13287424 140727847817671 140727847817806 140727847817806 140727847821262 0
/proc/5846/statm: 3765693 3716175 775 434 0 3759057 0
Current children cumulated CPU time (s) 33.93
Current children cumulated vsize (KiB) 15062772
heavy processes:
  %CPU=14 pid=5849 uid=0 cmd=
  %CPU=10 pid=5850 uid=0 cmd=/usr/libexec/abrt-hook-ccpp 6 18446744073709551615 5846 1011 1011 1502099621 e 5846 5846 

[startup+102.3 s]
/proc/loadavg: 6.68 3.41 2.69 1/185 5854
/proc/meminfo: memFree=157900/32770624 swapFree=0/2003492
[pid=5846] ppid=5843 vsize=15062772 CPUtime=33.98 cores=0,2,4,6
/proc/5846/stat : 5846 (cosoco) S 5843 5846 21827 0 -1 512 1881200 0 0 0 3043 355 0 0 20 0 1 0 12238312 15424278528 3716175 18446744073709551615 4194304 5970956 140727847809984 140727847807064 140154729775575 0 0 1 8404994 18446744071580971376 0 0 17 0 0 0 11 0 0 8070896 8075904 13287424 140727847817671 140727847817806 140727847817806 140727847821262 0
/proc/5846/statm: 3765693 3716175 775 434 0 3759057 0
Current children cumulated CPU time (s) 33.98
Current children cumulated vsize (KiB) 15062772
heavy processes:

[startup+162.3 s]
/proc/loadavg: 6.84 4.08 2.97 1/185 5857
/proc/meminfo: memFree=204048/32770624 swapFree=0/1944532
[pid=5846] ppid=5843 vsize=15062772 CPUtime=34.37 cores=0,2,4,6
/proc/5846/stat : 5846 (cosoco) S 5843 5846 21827 0 -1 512 1881200 0 0 0 3076 361 0 0 20 0 1 0 12238312 15424278528 3716175 18446744073709551615 4194304 5970956 140727847809984 140727847807064 140154729775575 0 0 1 8404994 18446744071580971376 0 0 17 2 0 0 11 0 0 8070896 8075904 13287424 140727847817671 140727847817806 140727847817806 140727847821262 0
/proc/5846/statm: 3765693 3716175 775 434 0 3759057 0
Current children cumulated CPU time (s) 34.37
Current children cumulated vsize (KiB) 15062772
heavy processes:

[startup+222.3 s]
/proc/loadavg: 5.83 4.28 3.11 1/185 5859
/proc/meminfo: memFree=190444/32770624 swapFree=0/1925868
[pid=5846] ppid=5843 vsize=15062772 CPUtime=34.84 cores=0,2,4,6
/proc/5846/stat : 5846 (cosoco) S 5843 5846 21827 0 -1 512 1881200 0 0 0 3117 367 0 0 20 0 1 0 12238312 15424278528 3716175 18446744073709551615 4194304 5970956 140727847809984 140727847807064 140154729775575 0 0 1 8404994 18446744071580971376 0 0 17 6 0 0 11 0 0 8070896 8075904 13287424 140727847817671 140727847817806 140727847817806 140727847821262 0
/proc/5846/statm: 3765693 3716175 775 434 0 3759057 0
Current children cumulated CPU time (s) 34.84
Current children cumulated vsize (KiB) 15062772
heavy processes:

[startup+282.3 s]
/proc/loadavg: 5.30 4.41 3.23 1/186 5861
/proc/meminfo: memFree=203508/32770624 swapFree=0/1937684
[pid=5846] ppid=5843 vsize=15062772 CPUtime=35.34 cores=0,2,4,6
/proc/5846/stat : 5846 (cosoco) S 5843 5846 21827 0 -1 512 1881200 0 0 0 3160 374 0 0 20 0 1 0 12238312 15424278528 3716175 18446744073709551615 4194304 5970956 140727847809984 140727847807064 140154729775575 0 0 1 8404994 18446744071580971376 0 0 17 6 0 0 11 0 0 8070896 8075904 13287424 140727847817671 140727847817806 140727847817806 140727847821262 0
/proc/5846/statm: 3765693 3716175 775 434 0 3759057 0
Current children cumulated CPU time (s) 35.34
Current children cumulated vsize (KiB) 15062772
heavy processes:

[startup+342.306 s]
/proc/loadavg: 5.26 4.58 3.36 1/185 5863
/proc/meminfo: memFree=197152/32770624 swapFree=0/1923224
[pid=5846] ppid=5843 vsize=15062772 CPUtime=35.79 cores=0,2,4,6
/proc/5846/stat : 5846 (cosoco) S 5843 5846 21827 0 -1 512 1881200 0 0 0 3200 379 0 0 20 0 1 0 12238312 15424278528 3716175 18446744073709551615 4194304 5970956 140727847809984 140727847807064 140154729775575 0 0 1 8404994 18446744071580971376 0 0 17 4 0 0 11 0 0 8070896 8075904 13287424 140727847817671 140727847817806 140727847817806 140727847821262 0
/proc/5846/statm: 3765693 3716175 775 434 0 3759057 0
Current children cumulated CPU time (s) 35.79
Current children cumulated vsize (KiB) 15062772
heavy processes:

[startup+402.3 s]
/proc/loadavg: 5.18 4.68 3.47 1/184 5865
/proc/meminfo: memFree=209316/32770624 swapFree=0/1926768
[pid=5846] ppid=5843 vsize=15062772 CPUtime=36.31 cores=0,2,4,6
/proc/5846/stat : 5846 (cosoco) S 5843 5846 21827 0 -1 512 1881200 0 0 0 3245 386 0 0 20 0 1 0 12238312 15424278528 3716175 18446744073709551615 4194304 5970956 140727847809984 140727847807064 140154729775575 0 0 1 8404994 18446744071580971376 0 0 17 0 0 0 11 0 0 8070896 8075904 13287424 140727847817671 140727847817806 140727847817806 140727847821262 0
/proc/5846/statm: 3765693 3716175 775 434 0 3759057 0
Current children cumulated CPU time (s) 36.31
Current children cumulated vsize (KiB) 15062772
heavy processes:

[startup+462.3 s]
/proc/loadavg: 5.89 4.97 3.65 1/189 5883
/proc/meminfo: memFree=207280/32770624 swapFree=0/1919448
[pid=5846] ppid=5843 vsize=15062772 CPUtime=36.79 cores=0,2,4,6
/proc/5846/stat : 5846 (cosoco) S 5843 5846 21827 0 -1 512 1881200 0 0 0 3287 392 0 0 20 0 1 0 12238312 15424278528 3716175 18446744073709551615 4194304 5970956 140727847809984 140727847807064 140154729775575 0 0 1 8404994 18446744071580971376 0 0 17 4 0 0 11 0 0 8070896 8075904 13287424 140727847817671 140727847817806 140727847817806 140727847821262 0
/proc/5846/statm: 3765693 3716175 775 434 0 3759057 0
Current children cumulated CPU time (s) 36.79
Current children cumulated vsize (KiB) 15062772
heavy processes:

[startup+522.3 s]
/proc/loadavg: 6.32 5.26 3.83 1/189 5909
/proc/meminfo: memFree=194984/32770624 swapFree=0/1919756
[pid=5846] ppid=5843 vsize=15062772 CPUtime=37.28 cores=0,2,4,6
/proc/5846/stat : 5846 (cosoco) S 5843 5846 21827 0 -1 512 1881200 0 0 0 3330 398 0 0 20 0 1 0 12238312 15424278528 3716175 18446744073709551615 4194304 5970956 140727847809984 140727847807064 140154729775575 0 0 1 8404994 18446744071580971376 0 0 17 4 0 0 11 0 0 8070896 8075904 13287424 140727847817671 140727847817806 140727847817806 140727847821262 0
/proc/5846/statm: 3765693 3716175 775 434 0 3759057 0
Current children cumulated CPU time (s) 37.28
Current children cumulated vsize (KiB) 15062772
heavy processes:

[startup+582.3 s]
/proc/loadavg: 6.07 5.39 3.97 1/189 5911
/proc/meminfo: memFree=204956/32770624 swapFree=0/1901608
[pid=5846] ppid=5843 vsize=15062772 CPUtime=37.79 cores=0,2,4,6
/proc/5846/stat : 5846 (cosoco) S 5843 5846 21827 0 -1 512 1881200 0 0 0 3374 405 0 0 20 0 1 0 12238312 15424278528 3716175 18446744073709551615 4194304 5970956 140727847809984 140727847807064 140154729775575 0 0 1 8404994 18446744071580971376 0 0 17 2 0 0 11 0 0 8070896 8075904 13287424 140727847817671 140727847817806 140727847817806 140727847821262 0
/proc/5846/statm: 3765693 3716175 775 434 0 3759057 0
Current children cumulated CPU time (s) 37.79
Current children cumulated vsize (KiB) 15062772
heavy processes:

[startup+642.3 s]
/proc/loadavg: 5.49 5.34 4.03 1/189 5913
/proc/meminfo: memFree=184456/32770624 swapFree=0/1927820
[pid=5846] ppid=5843 vsize=15062772 CPUtime=38.22 cores=0,2,4,6
/proc/5846/stat : 5846 (cosoco) S 5843 5846 21827 0 -1 512 1881200 0 0 0 3412 410 0 0 20 0 1 0 12238312 15424278528 3716175 18446744073709551615 4194304 5970956 140727847809984 140727847807064 140154729775575 0 0 1 8404994 18446744071580971376 0 0 17 6 0 0 11 0 0 8070896 8075904 13287424 140727847817671 140727847817806 140727847817806 140727847821262 0
/proc/5846/statm: 3765693 3716175 775 434 0 3759057 0
Current children cumulated CPU time (s) 38.22
Current children cumulated vsize (KiB) 15062772
heavy processes:

[startup+702.3 s]
/proc/loadavg: 5.29 5.31 4.11 1/186 5915
/proc/meminfo: memFree=198372/32770624 swapFree=0/1919268
[pid=5846] ppid=5843 vsize=15062772 CPUtime=38.71 cores=0,2,4,6
/proc/5846/stat : 5846 (cosoco) S 5843 5846 21827 0 -1 512 1881200 0 0 0 3454 417 0 0 20 0 1 0 12238312 15424278528 3716175 18446744073709551615 4194304 5970956 140727847809984 140727847807064 140154729775575 0 0 1 8404994 18446744071580971376 0 0 17 2 0 0 11 0 0 8070896 8075904 13287424 140727847817671 140727847817806 140727847817806 140727847821262 0
/proc/5846/statm: 3765693 3716175 775 434 0 3759057 0
Current children cumulated CPU time (s) 38.71
Current children cumulated vsize (KiB) 15062772
heavy processes:

[startup+762.3 s]
/proc/loadavg: 5.12 5.26 4.16 1/184 5917
/proc/meminfo: memFree=192080/32770624 swapFree=0/1923348
[pid=5846] ppid=5843 vsize=15062772 CPUtime=39.92 cores=0,2,4,6
/proc/5846/stat : 5846 (cosoco) S 5843 5846 21827 0 -1 512 1881200 0 0 0 3553 439 0 0 20 0 1 0 12238312 15424278528 3716175 18446744073709551615 4194304 5970956 140727847809984 140727847807064 140154729775575 0 0 1 8404994 18446744071580971376 0 0 17 6 0 0 11 0 0 8070896 8075904 13287424 140727847817671 140727847817806 140727847817806 140727847821262 0
/proc/5846/statm: 3765693 3716175 775 434 0 3759057 0
Current children cumulated CPU time (s) 39.92
Current children cumulated vsize (KiB) 15062772
heavy processes:

[startup+822.3 s]
/proc/loadavg: 4.56 5.08 4.17 1/184 5919
/proc/meminfo: memFree=219496/32770624 swapFree=0/1905068
[pid=5846] ppid=5843 vsize=15062772 CPUtime=39.97 cores=0,2,4,6
/proc/5846/stat : 5846 (cosoco) S 5843 5846 21827 0 -1 512 1881200 0 0 0 3557 440 0 0 20 0 1 0 12238312 15424278528 3716175 18446744073709551615 4194304 5970956 140727847809984 140727847807064 140154729775575 0 0 1 8404994 18446744071580971376 0 0 17 2 0 0 11 0 0 8070896 8075904 13287424 140727847817671 140727847817806 140727847817806 140727847821262 0
/proc/5846/statm: 3765693 3716175 775 434 0 3759057 0
Current children cumulated CPU time (s) 39.97
Current children cumulated vsize (KiB) 15062772
heavy processes:

[startup+882.3 s]
/proc/loadavg: 4.21 4.89 4.16 1/184 5921
/proc/meminfo: memFree=228080/32770624 swapFree=0/1896560
[pid=5846] ppid=5843 vsize=15062772 CPUtime=39.97 cores=0,2,4,6
/proc/5846/stat : 5846 (cosoco) S 5843 5846 21827 0 -1 512 1881200 0 0 0 3557 440 0 0 20 0 1 0 12238312 15424278528 3716175 18446744073709551615 4194304 5970956 140727847809984 140727847807064 140154729775575 0 0 1 8404994 18446744071580971376 0 0 17 2 0 0 11 0 0 8070896 8075904 13287424 140727847817671 140727847817806 140727847817806 140727847821262 0
/proc/5846/statm: 3765693 3716175 775 434 0 3759057 0
Current children cumulated CPU time (s) 39.97
Current children cumulated vsize (KiB) 15062772
heavy processes:

[startup+942.3 s]
/proc/loadavg: 4.08 4.72 4.15 1/184 5923
/proc/meminfo: memFree=226144/32770624 swapFree=0/1896404
[pid=5846] ppid=5843 vsize=15062772 CPUtime=39.97 cores=0,2,4,6
/proc/5846/stat : 5846 (cosoco) S 5843 5846 21827 0 -1 512 1881200 0 0 0 3557 440 0 0 20 0 1 0 12238312 15424278528 3716175 18446744073709551615 4194304 5970956 140727847809984 140727847807064 140154729775575 0 0 1 8404994 18446744071580971376 0 0 17 2 0 0 11 0 0 8070896 8075904 13287424 140727847817671 140727847817806 140727847817806 140727847821262 0
/proc/5846/statm: 3765693 3716175 775 434 0 3759057 0
Current children cumulated CPU time (s) 39.97
Current children cumulated vsize (KiB) 15062772
heavy processes:

[startup+1002.31 s]
/proc/loadavg: 4.03 4.59 4.14 1/184 5925
/proc/meminfo: memFree=231440/32770624 swapFree=0/1892108
[pid=5846] ppid=5843 vsize=15062772 CPUtime=39.97 cores=0,2,4,6
/proc/5846/stat : 5846 (cosoco) S 5843 5846 21827 0 -1 512 1881200 0 0 0 3557 440 0 0 20 0 1 0 12238312 15424278528 3716175 18446744073709551615 4194304 5970956 140727847809984 140727847807064 140154729775575 0 0 1 8404994 18446744071580971376 0 0 17 2 0 0 11 0 0 8070896 8075904 13287424 140727847817671 140727847817806 140727847817806 140727847821262 0
/proc/5846/statm: 3765693 3716175 775 434 0 3759057 0
Current children cumulated CPU time (s) 39.97
Current children cumulated vsize (KiB) 15062772
heavy processes:

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 5846 sig 9
??? kill -5846 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1003.41 s]
/proc/loadavg: 4.03 4.59 4.14 1/184 5925
/proc/meminfo: memFree=231504/32770624 swapFree=0/1892108
[pid=5846] ppid=5843 vsize=15062772 CPUtime=39.97 cores=0,2,4,6
/proc/5846/stat : 5846 (cosoco) S 5843 5846 21827 0 -1 512 1881200 0 0 0 3557 440 0 0 20 0 1 0 12238312 15424278528 3716175 18446744073709551615 4194304 5970956 140727847809984 140727847807064 140154729775575 0 0 1 8404994 18446744071580971376 0 0 17 2 0 0 11 0 0 8070896 8075904 13287424 140727847817671 140727847817806 140727847817806 140727847821262 0
/proc/5846/statm: 3765693 3716175 775 434 0 3759057 0
Current children cumulated CPU time (s) 39.97
Current children cumulated vsize (KiB) 15062772

[startup+1006.6 s]
/proc/loadavg: 3.95 4.57 4.13 1/184 5925
/proc/meminfo: memFree=231504/32770624 swapFree=0/1892108
[pid=5846] ppid=5843 vsize=15062772 CPUtime=39.97 cores=0,2,4,6
/proc/5846/stat : 5846 (cosoco) S 5843 5846 21827 0 -1 512 1881200 0 0 0 3557 440 0 0 20 0 1 0 12238312 15424278528 3716175 18446744073709551615 4194304 5970956 140727847809984 140727847807064 140154729775575 0 0 1 8404994 18446744071580971376 0 0 17 2 0 0 11 0 0 8070896 8075904 13287424 140727847817671 140727847817806 140727847817806 140727847821262 0
/proc/5846/statm: 3765693 3716175 775 434 0 3759057 0
Current children cumulated CPU time (s) 39.97
Current children cumulated vsize (KiB) 15062772

[startup+1008.2 s]
/proc/loadavg: 3.95 4.57 4.13 1/184 5925
/proc/meminfo: memFree=1174052/32770624 swapFree=0/949836
[pid=5846] ppid=5843 vsize=15062772 CPUtime=39.97 cores=0,2,4,6
/proc/5846/stat : 5846 (cosoco) S 5843 5846 21827 0 -1 512 1881200 0 0 0 3557 440 0 0 20 0 1 0 12238312 15424278528 3716175 18446744073709551615 4194304 5970956 140727847809984 140727847807064 140154729775575 0 0 1 8404994 18446744071580971376 0 0 17 2 0 0 11 0 0 8070896 8075904 13287424 140727847817671 140727847817806 140727847817806 140727847821262 0
/proc/5846/statm: 3765693 3716175 775 434 0 3759057 0
Current children cumulated CPU time (s) 39.97
Current children cumulated vsize (KiB) 15062772

[startup+1008.6 s]
/proc/loadavg: 3.95 4.57 4.13 1/184 5925
/proc/meminfo: memFree=1174052/32770624 swapFree=0/949836
[pid=5846] ppid=5843 vsize=0 CPUtime=40.36 cores=0,2,4,6
/proc/5846/stat : 5846 (cosoco) R 5843 5846 21827 0 -1 516 1881200 0 0 0 3557 479 0 0 20 0 1 0 12238312 0 0 18446744073709551615 0 0 0 0 0 0 0 1 8404994 18446744073709551615 0 0 17 2 0 0 11 0 0 0 0 0 0 0 0 0 0
/proc/5846/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 40.36
Current children cumulated vsize (KiB) 0

[startup+1008.8 s]
/proc/loadavg: 3.95 4.57 4.13 2/180 5925
/proc/meminfo: memFree=25357512/32770624 swapFree=0/949120
[pid=5846] ppid=5843 vsize=0 CPUtime=40.6 cores=0,2,4,6
/proc/5846/stat : 5846 (cosoco) R 5843 5846 21827 0 -1 516 1881200 0 0 0 3557 503 0 0 20 0 1 0 12238312 0 0 18446744073709551615 0 0 0 0 0 0 0 1 8404994 18446744073709551615 0 0 17 2 0 0 11 0 0 0 0 0 0 0 0 0 0
/proc/5846/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 40.6
Current children cumulated vsize (KiB) 0

Child ended because it received signal 6 (SIGABRT)
Child dumped core
Real time (s): 1008.84
CPU time (s): 40.6078
CPU user time (s): 35.5734
CPU system time (s): 5.03437
CPU usage (%): 4.02521
Max. virtual memory (cumulated for all children) (KiB): 15062772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.5734
system time used= 5.03437
maximum resident set size= 14864868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1881200
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= 1892467
involuntary context switches= 14

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.52625 second user time and 3.77791 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-07 11:53:07
IDJOB=4241806
IDBENCH=140669
IDSOLVER=2621
FILE ID=node126/4241806-1502100425
RUNJOBID= node126-1502042680-29186
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco-sat 1.1
BENCH NAME= XCSP17/Wwtpp/Wwtpp-ord-s1/Wwtpp-ord-ex03380.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4241806-1502100425/watcher-4241806-1502100425 -o /tmp/evaluation-result-4241806-1502100425/solver-4241806-1502100425 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502042680-29186 --watchdog 2560  HOME/cosoco -lc -model -restarts -sat HOME/instance-4241806-1502100425.xml

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

MD5SUM BENCH= 4b7737b348ce8099143a34a20635223c
RANDOM SEED=277522863

node126.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.81
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.81
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.81
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.81
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:        31218448 kB
MemAvailable:   31609976 kB
Buffers:          158080 kB
Cached:           518868 kB
SwapCached:            0 kB
Active:           732344 kB
Inactive:         405040 kB
Active(anon):     460996 kB
Inactive(anon):    16716 kB
Active(file):     271348 kB
Inactive(file):   388324 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5468 kB
Writeback:             0 kB
AnonPages:        411228 kB
Mapped:            33348 kB
Shmem:             17060 kB
Slab:             120176 kB
SReclaimable:      95384 kB
SUnreclaim:        24792 kB
KernelStack:        3280 kB
PageTables:         5016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     756604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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= 47140 MiB
End job on node126 at 2017-08-07 12:09:56