Trace number 4257302

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 NameAnswerobjective functionCPU timeWall clock time
OscaR - Parallel with EPS 2017-07-26OPT8 2.84325 1.40657

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-03-05.xml
MD5SUM32500dad091342bc2572e78f81e7a2ec
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark0.00722
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints38
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":15},{"size":9,"count":15}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":15},{"degree":7,"count":4},{"degree":8,"count":8},{"degree":10,"count":3}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":15},{"arity":3,"count":8},{"arity":4,"count":4},{"arity":6,"count":8},{"arity":9,"count":3}]
Number of extensional constraints23
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":23},{"type":"sum","count":15}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.23/0.39	c version: 2017-07-26
0.23/0.39	c seed: 1785455791
0.23/0.39	c timeout: 1920
0.23/0.39	c memlimit: 22000
0.23/0.39	c nbcore: 8
0.41/0.41	c Parsing instance...
0.75/0.68	c Parsing done, starting search...
2.39/1.33	o 4
2.39/1.33	o 5
2.39/1.33	o 6
2.39/1.34	o 7
2.39/1.35	o 8
2.39/1.38	s OPTIMUM FOUND
2.39/1.38	v <instantiation>
2.39/1.38	v 	<list>
2.39/1.38	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4]
2.39/1.38	v 	</list>
2.39/1.38	v 	<values>
2.39/1.38	v 		0 1 1 0 1 1 0 0 1 1 1 1 0 0 0 2 2 2 4 2 3 5 4 3 2 2 2 2 2 2 
2.39/1.38	v 	</values>
2.39/1.38	v </instantiation>

Verifier Data

OK	8

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-4257302-1501679927/watcher-4257302-1501679927 -o /tmp/evaluation-result-4257302-1501679927/solver-4257302-1501679927 -C 1920 -W 264 -M 31000 --bin-var /tmp/runsolver-exch-node129-1501676508-31199 --watchdog 324 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1785455791 --timelimit 1920 --memlimit 22000 --nbcore 8 HOME/instance-4257302-1501679927.xml 

pid=9455
running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1920 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1950 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 7.96 8.15 7.61 1/175 9458
/proc/meminfo: memFree=31715136/32770624 swapFree=0/269308
[pid=9458] ppid=9455 vsize=23672 CPUtime=0 cores=0-7
/proc/9458/stat : 9458 (runsolver) D 9455 9458 31142 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 16615806 24240128 107 18446744073709551615 4194304 4338465 140727065392496 140727065390136 140081955963607 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 15126528 140727065399395 140727065399875 140727065399875 140727065403338 0
/proc/9458/statm: 5918 107 54 36 0 2156 0

[startup+0.100088 s]
/proc/loadavg: 7.96 8.15 7.61 1/175 9458
/proc/meminfo: memFree=31715136/32770624 swapFree=0/269308
[pid=9458] ppid=9455 vsize=103032 CPUtime=0 cores=0-7
/proc/9458/stat : 9458 (java) S 9455 9458 31142 0 -1 1077944320 1479 0 0 0 0 0 0 0 20 0 2 0 16615806 105504768 1208 18446744073709551615 4194304 4196468 140736309481616 140736309464160 139683129753335 0 0 1 0 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 19550208 140736309485967 140736309486152 140736309486152 140736309489615 0
/proc/9458/statm: 25758 1208 890 1 0 16800 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 103032

[startup+0.200326 s]
/proc/loadavg: 7.96 8.15 7.61 1/175 9458
/proc/meminfo: memFree=31715136/32770624 swapFree=0/269308
[pid=9458] ppid=9455 vsize=25996604 CPUtime=0.07 cores=0-7
/proc/9458/stat : 9458 (java) S 9455 9458 31142 0 -1 1077944320 6282 0 0 0 6 1 0 0 20 0 20 0 16615806 26620522496 6471 18446744073709551615 4194304 4196468 140736309481616 140736309464160 139683129753335 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 19550208 140736309485967 140736309486152 140736309486152 140736309489615 0
/proc/9458/statm: 6499151 6471 2814 1 0 6487938 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 25996604

[startup+0.300374 s]
/proc/loadavg: 7.96 8.15 7.61 1/175 9458
/proc/meminfo: memFree=31715136/32770624 swapFree=0/269308
[pid=9458] ppid=9455 vsize=25996604 CPUtime=0.23 cores=0-7
/proc/9458/stat : 9458 (java) S 9455 9458 31142 0 -1 1077944320 10360 0 0 0 20 3 0 0 20 0 20 0 16615806 26620522496 9578 18446744073709551615 4194304 4196468 140736309481616 140736309464160 139683129753335 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 19550208 140736309485967 140736309486152 140736309486152 140736309489615 0
/proc/9458/statm: 6499151 9578 3529 1 0 6487938 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 25996604

