Trace number 4311865

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 with restarts 2018-08-17SAT 2.03592 1.21323

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K03-P03_c18.xml
MD5SUM48ac26f734f5e9f96f30a0090c6e98b4
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.009559
Satisfiable
(Un)Satisfiability was proved
Number of variables42
Number of constraints17
Number of domains2
Minimum domain size15
Maximum domain size16
Distribution of domain sizes[{"size":15,"count":15},{"size":16,"count":9}]
Minimum variable degree0
Maximum variable degree5
Distribution of variable degrees[{"degree":0,"count":18},{"degree":2,"count":15},{"degree":4,"count":6},{"degree":5,"count":3}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":9,"count":1},{"arity":15,"count":1}]
Number of extensional constraints0
Number of intensional constraints15
Distribution of constraint types[{"type":"intension","count":15},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.56	c version: 2018-08-17
0.67/0.56	c seed: 448944687
0.67/0.56	c timeout: 2520
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 1
0.67/0.58	c Parsing instance...
1.50/1.02	c Parsing done, starting search...
1.77/1.19	s SATISFIABLE
1.77/1.19	v <instantiation>
1.77/1.19	v 	<list>
1.77/1.19	v 		cn[0][0] cn[0][1] cn[0][2] cn[1][0] cn[1][1] cn[1][2] cn[2][0] cn[2][1] cn[2][2] ce[0][0][1] ce[0][0][2] ce[0][1][2] ce[1][0][1] ce[1][0][2] ce[1][1][2] ce[2][0][1] ce[2][0][2] ce[2][1][2] cie[0][0] cie[0][1] cie[0][2] cie[1][0] cie[1][1] cie[1][2]
1.77/1.19	v 	</list>
1.77/1.19	v 	<values>
1.77/1.19	v 		7 13 6 10 2 15 14 12 0 6 1 7 8 5 13 2 14 12 3 11 9 4 10 15 
1.77/1.19	v 	</values>
1.77/1.19	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 (12426 MiB free)
  memory of node 1: 16384 MiB (10641 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4311865-1534546036/watcher-4311865-1534546036 -o /tmp/evaluation-result-4311865-1534546036/solver-4311865-1534546036 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534541038-12298 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 448944687 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311865-1534546036.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=12920, runsolver pid=12917


[startup+0.100083 s]*
/proc/loadavg: 1.41 1.33 1.36 3/215 12935
/proc/meminfo: memFree=23603180/32770624 swapFree=67105356/67108860
[pid=12920] ppid=12917 vsize=14082736 memory=31156 CPUtime=0.11 cores=0,2,4,6
/proc/12920/stat : 12920 (java) S 12917 12920 12267 0 -1 1077944320 6700 0 0 0 10 1 0 0 20 0 15 0 272166771 14420721664 7789 33554432000 4194304 4196468 140735094621040 140735094603584 140348265242359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
/proc/12920/statm: 3520684 7789 3155 1 0 3482761 0
[pid=12920/tid=12922] ppid=12917 vsize=14082736 memory=-8701690554792054914 CPUtime=0.09 cores=0,2,4,6
/proc/12920/task/12922/stat : 12922 (java) R 12917 12920 12267 0 -1 4202560 4730 0 0 0 8 1 0 0 20 0 15 0 272166771 14420721664 7789 33554432000 4194304 4196468 140735094621040 140348269447456 140348265264285 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12923] ppid=12917 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12923/stat : 12923 (java) S 12917 12920 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166772 14420721664 7789 33554432000 4194304 4196468 140735094621040 140348195331216 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12924] ppid=12917 vsize=14082736 memory=140142002730624 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12924/stat : 12924 (java) S 12917 12920 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166772 14420721664 7789 33554432000 4194304 4196468 140735094621040 140348194278416 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12925] ppid=12917 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12925/stat : 12925 (java) S 12917 12920 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166772 14420721664 7789 33554432000 4194304 4196468 140735094621040 140348193225616 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12926] ppid=12917 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12926/stat : 12926 (java) S 12917 12920 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272166772 14420721664 7789 33554432000 4194304 4196468 140735094621040 140348192172816 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12927] ppid=12917 vsize=14082736 memory=140142002730624 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12927/stat : 12927 (java) S 12917 12920 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272166773 14420721664 7789 33554432000 4194304 4196468 140735094621040 140347176880496 140348265253506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12928] ppid=12917 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12928/stat : 12928 (java) S 12917 12920 12267 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272166774 14420721664 7789 33554432000 4194304 4196468 140735094621040 140347175826464 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12929] ppid=12917 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12929/stat : 12929 (java) S 12917 12920 12267 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272166774 14420721664 7789 33554432000 4194304 4196468 140735094621040 140347174773616 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12930] ppid=12917 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12930/stat : 12930 (java) S 12917 12920 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166776 14420721664 7789 33554432000 4194304 4196468 140735094621040 140347173721936 140348265260955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12931] ppid=12917 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12931/stat : 12931 (java) R 12917 12920 12267 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 15 0 272166776 14420721664 7789 33554432000 4194304 4196468 140735094621040 140347172670320 140348265253506 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12932] ppid=12917 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12932/stat : 12932 (java) S 12917 12920 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166776 14420721664 7789 33554432000 4194304 4196468 140735094621040 140347171617520 140348265253506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12933] ppid=12917 vsize=14082736 memory=140142002730624 CPUtime=0.01 cores=0,2,4,6
/proc/12920/task/12933/stat : 12933 (java) S 12917 12920 12267 0 -1 1077944384 296 0 0 0 1 0 0 0 20 0 15 0 272166776 14420721664 7789 33554432000 4194304 4196468 140735094621040 140347170564720 140348265253506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12934] ppid=12917 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12934/stat : 12934 (java) S 12917 12920 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166776 14420721664 7789 33554432000 4194304 4196468 140735094621040 140347169512160 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12935] ppid=12917 vsize=14082736 memory=140142002730624 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12935/stat : 12935 (java) S 12917 12920 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166777 14420721664 7789 33554432000 4194304 4196468 140735094621040 140347168459440 140348265253506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31156 KiB

