Trace number 4273806

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 2017-07-26SAT 3.25964 1.59632

General information on the benchmark

NameBlackhole/Blackhole-m1-s10/
Blackhole-10-3-01.xml
MD5SUM4b3f242d4d7820c1a4b57bc20b9aba43
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.071172997
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints67
Number of domains1
Minimum domain size40
Maximum domain size40
Distribution of domain sizes[{"size":40,"count":80}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":67},{"degree":3,"count":13}]
Minimum constraint arity1
Maximum constraint arity80
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":65},{"arity":80,"count":1}]
Number of extensional constraints39
Number of intensional constraints27
Distribution of constraint types[{"type":"extension","count":39},{"type":"intension","count":27},{"type":"channel","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.27/0.38	c version: 2017-07-26
0.27/0.38	c seed: 1242651152
0.27/0.38	c timeout: 2520
0.27/0.38	c memlimit: 11000
0.27/0.38	c nbcore: 4
0.27/0.40	c Parsing instance...
1.17/0.88	c Parsing done, starting search...
3.15/1.59	s SATISFIABLE
3.15/1.59	v <instantiation>
3.15/1.59	v 	<list>
3.15/1.59	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] y[24] y[25] y[26] y[27] y[28] y[29] y[30] y[31] y[32] y[33] y[34] y[35] y[36] y[37] y[38] y[39]
3.15/1.59	v 	</list>
3.15/1.59	v 	<values>
3.15/1.59	v 		0 31 32 33 24 23 4 15 36 37 38 39 20 19 28 17 26 5 6 27 8 9 10 1 2 21 12 11 30 29 18 7 16 35 14 25 34 3 22 13 0 23 24 37 6 17 18 31 20 21 22 27 26 39 34 7 32 15 30 13 12 25 38 5 4 35 16 19 14 29 28 1 2 3 36 33 8 9 10 11 
3.15/1.59	v 	</values>
3.15/1.59	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 (14984 MiB free)
  memory of node 1: 16384 MiB (15619 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4273806-1502809854/watcher-4273806-1502809854 -o /tmp/evaluation-result-4273806-1502809854/solver-4273806-1502809854 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1502746532-7260 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1242651152 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273806-1502809854.xml 

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

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

solver pid=20533, runsolver pid=20530

[startup+0.100141 s]*
/proc/loadavg: 1.99 2.10 1.80 3/200 20539
/proc/meminfo: memFree=31336608/32770624 swapFree=67108860/67108860
[pid=20533] ppid=20530 vsize=13441564 memory=15988 CPUtime=0.01 cores=1,3,5,7
/proc/20533/stat : 20533 (java) S 20530 20533 2357 0 -1 1077944320 3853 0 0 0 1 0 0 0 20 0 8 0 8600458 13764161536 3997 18446744073709551615 4194304 4196468 140727144006352 140727143988896 140651701661431 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
/proc/20533/statm: 3360391 3997 2034 1 0 3349888 0
[pid=20533/tid=20535] ppid=20530 vsize=13507100 memory=-6439968830534014599 CPUtime=0.01 cores=1,3,5,7
/proc/20533/task/20535/stat : 20535 (java) R 20530 20533 2357 0 -1 4202560 2537 0 0 0 1 0 0 0 20 0 8 0 8600466 13831270400 3999 18446744073709551615 4194304 4196468 140727144006352 140651705894568 140651693898558 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20536] ppid=20530 vsize=13507100 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20536/stat : 20536 (java) S 20530 20533 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 8600467 13831270400 3999 18446744073709551615 4194304 4196468 140727144006352 140651658627600 140651701671637 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20537] ppid=20530 vsize=13507100 memory=140230280320640 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20537/stat : 20537 (java) S 20530 20533 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 8600467 13831270400 3999 18446744073709551615 4194304 4196468 140727144006352 140651657575056 140651701671637 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20538] ppid=20530 vsize=13507100 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20538/stat : 20538 (java) S 20530 20533 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 8600467 13831270400 3999 18446744073709551615 4194304 4196468 140727144006352 140651299793168 140651701671637 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20539] ppid=20530 vsize=13507100 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20539/stat : 20539 (java) S 20530 20533 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 8600467 13831270400 3999 18446744073709551615 4194304 4196468 140727144006352 140651298740624 140651701671637 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20540] ppid=20530 vsize=13507100 memory=140230280320640 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20540/stat : 20540 (java) S 20530 20533 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 8600468 13831270400 3999 18446744073709551615 4194304 4196468 140727144006352 140650819857136 140651701672578 0 0 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20541] ppid=20530 vsize=13507100 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20541/stat : 20541 (java) S 20530 20533 2357 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 8 0 8600469 13831270400 3999 18446744073709551615 4194304 4196468 140727144006352 140650818802256 140651701671637 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13441564 KiB
Current children cumulated memory: 15988 KiB

