Trace number 4244556

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.64 302.212

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-030-20-8.xml
MD5SUM754bcb27478aff360ffbb606538dde42
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 variables630
Number of constraints650
Number of domains1
Minimum domain size2113
Maximum domain size2113
Distribution of domain sizes[{"size":2113,"count":630}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":600}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":30},{"arity":2,"count":600},{"arity":30,"count":20}]
Number of extensional constraints0
Number of intensional constraints630
Distribution of constraint types[{"type":"intension","count":630},{"type":"noOverlap","count":20}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4244556-1500683861.xml"  -tl '2400s' -p 8 -x 3
0.00/0.23	c [HOME/instance-4244556-1500683861.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.31	c 8 solvers in parallel
0.00/0.39	c parse instance...
3.76/1.24	c solve instance...
2400.64/302.24	s UNKNOWN
2400.64/302.24	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-4244556-1500683861/watcher-4244556-1500683861 -o /tmp/evaluation-result-4244556-1500683861/solver-4244556-1500683861 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node105-1500682495-14657 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1425857792 HOME/instance-4244556-1500683861.xml 

pid=16111
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.98 15.53 11.77 10/270 16114
/proc/meminfo: memFree=31745784/32770624 swapFree=5972/217016
[pid=16114] ppid=16111 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16114/stat : 16114 (xcsp3-exec) S 16111 16114 14626 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3655555 9740288 345 33554432000 4194304 5098028 140726214745264 140726214743368 139822084600444 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 10911744 140726214747278 140726214747488 140726214747488 140726214750187 0
/proc/16114/statm: 2378 345 289 221 0 87 0

[startup+0.100103 s]
/proc/loadavg: 15.98 15.53 11.77 10/270 16114
/proc/meminfo: memFree=31745784/32770624 swapFree=5972/217016
[pid=16114] ppid=16111 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16114/stat : 16114 (xcsp3-exec) S 16111 16114 14626 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3655555 9740288 345 33554432000 4194304 5098028 140726214745264 140726214743368 139822084600444 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 10911744 140726214747278 140726214747488 140726214747488 140726214750187 0
/proc/16114/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200304 s]
/proc/loadavg: 15.98 15.53 11.77 10/270 16114
/proc/meminfo: memFree=31745784/32770624 swapFree=5972/217016
[pid=16114] ppid=16111 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16114/stat : 16114 (xcsp3-exec) S 16111 16114 14626 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3655555 9740288 345 33554432000 4194304 5098028 140726214745264 140726214743368 139822084600444 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 10911744 140726214747278 140726214747488 140726214747488 140726214750187 0
/proc/16114/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300308 s]
/proc/loadavg: 15.98 15.53 11.77 10/270 16114
/proc/meminfo: memFree=31745784/32770624 swapFree=5972/217016
[pid=16114] ppid=16111 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16114/stat : 16114 (xcsp3-exec) S 16111 16114 14626 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3655555 9740288 345 33554432000 4194304 5098028 140726214745264 140726214743368 139822084600444 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 10911744 140726214747278 140726214747488 140726214747488 140726214750187 0
/proc/16114/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700195 s]
/proc/loadavg: 15.98 15.53 11.77 10/270 16114
/proc/meminfo: memFree=31745784/32770624 swapFree=5972/217016
[pid=16114] ppid=16111 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16114/stat : 16114 (xcsp3-exec) S 16111 16114 14626 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3655555 9740288 345 33554432000 4194304 5098028 140726214745264 140726214743368 139822084600444 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 10911744 140726214747278 140726214747488 140726214747488 140726214750187 0
/proc/16114/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.501 s]
/proc/loadavg: 15.98 15.53 11.77 13/291 16135
/proc/meminfo: memFree=31603664/32770624 swapFree=5972/217048
[pid=16114] ppid=16111 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16114/stat : 16114 (xcsp3-exec) S 16111 16114 14626 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3655555 9740288 345 33554432000 4194304 5098028 140726214745264 140726214743368 139822084600444 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 10911744 140726214747278 140726214747488 140726214747488 140726214750187 0
/proc/16114/statm: 2378 345 289 221 0 87 0
[pid=16115] ppid=16114 vsize=13801768 CPUtime=5.83 cores=0,2,4,6,8,10,12,14
/proc/16115/stat : 16115 (java) S 16114 16114 14626 0 -1 1077944320 24811 0 0 0 564 19 0 0 20 0 28 0 3655555 14133010432 55222 33554432000 4194304 4196468 140735633120848 140735633103392 139944406245111 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
/proc/16115/statm: 3450442 55222 3256 1 0 3437675 0
[pid=16115/tid=16116] ppid=16114 vsize=13801768 CPUtime=1.19 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16116/stat : 16116 (java) S 16114 16114 14626 0 -1 1077944384 8835 0 0 0 114 5 0 0 20 0 28 0 3655556 14133010432 55222 33554432000 4194304 4196468 140735633120848 139944410485888 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16118] ppid=16114 vsize=13801768 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16118/stat : 16118 (java) S 16114 16114 14626 0 -1 1077944384 88 0 0 0 1 1 0 0 20 0 28 0 3655557 14133010432 55222 33554432000 4194304 4196468 140735633120848 139944338381584 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16119] ppid=16114 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16119/stat : 16119 (java) S 16114 16114 14626 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 3655557 14133010432 55222 33554432000 4194304 4196468 140735633120848 139944337329040 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16120] ppid=16114 vsize=13801768 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16120/stat : 16120 (java) S 16114 16114 14626 0 -1 1077944384 35 0 0 0 1 1 0 0 20 0 28 0 3655557 14133010432 55222 33554432000 4194304 4196468 140735633120848 139944336276496 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16121] ppid=16114 vsize=13801768 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16121/stat : 16121 (java) S 16114 16114 14626 0 -1 1077944384 15 0 0 0 1 0 0 0 20 0 28 0 3655557 14133010432 55222 33554432000 4194304 4196468 140735633120848 139944335223952 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16122] ppid=16114 vsize=13801768 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16122/stat : 16122 (java) S 16114 16114 14626 0 -1 1077944384 160 0 0 0 1 1 0 0 20 0 28 0 3655557 14133010432 55222 33554432000 4194304 4196468 140735633120848 139944334170384 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16123] ppid=16114 vsize=13801768 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16123/stat : 16123 (java) S 16114 16114 14626 0 -1 1077944384 138 0 0 0 1 1 0 0 20 0 28 0 3655557 14133010432 55222 33554432000 4194304 4196468 140735633120848 139944333117840 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16124] ppid=16114 vsize=13801768 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16124/stat : 16124 (java) S 16114 16114 14626 0 -1 1077944384 53 0 0 0 1 1 0 0 20 0 28 0 3655557 14133010432 55222 33554432000 4194304 4196468 140735633120848 139944332065296 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16125] ppid=16114 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16125/stat : 16125 (java) S 16114 16114 14626 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 3655557 14133010432 55222 33554432000 4194304 4196468 140735633120848 139944331012752 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16126] ppid=16114 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16126/stat : 16126 (java) S 16114 16114 14626 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 28 0 3655559 14133010432 55222 33554432000 4194304 4196468 140735633120848 139943868471792 139944406256258 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16127] ppid=16114 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16127/stat : 16127 (java) S 16114 16114 14626 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 28 0 3655560 14133010432 55222 33554432000 4194304 4196468 140735633120848 139943867418080 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16128] ppid=16114 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16128/stat : 16128 (java) S 16114 16114 14626 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 28 0 3655560 14133010432 55222 33554432000 4194304 4196468 140735633120848 139943866365424 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16129] ppid=16114 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16129/stat : 16129 (java) S 16114 16114 14626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3655564 14133010432 55222 33554432000 4194304 4196468 140735633120848 139943865314000 139944406263707 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16130] ppid=16114 vsize=13801768 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16130/stat : 16130 (java) R 16114 16114 14626 0 -1 4202560 3362 0 0 0 75 1 0 0 20 0 28 0 3655564 14133010432 55222 33554432000 4194304 4196468 140735633120848 139943864241256 139944398962263 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16131] ppid=16114 vsize=13801768 CPUtime=0.82 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16131/stat : 16131 (java) D 16114 16114 14626 0 -1 4202560 3490 0 0 0 81 1 0 0 20 0 28 0 3655564 14133010432 55222 33554432000 4194304 4196468 140735633120848 139943863189848 139944398482238 0 4 0 16800975 18446744071582151416 0 0 -1 10 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16132] ppid=16114 vsize=13801768 CPUtime=0.78 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16132/stat : 16132 (java) D 16114 16114 14626 0 -1 4202560 3463 0 0 0 77 1 0 0 20 0 28 0 3655564 14133010432 55222 33554432000 4194304 4196468 140735633120848 139943862141768 139944398534493 0 4 0 16800975 18446744071582151416 0 0 -1 6 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16133] ppid=16114 vsize=13801768 CPUtime=0.71 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16133/stat : 16133 (java) S 16114 16114 14626 0 -1 1077944384 3252 0 0 0 70 1 0 0 20 0 28 0 3655564 14133010432 55222 33554432000 4194304 4196468 140735633120848 139943861102960 139944406256258 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16134] ppid=16114 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16134/stat : 16134 (java) S 16114 16114 14626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3655565 14133010432 55222 33554432000 4194304 4196468 140735633120848 139943860050656 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16135] ppid=16114 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16135/stat : 16135 (java) S 16114 16114 14626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3655565 14133010432 55222 33554432000 4194304 4196468 140735633120848 139943791815600 139944406256258 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 13811280

