Trace number 4307568

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
OscaR - Conflict Ordering 2018-08-14SAT 1.59151 2.16605

General information on the benchmark

NameColouredQueens/
ColouredQueens-05_c18.xml
MD5SUM776f6c8909d7db26eed6858afed1e777
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 benchmark0.004525
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints24
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":25}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":21}]
Minimum constraint arity2
Maximum constraint arity5
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":12}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":24}]
Optimization problemNO
Type of objective

Solver Data

0.74/1.51	c version: 2018-08-14
0.74/1.51	c seed: 714878160
0.74/1.51	c timeout: 2520
0.74/1.51	c memlimit: 11000
0.74/1.51	c nbcore: 4
0.78/1.65	c Parsing instance...
1.49/2.13	c Parsing done, starting search...
1.49/2.15	s SATISFIABLE
1.49/2.15	v <instantiation>
1.49/2.15	v 	<list>
1.49/2.15	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] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4]
1.49/2.15	v 	</list>
1.49/2.15	v 	<values>
1.49/2.15	v 		4 2 3 0 1 3 0 1 4 2 1 4 2 3 0 2 3 0 1 4 0 1 4 2 3 
1.49/2.15	v 	</values>
1.49/2.15	v </instantiation>

Verifier Data

OK	

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 (14229 MiB free)
  memory of node 1: 16384 MiB (9853 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307568-1534258054/watcher-4307568-1534258054 -o /tmp/evaluation-result-4307568-1534258054/solver-4307568-1534258054 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534258054-30400 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 714878160 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307568-1534258054.xml 

running on 4 cores: 0,2,4,6

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=30430, runsolver pid=30423

[startup+0.10009 s]*
/proc/loadavg: 0.16 0.05 0.06 2/193 30432
/proc/meminfo: memFree=24660736/32770624 swapFree=67108688/67108860
[pid=30430] ppid=30423 vsize=10648 memory=600 CPUtime=0 cores=0,2,4,6
/proc/30430/stat : 30430 (java) D 30423 30430 30369 0 -1 1077944320 328 0 0 0 0 0 0 0 20 0 1 0 243368764 10903552 150 33554432000 4194304 4196468 140720424064768 140720424042968 139890731194896 0 0 4096 0 18446744072101809700 0 0 17 0 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
/proc/30430/statm: 2662 150 119 1 0 84 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 10648 KiB
Current children cumulated memory: 600 KiB

[startup+0.209601 s]*
/proc/loadavg: 0.16 0.05 0.06 2/195 30434
/proc/meminfo: memFree=24658504/32770624 swapFree=67108688/67108860
[pid=30430] ppid=30423 vsize=100808 memory=4752 CPUtime=0 cores=0,2,4,6
/proc/30430/stat : 30430 (java) S 30423 30430 30369 0 -1 1077944320 1394 0 0 0 0 0 0 0 20 0 2 0 243368764 103227392 1188 33554432000 4194304 4196468 140720424064768 140720424047312 139890738515703 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
/proc/30430/statm: 25202 1188 885 1 0 16800 0
[pid=30430/tid=30434] ppid=30423 vsize=100808 memory=7022364594140610616 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30434/stat : 30434 (java) D 30423 30430 30369 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 2 0 243368780 103227392 1188 33554432000 4194304 4196468 140720424064768 139890742752608 139890731194925 0 0 4096 0 18446744072101809700 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 100808 KiB
Current children cumulated memory: 4752 KiB

[startup+0.309595 s]*
/proc/loadavg: 0.16 0.05 0.06 1/195 30434
/proc/meminfo: memFree=24658504/32770624 swapFree=67108688/67108860
[pid=30430] ppid=30423 vsize=111596 memory=5608 CPUtime=0 cores=0,2,4,6
/proc/30430/stat : 30430 (java) S 30423 30430 30369 0 -1 1077944320 1653 0 0 0 0 0 0 0 20 0 2 0 243368764 114274304 1402 33554432000 4194304 4196468 140720424064768 140720424047312 139890738515703 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
/proc/30430/statm: 27899 1402 1062 1 0 16810 0
[pid=30430/tid=30434] ppid=30423 vsize=111596 memory=7022364594140610616 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30434/stat : 30434 (java) D 30423 30430 30369 0 -1 1077944384 342 0 0 0 0 0 0 0 20 0 2 0 243368780 114274304 1402 33554432000 4194304 4196468 140720424064768 139890742755560 139890731193717 0 4 0 16784584 18446744072101809700 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 111596 KiB
Current children cumulated memory: 5608 KiB

[startup+0.70051 s]
/proc/loadavg: 0.16 0.05 0.06 2/209 30448
/proc/meminfo: memFree=24642472/32770624 swapFree=67108688/67108860
[pid=30430] ppid=30423 vsize=14082736 memory=22056 CPUtime=0.07 cores=0,2,4,6
/proc/30430/stat : 30430 (java) S 30423 30430 30369 0 -1 1077944320 5960 0 0 0 6 1 0 0 20 0 15 0 243368764 14420721664 5514 33554432000 4194304 4196468 140720424064768 140720424047312 139890738515703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
/proc/30430/statm: 3520684 5514 3108 1 0 3482761 0
[pid=30430/tid=30434] ppid=30423 vsize=14082736 memory=4216 CPUtime=0.06 cores=0,2,4,6
/proc/30430/task/30434/stat : 30434 (java) D 30423 30430 30369 0 -1 1077944384 4031 0 0 0 5 1 0 0 20 0 15 0 243368780 14420721664 5514 33554432000 4194304 4196468 140720424064768 139890742741392 139890738539581 0 4 0 16800975 18446744072101809700 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30439] ppid=30423 vsize=14082736 memory=752 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30439/stat : 30439 (java) S 30423 30430 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368803 14420721664 5514 33554432000 4194304 4196468 140720424064768 139890710358416 139890738525909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30440] ppid=30423 vsize=14082736 memory=7308591578289366336 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30440/stat : 30440 (java) S 30423 30430 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368803 14420721664 5514 33554432000 4194304 4196468 140720424064768 139890333161744 139890738525909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30441] ppid=30423 vsize=14082736 memory=8099279071866868845 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30441/stat : 30441 (java) S 30423 30430 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368803 14420721664 5514 33554432000 4194304 4196468 140720424064768 139890332109456 139890738525909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30442] ppid=30423 vsize=14082736 memory=5787213840016500561 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30442/stat : 30442 (java) S 30423 30430 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368803 14420721664 5514 33554432000 4194304 4196468 140720424064768 139890331056656 139890738525909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30444] ppid=30423 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30444/stat : 30444 (java) S 30423 30430 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368807 14420721664 5514 33554432000 4194304 4196468 140720424064768 139889920105072 139890738526850 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30447] ppid=30423 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30447/stat : 30447 (java) S 30423 30430 30369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243368808 14420721664 5514 33554432000 4194304 4196468 140720424064768 139889919051040 139890738525909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30448] ppid=30423 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30448/stat : 30448 (java) S 30423 30430 30369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243368808 14420721664 5514 33554432000 4194304 4196468 140720424064768 139889917998704 139890738525909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 22056 KiB