[startup+0.215389 s]*
/proc/loadavg: 1.41 1.33 1.36 5/215 12935
/proc/meminfo: memFree=23588048/32770624 swapFree=67105356/67108860
[pid=12920] ppid=12917 vsize=14082736 memory=46972 CPUtime=0.31 cores=0,2,4,6
/proc/12920/stat : 12920 (java) S 12917 12920 12267 0 -1 1077944320 10392 0 0 0 29 2 0 0 20 0 15 0 272166771 14420721664 11743 33554432000 4194304 4196468 140735094621040 140735094603584 140348265242359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
/proc/12920/statm: 3520684 11743 3370 1 0 3482761 0
[pid=12920/tid=12922] ppid=12917 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/12920/task/12922/stat : 12922 (java) R 12917 12920 12267 0 -1 4202560 8096 0 0 0 19 1 0 0 20 0 15 0 272166771 14420721664 11743 33554432000 4194304 4196468 140735094621040 140348269470432 140348249322846 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12923] ppid=12917 vsize=14082736 memory=365 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12923/stat : 12923 (java) S 12917 12920 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166772 14420721664 11743 33554432000 4194304 4196468 140735094621040 140348195331216 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12924] ppid=12917 vsize=14082736 memory=140142004204719 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12924/stat : 12924 (java) S 12917 12920 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166772 14420721664 11743 33554432000 4194304 4196468 140735094621040 140348194278416 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12925] ppid=12917 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12925/stat : 12925 (java) S 12917 12920 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166772 14420721664 11743 33554432000 4194304 4196468 140735094621040 140348193225616 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12926] ppid=12917 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12926/stat : 12926 (java) S 12917 12920 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272166772 14420721664 11743 33554432000 4194304 4196468 140735094621040 140348192172816 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12927] ppid=12917 vsize=14082736 memory=140142002730624 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12927/stat : 12927 (java) S 12917 12920 12267 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272166773 14420721664 11743 33554432000 4194304 4196468 140735094621040 140347176880496 140348265253506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12928] ppid=12917 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12928/stat : 12928 (java) S 12917 12920 12267 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272166774 14420721664 11743 33554432000 4194304 4196468 140735094621040 140347175826464 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12929] ppid=12917 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12929/stat : 12929 (java) S 12917 12920 12267 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272166774 14420721664 11743 33554432000 4194304 4196468 140735094621040 140347174773616 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12930] ppid=12917 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12930/stat : 12930 (java) S 12917 12920 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166776 14420721664 11743 33554432000 4194304 4196468 140735094621040 140347173721936 140348265260955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12931] ppid=12917 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/12920/task/12931/stat : 12931 (java) S 12917 12920 12267 0 -1 1077944384 518 0 0 0 2 0 0 0 20 0 15 0 272166776 14420721664 11743 33554432000 4194304 4196468 140735094621040 140347172670320 140348265253506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12932] ppid=12917 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/12920/task/12932/stat : 12932 (java) R 12917 12920 12267 0 -1 1077944384 82 0 0 0 1 0 0 0 20 0 15 0 272166776 14420721664 11743 33554432000 4194304 4196468 140735094621040 140347171617520 140348265253506 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12933] ppid=12917 vsize=14082736 memory=140142002730624 CPUtime=0.06 cores=0,2,4,6
/proc/12920/task/12933/stat : 12933 (java) R 12917 12920 12267 0 -1 4202560 322 0 0 0 6 0 0 0 20 0 15 0 272166776 14420721664 11743 33554432000 4194304 4196468 140735094621040 140347170560448 140348257479486 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12934] ppid=12917 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12934/stat : 12934 (java) S 12917 12920 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166776 14420721664 11743 33554432000 4194304 4196468 140735094621040 140347169512160 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12935] ppid=12917 vsize=14082736 memory=140142002730624 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12935/stat : 12935 (java) S 12917 12920 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166777 14420721664 11743 33554432000 4194304 4196468 140735094621040 140347168459440 140348265253506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46972 KiB