[startup+3.10147 s]
/proc/loadavg: 16.22 15.58 11.81 20/299 16143
/proc/meminfo: memFree=31497012/32770624 swapFree=5972/217048
[pid=16114] ppid=16111 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16114/stat : 16114 (xcsp3-exec) S 16111 16114 14626 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3655555 9740288 345 33554432000 4194304 5098028 140726214745264 140726214743368 139822084600444 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 10911744 140726214747278 140726214747488 140726214747488 140726214750187 0
/proc/16114/statm: 2378 345 289 221 0 87 0
[pid=16115] ppid=16114 vsize=13801768 CPUtime=18.58 cores=0,2,4,6,8,10,12,14
/proc/16115/stat : 16115 (java) S 16114 16114 14626 0 -1 1077944320 37265 0 0 0 1837 21 0 0 20 0 28 0 3655555 14133010432 65794 33554432000 4194304 4196468 140735633120848 140735633103392 139944406245111 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
/proc/16115/statm: 3450442 65794 3263 1 0 3437675 0
[pid=16115/tid=16116] ppid=16114 vsize=13801768 CPUtime=1.19 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16116/stat : 16116 (java) S 16114 16114 14626 0 -1 1077944384 8835 0 0 0 114 5 0 0 20 0 28 0 3655556 14133010432 65794 33554432000 4194304 4196468 140735633120848 139944410485888 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16118] ppid=16114 vsize=13801768 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16118/stat : 16118 (java) S 16114 16114 14626 0 -1 1077944384 88 0 0 0 1 1 0 0 20 0 28 0 3655557 14133010432 65794 33554432000 4194304 4196468 140735633120848 139944338381584 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16119] ppid=16114 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16119/stat : 16119 (java) S 16114 16114 14626 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 3655557 14133010432 65794 33554432000 4194304 4196468 140735633120848 139944337329040 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16120] ppid=16114 vsize=13801768 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16120/stat : 16120 (java) S 16114 16114 14626 0 -1 1077944384 35 0 0 0 1 1 0 0 20 0 28 0 3655557 14133010432 65794 33554432000 4194304 4196468 140735633120848 139944336276496 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16121] ppid=16114 vsize=13801768 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16121/stat : 16121 (java) S 16114 16114 14626 0 -1 1077944384 15 0 0 0 1 0 0 0 20 0 28 0 3655557 14133010432 65794 33554432000 4194304 4196468 140735633120848 139944335223952 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16122] ppid=16114 vsize=13801768 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16122/stat : 16122 (java) S 16114 16114 14626 0 -1 1077944384 160 0 0 0 1 1 0 0 20 0 28 0 3655557 14133010432 65794 33554432000 4194304 4196468 140735633120848 139944334170384 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16123] ppid=16114 vsize=13801768 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16123/stat : 16123 (java) S 16114 16114 14626 0 -1 1077944384 138 0 0 0 1 1 0 0 20 0 28 0 3655557 14133010432 65794 33554432000 4194304 4196468 140735633120848 139944333117840 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16124] ppid=16114 vsize=13801768 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16124/stat : 16124 (java) S 16114 16114 14626 0 -1 1077944384 53 0 0 0 1 1 0 0 20 0 28 0 3655557 14133010432 65794 33554432000 4194304 4196468 140735633120848 139944332065296 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16125] ppid=16114 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16125/stat : 16125 (java) S 16114 16114 14626 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 3655557 14133010432 65794 33554432000 4194304 4196468 140735633120848 139944331012752 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16126] ppid=16114 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16126/stat : 16126 (java) S 16114 16114 14626 0 -1 1077944384 156 0 0 0 0 0 0 0 20 0 28 0 3655559 14133010432 65794 33554432000 4194304 4196468 140735633120848 139943868471792 139944406256258 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16127] ppid=16114 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16127/stat : 16127 (java) S 16114 16114 14626 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 28 0 3655560 14133010432 65794 33554432000 4194304 4196468 140735633120848 139943867418080 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16128] ppid=16114 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16128/stat : 16128 (java) S 16114 16114 14626 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 28 0 3655560 14133010432 65794 33554432000 4194304 4196468 140735633120848 139943866365424 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16129] ppid=16114 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16129/stat : 16129 (java) S 16114 16114 14626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3655564 14133010432 65794 33554432000 4194304 4196468 140735633120848 139943865314000 139944406263707 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16130] ppid=16114 vsize=13801768 CPUtime=1.82 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16130/stat : 16130 (java) R 16114 16114 14626 0 -1 4202560 5773 0 0 0 181 1 0 0 20 0 28 0 3655564 14133010432 65794 33554432000 4194304 4196468 140735633120848 139943864247008 139944384221504 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16131] ppid=16114 vsize=13801768 CPUtime=1.83 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16131/stat : 16131 (java) R 16114 16114 14626 0 -1 4202560 7436 0 0 0 182 1 0 0 20 0 28 0 3655564 14133010432 65794 33554432000 4194304 4196468 140735633120848 139943863189648 139944389771582 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16132] ppid=16114 vsize=13801768 CPUtime=1.92 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16132/stat : 16132 (java) R 16114 16114 14626 0 -1 4202560 8017 0 0 0 190 2 0 0 20 0 28 0 3655564 14133010432 65794 33554432000 4194304 4196468 140735633120848 139943862141856 139944387769988 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16133] ppid=16114 vsize=13801768 CPUtime=0.85 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16133/stat : 16133 (java) S 16114 16114 14626 0 -1 1077944384 4067 0 0 0 83 2 0 0 20 0 28 0 3655564 14133010432 65794 33554432000 4194304 4196468 140735633120848 139943861102960 139944406256258 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16134] ppid=16114 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16134/stat : 16134 (java) S 16114 16114 14626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3655565 14133010432 65794 33554432000 4194304 4196468 140735633120848 139943860050656 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16135] ppid=16114 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16135/stat : 16135 (java) S 16114 16114 14626 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 3655565 14133010432 65794 33554432000 4194304 4196468 140735633120848 139943791815600 139944406256258 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16136] ppid=16114 vsize=13801768 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16136/stat : 16136 (java) R 16114 16114 14626 0 -1 4202560 107 0 0 0 136 0 0 0 20 0 28 0 3655681 14133010432 65794 33554432000 4194304 4196468 140735633120848 139943783799592 139944017840502 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16137] ppid=16114 vsize=13801768 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16137/stat : 16137 (java) R 16114 16114 14626 0 -1 4202560 78 0 0 0 136 0 0 0 20 0 28 0 3655681 14133010432 65794 33554432000 4194304 4196468 140735633120848 139943782748784 139944017840402 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16138] ppid=16114 vsize=13801768 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16138/stat : 16138 (java) R 16114 16114 14626 0 -1 4202560 67 0 0 0 137 0 0 0 20 0 28 0 3655681 14133010432 65794 33554432000 4194304 4196468 140735633120848 139943781693832 139944017840181 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16139] ppid=16114 vsize=13801768 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16139/stat : 16139 (java) R 16114 16114 14626 0 -1 4202560 321 0 0 0 137 0 0 0 20 0 28 0 3655681 14133010432 65794 33554432000 4194304 4196468 140735633120848 139943780641176 139944017840300 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16140] ppid=16114 vsize=13801768 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16140/stat : 16140 (java) R 16114 16114 14626 0 -1 4202560 89 0 0 0 128 0 0 0 20 0 28 0 3655681 14133010432 65794 33554432000 4194304 4196468 140735633120848 139943779588632 139944010063569 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16141] ppid=16114 vsize=13801768 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16141/stat : 16141 (java) R 16114 16114 14626 0 -1 4202560 93 0 0 0 128 0 0 0 20 0 28 0 3655681 14133010432 65794 33554432000 4194304 4196468 140735633120848 139943778539088 139944017840067 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16142] ppid=16114 vsize=13801768 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16142/stat : 16142 (java) R 16114 16114 14626 0 -1 4202560 307 0 0 0 143 0 0 0 20 0 28 0 3655681 14133010432 65794 33554432000 4194304 4196468 140735633120848 139943777483264 139944017840392 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16143] ppid=16114 vsize=13801768 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16143/stat : 16143 (java) R 16114 16114 14626 0 -1 4202560 58 0 0 0 126 0 0 0 20 0 28 0 3655681 14133010432 65794 33554432000 4194304 4196468 140735633120848 139943776434680 139944017840366 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
Current children cumulated CPU time (s) 18.58
Current children cumulated vsize (KiB) 13811280