[startup+1.50073 s]
/proc/loadavg: 0.16 0.05 0.06 5/221 30460
/proc/meminfo: memFree=24587396/32770624 swapFree=67108688/67108860
[pid=30430] ppid=30423 vsize=14082736 memory=76844 CPUtime=0.74 cores=0,2,4,6
/proc/30430/stat : 30430 (java) S 30423 30430 30369 0 -1 1077944320 16493 0 0 0 69 5 0 0 20 0 15 0 243368764 14420721664 19211 33554432000 4194304 4196468 140720424064768 140720424047312 139890738515703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
/proc/30430/statm: 3520684 19211 3432 1 0 3482761 0
[pid=30430/tid=30434] ppid=30423 vsize=14082736 memory=0 CPUtime=0.53 cores=0,2,4,6
/proc/30430/task/30434/stat : 30434 (java) R 30423 30430 30369 0 -1 4202560 13863 0 0 0 50 3 0 0 20 0 15 0 243368780 14420721664 19211 33554432000 4194304 4196468 140720424064768 139890742730016 139890721702512 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30439] ppid=30423 vsize=14082736 memory=46116 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30439/stat : 30439 (java) S 30423 30430 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368803 14420721664 19211 33554432000 4194304 4196468 140720424064768 139890710358416 139890738525909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30440] ppid=30423 vsize=14082736 memory=7595438884862453587 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30440/stat : 30440 (java) S 30423 30430 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368803 14420721664 19211 33554432000 4194304 4196468 140720424064768 139890333161744 139890738525909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30441] ppid=30423 vsize=14082736 memory=7524226785285198697 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30441/stat : 30441 (java) S 30423 30430 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368803 14420721664 19211 33554432000 4194304 4196468 140720424064768 139890332109456 139890738525909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30442] ppid=30423 vsize=14082736 memory=7524226785285198697 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30442/stat : 30442 (java) S 30423 30430 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368803 14420721664 19211 33554432000 4194304 4196468 140720424064768 139890331056656 139890738525909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30444] ppid=30423 vsize=14082736 memory=280458411972896 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30444/stat : 30444 (java) S 30423 30430 30369 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243368807 14420721664 19211 33554432000 4194304 4196468 140720424064768 139889920105072 139890738526850 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30447] ppid=30423 vsize=14082736 memory=280458411642288 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30447/stat : 30447 (java) S 30423 30430 30369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243368808 14420721664 19211 33554432000 4194304 4196468 140720424064768 139889919051040 139890738525909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30448] ppid=30423 vsize=14082736 memory=2188956927489 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30448/stat : 30448 (java) S 30423 30430 30369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243368808 14420721664 19211 33554432000 4194304 4196468 140720424064768 139889917998704 139890738525909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30453] ppid=30423 vsize=14082736 memory=2390820390401 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30453/stat : 30453 (java) S 30423 30430 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368826 14420721664 19211 33554432000 4194304 4196468 140720424064768 139889916947024 139890738534299 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30454] ppid=30423 vsize=14082736 memory=280458411954128 CPUtime=0.03 cores=0,2,4,6
/proc/30430/task/30454/stat : 30454 (java) S 30423 30430 30369 0 -1 1077944384 549 0 0 0 3 0 0 0 20 0 15 0 243368826 14420721664 19211 33554432000 4194304 4196468 140720424064768 139889915893872 139890738526850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30455] ppid=30423 vsize=14082736 memory=280458411869928 CPUtime=0.04 cores=0,2,4,6
/proc/30430/task/30455/stat : 30455 (java) S 30423 30430 30369 0 -1 1077944384 142 0 0 0 4 0 0 0 20 0 15 0 243368826 14420721664 19211 33554432000 4194304 4196468 140720424064768 139889914841072 139890738526850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30456] ppid=30423 vsize=14082736 memory=32737 CPUtime=0.12 cores=0,2,4,6
/proc/30430/task/30456/stat : 30456 (java) R 30423 30430 30369 0 -1 4202560 556 0 0 0 11 1 0 0 20 0 15 0 243368826 14420721664 19211 33554432000 4194304 4196468 140720424064768 139889913788784 139890717457349 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30458] ppid=30423 vsize=14082736 memory=288230604624101685 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30458/stat : 30458 (java) S 30423 30430 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368826 14420721664 19211 33554432000 4194304 4196468 140720424064768 139889912736224 139890738525909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30460] ppid=30423 vsize=14082736 memory=15257064687536465 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30460/stat : 30460 (java) S 30423 30430 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368830 14420721664 19211 33554432000 4194304 4196468 140720424064768 139889911684016 139890738526850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
Current children cumulated CPU time: 0.74 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 76844 KiB

