Trace number 4250216

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 5a (2017-07-05)UNSAT 14.1341 6.75457

General information on the benchmark

NameRenaultMod/RenaultMod-m1-s1/
RenaultMod-24.xml
MD5SUMfafbbc28d55e991f97131ab8525c2187
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 benchmark0.52833402
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints270
Number of domains1
Minimum domain size42
Maximum domain size42
Distribution of domain sizes[{"size":42,"count":111}]
Minimum variable degree2
Maximum variable degree81
Distribution of variable degrees[{"degree":2,"count":45},{"degree":3,"count":18},{"degree":4,"count":16},{"degree":5,"count":6},{"degree":6,"count":6},{"degree":7,"count":5},{"degree":8,"count":2},{"degree":10,"count":2},{"degree":11,"count":2},{"degree":14,"count":1},{"degree":19,"count":1},{"degree":32,"count":1},{"degree":38,"count":1},{"degree":56,"count":2},{"degree":59,"count":1},{"degree":74,"count":1},{"degree":81,"count":1}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":111},{"arity":2,"count":42},{"arity":3,"count":25},{"arity":4,"count":24},{"arity":5,"count":9},{"arity":6,"count":38},{"arity":7,"count":14},{"arity":8,"count":5},{"arity":9,"count":1},{"arity":10,"count":1}]
Number of extensional constraints159
Number of intensional constraints111
Distribution of constraint types[{"type":"extension","count":159},{"type":"intension","count":111}]
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-4250216-1500696572.xml"  -tl '2400s' -p 8 -x 3
0.00/0.19	c [HOME/instance-4250216-1500696572.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.24	c 8 solvers in parallel
0.00/0.31	c parse instance...
11.87/6.43	c solve instance...
13.95/6.73	s UNSATISFIABLE

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-4250216-1500696572/watcher-4250216-1500696572 -o /tmp/evaluation-result-4250216-1500696572/solver-4250216-1500696572 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500683785-15436 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1263468326 HOME/instance-4250216-1500696572.xml 

pid=17355
running on 8 cores: 1,3,5,7,9,11,13,15

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: 6.53 5.76 9.85 10/270 17358
/proc/meminfo: memFree=24872420/32770624 swapFree=5780/272628
[pid=17358] ppid=17355 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17358/stat : 17358 (xcsp3-exec) S 17355 17358 14782 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4923492 9740288 346 33554432000 4194304 5098028 140720847079968 140720847078072 140230586950268 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 37617664 140720847082638 140720847082848 140720847082848 140720847085547 0
/proc/17358/statm: 2378 346 289 221 0 87 0

[startup+0.100101 s]
/proc/loadavg: 6.53 5.76 9.85 10/270 17358
/proc/meminfo: memFree=24872420/32770624 swapFree=5780/272628
[pid=17358] ppid=17355 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17358/stat : 17358 (xcsp3-exec) S 17355 17358 14782 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4923492 9740288 346 33554432000 4194304 5098028 140720847079968 140720847078072 140230586950268 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 37617664 140720847082638 140720847082848 140720847082848 140720847085547 0
/proc/17358/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200311 s]
/proc/loadavg: 6.53 5.76 9.85 10/270 17358
/proc/meminfo: memFree=24872420/32770624 swapFree=5780/272628
[pid=17358] ppid=17355 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17358/stat : 17358 (xcsp3-exec) S 17355 17358 14782 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4923492 9740288 346 33554432000 4194304 5098028 140720847079968 140720847078072 140230586950268 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 37617664 140720847082638 140720847082848 140720847082848 140720847085547 0
/proc/17358/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300226 s]
/proc/loadavg: 6.53 5.76 9.85 10/270 17358
/proc/meminfo: memFree=24872420/32770624 swapFree=5780/272628
[pid=17358] ppid=17355 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17358/stat : 17358 (xcsp3-exec) S 17355 17358 14782 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4923492 9740288 346 33554432000 4194304 5098028 140720847079968 140720847078072 140230586950268 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 37617664 140720847082638 140720847082848 140720847082848 140720847085547 0
/proc/17358/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700231 s]
/proc/loadavg: 6.53 5.76 9.85 10/270 17358
/proc/meminfo: memFree=24872420/32770624 swapFree=5780/272628
[pid=17358] ppid=17355 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17358/stat : 17358 (xcsp3-exec) S 17355 17358 14782 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4923492 9740288 346 33554432000 4194304 5098028 140720847079968 140720847078072 140230586950268 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 37617664 140720847082638 140720847082848 140720847082848 140720847085547 0
/proc/17358/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50081 s]
/proc/loadavg: 6.53 5.76 9.85 10/291 17379
/proc/meminfo: memFree=24660192/32770624 swapFree=5780/272596
[pid=17358] ppid=17355 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17358/stat : 17358 (xcsp3-exec) S 17355 17358 14782 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4923492 9740288 346 33554432000 4194304 5098028 140720847079968 140720847078072 140230586950268 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 37617664 140720847082638 140720847082848 140720847082848 140720847085547 0
/proc/17358/statm: 2378 346 289 221 0 87 0
[pid=17359] ppid=17358 vsize=13269256 CPUtime=3.63 cores=1,3,5,7,9,11,13,15
/proc/17359/stat : 17359 (java) S 17358 17358 14782 0 -1 1077944320 14333 0 0 0 339 24 0 0 20 0 20 0 4923492 13587718144 62916 33554432000 4194304 4196468 140729585192160 140729585174704 140254081494775 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
/proc/17359/statm: 3317314 62916 3222 1 0 3304547 0
[pid=17359/tid=17360] ppid=17358 vsize=13269256 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17360/stat : 17360 (java) R 17358 17358 14782 0 -1 4202560 6686 0 0 0 137 5 0 0 20 0 20 0 4923493 13587718144 62916 33554432000 4194304 4196468 140729585192160 140254085730856 140253720953901 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17362] ppid=17358 vsize=13269256 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17362/stat : 17362 (java) S 17358 17358 14782 0 -1 1077944384 11 0 0 0 0 1 0 0 20 0 20 0 4923494 13587718144 62916 33554432000 4194304 4196468 140729585192160 140254038046992 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17363] ppid=17358 vsize=13269256 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17363/stat : 17363 (java) S 17358 17358 14782 0 -1 1077944384 28 0 0 0 1 2 0 0 20 0 20 0 4923494 13587718144 62916 33554432000 4194304 4196468 140729585192160 140253679253904 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17364] ppid=17358 vsize=13269256 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17364/stat : 17364 (java) S 17358 17358 14782 0 -1 1077944384 21 0 0 0 1 1 0 0 20 0 20 0 4923494 13587718144 62916 33554432000 4194304 4196468 140729585192160 140253678201360 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17365] ppid=17358 vsize=13269256 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17365/stat : 17365 (java) S 17358 17358 14782 0 -1 1077944384 23 0 0 0 1 2 0 0 20 0 20 0 4923494 13587718144 62916 33554432000 4194304 4196468 140729585192160 140253677148816 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17366] ppid=17358 vsize=13269256 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17366/stat : 17366 (java) S 17358 17358 14782 0 -1 1077944384 21 0 0 0 1 2 0 0 20 0 20 0 4923494 13587718144 62916 33554432000 4194304 4196468 140729585192160 140253676096272 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17367] ppid=17358 vsize=13269256 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17367/stat : 17367 (java) S 17358 17358 14782 0 -1 1077944384 15 0 0 0 1 1 0 0 20 0 20 0 4923494 13587718144 62916 33554432000 4194304 4196468 140729585192160 140253675043728 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17368] ppid=17358 vsize=13269256 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17368/stat : 17368 (java) S 17358 17358 14782 0 -1 1077944384 30 0 0 0 1 2 0 0 20 0 20 0 4923494 13587718144 62916 33554432000 4194304 4196468 140729585192160 140253673991184 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17369] ppid=17358 vsize=13269256 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17369/stat : 17369 (java) S 17358 17358 14782 0 -1 1077944384 17 0 0 0 0 1 0 0 20 0 20 0 4923494 13587718144 62916 33554432000 4194304 4196468 140729585192160 140253672938640 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17370] ppid=17358 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17370/stat : 17370 (java) S 17358 17358 14782 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 20 0 4923496 13587718144 62916 33554432000 4194304 4196468 140729585192160 140253543819248 140254081505922 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17371] ppid=17358 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17371/stat : 17371 (java) S 17358 17358 14782 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4923497 13587718144 62916 33554432000 4194304 4196468 140729585192160 140253542765472 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17372] ppid=17358 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17372/stat : 17372 (java) S 17358 17358 14782 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4923497 13587718144 62916 33554432000 4194304 4196468 140729585192160 140253541712880 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17373] ppid=17358 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17373/stat : 17373 (java) S 17358 17358 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4923501 13587718144 62916 33554432000 4194304 4196468 140729585192160 140253540661456 140254081513371 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17374] ppid=17358 vsize=13269256 CPUtime=0.5 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17374/stat : 17374 (java) S 17358 17358 14782 0 -1 1077944384 1679 0 0 0 50 0 0 0 20 0 20 0 4923501 13587718144 62916 33554432000 4194304 4196468 140729585192160 140253539609072 140254081505922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17375] ppid=17358 vsize=13269256 CPUtime=0.49 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17375/stat : 17375 (java) S 17358 17358 14782 0 -1 1077944384 1139 0 0 0 49 0 0 0 20 0 20 0 4923501 13587718144 62916 33554432000 4194304 4196468 140729585192160 140253538556528 140254081505922 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17376] ppid=17358 vsize=13269256 CPUtime=0.48 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17376/stat : 17376 (java) S 17358 17358 14782 0 -1 1077944384 1440 0 0 0 48 0 0 0 20 0 20 0 4923501 13587718144 62916 33554432000 4194304 4196468 140729585192160 140253537503984 140254081505922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17377] ppid=17358 vsize=13269256 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17377/stat : 17377 (java) S 17358 17358 14782 0 -1 1077944384 1843 0 0 0 42 1 0 0 20 0 20 0 4923501 13587718144 62916 33554432000 4194304 4196468 140729585192160 140253536451440 140254081505922 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17378] ppid=17358 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17378/stat : 17378 (java) S 17358 17358 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4923501 13587718144 62916 33554432000 4194304 4196468 140729585192160 140253535398112 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17379] ppid=17358 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17379/stat : 17379 (java) S 17358 17358 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4923502 13587718144 62916 33554432000 4194304 4196468 140729585192160 140253534345648 140254081505922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 13278768