[startup+0.20951 s]*
/proc/loadavg: 1.99 2.10 1.80 5/209 20548
/proc/meminfo: memFree=31325840/32770624 swapFree=67108860/67108860
[pid=20533] ppid=20530 vsize=13975920 memory=31328 CPUtime=0.1 cores=1,3,5,7
/proc/20533/stat : 20533 (java) S 20530 20533 2357 0 -1 1077944320 7151 0 0 0 9 1 0 0 20 0 15 0 8600458 14311342080 7832 18446744073709551615 4194304 4196468 140727144006352 140727143988896 140651701661431 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
/proc/20533/statm: 3493980 7832 3385 1 0 3482759 0
[pid=20533/tid=20535] ppid=20530 vsize=13975920 memory=7077796292425249400 CPUtime=0.08 cores=1,3,5,7
/proc/20533/task/20535/stat : 20535 (java) R 20530 20533 2357 0 -1 4202560 5101 0 0 0 7 1 0 0 20 0 15 0 8600466 14311342080 7832 18446744073709551615 4194304 4196468 140727144006352 140651705882056 140651693902821 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20536] ppid=20530 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20536/stat : 20536 (java) S 20530 20533 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8600467 14311342080 7832 18446744073709551615 4194304 4196468 140727144006352 140651658627600 140651701671637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20537] ppid=20530 vsize=13975920 memory=140230280320640 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20537/stat : 20537 (java) S 20530 20533 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8600467 14311342080 7832 18446744073709551615 4194304 4196468 140727144006352 140651657575056 140651701671637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20538] ppid=20530 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20538/stat : 20538 (java) S 20530 20533 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8600467 14311342080 7832 18446744073709551615 4194304 4196468 140727144006352 140651299793168 140651701671637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20539] ppid=20530 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20539/stat : 20539 (java) S 20530 20533 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 8600467 14311342080 7832 18446744073709551615 4194304 4196468 140727144006352 140651298740624 140651701671637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20540] ppid=20530 vsize=13975920 memory=140230280320640 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20540/stat : 20540 (java) S 20530 20533 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 8600468 14311342080 7832 18446744073709551615 4194304 4196468 140727144006352 140650819857136 140651701672578 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20541] ppid=20530 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20541/stat : 20541 (java) S 20530 20533 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 8600469 14311342080 7832 18446744073709551615 4194304 4196468 140727144006352 140650818803360 140651701671637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20542] ppid=20530 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20542/stat : 20542 (java) S 20530 20533 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 8600469 14311342080 7832 18446744073709551615 4194304 4196468 140727144006352 140650817750256 140651701671637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20543] ppid=20530 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20543/stat : 20543 (java) S 20530 20533 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8600471 14311342080 7832 18446744073709551615 4194304 4196468 140727144006352 140650816698832 140651701680027 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20544] ppid=20530 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20544/stat : 20544 (java) S 20530 20533 2357 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 8600471 14311342080 7832 18446744073709551615 4194304 4196468 140727144006352 140650815645936 140651701672578 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20545] ppid=20530 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20545/stat : 20545 (java) S 20530 20533 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8600471 14311342080 7832 18446744073709551615 4194304 4196468 140727144006352 140650814593392 140651701672578 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20546] ppid=20530 vsize=13975920 memory=140230280320640 CPUtime=0.01 cores=1,3,5,7
/proc/20533/task/20546/stat : 20546 (java) R 20530 20533 2357 0 -1 4202560 361 0 0 0 1 0 0 0 20 0 15 0 8600471 14311342080 7832 18446744073709551615 4194304 4196468 140727144006352 140650813540336 140651693898558 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20547] ppid=20530 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20547/stat : 20547 (java) S 20530 20533 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8600472 14311342080 7832 18446744073709551615 4194304 4196468 140727144006352 140650812488032 140651701671637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20548] ppid=20530 vsize=13976944 memory=140230280320640 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20548/stat : 20548 (java) S 20530 20533 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8600476 14312390656 7832 18446744073709551615 4194304 4196468 140727144006352 140650811436080 140651701672578 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 31328 KiB

