Trace number 4248535

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: choco-solver 5a (2017-07-05)? (TO) 2400.21 302.112

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-r5.xml
MD5SUM13c07461cd5d6cd59c34e2b3a9f24c58
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2202
Number of constraints241
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2202}]
Minimum variable degree5
Maximum variable degree15
Distribution of variable degrees[{"degree":5,"count":19},{"degree":6,"count":72},{"degree":7,"count":142},{"degree":8,"count":315},{"degree":9,"count":566},{"degree":10,"count":547},{"degree":11,"count":320},{"degree":12,"count":138},{"degree":13,"count":49},{"degree":14,"count":27},{"degree":15,"count":7}]
Minimum constraint arity38
Maximum constraint arity188
Distribution of constraint arities[{"arity":38,"count":5},{"arity":43,"count":2},{"arity":44,"count":2},{"arity":49,"count":2},{"arity":50,"count":9},{"arity":51,"count":3},{"arity":52,"count":3},{"arity":53,"count":7},{"arity":54,"count":4},{"arity":55,"count":9},{"arity":56,"count":1},{"arity":57,"count":5},{"arity":58,"count":1},{"arity":59,"count":2},{"arity":60,"count":2},{"arity":61,"count":2},{"arity":62,"count":7},{"arity":63,"count":5},{"arity":64,"count":9},{"arity":65,"count":2},{"arity":66,"count":3},{"arity":67,"count":2},{"arity":68,"count":6},{"arity":69,"count":2},{"arity":70,"count":9},"...",{"arity":108,"count":2}, {"arity":109,"count":2}, {"arity":110,"count":1}, {"arity":114,"count":1}, {"arity":115,"count":2}, {"arity":116,"count":1}, {"arity":119,"count":1}, {"arity":122,"count":2}, {"arity":123,"count":1}, {"arity":125,"count":1}, {"arity":126,"count":1}, {"arity":127,"count":1}, {"arity":128,"count":1}, {"arity":129,"count":1}, {"arity":130,"count":1}, {"arity":135,"count":1}, {"arity":136,"count":1}, {"arity":137,"count":1}, {"arity":139,"count":1}, {"arity":140,"count":1}, {"arity":141,"count":1}, {"arity":145,"count":1}, {"arity":149,"count":1}, {"arity":171,"count":1}, {"arity":188,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":241}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4248535-1500692419.xml"  -tl '2400s' -p 8 -x 3
0.00/0.19	c [HOME/instance-4248535-1500692419.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.25	c 8 solvers in parallel
0.00/0.32	c parse instance...
0.00/1.05	c solve instance...
2400.21/302.13	s UNKNOWN
2400.21/302.13	c Unexpected resolution interruption!

Verifier Data


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-4248535-1500692419/watcher-4248535-1500692419 -o /tmp/evaluation-result-4248535-1500692419/solver-4248535-1500692419 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node130-1500684118-8559 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1351744796 HOME/instance-4248535-1500692419.xml 

pid=12109
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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: 15.54 15.01 13.96 9/273 12112
/proc/meminfo: memFree=29507008/32770624 swapFree=5656/330132
[pid=12112] ppid=12109 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12112/stat : 12112 (xcsp3-exec) S 12109 12112 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4509422 9740288 346 33554432000 4194304 5098028 140724437804256 140724437802360 139909940003452 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 10272768 140724437808270 140724437808480 140724437808480 140724437811179 0
/proc/12112/statm: 2378 346 289 221 0 87 0

[startup+0.100159 s]
/proc/loadavg: 15.54 15.01 13.96 9/273 12112
/proc/meminfo: memFree=29507008/32770624 swapFree=5656/330132
[pid=12112] ppid=12109 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12112/stat : 12112 (xcsp3-exec) S 12109 12112 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4509422 9740288 346 33554432000 4194304 5098028 140724437804256 140724437802360 139909940003452 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 10272768 140724437808270 140724437808480 140724437808480 140724437811179 0
/proc/12112/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200268 s]
/proc/loadavg: 15.54 15.01 13.96 9/273 12112
/proc/meminfo: memFree=29507008/32770624 swapFree=5656/330132
[pid=12112] ppid=12109 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12112/stat : 12112 (xcsp3-exec) S 12109 12112 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4509422 9740288 346 33554432000 4194304 5098028 140724437804256 140724437802360 139909940003452 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 10272768 140724437808270 140724437808480 140724437808480 140724437811179 0
/proc/12112/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.30028 s]
/proc/loadavg: 15.54 15.01 13.96 9/273 12112
/proc/meminfo: memFree=29507008/32770624 swapFree=5656/330132
[pid=12112] ppid=12109 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12112/stat : 12112 (xcsp3-exec) S 12109 12112 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4509422 9740288 346 33554432000 4194304 5098028 140724437804256 140724437802360 139909940003452 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 10272768 140724437808270 140724437808480 140724437808480 140724437811179 0
/proc/12112/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700182 s]
/proc/loadavg: 15.54 15.01 13.96 9/273 12112
/proc/meminfo: memFree=29507008/32770624 swapFree=5656/330132
[pid=12112] ppid=12109 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12112/stat : 12112 (xcsp3-exec) S 12109 12112 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4509422 9740288 346 33554432000 4194304 5098028 140724437804256 140724437802360 139909940003452 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 10272768 140724437808270 140724437808480 140724437808480 140724437811179 0
/proc/12112/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50152 s]
/proc/loadavg: 15.54 15.01 13.96 20/302 12141
/proc/meminfo: memFree=29315784/32770624 swapFree=5656/330168
[pid=12112] ppid=12109 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12112/stat : 12112 (xcsp3-exec) S 12109 12112 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4509422 9740288 346 33554432000 4194304 5098028 140724437804256 140724437802360 139909940003452 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 10272768 140724437808270 140724437808480 140724437808480 140724437811179 0
/proc/12112/statm: 2378 346 289 221 0 87 0
[pid=12113] ppid=12112 vsize=13801768 CPUtime=6.87 cores=0,2,4,6,8,10,12,14
/proc/12113/stat : 12113 (java) S 12112 12112 7102 0 -1 1077944320 18415 0 0 0 671 16 0 0 20 0 28 0 4509422 14133010432 53662 33554432000 4194304 4196468 140725238434928 140725238417472 140692451299063 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
/proc/12113/statm: 3450442 53662 3241 1 0 3437675 0
[pid=12113/tid=12114] ppid=12112 vsize=13801768 CPUtime=1.01 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12114/stat : 12114 (java) S 12112 12112 7102 0 -1 1077944384 6862 0 0 0 96 5 0 0 20 0 28 0 4509422 14133010432 53662 33554432000 4194304 4196468 140725238434928 140692455539840 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12116] ppid=12112 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12116/stat : 12116 (java) S 12112 12112 7102 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 4509423 14133010432 53662 33554432000 4194304 4196468 140725238434928 140692403919888 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12117] ppid=12112 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12117/stat : 12117 (java) S 12112 12112 7102 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 28 0 4509423 14133010432 53662 33554432000 4194304 4196468 140725238434928 140692402867344 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12118] ppid=12112 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12118/stat : 12118 (java) S 12112 12112 7102 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 28 0 4509423 14133010432 53662 33554432000 4194304 4196468 140725238434928 140692401814288 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12119] ppid=12112 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12119/stat : 12119 (java) S 12112 12112 7102 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 4509423 14133010432 53662 33554432000 4194304 4196468 140725238434928 140692400761744 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12120] ppid=12112 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12120/stat : 12120 (java) S 12112 12112 7102 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 4509423 14133010432 53662 33554432000 4194304 4196468 140725238434928 140692399708688 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12121] ppid=12112 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12121/stat : 12121 (java) S 12112 12112 7102 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 4509423 14133010432 53662 33554432000 4194304 4196468 140725238434928 140692398656144 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12122] ppid=12112 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12122/stat : 12122 (java) S 12112 12112 7102 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 4509423 14133010432 53662 33554432000 4194304 4196468 140725238434928 140692397603088 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12123] ppid=12112 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12123/stat : 12123 (java) S 12112 12112 7102 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 4509423 14133010432 53662 33554432000 4194304 4196468 140725238434928 140692396550544 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12124] ppid=12112 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12124/stat : 12124 (java) S 12112 12112 7102 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 4509426 14133010432 53662 33554432000 4194304 4196468 140725238434928 140691913009904 140692451310210 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12125] ppid=12112 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12125/stat : 12125 (java) S 12112 12112 7102 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4509426 14133010432 53662 33554432000 4194304 4196468 140725238434928 140691911956128 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12126] ppid=12112 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12126/stat : 12126 (java) S 12112 12112 7102 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 4509427 14133010432 53662 33554432000 4194304 4196468 140725238434928 140691910903024 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12127] ppid=12112 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12127/stat : 12127 (java) S 12112 12112 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4509431 14133010432 53662 33554432000 4194304 4196468 140725238434928 140691909851600 140692451317659 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12128] ppid=12112 vsize=13801768 CPUtime=0.9 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12128/stat : 12128 (java) R 12112 12112 7102 0 -1 4202560 2840 0 0 0 90 0 0 0 20 0 28 0 4509431 14133010432 53662 33554432000 4194304 4196468 140725238434928 140691908784800 140692429465544 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12129] ppid=12112 vsize=13801768 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12129/stat : 12129 (java) R 12112 12112 7102 0 -1 4202560 2557 0 0 0 92 1 0 0 20 0 28 0 4509431 14133010432 53662 33554432000 4194304 4196468 140725238434928 140691907731936 140692430543871 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12130] ppid=12112 vsize=13801768 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12130/stat : 12130 (java) R 12112 12112 7102 0 -1 4202560 1597 0 0 0 89 0 0 0 20 0 28 0 4509431 14133010432 53662 33554432000 4194304 4196468 140725238434928 140691906679280 140692432842769 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12131] ppid=12112 vsize=13801768 CPUtime=0.72 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12131/stat : 12131 (java) S 12112 12112 7102 0 -1 1077944384 2550 0 0 0 72 0 0 0 20 0 28 0 4509431 14133010432 53662 33554432000 4194304 4196468 140725238434928 140691905640560 140692451310210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12132] ppid=12112 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12132/stat : 12132 (java) S 12112 12112 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4509431 14133010432 53662 33554432000 4194304 4196468 140725238434928 140691904588768 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12133] ppid=12112 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12133/stat : 12133 (java) S 12112 12112 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4509431 14133010432 53662 33554432000 4194304 4196468 140725238434928 140691903536304 140692451310210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12134] ppid=12112 vsize=13801768 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12134/stat : 12134 (java) R 12112 12112 7102 0 -1 4202560 62 0 0 0 30 0 0 0 20 0 28 0 4509529 14133010432 53662 33554432000 4194304 4196468 140725238434928 140691896022088 140692078002252 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12135] ppid=12112 vsize=13801768 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12135/stat : 12135 (java) R 12112 12112 7102 0 -1 4202560 47 0 0 0 29 0 0 0 20 0 28 0 4509529 14133010432 53662 33554432000 4194304 4196468 140725238434928 140691894968704 140692077936352 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12136] ppid=12112 vsize=13801768 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12136/stat : 12136 (java) R 12112 12112 7102 0 -1 4202560 40 0 0 0 26 0 0 0 20 0 28 0 4509529 14133010432 53662 33554432000 4194304 4196468 140725238434928 140691893915704 140692078204775 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12137] ppid=12112 vsize=13801768 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12137/stat : 12137 (java) R 12112 12112 7102 0 -1 4202560 77 0 0 0 23 0 0 0 20 0 28 0 4509529 14133010432 53662 33554432000 4194304 4196468 140725238434928 140691892862352 140692077872007 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12138] ppid=12112 vsize=13801768 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12138/stat : 12138 (java) R 12112 12112 7102 0 -1 4202560 38 0 0 0 26 0 0 0 20 0 28 0 4509529 14133010432 53662 33554432000 4194304 4196468 140725238434928 140691891805432 140692072568281 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12139] ppid=12112 vsize=13801768 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12139/stat : 12139 (java) R 12112 12112 7102 0 -1 4202560 37 0 0 0 27 0 0 0 20 0 28 0 4509529 14133010432 53662 33554432000 4194304 4196468 140725238434928 140691890758024 140692077871743 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12140] ppid=12112 vsize=13801768 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12140/stat : 12140 (java) R 12112 12112 7102 0 -1 4202560 47 0 0 0 31 0 0 0 20 0 28 0 4509529 14133010432 53662 33554432000 4194304 4196468 140725238434928 140691889705912 140692077937401 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12141] ppid=12112 vsize=13801768 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12141/stat : 12141 (java) R 12112 12112 7102 0 -1 4202560 38 0 0 0 27 0 0 0 20 0 28 0 4509529 14133010432 53662 33554432000 4194304 4196468 140725238434928 140691888652088 140692077937401 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
Current children cumulated CPU time (s) 6.87
Current children cumulated vsize (KiB) 13811280