[startup+3.10082 s]
/proc/loadavg: 6.53 5.76 9.85 3/291 17379
/proc/meminfo: memFree=24507472/32770624 swapFree=5780/272608
[pid=17358] ppid=17355 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17358/stat : 17358 (xcsp3-exec) S 17355 17358 14782 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4923492 9740288 346 33554432000 4194304 5098028 140720847079968 140720847078072 140230586950268 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 37617664 140720847082638 140720847082848 140720847082848 140720847085547 0
/proc/17358/statm: 2378 346 289 221 0 87 0
[pid=17359] ppid=17358 vsize=13269256 CPUtime=6.29 cores=1,3,5,7,9,11,13,15
/proc/17359/stat : 17359 (java) S 17358 17358 14782 0 -1 1077944320 16275 0 0 0 553 76 0 0 20 0 20 0 4923492 13587718144 162889 33554432000 4194304 4196468 140729585192160 140729585174704 140254081494775 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
/proc/17359/statm: 3317314 163401 3244 1 0 3304547 0
[pid=17359/tid=17360] ppid=17358 vsize=13269256 CPUtime=2.82 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17360/stat : 17360 (java) S 17358 17358 14782 0 -1 1077944384 6890 0 0 0 272 10 0 0 20 0 20 0 4923493 13587718144 163401 33554432000 4194304 4196468 140729585192160 140254085731408 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17362] ppid=17358 vsize=13269256 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17362/stat : 17362 (java) R 17358 17358 14782 0 -1 4202560 115 0 0 0 5 7 0 0 20 0 20 0 4923494 13587718144 163401 33554432000 4194304 4196468 140729585192160 140254038047192 140254074594475 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17363] ppid=17358 vsize=13269256 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17363/stat : 17363 (java) R 17358 17358 14782 0 -1 4202560 75 0 0 0 5 6 0 0 20 0 20 0 4923494 13587718144 163401 33554432000 4194304 4196468 140729585192160 140253679254104 140254066516896 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17364] ppid=17358 vsize=13269256 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17364/stat : 17364 (java) R 17358 17358 14782 0 -1 4202560 66 0 0 0 6 7 0 0 20 0 20 0 4923494 13587718144 163401 33554432000 4194304 4196468 140729585192160 140253678201560 140254066522658 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17365] ppid=17358 vsize=13269256 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17365/stat : 17365 (java) R 17358 17358 14782 0 -1 4202560 65 0 0 0 5 8 0 0 20 0 20 0 4923494 13587718144 163401 33554432000 4194304 4196468 140729585192160 140253677148704 140254066522658 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17366] ppid=17358 vsize=13269256 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17366/stat : 17366 (java) R 17358 17358 14782 0 -1 4202560 104 0 0 0 7 7 0 0 20 0 20 0 4923494 13587718144 163401 33554432000 4194304 4196468 140729585192160 140253676096472 140254066522658 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17367] ppid=17358 vsize=13269256 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17367/stat : 17367 (java) R 17358 17358 14782 0 -1 4202560 333 0 0 0 6 7 0 0 20 0 20 0 4923494 13587718144 163401 33554432000 4194304 4196468 140729585192160 140253675043928 140254074594475 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17368] ppid=17358 vsize=13269256 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17368/stat : 17368 (java) R 17358 17358 14782 0 -1 4202560 88 0 0 0 6 8 0 0 20 0 20 0 4923494 13587718144 163401 33554432000 4194304 4196468 140729585192160 140253673991384 140254066522658 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17369] ppid=17358 vsize=13269256 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17369/stat : 17369 (java) R 17358 17358 14782 0 -1 4202560 65 0 0 0 5 8 0 0 20 0 20 0 4923494 13587718144 163401 33554432000 4194304 4196468 140729585192160 140253672938840 140254066522649 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17370] ppid=17358 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17370/stat : 17370 (java) S 17358 17358 14782 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 20 0 4923496 13587718144 163401 33554432000 4194304 4196468 140729585192160 140253543817760 140254081504981 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17371] ppid=17358 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17371/stat : 17371 (java) S 17358 17358 14782 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4923497 13587718144 163401 33554432000 4194304 4196468 140729585192160 140253542765536 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17372] ppid=17358 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17372/stat : 17372 (java) S 17358 17358 14782 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4923497 13587718144 163401 33554432000 4194304 4196468 140729585192160 140253541712896 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17373] ppid=17358 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17373/stat : 17373 (java) S 17358 17358 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4923501 13587718144 163401 33554432000 4194304 4196468 140729585192160 140253540661456 140254081513371 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17374] ppid=17358 vsize=13269256 CPUtime=0.7 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17374/stat : 17374 (java) S 17358 17358 14782 0 -1 1077944384 2159 0 0 0 70 0 0 0 20 0 20 0 4923501 13587718144 163401 33554432000 4194304 4196468 140729585192160 140253539609072 140254081505922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17375] ppid=17358 vsize=13269256 CPUtime=0.53 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17375/stat : 17375 (java) S 17358 17358 14782 0 -1 1077944384 1154 0 0 0 53 0 0 0 20 0 20 0 4923501 13587718144 163401 33554432000 4194304 4196468 140729585192160 140253538556528 140254081505922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17376] ppid=17358 vsize=13269256 CPUtime=0.54 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17376/stat : 17376 (java) S 17358 17358 14782 0 -1 1077944384 1468 0 0 0 54 0 0 0 20 0 20 0 4923501 13587718144 163401 33554432000 4194304 4196468 140729585192160 140253537503984 140254081505922 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17377] ppid=17358 vsize=13269256 CPUtime=0.54 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17377/stat : 17377 (java) S 17358 17358 14782 0 -1 1077944384 2184 0 0 0 53 1 0 0 20 0 20 0 4923501 13587718144 163401 33554432000 4194304 4196468 140729585192160 140253536451440 140254081505922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 16 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17378] ppid=17358 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17378/stat : 17378 (java) S 17358 17358 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4923501 13587718144 163401 33554432000 4194304 4196468 140729585192160 140253535398112 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17379] ppid=17358 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17379/stat : 17379 (java) S 17358 17358 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4923502 13587718144 163401 33554432000 4194304 4196468 140729585192160 140253534345648 140254081505922 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 13 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13278768

