Trace number 4262515

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
Concrete 3.4SAT 13.0169 6.19627

General information on the benchmark

NameQRandom/
QRandom-geometric-rw/geometric-50-20-d4-75-54.xml
MD5SUMa4dbf7a89b77d3d2fc660abfcd1a3804
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.038649999
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints412
Number of domains1
Minimum domain size20
Maximum domain size20
Distribution of domain sizes[{"size":20,"count":50}]
Minimum variable degree7
Maximum variable degree25
Distribution of variable degrees[{"degree":7,"count":1},{"degree":8,"count":1},{"degree":9,"count":1},{"degree":11,"count":4},{"degree":12,"count":1},{"degree":13,"count":2},{"degree":14,"count":10},{"degree":15,"count":2},{"degree":16,"count":5},{"degree":17,"count":3},{"degree":18,"count":3},{"degree":19,"count":4},{"degree":20,"count":3},{"degree":21,"count":3},{"degree":22,"count":1},{"degree":23,"count":3},{"degree":24,"count":2},{"degree":25,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":412}]
Number of extensional constraints412
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":412}]
Optimization problemNO
Type of objective

Solver Data

3.45/2.23	c Concrete v3.4 running
12.83/6.17	v <instantiation>
12.83/6.17	v       <list>
12.83/6.17	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] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49]
12.83/6.17	v       </list>
12.83/6.17	v       <values>
12.83/6.17	v         9 16 9 4 15 1 16 18 20 9 9 3 16 10 20 19 20 4 12 13 14 12 16 15 5 18 3 12 8 11 16 20 1 19 8 3 10 1 20 9 4 5 12 7 11 1 16 7 11 17
12.83/6.17	v       </values>
12.83/6.17	v     </instantiation>
12.83/6.17	s SATISFIABLE

Verifier Data

OK	

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262515-1502440932/watcher-4262515-1502440932 -o /tmp/evaluation-result-4262515-1502440932/solver-4262515-1502440932 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502411403-4959 --watchdog 2580 bin/concrete HOME/instance-4262515-1502440932.xml 

pid=14618
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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.07 1.80 1.67 3/198 14621
/proc/meminfo: memFree=30546412/32770624 swapFree=0/449444
[pid=14621] ppid=14618 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/14621/stat : 14621 (runsolver) D 14618 14621 4896 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 143746093 24240128 108 18446744073709551615 4194304 4338465 140722042273680 140722042271320 140551892583127 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 17678336 140722042282193 140722042282569 140722042282569 140722042286026 0
/proc/14621/statm: 5918 108 54 36 0 2156 0

[startup+0.100136 s]
/proc/loadavg: 2.07 1.80 1.67 3/198 14621
/proc/meminfo: memFree=30546412/32770624 swapFree=0/449444
[pid=14621] ppid=14618 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/14621/stat : 14621 (bash) S 14618 14621 4896 0 -1 4202496 649 0 0 0 0 0 0 0 20 0 1 0 143746093 9736192 352 18446744073709551615 4194304 5098028 140735068149968 140735068147608 139626999102464 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 9 0 0 7196144 7232144 13164544 140735068156436 140735068156521 140735068156521 140735068159978 0
/proc/14621/statm: 2377 352 279 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200322 s]
/proc/loadavg: 2.07 1.80 1.67 3/198 14621
/proc/meminfo: memFree=30546412/32770624 swapFree=0/449444
[pid=14621] ppid=14618 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/14621/stat : 14621 (bash) S 14618 14621 4896 0 -1 4202496 896 6473 0 0 0 0 0 1 20 0 1 0 143746093 9867264 377 18446744073709551615 4194304 5098028 140735068149968 140735068143976 139626999102464 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 9 0 0 7196144 7232144 13164544 140735068156436 140735068156521 140735068156521 140735068159978 0
/proc/14621/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300394 s]
/proc/loadavg: 2.07 1.80 1.67 3/198 14621
/proc/meminfo: memFree=30546412/32770624 swapFree=0/449444
[pid=14621] ppid=14618 vsize=13907308 CPUtime=0.14 cores=0,2,4,6
/proc/14621/stat : 14621 (java) S 14618 14621 4896 0 -1 1077944320 5818 12657 0 0 5 1 5 3 20 0 14 0 143746093 14241083392 5503 18446744073709551615 4194304 4196468 140733689825648 140733689808192 140651039403767 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
/proc/14621/statm: 3476827 5503 2566 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.70387 s]
/proc/loadavg: 2.07 1.80 1.67 3/198 14621
/proc/meminfo: memFree=30546412/32770624 swapFree=0/449444
[pid=14621] ppid=14618 vsize=13974784 CPUtime=0.68 cores=0,2,4,6
/proc/14621/stat : 14621 (java) S 14618 14621 4896 0 -1 1077944320 13900 12657 0 0 55 5 5 3 20 0 15 0 143746093 14310178816 14308 18446744073709551615 4194304 4196468 140733689825648 140733689808192 140651039403767 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
/proc/14621/statm: 3493696 14308 3108 1 0 3482965 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13974784