[startup+0.700232 s]
/proc/loadavg: 7.96 8.15 7.61 1/175 9458
/proc/meminfo: memFree=31715136/32770624 swapFree=0/269308
[pid=9458] ppid=9455 vsize=25998672 CPUtime=0.95 cores=0-7
/proc/9458/stat : 9458 (java) S 9455 9458 31142 0 -1 1077944320 14204 0 0 0 90 5 0 0 20 0 20 0 16615806 26622640128 16470 18446744073709551615 4194304 4196468 140736309481616 140736309464160 139683129753335 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 19550208 140736309485967 140736309486152 140736309486152 140736309489615 0
/proc/9458/statm: 6499668 16470 3714 1 0 6488450 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 25998672

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

[startup+0.800356 s]
/proc/loadavg: 7.96 8.15 7.61 1/175 9458
/proc/meminfo: memFree=31715136/32770624 swapFree=0/269308
[pid=9458] ppid=9455 vsize=26000720 CPUtime=1.09 cores=0-7
/proc/9458/stat : 9458 (java) S 9455 9458 31142 0 -1 1077944320 14842 0 0 0 103 6 0 0 20 0 20 0 16615806 26624737280 18666 18446744073709551615 4194304 4196468 140736309481616 140736309464160 139683129753335 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 19550208 140736309485967 140736309486152 140736309486152 140736309489615 0
/proc/9458/statm: 6500180 18666 3726 1 0 6488962 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 26000720