[startup+3.10154 s]
/proc/loadavg: 15.54 15.01 13.96 15/302 12141
/proc/meminfo: memFree=29289148/32770624 swapFree=5656/330164
[pid=12112] ppid=12109 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12112/stat : 12112 (xcsp3-exec) S 12109 12112 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4509422 9740288 346 33554432000 4194304 5098028 140724437804256 140724437802360 139909940003452 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 10272768 140724437808270 140724437808480 140724437808480 140724437811179 0
/proc/12112/statm: 2378 346 289 221 0 87 0
[pid=12113] ppid=12112 vsize=13801768 CPUtime=19.34 cores=0,2,4,6,8,10,12,14
/proc/12113/stat : 12113 (java) S 12112 12112 7102 0 -1 1077944320 20905 0 0 0 1906 28 0 0 20 0 28 0 4509422 14133010432 66233 33554432000 4194304 4196468 140725238434928 140725238417472 140692451299063 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
/proc/12113/statm: 3450442 66233 3270 1 0 3437675 0
[pid=12113/tid=12114] ppid=12112 vsize=13801768 CPUtime=1.01 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12114/stat : 12114 (java) S 12112 12112 7102 0 -1 1077944384 6862 0 0 0 96 5 0 0 20 0 28 0 4509422 14133010432 66233 33554432000 4194304 4196468 140725238434928 140692455539840 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12116] ppid=12112 vsize=13801768 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12116/stat : 12116 (java) S 12112 12112 7102 0 -1 1077944384 44 0 0 0 2 1 0 0 20 0 28 0 4509423 14133010432 66233 33554432000 4194304 4196468 140725238434928 140692403919888 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12117] ppid=12112 vsize=13801768 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12117/stat : 12117 (java) S 12112 12112 7102 0 -1 1077944384 62 0 0 0 1 2 0 0 20 0 28 0 4509423 14133010432 66233 33554432000 4194304 4196468 140725238434928 140692402867344 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12118] ppid=12112 vsize=13801768 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12118/stat : 12118 (java) S 12112 12112 7102 0 -1 1077944384 68 0 0 0 2 2 0 0 20 0 28 0 4509423 14133010432 66233 33554432000 4194304 4196468 140725238434928 140692401814288 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12119] ppid=12112 vsize=13801768 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12119/stat : 12119 (java) S 12112 12112 7102 0 -1 1077944384 45 0 0 0 1 1 0 0 20 0 28 0 4509423 14133010432 66233 33554432000 4194304 4196468 140725238434928 140692400761744 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12120] ppid=12112 vsize=13801768 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12120/stat : 12120 (java) S 12112 12112 7102 0 -1 1077944384 63 0 0 0 3 1 0 0 20 0 28 0 4509423 14133010432 66233 33554432000 4194304 4196468 140725238434928 140692399708688 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12121] ppid=12112 vsize=13801768 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12121/stat : 12121 (java) S 12112 12112 7102 0 -1 1077944384 53 0 0 0 2 1 0 0 20 0 28 0 4509423 14133010432 66233 33554432000 4194304 4196468 140725238434928 140692398656144 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12122] ppid=12112 vsize=13801768 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12122/stat : 12122 (java) S 12112 12112 7102 0 -1 1077944384 68 0 0 0 2 2 0 0 20 0 28 0 4509423 14133010432 66233 33554432000 4194304 4196468 140725238434928 140692397603088 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12123] ppid=12112 vsize=13801768 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12123/stat : 12123 (java) S 12112 12112 7102 0 -1 1077944384 31 0 0 0 1 1 0 0 20 0 28 0 4509423 14133010432 66233 33554432000 4194304 4196468 140725238434928 140692396550544 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12124] ppid=12112 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12124/stat : 12124 (java) S 12112 12112 7102 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 4509426 14133010432 66233 33554432000 4194304 4196468 140725238434928 140691913009904 140692451310210 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12125] ppid=12112 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12125/stat : 12125 (java) S 12112 12112 7102 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4509426 14133010432 66233 33554432000 4194304 4196468 140725238434928 140691911956192 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12126] ppid=12112 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12126/stat : 12126 (java) S 12112 12112 7102 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 4509427 14133010432 66233 33554432000 4194304 4196468 140725238434928 140691910903040 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12127] ppid=12112 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12127/stat : 12127 (java) S 12112 12112 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4509431 14133010432 66233 33554432000 4194304 4196468 140725238434928 140691909851600 140692451317659 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12128] ppid=12112 vsize=13801768 CPUtime=1.9 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12128/stat : 12128 (java) R 12112 12112 7102 0 -1 4202560 2983 0 0 0 189 1 0 0 20 0 28 0 4509431 14133010432 66233 33554432000 4194304 4196468 140725238434928 140691908784672 140692432823349 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12129] ppid=12112 vsize=13801768 CPUtime=1.95 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12129/stat : 12129 (java) R 12112 12112 7102 0 -1 4202560 2781 0 0 0 194 1 0 0 20 0 28 0 4509431 14133010432 66233 33554432000 4194304 4196468 140725238434928 140691907732368 140692432477162 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12130] ppid=12112 vsize=13801768 CPUtime=2.08 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12130/stat : 12130 (java) R 12112 12112 7102 0 -1 4202560 3086 0 0 0 207 1 0 0 20 0 28 0 4509431 14133010432 66233 33554432000 4194304 4196468 140725238434928 140691906683064 140692435202488 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12131] ppid=12112 vsize=13801768 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12131/stat : 12131 (java) S 12112 12112 7102 0 -1 1077944384 2707 0 0 0 88 1 0 0 20 0 28 0 4509431 14133010432 66233 33554432000 4194304 4196468 140725238434928 140691905640560 140692451310210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 13 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12132] ppid=12112 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12132/stat : 12132 (java) S 12112 12112 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4509431 14133010432 66233 33554432000 4194304 4196468 140725238434928 140691904588768 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12133] ppid=12112 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12133/stat : 12133 (java) S 12112 12112 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4509431 14133010432 66233 33554432000 4194304 4196468 140725238434928 140691903536304 140692451310210 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 11 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12134] ppid=12112 vsize=13801768 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12134/stat : 12134 (java) R 12112 12112 7102 0 -1 4202560 62 0 0 0 130 0 0 0 20 0 28 0 4509529 14133010432 66233 33554432000 4194304 4196468 140725238434928 140691896020632 140692079122599 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12135] ppid=12112 vsize=13801768 CPUtime=1.53 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12135/stat : 12135 (java) R 12112 12112 7102 0 -1 4202560 224 0 0 0 153 0 0 0 20 0 28 0 4509529 14133010432 66233 33554432000 4194304 4196468 140725238434928 140691894968520 140692078563846 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12136] ppid=12112 vsize=13801768 CPUtime=1.45 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12136/stat : 12136 (java) R 12112 12112 7102 0 -1 4202560 46 0 0 0 145 0 0 0 20 0 28 0 4509529 14133010432 66233 33554432000 4194304 4196468 140725238434928 140691893916056 140692079202638 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12137] ppid=12112 vsize=13801768 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12137/stat : 12137 (java) R 12112 12112 7102 0 -1 4202560 109 0 0 0 139 0 0 0 20 0 28 0 4509529 14133010432 66233 33554432000 4194304 4196468 140725238434928 140691892861792 140692079632595 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12138] ppid=12112 vsize=13801768 CPUtime=1.47 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12138/stat : 12138 (java) R 12112 12112 7102 0 -1 4202560 74 0 0 0 147 0 0 0 20 0 28 0 4509529 14133010432 66233 33554432000 4194304 4196468 140725238434928 140691891809944 140692079202821 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12139] ppid=12112 vsize=13801768 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12139/stat : 12139 (java) R 12112 12112 7102 0 -1 4202560 38 0 0 0 120 0 0 0 20 0 28 0 4509529 14133010432 66233 33554432000 4194304 4196468 140725238434928 140691890757880 140692078563715 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12140] ppid=12112 vsize=13801768 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12140/stat : 12140 (java) R 12112 12112 7102 0 -1 4202560 72 0 0 0 136 0 0 0 20 0 28 0 4509529 14133010432 66233 33554432000 4194304 4196468 140725238434928 140691889705528 140692078563846 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12141] ppid=12112 vsize=13801768 CPUtime=1.38 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12141/stat : 12141 (java) R 12112 12112 7102 0 -1 4202560 47 0 0 0 138 0 0 0 20 0 28 0 4509529 14133010432 66233 33554432000 4194304 4196468 140725238434928 140691888652528 140692079203355 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
Current children cumulated CPU time (s) 19.34
Current children cumulated vsize (KiB) 13811280