[startup+1.50512 s]
/proc/loadavg: 2.07 1.80 1.67 3/213 14684
/proc/meminfo: memFree=30454588/32770624 swapFree=0/449512
[pid=14621] ppid=14618 vsize=13985408 CPUtime=1.9 cores=0,2,4,6
/proc/14621/stat : 14621 (java) S 14618 14621 4896 0 -1 1077944320 27922 12657 0 0 172 10 5 3 20 0 15 0 143746093 14321057792 33910 18446744073709551615 4194304 4196468 140733689825648 140733689808192 140651039403767 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
/proc/14621/statm: 3496352 33910 3346 1 0 3485525 0
[pid=14621/tid=14671] ppid=14618 vsize=13985408 CPUtime=1.31 cores=0,2,4,6
/proc/14621/task/14671/stat : 14671 (java) R 14618 14621 4896 0 -1 4202560 22747 12657 0 0 115 8 5 3 20 0 15 0 143746115 14321057792 33910 18446744073709551615 4194304 4196468 140733689825648 140651043624112 140651031640894 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14672] ppid=14618 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/14621/task/14672/stat : 14672 (java) S 14618 14621 4896 0 -1 1077944384 1 12657 0 0 0 0 5 3 20 0 15 0 143746115 14321057792 33910 18446744073709551615 4194304 4196468 140733689825648 140650996369936 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14673] ppid=14618 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/14621/task/14673/stat : 14673 (java) S 14618 14621 4896 0 -1 1077944384 1 12657 0 0 0 0 5 3 20 0 15 0 143746115 14321057792 33910 18446744073709551615 4194304 4196468 140733689825648 140650995317392 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14674] ppid=14618 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/14621/task/14674/stat : 14674 (java) S 14618 14621 4896 0 -1 1077944384 1 12657 0 0 0 0 5 3 20 0 15 0 143746115 14321057792 33910 18446744073709551615 4194304 4196468 140733689825648 140650994264336 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14675] ppid=14618 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/14621/task/14675/stat : 14675 (java) S 14618 14621 4896 0 -1 1077944384 2 12657 0 0 0 0 5 3 20 0 15 0 143746115 14321057792 33910 18446744073709551615 4194304 4196468 140733689825648 140650993211792 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14676] ppid=14618 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/14621/task/14676/stat : 14676 (java) S 14618 14621 4896 0 -1 1077944384 5 12657 0 0 0 0 5 3 20 0 15 0 143746117 14321057792 33910 18446744073709551615 4194304 4196468 140733689825648 140650585156336 140651039414914 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14677] ppid=14618 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/14621/task/14677/stat : 14677 (java) S 14618 14621 4896 0 -1 1077944384 33 12657 0 0 0 0 5 3 20 0 15 0 143746117 14321057792 33910 18446744073709551615 4194304 4196468 140733689825648 140650584102560 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14678] ppid=14618 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/14621/task/14678/stat : 14678 (java) S 14618 14621 4896 0 -1 1077944384 21 12657 0 0 0 0 5 3 20 0 15 0 143746118 14321057792 33910 18446744073709551615 4194304 4196468 140733689825648 140650515260656 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14679] ppid=14618 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/14621/task/14679/stat : 14679 (java) S 14618 14621 4896 0 -1 1077944384 3 12657 0 0 0 0 5 3 20 0 15 0 143746120 14321057792 33910 18446744073709551615 4194304 4196468 140733689825648 140650514209232 140651039422363 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14680] ppid=14618 vsize=13985408 CPUtime=0.27 cores=0,2,4,6
/proc/14621/task/14680/stat : 14680 (java) S 14618 14621 4896 0 -1 1077944384 1348 12657 0 0 19 0 5 3 20 0 15 0 143746120 14321057792 33910 18446744073709551615 4194304 4196468 140733689825648 140650513156336 140651039414914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14681] ppid=14618 vsize=13985408 CPUtime=0.22 cores=0,2,4,6
/proc/14621/task/14681/stat : 14681 (java) S 14618 14621 4896 0 -1 1077944384 605 12657 0 0 14 0 5 3 20 0 15 0 143746120 14321057792 33910 18446744073709551615 4194304 4196468 140733689825648 140650512103792 140651039414914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14682] ppid=14618 vsize=13985408 CPUtime=0.31 cores=0,2,4,6
/proc/14621/task/14682/stat : 14682 (java) R 14618 14621 4896 0 -1 4202560 995 12657 0 0 23 0 5 3 20 0 15 0 143746120 14321057792 33910 18446744073709551615 4194304 4196468 140733689825648 140650511046496 140651023484254 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14683] ppid=14618 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/14621/task/14683/stat : 14683 (java) S 14618 14621 4896 0 -1 1077944384 3 12657 0 0 0 0 5 3 20 0 15 0 143746120 14321057792 33910 18446744073709551615 4194304 4196468 140733689825648 140650509998432 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14684] ppid=14618 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/14621/task/14684/stat : 14684 (java) S 14618 14621 4896 0 -1 1077944384 6 12657 0 0 0 0 5 3 20 0 15 0 143746125 14321057792 33910 18446744073709551615 4194304 4196468 140733689825648 140650508946480 140651039414914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 13985408