[startup+0.310484 s]*
/proc/loadavg: 1.41 1.33 1.36 4/215 12935
/proc/meminfo: memFree=23582216/32770624 swapFree=67105356/67108860
[pid=12920] ppid=12917 vsize=14082736 memory=50528 CPUtime=0.44 cores=0,2,4,6
/proc/12920/stat : 12920 (java) S 12917 12920 12267 0 -1 1077944320 10779 0 0 0 42 2 0 0 20 0 15 0 272166771 14420721664 12632 33554432000 4194304 4196468 140735094621040 140735094603584 140348265242359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
/proc/12920/statm: 3520684 12632 3386 1 0 3482761 0
[pid=12920/tid=12922] ppid=12917 vsize=14082736 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/12920/task/12922/stat : 12922 (java) R 12917 12920 12267 0 -1 4202560 8445 0 0 0 28 2 0 0 20 0 15 0 272166771 14420721664 12632 33554432000 4194304 4196468 140735094621040 140348269450192 140348245518119 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12923] ppid=12917 vsize=14082736 memory=304556161963917335 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12923/stat : 12923 (java) S 12917 12920 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166772 14420721664 12632 33554432000 4194304 4196468 140735094621040 140348195331216 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12924] ppid=12917 vsize=14082736 memory=140142004204697 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12924/stat : 12924 (java) S 12917 12920 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166772 14420721664 12632 33554432000 4194304 4196468 140735094621040 140348194278416 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12925] ppid=12917 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12925/stat : 12925 (java) S 12917 12920 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166772 14420721664 12632 33554432000 4194304 4196468 140735094621040 140348193225616 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12926] ppid=12917 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12926/stat : 12926 (java) S 12917 12920 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272166772 14420721664 12632 33554432000 4194304 4196468 140735094621040 140348192172816 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12927] ppid=12917 vsize=14082736 memory=140142002730624 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12927/stat : 12927 (java) S 12917 12920 12267 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272166773 14420721664 12632 33554432000 4194304 4196468 140735094621040 140347176880496 140348265253506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12928] ppid=12917 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12928/stat : 12928 (java) S 12917 12920 12267 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272166774 14420721664 12632 33554432000 4194304 4196468 140735094621040 140347175826464 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12929] ppid=12917 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12929/stat : 12929 (java) S 12917 12920 12267 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272166774 14420721664 12632 33554432000 4194304 4196468 140735094621040 140347174773616 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12930] ppid=12917 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12930/stat : 12930 (java) S 12917 12920 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166776 14420721664 12632 33554432000 4194304 4196468 140735094621040 140347173721936 140348265260955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12931] ppid=12917 vsize=14082736 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/12920/task/12931/stat : 12931 (java) S 12917 12920 12267 0 -1 1077944384 524 0 0 0 3 0 0 0 20 0 15 0 272166776 14420721664 12632 33554432000 4194304 4196468 140735094621040 140347172670320 140348265253506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12932] ppid=12917 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/12920/task/12932/stat : 12932 (java) S 12917 12920 12267 0 -1 1077944384 87 0 0 0 1 0 0 0 20 0 15 0 272166776 14420721664 12632 33554432000 4194304 4196468 140735094621040 140347171617520 140348265253506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12933] ppid=12917 vsize=14082736 memory=140142002730624 CPUtime=0.08 cores=0,2,4,6
/proc/12920/task/12933/stat : 12933 (java) S 12917 12920 12267 0 -1 1077944384 341 0 0 0 8 0 0 0 20 0 15 0 272166776 14420721664 12632 33554432000 4194304 4196468 140735094621040 140347170564720 140348265253506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12934] ppid=12917 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12934/stat : 12934 (java) S 12917 12920 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166776 14420721664 12632 33554432000 4194304 4196468 140735094621040 140347169512160 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12935] ppid=12917 vsize=14082736 memory=140142002730624 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12935/stat : 12935 (java) S 12917 12920 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166777 14420721664 12632 33554432000 4194304 4196468 140735094621040 140347168459440 140348265253506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50528 KiB