[startup+2.16601 s]
# the end of solver process 30430 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.50637 s, system=0.085146 s

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

[startup+1.60086 s]
/proc/loadavg: 0.16 0.05 0.06 5/221 30460
/proc/meminfo: memFree=24587396/32770624 swapFree=67108688/67108860
[pid=30430] ppid=30423 vsize=14082736 memory=77520 CPUtime=0.78 cores=0,2,4,6
/proc/30430/stat : 30430 (java) S 30423 30430 30369 0 -1 1077944320 16725 0 0 0 73 5 0 0 20 0 15 0 243368764 14420721664 19380 33554432000 4194304 4196468 140720424064768 140720424047312 139890738515703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
/proc/30430/statm: 3520684 19380 3436 1 0 3482761 0
[pid=30430/tid=30434] ppid=30423 vsize=14082736 memory=0 CPUtime=0.55 cores=0,2,4,6
/proc/30430/task/30434/stat : 30434 (java) D 30423 30430 30369 0 -1 1077944384 13989 0 0 0 52 3 0 0 20 0 15 0 243368780 14420721664 19380 33554432000 4194304 4196468 140720424064768 139890742724832 139890731194925 0 4 0 16800975 18446744072101809700 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30439] ppid=30423 vsize=14082736 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30439/stat : 30439 (java) S 30423 30430 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368803 14420721664 19380 33554432000 4194304 4196468 140720424064768 139890710358416 139890738525909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30440] ppid=30423 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30440/stat : 30440 (java) S 30423 30430 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368803 14420721664 19380 33554432000 4194304 4196468 140720424064768 139890333161744 139890738525909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30441] ppid=30423 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30441/stat : 30441 (java) S 30423 30430 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368803 14420721664 19380 33554432000 4194304 4196468 140720424064768 139890332109456 139890738525909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30442] ppid=30423 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30442/stat : 30442 (java) S 30423 30430 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368803 14420721664 19380 33554432000 4194304 4196468 140720424064768 139890331056656 139890738525909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30444] ppid=30423 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30444/stat : 30444 (java) S 30423 30430 30369 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243368807 14420721664 19380 33554432000 4194304 4196468 140720424064768 139889920105072 139890738526850 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30447] ppid=30423 vsize=14082736 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30447/stat : 30447 (java) S 30423 30430 30369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243368808 14420721664 19380 33554432000 4194304 4196468 140720424064768 139889919051040 139890738525909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30448] ppid=30423 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30448/stat : 30448 (java) S 30423 30430 30369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243368808 14420721664 19380 33554432000 4194304 4196468 140720424064768 139889917998704 139890738525909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30453] ppid=30423 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30453/stat : 30453 (java) S 30423 30430 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368826 14420721664 19380 33554432000 4194304 4196468 140720424064768 139889916947024 139890738534299 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30454] ppid=30423 vsize=14082736 memory=3472468524625164681 CPUtime=0.03 cores=0,2,4,6
/proc/30430/task/30454/stat : 30454 (java) S 30423 30430 30369 0 -1 1077944384 549 0 0 0 3 0 0 0 20 0 15 0 243368826 14420721664 19380 33554432000 4194304 4196468 140720424064768 139889915893872 139890738526850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30455] ppid=30423 vsize=14082736 memory=3824 CPUtime=0.05 cores=0,2,4,6
/proc/30430/task/30455/stat : 30455 (java) S 30423 30430 30369 0 -1 1077944384 235 0 0 0 5 0 0 0 20 0 15 0 243368826 14420721664 19380 33554432000 4194304 4196468 140720424064768 139889914841072 139890738526850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30456] ppid=30423 vsize=14082736 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/30430/task/30456/stat : 30456 (java) S 30423 30430 30369 0 -1 1077944384 569 0 0 0 11 1 0 0 20 0 15 0 243368826 14420721664 19380 33554432000 4194304 4196468 140720424064768 139889913788784 139890738526850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30458] ppid=30423 vsize=14082736 memory=140229205872704 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30458/stat : 30458 (java) S 30423 30430 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368826 14420721664 19380 33554432000 4194304 4196468 140720424064768 139889912736224 139890738525909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30460] ppid=30423 vsize=14082736 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30460/stat : 30460 (java) S 30423 30430 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368830 14420721664 19380 33554432000 4194304 4196468 140720424064768 139889911684016 139890738526850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
Current children cumulated CPU time: 0.78 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 77520 KiB