[startup+3.10404 s]
/proc/loadavg: 2.22 1.84 1.68 5/213 14684
/proc/meminfo: memFree=30377468/32770624 swapFree=0/449512
[pid=14621] ppid=14618 vsize=13997884 CPUtime=5.73 cores=0,2,4,6
/proc/14621/stat : 14621 (java) S 14618 14621 4896 0 -1 1077944320 49282 12657 0 0 547 18 5 3 20 0 15 0 143746093 14333833216 64333 18446744073709551615 4194304 4196468 140733689825648 140733689808192 140651039403767 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
/proc/14621/statm: 3499471 64333 3450 1 0 3488085 0
[pid=14621/tid=14671] ppid=14618 vsize=13997884 CPUtime=2.86 cores=0,2,4,6
/proc/14621/task/14671/stat : 14671 (java) R 14618 14621 4896 0 -1 4202560 35530 12657 0 0 266 12 5 3 20 0 15 0 143746115 14333833216 64333 18446744073709551615 4194304 4196468 140733689825648 140651043630832 140650666401715 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14672] ppid=14618 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/14621/task/14672/stat : 14672 (java) S 14618 14621 4896 0 -1 1077944384 214 12657 0 0 1 0 5 3 20 0 15 0 143746115 14333833216 64333 18446744073709551615 4194304 4196468 140733689825648 140650996369936 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14673] ppid=14618 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/14621/task/14673/stat : 14673 (java) S 14618 14621 4896 0 -1 1077944384 30 12657 0 0 0 0 5 3 20 0 15 0 143746115 14333833216 64333 18446744073709551615 4194304 4196468 140733689825648 140650995317392 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14674] ppid=14618 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/14621/task/14674/stat : 14674 (java) S 14618 14621 4896 0 -1 1077944384 66 12657 0 0 0 0 5 3 20 0 15 0 143746115 14333833216 64333 18446744073709551615 4194304 4196468 140733689825648 140650994264336 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14675] ppid=14618 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/14621/task/14675/stat : 14675 (java) S 14618 14621 4896 0 -1 1077944384 62 12657 0 0 1 0 5 3 20 0 15 0 143746115 14333833216 64333 18446744073709551615 4194304 4196468 140733689825648 140650993211792 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14676] ppid=14618 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/14621/task/14676/stat : 14676 (java) S 14618 14621 4896 0 -1 1077944384 1978 12657 0 0 1 0 5 3 20 0 15 0 143746117 14333833216 64333 18446744073709551615 4194304 4196468 140733689825648 140650585156336 140651039414914 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14677] ppid=14618 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/14621/task/14677/stat : 14677 (java) S 14618 14621 4896 0 -1 1077944384 55 12657 0 0 0 0 5 3 20 0 15 0 143746117 14333833216 64333 18446744073709551615 4194304 4196468 140733689825648 140650584102624 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14678] ppid=14618 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/14621/task/14678/stat : 14678 (java) S 14618 14621 4896 0 -1 1077944384 43 12657 0 0 0 0 5 3 20 0 15 0 143746118 14333833216 64333 18446744073709551615 4194304 4196468 140733689825648 140650515260656 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14679] ppid=14618 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/14621/task/14679/stat : 14679 (java) S 14618 14621 4896 0 -1 1077944384 3 12657 0 0 0 0 5 3 20 0 15 0 143746120 14333833216 64333 18446744073709551615 4194304 4196468 140733689825648 140650514209232 140651039422363 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14680] ppid=14618 vsize=13997884 CPUtime=1.07 cores=0,2,4,6
/proc/14621/task/14680/stat : 14680 (java) R 14618 14621 4896 0 -1 1077944384 4526 12657 0 0 98 1 5 3 20 0 15 0 143746120 14333833216 64333 18446744073709551615 4194304 4196468 140733689825648 140650513143120 140651039413973 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14681] ppid=14618 vsize=13997884 CPUtime=0.92 cores=0,2,4,6
/proc/14621/task/14681/stat : 14681 (java) R 14618 14621 4896 0 -1 4202560 1728 12657 0 0 83 1 5 3 20 0 15 0 143746120 14333833216 64333 18446744073709551615 4194304 4196468 140733689825648 140650512078816 140651020145167 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14682] ppid=14618 vsize=13997884 CPUtime=1.01 cores=0,2,4,6
/proc/14621/task/14682/stat : 14682 (java) R 14618 14621 4896 0 -1 4202560 2886 12657 0 0 92 1 5 3 20 0 15 0 143746120 14333833216 64333 18446744073709551615 4194304 4196468 140733689825648 140650511050736 140651031640894 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14683] ppid=14618 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/14621/task/14683/stat : 14683 (java) S 14618 14621 4896 0 -1 1077944384 3 12657 0 0 0 0 5 3 20 0 15 0 143746120 14333833216 64333 18446744073709551615 4194304 4196468 140733689825648 140650509998432 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14684] ppid=14618 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/14621/task/14684/stat : 14684 (java) S 14618 14621 4896 0 -1 1077944384 7 12657 0 0 0 0 5 3 20 0 15 0 143746125 14333833216 64333 18446744073709551615 4194304 4196468 140733689825648 140650508946480 140651039414914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
Current children cumulated CPU time (s) 5.73
Current children cumulated vsize (KiB) 13997884

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

