Trace number 4247215

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: choco-solver 4.0.5 (2017-07-05)? (TO) 2400 311.213

General information on the benchmark

NamePropStress/PropStress-m1-s1/
PropStress-0450.xml
MD5SUMffc1a166c9e21b9812230f61f9b6f38e
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1550.83
Satisfiable
(Un)Satisfiability was proved
Number of variables902
Number of constraints102376
Number of domains1
Minimum domain size202501
Maximum domain size202501
Distribution of domain sizes[{"size":202501,"count":902}]
Minimum variable degree2
Maximum variable degree451
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":449},{"degree":450,"count":449},{"degree":451,"count":3}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":102376}]
Number of extensional constraints0
Number of intensional constraints102376
Distribution of constraint types[{"type":"intension","count":102376}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4247215-1500689426.xml"  -tl '2400s' -p 8 -x 0
0.00/0.21	c [HOME/instance-4247215-1500689426.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.27	c 8 solvers in parallel
0.00/0.34	c parse instance...
37.83/14.40	c solve instance...
2400.00/311.25	s UNKNOWN
2400.00/311.25	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-4247215-1500689426/watcher-4247215-1500689426 -o /tmp/evaluation-result-4247215-1500689426/solver-4247215-1500689426 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1500682387-7775 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 788359984 HOME/instance-4247215-1500689426.xml 

pid=30195
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.88 14.74 13.40 10/271 30198
/proc/meminfo: memFree=31140696/32770624 swapFree=5880/283516
[pid=30198] ppid=30195 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30198/stat : 30198 (xcsp3-exec) S 30195 30198 7744 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4210312 9740288 346 33554432000 4194304 5098028 140732003075136 140732003073240 140139731636860 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 15138816 140732003079311 140732003079520 140732003079520 140732003082219 0
/proc/30198/statm: 2378 346 289 221 0 87 0

[startup+0.100083 s]
/proc/loadavg: 15.88 14.74 13.40 10/271 30198
/proc/meminfo: memFree=31140696/32770624 swapFree=5880/283516
[pid=30198] ppid=30195 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30198/stat : 30198 (xcsp3-exec) S 30195 30198 7744 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4210312 9740288 346 33554432000 4194304 5098028 140732003075136 140732003073240 140139731636860 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 15138816 140732003079311 140732003079520 140732003079520 140732003082219 0
/proc/30198/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200401 s]
/proc/loadavg: 15.88 14.74 13.40 10/271 30198
/proc/meminfo: memFree=31140696/32770624 swapFree=5880/283516
[pid=30198] ppid=30195 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30198/stat : 30198 (xcsp3-exec) S 30195 30198 7744 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4210312 9740288 346 33554432000 4194304 5098028 140732003075136 140732003073240 140139731636860 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 15138816 140732003079311 140732003079520 140732003079520 140732003082219 0
/proc/30198/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.30037 s]
/proc/loadavg: 15.88 14.74 13.40 10/271 30198
/proc/meminfo: memFree=31140696/32770624 swapFree=5880/283516
[pid=30198] ppid=30195 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30198/stat : 30198 (xcsp3-exec) S 30195 30198 7744 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4210312 9740288 346 33554432000 4194304 5098028 140732003075136 140732003073240 140139731636860 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 15138816 140732003079311 140732003079520 140732003079520 140732003082219 0
/proc/30198/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700276 s]
/proc/loadavg: 15.88 14.74 13.40 10/271 30198
/proc/meminfo: memFree=31140696/32770624 swapFree=5880/283516
[pid=30198] ppid=30195 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30198/stat : 30198 (xcsp3-exec) S 30195 30198 7744 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4210312 9740288 346 33554432000 4194304 5098028 140732003075136 140732003073240 140139731636860 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 15138816 140732003079311 140732003079520 140732003079520 140732003082219 0
/proc/30198/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50087 s]
/proc/loadavg: 15.41 14.66 13.38 12/292 30219
/proc/meminfo: memFree=30925304/32770624 swapFree=5880/283580
[pid=30198] ppid=30195 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30198/stat : 30198 (xcsp3-exec) S 30195 30198 7744 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4210312 9740288 346 33554432000 4194304 5098028 140732003075136 140732003073240 140139731636860 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 15138816 140732003079311 140732003079520 140732003079520 140732003082219 0
/proc/30198/statm: 2378 346 289 221 0 87 0
[pid=30199] ppid=30198 vsize=13267208 CPUtime=4.89 cores=0,2,4,6,8,10,12,14
/proc/30199/stat : 30199 (java) S 30198 30198 7744 0 -1 1077944320 16355 0 0 0 441 48 0 0 20 0 20 0 4210312 13585620992 99026 33554432000 4194304 4196468 140726965401712 140726965384256 140436819648247 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
/proc/30199/statm: 3316802 99026 3227 1 0 3304035 0
[pid=30199/tid=30200] ppid=30198 vsize=13267208 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30200/stat : 30200 (java) R 30198 30198 7744 0 -1 4202560 6549 0 0 0 127 6 0 0 20 0 20 0 4210312 13585620992 99026 33554432000 4194304 4196468 140726965401712 140436823885000 140436459196103 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30202] ppid=30198 vsize=13267208 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30202/stat : 30202 (java) S 30198 30198 7744 0 -1 1077944384 58 0 0 0 8 5 0 0 20 0 20 0 4210313 13585620992 99026 33554432000 4194304 4196468 140726965401712 140436776200464 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30203] ppid=30198 vsize=13267208 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30203/stat : 30203 (java) S 30198 30198 7744 0 -1 1077944384 38 0 0 0 4 3 0 0 20 0 20 0 4210313 13585620992 99026 33554432000 4194304 4196468 140726965401712 140436775147920 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30204] ppid=30198 vsize=13267208 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30204/stat : 30204 (java) S 30198 30198 7744 0 -1 1077944384 40 0 0 0 6 3 0 0 20 0 20 0 4210313 13585620992 99026 33554432000 4194304 4196468 140726965401712 140436416690704 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30205] ppid=30198 vsize=13267208 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30205/stat : 30205 (java) S 30198 30198 7744 0 -1 1077944384 117 0 0 0 7 5 0 0 20 0 20 0 4210313 13585620992 99026 33554432000 4194304 4196468 140726965401712 140436415638160 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30206] ppid=30198 vsize=13267208 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30206/stat : 30206 (java) S 30198 30198 7744 0 -1 1077944384 48 0 0 0 7 5 0 0 20 0 20 0 4210313 13585620992 99026 33554432000 4194304 4196468 140726965401712 140436414585616 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30207] ppid=30198 vsize=13267208 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30207/stat : 30207 (java) S 30198 30198 7744 0 -1 1077944384 51 0 0 0 5 5 0 0 20 0 20 0 4210313 13585620992 99026 33554432000 4194304 4196468 140726965401712 140436413533072 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30208] ppid=30198 vsize=13267208 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30208/stat : 30208 (java) S 30198 30198 7744 0 -1 1077944384 72 0 0 0 6 4 0 0 20 0 20 0 4210313 13585620992 99026 33554432000 4194304 4196468 140726965401712 140436412480528 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30209] ppid=30198 vsize=13267208 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30209/stat : 30209 (java) S 30198 30198 7744 0 -1 1077944384 40 0 0 0 5 3 0 0 20 0 20 0 4210313 13585620992 99026 33554432000 4194304 4196468 140726965401712 140436411427984 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30210] ppid=30198 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30210/stat : 30210 (java) S 30198 30198 7744 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 20 0 4210316 13585620992 99026 33554432000 4194304 4196468 140726965401712 140436013467632 140436819659394 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30211] ppid=30198 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30211/stat : 30211 (java) S 30198 30198 7744 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4210316 13585620992 99026 33554432000 4194304 4196468 140726965401712 140436012413920 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30212] ppid=30198 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30212/stat : 30212 (java) S 30198 30198 7744 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4210317 13585620992 99026 33554432000 4194304 4196468 140726965401712 140436011361280 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30213] ppid=30198 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30213/stat : 30213 (java) S 30198 30198 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4210321 13585620992 99026 33554432000 4194304 4196468 140726965401712 140436010309840 140436819666843 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30214] ppid=30198 vsize=13267208 CPUtime=0.74 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30214/stat : 30214 (java) R 30198 30198 7744 0 -1 4202560 2338 0 0 0 73 1 0 0 20 0 20 0 4210321 13585620992 99026 33554432000 4194304 4196468 140726965401712 140436009238000 140436804045064 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30215] ppid=30198 vsize=13267208 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30215/stat : 30215 (java) R 30198 30198 7744 0 -1 4202560 1766 0 0 0 67 1 0 0 20 0 20 0 4210321 13585620992 99026 33554432000 4194304 4196468 140726965401712 140436008190936 140436798894980 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30216] ppid=30198 vsize=13267208 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30216/stat : 30216 (java) R 30198 30198 7744 0 -1 4202560 2203 0 0 0 83 1 0 0 20 0 20 0 4210321 13585620992 99026 33554432000 4194304 4196468 140726965401712 140436007138464 140436804774428 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30217] ppid=30198 vsize=13267208 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30217/stat : 30217 (java) S 30198 30198 7744 0 -1 1077944384 1532 0 0 0 38 0 0 0 20 0 20 0 4210321 13585620992 99026 33554432000 4194304 4196468 140726965401712 140436006099824 140436819659394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30218] ppid=30198 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30218/stat : 30218 (java) S 30198 30198 7744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4210321 13585620992 99026 33554432000 4194304 4196468 140726965401712 140436005046496 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30219] ppid=30198 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30219/stat : 30219 (java) S 30198 30198 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4210322 13585620992 99026 33554432000 4194304 4196468 140726965401712 140436003994032 140436819659394 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
Current children cumulated CPU time (s) 4.89
Current children cumulated vsize (KiB) 13276720