[startup+0.31013 s]*
/proc/loadavg: 1.99 2.10 1.80 4/209 20548
/proc/meminfo: memFree=31315816/32770624 swapFree=67108860/67108860
[pid=20533] ppid=20530 vsize=13975920 memory=40636 CPUtime=0.27 cores=1,3,5,7
/proc/20533/stat : 20533 (java) S 20530 20533 2357 0 -1 1077944320 10890 0 0 0 24 3 0 0 20 0 15 0 8600458 14311342080 10159 18446744073709551615 4194304 4196468 140727144006352 140727143988896 140651701661431 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
/proc/20533/statm: 3493980 10159 3548 1 0 3482759 0
[pid=20533/tid=20535] ppid=20530 vsize=13975920 memory=-8774313645642428999 CPUtime=0.18 cores=1,3,5,7
/proc/20533/task/20535/stat : 20535 (java) R 20530 20533 2357 0 -1 4202560 8519 0 0 0 16 2 0 0 20 0 15 0 8600466 14311342080 10159 18446744073709551615 4194304 4196468 140727144006352 140651705881072 140651701683357 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20536] ppid=20530 vsize=13975920 memory=4627853888499060086 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20536/stat : 20536 (java) S 20530 20533 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8600467 14311342080 10159 18446744073709551615 4194304 4196468 140727144006352 140651658627600 140651701671637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20537] ppid=20530 vsize=13975920 memory=-8187100386482147110 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20537/stat : 20537 (java) S 20530 20533 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8600467 14311342080 10159 18446744073709551615 4194304 4196468 140727144006352 140651657575056 140651701671637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20538] ppid=20530 vsize=13975920 memory=-7305533901252758645 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20538/stat : 20538 (java) S 20530 20533 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8600467 14311342080 10159 18446744073709551615 4194304 4196468 140727144006352 140651299793168 140651701671637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20539] ppid=20530 vsize=13975920 memory=7077796292425249400 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20539/stat : 20539 (java) S 20530 20533 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 8600467 14311342080 10159 18446744073709551615 4194304 4196468 140727144006352 140651298740624 140651701671637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20540] ppid=20530 vsize=13975920 memory=140230280327633 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20540/stat : 20540 (java) S 20530 20533 2357 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 8600468 14311342080 10159 18446744073709551615 4194304 4196468 140727144006352 140650819857136 140651701672578 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20541] ppid=20530 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20541/stat : 20541 (java) S 20530 20533 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 8600469 14311342080 10159 18446744073709551615 4194304 4196468 140727144006352 140650818803360 140651701671637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20542] ppid=20530 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20542/stat : 20542 (java) S 20530 20533 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 8600469 14311342080 10159 18446744073709551615 4194304 4196468 140727144006352 140650817750256 140651701671637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20543] ppid=20530 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20543/stat : 20543 (java) S 20530 20533 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8600471 14311342080 10159 18446744073709551615 4194304 4196468 140727144006352 140650816698832 140651701680027 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20544] ppid=20530 vsize=13975920 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/20533/task/20544/stat : 20544 (java) R 20530 20533 2357 0 -1 4202560 496 0 0 0 1 0 0 0 20 0 15 0 8600471 14311342080 10159 18446744073709551615 4194304 4196468 140727144006352 140650815645936 140651693898558 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20545] ppid=20530 vsize=13975920 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/20533/task/20545/stat : 20545 (java) S 20530 20533 2357 0 -1 1077944384 52 0 0 0 1 0 0 0 20 0 15 0 8600471 14311342080 10159 18446744073709551615 4194304 4196468 140727144006352 140650814593392 140651701672578 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20546] ppid=20530 vsize=13975920 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/20533/task/20546/stat : 20546 (java) S 20530 20533 2357 0 -1 1077944384 442 0 0 0 5 0 0 0 20 0 15 0 8600471 14311342080 10159 18446744073709551615 4194304 4196468 140727144006352 140650813540336 140651701672578 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20547] ppid=20530 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20547/stat : 20547 (java) S 20530 20533 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8600472 14311342080 10159 18446744073709551615 4194304 4196468 140727144006352 140650812488032 140651701671637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20548] ppid=20530 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20548/stat : 20548 (java) S 20530 20533 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8600476 14311342080 10159 18446744073709551615 4194304 4196468 140727144006352 140650811436080 140651701672578 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 40636 KiB