[startup+3.20091 s]
/proc/loadavg: 2.22 1.84 1.68 5/213 14684
/proc/meminfo: memFree=30377468/32770624 swapFree=0/449512
[pid=14621] ppid=14618 vsize=13997884 CPUtime=6.08 cores=0,2,4,6
/proc/14621/stat : 14621 (java) S 14618 14621 4896 0 -1 1077944320 49461 12657 0 0 581 19 5 3 20 0 15 0 143746093 14333833216 68060 18446744073709551615 4194304 4196468 140733689825648 140733689808192 140651039403767 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
/proc/14621/statm: 3499471 68060 3450 1 0 3488085 0
[pid=14621/tid=14671] ppid=14618 vsize=13997884 CPUtime=2.96 cores=0,2,4,6
/proc/14621/task/14671/stat : 14671 (java) R 14618 14621 4896 0 -1 4202560 35547 12657 0 0 276 12 5 3 20 0 15 0 143746115 14333833216 68060 18446744073709551615 4194304 4196468 140733689825648 140651043631840 140651039415702 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14672] ppid=14618 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/14621/task/14672/stat : 14672 (java) S 14618 14621 4896 0 -1 1077944384 214 12657 0 0 1 0 5 3 20 0 15 0 143746115 14333833216 68060 18446744073709551615 4194304 4196468 140733689825648 140650996369936 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14673] ppid=14618 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/14621/task/14673/stat : 14673 (java) S 14618 14621 4896 0 -1 1077944384 30 12657 0 0 0 0 5 3 20 0 15 0 143746115 14333833216 68060 18446744073709551615 4194304 4196468 140733689825648 140650995317392 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14674] ppid=14618 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/14621/task/14674/stat : 14674 (java) S 14618 14621 4896 0 -1 1077944384 66 12657 0 0 0 0 5 3 20 0 15 0 143746115 14333833216 68060 18446744073709551615 4194304 4196468 140733689825648 140650994264336 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14675] ppid=14618 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/14621/task/14675/stat : 14675 (java) S 14618 14621 4896 0 -1 1077944384 62 12657 0 0 1 0 5 3 20 0 15 0 143746115 14333833216 68060 18446744073709551615 4194304 4196468 140733689825648 140650993211792 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14676] ppid=14618 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/14621/task/14676/stat : 14676 (java) S 14618 14621 4896 0 -1 1077944384 1978 12657 0 0 1 0 5 3 20 0 15 0 143746117 14333833216 68060 18446744073709551615 4194304 4196468 140733689825648 140650585156336 140651039414914 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14677] ppid=14618 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/14621/task/14677/stat : 14677 (java) S 14618 14621 4896 0 -1 1077944384 55 12657 0 0 0 0 5 3 20 0 15 0 143746117 14333833216 68060 18446744073709551615 4194304 4196468 140733689825648 140650584102624 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14678] ppid=14618 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/14621/task/14678/stat : 14678 (java) S 14618 14621 4896 0 -1 1077944384 43 12657 0 0 0 0 5 3 20 0 15 0 143746118 14333833216 68060 18446744073709551615 4194304 4196468 140733689825648 140650515260656 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14679] ppid=14618 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/14621/task/14679/stat : 14679 (java) S 14618 14621 4896 0 -1 1077944384 3 12657 0 0 0 0 5 3 20 0 15 0 143746120 14333833216 68060 18446744073709551615 4194304 4196468 140733689825648 140650514209232 140651039422363 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14680] ppid=14618 vsize=13997884 CPUtime=1.17 cores=0,2,4,6
/proc/14621/task/14680/stat : 14680 (java) R 14618 14621 4896 0 -1 4202560 4558 12657 0 0 108 1 5 3 20 0 15 0 143746120 14333833216 68060 18446744073709551615 4194304 4196468 140733689825648 140650513142880 140651019096871 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14681] ppid=14618 vsize=13997884 CPUtime=1.01 cores=0,2,4,6
/proc/14621/task/14681/stat : 14681 (java) R 14618 14621 4896 0 -1 4202560 1767 12657 0 0 92 1 5 3 20 0 15 0 143746120 14333833216 68060 18446744073709551615 4194304 4196468 140733689825648 140650512095744 140651025433806 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14682] ppid=14618 vsize=13997884 CPUtime=1.06 cores=0,2,4,6
/proc/14621/task/14682/stat : 14682 (java) S 14618 14621 4896 0 -1 1077944384 2975 12657 0 0 97 1 5 3 20 0 15 0 143746120 14333833216 68060 18446744073709551615 4194304 4196468 140733689825648 140650511050736 140651039414914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14683] ppid=14618 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/14621/task/14683/stat : 14683 (java) S 14618 14621 4896 0 -1 1077944384 3 12657 0 0 0 0 5 3 20 0 15 0 143746120 14333833216 68060 18446744073709551615 4194304 4196468 140733689825648 140650509998432 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14684] ppid=14618 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/14621/task/14684/stat : 14684 (java) S 14618 14621 4896 0 -1 1077944384 7 12657 0 0 0 0 5 3 20 0 15 0 143746125 14333833216 68060 18446744073709551615 4194304 4196468 140733689825648 140650508946480 140651039414914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 13997884