[startup+0.700688 s]
/proc/loadavg: 1.41 1.33 1.36 3/215 12935
/proc/meminfo: memFree=23558156/32770624 swapFree=67105356/67108860
[pid=12920] ppid=12917 vsize=14084804 memory=88848 CPUtime=0.98 cores=0,2,4,6
/proc/12920/stat : 12920 (java) S 12917 12920 12267 0 -1 1077944320 17632 0 0 0 93 5 0 0 20 0 15 0 272166771 14422839296 22212 33554432000 4194304 4196468 140735094621040 140735094603584 140348265242359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
/proc/12920/statm: 3521201 22212 3499 1 0 3483273 0
[pid=12920/tid=12922] ppid=12917 vsize=14084804 memory=1752 CPUtime=0.67 cores=0,2,4,6
/proc/12920/task/12922/stat : 12922 (java) R 12917 12920 12267 0 -1 4202560 14885 0 0 0 63 4 0 0 20 0 15 0 272166771 14422839296 22212 33554432000 4194304 4196468 140735094621040 140348269466576 140348247726025 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12923] ppid=12917 vsize=14084804 memory=856 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12923/stat : 12923 (java) S 12917 12920 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166772 14422839296 22212 33554432000 4194304 4196468 140735094621040 140348195331216 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12924] ppid=12917 vsize=14084804 memory=12468 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12924/stat : 12924 (java) S 12917 12920 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166772 14422839296 22212 33554432000 4194304 4196468 140735094621040 140348194278416 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12925] ppid=12917 vsize=14084804 memory=752 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12925/stat : 12925 (java) S 12917 12920 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166772 14422839296 22212 33554432000 4194304 4196468 140735094621040 140348193225616 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12926] ppid=12917 vsize=14084804 memory=1612 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12926/stat : 12926 (java) S 12917 12920 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272166772 14422839296 22212 33554432000 4194304 4196468 140735094621040 140348192172816 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12927] ppid=12917 vsize=14084804 memory=1812 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12927/stat : 12927 (java) S 12917 12920 12267 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272166773 14422839296 22212 33554432000 4194304 4196468 140735094621040 140347176880496 140348265253506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12928] ppid=12917 vsize=14084804 memory=1064 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12928/stat : 12928 (java) S 12917 12920 12267 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272166774 14422839296 22212 33554432000 4194304 4196468 140735094621040 140347175826464 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12929] ppid=12917 vsize=14084804 memory=6420 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12929/stat : 12929 (java) S 12917 12920 12267 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272166774 14422839296 22212 33554432000 4194304 4196468 140735094621040 140347174773616 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12930] ppid=12917 vsize=14084804 memory=6297835844906604903 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12930/stat : 12930 (java) S 12917 12920 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166776 14422839296 22212 33554432000 4194304 4196468 140735094621040 140347173721936 140348265260955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12931] ppid=12917 vsize=14084804 memory=7525326301224851042 CPUtime=0.07 cores=0,2,4,6
/proc/12920/task/12931/stat : 12931 (java) S 12917 12920 12267 0 -1 1077944384 678 0 0 0 7 0 0 0 20 0 15 0 272166776 14422839296 22212 33554432000 4194304 4196468 140735094621040 140347172670320 140348265253506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12932] ppid=12917 vsize=14084804 memory=5787213848606435153 CPUtime=0.07 cores=0,2,4,6
/proc/12920/task/12932/stat : 12932 (java) S 12917 12920 12267 0 -1 1077944384 253 0 0 0 7 0 0 0 20 0 15 0 272166776 14422839296 22212 33554432000 4194304 4196468 140735094621040 140347171617520 140348265253506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12933] ppid=12917 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/12920/task/12933/stat : 12933 (java) S 12917 12920 12267 0 -1 1077944384 434 0 0 0 15 0 0 0 20 0 15 0 272166776 14422839296 22212 33554432000 4194304 4196468 140735094621040 140347170564720 140348265253506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12934] ppid=12917 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12934/stat : 12934 (java) S 12917 12920 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166776 14422839296 22212 33554432000 4194304 4196468 140735094621040 140347169512160 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12935] ppid=12917 vsize=14084804 memory=33 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12935/stat : 12935 (java) S 12917 12920 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166777 14422839296 22212 33554432000 4194304 4196468 140735094621040 140347168459440 140348265253506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88848 KiB