[startup+6.30105 s]
/proc/loadavg: 6.73 5.81 9.84 10/291 17379
/proc/meminfo: memFree=23070768/32770624 swapFree=5780/272608
[pid=17358] ppid=17355 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17358/stat : 17358 (xcsp3-exec) S 17355 17358 14782 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4923492 9740288 346 33554432000 4194304 5098028 140720847079968 140720847078072 140230586950268 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 37617664 140720847082638 140720847082848 140720847082848 140720847085547 0
/proc/17358/statm: 2378 346 289 221 0 87 0
[pid=17359] ppid=17358 vsize=13269256 CPUtime=11.77 cores=1,3,5,7,9,11,13,15
/proc/17359/stat : 17359 (java) S 17358 17358 14782 0 -1 1077944320 18154 0 0 0 980 197 0 0 20 0 20 0 4923492 13587718144 335175 33554432000 4194304 4196468 140729585192160 140729585174704 140254081494775 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
/proc/17359/statm: 3317314 335175 3249 1 0 3304547 0
[pid=17359/tid=17360] ppid=17358 vsize=13269256 CPUtime=5.74 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17360/stat : 17360 (java) R 17358 17358 14782 0 -1 4202560 7286 0 0 0 558 16 0 0 20 0 20 0 4923493 13587718144 335175 33554432000 4194304 4196468 140729585192160 140254085729944 140253721742353 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17362] ppid=17358 vsize=13269256 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17362/stat : 17362 (java) S 17358 17358 14782 0 -1 1077944384 216 0 0 0 17 21 0 0 20 0 20 0 4923494 13587718144 335175 33554432000 4194304 4196468 140729585192160 140254038046992 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17363] ppid=17358 vsize=13269256 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17363/stat : 17363 (java) S 17358 17358 14782 0 -1 1077944384 176 0 0 0 18 21 0 0 20 0 20 0 4923494 13587718144 335175 33554432000 4194304 4196468 140729585192160 140253679253904 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17364] ppid=17358 vsize=13269256 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17364/stat : 17364 (java) S 17358 17358 14782 0 -1 1077944384 155 0 0 0 17 20 0 0 20 0 20 0 4923494 13587718144 335175 33554432000 4194304 4196468 140729585192160 140253678201360 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17365] ppid=17358 vsize=13269256 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17365/stat : 17365 (java) S 17358 17358 14782 0 -1 1077944384 184 0 0 0 17 22 0 0 20 0 20 0 4923494 13587718144 335175 33554432000 4194304 4196468 140729585192160 140253677148816 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17366] ppid=17358 vsize=13269256 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17366/stat : 17366 (java) S 17358 17358 14782 0 -1 1077944384 267 0 0 0 19 21 0 0 20 0 20 0 4923494 13587718144 335175 33554432000 4194304 4196468 140729585192160 140253676096272 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17367] ppid=17358 vsize=13269256 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17367/stat : 17367 (java) S 17358 17358 14782 0 -1 1077944384 430 0 0 0 19 21 0 0 20 0 20 0 4923494 13587718144 335175 33554432000 4194304 4196468 140729585192160 140253675043728 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17368] ppid=17358 vsize=13269256 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17368/stat : 17368 (java) S 17358 17358 14782 0 -1 1077944384 190 0 0 0 17 23 0 0 20 0 20 0 4923494 13587718144 335175 33554432000 4194304 4196468 140729585192160 140253673991184 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17369] ppid=17358 vsize=13269256 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17369/stat : 17369 (java) S 17358 17358 14782 0 -1 1077944384 167 0 0 0 16 23 0 0 20 0 20 0 4923494 13587718144 335175 33554432000 4194304 4196468 140729585192160 140253672938640 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17370] ppid=17358 vsize=13269256 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17370/stat : 17370 (java) S 17358 17358 14782 0 -1 1077944384 533 0 0 0 1 0 0 0 20 0 20 0 4923496 13587718144 335175 33554432000 4194304 4196468 140729585192160 140253543819248 140254081505922 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17371] ppid=17358 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17371/stat : 17371 (java) S 17358 17358 14782 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4923497 13587718144 335175 33554432000 4194304 4196468 140729585192160 140253542765536 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17372] ppid=17358 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17372/stat : 17372 (java) S 17358 17358 14782 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 20 0 4923497 13587718144 335175 33554432000 4194304 4196468 140729585192160 140253541712896 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17373] ppid=17358 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17373/stat : 17373 (java) S 17358 17358 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4923501 13587718144 335175 33554432000 4194304 4196468 140729585192160 140253540661456 140254081513371 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0

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