[startup+3.10136 s]
/proc/loadavg: 15.41 14.66 13.38 13/292 30219
/proc/meminfo: memFree=30751252/32770624 swapFree=5880/283580
[pid=30198] ppid=30195 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30198/stat : 30198 (xcsp3-exec) S 30195 30198 7744 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4210312 9740288 346 33554432000 4194304 5098028 140732003075136 140732003073240 140139731636860 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 15138816 140732003079311 140732003079520 140732003079520 140732003082219 0
/proc/30198/statm: 2378 346 289 221 0 87 0
[pid=30199] ppid=30198 vsize=13269256 CPUtime=10.34 cores=0,2,4,6,8,10,12,14
/proc/30199/stat : 30199 (java) S 30198 30198 7744 0 -1 1077944320 20179 0 0 0 950 84 0 0 20 0 20 0 4210312 13587718144 176578 33554432000 4194304 4196468 140726965401712 140726965384256 140436819648247 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
/proc/30199/statm: 3317314 176578 3259 1 0 3304547 0
[pid=30199/tid=30200] ppid=30198 vsize=13269256 CPUtime=2.81 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30200/stat : 30200 (java) R 30198 30198 7744 0 -1 4202560 7056 0 0 0 272 9 0 0 20 0 20 0 4210312 13587718144 176578 33554432000 4194304 4196468 140726965401712 140436823879968 140436819670173 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30202] ppid=30198 vsize=13269256 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30202/stat : 30202 (java) S 30198 30198 7744 0 -1 1077944384 129 0 0 0 13 9 0 0 20 0 20 0 4210313 13587718144 176578 33554432000 4194304 4196468 140726965401712 140436776200464 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30203] ppid=30198 vsize=13269256 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30203/stat : 30203 (java) S 30198 30198 7744 0 -1 1077944384 128 0 0 0 9 7 0 0 20 0 20 0 4210313 13587718144 176578 33554432000 4194304 4196468 140726965401712 140436775147920 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30204] ppid=30198 vsize=13269256 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30204/stat : 30204 (java) S 30198 30198 7744 0 -1 1077944384 72 0 0 0 10 7 0 0 20 0 20 0 4210313 13587718144 176578 33554432000 4194304 4196468 140726965401712 140436416690704 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30205] ppid=30198 vsize=13269256 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30205/stat : 30205 (java) S 30198 30198 7744 0 -1 1077944384 221 0 0 0 13 9 0 0 20 0 20 0 4210313 13587718144 176578 33554432000 4194304 4196468 140726965401712 140436415638160 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30206] ppid=30198 vsize=13269256 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30206/stat : 30206 (java) S 30198 30198 7744 0 -1 1077944384 128 0 0 0 11 9 0 0 20 0 20 0 4210313 13587718144 176578 33554432000 4194304 4196468 140726965401712 140436414585616 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30207] ppid=30198 vsize=13269256 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30207/stat : 30207 (java) S 30198 30198 7744 0 -1 1077944384 138 0 0 0 9 9 0 0 20 0 20 0 4210313 13587718144 176578 33554432000 4194304 4196468 140726965401712 140436413533072 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30208] ppid=30198 vsize=13269256 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30208/stat : 30208 (java) S 30198 30198 7744 0 -1 1077944384 137 0 0 0 12 7 0 0 20 0 20 0 4210313 13587718144 176578 33554432000 4194304 4196468 140726965401712 140436412480528 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30209] ppid=30198 vsize=13269256 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30209/stat : 30209 (java) S 30198 30198 7744 0 -1 1077944384 118 0 0 0 10 8 0 0 20 0 20 0 4210313 13587718144 176578 33554432000 4194304 4196468 140726965401712 140436411427984 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30210] ppid=30198 vsize=13269256 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30210/stat : 30210 (java) S 30198 30198 7744 0 -1 1077944384 495 0 0 0 1 0 0 0 20 0 20 0 4210316 13587718144 176578 33554432000 4194304 4196468 140726965401712 140436013467632 140436819659394 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30211] ppid=30198 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30211/stat : 30211 (java) S 30198 30198 7744 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4210316 13587718144 176578 33554432000 4194304 4196468 140726965401712 140436012413920 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30212] ppid=30198 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30212/stat : 30212 (java) S 30198 30198 7744 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4210317 13587718144 176578 33554432000 4194304 4196468 140726965401712 140436011361280 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30213] ppid=30198 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30213/stat : 30213 (java) S 30198 30198 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4210321 13587718144 176578 33554432000 4194304 4196468 140726965401712 140436010309840 140436819666843 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30214] ppid=30198 vsize=13269256 CPUtime=1.68 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30214/stat : 30214 (java) S 30198 30198 7744 0 -1 1077944384 2615 0 0 0 167 1 0 0 20 0 20 0 4210321 13587718144 176578 33554432000 4194304 4196468 140726965401712 140436009257456 140436819659394 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30215] ppid=30198 vsize=13269256 CPUtime=1.71 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30215/stat : 30215 (java) R 30198 30198 7744 0 -1 4202560 3237 0 0 0 170 1 0 0 20 0 20 0 4210321 13587718144 176578 33554432000 4194304 4196468 140726965401712 140436008186320 140436801192481 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30216] ppid=30198 vsize=13269256 CPUtime=1.77 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30216/stat : 30216 (java) S 30198 30198 7744 0 -1 1077944384 2347 0 0 0 176 1 0 0 20 0 20 0 4210321 13587718144 176578 33554432000 4194304 4196468 140726965401712 140436007152368 140436819659394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30217] ppid=30198 vsize=13269256 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30217/stat : 30217 (java) S 30198 30198 7744 0 -1 1077944384 2061 0 0 0 70 0 0 0 20 0 20 0 4210321 13587718144 176578 33554432000 4194304 4196468 140726965401712 140436006099824 140436819659394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30218] ppid=30198 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30218/stat : 30218 (java) S 30198 30198 7744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4210321 13587718144 176578 33554432000 4194304 4196468 140726965401712 140436005046496 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30219] ppid=30198 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30219/stat : 30219 (java) S 30198 30198 7744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4210322 13587718144 176578 33554432000 4194304 4196468 140726965401712 140436003994032 140436819659394 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
Current children cumulated CPU time (s) 10.34
Current children cumulated vsize (KiB) 13278768