[startup+4.80057 s]
/proc/loadavg: 2.22 1.84 1.68 5/213 14684
/proc/meminfo: memFree=30250284/32770624 swapFree=0/449512
[pid=14621] ppid=14618 vsize=14067516 CPUtime=11.04 cores=0,2,4,6
/proc/14621/stat : 14621 (java) S 14618 14621 4896 0 -1 1077944320 63130 12657 0 0 1074 22 5 3 20 0 15 0 143746093 14405136384 85113 18446744073709551615 4194304 4196468 140733689825648 140733689808192 140651039403767 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
/proc/14621/statm: 3516879 85113 3466 1 0 3505493 0
[pid=14621/tid=14671] ppid=14618 vsize=14067516 CPUtime=4.48 cores=0,2,4,6
/proc/14621/task/14671/stat : 14671 (java) D 14618 14621 4896 0 -1 4202560 42733 12657 0 0 427 13 5 3 20 0 15 0 143746115 14405136384 85113 18446744073709551615 4194304 4196468 140733689825648 140651043619672 140651032120919 0 4 1 16800974 18446744071582151463 0 0 -1 6 0 0 3 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14672] ppid=14618 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/14621/task/14672/stat : 14672 (java) S 14618 14621 4896 0 -1 1077944384 281 12657 0 0 3 0 5 3 20 0 15 0 143746115 14405136384 85113 18446744073709551615 4194304 4196468 140733689825648 140650996369936 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14673] ppid=14618 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/14621/task/14673/stat : 14673 (java) S 14618 14621 4896 0 -1 1077944384 966 12657 0 0 3 0 5 3 20 0 15 0 143746115 14405136384 85113 18446744073709551615 4194304 4196468 140733689825648 140650995317392 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14674] ppid=14618 vsize=14067516 CPUtime=0.1 cores=0,2,4,6
/proc/14621/task/14674/stat : 14674 (java) S 14618 14621 4896 0 -1 1077944384 131 12657 0 0 2 0 5 3 20 0 15 0 143746115 14405136384 85113 18446744073709551615 4194304 4196468 140733689825648 140650994264336 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14675] ppid=14618 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/14621/task/14675/stat : 14675 (java) S 14618 14621 4896 0 -1 1077944384 277 12657 0 0 4 0 5 3 20 0 15 0 143746115 14405136384 85113 18446744073709551615 4194304 4196468 140733689825648 140650993211792 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14676] ppid=14618 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/14621/task/14676/stat : 14676 (java) S 14618 14621 4896 0 -1 1077944384 2650 12657 0 0 3 0 5 3 20 0 15 0 143746117 14405136384 85113 18446744073709551615 4194304 4196468 140733689825648 140650585156336 140651039414914 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14677] ppid=14618 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14621/task/14677/stat : 14677 (java) S 14618 14621 4896 0 -1 1077944384 55 12657 0 0 0 0 5 3 20 0 15 0 143746117 14405136384 85113 18446744073709551615 4194304 4196468 140733689825648 140650584102624 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14678] ppid=14618 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14621/task/14678/stat : 14678 (java) S 14618 14621 4896 0 -1 1077944384 43 12657 0 0 0 0 5 3 20 0 15 0 143746118 14405136384 85113 18446744073709551615 4194304 4196468 140733689825648 140650515260672 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14679] ppid=14618 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14621/task/14679/stat : 14679 (java) S 14618 14621 4896 0 -1 1077944384 3 12657 0 0 0 0 5 3 20 0 15 0 143746120 14405136384 85113 18446744073709551615 4194304 4196468 140733689825648 140650514209232 140651039422363 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14680] ppid=14618 vsize=14067516 CPUtime=2.61 cores=0,2,4,6
/proc/14621/task/14680/stat : 14680 (java) D 14618 14621 4896 0 -1 4202560 5931 12657 0 0 252 1 5 3 20 0 15 0 143746120 14405136384 85113 18446744073709551615 4194304 4196468 140733689825648 140650513137520 140651031645157 0 4 1 16800974 18446744071582151416 0 0 -1 2 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14681] ppid=14618 vsize=14067516 CPUtime=2.46 cores=0,2,4,6
/proc/14621/task/14681/stat : 14681 (java) D 14618 14621 4896 0 -1 4202560 3848 12657 0 0 237 1 5 3 20 0 15 0 143746120 14405136384 85113 18446744073709551615 4194304 4196468 140733689825648 140650512084872 140651032120919 0 4 1 16800974 18446744071582151463 0 0 -1 4 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14682] ppid=14618 vsize=14067516 CPUtime=1.45 cores=0,2,4,6
/proc/14621/task/14682/stat : 14682 (java) S 14618 14621 4896 0 -1 1077944384 4048 12657 0 0 136 1 5 3 20 0 15 0 143746120 14405136384 85113 18446744073709551615 4194304 4196468 140733689825648 140650511050736 140651039414914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14683] ppid=14618 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14621/task/14683/stat : 14683 (java) S 14618 14621 4896 0 -1 1077944384 3 12657 0 0 0 0 5 3 20 0 15 0 143746120 14405136384 85113 18446744073709551615 4194304 4196468 140733689825648 140650509998432 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14684] ppid=14618 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14621/task/14684/stat : 14684 (java) D 14618 14621 4896 0 -1 4202560 8 12657 0 0 0 0 5 3 20 0 15 0 143746125 14405136384 85113 18446744073709551615 4194304 4196468 140733689825648 140650508946400 140651024259854 0 4 1 16800974 18446744072100990085 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
Current children cumulated CPU time (s) 11.04
Current children cumulated vsize (KiB) 14067516