[startup+1.21319 s]
# the end of solver process 12920 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.94469 s, system=0.091233 s

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

[startup+0.800825 s]
/proc/loadavg: 1.41 1.33 1.36 3/215 12935
/proc/meminfo: memFree=23558156/32770624 swapFree=67105356/67108860
[pid=12920] ppid=12917 vsize=14086852 memory=95568 CPUtime=1.18 cores=0,2,4,6
/proc/12920/stat : 12920 (java) S 12917 12920 12267 0 -1 1077944320 18209 0 0 0 112 6 0 0 20 0 15 0 272166771 14424936448 23892 33554432000 4194304 4196468 140735094621040 140735094603584 140348265242359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
/proc/12920/statm: 3521713 23892 3511 1 0 3483785 0
[pid=12920/tid=12922] ppid=12917 vsize=14086852 memory=8243114992657236055 CPUtime=0.77 cores=0,2,4,6
/proc/12920/task/12922/stat : 12922 (java) R 12917 12920 12267 0 -1 4202560 15323 0 0 0 73 4 0 0 20 0 15 0 272166771 14424936448 23892 33554432000 4194304 4196468 140735094621040 140348269468352 140347871145193 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12923] ppid=12917 vsize=14086852 memory=288287762166318297 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12923/stat : 12923 (java) S 12917 12920 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166772 14424936448 23892 33554432000 4194304 4196468 140735094621040 140348195331216 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12924] ppid=12917 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12924/stat : 12924 (java) S 12917 12920 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166772 14424936448 23892 33554432000 4194304 4196468 140735094621040 140348194278416 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12925] ppid=12917 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12925/stat : 12925 (java) S 12917 12920 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166772 14424936448 23892 33554432000 4194304 4196468 140735094621040 140348193225616 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12926] ppid=12917 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12926/stat : 12926 (java) S 12917 12920 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272166772 14424936448 23892 33554432000 4194304 4196468 140735094621040 140348192172816 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12927] ppid=12917 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12927/stat : 12927 (java) S 12917 12920 12267 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272166773 14424936448 23892 33554432000 4194304 4196468 140735094621040 140347176880496 140348265253506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12928] ppid=12917 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12928/stat : 12928 (java) S 12917 12920 12267 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272166774 14424936448 23892 33554432000 4194304 4196468 140735094621040 140347175826464 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12929] ppid=12917 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12929/stat : 12929 (java) S 12917 12920 12267 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272166774 14424936448 23892 33554432000 4194304 4196468 140735094621040 140347174773616 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12930] ppid=12917 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12930/stat : 12930 (java) S 12917 12920 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166776 14424936448 23892 33554432000 4194304 4196468 140735094621040 140347173721936 140348265260955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12931] ppid=12917 vsize=14086852 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/12920/task/12931/stat : 12931 (java) R 12917 12920 12267 0 -1 4202560 687 0 0 0 10 0 0 0 20 0 15 0 272166776 14424936448 23892 33554432000 4194304 4196468 140735094621040 140347172670616 140348246763759 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12932] ppid=12917 vsize=14086852 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12920/task/12932/stat : 12932 (java) S 12917 12920 12267 0 -1 1077944384 271 0 0 0 8 0 0 0 20 0 15 0 272166776 14424936448 23892 33554432000 4194304 4196468 140735094621040 140347171617520 140348265253506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12933] ppid=12917 vsize=14086852 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/12920/task/12933/stat : 12933 (java) S 12917 12920 12267 0 -1 1077944384 546 0 0 0 19 0 0 0 20 0 15 0 272166776 14424936448 23892 33554432000 4194304 4196468 140735094621040 140347170564720 140348265253506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12934] ppid=12917 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12934/stat : 12934 (java) S 12917 12920 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166776 14424936448 23892 33554432000 4194304 4196468 140735094621040 140347169512160 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12935] ppid=12917 vsize=14086852 memory=1124 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12935/stat : 12935 (java) S 12917 12920 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166777 14424936448 23892 33554432000 4194304 4196468 140735094621040 140347168459440 140348265253506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 14086852 KiB
Current children cumulated memory: 95568 KiB