/proc/17359/task/17363/stat : 17363 (java) S 17358 17358 14782 0 -1 1077944384 176 0 0 0 18 21 0 0 20 0 20 0 4923494 13587718144 335175 33554432000 4194304 4196468 140729585192160 140253679253904 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17364] ppid=17358 vsize=13269256 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17364/stat : 17364 (java) S 17358 17358 14782 0 -1 1077944384 155 0 0 0 17 20 0 0 20 0 20 0 4923494 13587718144 335175 33554432000 4194304 4196468 140729585192160 140253678201360 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17365] ppid=17358 vsize=13269256 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17365/stat : 17365 (java) S 17358 17358 14782 0 -1 1077944384 184 0 0 0 17 22 0 0 20 0 20 0 4923494 13587718144 335175 33554432000 4194304 4196468 140729585192160 140253677148816 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17366] ppid=17358 vsize=13269256 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17366/stat : 17366 (java) S 17358 17358 14782 0 -1 1077944384 267 0 0 0 19 21 0 0 20 0 20 0 4923494 13587718144 335175 33554432000 4194304 4196468 140729585192160 140253676096272 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17367] ppid=17358 vsize=13269256 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17367/stat : 17367 (java) S 17358 17358 14782 0 -1 1077944384 430 0 0 0 19 21 0 0 20 0 20 0 4923494 13587718144 335175 33554432000 4194304 4196468 140729585192160 140253675043728 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17368] ppid=17358 vsize=13269256 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17368/stat : 17368 (java) S 17358 17358 14782 0 -1 1077944384 190 0 0 0 17 23 0 0 20 0 20 0 4923494 13587718144 335175 33554432000 4194304 4196468 140729585192160 140253673991184 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17369] ppid=17358 vsize=13269256 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17369/stat : 17369 (java) S 17358 17358 14782 0 -1 1077944384 167 0 0 0 16 23 0 0 20 0 20 0 4923494 13587718144 335175 33554432000 4194304 4196468 140729585192160 140253672938640 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17370] ppid=17358 vsize=13269256 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17370/stat : 17370 (java) S 17358 17358 14782 0 -1 1077944384 533 0 0 0 1 0 0 0 20 0 20 0 4923496 13587718144 335175 33554432000 4194304 4196468 140729585192160 140253543819248 140254081505922 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17371] ppid=17358 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17371/stat : 17371 (java) S 17358 17358 14782 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4923497 13587718144 335175 33554432000 4194304 4196468 140729585192160 140253542765536 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17372] ppid=17358 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17372/stat : 17372 (java) S 17358 17358 14782 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 20 0 4923497 13587718144 335175 33554432000 4194304 4196468 140729585192160 140253541712896 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17373] ppid=17358 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17373/stat : 17373 (java) S 17358 17358 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4923501 13587718144 335175 33554432000 4194304 4196468 140729585192160 140253540661456 140254081513371 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17374] ppid=17358 vsize=13269256 CPUtime=0.82 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17374/stat : 17374 (java) S 17358 17358 14782 0 -1 1077944384 2185 0 0 0 82 0 0 0 20 0 20 0 4923501 13587718144 335175 33554432000 4194304 4196468 140729585192160 140253539609072 140254081505922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17375] ppid=17358 vsize=13269256 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17375/stat : 17375 (java) S 17358 17358 14782 0 -1 1077944384 1274 0 0 0 68 0 0 0 20 0 20 0 4923501 13587718144 335175 33554432000 4194304 4196468 140729585192160 140253538556528 140254081505922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17376] ppid=17358 vsize=13269256 CPUtime=0.64 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17376/stat : 17376 (java) S 17358 17358 14782 0 -1 1077944384 1500 0 0 0 64 0 0 0 20 0 20 0 4923501 13587718144 335175 33554432000 4194304 4196468 140729585192160 140253537503984 140254081505922 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17377] ppid=17358 vsize=13269256 CPUtime=0.62 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17377/stat : 17377 (java) S 17358 17358 14782 0 -1 1077944384 2288 0 0 0 60 2 0 0 20 0 20 0 4923501 13587718144 335175 33554432000 4194304 4196468 140729585192160 140253536451440 140254081505922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 16 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17378] ppid=17358 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17378/stat : 17378 (java) S 17358 17358 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4923501 13587718144 335175 33554432000 4194304 4196468 140729585192160 140253535398112 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17379] ppid=17358 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17379/stat : 17379 (java) S 17358 17358 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4923502 13587718144 335175 33554432000 4194304 4196468 140729585192160 140253534345648 140254081505922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
Current children cumulated CPU time (s) 11.87
Current children cumulated vsize (KiB) 13278768