[startup+5.60692 s]
/proc/loadavg: 2.22 1.84 1.68 2/213 14684
/proc/meminfo: memFree=30218840/32770624 swapFree=0/449512
[pid=14621] ppid=14618 vsize=14067516 CPUtime=11.29 cores=0,2,4,6
/proc/14621/stat : 14621 (java) S 14618 14621 4896 0 -1 1077944320 67222 12657 0 0 1098 23 5 3 20 0 15 0 143746093 14405136384 88668 18446744073709551615 4194304 4196468 140733689825648 140733689808192 140651039403767 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
/proc/14621/statm: 3516879 88668 3466 1 0 3505493 0
[pid=14621/tid=14671] ppid=14618 vsize=14067516 CPUtime=4.56 cores=0,2,4,6
/proc/14621/task/14671/stat : 14671 (java) R 14618 14621 4896 0 -1 4202560 44590 12657 0 0 434 14 5 3 20 0 15 0 143746115 14405136384 88668 18446744073709551615 4194304 4196468 140733689825648 140651043636184 140651021272368 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14672] ppid=14618 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/14621/task/14672/stat : 14672 (java) S 14618 14621 4896 0 -1 1077944384 281 12657 0 0 3 0 5 3 20 0 15 0 143746115 14405136384 88668 18446744073709551615 4194304 4196468 140733689825648 140650996369936 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14673] ppid=14618 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/14621/task/14673/stat : 14673 (java) S 14618 14621 4896 0 -1 1077944384 966 12657 0 0 3 0 5 3 20 0 15 0 143746115 14405136384 88668 18446744073709551615 4194304 4196468 140733689825648 140650995317392 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14674] ppid=14618 vsize=14067516 CPUtime=0.1 cores=0,2,4,6
/proc/14621/task/14674/stat : 14674 (java) S 14618 14621 4896 0 -1 1077944384 131 12657 0 0 2 0 5 3 20 0 15 0 143746115 14405136384 88668 18446744073709551615 4194304 4196468 140733689825648 140650994264336 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14675] ppid=14618 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/14621/task/14675/stat : 14675 (java) S 14618 14621 4896 0 -1 1077944384 277 12657 0 0 4 0 5 3 20 0 15 0 143746115 14405136384 88668 18446744073709551615 4194304 4196468 140733689825648 140650993211792 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14676] ppid=14618 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/14621/task/14676/stat : 14676 (java) S 14618 14621 4896 0 -1 1077944384 2655 12657 0 0 3 0 5 3 20 0 15 0 143746117 14405136384 88668 18446744073709551615 4194304 4196468 140733689825648 140650585156336 140651039414914 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14677] ppid=14618 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14621/task/14677/stat : 14677 (java) S 14618 14621 4896 0 -1 1077944384 55 12657 0 0 0 0 5 3 20 0 15 0 143746117 14405136384 88668 18446744073709551615 4194304 4196468 140733689825648 140650584102624 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14678] ppid=14618 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14621/task/14678/stat : 14678 (java) S 14618 14621 4896 0 -1 1077944384 43 12657 0 0 0 0 5 3 20 0 15 0 143746118 14405136384 88668 18446744073709551615 4194304 4196468 140733689825648 140650515260672 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14679] ppid=14618 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14621/task/14679/stat : 14679 (java) S 14618 14621 4896 0 -1 1077944384 3 12657 0 0 0 0 5 3 20 0 15 0 143746120 14405136384 88668 18446744073709551615 4194304 4196468 140733689825648 140650514209232 140651039422363 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14680] ppid=14618 vsize=14067516 CPUtime=2.68 cores=0,2,4,6
/proc/14621/task/14680/stat : 14680 (java) R 14618 14621 4896 0 -1 4202560 7091 12657 0 0 259 1 5 3 20 0 15 0 143746120 14405136384 88668 18446744073709551615 4194304 4196468 140733689825648 140650513142392 140651020923446 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14681] ppid=14618 vsize=14067516 CPUtime=2.54 cores=0,2,4,6
/proc/14621/task/14681/stat : 14681 (java) R 14618 14621 4896 0 -1 4202560 4831 12657 0 0 244 2 5 3 20 0 15 0 143746120 14405136384 88668 18446744073709551615 4194304 4196468 140733689825648 140650512089672 140651020948329 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14682] ppid=14618 vsize=14067516 CPUtime=1.48 cores=0,2,4,6
/proc/14621/task/14682/stat : 14682 (java) S 14618 14621 4896 0 -1 1077944384 4133 12657 0 0 139 1 5 3 20 0 15 0 143746120 14405136384 88668 18446744073709551615 4194304 4196468 140733689825648 140650511050736 140651039414914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14683] ppid=14618 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14621/task/14683/stat : 14683 (java) S 14618 14621 4896 0 -1 1077944384 3 12657 0 0 0 0 5 3 20 0 15 0 143746120 14405136384 88668 18446744073709551615 4194304 4196468 140733689825648 140650509998432 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14684] ppid=14618 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14621/task/14684/stat : 14684 (java) S 14618 14621 4896 0 -1 1077944384 10 12657 0 0 0 0 5 3 20 0 15 0 143746125 14405136384 88668 18446744073709551615 4194304 4196468 140733689825648 140650508946480 140651039414914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 74 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
Current children cumulated CPU time (s) 11.29
Current children cumulated vsize (KiB) 14067516