[startup+1.20065 s]
/proc/loadavg: 1.41 1.33 1.36 4/215 12935
/proc/meminfo: memFree=23524284/32770624 swapFree=67105356/67108860
[pid=12920] ppid=12917 vsize=14157512 memory=122224 CPUtime=2.02 cores=0,2,4,6
/proc/12920/stat : 12920 (java) S 12917 12920 12267 0 -1 1077944320 23472 0 0 0 194 8 0 0 20 0 13 0 272166771 14497292288 30556 33554432000 4194304 4196468 140735094621040 140735094603584 140348265242359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
/proc/12920/statm: 3539378 30556 3527 1 0 3501450 0
[pid=12920/tid=12922] ppid=12917 vsize=14157512 memory=0 CPUtime=1.17 cores=0,2,4,6
/proc/12920/task/12922/stat : 12922 (java) S 12917 12920 12267 0 -1 1077944384 18585 0 0 0 111 6 0 0 20 0 13 0 272166771 14497292288 30556 33554432000 4194304 4196468 140735094621040 140348269485200 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12923] ppid=12917 vsize=14157512 memory=8128038100524242582 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12923/stat : 12923 (java) S 12917 12920 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 272166772 14497292288 30556 33554432000 4194304 4196468 140735094621040 140348195331216 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12924] ppid=12917 vsize=14157512 memory=-3704326594973231466 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12924/stat : 12924 (java) S 12917 12920 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 272166772 14497292288 30556 33554432000 4194304 4196468 140735094621040 140348194278416 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12925] ppid=12917 vsize=14157512 memory=-7595718148000617580 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12925/stat : 12925 (java) S 12917 12920 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 272166772 14497292288 30556 33554432000 4194304 4196468 140735094621040 140348193225616 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12926] ppid=12917 vsize=14157512 memory=-7595718148655180642 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12926/stat : 12926 (java) S 12917 12920 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 272166772 14497292288 30556 33554432000 4194304 4196468 140735094621040 140348192172816 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12927] ppid=12917 vsize=14157512 memory=-7595718316223324558 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12927/stat : 12927 (java) S 12917 12920 12267 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 13 0 272166773 14497292288 30556 33554432000 4194304 4196468 140735094621040 140347176880704 140348265253506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12928] ppid=12917 vsize=14157512 memory=8476479793568047205 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12928/stat : 12928 (java) S 12917 12920 12267 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 13 0 272166774 14497292288 30556 33554432000 4194304 4196468 140735094621040 140347175826464 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12929] ppid=12917 vsize=14157512 memory=7232886968738802340 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12929/stat : 12929 (java) S 12917 12920 12267 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 13 0 272166774 14497292288 30556 33554432000 4194304 4196468 140735094621040 140347174773616 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12931] ppid=12917 vsize=14157512 memory=8475934422144292502 CPUtime=0.23 cores=0,2,4,6
/proc/12920/task/12931/stat : 12931 (java) S 12917 12920 12267 0 -1 1077944384 1215 0 0 0 23 0 0 0 20 0 13 0 272166776 14497292288 30556 33554432000 4194304 4196468 140735094621040 140347172654800 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12932] ppid=12917 vsize=14157512 memory=4137284780655939955 CPUtime=0.22 cores=0,2,4,6
/proc/12920/task/12932/stat : 12932 (java) S 12917 12920 12267 0 -1 1077944384 815 0 0 0 22 0 0 0 20 0 13 0 272166776 14497292288 30556 33554432000 4194304 4196468 140735094621040 140347171602032 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12933] ppid=12917 vsize=14157512 memory=6944656425122961013 CPUtime=0.36 cores=0,2,4,6
/proc/12920/task/12933/stat : 12933 (java) S 12917 12920 12267 0 -1 1077944384 1414 0 0 0 36 0 0 0 20 0 13 0 272166776 14497292288 30556 33554432000 4194304 4196468 140735094621040 140347170564720 140348265253506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
[pid=12920/tid=12934] ppid=12917 vsize=14157512 memory=301741373374332954 CPUtime=0 cores=0,2,4,6
/proc/12920/task/12934/stat : 12934 (java) S 12917 12920 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 272166776 14497292288 30556 33554432000 4194304 4196468 140735094621040 140347169512160 140348265252565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140735094629449 140735094629641 140735094629641 140735094632399 0
Current children cumulated CPU time: 2.02 s
Current children cumulated vsize: 14157512 KiB
Current children cumulated memory: 122224 KiB