[startup+6.30166 s]
/proc/loadavg: 15.41 14.99 13.96 20/302 12141
/proc/meminfo: memFree=29138032/32770624 swapFree=5656/330180

################
# More data... #
################

[pid=12113/tid=12140] ppid=12112 vsize=13801768 CPUtime=278.79 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12140/stat : 12140 (java) R 12112 12112 7102 0 -1 4202560 858 0 0 0 27877 2 0 0 20 0 28 0 4509529 14133010432 237643 33554432000 4194304 4196468 140725238434928 140691889705320 140692079203220 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12141] ppid=12112 vsize=13801768 CPUtime=279.69 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12141/stat : 12141 (java) R 12112 12112 7102 0 -1 4202560 1151 0 0 0 27968 1 0 0 20 0 28 0 4509529 14133010432 237643 33554432000 4194304 4196468 140725238434928 140691888652696 140692079203286 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
Current children cumulated CPU time (s) 2242.62
Current children cumulated vsize (KiB) 13811280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+302.102 s]
/proc/loadavg: 16.03 15.59 14.50 17/300 12263
/proc/meminfo: memFree=30598212/32770624 swapFree=5656/330576
[pid=12112] ppid=12109 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12112/stat : 12112 (xcsp3-exec) S 12109 12112 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4509422 9740288 346 33554432000 4194304 5098028 140724437804256 140724437802360 139909940003452 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 10272768 140724437808270 140724437808480 140724437808480 140724437811179 0
/proc/12112/statm: 2378 346 289 221 0 87 0
[pid=12113] ppid=12112 vsize=13801768 CPUtime=2400.21 cores=0,2,4,6,8,10,12,14
/proc/12113/stat : 12113 (java) S 12112 12112 7102 0 -1 1077944320 59389 0 0 0 239876 145 0 0 20 0 28 0 4509422 14133010432 224175 33554432000 4194304 4196468 140725238434928 140725238417472 140692451299063 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
/proc/12113/statm: 3450442 224175 3287 1 0 3437675 0
[pid=12113/tid=12114] ppid=12112 vsize=13801768 CPUtime=1.01 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12114/stat : 12114 (java) S 12112 12112 7102 0 -1 1077944384 6862 0 0 0 96 5 0 0 20 0 28 0 4509422 14133010432 224175 33554432000 4194304 4196468 140725238434928 140692455539840 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12116] ppid=12112 vsize=13801768 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12116/stat : 12116 (java) S 12112 12112 7102 0 -1 1077944384 985 0 0 0 16 12 0 0 20 0 28 0 4509423 14133010432 224175 33554432000 4194304 4196468 140725238434928 140692403919888 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12117] ppid=12112 vsize=13801768 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12117/stat : 12117 (java) S 12112 12112 7102 0 -1 1077944384 1650 0 0 0 15 13 0 0 20 0 28 0 4509423 14133010432 224175 33554432000 4194304 4196468 140725238434928 140692402867344 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12118] ppid=12112 vsize=13801768 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12118/stat : 12118 (java) S 12112 12112 7102 0 -1 1077944384 1510 0 0 0 14 12 0 0 20 0 28 0 4509423 14133010432 224175 33554432000 4194304 4196468 140725238434928 140692401814288 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12119] ppid=12112 vsize=13801768 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12119/stat : 12119 (java) S 12112 12112 7102 0 -1 1077944384 1633 0 0 0 15 12 0 0 20 0 28 0 4509423 14133010432 224175 33554432000 4194304 4196468 140725238434928 140692400761744 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12120] ppid=12112 vsize=13801768 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12120/stat : 12120 (java) S 12112 12112 7102 0 -1 1077944384 684 0 0 0 15 12 0 0 20 0 28 0 4509423 14133010432 224175 33554432000 4194304 4196468 140725238434928 140692399708688 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12121] ppid=12112 vsize=13801768 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12121/stat : 12121 (java) S 12112 12112 7102 0 -1 1077944384 415 0 0 0 15 12 0 0 20 0 28 0 4509423 14133010432 224175 33554432000 4194304 4196468 140725238434928 140692398656144 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12122] ppid=12112 vsize=13801768 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12122/stat : 12122 (java) S 12112 12112 7102 0 -1 1077944384 744 0 0 0 15 13 0 0 20 0 28 0 4509423 14133010432 224175 33554432000 4194304 4196468 140725238434928 140692397603088 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12123] ppid=12112 vsize=13801768 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12123/stat : 12123 (java) S 12112 12112 7102 0 -1 1077944384 532 0 0 0 15 11 0 0 20 0 28 0 4509423 14133010432 224175 33554432000 4194304 4196468 140725238434928 140692396550544 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12124] ppid=12112 vsize=13801768 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12124/stat : 12124 (java) S 12112 12112 7102 0 -1 1077944384 2345 0 0 0 5 5 0 0 20 0 28 0 4509426 14133010432 224175 33554432000 4194304 4196468 140725238434928 140691913009904 140692451310210 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12125] ppid=12112 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12125/stat : 12125 (java) S 12112 12112 7102 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 28 0 4509426 14133010432 224175 33554432000 4194304 4196468 140725238434928 140691911956192 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12126] ppid=12112 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12126/stat : 12126 (java) S 12112 12112 7102 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 4509427 14133010432 224175 33554432000 4194304 4196468 140725238434928 140691910903040 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12127] ppid=12112 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12127/stat : 12127 (java) S 12112 12112 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4509431 14133010432 224175 33554432000 4194304 4196468 140725238434928 140691909851600 140692451317659 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12128] ppid=12112 vsize=13801768 CPUtime=2.68 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12128/stat : 12128 (java) S 12112 12112 7102 0 -1 1077944384 6954 0 0 0 267 1 0 0 20 0 28 0 4509431 14133010432 224175 33554432000 4194304 4196468 140725238434928 140691908798704 140692451310210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12129] ppid=12112 vsize=13801768 CPUtime=2.9 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12129/stat : 12129 (java) S 12112 12112 7102 0 -1 1077944384 8024 0 0 0 288 2 0 0 20 0 28 0 4509431 14133010432 224175 33554432000 4194304 4196468 140725238434928 140691907746160 140692451310210 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12130] ppid=12112 vsize=13801768 CPUtime=2.9 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12130/stat : 12130 (java) S 12112 12112 7102 0 -1 1077944384 8505 0 0 0 288 2 0 0 20 0 28 0 4509431 14133010432 224175 33554432000 4194304 4196468 140725238434928 140691906693104 140692451310210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12131] ppid=12112 vsize=13801768 CPUtime=0.99 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12131/stat : 12131 (java) S 12112 12112 7102 0 -1 1077944384 4614 0 0 0 98 1 0 0 20 0 28 0 4509431 14133010432 224175 33554432000 4194304 4196468 140725238434928 140691905640560 140692451310210 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 13 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12132] ppid=12112 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12132/stat : 12132 (java) S 12112 12112 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4509431 14133010432 224175 33554432000 4194304 4196468 140725238434928 140691904588768 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12133] ppid=12112 vsize=13801768 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12133/stat : 12133 (java) S 12112 12112 7102 0 -1 1077944384 483 0 0 0 9 5 0 0 20 0 28 0 4509431 14133010432 224175 33554432000 4194304 4196468 140725238434928 140691903536304 140692451310210 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 11 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12134] ppid=12112 vsize=13801768 CPUtime=297.78 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12134/stat : 12134 (java) R 12112 12112 7102 0 -1 4202560 1116 0 0 0 29777 1 0 0 20 0 28 0 4509529 14133010432 224175 33554432000 4194304 4196468 140725238434928 140691896019816 140692079203368 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12135] ppid=12112 vsize=13801768 CPUtime=299.54 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12135/stat : 12135 (java) R 12112 12112 7102 0 -1 4202560 1266 0 0 0 29953 1 0 0 20 0 28 0 4509529 14133010432 224175 33554432000 4194304 4196468 140725238434928 140691894969304 140692079203203 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12136] ppid=12112 vsize=13801768 CPUtime=297.8 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12136/stat : 12136 (java) R 12112 12112 7102 0 -1 4202560 2529 0 0 0 29776 4 0 0 20 0 28 0 4509529 14133010432 224175 33554432000 4194304 4196468 140725238434928 140691893918336 140692079724272 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12137] ppid=12112 vsize=13801768 CPUtime=297.87 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12137/stat : 12137 (java) R 12112 12112 7102 0 -1 4202560 2821 0 0 0 29780 7 0 0 20 0 28 0 4509529 14133010432 224175 33554432000 4194304 4196468 140725238434928 140691892862720 140692079724141 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12138] ppid=12112 vsize=13801768 CPUtime=298.52 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12138/stat : 12138 (java) R 12112 12112 7102 0 -1 4202560 1752 0 0 0 29850 2 0 0 20 0 28 0 4509529 14133010432 224175 33554432000 4194304 4196468 140725238434928 140691891809752 140692078563846 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12139] ppid=12112 vsize=13801768 CPUtime=297.84 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12139/stat : 12139 (java) R 12112 12112 7102 0 -1 4202560 617 0 0 0 29784 0 0 0 20 0 28 0 4509529 14133010432 224175 33554432000 4194304 4196468 140725238434928 140691890757208 140692078563715 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12140] ppid=12112 vsize=13801768 CPUtime=298.48 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12140/stat : 12140 (java) R 12112 12112 7102 0 -1 4202560 868 0 0 0 29846 2 0 0 20 0 28 0 4509529 14133010432 224175 33554432000 4194304 4196468 140725238434928 140691889705432 140692078401476 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12141] ppid=12112 vsize=13801768 CPUtime=299.26 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12141/stat : 12141 (java) R 12112 12112 7102 0 -1 4202560 1157 0 0 0 29925 1 0 0 20 0 28 0 4509529 14133010432 224175 33554432000 4194304 4196468 140725238434928 140691888652888 140692079033493 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
Current children cumulated CPU time (s) 2400.21
Current children cumulated vsize (KiB) 13811280

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+302.102 s]
/proc/loadavg: 16.03 15.59 14.50 17/300 12263
/proc/meminfo: memFree=30598212/32770624 swapFree=5656/330576
[pid=12112] ppid=12109 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12112/stat : 12112 (xcsp3-exec) S 12109 12112 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4509422 9740288 346 33554432000 4194304 5098028 140724437804256 140724437802360 139909940003452 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 10272768 140724437808270 140724437808480 140724437808480 140724437811179 0
/proc/12112/statm: 2378 346 289 221 0 87 0
[pid=12113] ppid=12112 vsize=13801768 CPUtime=2400.21 cores=0,2,4,6,8,10,12,14
/proc/12113/stat : 12113 (java) S 12112 12112 7102 0 -1 1077944320 59389 0 0 0 239876 145 0 0 20 0 28 0 4509422 14133010432 224175 33554432000 4194304 4196468 140725238434928 140725238417472 140692451299063 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
/proc/12113/statm: 3450442 224175 3287 1 0 3437675 0
[pid=12113/tid=12114] ppid=12112 vsize=13801768 CPUtime=1.01 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12114/stat : 12114 (java) S 12112 12112 7102 0 -1 1077944384 6862 0 0 0 96 5 0 0 20 0 28 0 4509422 14133010432 224175 33554432000 4194304 4196468 140725238434928 140692455539840 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12116] ppid=12112 vsize=13801768 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12116/stat : 12116 (java) S 12112 12112 7102 0 -1 1077944384 985 0 0 0 16 12 0 0 20 0 28 0 4509423 14133010432 224175 33554432000 4194304 4196468 140725238434928 140692403919888 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12117] ppid=12112 vsize=13801768 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12117/stat : 12117 (java) S 12112 12112 7102 0 -1 1077944384 1650 0 0 0 15 13 0 0 20 0 28 0 4509423 14133010432 224175 33554432000 4194304 4196468 140725238434928 140692402867344 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12118] ppid=12112 vsize=13801768 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12118/stat : 12118 (java) S 12112 12112 7102 0 -1 1077944384 1510 0 0 0 14 12 0 0 20 0 28 0 4509423 14133010432 224175 33554432000 4194304 4196468 140725238434928 140692401814288 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12119] ppid=12112 vsize=13801768 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12119/stat : 12119 (java) S 12112 12112 7102 0 -1 1077944384 1633 0 0 0 15 12 0 0 20 0 28 0 4509423 14133010432 224175 33554432000 4194304 4196468 140725238434928 140692400761744 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12120] ppid=12112 vsize=13801768 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12120/stat : 12120 (java) S 12112 12112 7102 0 -1 1077944384 684 0 0 0 15 12 0 0 20 0 28 0 4509423 14133010432 224175 33554432000 4194304 4196468 140725238434928 140692399708688 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12121] ppid=12112 vsize=13801768 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12121/stat : 12121 (java) S 12112 12112 7102 0 -1 1077944384 415 0 0 0 15 12 0 0 20 0 28 0 4509423 14133010432 224175 33554432000 4194304 4196468 140725238434928 140692398656144 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12122] ppid=12112 vsize=13801768 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12122/stat : 12122 (java) S 12112 12112 7102 0 -1 1077944384 744 0 0 0 15 13 0 0 20 0 28 0 4509423 14133010432 224175 33554432000 4194304 4196468 140725238434928 140692397603088 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12123] ppid=12112 vsize=13801768 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12123/stat : 12123 (java) S 12112 12112 7102 0 -1 1077944384 532 0 0 0 15 11 0 0 20 0 28 0 4509423 14133010432 224175 33554432000 4194304 4196468 140725238434928 140692396550544 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12124] ppid=12112 vsize=13801768 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12124/stat : 12124 (java) S 12112 12112 7102 0 -1 1077944384 2345 0 0 0 5 5 0 0 20 0 28 0 4509426 14133010432 224175 33554432000 4194304 4196468 140725238434928 140691913009904 140692451310210 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12125] ppid=12112 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12125/stat : 12125 (java) S 12112 12112 7102 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 28 0 4509426 14133010432 224175 33554432000 4194304 4196468 140725238434928 140691911956192 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12126] ppid=12112 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12126/stat : 12126 (java) S 12112 12112 7102 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 4509427 14133010432 224175 33554432000 4194304 4196468 140725238434928 140691910903040 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12127] ppid=12112 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12127/stat : 12127 (java) S 12112 12112 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4509431 14133010432 224175 33554432000 4194304 4196468 140725238434928 140691909851600 140692451317659 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12128] ppid=12112 vsize=13801768 CPUtime=2.68 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12128/stat : 12128 (java) S 12112 12112 7102 0 -1 1077944384 6954 0 0 0 267 1 0 0 20 0 28 0 4509431 14133010432 224175 33554432000 4194304 4196468 140725238434928 140691908798704 140692451310210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12129] ppid=12112 vsize=13801768 CPUtime=2.9 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12129/stat : 12129 (java) S 12112 12112 7102 0 -1 1077944384 8024 0 0 0 288 2 0 0 20 0 28 0 4509431 14133010432 224175 33554432000 4194304 4196468 140725238434928 140691907746160 140692451310210 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12130] ppid=12112 vsize=13801768 CPUtime=2.9 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12130/stat : 12130 (java) S 12112 12112 7102 0 -1 1077944384 8505 0 0 0 288 2 0 0 20 0 28 0 4509431 14133010432 224175 33554432000 4194304 4196468 140725238434928 140691906693104 140692451310210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12131] ppid=12112 vsize=13801768 CPUtime=0.99 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12131/stat : 12131 (java) S 12112 12112 7102 0 -1 1077944384 4614 0 0 0 98 1 0 0 20 0 28 0 4509431 14133010432 224175 33554432000 4194304 4196468 140725238434928 140691905640560 140692451310210 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 13 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12132] ppid=12112 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12132/stat : 12132 (java) S 12112 12112 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4509431 14133010432 224175 33554432000 4194304 4196468 140725238434928 140691904588768 140692451309269 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12133] ppid=12112 vsize=13801768 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12133/stat : 12133 (java) S 12112 12112 7102 0 -1 1077944384 483 0 0 0 9 5 0 0 20 0 28 0 4509431 14133010432 224175 33554432000 4194304 4196468 140725238434928 140691903536304 140692451310210 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 11 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12134] ppid=12112 vsize=13801768 CPUtime=297.78 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12134/stat : 12134 (java) R 12112 12112 7102 0 -1 4202560 1116 0 0 0 29777 1 0 0 20 0 28 0 4509529 14133010432 224175 33554432000 4194304 4196468 140725238434928 140691896019816 140692079203368 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12135] ppid=12112 vsize=13801768 CPUtime=299.54 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12135/stat : 12135 (java) R 12112 12112 7102 0 -1 4202560 1266 0 0 0 29953 1 0 0 20 0 28 0 4509529 14133010432 224175 33554432000 4194304 4196468 140725238434928 140691894969304 140692079203203 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12136] ppid=12112 vsize=13801768 CPUtime=297.8 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12136/stat : 12136 (java) R 12112 12112 7102 0 -1 4202560 2529 0 0 0 29776 4 0 0 20 0 28 0 4509529 14133010432 224175 33554432000 4194304 4196468 140725238434928 140691893918336 140692079724272 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12137] ppid=12112 vsize=13801768 CPUtime=297.87 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12137/stat : 12137 (java) R 12112 12112 7102 0 -1 4202560 2821 0 0 0 29780 7 0 0 20 0 28 0 4509529 14133010432 224175 33554432000 4194304 4196468 140725238434928 140691892862720 140692079724141 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12138] ppid=12112 vsize=13801768 CPUtime=298.52 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12138/stat : 12138 (java) R 12112 12112 7102 0 -1 4202560 1752 0 0 0 29850 2 0 0 20 0 28 0 4509529 14133010432 224175 33554432000 4194304 4196468 140725238434928 140691891809752 140692078563846 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12139] ppid=12112 vsize=13801768 CPUtime=297.84 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12139/stat : 12139 (java) R 12112 12112 7102 0 -1 4202560 617 0 0 0 29784 0 0 0 20 0 28 0 4509529 14133010432 224175 33554432000 4194304 4196468 140725238434928 140691890757208 140692078563715 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12140] ppid=12112 vsize=13801768 CPUtime=298.48 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12140/stat : 12140 (java) R 12112 12112 7102 0 -1 4202560 868 0 0 0 29846 2 0 0 20 0 28 0 4509529 14133010432 224175 33554432000 4194304 4196468 140725238434928 140691889705432 140692078401476 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
[pid=12113/tid=12141] ppid=12112 vsize=13801768 CPUtime=299.26 cores=0,2,4,6,8,10,12,14
/proc/12113/task/12141/stat : 12141 (java) R 12112 12112 7102 0 -1 4202560 1157 0 0 0 29925 1 0 0 20 0 28 0 4509529 14133010432 224175 33554432000 4194304 4196468 140725238434928 140691888652888 140692079033493 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 36376576 140725238441148 140725238441324 140725238441324 140725238443983 0
Current children cumulated CPU time (s) 2400.21
Current children cumulated vsize (KiB) 13811280

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12112 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=1582
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1582
# CPU time returned by wait4() is 0.003164
# while last known CPU time is 2400.21
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 302.112
CPU time (s): 2400.21
CPU user time (s): 2398.76
CPU system time (s): 1.45
CPU usage (%): 794.476
Max. virtual memory (cumulated for all children) (KiB): 13811280

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

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.72535 second user time and 4.61446 second system time