[startup+2.00067 s]*
/proc/loadavg: 0.16 0.05 0.06 4/221 30460
/proc/meminfo: memFree=24490844/32770624 swapFree=67108688/67108860
[pid=30430] ppid=30423 vsize=14086852 memory=98476 CPUtime=1.34 cores=0,2,4,6
/proc/30430/stat : 30430 (java) S 30423 30430 30369 0 -1 1077944320 18956 0 0 0 127 7 0 0 20 0 15 0 243368764 14424936448 24619 33554432000 4194304 4196468 140720424064768 140720424047312 139890738515703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
/proc/30430/statm: 3521713 24619 3506 1 0 3483785 0
[pid=30430/tid=30434] ppid=30423 vsize=14086852 memory=6791534058613427641 CPUtime=0.87 cores=0,2,4,6
/proc/30430/task/30434/stat : 30434 (java) R 30423 30430 30369 0 -1 4202560 15709 0 0 0 82 5 0 0 20 0 15 0 243368780 14424936448 24619 33554432000 4194304 4196468 140720424064768 139890742735632 139890720079207 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30439] ppid=30423 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30439/stat : 30439 (java) S 30423 30430 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368803 14424936448 24619 33554432000 4194304 4196468 140720424064768 139890710358416 139890738525909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30440] ppid=30423 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30440/stat : 30440 (java) S 30423 30430 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368803 14424936448 24619 33554432000 4194304 4196468 140720424064768 139890333161744 139890738525909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30441] ppid=30423 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30441/stat : 30441 (java) S 30423 30430 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368803 14424936448 24619 33554432000 4194304 4196468 140720424064768 139890332109456 139890738525909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30442] ppid=30423 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30442/stat : 30442 (java) S 30423 30430 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368803 14424936448 24619 33554432000 4194304 4196468 140720424064768 139890331056656 139890738525909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30444] ppid=30423 vsize=14086852 memory=7086240639564914736 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30444/stat : 30444 (java) S 30423 30430 30369 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243368807 14424936448 24619 33554432000 4194304 4196468 140720424064768 139889920105072 139890738526850 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30447] ppid=30423 vsize=14086852 memory=3474301949664572470 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30447/stat : 30447 (java) S 30423 30430 30369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243368808 14424936448 24619 33554432000 4194304 4196468 140720424064768 139889919051040 139890738525909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30448] ppid=30423 vsize=14086852 memory=5795117241467496816 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30448/stat : 30448 (java) S 30423 30430 30369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243368808 14424936448 24619 33554432000 4194304 4196468 140720424064768 139889917998704 139890738525909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30453] ppid=30423 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30453/stat : 30453 (java) S 30423 30430 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368826 14424936448 24619 33554432000 4194304 4196468 140720424064768 139889916947024 139890738534299 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30454] ppid=30423 vsize=14086852 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30430/task/30454/stat : 30454 (java) S 30423 30430 30369 0 -1 1077944384 694 0 0 0 8 0 0 0 20 0 15 0 243368826 14424936448 24619 33554432000 4194304 4196468 140720424064768 139889915893872 139890738526850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30455] ppid=30423 vsize=14086852 memory=7305790164189197359 CPUtime=0.12 cores=0,2,4,6
/proc/30430/task/30455/stat : 30455 (java) S 30423 30430 30369 0 -1 1077944384 324 0 0 0 12 0 0 0 20 0 15 0 243368826 14424936448 24619 33554432000 4194304 4196468 140720424064768 139889914841072 139890738526850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30456] ppid=30423 vsize=14086852 memory=5507292750750160562 CPUtime=0.23 cores=0,2,4,6
/proc/30430/task/30456/stat : 30456 (java) S 30423 30430 30369 0 -1 1077944384 846 0 0 0 22 1 0 0 20 0 15 0 243368826 14424936448 24619 33554432000 4194304 4196468 140720424064768 139889913788784 139890738526850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30458] ppid=30423 vsize=14086852 memory=2314860354982857836 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30458/stat : 30458 (java) S 30423 30430 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368826 14424936448 24619 33554432000 4194304 4196468 140720424064768 139889912736224 139890738525909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30460] ppid=30423 vsize=14086852 memory=2315025760159150318 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30460/stat : 30460 (java) S 30423 30430 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368830 14424936448 24619 33554432000 4194304 4196468 140720424064768 139889911684016 139890738526850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
Current children cumulated CPU time: 1.34 s
Current children cumulated vsize: 14086852 KiB
Current children cumulated memory: 98476 KiB