[startup+6.30099 s]
/proc/loadavg: 14.89 14.57 13.36 18/292 30219
/proc/meminfo: memFree=29715288/32770624 swapFree=5880/283592
[pid=30198] ppid=30195 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30198/stat : 30198 (xcsp3-exec) S 30195 30198 7744 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4210312 9740288 346 33554432000 4194304 5098028 140732003075136 140732003073240 140139731636860 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 15138816 140732003079311 140732003079520 140732003079520 140732003082219 0
/proc/30198/statm: 2378 346 289 221 0 87 0
[pid=30199] ppid=30198 vsize=13269256 CPUtime=17.15 cores=0,2,4,6,8,10,12,14
/proc/30199/stat : 30199 (java) S 30198 30198 7744 0 -1 1077944320 22948 0 0 0 1454 261 0 0 20 0 20 0 4210312 13587718144 372701 33554432000 4194304 4196468 140726965401712 140726965384256 140436819648247 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
/proc/30199/statm: 3317314 372701 3261 1 0 3304547 0
[pid=30199/tid=30200] ppid=30198 vsize=13269256 CPUtime=5.57 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30200/stat : 30200 (java) R 30198 30198 7744 0 -1 4202560 7457 0 0 0 539 18 0 0 20 0 20 0 4210312 13587718144 372701 33554432000 4194304 4196468 140726965401712 140436823885608 140436458711973 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30202] ppid=30198 vsize=13269256 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30202/stat : 30202 (java) S 30198 30198 7744 0 -1 1077944384 281 0 0 0 33 28 0 0 20 0 20 0 4210313 13587718144 372701 33554432000 4194304 4196468 140726965401712 140436776200464 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30203] ppid=30198 vsize=13269256 CPUtime=0.59 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30203/stat : 30203 (java) S 30198 30198 7744 0 -1 1077944384 390 0 0 0 31 28 0 0 20 0 20 0 4210313 13587718144 372701 33554432000 4194304 4196468 140726965401712 140436775147920 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30204] ppid=30198 vsize=13269256 CPUtime=0.59 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30204/stat : 30204 (java) S 30198 30198 7744 0 -1 1077944384 230 0 0 0 31 28 0 0 20 0 20 0 4210313 13587718144 372701 33554432000 4194304 4196468 140726965401712 140436416690704 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30205] ppid=30198 vsize=13269256 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30205/stat : 30205 (java) S 30198 30198 7744 0 -1 1077944384 414 0 0 0 35 30 0 0 20 0 20 0 4210313 13587718144 372701 33554432000 4194304 4196468 140726965401712 140436415638160 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30206] ppid=30198 vsize=13269256 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30206/stat : 30206 (java) S 30198 30198 7744 0 -1 1077944384 311 0 0 0 34 30 0 0 20 0 20 0 4210313 13587718144 372701 33554432000 4194304 4196468 140726965401712 140436414585616 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30207] ppid=30198 vsize=13269256 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30207/stat : 30207 (java) S 30198 30198 7744 0 -1 1077944384 456 0 0 0 30 31 0 0 20 0 20 0 4210313 13587718144 372701 33554432000 4194304 4196468 140726965401712 140436413533072 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30208] ppid=30198 vsize=13269256 CPUtime=0.62 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30208/stat : 30208 (java) S 30198 30198 7744 0 -1 1077944384 319 0 0 0 34 28 0 0 20 0 20 0 4210313 13587718144 372701 33554432000 4194304 4196468 140726965401712 140436412480528 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30209] ppid=30198 vsize=13269256 CPUtime=0.62 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30209/stat : 30209 (java) S 30198 30198 7744 0 -1 1077944384 354 0 0 0 32 30 0 0 20 0 20 0 4210313 13587718144 372701 33554432000 4194304 4196468 140726965401712 140436411427984 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30210] ppid=30198 vsize=13269256 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30210/stat : 30210 (java) S 30198 30198 7744 0 -1 1077944384 1058 0 0 0 1 0 0 0 20 0 20 0 4210316 13587718144 372701 33554432000 4194304 4196468 140726965401712 140436013467632 140436819659394 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30211] ppid=30198 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30211/stat : 30211 (java) S 30198 30198 7744 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4210316 13587718144 372701 33554432000 4194304 4196468 140726965401712 140436012413920 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30212] ppid=30198 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30212/stat : 30212 (java) S 30198 30198 7744 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 4210317 13587718144 372701 33554432000 4194304 4196468 140726965401712 140436011361280 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30213] ppid=30198 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30213/stat : 30213 (java) S 30198 30198 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4210321 13587718144 372701 33554432000 4194304 4196468 140726965401712 140436010309840 140436819666843 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0

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