[startup+1.20705 s]
/proc/loadavg: 7.40 8.03 7.57 2/196 9479
/proc/meminfo: memFree=31601756/32770624 swapFree=0/269312
[pid=9458] ppid=9455 vsize=26137944 CPUtime=2.15 cores=0-7
/proc/9458/stat : 9458 (java) S 9455 9458 31142 0 -1 1077944320 27998 0 0 0 205 10 0 0 20 0 22 0 16615806 26765254656 35005 18446744073709551615 4194304 4196468 140736309481616 140736309464160 139683129753335 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 19550208 140736309485967 140736309486152 140736309486152 140736309489615 0
/proc/9458/statm: 6534486 35005 3753 1 0 6523268 0
[pid=9458/tid=9460] ppid=9455 vsize=26137944 CPUtime=1.05 cores=0-7
/proc/9458/task/9460/stat : 9460 (java) R 9455 9458 31142 0 -1 4202560 15468 0 0 0 99 6 0 0 20 0 22 0 16615816 26765254656 35005 18446744073709551615 4194304 4196468 140736309481616 139683133970960 139683129775261 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 19550208 140736309485967 140736309486152 140736309486152 140736309489615 0
[pid=9458/tid=9461] ppid=9455 vsize=26137944 CPUtime=0 cores=0-7
/proc/9458/task/9461/stat : 9461 (java) S 9455 9458 31142 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 16615817 26765254656 35005 18446744073709551615 4194304 4196468 140736309481616 139683086719888 139683129763541 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19550208 140736309485967 140736309486152 140736309486152 140736309489615 0
[pid=9458/tid=9462] ppid=9455 vsize=26137944 CPUtime=0 cores=0-7
/proc/9458/task/9462/stat : 9462 (java) S 9455 9458 31142 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 16615817 26765254656 35005 18446744073709551615 4194304 4196468 140736309481616 139683085667088 139683129763541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19550208 140736309485967 140736309486152 140736309486152 140736309489615 0
[pid=9458/tid=9463] ppid=9455 vsize=26137944 CPUtime=0 cores=0-7
/proc/9458/task/9463/stat : 9463 (java) S 9455 9458 31142 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 22 0 16615817 26765254656 35005 18446744073709551615 4194304 4196468 140736309481616 139683084614800 139683129763541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19550208 140736309485967 140736309486152 140736309486152 140736309489615 0
[pid=9458/tid=9464] ppid=9455 vsize=26137944 CPUtime=0 cores=0-7
/proc/9458/task/9464/stat : 9464 (java) S 9455 9458 31142 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 16615817 26765254656 35005 18446744073709551615 4194304 4196468 140736309481616 139683083562000 139683129763541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19550208 140736309485967 140736309486152 140736309486152 140736309489615 0
[pid=9458/tid=9465] ppid=9455 vsize=26137944 CPUtime=0 cores=0-7
/proc/9458/task/9465/stat : 9465 (java) S 9455 9458 31142 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 22 0 16615817 26765254656 35005 18446744073709551615 4194304 4196468 140736309481616 139683082508688 139683129763541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19550208 140736309485967 140736309486152 140736309486152 140736309489615 0
[pid=9458/tid=9466] ppid=9455 vsize=26137944 CPUtime=0 cores=0-7
/proc/9458/task/9466/stat : 9466 (java) S 9455 9458 31142 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 22 0 16615817 26765254656 35005 18446744073709551615 4194304 4196468 140736309481616 139683081455888 139683129763541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19550208 140736309485967 140736309486152 140736309486152 140736309489615 0
[pid=9458/tid=9467] ppid=9455 vsize=26137944 CPUtime=0 cores=0-7
/proc/9458/task/9467/stat : 9467 (java) S 9455 9458 31142 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 16615817 26765254656 35005 18446744073709551615 4194304 4196468 140736309481616 139683080403600 139683129763541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140736309485967 140736309486152 140736309486152 140736309489615 0
[pid=9458/tid=9468] ppid=9455 vsize=26137944 CPUtime=0 cores=0-7
/proc/9458/task/9468/stat : 9468 (java) S 9455 9458 31142 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 16615817 26765254656 35005 18446744073709551615 4194304 4196468 140736309481616 139683079350800 139683129763541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140736309485967 140736309486152 140736309486152 140736309489615 0
[pid=9458/tid=9469] ppid=9455 vsize=26137944 CPUtime=0 cores=0-7
/proc/9458/task/9469/stat : 9469 (java) S 9455 9458 31142 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 22 0 16615819 26765254656 35005 18446744073709551615 4194304 4196468 140736309481616 139682126985840 139683129764482 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19550208 140736309485967 140736309486152 140736309486152 140736309489615 0
[pid=9458/tid=9470] ppid=9455 vsize=26137944 CPUtime=0 cores=0-7
/proc/9458/task/9470/stat : 9470 (java) S 9455 9458 31142 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 22 0 16615819 26765254656 35005 18446744073709551615 4194304 4196468 140736309481616 139682125931808 139683129763541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19550208 140736309485967 140736309486152 140736309486152 140736309489615 0
[pid=9458/tid=9471] ppid=9455 vsize=26137944 CPUtime=0 cores=0-7
/proc/9458/task/9471/stat : 9471 (java) S 9455 9458 31142 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 22 0 16615819 26765254656 35005 18446744073709551615 4194304 4196468 140736309481616 139682124879472 139683129763541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19550208 140736309485967 140736309486152 140736309486152 140736309489615 0
[pid=9458/tid=9472] ppid=9455 vsize=26137944 CPUtime=0 cores=0-7
/proc/9458/task/9472/stat : 9472 (java) S 9455 9458 31142 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 16615822 26765254656 35005 18446744073709551615 4194304 4196468 140736309481616 139682123827792 139683129771931 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19550208 140736309485967 140736309486152 140736309486152 140736309489615 0
[pid=9458/tid=9473] ppid=9455 vsize=26137944 CPUtime=0.24 cores=0-7
/proc/9458/task/9473/stat : 9473 (java) S 9455 9458 31142 0 -1 1077944384 2245 0 0 0 24 0 0 0 20 0 22 0 16615822 26765254656 35005 18446744073709551615 4194304 4196468 140736309481616 139682122774640 139683129764482 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19550208 140736309485967 140736309486152 140736309486152 140736309489615 0
[pid=9458/tid=9474] ppid=9455 vsize=26137944 CPUtime=0.21 cores=0-7
/proc/9458/task/9474/stat : 9474 (java) S 9455 9458 31142 0 -1 1077944384 2302 0 0 0 21 0 0 0 20 0 22 0 16615822 26765254656 35005 18446744073709551615 4194304 4196468 140736309481616 139682121721840 139683129764482 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140736309485967 140736309486152 140736309486152 140736309489615 0
[pid=9458/tid=9475] ppid=9455 vsize=26137944 CPUtime=0.2 cores=0-7
/proc/9458/task/9475/stat : 9475 (java) S 9455 9458 31142 0 -1 1077944384 1998 0 0 0 20 0 0 0 20 0 22 0 16615822 26765254656 35005 18446744073709551615 4194304 4196468 140736309481616 139682120669552 139683129764482 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140736309485967 140736309486152 140736309486152 140736309489615 0
[pid=9458/tid=9476] ppid=9455 vsize=26137944 CPUtime=0.4 cores=0-7
/proc/9458/task/9476/stat : 9476 (java) S 9455 9458 31142 0 -1 1077944384 4496 0 0 0 39 1 0 0 20 0 22 0 16615822 26765254656 35005 18446744073709551615 4194304 4196468 140736309481616 139682119616752 139683129764482 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19550208 140736309485967 140736309486152 140736309486152 140736309489615 0
[pid=9458/tid=9477] ppid=9455 vsize=26137944 CPUtime=0 cores=0-7
/proc/9458/task/9477/stat : 9477 (java) S 9455 9458 31142 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 16615822 26765254656 35005 18446744073709551615 4194304 4196468 140736309481616 139682118564704 139683129763541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140736309485967 140736309486152 140736309486152 140736309489615 0
[pid=9458/tid=9478] ppid=9455 vsize=26137944 CPUtime=0 cores=0-7
/proc/9458/task/9478/stat : 9478 (java) S 9455 9458 31142 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 16615825 26765254656 35005 18446744073709551615 4194304 4196468 140736309481616 139682117511984 139683129764482 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19550208 140736309485967 140736309486152 140736309486152 140736309489615 0
[pid=9458/tid=9479] ppid=9455 vsize=26137944 CPUtime=0 cores=0-7
/proc/9458/task/9479/stat : 9479 (java) S 9455 9458 31142 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 22 0 16615909 26765254656 35005 18446744073709551615 4194304 4196468 140736309481616 139682107225472 139683129763541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19550208 140736309485967 140736309486152 140736309486152 140736309489615 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 26137944