[startup+6.6011 s]
/proc/loadavg: 6.73 5.81 9.84 18/299 17387
/proc/meminfo: memFree=21968836/32770624 swapFree=5780/272608
[pid=17358] ppid=17355 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17358/stat : 17358 (xcsp3-exec) S 17355 17358 14782 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4923492 9740288 346 33554432000 4194304 5098028 140720847079968 140720847078072 140230586950268 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 37617664 140720847082638 140720847082848 140720847082848 140720847085547 0
/proc/17358/statm: 2378 346 289 221 0 87 0
[pid=17359] ppid=17358 vsize=13801768 CPUtime=13.18 cores=1,3,5,7,9,11,13,15
/proc/17359/stat : 17359 (java) S 17358 17358 14782 0 -1 1077944320 18922 0 0 0 1120 198 0 0 20 0 28 0 4923492 14133010432 335529 33554432000 4194304 4196468 140729585192160 140729585174704 140254081494775 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
/proc/17359/statm: 3450442 335529 3252 1 0 3437675 0
[pid=17359/tid=17360] ppid=17358 vsize=13801768 CPUtime=5.88 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17360/stat : 17360 (java) S 17358 17358 14782 0 -1 1077944384 7352 0 0 0 572 16 0 0 20 0 28 0 4923493 14133010432 335529 33554432000 4194304 4196468 140729585192160 140254085735552 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17362] ppid=17358 vsize=13801768 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17362/stat : 17362 (java) S 17358 17358 14782 0 -1 1077944384 216 0 0 0 17 21 0 0 20 0 28 0 4923494 14133010432 335529 33554432000 4194304 4196468 140729585192160 140254038046992 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17363] ppid=17358 vsize=13801768 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17363/stat : 17363 (java) S 17358 17358 14782 0 -1 1077944384 176 0 0 0 18 21 0 0 20 0 28 0 4923494 14133010432 335529 33554432000 4194304 4196468 140729585192160 140253679253904 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17364] ppid=17358 vsize=13801768 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17364/stat : 17364 (java) S 17358 17358 14782 0 -1 1077944384 155 0 0 0 17 20 0 0 20 0 28 0 4923494 14133010432 335529 33554432000 4194304 4196468 140729585192160 140253678201360 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17365] ppid=17358 vsize=13801768 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17365/stat : 17365 (java) S 17358 17358 14782 0 -1 1077944384 184 0 0 0 17 22 0 0 20 0 28 0 4923494 14133010432 335529 33554432000 4194304 4196468 140729585192160 140253677148816 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17366] ppid=17358 vsize=13801768 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17366/stat : 17366 (java) S 17358 17358 14782 0 -1 1077944384 267 0 0 0 19 21 0 0 20 0 28 0 4923494 14133010432 335529 33554432000 4194304 4196468 140729585192160 140253676096272 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17367] ppid=17358 vsize=13801768 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17367/stat : 17367 (java) S 17358 17358 14782 0 -1 1077944384 430 0 0 0 19 21 0 0 20 0 28 0 4923494 14133010432 335529 33554432000 4194304 4196468 140729585192160 140253675043728 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17368] ppid=17358 vsize=13801768 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17368/stat : 17368 (java) S 17358 17358 14782 0 -1 1077944384 190 0 0 0 17 23 0 0 20 0 28 0 4923494 14133010432 335529 33554432000 4194304 4196468 140729585192160 140253673991184 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17369] ppid=17358 vsize=13801768 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17369/stat : 17369 (java) S 17358 17358 14782 0 -1 1077944384 167 0 0 0 16 23 0 0 20 0 28 0 4923494 14133010432 335529 33554432000 4194304 4196468 140729585192160 140253672938640 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17370] ppid=17358 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17370/stat : 17370 (java) S 17358 17358 14782 0 -1 1077944384 559 0 0 0 1 0 0 0 20 0 28 0 4923496 14133010432 335529 33554432000 4194304 4196468 140729585192160 140253543819248 140254081505922 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 9 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17371] ppid=17358 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17371/stat : 17371 (java) S 17358 17358 14782 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 4923497 14133010432 335529 33554432000 4194304 4196468 140729585192160 140253542765536 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17372] ppid=17358 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17372/stat : 17372 (java) S 17358 17358 14782 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 28 0 4923497 14133010432 335529 33554432000 4194304 4196468 140729585192160 140253541712896 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17373] ppid=17358 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17373/stat : 17373 (java) S 17358 17358 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4923501 14133010432 335529 33554432000 4194304 4196468 140729585192160 140253540661456 140254081513371 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17374] ppid=17358 vsize=13801768 CPUtime=0.98 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17374/stat : 17374 (java) R 17358 17358 14782 0 -1 4202560 2224 0 0 0 98 0 0 0 20 0 28 0 4923501 14133010432 335529 33554432000 4194304 4196468 140729585192160 140253539595328 140254061331162 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17375] ppid=17358 vsize=13801768 CPUtime=0.84 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17375/stat : 17375 (java) R 17358 17358 14782 0 -1 4202560 1315 0 0 0 84 0 0 0 20 0 28 0 4923501 14133010432 335529 33554432000 4194304 4196468 140729585192160 140253538549720 140254064980763 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17376] ppid=17358 vsize=13801768 CPUtime=0.79 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17376/stat : 17376 (java) R 17358 17358 14782 0 -1 4202560 1535 0 0 0 79 0 0 0 20 0 28 0 4923501 14133010432 335529 33554432000 4194304 4196468 140729585192160 140253537490800 140254060740623 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17377] ppid=17358 vsize=13801768 CPUtime=0.74 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17377/stat : 17377 (java) R 17358 17358 14782 0 -1 4202560 2447 0 0 0 72 2 0 0 20 0 28 0 4923501 14133010432 335529 33554432000 4194304 4196468 140729585192160 140253536451440 140254081516122 0 4 0 16800975 0 0 0 -1 9 0 0 16 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17378] ppid=17358 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17378/stat : 17378 (java) S 17358 17358 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4923501 14133010432 335529 33554432000 4194304 4196468 140729585192160 140253535398112 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17379] ppid=17358 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17379/stat : 17379 (java) S 17358 17358 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4923502 14133010432 335529 33554432000 4194304 4196468 140729585192160 140253534345648 140254081505922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17380] ppid=17358 vsize=13801768 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17380/stat : 17380 (java) R 17358 17358 14782 0 -1 4202560 82 0 0 0 6 0 0 0 20 0 28 0 4924137 14133010432 335529 33554432000 4194304 4196468 140729585192160 140253526329200 140254081516122 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17381] ppid=17358 vsize=13801768 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17381/stat : 17381 (java) S 17358 17358 14782 0 -1 1077944384 53 0 0 0 7 0 0 0 20 0 28 0 4924137 14133010432 335529 33554432000 4194304 4196468 140729585192160 140253525277776 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17382] ppid=17358 vsize=13801768 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17382/stat : 17382 (java) R 17358 17358 14782 0 -1 4202560 50 0 0 0 10 0 0 0 20 0 28 0 4924137 14133010432 335529 33554432000 4194304 4196468 140729585192160 140253524222400 140253717364800 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17383] ppid=17358 vsize=13801768 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17383/stat : 17383 (java) R 17358 17358 14782 0 -1 4202560 66 0 0 0 6 0 0 0 20 0 28 0 4924137 14133010432 335529 33554432000 4194304 4196468 140729585192160 140253523175992 140253724463954 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17384] ppid=17358 vsize=13801768 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17384/stat : 17384 (java) R 17358 17358 14782 0 -1 4202560 48 0 0 0 13 0 0 0 20 0 28 0 4924137 14133010432 335529 33554432000 4194304 4196468 140729585192160 140253522120640 140253717482500 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17385] ppid=17358 vsize=13801768 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17385/stat : 17385 (java) R 17358 17358 14782 0 -1 4202560 39 0 0 0 7 0 0 0 20 0 28 0 4924137 14133010432 335529 33554432000 4194304 4196468 140729585192160 140253521067600 140254081506710 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17386] ppid=17358 vsize=13801768 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17386/stat : 17386 (java) R 17358 17358 14782 0 -1 1077944384 33 0 0 0 7 0 0 0 20 0 28 0 4924137 14133010432 335529 33554432000 4194304 4196468 140729585192160 140253520014032 140254081504981 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17387] ppid=17358 vsize=13801768 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17387/stat : 17387 (java) S 17358 17358 14782 0 -1 1077944384 32 0 0 0 6 0 0 0 20 0 28 0 4924137 14133010432 335529 33554432000 4194304 4196468 140729585192160 140253518961488 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
Current children cumulated CPU time (s) 13.18
Current children cumulated vsize (KiB) 13811280