The end

Launcher Data

Begin job on node130 at 2017-07-22 05:00:19
IDJOB=4248535
IDBENCH=133712
IDSOLVER=2626
FILE ID=node130/4248535-1500692419
RUNJOBID= node130-1500684118-8559
PBS_JOBID= 20623029
Free space on /tmp= 61952 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/BusScheduling/BusScheduling-cnt-s1/BusScheduling-cnt-r5.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 10000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248535-1500692419/watcher-4248535-1500692419 -o /tmp/evaluation-result-4248535-1500692419/solver-4248535-1500692419 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node130-1500684118-8559 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1351744796 HOME/instance-4248535-1500692419.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 13c07461cd5d6cd59c34e2b3a9f24c58
RANDOM SEED=1351744796

node130.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/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		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.34
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	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.34
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	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.34
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	: 8
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		: 2267.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.34
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	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
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	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
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	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
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	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        29507548 kB
MemAvailable:   29717076 kB
Buffers:          118744 kB
Cached:           372024 kB
SwapCached:            0 kB
Active:          2486824 kB
Inactive:         339020 kB
Active(anon):    2337364 kB
Inactive(anon):     8888 kB
Active(file):     149460 kB
Inactive(file):   330132 kB
Unevictable:        5656 kB
Mlocked:            5656 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7708 kB
Writeback:             0 kB
AnonPages:       2432016 kB
Mapped:            42668 kB
Shmem:              8844 kB
Slab:             125504 kB
SReclaimable:      91544 kB
SUnreclaim:        33960 kB
KernelStack:        5216 kB
PageTables:        10264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3192772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2308096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 61944 MiB
End job on node130 at 2017-07-22 05:05:21