[startup+1.40085 s]
/proc/loadavg: 7.40 8.03 7.57 2/196 9479
/proc/meminfo: memFree=31601756/32770624 swapFree=0/269312
[pid=9458] ppid=9455 vsize=0 CPUtime=2.83 cores=0-7
/proc/9458/stat : 9458 (java) Z 9455 9458 31142 0 -1 4227084 33601 0 0 0 268 15 0 0 20 0 2 0 16615806 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 0 0 0 0 0 0 0 0
/proc/9458/statm: 0 0 0 0 0 0 0
[pid=9458/tid=9472] ppid=9455 vsize=0 CPUtime=0 cores=0-7
/proc/9458/task/9472/stat : 9472 (java) R 9455 9458 31142 0 -1 4203588 24 0 0 0 0 0 0 0 20 0 2 0 16615822 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 4 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1.40657
CPU time (s): 2.84325
CPU user time (s): 2.68263
CPU system time (s): 0.160626
CPU usage (%): 202.14
Max. virtual memory (cumulated for all children) (KiB): 26938760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.68263
system time used= 0.160626
maximum resident set size= 213080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33601
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4887
involuntary context switches= 3

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.008903 second user time and 0.011128 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-02 15:04:47
IDJOB=4257302
IDBENCH=115944
IDSOLVER=2641
FILE ID=node129/4257302-1501679927
RUNJOBID= node129-1501676508-31199
PBS_JOBID= 
Free space on /tmp= 61776 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-03-05.xml
COMMAND LINE= java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4257302-1501679927/watcher-4257302-1501679927 -o /tmp/evaluation-result-4257302-1501679927/solver-4257302-1501679927 -C 1920 -W 264 -M 31000 --bin-var /tmp/runsolver-exch-node129-1501676508-31199 --watchdog 324  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1785455791 --timelimit 1920 --memlimit 22000 --nbcore 8 HOME/instance-4257302-1501679927.xml

TIME LIMIT= 1920 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 32500dad091342bc2572e78f81e7a2ec
RANDOM SEED=1785455791

node129.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.53
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.57
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.53
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.57
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.53
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.57
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.53
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31715948 kB
MemAvailable:   32015720 kB
Buffers:          136812 kB
Cached:           450784 kB
SwapCached:            0 kB
Active:           355220 kB
Inactive:         286024 kB
Active(anon):      54200 kB
Inactive(anon):    16716 kB
Active(file):     301020 kB
Inactive(file):   269308 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42440 kB
Writeback:             4 kB
AnonPages:         53780 kB
Mapped:            30804 kB
Shmem:             17064 kB
Slab:             115304 kB
SReclaimable:      90556 kB
SUnreclaim:        24748 kB
KernelStack:        3136 kB
PageTables:         4384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     286296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61732 MiB
End job on node129 at 2017-08-02 15:04:49