[startup+2.11019 s]
/proc/loadavg: 0.16 0.05 0.06 4/221 30460
/proc/meminfo: memFree=24490844/32770624 swapFree=67108688/67108860
[pid=30430] ppid=30423 vsize=14088900 memory=107344 CPUtime=1.49 cores=0,2,4,6
/proc/30430/stat : 30430 (java) S 30423 30430 30369 0 -1 1077944320 19626 0 0 0 142 7 0 0 20 0 15 0 243368764 14427033600 26836 33554432000 4194304 4196468 140720424064768 140720424047312 139890738515703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
/proc/30430/statm: 3522225 26836 3515 1 0 3484297 0
[pid=30430/tid=30434] ppid=30423 vsize=14088900 memory=4420 CPUtime=0.97 cores=0,2,4,6
/proc/30430/task/30434/stat : 30434 (java) R 30423 30430 30369 0 -1 4202560 16310 0 0 0 92 5 0 0 20 0 15 0 243368780 14427033600 26836 33554432000 4194304 4196468 140720424064768 139890742749488 139890738527638 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30439] ppid=30423 vsize=14088900 memory=32737 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30439/stat : 30439 (java) S 30423 30430 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368803 14427033600 26836 33554432000 4194304 4196468 140720424064768 139890710358416 139890738525909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30440] ppid=30423 vsize=14088900 memory=288230604624101685 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30440/stat : 30440 (java) S 30423 30430 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368803 14427033600 26836 33554432000 4194304 4196468 140720424064768 139890333161744 139890738525909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30441] ppid=30423 vsize=14088900 memory=15257064687536465 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30441/stat : 30441 (java) S 30423 30430 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368803 14427033600 26836 33554432000 4194304 4196468 140720424064768 139890332109456 139890738525909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30442] ppid=30423 vsize=14088900 memory=46116 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30442/stat : 30442 (java) S 30423 30430 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368803 14427033600 26836 33554432000 4194304 4196468 140720424064768 139890331056656 139890738525909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30444] ppid=30423 vsize=14088900 memory=7595438884862453587 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30444/stat : 30444 (java) S 30423 30430 30369 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243368807 14427033600 26836 33554432000 4194304 4196468 140720424064768 139889920105072 139890738526850 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30447] ppid=30423 vsize=14088900 memory=7524226785285198697 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30447/stat : 30447 (java) S 30423 30430 30369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243368808 14427033600 26836 33554432000 4194304 4196468 140720424064768 139889919051040 139890738525909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30448] ppid=30423 vsize=14088900 memory=7524226785285198697 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30448/stat : 30448 (java) S 30423 30430 30369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243368808 14427033600 26836 33554432000 4194304 4196468 140720424064768 139889917998704 139890738525909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30453] ppid=30423 vsize=14088900 memory=280458411972896 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30453/stat : 30453 (java) S 30423 30430 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368826 14427033600 26836 33554432000 4194304 4196468 140720424064768 139889916947024 139890738534299 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30454] ppid=30423 vsize=14088900 memory=81484 CPUtime=0.09 cores=0,2,4,6
/proc/30430/task/30454/stat : 30454 (java) S 30423 30430 30369 0 -1 1077944384 699 0 0 0 9 0 0 0 20 0 15 0 243368826 14427033600 26836 33554432000 4194304 4196468 140720424064768 139889915893872 139890738526850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30455] ppid=30423 vsize=14088900 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/30430/task/30455/stat : 30455 (java) S 30423 30430 30369 0 -1 1077944384 342 0 0 0 15 0 0 0 20 0 15 0 243368826 14427033600 26836 33554432000 4194304 4196468 140720424064768 139889914841072 139890738526850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30456] ppid=30423 vsize=14088900 memory=56 CPUtime=0.25 cores=0,2,4,6
/proc/30430/task/30456/stat : 30456 (java) R 30423 30430 30369 0 -1 4202560 895 0 0 0 24 1 0 0 20 0 15 0 243368826 14427033600 26836 33554432000 4194304 4196468 140720424064768 139889913788784 139890722596190 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30458] ppid=30423 vsize=14088900 memory=7229491607711535190 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30458/stat : 30458 (java) S 30423 30430 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368826 14427033600 26836 33554432000 4194304 4196468 140720424064768 139889912736224 139890738525909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
[pid=30430/tid=30460] ppid=30423 vsize=14088900 memory=4638778398332764256 CPUtime=0 cores=0,2,4,6
/proc/30430/task/30460/stat : 30460 (java) S 30423 30430 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368830 14427033600 26836 33554432000 4194304 4196468 140720424064768 139889911684016 139890738526850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720424072273 140720424072457 140720424072457 140720424075215 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 107344 KiB