[startup+6.30141 s]
/proc/loadavg: 16.22 15.58 11.81 17/299 16143
/proc/meminfo: memFree=31497564/32770624 swapFree=5972/217068
[pid=16114] ppid=16111 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16114/stat : 16114 (xcsp3-exec) S 16111 16114 14626 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3655555 9740288 345 33554432000 4194304 5098028 140726214745264 140726214743368 139822084600444 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 10911744 140726214747278 140726214747488 140726214747488 140726214750187 0
/proc/16114/statm: 2378 345 289 221 0 87 0
[pid=16115] ppid=16114 vsize=13801768 CPUtime=43.91 cores=0,2,4,6,8,10,12,14
/proc/16115/stat : 16115 (java) S 16114 16114 14626 0 -1 1077944320 41777 0 0 0 4367 24 0 0 20 0 28 0 3655555 14133010432 64807 33554432000 4194304 4196468 140735633120848 140735633103392 139944406245111 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
/proc/16115/statm: 3450442 64807 3268 1 0 3437675 0
[pid=16115/tid=16116] ppid=16114 vsize=13801768 CPUtime=1.19 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16116/stat : 16116 (java) S 16114 16114 14626 0 -1 1077944384 8835 0 0 0 114 5 0 0 20 0 28 0 3655556 14133010432 64807 33554432000 4194304 4196468 140735633120848 139944410485888 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16118] ppid=16114 vsize=13801768 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16118/stat : 16118 (java) S 16114 16114 14626 0 -1 1077944384 88 0 0 0 1 1 0 0 20 0 28 0 3655557 14133010432 64807 33554432000 4194304 4196468 140735633120848 139944338381584 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16119] ppid=16114 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16119/stat : 16119 (java) S 16114 16114 14626 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 3655557 14133010432 64807 33554432000 4194304 4196468 140735633120848 139944337329040 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16120] ppid=16114 vsize=13801768 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16120/stat : 16120 (java) S 16114 16114 14626 0 -1 1077944384 35 0 0 0 1 1 0 0 20 0 28 0 3655557 14133010432 64807 33554432000 4194304 4196468 140735633120848 139944336276496 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16121] ppid=16114 vsize=13801768 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16121/stat : 16121 (java) S 16114 16114 14626 0 -1 1077944384 15 0 0 0 1 0 0 0 20 0 28 0 3655557 14133010432 64807 33554432000 4194304 4196468 140735633120848 139944335223952 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0

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