[startup+0.700778 s]
/proc/loadavg: 1.99 2.10 1.80 4/209 20548
/proc/meminfo: memFree=31301336/32770624 swapFree=67108860/67108860
[pid=20533] ppid=20530 vsize=13977988 memory=69556 CPUtime=1.03 cores=1,3,5,7
/proc/20533/stat : 20533 (java) S 20530 20533 2357 0 -1 1077944320 14590 0 0 0 98 5 0 0 20 0 15 0 8600458 14313459712 17389 18446744073709551615 4194304 4196468 140727144006352 140727143988896 140651701661431 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
/proc/20533/statm: 3494497 17389 3731 1 0 3483271 0
[pid=20533/tid=20535] ppid=20530 vsize=13977988 memory=0 CPUtime=0.56 cores=1,3,5,7
/proc/20533/task/20535/stat : 20535 (java) R 20530 20533 2357 0 -1 4202560 10577 0 0 0 52 4 0 0 20 0 15 0 8600466 14313459712 17389 18446744073709551615 4194304 4196468 140727144006352 140651705898672 140651701683357 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20536] ppid=20530 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20536/stat : 20536 (java) S 20530 20533 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8600467 14313459712 17389 18446744073709551615 4194304 4196468 140727144006352 140651658627600 140651701671637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20537] ppid=20530 vsize=13977988 memory=8174711894690903861 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20537/stat : 20537 (java) S 20530 20533 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8600467 14313459712 17389 18446744073709551615 4194304 4196468 140727144006352 140651657575056 140651701671637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20538] ppid=20530 vsize=13977988 memory=7012755875744993368 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20538/stat : 20538 (java) S 20530 20533 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8600467 14313459712 17389 18446744073709551615 4194304 4196468 140727144006352 140651299793168 140651701671637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20539] ppid=20530 vsize=13977988 memory=5787213853235373120 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20539/stat : 20539 (java) S 20530 20533 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 8600467 14313459712 17389 18446744073709551615 4194304 4196468 140727144006352 140651298740624 140651701671637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20540] ppid=20530 vsize=13977988 memory=734122130331934768 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20540/stat : 20540 (java) S 20530 20533 2357 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 8600468 14313459712 17389 18446744073709551615 4194304 4196468 140727144006352 140650819857136 140651701672578 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20541] ppid=20530 vsize=13977988 memory=6459630814404 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20541/stat : 20541 (java) S 20530 20533 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 8600469 14313459712 17389 18446744073709551615 4194304 4196468 140727144006352 140650818803360 140651701671637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20542] ppid=20530 vsize=13977988 memory=288230613214036277 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20542/stat : 20542 (java) S 20530 20533 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 8600469 14313459712 17389 18446744073709551615 4194304 4196468 140727144006352 140650817750256 140651701671637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20543] ppid=20530 vsize=13977988 memory=13847473600857767 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20543/stat : 20543 (java) S 20530 20533 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8600471 14313459712 17389 18446744073709551615 4194304 4196468 140727144006352 140650816698832 140651701680027 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20544] ppid=20530 vsize=13977988 memory=2012 CPUtime=0.11 cores=1,3,5,7
/proc/20533/task/20544/stat : 20544 (java) S 20530 20533 2357 0 -1 1077944384 1018 0 0 0 11 0 0 0 20 0 15 0 8600471 14313459712 17389 18446744073709551615 4194304 4196468 140727144006352 140650815645936 140651701672578 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20545] ppid=20530 vsize=13977988 memory=8684 CPUtime=0.12 cores=1,3,5,7
/proc/20533/task/20545/stat : 20545 (java) R 20530 20533 2357 0 -1 4202560 610 0 0 0 12 0 0 0 20 0 15 0 8600471 14313459712 17389 18446744073709551615 4194304 4196468 140727144006352 140650814593392 140651685161618 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20546] ppid=20530 vsize=13977988 memory=1200 CPUtime=0.21 cores=1,3,5,7
/proc/20533/task/20546/stat : 20546 (java) S 20530 20533 2357 0 -1 1077944384 1003 0 0 0 21 0 0 0 20 0 15 0 8600471 14313459712 17389 18446744073709551615 4194304 4196468 140727144006352 140650813540336 140651701672578 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20547] ppid=20530 vsize=13977988 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20547/stat : 20547 (java) S 20530 20533 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8600472 14313459712 17389 18446744073709551615 4194304 4196468 140727144006352 140650812488032 140651701671637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20548] ppid=20530 vsize=13977988 memory=4016 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20548/stat : 20548 (java) S 20530 20533 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8600476 14313459712 17389 18446744073709551615 4194304 4196468 140727144006352 140650811436080 140651701672578 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
Current children cumulated CPU time: 1.03 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 69556 KiB