[startup+6.71437 s]
/proc/loadavg: 6.73 5.81 9.84 18/299 17387
/proc/meminfo: memFree=21968836/32770624 swapFree=5780/272608
[pid=17358] ppid=17355 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17358/stat : 17358 (xcsp3-exec) S 17355 17358 14782 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4923492 9740288 346 33554432000 4194304 5098028 140720847079968 140720847078072 140230586950268 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 37617664 140720847082638 140720847082848 140720847082848 140720847085547 0
/proc/17358/statm: 2378 346 289 221 0 87 0
[pid=17359] ppid=17358 vsize=13801768 CPUtime=13.95 cores=1,3,5,7,9,11,13,15
/proc/17359/stat : 17359 (java) S 17358 17358 14782 0 -1 1077944320 19128 0 0 0 1197 198 0 0 20 0 28 0 4923492 14133010432 335687 33554432000 4194304 4196468 140729585192160 140729585174704 140254081494775 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
/proc/17359/statm: 3450442 335687 3253 1 0 3437675 0
[pid=17359/tid=17360] ppid=17358 vsize=13801768 CPUtime=5.88 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17360/stat : 17360 (java) S 17358 17358 14782 0 -1 1077944384 7352 0 0 0 572 16 0 0 20 0 28 0 4923493 14133010432 335687 33554432000 4194304 4196468 140729585192160 140254085735552 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17362] ppid=17358 vsize=13801768 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17362/stat : 17362 (java) S 17358 17358 14782 0 -1 1077944384 216 0 0 0 17 21 0 0 20 0 28 0 4923494 14133010432 335687 33554432000 4194304 4196468 140729585192160 140254038046992 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17363] ppid=17358 vsize=13801768 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17363/stat : 17363 (java) S 17358 17358 14782 0 -1 1077944384 176 0 0 0 18 21 0 0 20 0 28 0 4923494 14133010432 335687 33554432000 4194304 4196468 140729585192160 140253679253904 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17364] ppid=17358 vsize=13801768 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17364/stat : 17364 (java) S 17358 17358 14782 0 -1 1077944384 155 0 0 0 17 20 0 0 20 0 28 0 4923494 14133010432 335687 33554432000 4194304 4196468 140729585192160 140253678201360 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17365] ppid=17358 vsize=13801768 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17365/stat : 17365 (java) S 17358 17358 14782 0 -1 1077944384 184 0 0 0 17 22 0 0 20 0 28 0 4923494 14133010432 335687 33554432000 4194304 4196468 140729585192160 140253677148816 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17366] ppid=17358 vsize=13801768 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17366/stat : 17366 (java) S 17358 17358 14782 0 -1 1077944384 267 0 0 0 19 21 0 0 20 0 28 0 4923494 14133010432 335687 33554432000 4194304 4196468 140729585192160 140253676096272 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17367] ppid=17358 vsize=13801768 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17367/stat : 17367 (java) S 17358 17358 14782 0 -1 1077944384 430 0 0 0 19 21 0 0 20 0 28 0 4923494 14133010432 335687 33554432000 4194304 4196468 140729585192160 140253675043728 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17368] ppid=17358 vsize=13801768 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17368/stat : 17368 (java) S 17358 17358 14782 0 -1 1077944384 190 0 0 0 17 23 0 0 20 0 28 0 4923494 14133010432 335687 33554432000 4194304 4196468 140729585192160 140253673991184 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17369] ppid=17358 vsize=13801768 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17369/stat : 17369 (java) S 17358 17358 14782 0 -1 1077944384 167 0 0 0 16 23 0 0 20 0 28 0 4923494 14133010432 335687 33554432000 4194304 4196468 140729585192160 140253672938640 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17370] ppid=17358 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17370/stat : 17370 (java) S 17358 17358 14782 0 -1 1077944384 559 0 0 0 1 0 0 0 20 0 28 0 4923496 14133010432 335687 33554432000 4194304 4196468 140729585192160 140253543819248 140254081505922 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 9 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17371] ppid=17358 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17371/stat : 17371 (java) S 17358 17358 14782 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 4923497 14133010432 335687 33554432000 4194304 4196468 140729585192160 140253542765536 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17372] ppid=17358 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17372/stat : 17372 (java) S 17358 17358 14782 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 28 0 4923497 14133010432 335687 33554432000 4194304 4196468 140729585192160 140253541712896 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17373] ppid=17358 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17373/stat : 17373 (java) S 17358 17358 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4923501 14133010432 335687 33554432000 4194304 4196468 140729585192160 140253540661456 140254081513371 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17374] ppid=17358 vsize=13801768 CPUtime=1.06 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17374/stat : 17374 (java) R 17358 17358 14782 0 -1 4202560 2249 0 0 0 106 0 0 0 20 0 28 0 4923501 14133010432 335687 33554432000 4194304 4196468 140729585192160 140253539597072 140254065889683 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17375] ppid=17358 vsize=13801768 CPUtime=0.9 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17375/stat : 17375 (java) R 17358 17358 14782 0 -1 4202560 1350 0 0 0 90 0 0 0 20 0 28 0 4923501 14133010432 335687 33554432000 4194304 4196468 140729585192160 140253538542496 140254063016209 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17376] ppid=17358 vsize=13801768 CPUtime=0.89 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17376/stat : 17376 (java) R 17358 17358 14782 0 -1 4202560 1557 0 0 0 89 0 0 0 20 0 28 0 4923501 14133010432 335687 33554432000 4194304 4196468 140729585192160 140253537493144 140254060741536 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17377] ppid=17358 vsize=13801768 CPUtime=0.77 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17377/stat : 17377 (java) R 17358 17358 14782 0 -1 4202560 2527 0 0 0 75 2 0 0 20 0 28 0 4923501 14133010432 335687 33554432000 4194304 4196468 140729585192160 140253536451440 140254074594622 0 4 0 16800975 0 0 0 -1 1 0 0 16 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17378] ppid=17358 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17378/stat : 17378 (java) S 17358 17358 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4923501 14133010432 335687 33554432000 4194304 4196468 140729585192160 140253535398112 140254081504981 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17379] ppid=17358 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17379/stat : 17379 (java) S 17358 17358 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4923502 14133010432 335687 33554432000 4194304 4196468 140729585192160 140253534345648 140254081505922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17380] ppid=17358 vsize=13801768 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17380/stat : 17380 (java) R 17358 17358 14782 0 -1 4202560 89 0 0 0 13 0 0 0 20 0 28 0 4924137 14133010432 335687 33554432000 4194304 4196468 140729585192160 140253526326072 140253724655512 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17381] ppid=17358 vsize=13801768 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17381/stat : 17381 (java) R 17358 17358 14782 0 -1 4202560 54 0 0 0 13 0 0 0 20 0 28 0 4924137 14133010432 335687 33554432000 4194304 4196468 140729585192160 140253525278368 140253724606912 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17382] ppid=17358 vsize=13801768 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17382/stat : 17382 (java) R 17358 17358 14782 0 -1 4202560 57 0 0 0 15 0 0 0 20 0 28 0 4924137 14133010432 335687 33554432000 4194304 4196468 140729585192160 140253524212720 140253724411005 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17383] ppid=17358 vsize=13801768 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17383/stat : 17383 (java) R 17358 17358 14782 0 -1 4202560 66 0 0 0 12 0 0 0 20 0 28 0 4924137 14133010432 335687 33554432000 4194304 4196468 140729585192160 140253523175576 140253724655347 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17384] ppid=17358 vsize=13801768 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17384/stat : 17384 (java) R 17358 17358 14782 0 -1 4202560 49 0 0 0 18 0 0 0 20 0 28 0 4924137 14133010432 335687 33554432000 4194304 4196468 140729585192160 140253522117312 140253724655659 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17385] ppid=17358 vsize=13801768 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17385/stat : 17385 (java) R 17358 17358 14782 0 -1 4202560 49 0 0 0 13 0 0 0 20 0 28 0 4924137 14133010432 335687 33554432000 4194304 4196468 140729585192160 140253521071496 140253724475007 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17386] ppid=17358 vsize=13801768 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17386/stat : 17386 (java) R 17358 17358 14782 0 -1 4202560 38 0 0 0 14 0 0 0 20 0 28 0 4924137 14133010432 335687 33554432000 4194304 4196468 140729585192160 140253520017808 140253724499817 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
[pid=17359/tid=17387] ppid=17358 vsize=13801768 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17359/task/17387/stat : 17387 (java) R 17358 17358 14782 0 -1 4202560 46 0 0 0 13 0 0 0 20 0 28 0 4924137 14133010432 335687 33554432000 4194304 4196468 140729585192160 140253518961920 140253724244750 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10567680 140729585198268 140729585198444 140729585198444 140729585201103 0
Current children cumulated CPU time (s) 13.95
Current children cumulated vsize (KiB) 13811280