[startup+6.0006 s]
/proc/loadavg: 2.22 1.84 1.68 2/213 14684
/proc/meminfo: memFree=30218840/32770624 swapFree=0/449512
[pid=14621] ppid=14618 vsize=14067516 CPUtime=12.57 cores=0,2,4,6
/proc/14621/stat : 14621 (java) S 14618 14621 4896 0 -1 1077944320 68514 12657 0 0 1226 23 5 3 20 0 15 0 143746093 14405136384 90507 18446744073709551615 4194304 4196468 140733689825648 140733689808192 140651039403767 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
/proc/14621/statm: 3516879 90507 3469 1 0 3505493 0
[pid=14621/tid=14671] ppid=14618 vsize=14067516 CPUtime=4.89 cores=0,2,4,6
/proc/14621/task/14671/stat : 14671 (java) S 14618 14621 4896 0 -1 1077944384 44705 12657 0 0 467 14 5 3 20 0 15 0 143746115 14405136384 90507 18446744073709551615 4194304 4196468 140733689825648 140651043641312 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14672] ppid=14618 vsize=14067516 CPUtime=0.15 cores=0,2,4,6
/proc/14621/task/14672/stat : 14672 (java) R 14618 14621 4896 0 -1 4202560 292 12657 0 0 7 0 5 3 20 0 15 0 143746115 14405136384 90507 18446744073709551615 4194304 4196468 140733689825648 140650996369936 140651024104219 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14673] ppid=14618 vsize=14067516 CPUtime=0.15 cores=0,2,4,6
/proc/14621/task/14673/stat : 14673 (java) R 14618 14621 4896 0 -1 4202560 970 12657 0 0 7 0 5 3 20 0 15 0 143746115 14405136384 90507 18446744073709551615 4194304 4196468 140733689825648 140650995317200 140651032031975 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14674] ppid=14618 vsize=14067516 CPUtime=0.14 cores=0,2,4,6
/proc/14621/task/14674/stat : 14674 (java) R 14618 14621 4896 0 -1 4202560 133 12657 0 0 6 0 5 3 20 0 15 0 143746115 14405136384 90507 18446744073709551615 4194304 4196468 140733689825648 140650994264144 140651032031975 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14675] ppid=14618 vsize=14067516 CPUtime=0.16 cores=0,2,4,6
/proc/14621/task/14675/stat : 14675 (java) R 14618 14621 4896 0 -1 4202560 277 12657 0 0 8 0 5 3 20 0 15 0 143746115 14405136384 90507 18446744073709551615 4194304 4196468 140733689825648 140650993211912 140651032031975 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14676] ppid=14618 vsize=14067516 CPUtime=0.14 cores=0,2,4,6
/proc/14621/task/14676/stat : 14676 (java) S 14618 14621 4896 0 -1 1077944384 2691 12657 0 0 6 0 5 3 20 0 15 0 143746117 14405136384 90507 18446744073709551615 4194304 4196468 140733689825648 140650585154960 140651039413973 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14677] ppid=14618 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14621/task/14677/stat : 14677 (java) S 14618 14621 4896 0 -1 1077944384 55 12657 0 0 0 0 5 3 20 0 15 0 143746117 14405136384 90507 18446744073709551615 4194304 4196468 140733689825648 140650584102624 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14678] ppid=14618 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14621/task/14678/stat : 14678 (java) S 14618 14621 4896 0 -1 1077944384 43 12657 0 0 0 0 5 3 20 0 15 0 143746118 14405136384 90507 18446744073709551615 4194304 4196468 140733689825648 140650515260672 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14679] ppid=14618 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14621/task/14679/stat : 14679 (java) S 14618 14621 4896 0 -1 1077944384 3 12657 0 0 0 0 5 3 20 0 15 0 143746120 14405136384 90507 18446744073709551615 4194304 4196468 140733689825648 140650514209232 140651039422363 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14680] ppid=14618 vsize=14067516 CPUtime=3 cores=0,2,4,6
/proc/14621/task/14680/stat : 14680 (java) S 14618 14621 4896 0 -1 1077944384 7479 12657 0 0 291 1 5 3 20 0 15 0 143746120 14405136384 90507 18446744073709551615 4194304 4196468 140733689825648 140650513140432 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14681] ppid=14618 vsize=14067516 CPUtime=2.86 cores=0,2,4,6
/proc/14621/task/14681/stat : 14681 (java) S 14618 14621 4896 0 -1 1077944384 5270 12657 0 0 276 2 5 3 20 0 15 0 143746120 14405136384 90507 18446744073709551615 4194304 4196468 140733689825648 140650512088784 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14682] ppid=14618 vsize=14067516 CPUtime=1.61 cores=0,2,4,6
/proc/14621/task/14682/stat : 14682 (java) S 14618 14621 4896 0 -1 1077944384 4430 12657 0 0 152 1 5 3 20 0 15 0 143746120 14405136384 90507 18446744073709551615 4194304 4196468 140733689825648 140650511050736 140651039414914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14683] ppid=14618 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14621/task/14683/stat : 14683 (java) S 14618 14621 4896 0 -1 1077944384 3 12657 0 0 0 0 5 3 20 0 15 0 143746120 14405136384 90507 18446744073709551615 4194304 4196468 140733689825648 140650509998432 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14684] ppid=14618 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14621/task/14684/stat : 14684 (java) S 14618 14621 4896 0 -1 1077944384 10 12657 0 0 0 0 5 3 20 0 15 0 143746125 14405136384 90507 18446744073709551615 4194304 4196468 140733689825648 140650508946480 140651039414914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 74 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 14067516