[pid=16115/tid=16142] ppid=16114 vsize=13801768 CPUtime=218.76 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16142/stat : 16142 (java) R 16114 16114 14626 0 -1 4202560 932 0 0 0 21876 0 0 0 20 0 28 0 3655681 14133010432 105155 33554432000 4194304 4196468 140735633120848 139943777484752 139944020411225 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16143] ppid=16114 vsize=13801768 CPUtime=219.16 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16143/stat : 16143 (java) R 16114 16114 14626 0 -1 4202560 1279 0 0 0 21916 0 0 0 20 0 28 0 3655681 14133010432 105155 33554432000 4194304 4196468 140735633120848 139943776432456 139944020411454 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
Current children cumulated CPU time (s) 1764.4
Current children cumulated vsize (KiB) 13811280

[startup+282.301 s]
/proc/loadavg: 16.06 15.76 12.85 17/302 16268
/proc/meminfo: memFree=30288728/32770624 swapFree=5972/217372
[pid=16114] ppid=16111 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16114/stat : 16114 (xcsp3-exec) S 16111 16114 14626 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3655555 9740288 345 33554432000 4194304 5098028 140726214745264 140726214743368 139822084600444 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 10911744 140726214747278 140726214747488 140726214747488 140726214750187 0
/proc/16114/statm: 2378 345 289 221 0 87 0
[pid=16115] ppid=16114 vsize=13801768 CPUtime=2242.13 cores=0,2,4,6,8,10,12,14
/proc/16115/stat : 16115 (java) S 16114 16114 14626 0 -1 1077944320 104497 0 0 0 224103 110 0 0 20 0 28 0 3655555 14133010432 88882 33554432000 4194304 4196468 140735633120848 140735633103392 139944406245111 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
/proc/16115/statm: 3450442 88882 3283 1 0 3437675 0
[pid=16115/tid=16116] ppid=16114 vsize=13801768 CPUtime=1.19 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16116/stat : 16116 (java) S 16114 16114 14626 0 -1 1077944384 8835 0 0 0 114 5 0 0 20 0 28 0 3655556 14133010432 88882 33554432000 4194304 4196468 140735633120848 139944410485888 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16118] ppid=16114 vsize=13801768 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16118/stat : 16118 (java) S 16114 16114 14626 0 -1 1077944384 1376 0 0 0 15 9 0 0 20 0 28 0 3655557 14133010432 88882 33554432000 4194304 4196468 140735633120848 139944338381584 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16119] ppid=16114 vsize=13801768 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16119/stat : 16119 (java) S 16114 16114 14626 0 -1 1077944384 497 0 0 0 13 7 0 0 20 0 28 0 3655557 14133010432 88882 33554432000 4194304 4196468 140735633120848 139944337329040 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16120] ppid=16114 vsize=13801768 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16120/stat : 16120 (java) S 16114 16114 14626 0 -1 1077944384 543 0 0 0 14 8 0 0 20 0 28 0 3655557 14133010432 88882 33554432000 4194304 4196468 140735633120848 139944336276496 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16121] ppid=16114 vsize=13801768 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16121/stat : 16121 (java) S 16114 16114 14626 0 -1 1077944384 266 0 0 0 13 9 0 0 20 0 28 0 3655557 14133010432 88882 33554432000 4194304 4196468 140735633120848 139944335223952 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16122] ppid=16114 vsize=13801768 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16122/stat : 16122 (java) S 16114 16114 14626 0 -1 1077944384 876 0 0 0 14 8 0 0 20 0 28 0 3655557 14133010432 88882 33554432000 4194304 4196468 140735633120848 139944334170384 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16123] ppid=16114 vsize=13801768 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16123/stat : 16123 (java) S 16114 16114 14626 0 -1 1077944384 1495 0 0 0 13 8 0 0 20 0 28 0 3655557 14133010432 88882 33554432000 4194304 4196468 140735633120848 139944333117840 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16124] ppid=16114 vsize=13801768 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16124/stat : 16124 (java) S 16114 16114 14626 0 -1 1077944384 846 0 0 0 15 8 0 0 20 0 28 0 3655557 14133010432 88882 33554432000 4194304 4196468 140735633120848 139944332065296 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16125] ppid=16114 vsize=13801768 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16125/stat : 16125 (java) S 16114 16114 14626 0 -1 1077944384 1521 0 0 0 14 8 0 0 20 0 28 0 3655557 14133010432 88882 33554432000 4194304 4196468 140735633120848 139944331012752 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16126] ppid=16114 vsize=13801768 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16126/stat : 16126 (java) S 16114 16114 14626 0 -1 1077944384 2032 0 0 0 7 10 0 0 20 0 28 0 3655559 14133010432 88882 33554432000 4194304 4196468 140735633120848 139943868471792 139944406256258 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16127] ppid=16114 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16127/stat : 16127 (java) S 16114 16114 14626 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 28 0 3655560 14133010432 88882 33554432000 4194304 4196468 140735633120848 139943867418080 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16128] ppid=16114 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16128/stat : 16128 (java) S 16114 16114 14626 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 28 0 3655560 14133010432 88882 33554432000 4194304 4196468 140735633120848 139943866365424 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16129] ppid=16114 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16129/stat : 16129 (java) S 16114 16114 14626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3655564 14133010432 88882 33554432000 4194304 4196468 140735633120848 139943865314000 139944406263707 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16130] ppid=16114 vsize=13801768 CPUtime=3.72 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16130/stat : 16130 (java) S 16114 16114 14626 0 -1 1077944384 17531 0 0 0 369 3 0 0 20 0 28 0 3655564 14133010432 88882 33554432000 4194304 4196468 140735633120848 139943864260592 139944406256258 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16131] ppid=16114 vsize=13801768 CPUtime=4.57 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16131/stat : 16131 (java) S 16114 16114 14626 0 -1 1077944384 20219 0 0 0 454 3 0 0 20 0 28 0 3655564 14133010432 88882 33554432000 4194304 4196468 140735633120848 139943863208048 139944406256258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16132] ppid=16114 vsize=13801768 CPUtime=4.25 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16132/stat : 16132 (java) S 16114 16114 14626 0 -1 1077944384 19511 0 0 0 423 2 0 0 20 0 28 0 3655564 14133010432 88882 33554432000 4194304 4196468 140735633120848 139943862155504 139944406256258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16133] ppid=16114 vsize=13801768 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16133/stat : 16133 (java) S 16114 16114 14626 0 -1 1077944384 14431 0 0 0 121 3 0 0 20 0 28 0 3655564 14133010432 88882 33554432000 4194304 4196468 140735633120848 139943861102960 139944406256258 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16134] ppid=16114 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16134/stat : 16134 (java) S 16114 16114 14626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3655565 14133010432 88882 33554432000 4194304 4196468 140735633120848 139943860050656 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16135] ppid=16114 vsize=13801768 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16135/stat : 16135 (java) S 16114 16114 14626 0 -1 1077944384 617 0 0 0 6 4 0 0 20 0 28 0 3655565 14133010432 88882 33554432000 4194304 4196468 140735633120848 139943791815600 139944406256258 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16136] ppid=16114 vsize=13801768 CPUtime=279.31 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16136/stat : 16136 (java) R 16114 16114 14626 0 -1 4202560 1220 0 0 0 27930 1 0 0 20 0 28 0 3655681 14133010432 88882 33554432000 4194304 4196468 140735633120848 139943783800120 139944019374171 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16137] ppid=16114 vsize=13801768 CPUtime=278.39 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16137/stat : 16137 (java) R 16114 16114 14626 0 -1 4202560 1079 0 0 0 27839 0 0 0 20 0 28 0 3655681 14133010432 88882 33554432000 4194304 4196468 140735633120848 139943782748584 139944020411262 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16138] ppid=16114 vsize=13801768 CPUtime=276.65 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16138/stat : 16138 (java) R 16114 16114 14626 0 -1 4202560 2662 0 0 0 27664 1 0 0 20 0 28 0 3655681 14133010432 88882 33554432000 4194304 4196468 140735633120848 139943781697472 139944020411566 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16139] ppid=16114 vsize=13801768 CPUtime=278.12 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16139/stat : 16139 (java) R 16114 16114 14626 0 -1 4202560 2687 0 0 0 27811 1 0 0 20 0 28 0 3655681 14133010432 88882 33554432000 4194304 4196468 140735633120848 139943780642376 139944019374171 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16140] ppid=16114 vsize=13801768 CPUtime=277.77 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16140/stat : 16140 (java) R 16114 16114 14626 0 -1 4202560 1519 0 0 0 27775 2 0 0 20 0 28 0 3655681 14133010432 88882 33554432000 4194304 4196468 140735633120848 139943779589680 139944020411535 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16141] ppid=16114 vsize=13801768 CPUtime=277.23 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16141/stat : 16141 (java) R 16114 16114 14626 0 -1 4202560 1046 0 0 0 27723 0 0 0 20 0 28 0 3655681 14133010432 88882 33554432000 4194304 4196468 140735633120848 139943778537256 139944020411186 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16142] ppid=16114 vsize=13801768 CPUtime=278.62 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16142/stat : 16142 (java) R 16114 16114 14626 0 -1 4202560 992 0 0 0 27862 0 0 0 20 0 28 0 3655681 14133010432 88882 33554432000 4194304 4196468 140735633120848 139943777484840 139944020411518 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16143] ppid=16114 vsize=13801768 CPUtime=278.79 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16143/stat : 16143 (java) R 16114 16114 14626 0 -1 4202560 1338 0 0 0 27879 0 0 0 20 0 28 0 3655681 14133010432 88882 33554432000 4194304 4196468 140735633120848 139943776432296 139944017953259 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
Current children cumulated CPU time (s) 2242.13
Current children cumulated vsize (KiB) 13811280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+302.201 s]
/proc/loadavg: 16.05 15.77 12.91 17/302 16268
/proc/meminfo: memFree=30295884/32770624 swapFree=5972/217376
[pid=16114] ppid=16111 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16114/stat : 16114 (xcsp3-exec) S 16111 16114 14626 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3655555 9740288 345 33554432000 4194304 5098028 140726214745264 140726214743368 139822084600444 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 10911744 140726214747278 140726214747488 140726214747488 140726214750187 0
/proc/16114/statm: 2378 345 289 221 0 87 0
[pid=16115] ppid=16114 vsize=13801768 CPUtime=2400.64 cores=0,2,4,6,8,10,12,14
/proc/16115/stat : 16115 (java) S 16114 16114 14626 0 -1 1077944320 104589 0 0 0 239952 112 0 0 20 0 28 0 3655555 14133010432 86066 33554432000 4194304 4196468 140735633120848 140735633103392 139944406245111 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
/proc/16115/statm: 3450442 86066 3283 1 0 3437675 0
[pid=16115/tid=16116] ppid=16114 vsize=13801768 CPUtime=1.19 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16116/stat : 16116 (java) S 16114 16114 14626 0 -1 1077944384 8835 0 0 0 114 5 0 0 20 0 28 0 3655556 14133010432 86066 33554432000 4194304 4196468 140735633120848 139944410485888 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16118] ppid=16114 vsize=13801768 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16118/stat : 16118 (java) S 16114 16114 14626 0 -1 1077944384 1401 0 0 0 15 9 0 0 20 0 28 0 3655557 14133010432 86066 33554432000 4194304 4196468 140735633120848 139944338381584 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16119] ppid=16114 vsize=13801768 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16119/stat : 16119 (java) S 16114 16114 14626 0 -1 1077944384 500 0 0 0 14 8 0 0 20 0 28 0 3655557 14133010432 86066 33554432000 4194304 4196468 140735633120848 139944337329040 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16120] ppid=16114 vsize=13801768 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16120/stat : 16120 (java) S 16114 16114 14626 0 -1 1077944384 547 0 0 0 15 8 0 0 20 0 28 0 3655557 14133010432 86066 33554432000 4194304 4196468 140735633120848 139944336276496 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16121] ppid=16114 vsize=13801768 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16121/stat : 16121 (java) S 16114 16114 14626 0 -1 1077944384 268 0 0 0 14 9 0 0 20 0 28 0 3655557 14133010432 86066 33554432000 4194304 4196468 140735633120848 139944335223952 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16122] ppid=16114 vsize=13801768 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16122/stat : 16122 (java) S 16114 16114 14626 0 -1 1077944384 898 0 0 0 15 8 0 0 20 0 28 0 3655557 14133010432 86066 33554432000 4194304 4196468 140735633120848 139944334170384 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16123] ppid=16114 vsize=13801768 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16123/stat : 16123 (java) S 16114 16114 14626 0 -1 1077944384 1495 0 0 0 13 8 0 0 20 0 28 0 3655557 14133010432 86066 33554432000 4194304 4196468 140735633120848 139944333117840 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16124] ppid=16114 vsize=13801768 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16124/stat : 16124 (java) S 16114 16114 14626 0 -1 1077944384 856 0 0 0 16 8 0 0 20 0 28 0 3655557 14133010432 86066 33554432000 4194304 4196468 140735633120848 139944332065296 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16125] ppid=16114 vsize=13801768 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16125/stat : 16125 (java) S 16114 16114 14626 0 -1 1077944384 1531 0 0 0 15 8 0 0 20 0 28 0 3655557 14133010432 86066 33554432000 4194304 4196468 140735633120848 139944331012752 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16126] ppid=16114 vsize=13801768 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16126/stat : 16126 (java) S 16114 16114 14626 0 -1 1077944384 2033 0 0 0 7 11 0 0 20 0 28 0 3655559 14133010432 86066 33554432000 4194304 4196468 140735633120848 139943868471792 139944406256258 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16127] ppid=16114 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16127/stat : 16127 (java) S 16114 16114 14626 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 28 0 3655560 14133010432 86066 33554432000 4194304 4196468 140735633120848 139943867418080 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16128] ppid=16114 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16128/stat : 16128 (java) S 16114 16114 14626 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 28 0 3655560 14133010432 86066 33554432000 4194304 4196468 140735633120848 139943866365424 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16129] ppid=16114 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16129/stat : 16129 (java) S 16114 16114 14626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3655564 14133010432 86066 33554432000 4194304 4196468 140735633120848 139943865314000 139944406263707 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16130] ppid=16114 vsize=13801768 CPUtime=3.72 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16130/stat : 16130 (java) S 16114 16114 14626 0 -1 1077944384 17531 0 0 0 369 3 0 0 20 0 28 0 3655564 14133010432 86066 33554432000 4194304 4196468 140735633120848 139943864260592 139944406256258 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16131] ppid=16114 vsize=13801768 CPUtime=4.57 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16131/stat : 16131 (java) S 16114 16114 14626 0 -1 1077944384 20219 0 0 0 454 3 0 0 20 0 28 0 3655564 14133010432 86066 33554432000 4194304 4196468 140735633120848 139943863208048 139944406256258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16132] ppid=16114 vsize=13801768 CPUtime=4.25 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16132/stat : 16132 (java) S 16114 16114 14626 0 -1 1077944384 19511 0 0 0 423 2 0 0 20 0 28 0 3655564 14133010432 86066 33554432000 4194304 4196468 140735633120848 139943862155504 139944406256258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16133] ppid=16114 vsize=13801768 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16133/stat : 16133 (java) S 16114 16114 14626 0 -1 1077944384 14437 0 0 0 121 3 0 0 20 0 28 0 3655564 14133010432 86066 33554432000 4194304 4196468 140735633120848 139943861102960 139944406256258 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16134] ppid=16114 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16134/stat : 16134 (java) S 16114 16114 14626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3655565 14133010432 86066 33554432000 4194304 4196468 140735633120848 139943860050656 139944406255317 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16135] ppid=16114 vsize=13801768 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16135/stat : 16135 (java) S 16114 16114 14626 0 -1 1077944384 619 0 0 0 6 5 0 0 20 0 28 0 3655565 14133010432 86066 33554432000 4194304 4196468 140735633120848 139943791815600 139944406256258 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16136] ppid=16114 vsize=13801768 CPUtime=299.18 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16136/stat : 16136 (java) R 16114 16114 14626 0 -1 4202560 1221 0 0 0 29917 1 0 0 20 0 28 0 3655681 14133010432 86066 33554432000 4194304 4196468 140735633120848 139943783800120 139944020411385 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16137] ppid=16114 vsize=13801768 CPUtime=298.25 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16137/stat : 16137 (java) R 16114 16114 14626 0 -1 4202560 1079 0 0 0 29825 0 0 0 20 0 28 0 3655681 14133010432 86066 33554432000 4194304 4196468 140735633120848 139943782748584 139944020411279 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16138] ppid=16114 vsize=13801768 CPUtime=296.3 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16138/stat : 16138 (java) R 16114 16114 14626 0 -1 4202560 2662 0 0 0 29629 1 0 0 20 0 28 0 3655681 14133010432 86066 33554432000 4194304 4196468 140735633120848 139943781694768 139944017949233 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16139] ppid=16114 vsize=13801768 CPUtime=297.94 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16139/stat : 16139 (java) R 16114 16114 14626 0 -1 4202560 2687 0 0 0 29793 1 0 0 20 0 28 0 3655681 14133010432 86066 33554432000 4194304 4196468 140735633120848 139943780642472 139944020411382 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16140] ppid=16114 vsize=13801768 CPUtime=297.64 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16140/stat : 16140 (java) R 16114 16114 14626 0 -1 4202560 1519 0 0 0 29762 2 0 0 20 0 28 0 3655681 14133010432 86066 33554432000 4194304 4196468 140735633120848 139943779589784 139944020411225 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16141] ppid=16114 vsize=13801768 CPUtime=297.1 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16141/stat : 16141 (java) R 16114 16114 14626 0 -1 4202560 1046 0 0 0 29710 0 0 0 20 0 28 0 3655681 14133010432 86066 33554432000 4194304 4196468 140735633120848 139943778537096 139944020411166 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16142] ppid=16114 vsize=13801768 CPUtime=298.48 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16142/stat : 16142 (java) R 16114 16114 14626 0 -1 4202560 994 0 0 0 29848 0 0 0 20 0 28 0 3655681 14133010432 86066 33554432000 4194304 4196468 140735633120848 139943777487632 139944020411518 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
[pid=16115/tid=16143] ppid=16114 vsize=13801768 CPUtime=298.44 cores=0,2,4,6,8,10,12,14
/proc/16115/task/16143/stat : 16143 (java) R 16114 16114 14626 0 -1 4202560 1342 0 0 0 29844 0 0 0 20 0 28 0 3655681 14133010432 86066 33554432000 4194304 4196468 140735633120848 139943776432280 139944020411340 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 30068736 140735633126588 140735633126764 140735633126764 140735633129423 0
Current children cumulated CPU time (s) 2400.64
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 16115 sig 9
??? kill 16114 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 302.212
CPU time (s): 2400.64
CPU user time (s): 2399.52
CPU system time (s): 1.12
CPU usage (%): 794.356
Max. virtual memory (cumulated for all children) (KiB): 13814656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000997
system time used= 0.001995
maximum resident set size= 1384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 517
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.44 second user time and 3.97392 second system time