Child status: 0
Real time (s): 6.75457
CPU time (s): 14.1341
CPU user time (s): 12.1323
CPU system time (s): 2.00186
CPU usage (%): 209.253
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.1323
system time used= 2.00186
maximum resident set size= 1344588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19713
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4502
involuntary context switches= 1107

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.054404 second user time and 0.075402 second system time

The end

Launcher Data

Begin job on node143 at 2017-07-22 06:09:32
IDJOB=4250216
IDBENCH=139316
IDSOLVER=2626
FILE ID=node143/4250216-1500696572
RUNJOBID= node143-1500683785-15436
PBS_JOBID= 20623040
Free space on /tmp= 61980 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/RenaultMod/RenaultMod-m1-s1/RenaultMod-24.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-4250216-1500696572/watcher-4250216-1500696572 -o /tmp/evaluation-result-4250216-1500696572/solver-4250216-1500696572 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500683785-15436 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1263468326 HOME/instance-4250216-1500696572.xml

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

MD5SUM BENCH= fafbbc28d55e991f97131ab8525c2187
RANDOM SEED=1263468326

node143.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		: 2668.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.69
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		: 1600.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		: 2668.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.69
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		: 1733.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		: 2668.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.69
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		: 1600.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		: 2668.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.69
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		: 2133.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		: 2668.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.69
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		: 1733.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		: 2668.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.69
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		: 2133.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		: 2668.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.69
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		: 2267.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		: 2668.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.69
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		: 1600.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:        24872096 kB
MemAvailable:   25093640 kB
Buffers:          149776 kB
Cached:           343020 kB
SwapCached:            0 kB
Active:          7154448 kB
Inactive:         281388 kB
Active(anon):    6945336 kB
Inactive(anon):     8760 kB
Active(file):     209112 kB
Inactive(file):   272628 kB
Unevictable:        5780 kB
Mlocked:            5780 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             10928 kB
Writeback:             0 kB
AnonPages:       6947876 kB
Mapped:            43244 kB
Shmem:              8852 kB
Slab:             146360 kB
SReclaimable:     111276 kB
SUnreclaim:        35084 kB
KernelStack:        4656 kB
PageTables:        18772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7773252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6776832 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      155008 kB
DirectMap2M:    33390592 kB

Free space on /tmp at the end= 61972 MiB
End job on node143 at 2017-07-22 06:09:39