[pid=30199/tid=30226] ppid=30198 vsize=13801768 CPUtime=207.36 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30226/stat : 30226 (java) R 30198 30198 7744 0 -1 4202560 426 0 0 0 20736 0 0 0 20 0 28 0 4211756 14133010432 963802 33554432000 4194304 4196468 140726965401712 140435989663608 140436457016772 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30227] ppid=30198 vsize=13801768 CPUtime=206.04 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30227/stat : 30227 (java) R 30198 30198 7744 0 -1 4202560 530 0 0 0 20604 0 0 0 20 0 28 0 4211756 14133010432 963802 33554432000 4194304 4196468 140726965401712 140435988610816 140436457016959 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
Current children cumulated CPU time (s) 1692.55
Current children cumulated vsize (KiB) 13811280

[startup+282.302 s]
/proc/loadavg: 15.98 15.36 13.99 17/299 30325
/proc/meminfo: memFree=24260316/32770624 swapFree=5880/283924
[pid=30198] ppid=30195 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30198/stat : 30198 (xcsp3-exec) S 30195 30198 7744 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4210312 9740288 346 33554432000 4194304 5098028 140732003075136 140732003073240 140139731636860 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 15138816 140732003079311 140732003079520 140732003079520 140732003082219 0
/proc/30198/statm: 2378 346 289 221 0 87 0
[pid=30199] ppid=30198 vsize=13801768 CPUtime=2169.95 cores=0,2,4,6,8,10,12,14
/proc/30199/stat : 30199 (java) S 30198 30198 7744 0 -1 1077944320 62355 0 0 0 216438 557 0 0 20 0 28 0 4210312 14133010432 963802 33554432000 4194304 4196468 140726965401712 140726965384256 140436819648247 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
/proc/30199/statm: 3450442 963802 3281 1 0 3437675 0
[pid=30199/tid=30200] ppid=30198 vsize=13801768 CPUtime=11.63 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30200/stat : 30200 (java) S 30198 30198 7744 0 -1 1077944384 10910 0 0 0 1117 46 0 0 20 0 28 0 4210312 14133010432 963802 33554432000 4194304 4196468 140726965401712 140436823889024 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30202] ppid=30198 vsize=13801768 CPUtime=2.38 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30202/stat : 30202 (java) S 30198 30198 7744 0 -1 1077944384 1191 0 0 0 175 63 0 0 20 0 28 0 4210313 14133010432 963802 33554432000 4194304 4196468 140726965401712 140436776200464 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30203] ppid=30198 vsize=13801768 CPUtime=2.37 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30203/stat : 30203 (java) S 30198 30198 7744 0 -1 1077944384 1464 0 0 0 181 56 0 0 20 0 28 0 4210313 14133010432 963802 33554432000 4194304 4196468 140726965401712 140436775147920 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30204] ppid=30198 vsize=13801768 CPUtime=2.37 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30204/stat : 30204 (java) S 30198 30198 7744 0 -1 1077944384 2201 0 0 0 179 58 0 0 20 0 28 0 4210313 14133010432 963802 33554432000 4194304 4196468 140726965401712 140436416690704 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30205] ppid=30198 vsize=13801768 CPUtime=2.43 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30205/stat : 30205 (java) S 30198 30198 7744 0 -1 1077944384 3211 0 0 0 183 60 0 0 20 0 28 0 4210313 14133010432 963802 33554432000 4194304 4196468 140726965401712 140436415638160 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30206] ppid=30198 vsize=13801768 CPUtime=2.39 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30206/stat : 30206 (java) S 30198 30198 7744 0 -1 1077944384 1817 0 0 0 177 62 0 0 20 0 28 0 4210313 14133010432 963802 33554432000 4194304 4196468 140726965401712 140436414585616 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30207] ppid=30198 vsize=13801768 CPUtime=2.39 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30207/stat : 30207 (java) S 30198 30198 7744 0 -1 1077944384 5192 0 0 0 178 61 0 0 20 0 28 0 4210313 14133010432 963802 33554432000 4194304 4196468 140726965401712 140436413533072 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30208] ppid=30198 vsize=13801768 CPUtime=2.4 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30208/stat : 30208 (java) S 30198 30198 7744 0 -1 1077944384 1761 0 0 0 176 64 0 0 20 0 28 0 4210313 14133010432 963802 33554432000 4194304 4196468 140726965401712 140436412480528 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30209] ppid=30198 vsize=13801768 CPUtime=2.39 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30209/stat : 30209 (java) S 30198 30198 7744 0 -1 1077944384 4743 0 0 0 179 60 0 0 20 0 28 0 4210313 14133010432 963802 33554432000 4194304 4196468 140726965401712 140436411427984 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30210] ppid=30198 vsize=13801768 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30210/stat : 30210 (java) S 30198 30198 7744 0 -1 1077944384 3041 0 0 0 31 0 0 0 20 0 28 0 4210316 14133010432 963802 33554432000 4194304 4196468 140726965401712 140436013467632 140436819659394 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30211] ppid=30198 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30211/stat : 30211 (java) S 30198 30198 7744 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 4210316 14133010432 963802 33554432000 4194304 4196468 140726965401712 140436012413920 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30212] ppid=30198 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30212/stat : 30212 (java) S 30198 30198 7744 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 28 0 4210317 14133010432 963802 33554432000 4194304 4196468 140726965401712 140436011361280 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30213] ppid=30198 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30213/stat : 30213 (java) S 30198 30198 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4210321 14133010432 963802 33554432000 4194304 4196468 140726965401712 140436010309840 140436819666843 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30214] ppid=30198 vsize=13801768 CPUtime=2.01 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30214/stat : 30214 (java) S 30198 30198 7744 0 -1 1077944384 3553 0 0 0 200 1 0 0 20 0 28 0 4210321 14133010432 963802 33554432000 4194304 4196468 140726965401712 140436009257456 140436819659394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30215] ppid=30198 vsize=13801768 CPUtime=2.27 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30215/stat : 30215 (java) S 30198 30198 7744 0 -1 1077944384 4125 0 0 0 226 1 0 0 20 0 28 0 4210321 14133010432 963802 33554432000 4194304 4196468 140726965401712 140436008204912 140436819659394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30216] ppid=30198 vsize=13801768 CPUtime=2.17 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30216/stat : 30216 (java) S 30198 30198 7744 0 -1 1077944384 3156 0 0 0 216 1 0 0 20 0 28 0 4210321 14133010432 963802 33554432000 4194304 4196468 140726965401712 140436007152368 140436819659394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30217] ppid=30198 vsize=13801768 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30217/stat : 30217 (java) S 30198 30198 7744 0 -1 1077944384 3556 0 0 0 83 1 0 0 20 0 28 0 4210321 14133010432 963802 33554432000 4194304 4196468 140726965401712 140436006099824 140436819659394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30218] ppid=30198 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30218/stat : 30218 (java) S 30198 30198 7744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4210321 14133010432 963802 33554432000 4194304 4196468 140726965401712 140436005046496 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30219] ppid=30198 vsize=13801768 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30219/stat : 30219 (java) S 30198 30198 7744 0 -1 1077944384 567 0 0 0 9 10 0 0 20 0 28 0 4210322 14133010432 963802 33554432000 4194304 4196468 140726965401712 140436003994032 140436819659394 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30220] ppid=30198 vsize=13801768 CPUtime=266.31 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30220/stat : 30220 (java) R 30198 30198 7744 0 -1 4202560 673 0 0 0 26630 1 0 0 20 0 28 0 4211755 14133010432 963802 33554432000 4194304 4196468 140726965401712 140435995978552 140436457674888 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30221] ppid=30198 vsize=13801768 CPUtime=264.92 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30221/stat : 30221 (java) R 30198 30198 7744 0 -1 4202560 497 0 0 0 26492 0 0 0 20 0 28 0 4211755 14133010432 963802 33554432000 4194304 4196468 140726965401712 140435994927352 140436457675024 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30222] ppid=30198 vsize=13801768 CPUtime=266.27 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30222/stat : 30222 (java) R 30198 30198 7744 0 -1 4202560 6655 0 0 0 26626 1 0 0 20 0 28 0 4211755 14133010432 963802 33554432000 4194304 4196468 140726965401712 140435993874808 140436457675106 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30223] ppid=30198 vsize=13801768 CPUtime=267.4 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30223/stat : 30223 (java) R 30198 30198 7744 0 -1 4202560 479 0 0 0 26740 0 0 0 20 0 28 0 4211755 14133010432 963802 33554432000 4194304 4196468 140726965401712 140435992822024 140436457016929 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30224] ppid=30198 vsize=13801768 CPUtime=265.6 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30224/stat : 30224 (java) R 30198 30198 7744 0 -1 4202560 609 0 0 0 26560 0 0 0 20 0 28 0 4211755 14133010432 963802 33554432000 4194304 4196468 140726965401712 140435991769576 140436457674847 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30225] ppid=30198 vsize=13801768 CPUtime=267.54 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30225/stat : 30225 (java) R 30198 30198 7744 0 -1 4202560 557 0 0 0 26754 0 0 0 20 0 28 0 4211756 14133010432 963802 33554432000 4194304 4196468 140726965401712 140435990717176 140436457675200 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30226] ppid=30198 vsize=13801768 CPUtime=267.23 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30226/stat : 30226 (java) R 30198 30198 7744 0 -1 4202560 464 0 0 0 26723 0 0 0 20 0 28 0 4211756 14133010432 963802 33554432000 4194304 4196468 140726965401712 140435989663608 140436457017015 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30227] ppid=30198 vsize=13801768 CPUtime=265.91 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30227/stat : 30227 (java) R 30198 30198 7744 0 -1 4202560 588 0 0 0 26590 1 0 0 20 0 28 0 4211756 14133010432 963802 33554432000 4194304 4196468 140726965401712 140435988610816 140436457016826 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
Current children cumulated CPU time (s) 2169.95
Current children cumulated vsize (KiB) 13811280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+311.202 s]
/proc/loadavg: 16.13 15.44 14.05 17/299 30325
/proc/meminfo: memFree=24184536/32770624 swapFree=5880/283940
[pid=30198] ppid=30195 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30198/stat : 30198 (xcsp3-exec) S 30195 30198 7744 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4210312 9740288 346 33554432000 4194304 5098028 140732003075136 140732003073240 140139731636860 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 15138816 140732003079311 140732003079520 140732003079520 140732003082219 0
/proc/30198/statm: 2378 346 289 221 0 87 0
[pid=30199] ppid=30198 vsize=13801768 CPUtime=2400 cores=0,2,4,6,8,10,12,14
/proc/30199/stat : 30199 (java) S 30198 30198 7744 0 -1 1077944320 63072 0 0 0 239442 558 0 0 20 0 28 0 4210312 14133010432 963997 33554432000 4194304 4196468 140726965401712 140726965384256 140436819648247 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
/proc/30199/statm: 3450442 963997 3281 1 0 3437675 0
[pid=30199/tid=30200] ppid=30198 vsize=13801768 CPUtime=11.63 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30200/stat : 30200 (java) S 30198 30198 7744 0 -1 1077944384 10910 0 0 0 1117 46 0 0 20 0 28 0 4210312 14133010432 963997 33554432000 4194304 4196468 140726965401712 140436823889024 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30202] ppid=30198 vsize=13801768 CPUtime=2.38 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30202/stat : 30202 (java) S 30198 30198 7744 0 -1 1077944384 1191 0 0 0 175 63 0 0 20 0 28 0 4210313 14133010432 963997 33554432000 4194304 4196468 140726965401712 140436776200464 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30203] ppid=30198 vsize=13801768 CPUtime=2.37 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30203/stat : 30203 (java) S 30198 30198 7744 0 -1 1077944384 1464 0 0 0 181 56 0 0 20 0 28 0 4210313 14133010432 963997 33554432000 4194304 4196468 140726965401712 140436775147920 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30204] ppid=30198 vsize=13801768 CPUtime=2.37 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30204/stat : 30204 (java) S 30198 30198 7744 0 -1 1077944384 2201 0 0 0 179 58 0 0 20 0 28 0 4210313 14133010432 963997 33554432000 4194304 4196468 140726965401712 140436416690704 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30205] ppid=30198 vsize=13801768 CPUtime=2.43 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30205/stat : 30205 (java) S 30198 30198 7744 0 -1 1077944384 3211 0 0 0 183 60 0 0 20 0 28 0 4210313 14133010432 963997 33554432000 4194304 4196468 140726965401712 140436415638160 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30206] ppid=30198 vsize=13801768 CPUtime=2.39 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30206/stat : 30206 (java) S 30198 30198 7744 0 -1 1077944384 1817 0 0 0 177 62 0 0 20 0 28 0 4210313 14133010432 963997 33554432000 4194304 4196468 140726965401712 140436414585616 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30207] ppid=30198 vsize=13801768 CPUtime=2.39 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30207/stat : 30207 (java) S 30198 30198 7744 0 -1 1077944384 5192 0 0 0 178 61 0 0 20 0 28 0 4210313 14133010432 963997 33554432000 4194304 4196468 140726965401712 140436413533072 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30208] ppid=30198 vsize=13801768 CPUtime=2.4 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30208/stat : 30208 (java) S 30198 30198 7744 0 -1 1077944384 1761 0 0 0 176 64 0 0 20 0 28 0 4210313 14133010432 963997 33554432000 4194304 4196468 140726965401712 140436412480528 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30209] ppid=30198 vsize=13801768 CPUtime=2.39 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30209/stat : 30209 (java) S 30198 30198 7744 0 -1 1077944384 4743 0 0 0 179 60 0 0 20 0 28 0 4210313 14133010432 963997 33554432000 4194304 4196468 140726965401712 140436411427984 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30210] ppid=30198 vsize=13801768 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30210/stat : 30210 (java) S 30198 30198 7744 0 -1 1077944384 3041 0 0 0 32 0 0 0 20 0 28 0 4210316 14133010432 963997 33554432000 4194304 4196468 140726965401712 140436013467632 140436819659394 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30211] ppid=30198 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30211/stat : 30211 (java) S 30198 30198 7744 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 4210316 14133010432 963997 33554432000 4194304 4196468 140726965401712 140436012413920 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30212] ppid=30198 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30212/stat : 30212 (java) S 30198 30198 7744 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 28 0 4210317 14133010432 963997 33554432000 4194304 4196468 140726965401712 140436011361280 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30213] ppid=30198 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30213/stat : 30213 (java) S 30198 30198 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4210321 14133010432 963997 33554432000 4194304 4196468 140726965401712 140436010309840 140436819666843 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30214] ppid=30198 vsize=13801768 CPUtime=2.01 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30214/stat : 30214 (java) S 30198 30198 7744 0 -1 1077944384 3553 0 0 0 200 1 0 0 20 0 28 0 4210321 14133010432 963997 33554432000 4194304 4196468 140726965401712 140436009257456 140436819659394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30215] ppid=30198 vsize=13801768 CPUtime=2.27 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30215/stat : 30215 (java) S 30198 30198 7744 0 -1 1077944384 4125 0 0 0 226 1 0 0 20 0 28 0 4210321 14133010432 963997 33554432000 4194304 4196468 140726965401712 140436008204912 140436819659394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30216] ppid=30198 vsize=13801768 CPUtime=2.17 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30216/stat : 30216 (java) S 30198 30198 7744 0 -1 1077944384 3156 0 0 0 216 1 0 0 20 0 28 0 4210321 14133010432 963997 33554432000 4194304 4196468 140726965401712 140436007152368 140436819659394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30217] ppid=30198 vsize=13801768 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30217/stat : 30217 (java) S 30198 30198 7744 0 -1 1077944384 3556 0 0 0 83 1 0 0 20 0 28 0 4210321 14133010432 963997 33554432000 4194304 4196468 140726965401712 140436006099824 140436819659394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30218] ppid=30198 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30218/stat : 30218 (java) S 30198 30198 7744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4210321 14133010432 963997 33554432000 4194304 4196468 140726965401712 140436005046496 140436819658453 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30219] ppid=30198 vsize=13801768 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30219/stat : 30219 (java) S 30198 30198 7744 0 -1 1077944384 569 0 0 0 11 11 0 0 20 0 28 0 4210322 14133010432 963997 33554432000 4194304 4196468 140726965401712 140436003994032 140436819659394 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30220] ppid=30198 vsize=13801768 CPUtime=294.72 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30220/stat : 30220 (java) R 30198 30198 7744 0 -1 4202560 711 0 0 0 29471 1 0 0 20 0 28 0 4211755 14133010432 963997 33554432000 4194304 4196468 140726965401712 140435995978552 140436457017040 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30221] ppid=30198 vsize=13801768 CPUtime=293.74 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30221/stat : 30221 (java) R 30198 30198 7744 0 -1 4202560 524 0 0 0 29374 0 0 0 20 0 28 0 4211755 14133010432 963997 33554432000 4194304 4196468 140726965401712 140435994927352 140436457675130 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30222] ppid=30198 vsize=13801768 CPUtime=294.82 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30222/stat : 30222 (java) R 30198 30198 7744 0 -1 4202560 7158 0 0 0 29481 1 0 0 20 0 28 0 4211755 14133010432 963997 33554432000 4194304 4196468 140726965401712 140435993874808 140436457016596 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30223] ppid=30198 vsize=13801768 CPUtime=296.27 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30223/stat : 30223 (java) R 30198 30198 7744 0 -1 4202560 504 0 0 0 29627 0 0 0 20 0 28 0 4211755 14133010432 963997 33554432000 4194304 4196468 140726965401712 140435992822024 140436457674847 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30224] ppid=30198 vsize=13801768 CPUtime=294.47 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30224/stat : 30224 (java) R 30198 30198 7744 0 -1 4202560 646 0 0 0 29447 0 0 0 20 0 28 0 4211755 14133010432 963997 33554432000 4194304 4196468 140726965401712 140435991769576 140436457674847 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30225] ppid=30198 vsize=13801768 CPUtime=296.41 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30225/stat : 30225 (java) R 30198 30198 7744 0 -1 4202560 581 0 0 0 29641 0 0 0 20 0 28 0 4211756 14133010432 963997 33554432000 4194304 4196468 140726965401712 140435990717176 140436457016596 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30226] ppid=30198 vsize=13801768 CPUtime=296.01 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30226/stat : 30226 (java) R 30198 30198 7744 0 -1 4202560 495 0 0 0 29601 0 0 0 20 0 28 0 4211756 14133010432 963997 33554432000 4194304 4196468 140726965401712 140435989663608 140436457675130 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
[pid=30199/tid=30227] ppid=30198 vsize=13801768 CPUtime=294.76 cores=0,2,4,6,8,10,12,14
/proc/30199/task/30227/stat : 30227 (java) R 30198 30198 7744 0 -1 4202560 618 0 0 0 29475 1 0 0 20 0 28 0 4211756 14133010432 963997 33554432000 4194304 4196468 140726965401712 140435988610816 140436457016794 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 11583488 140726965408956 140726965409132 140726965409132 140726965411791 0
Current children cumulated CPU time (s) 2400
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 30199 sig 9
??? kill 30198 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 30198 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=1783
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=891
# CPU time returned by wait4() is 0.002674
# while last known CPU time is 2400
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 311.213
CPU time (s): 2400
CPU user time (s): 2394.42
CPU system time (s): 5.58
CPU usage (%): 771.177
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001783
system time used= 0.000891
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.82401 second user time and 5.12038 second system time