[startup+1.50082 s]
/proc/loadavg: 1.99 2.10 1.80 5/209 20548
/proc/meminfo: memFree=31258420/32770624 swapFree=67108860/67108860
[pid=20533] ppid=20530 vsize=13980036 memory=160460 CPUtime=3.15 cores=1,3,5,7
/proc/20533/stat : 20533 (java) S 20530 20533 2357 0 -1 1077944320 25382 0 0 0 306 9 0 0 20 0 15 0 8600458 14315556864 40115 18446744073709551615 4194304 4196468 140727144006352 140727143988896 140651701661431 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
/proc/20533/statm: 3495009 40115 3757 1 0 3483783 0
[pid=20533/tid=20535] ppid=20530 vsize=13980036 memory=280460291179968 CPUtime=1.36 cores=1,3,5,7
/proc/20533/task/20535/stat : 20535 (java) R 20530 20533 2357 0 -1 4202560 13421 0 0 0 130 6 0 0 20 0 15 0 8600466 14315556864 40115 18446744073709551615 4194304 4196468 140727144006352 140651705897864 140651341400450 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20536] ppid=20530 vsize=13980036 memory=92534533524212 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20536/stat : 20536 (java) S 20530 20533 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8600467 14315556864 40115 18446744073709551615 4194304 4196468 140727144006352 140651658627600 140651701671637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20537] ppid=20530 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20537/stat : 20537 (java) S 20530 20533 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8600467 14315556864 40115 18446744073709551615 4194304 4196468 140727144006352 140651657575056 140651701671637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20538] ppid=20530 vsize=13980036 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20538/stat : 20538 (java) S 20530 20533 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8600467 14315556864 40115 18446744073709551615 4194304 4196468 140727144006352 140651299793168 140651701671637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20539] ppid=20530 vsize=13980036 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20539/stat : 20539 (java) S 20530 20533 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 8600467 14315556864 40115 18446744073709551615 4194304 4196468 140727144006352 140651298740624 140651701671637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20540] ppid=20530 vsize=13980036 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20540/stat : 20540 (java) S 20530 20533 2357 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 8600468 14315556864 40115 18446744073709551615 4194304 4196468 140727144006352 140650819857136 140651701672578 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20541] ppid=20530 vsize=13980036 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20541/stat : 20541 (java) S 20530 20533 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 8600469 14315556864 40115 18446744073709551615 4194304 4196468 140727144006352 140650818803360 140651701671637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20542] ppid=20530 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20542/stat : 20542 (java) S 20530 20533 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 8600469 14315556864 40115 18446744073709551615 4194304 4196468 140727144006352 140650817750256 140651701671637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20543] ppid=20530 vsize=13980036 memory=140230145476000 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20543/stat : 20543 (java) S 20530 20533 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8600471 14315556864 40115 18446744073709551615 4194304 4196468 140727144006352 140650816698832 140651701680027 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20544] ppid=20530 vsize=13980036 memory=0 CPUtime=0.69 cores=1,3,5,7
/proc/20533/task/20544/stat : 20544 (java) S 20530 20533 2357 0 -1 1077944384 4512 0 0 0 69 0 0 0 20 0 15 0 8600471 14315556864 40115 18446744073709551615 4194304 4196468 140727144006352 140650815645936 140651701672578 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20545] ppid=20530 vsize=13980036 memory=0 CPUtime=0.74 cores=1,3,5,7
/proc/20533/task/20545/stat : 20545 (java) R 20530 20533 2357 0 -1 4202560 4666 0 0 0 73 1 0 0 20 0 15 0 8600471 14315556864 40115 18446744073709551615 4194304 4196468 140727144006352 140650814593392 140651683205520 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20546] ppid=20530 vsize=13980036 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/20533/task/20546/stat : 20546 (java) S 20530 20533 2357 0 -1 1077944384 1399 0 0 0 33 0 0 0 20 0 15 0 8600471 14315556864 40115 18446744073709551615 4194304 4196468 140727144006352 140650813540336 140651701672578 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20547] ppid=20530 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20547/stat : 20547 (java) S 20530 20533 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8600472 14315556864 40115 18446744073709551615 4194304 4196468 140727144006352 140650812488032 140651701671637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20548] ppid=20530 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20548/stat : 20548 (java) S 20530 20533 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8600476 14315556864 40115 18446744073709551615 4194304 4196468 140727144006352 140650811436080 140651701672578 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
Current children cumulated CPU time: 3.15 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 160460 KiB