Child status: 0
Real time (s): 2.16605
CPU time (s): 1.59151
CPU user time (s): 1.50637
CPU system time (s): 0.085146
CPU usage (%): 73.4752
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 107344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.50637
system time used= 0.085146
maximum resident set size= 110940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21570
page faults= 0
swaps= 0
block input operations= 384
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1845
involuntary context switches= 15


# summary of solver processes directly reported to runsolver:
#   pid: 30430
#   total CPU time (s): 1.59151
#   total CPU user time (s): 1.50637
#   total CPU system time (s): 0.085146

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.028826 second user time and 0.06949 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-14 16:47:34
IDJOB=4307568
IDBENCH=141025
IDSOLVER=2790
FILE ID=node134/4307568-1534258054
RUNJOBID= node134-1534258054-30400
PBS_JOBID= 21038123
Free space on /tmp= 43404 MiB

SOLVER NAME= OscaR - Conflict Ordering 2018-08-14
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-05_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4307568-1534258054/watcher-4307568-1534258054 -o /tmp/evaluation-result-4307568-1534258054/solver-4307568-1534258054 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534258054-30400 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 714878160 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307568-1534258054.xml

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

MD5SUM BENCH= 776f6c8909d7db26eed6858afed1e777
RANDOM SEED=714878160

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.68
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.68
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.68
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.68
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:        24662516 kB
MemAvailable:   31903716 kB
Buffers:          171196 kB
Cached:          7275092 kB
SwapCached:           32 kB
Active:          3892948 kB
Inactive:        3607488 kB
Active(anon):       3536 kB
Inactive(anon):   103252 kB
Active(file):    3889412 kB
Inactive(file):  3504236 kB
Unevictable:        7392 kB
Mlocked:            7392 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             71440 kB
Writeback:             0 kB
AnonPages:         61864 kB
Mapped:            54344 kB
Shmem:             49652 kB
Slab:             303672 kB
SReclaimable:     276012 kB
SUnreclaim:        27660 kB
KernelStack:        3280 kB
PageTables:         5204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     350464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 43332 MiB
End job on node134 at 2018-08-14 16:47:38