The end

Launcher Data

Begin job on node127 at 2017-07-22 04:10:26
IDJOB=4247215
IDBENCH=126851
IDSOLVER=2625
FILE ID=node127/4247215-1500689426
RUNJOBID= node127-1500682387-7775
PBS_JOBID= 20623323
Free space on /tmp= 61972 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/PropStress/PropStress-m1-s1/PropStress-0450.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-4247215-1500689426/watcher-4247215-1500689426 -o /tmp/evaluation-result-4247215-1500689426/solver-4247215-1500689426 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1500682387-7775 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 788359984 HOME/instance-4247215-1500689426.xml

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

MD5SUM BENCH= ffc1a166c9e21b9812230f61f9b6f38e
RANDOM SEED=788359984

node127.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.94
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		: 2533.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.94
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		: 2000.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.94
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.94
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		: 2267.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.94
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		: 1600.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.94
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.94
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.94
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:        31140736 kB
MemAvailable:   31308612 kB
Buffers:          109036 kB
Cached:           341576 kB
SwapCached:            0 kB
Active:           906708 kB
Inactive:         292180 kB
Active(anon):     750968 kB
Inactive(anon):     8664 kB
Active(file):     155740 kB
Inactive(file):   283516 kB
Unevictable:        5880 kB
Mlocked:            5880 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             11468 kB
Writeback:             0 kB
AnonPages:        773664 kB
Mapped:            42436 kB
Shmem:              8840 kB
Slab:             123056 kB
SReclaimable:      88908 kB
SUnreclaim:        34148 kB
KernelStack:        5024 kB
PageTables:         6632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2252448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    661504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61964 MiB
End job on node127 at 2017-07-22 04:15:38