Child status: 0
Real time (s): 1.21323
CPU time (s): 2.03592
CPU user time (s): 1.94469
CPU system time (s): 0.091233
CPU usage (%): 167.81
Max. virtual memory (cumulated for all children) (KiB): 14157512
Max. memory (cumulated for all children) (KiB): 122224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.94469
system time used= 0.091233
maximum resident set size= 122604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23478
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= 2119
involuntary context switches= 5


# summary of solver processes directly reported to runsolver:
#   pid: 12920
#   total CPU time (s): 2.03592
#   total CPU user time (s): 1.94469
#   total CPU system time (s): 0.091233

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.03777 second user time and 0.047963 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-18 00:47:16
IDJOB=4311865
IDBENCH=141169
IDSOLVER=2799
FILE ID=node149/4311865-1534546036
RUNJOBID= node149-1534541038-12298
PBS_JOBID= 21038630
Free space on /tmp= 51888 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K03-P03_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4311865-1534546036/watcher-4311865-1534546036 -o /tmp/evaluation-result-4311865-1534546036/solver-4311865-1534546036 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534541038-12298 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 448944687 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311865-1534546036.xml

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

MD5SUM BENCH= 48ac26f734f5e9f96f30a0090c6e98b4
RANDOM SEED=448944687

node149.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.60
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.60
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.60
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.60
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:        23621392 kB
MemAvailable:   31665820 kB
Buffers:          207416 kB
Cached:          8089308 kB
SwapCached:         1704 kB
Active:          4207300 kB
Inactive:        4368212 kB
Active(anon):     248524 kB
Inactive(anon):    98872 kB
Active(file):    3958776 kB
Inactive(file):  4269340 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67105356 kB
Dirty:             36052 kB
Writeback:            24 kB
AnonPages:        346192 kB
Mapped:            32300 kB
Shmem:             65952 kB
Slab:             273812 kB
SReclaimable:     244772 kB
SUnreclaim:        29040 kB
KernelStack:        3648 kB
PageTables:         5908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1341872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    223232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 51856 MiB
End job on node149 at 2018-08-18 00:47:17