[startup+1.59626 s]
# the end of solver process 20533 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.16179 s, system=0.09785 s

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

[startup+1.50082 s]
/proc/loadavg: 1.99 2.10 1.80 5/209 20548
/proc/meminfo: memFree=31258420/32770624 swapFree=67108860/67108860
[pid=20533] ppid=20530 vsize=13980036 memory=160460 CPUtime=3.15 cores=1,3,5,7
/proc/20533/stat : 20533 (java) S 20530 20533 2357 0 -1 1077944320 25382 0 0 0 306 9 0 0 20 0 15 0 8600458 14315556864 40115 18446744073709551615 4194304 4196468 140727144006352 140727143988896 140651701661431 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
/proc/20533/statm: 3495009 40115 3757 1 0 3483783 0
[pid=20533/tid=20535] ppid=20530 vsize=13980036 memory=280460291179968 CPUtime=1.36 cores=1,3,5,7
/proc/20533/task/20535/stat : 20535 (java) R 20530 20533 2357 0 -1 4202560 13421 0 0 0 130 6 0 0 20 0 15 0 8600466 14315556864 40115 18446744073709551615 4194304 4196468 140727144006352 140651705897864 140651341400450 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20536] ppid=20530 vsize=13980036 memory=92534533524212 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20536/stat : 20536 (java) S 20530 20533 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8600467 14315556864 40115 18446744073709551615 4194304 4196468 140727144006352 140651658627600 140651701671637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20537] ppid=20530 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20537/stat : 20537 (java) S 20530 20533 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8600467 14315556864 40115 18446744073709551615 4194304 4196468 140727144006352 140651657575056 140651701671637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20538] ppid=20530 vsize=13980036 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20538/stat : 20538 (java) S 20530 20533 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8600467 14315556864 40115 18446744073709551615 4194304 4196468 140727144006352 140651299793168 140651701671637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20539] ppid=20530 vsize=13980036 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20539/stat : 20539 (java) S 20530 20533 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 8600467 14315556864 40115 18446744073709551615 4194304 4196468 140727144006352 140651298740624 140651701671637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20540] ppid=20530 vsize=13980036 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20540/stat : 20540 (java) S 20530 20533 2357 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 8600468 14315556864 40115 18446744073709551615 4194304 4196468 140727144006352 140650819857136 140651701672578 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20541] ppid=20530 vsize=13980036 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20541/stat : 20541 (java) S 20530 20533 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 8600469 14315556864 40115 18446744073709551615 4194304 4196468 140727144006352 140650818803360 140651701671637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20542] ppid=20530 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20542/stat : 20542 (java) S 20530 20533 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 8600469 14315556864 40115 18446744073709551615 4194304 4196468 140727144006352 140650817750256 140651701671637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20543] ppid=20530 vsize=13980036 memory=140230145476000 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20543/stat : 20543 (java) S 20530 20533 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8600471 14315556864 40115 18446744073709551615 4194304 4196468 140727144006352 140650816698832 140651701680027 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20544] ppid=20530 vsize=13980036 memory=0 CPUtime=0.69 cores=1,3,5,7
/proc/20533/task/20544/stat : 20544 (java) S 20530 20533 2357 0 -1 1077944384 4512 0 0 0 69 0 0 0 20 0 15 0 8600471 14315556864 40115 18446744073709551615 4194304 4196468 140727144006352 140650815645936 140651701672578 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20545] ppid=20530 vsize=13980036 memory=0 CPUtime=0.74 cores=1,3,5,7
/proc/20533/task/20545/stat : 20545 (java) R 20530 20533 2357 0 -1 4202560 4666 0 0 0 73 1 0 0 20 0 15 0 8600471 14315556864 40115 18446744073709551615 4194304 4196468 140727144006352 140650814593392 140651683205520 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20546] ppid=20530 vsize=13980036 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/20533/task/20546/stat : 20546 (java) S 20530 20533 2357 0 -1 1077944384 1399 0 0 0 33 0 0 0 20 0 15 0 8600471 14315556864 40115 18446744073709551615 4194304 4196468 140727144006352 140650813540336 140651701672578 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20547] ppid=20530 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20547/stat : 20547 (java) S 20530 20533 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8600472 14315556864 40115 18446744073709551615 4194304 4196468 140727144006352 140650812488032 140651701671637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
[pid=20533/tid=20548] ppid=20530 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20533/task/20548/stat : 20548 (java) S 20530 20533 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8600476 14315556864 40115 18446744073709551615 4194304 4196468 140727144006352 140650811436080 140651701672578 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31944704 140727144014193 140727144014380 140727144014380 140727144017871 0
Current children cumulated CPU time: 3.15 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 160460 KiB