[startup+6.10068 s]
/proc/loadavg: 2.22 1.84 1.68 2/213 14684
/proc/meminfo: memFree=30218840/32770624 swapFree=0/449512
[pid=14621] ppid=14618 vsize=14067516 CPUtime=12.83 cores=0,2,4,6
/proc/14621/stat : 14621 (java) S 14618 14621 4896 0 -1 1077944320 68627 12657 0 0 1251 24 5 3 20 0 15 0 143746093 14405136384 89343 18446744073709551615 4194304 4196468 140733689825648 140733689808192 140651039403767 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
/proc/14621/statm: 3516879 89343 3469 1 0 3505493 0
[pid=14621/tid=14671] ppid=14618 vsize=14067516 CPUtime=4.89 cores=0,2,4,6
/proc/14621/task/14671/stat : 14671 (java) S 14618 14621 4896 0 -1 1077944384 44705 12657 0 0 467 14 5 3 20 0 15 0 143746115 14405136384 89343 18446744073709551615 4194304 4196468 140733689825648 140651043641312 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14672] ppid=14618 vsize=14067516 CPUtime=0.21 cores=0,2,4,6
/proc/14621/task/14672/stat : 14672 (java) R 14618 14621 4896 0 -1 4202560 299 12657 0 0 13 0 5 3 20 0 15 0 143746115 14405136384 89343 18446744073709551615 4194304 4196468 140733689825648 140650996369936 140651032031975 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14673] ppid=14618 vsize=14067516 CPUtime=0.2 cores=0,2,4,6
/proc/14621/task/14673/stat : 14673 (java) R 14618 14621 4896 0 -1 4202560 975 12657 0 0 12 0 5 3 20 0 15 0 143746115 14405136384 89343 18446744073709551615 4194304 4196468 140733689825648 140650995317512 140651032031975 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14674] ppid=14618 vsize=14067516 CPUtime=0.19 cores=0,2,4,6
/proc/14621/task/14674/stat : 14674 (java) R 14618 14621 4896 0 -1 4202560 133 12657 0 0 11 0 5 3 20 0 15 0 143746115 14405136384 89343 18446744073709551615 4194304 4196468 140733689825648 140650994264336 140651023861400 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14675] ppid=14618 vsize=14067516 CPUtime=0.21 cores=0,2,4,6
/proc/14621/task/14675/stat : 14675 (java) R 14618 14621 4896 0 -1 4202560 284 12657 0 0 13 0 5 3 20 0 15 0 143746115 14405136384 89343 18446744073709551615 4194304 4196468 140733689825648 140650993211792 140651032031975 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14676] ppid=14618 vsize=14067516 CPUtime=0.18 cores=0,2,4,6
/proc/14621/task/14676/stat : 14676 (java) S 14618 14621 4896 0 -1 1077944384 2778 12657 0 0 10 0 5 3 20 0 15 0 143746117 14405136384 89343 18446744073709551615 4194304 4196468 140733689825648 140650585154960 140651039413973 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14677] ppid=14618 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14621/task/14677/stat : 14677 (java) S 14618 14621 4896 0 -1 1077944384 55 12657 0 0 0 0 5 3 20 0 15 0 143746117 14405136384 89343 18446744073709551615 4194304 4196468 140733689825648 140650584102256 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14678] ppid=14618 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14621/task/14678/stat : 14678 (java) S 14618 14621 4896 0 -1 1077944384 43 12657 0 0 0 0 5 3 20 0 15 0 143746118 14405136384 89343 18446744073709551615 4194304 4196468 140733689825648 140650515260672 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14679] ppid=14618 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14621/task/14679/stat : 14679 (java) S 14618 14621 4896 0 -1 1077944384 3 12657 0 0 0 0 5 3 20 0 15 0 143746120 14405136384 89343 18446744073709551615 4194304 4196468 140733689825648 140650514209232 140651039422363 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14680] ppid=14618 vsize=14067516 CPUtime=3 cores=0,2,4,6
/proc/14621/task/14680/stat : 14680 (java) S 14618 14621 4896 0 -1 1077944384 7480 12657 0 0 291 1 5 3 20 0 15 0 143746120 14405136384 89343 18446744073709551615 4194304 4196468 140733689825648 140650513141232 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14681] ppid=14618 vsize=14067516 CPUtime=2.86 cores=0,2,4,6
/proc/14621/task/14681/stat : 14681 (java) S 14618 14621 4896 0 -1 1077944384 5274 12657 0 0 276 2 5 3 20 0 15 0 143746120 14405136384 89343 18446744073709551615 4194304 4196468 140733689825648 140650512103360 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14682] ppid=14618 vsize=14067516 CPUtime=1.61 cores=0,2,4,6
/proc/14621/task/14682/stat : 14682 (java) S 14618 14621 4896 0 -1 1077944384 4430 12657 0 0 152 1 5 3 20 0 15 0 143746120 14405136384 89343 18446744073709551615 4194304 4196468 140733689825648 140650511050736 140651039414914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14683] ppid=14618 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14621/task/14683/stat : 14683 (java) S 14618 14621 4896 0 -1 1077944384 3 12657 0 0 0 0 5 3 20 0 15 0 143746120 14405136384 89343 18446744073709551615 4194304 4196468 140733689825648 140650509998432 140651039413973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
[pid=14621/tid=14684] ppid=14618 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14621/task/14684/stat : 14684 (java) S 14618 14621 4896 0 -1 1077944384 12 12657 0 0 0 0 5 3 20 0 15 0 143746125 14405136384 89343 18446744073709551615 4194304 4196468 140733689825648 140650508946480 140651039414914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 74 0 0 6293624 6294260 16347136 140733689829328 140733689832113 140733689832113 140733689835471 0
Current children cumulated CPU time (s) 12.83
Current children cumulated vsize (KiB) 14067516

Child status: 0
Real time (s): 6.19627
CPU time (s): 13.0169
CPU user time (s): 12.727
CPU system time (s): 0.289963
CPU usage (%): 210.077
Max. virtual memory (cumulated for all children) (KiB): 14067516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.727
system time used= 0.289963
maximum resident set size= 362076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81528
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6380
involuntary context switches= 77

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.027056 second user time and 0.041485 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-11 10:27:48
IDJOB=4262515
IDBENCH=126141
IDSOLVER=2650
FILE ID=node132/4262515-1502440932
RUNJOBID= node132-1502411403-4959
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QRandom/QRandom-geometric-rw/geometric-50-20-d4-75-54.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262515-1502440932/watcher-4262515-1502440932 -o /tmp/evaluation-result-4262515-1502440932/solver-4262515-1502440932 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502411403-4959 --watchdog 2580  bin/concrete HOME/instance-4262515-1502440932.xml

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

MD5SUM BENCH= a4dbf7a89b77d3d2fc660abfcd1a3804
RANDOM SEED=265498406

node132.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.74
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.74
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.74
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.74
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:        30546420 kB
MemAvailable:   31400312 kB
Buffers:          293668 kB
Cached:           870748 kB
SwapCached:            0 kB
Active:          1289952 kB
Inactive:         498456 kB
Active(anon):     624852 kB
Inactive(anon):    49012 kB
Active(file):     665100 kB
Inactive(file):   449444 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24076 kB
Writeback:             0 kB
AnonPages:        624088 kB
Mapped:            72276 kB
Shmem:             49852 kB
Slab:             137648 kB
SReclaimable:     110364 kB
SUnreclaim:        27284 kB
KernelStack:        3488 kB
PageTables:         6288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1564120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    407552 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= 61984 MiB
End job on node132 at 2017-08-11 10:27:54