The end

Launcher Data

Begin job on node105 at 2017-07-22 02:37:41
IDJOB=4244556
IDBENCH=115780
IDSOLVER=2626
FILE ID=node105/4244556-1500683861
RUNJOBID= node105-1500682495-14657
PBS_JOBID= 20623326
Free space on /tmp= 62004 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-030-20-8.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-4244556-1500683861/watcher-4244556-1500683861 -o /tmp/evaluation-result-4244556-1500683861/solver-4244556-1500683861 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node105-1500682495-14657 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1425857792 HOME/instance-4244556-1500683861.xml

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

MD5SUM BENCH= 754bcb27478aff360ffbb606538dde42
RANDOM SEED=1425857792

node105.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		: 1600.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.33
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.33
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		: 1733.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.33
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		: 1600.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.33
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		: 1867.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.33
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		: 2000.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.33
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.33
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.33
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:        31746528 kB
MemAvailable:   31793560 kB
Buffers:           50184 kB
Cached:           306312 kB
SwapCached:            0 kB
Active:           421476 kB
Inactive:         225644 kB
Active(anon):     293640 kB
Inactive(anon):     8628 kB
Active(file):     127836 kB
Inactive(file):   217016 kB
Unevictable:        5972 kB
Mlocked:            6004 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7828 kB
Writeback:             0 kB
AnonPages:        480168 kB
Mapped:            43408 kB
Shmem:              8852 kB
Slab:              68864 kB
SReclaimable:      36028 kB
SUnreclaim:        32836 kB
KernelStack:        5152 kB
PageTables:         5664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1139620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    346112 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 61996 MiB
End job on node105 at 2017-07-22 02:42:43