Child status: 0
Real time (s): 1.59632
CPU time (s): 3.25964
CPU user time (s): 3.16179
CPU system time (s): 0.09785
CPU usage (%): 204.197
Max. virtual memory (cumulated for all children) (KiB): 13981060
Max. memory (cumulated for all children) (KiB): 160460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.16179
system time used= 0.09785
maximum resident set size= 177280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26060
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1924
involuntary context switches= 8


# summary of solver processes directly reported to runsolver:
#   pid: 20533
#   total CPU time (s): 3.25964
#   total CPU user time (s): 3.16179
#   total CPU system time (s): 0.09785

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.040791 second user time and 0.04589 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-15 16:56:58
IDJOB=4273806
IDBENCH=134531
IDSOLVER=2666
FILE ID=node129/4273806-1502809854
RUNJOBID= node129-1502746532-7260
PBS_JOBID= 
Free space on /tmp= 61976 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/Blackhole/Blackhole-m1-s10/Blackhole-10-3-01.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4273806-1502809854/watcher-4273806-1502809854 -o /tmp/evaluation-result-4273806-1502809854/solver-4273806-1502809854 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1502746532-7260 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1242651152 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273806-1502809854.xml

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

MD5SUM BENCH= 4b3f242d4d7820c1a4b57bc20b9aba43
RANDOM SEED=1242651152

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.61
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.61
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.61
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.61
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:        31338300 kB
MemAvailable:   31797720 kB
Buffers:          150412 kB
Cached:           588296 kB
SwapCached:            0 kB
Active:           621028 kB
Inactive:         401516 kB
Active(anon):     284016 kB
Inactive(anon):     8552 kB
Active(file):     337012 kB
Inactive(file):   392964 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42040 kB
Writeback:             0 kB
AnonPages:        287516 kB
Mapped:            44864 kB
Shmem:              8868 kB
Slab:             115476 kB
SReclaimable:      90560 kB
SUnreclaim:        24916 kB
KernelStack:        3520 kB
PageTables:         5208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1215960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    176128 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= 61932 MiB
End job on node129 at 2017-08-15 16:57:00