Trace number 4245465

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 159.12 22.8146

General information on the benchmark

NameMixed/Mixed-xcsp2-cril/
cril-1_X2.xml
MD5SUMdd2597fd45b2b65539ad35fe2cbcb377
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.185491
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4015
Number of domains5
Minimum domain size6
Maximum domain size34
Distribution of domain sizes[{"size":6,"count":2},{"size":19,"count":4},{"size":22,"count":10},{"size":27,"count":336},{"size":34,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":88},{"degree":10,"count":29},{"degree":11,"count":43},{"degree":12,"count":25},{"degree":13,"count":41},{"degree":14,"count":15},{"degree":15,"count":39},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":8},{"degree":19,"count":18},{"degree":20,"count":17},{"degree":21,"count":18},{"degree":22,"count":6},{"degree":23,"count":11},{"degree":24,"count":7},{"degree":25,"count":5},{"degree":27,"count":5},{"degree":29,"count":2},{"degree":30,"count":2},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4015}]
Number of extensional constraints4015
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4015}]
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-4245465-1500686017.xml"  -tl '2400s' -p 8 -x 3
0.00/0.18	c [HOME/instance-4245465-1500686017.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.23	c 8 solvers in parallel
0.00/0.30	c parse instance...
137.54/20.06	c solve instance...
158.42/22.78	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-4245465-1500686017/watcher-4245465-1500686017 -o /tmp/evaluation-result-4245465-1500686017/solver-4245465-1500686017 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node130-1500684118-8560 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 2072766265 HOME/instance-4245465-1500686017.xml 

pid=32504
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: 14.33 15.41 13.54 10/273 32507
/proc/meminfo: memFree=31306020/32770624 swapFree=5700/250592
[pid=32507] ppid=32504 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32507/stat : 32507 (xcsp3-exec) S 32504 32507 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3869238 9740288 346 33554432000 4194304 5098028 140721116528928 140721116527032 140675141071484 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 37511168 140721116537998 140721116538208 140721116538208 140721116540907 0
/proc/32507/statm: 2378 346 289 221 0 87 0

[startup+0.100102 s]
/proc/loadavg: 14.33 15.41 13.54 10/273 32507
/proc/meminfo: memFree=31306020/32770624 swapFree=5700/250592
[pid=32507] ppid=32504 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32507/stat : 32507 (xcsp3-exec) S 32504 32507 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3869238 9740288 346 33554432000 4194304 5098028 140721116528928 140721116527032 140675141071484 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 37511168 140721116537998 140721116538208 140721116538208 140721116540907 0
/proc/32507/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.2003 s]
/proc/loadavg: 14.33 15.41 13.54 10/273 32507
/proc/meminfo: memFree=31306020/32770624 swapFree=5700/250592
[pid=32507] ppid=32504 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32507/stat : 32507 (xcsp3-exec) S 32504 32507 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3869238 9740288 346 33554432000 4194304 5098028 140721116528928 140721116527032 140675141071484 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 37511168 140721116537998 140721116538208 140721116538208 140721116540907 0
/proc/32507/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300219 s]
/proc/loadavg: 14.33 15.41 13.54 10/273 32507
/proc/meminfo: memFree=31306020/32770624 swapFree=5700/250592
[pid=32507] ppid=32504 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32507/stat : 32507 (xcsp3-exec) S 32504 32507 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3869238 9740288 346 33554432000 4194304 5098028 140721116528928 140721116527032 140675141071484 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 37511168 140721116537998 140721116538208 140721116538208 140721116540907 0
/proc/32507/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700188 s]
/proc/loadavg: 14.33 15.41 13.54 10/273 32507
/proc/meminfo: memFree=31306020/32770624 swapFree=5700/250592
[pid=32507] ppid=32504 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32507/stat : 32507 (xcsp3-exec) S 32504 32507 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3869238 9740288 346 33554432000 4194304 5098028 140721116528928 140721116527032 140675141071484 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 37511168 140721116537998 140721116538208 140721116538208 140721116540907 0
/proc/32507/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50156 s]
/proc/loadavg: 13.90 15.31 13.52 18/294 32528
/proc/meminfo: memFree=30974296/32770624 swapFree=5700/250632
[pid=32507] ppid=32504 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32507/stat : 32507 (xcsp3-exec) S 32504 32507 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3869238 9740288 346 33554432000 4194304 5098028 140721116528928 140721116527032 140675141071484 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 37511168 140721116537998 140721116538208 140721116538208 140721116540907 0
/proc/32507/statm: 2378 346 289 221 0 87 0
[pid=32508] ppid=32507 vsize=13269256 CPUtime=6.34 cores=1,3,5,7,9,11,13,15
/proc/32508/stat : 32508 (java) S 32507 32507 7102 0 -1 1077944320 16580 0 0 0 420 214 0 0 20 0 20 0 3869238 13587718144 169914 33554432000 4194304 4196468 140732413964176 140732413946720 140580155662071 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
/proc/32508/statm: 3317314 169914 3238 1 0 3304547 0
[pid=32508/tid=32509] ppid=32507 vsize=13269256 CPUtime=1.06 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32509/stat : 32509 (java) S 32507 32507 7102 0 -1 1077944384 6763 0 0 0 100 6 0 0 20 0 20 0 3869239 13587718144 169914 33554432000 4194304 4196468 140732413964176 140580159898864 140580155672277 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32511] ppid=32507 vsize=13269256 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32511/stat : 32511 (java) R 32507 32507 7102 0 -1 4202560 200 0 0 0 12 28 0 0 20 0 20 0 3869239 13587718144 169914 33554432000 4194304 4196468 140732413964176 140579754670936 140580148765673 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32512] ppid=32507 vsize=13269256 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32512/stat : 32512 (java) R 32507 32507 7102 0 -1 4202560 147 0 0 0 13 18 0 0 20 0 20 0 3869239 13587718144 169914 33554432000 4194304 4196468 140732413964176 140579753618136 140580140689490 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32513] ppid=32507 vsize=13269256 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32513/stat : 32513 (java) R 32507 32507 7102 0 -1 4202560 192 0 0 0 12 28 0 0 20 0 20 0 3869239 13587718144 169914 33554432000 4194304 4196468 140732413964176 140579752565336 140580148765723 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32514] ppid=32507 vsize=13269256 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32514/stat : 32514 (java) R 32507 32507 7102 0 -1 4202560 197 0 0 0 13 28 0 0 20 0 20 0 3869239 13587718144 170426 33554432000 4194304 4196468 140732413964176 140579751512224 140580148765673 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32515] ppid=32507 vsize=13269256 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32515/stat : 32515 (java) R 32507 32507 7102 0 -1 4202560 183 0 0 0 11 27 0 0 20 0 20 0 3869239 13587718144 170426 33554432000 4194304 4196468 140732413964176 140579750460760 140580148765683 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32516] ppid=32507 vsize=13269256 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32516/stat : 32516 (java) R 32507 32507 7102 0 -1 4202560 196 0 0 0 13 27 0 0 20 0 20 0 3869239 13587718144 170426 33554432000 4194304 4196468 140732413964176 140579749407960 140580148765683 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32517] ppid=32507 vsize=13269256 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32517/stat : 32517 (java) R 32507 32507 7102 0 -1 4202560 191 0 0 0 12 28 0 0 20 0 20 0 3869239 13587718144 170426 33554432000 4194304 4196468 140732413964176 140579748355160 140580148758772 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32518] ppid=32507 vsize=13269256 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32518/stat : 32518 (java) R 32507 32507 7102 0 -1 4202560 135 0 0 0 11 17 0 0 20 0 20 0 3869239 13587718144 170426 33554432000 4194304 4196468 140732413964176 140579747302360 140580148765673 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32519] ppid=32507 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32519/stat : 32519 (java) S 32507 32507 7102 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 3869242 13587718144 170426 33554432000 4194304 4196468 140732413964176 140579349476256 140580155672277 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32520] ppid=32507 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32520/stat : 32520 (java) S 32507 32507 7102 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3869242 13587718144 170426 33554432000 4194304 4196468 140732413964176 140579348423712 140580155672277 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32521] ppid=32507 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32521/stat : 32521 (java) S 32507 32507 7102 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3869243 13587718144 170426 33554432000 4194304 4196468 140732413964176 140579347370864 140580155672277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32522] ppid=32507 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32522/stat : 32522 (java) S 32507 32507 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3869246 13587718144 170426 33554432000 4194304 4196468 140732413964176 140579346319184 140580155680667 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32523] ppid=32507 vsize=13269256 CPUtime=0.42 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32523/stat : 32523 (java) S 32507 32507 7102 0 -1 1077944384 1612 0 0 0 42 0 0 0 20 0 20 0 3869246 13587718144 170426 33554432000 4194304 4196468 140732413964176 140579345267568 140580155673218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32524] ppid=32507 vsize=13269256 CPUtime=0.84 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32524/stat : 32524 (java) S 32507 32507 7102 0 -1 1077944384 2360 0 0 0 84 0 0 0 20 0 20 0 3869246 13587718144 170426 33554432000 4194304 4196468 140732413964176 140579344214768 140580155673218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32525] ppid=32507 vsize=13269256 CPUtime=0.49 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32525/stat : 32525 (java) S 32507 32507 7102 0 -1 1077944384 1141 0 0 0 49 0 0 0 20 0 20 0 3869246 13587718144 170426 33554432000 4194304 4196468 140732413964176 140579343161968 140580155673218 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32526] ppid=32507 vsize=13269256 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32526/stat : 32526 (java) S 32507 32507 7102 0 -1 1077944384 1885 0 0 0 43 0 0 0 20 0 20 0 3869246 13587718144 170426 33554432000 4194304 4196468 140732413964176 140579342109168 140580155673218 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32527] ppid=32507 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32527/stat : 32527 (java) S 32507 32507 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3869246 13587718144 170426 33554432000 4194304 4196468 140732413964176 140579341056608 140580155672277 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32528] ppid=32507 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32528/stat : 32528 (java) S 32507 32507 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3869247 13587718144 170426 33554432000 4194304 4196468 140732413964176 140579340003888 140580155673218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
Current children cumulated CPU time (s) 6.34
Current children cumulated vsize (KiB) 13278768

[startup+3.10114 s]
/proc/loadavg: 13.90 15.31 13.52 17/294 32528
/proc/meminfo: memFree=30502952/32770624 swapFree=5700/250632
[pid=32507] ppid=32504 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32507/stat : 32507 (xcsp3-exec) S 32504 32507 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3869238 9740288 346 33554432000 4194304 5098028 140721116528928 140721116527032 140675141071484 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 37511168 140721116537998 140721116538208 140721116538208 140721116540907 0
/proc/32507/statm: 2378 346 289 221 0 87 0
[pid=32508] ppid=32507 vsize=13269256 CPUtime=16.11 cores=1,3,5,7,9,11,13,15
/proc/32508/stat : 32508 (java) S 32507 32507 7102 0 -1 1077944320 50757 0 0 0 1265 346 0 0 20 0 20 0 3869238 13587718144 261201 33554432000 4194304 4196468 140732413964176 140732413946720 140580155662071 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
/proc/32508/statm: 3317314 261201 3273 1 0 3304547 0
[pid=32508/tid=32509] ppid=32507 vsize=13269256 CPUtime=1.35 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32509/stat : 32509 (java) S 32507 32507 7102 0 -1 1077944384 7428 0 0 0 129 6 0 0 20 0 20 0 3869239 13587718144 261201 33554432000 4194304 4196468 140732413964176 140580159898816 140580155672277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32511] ppid=32507 vsize=13269256 CPUtime=1.49 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32511/stat : 32511 (java) R 32507 32507 7102 0 -1 4202560 2160 0 0 0 107 42 0 0 20 0 20 0 3869239 13587718144 261201 33554432000 4194304 4196468 140732413964176 140579754670856 140580148290279 0 4 0 16800975 0 0 0 -1 9 0 0 12 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32512] ppid=32507 vsize=13269256 CPUtime=1.37 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32512/stat : 32512 (java) R 32507 32507 7102 0 -1 4202560 4339 0 0 0 102 35 0 0 20 0 20 0 3869239 13587718144 261201 33554432000 4194304 4196468 140732413964176 140579753618056 140580139045106 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32513] ppid=32507 vsize=13269256 CPUtime=1.47 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32513/stat : 32513 (java) R 32507 32507 7102 0 -1 4202560 4139 0 0 0 103 44 0 0 20 0 20 0 3869239 13587718144 261201 33554432000 4194304 4196468 140732413964176 140579752565256 140580148290279 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32514] ppid=32507 vsize=13269256 CPUtime=1.49 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32514/stat : 32514 (java) R 32507 32507 7102 0 -1 4202560 4462 0 0 0 104 45 0 0 20 0 20 0 3869239 13587718144 261201 33554432000 4194304 4196468 140732413964176 140579751512456 140580148290279 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32515] ppid=32507 vsize=13269256 CPUtime=1.47 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32515/stat : 32515 (java) R 32507 32507 7102 0 -1 4202560 3977 0 0 0 103 44 0 0 20 0 20 0 3869239 13587718144 261201 33554432000 4194304 4196468 140732413964176 140579750460680 140580148290279 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32516] ppid=32507 vsize=13269256 CPUtime=1.49 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32516/stat : 32516 (java) R 32507 32507 7102 0 -1 4202560 4318 0 0 0 104 45 0 0 20 0 20 0 3869239 13587718144 261201 33554432000 4194304 4196468 140732413964176 140579749407880 140580148290279 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32517] ppid=32507 vsize=13269256 CPUtime=1.47 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32517/stat : 32517 (java) R 32507 32507 7102 0 -1 4202560 4541 0 0 0 103 44 0 0 20 0 20 0 3869239 13587718144 261201 33554432000 4194304 4196468 140732413964176 140579748355080 140580140658135 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32518] ppid=32507 vsize=13269256 CPUtime=1.37 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32518/stat : 32518 (java) R 32507 32507 7102 0 -1 4202560 4605 0 0 0 103 34 0 0 20 0 20 0 3869239 13587718144 261201 33554432000 4194304 4196468 140732413964176 140579747302280 140580148290279 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32519] ppid=32507 vsize=13269256 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32519/stat : 32519 (java) S 32507 32507 7102 0 -1 1077944384 908 0 0 0 8 0 0 0 20 0 20 0 3869242 13587718144 261201 33554432000 4194304 4196468 140732413964176 140579349476288 140580155672277 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32520] ppid=32507 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32520/stat : 32520 (java) S 32507 32507 7102 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3869242 13587718144 261201 33554432000 4194304 4196468 140732413964176 140579348423712 140580155672277 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32521] ppid=32507 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32521/stat : 32521 (java) S 32507 32507 7102 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3869243 13587718144 261201 33554432000 4194304 4196468 140732413964176 140579347370864 140580155672277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32522] ppid=32507 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32522/stat : 32522 (java) S 32507 32507 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3869246 13587718144 261201 33554432000 4194304 4196468 140732413964176 140579346319184 140580155680667 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32523] ppid=32507 vsize=13269256 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32523/stat : 32523 (java) S 32507 32507 7102 0 -1 1077944384 2233 0 0 0 66 0 0 0 20 0 20 0 3869246 13587718144 261201 33554432000 4194304 4196468 140732413964176 140579345252560 140580155672277 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32524] ppid=32507 vsize=13269256 CPUtime=1.05 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32524/stat : 32524 (java) S 32507 32507 7102 0 -1 1077944384 3082 0 0 0 105 0 0 0 20 0 20 0 3869246 13587718144 261201 33554432000 4194304 4196468 140732413964176 140579344193552 140580155672277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32525] ppid=32507 vsize=13269256 CPUtime=0.71 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32525/stat : 32525 (java) S 32507 32507 7102 0 -1 1077944384 1258 0 0 0 71 0 0 0 20 0 20 0 3869246 13587718144 261201 33554432000 4194304 4196468 140732413964176 140579343161968 140580155673218 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32526] ppid=32507 vsize=13269256 CPUtime=0.51 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32526/stat : 32526 (java) S 32507 32507 7102 0 -1 1077944384 2009 0 0 0 51 0 0 0 20 0 20 0 3869246 13587718144 261201 33554432000 4194304 4196468 140732413964176 140579342109168 140580155673218 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32527] ppid=32507 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32527/stat : 32527 (java) S 32507 32507 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3869246 13587718144 261201 33554432000 4194304 4196468 140732413964176 140579341056608 140580155672277 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32528] ppid=32507 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32528/stat : 32528 (java) S 32507 32507 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3869247 13587718144 261201 33554432000 4194304 4196468 140732413964176 140579340003888 140580155673218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
Current children cumulated CPU time (s) 16.11
Current children cumulated vsize (KiB) 13278768

[startup+6.30221 s]
/proc/loadavg: 14.07 15.32 13.53 11/294 32528
/proc/meminfo: memFree=29558980/32770624 swapFree=5700/250648
[pid=32507] ppid=32504 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32507/stat : 32507 (xcsp3-exec) S 32504 32507 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3869238 9740288 346 33554432000 4194304 5098028 140721116528928 140721116527032 140675141071484 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 37511168 140721116537998 140721116538208 140721116538208 140721116540907 0
/proc/32507/statm: 2378 346 289 221 0 87 0
[pid=32508] ppid=32507 vsize=13269256 CPUtime=38.95 cores=1,3,5,7,9,11,13,15
/proc/32508/stat : 32508 (java) S 32507 32507 7102 0 -1 1077944320 67532 0 0 0 2947 948 0 0 20 0 20 0 3869238 13587718144 543658 33554432000 4194304 4196468 140732413964176 140732413946720 140580155662071 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
/proc/32508/statm: 3317314 544170 3285 1 0 3304547 0
[pid=32508/tid=32509] ppid=32507 vsize=13269256 CPUtime=1.85 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32509/stat : 32509 (java) S 32507 32507 7102 0 -1 1077944384 7983 0 0 0 179 6 0 0 20 0 20 0 3869239 13587718144 544170 33554432000 4194304 4196468 140732413964176 140580159900992 140580155672277 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32511] ppid=32507 vsize=13269256 CPUtime=3.99 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32511/stat : 32511 (java) R 32507 32507 7102 0 -1 4202560 2783 0 0 0 285 114 0 0 20 0 20 0 3869239 13587718144 544170 33554432000 4194304 4196468 140732413964176 140579754670936 140580148765683 0 4 0 16800975 0 0 0 -1 1 0 0 12 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32512] ppid=32507 vsize=13269256 CPUtime=3.97 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32512/stat : 32512 (java) R 32507 32507 7102 0 -1 4202560 5077 0 0 0 283 114 0 0 20 0 20 0 3869239 13587718144 544170 33554432000 4194304 4196468 140732413964176 140579753618136 140580148765683 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32513] ppid=32507 vsize=13269256 CPUtime=4.03 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32513/stat : 32513 (java) R 32507 32507 7102 0 -1 4202560 4783 0 0 0 285 118 0 0 20 0 20 0 3869239 13587718144 544170 33554432000 4194304 4196468 140732413964176 140579752565024 140580148765683 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32514] ppid=32507 vsize=13269256 CPUtime=4.06 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32514/stat : 32514 (java) R 32507 32507 7102 0 -1 4202560 5115 0 0 0 286 120 0 0 20 0 20 0 3869239 13587718144 544170 33554432000 4194304 4196468 140732413964176 140579751512536 140580148765713 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32515] ppid=32507 vsize=13269256 CPUtime=4.04 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32515/stat : 32515 (java) R 32507 32507 7102 0 -1 4202560 4762 0 0 0 282 122 0 0 20 0 20 0 3869239 13587718144 544170 33554432000 4194304 4196468 140732413964176 140579750460760 140580148765673 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32516] ppid=32507 vsize=13269256 CPUtime=4.07 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32516/stat : 32516 (java) R 32507 32507 7102 0 -1 4202560 4961 0 0 0 290 117 0 0 20 0 20 0 3869239 13587718144 544170 33554432000 4194304 4196468 140732413964176 140579749407960 140580137309667 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32517] ppid=32507 vsize=13269256 CPUtime=4.01 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32517/stat : 32517 (java) R 32507 32507 7102 0 -1 4202560 5214 0 0 0 284 117 0 0 20 0 20 0 3869239 13587718144 544170 33554432000 4194304 4196468 140732413964176 140579748355160 140580148765683 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32518] ppid=32507 vsize=13269256 CPUtime=3.95 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32518/stat : 32518 (java) R 32507 32507 7102 0 -1 4202560 5258 0 0 0 286 109 0 0 20 0 20 0 3869239 13587718144 544170 33554432000 4194304 4196468 140732413964176 140579747302360 140580148765683 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32519] ppid=32507 vsize=13269256 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32519/stat : 32519 (java) S 32507 32507 7102 0 -1 1077944384 4475 0 0 0 11 0 0 0 20 0 20 0 3869242 13587718144 544170 33554432000 4194304 4196468 140732413964176 140579349476256 140580155672277 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32520] ppid=32507 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32520/stat : 32520 (java) S 32507 32507 7102 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 20 0 3869242 13587718144 544170 33554432000 4194304 4196468 140732413964176 140579348423776 140580155672277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32521] ppid=32507 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32521/stat : 32521 (java) S 32507 32507 7102 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 20 0 3869243 13587718144 544170 33554432000 4194304 4196468 140732413964176 140579347370880 140580155672277 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32522] ppid=32507 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32522/stat : 32522 (java) S 32507 32507 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3869246 13587718144 544170 33554432000 4194304 4196468 140732413964176 140579346319184 140580155680667 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0

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

/proc/32508/task/32519/stat : 32519 (java) S 32507 32507 7102 0 -1 1077944384 11572 0 0 0 20 1 0 0 20 0 28 0 3869242 14133010432 1294251 33554432000 4194304 4196468 140732413964176 140579349477904 140580155672277 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32520] ppid=32507 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32520/stat : 32520 (java) S 32507 32507 7102 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 28 0 3869242 14133010432 1294251 33554432000 4194304 4196468 140732413964176 140579348423776 140580155672277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32521] ppid=32507 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32521/stat : 32521 (java) S 32507 32507 7102 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 28 0 3869243 14133010432 1294251 33554432000 4194304 4196468 140732413964176 140579347370880 140580155672277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32522] ppid=32507 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32522/stat : 32522 (java) S 32507 32507 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3869246 14133010432 1294251 33554432000 4194304 4196468 140732413964176 140579346319184 140580155680667 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32523] ppid=32507 vsize=13801768 CPUtime=2.04 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32523/stat : 32523 (java) R 32507 32507 7102 0 -1 4202560 6856 0 0 0 203 1 0 0 20 0 28 0 3869246 14133010432 1294251 33554432000 4194304 4196468 140732413964176 140579345248584 140580135510154 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32524] ppid=32507 vsize=13801768 CPUtime=2.41 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32524/stat : 32524 (java) R 32507 32507 7102 0 -1 4202560 7389 0 0 0 240 1 0 0 20 0 28 0 3869246 14133010432 1294251 33554432000 4194304 4196468 140732413964176 140579344201008 140580137184975 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32525] ppid=32507 vsize=13801768 CPUtime=1.8 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32525/stat : 32525 (java) R 32507 32507 7102 0 -1 4202560 6334 0 0 0 179 1 0 0 20 0 28 0 3869246 14133010432 1294251 33554432000 4194304 4196468 140732413964176 140579343148128 140580137182140 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32526] ppid=32507 vsize=13801768 CPUtime=0.79 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32526/stat : 32526 (java) S 32507 32507 7102 0 -1 1077944384 3701 0 0 0 78 1 0 0 20 0 28 0 3869246 14133010432 1294251 33554432000 4194304 4196468 140732413964176 140579342109168 140580155673218 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32527] ppid=32507 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32527/stat : 32527 (java) S 32507 32507 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3869246 14133010432 1294251 33554432000 4194304 4196468 140732413964176 140579341056608 140580155672277 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32528] ppid=32507 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32528/stat : 32528 (java) S 32507 32507 7102 0 -1 1077944384 53 0 0 0 1 0 0 0 20 0 28 0 3869247 14133010432 1294251 33554432000 4194304 4196468 140732413964176 140579340003888 140580155673218 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 10 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
Current children cumulated CPU time (s) 143.32
Current children cumulated vsize (KiB) 13811280

[startup+21.6014 s]
/proc/loadavg: 14.58 15.37 13.57 20/302 32536
/proc/meminfo: memFree=25635172/32770624 swapFree=5700/250660
[pid=32507] ppid=32504 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32507/stat : 32507 (xcsp3-exec) S 32504 32507 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3869238 9740288 346 33554432000 4194304 5098028 140721116528928 140721116527032 140675141071484 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 37511168 140721116537998 140721116538208 140721116538208 140721116540907 0
/proc/32507/statm: 2378 346 289 221 0 87 0
[pid=32508] ppid=32507 vsize=13801768 CPUtime=149.68 cores=1,3,5,7,9,11,13,15
/proc/32508/stat : 32508 (java) S 32507 32507 7102 0 -1 1077944320 133913 0 0 0 12852 2116 0 0 20 0 28 0 3869238 14133010432 1295055 33554432000 4194304 4196468 140732413964176 140732413946720 140580155662071 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
/proc/32508/statm: 3450442 1295055 3308 1 0 3437675 0
[pid=32508/tid=32509] ppid=32507 vsize=13801768 CPUtime=3.28 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32509/stat : 32509 (java) S 32507 32507 7102 0 -1 1077944384 10033 0 0 0 321 7 0 0 20 0 28 0 3869239 14133010432 1295055 33554432000 4194304 4196468 140732413964176 140580159902848 140580155672277 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32511] ppid=32507 vsize=13801768 CPUtime=16.12 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32511/stat : 32511 (java) S 32507 32507 7102 0 -1 1077944384 7810 0 0 0 1353 259 0 0 20 0 28 0 3869239 14133010432 1295055 33554432000 4194304 4196468 140732413964176 140579754670736 140580155672277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32512] ppid=32507 vsize=13801768 CPUtime=16.08 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32512/stat : 32512 (java) S 32507 32507 7102 0 -1 1077944384 14351 0 0 0 1344 264 0 0 20 0 28 0 3869239 14133010432 1295055 33554432000 4194304 4196468 140732413964176 140579753617936 140580155672277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32513] ppid=32507 vsize=13801768 CPUtime=15.93 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32513/stat : 32513 (java) S 32507 32507 7102 0 -1 1077944384 13724 0 0 0 1330 263 0 0 20 0 28 0 3869239 14133010432 1295055 33554432000 4194304 4196468 140732413964176 140579752565136 140580155672277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32514] ppid=32507 vsize=13801768 CPUtime=16.19 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32514/stat : 32514 (java) S 32507 32507 7102 0 -1 1077944384 10206 0 0 0 1359 260 0 0 20 0 28 0 3869239 14133010432 1295055 33554432000 4194304 4196468 140732413964176 140579751512336 140580155672277 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32515] ppid=32507 vsize=13801768 CPUtime=16.08 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32515/stat : 32515 (java) S 32507 32507 7102 0 -1 1077944384 10711 0 0 0 1339 269 0 0 20 0 28 0 3869239 14133010432 1295055 33554432000 4194304 4196468 140732413964176 140579750460560 140580155672277 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32516] ppid=32507 vsize=13801768 CPUtime=16.09 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32516/stat : 32516 (java) S 32507 32507 7102 0 -1 1077944384 9032 0 0 0 1353 256 0 0 20 0 28 0 3869239 14133010432 1295055 33554432000 4194304 4196468 140732413964176 140579749407760 140580155672277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32517] ppid=32507 vsize=13801768 CPUtime=16.06 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32517/stat : 32517 (java) S 32507 32507 7102 0 -1 1077944384 8904 0 0 0 1346 260 0 0 20 0 28 0 3869239 14133010432 1295055 33554432000 4194304 4196468 140732413964176 140579748354960 140580155672277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32518] ppid=32507 vsize=13801768 CPUtime=16.08 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32518/stat : 32518 (java) S 32507 32507 7102 0 -1 1077944384 9585 0 0 0 1343 265 0 0 20 0 28 0 3869239 14133010432 1295055 33554432000 4194304 4196468 140732413964176 140579747302160 140580155672277 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32519] ppid=32507 vsize=13801768 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32519/stat : 32519 (java) S 32507 32507 7102 0 -1 1077944384 11572 0 0 0 20 1 0 0 20 0 28 0 3869242 14133010432 1295055 33554432000 4194304 4196468 140732413964176 140579349477744 140580155673218 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32520] ppid=32507 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32520/stat : 32520 (java) S 32507 32507 7102 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 28 0 3869242 14133010432 1295055 33554432000 4194304 4196468 140732413964176 140579348423776 140580155672277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32521] ppid=32507 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32521/stat : 32521 (java) S 32507 32507 7102 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 28 0 3869243 14133010432 1295055 33554432000 4194304 4196468 140732413964176 140579347370880 140580155672277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32522] ppid=32507 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32522/stat : 32522 (java) S 32507 32507 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3869246 14133010432 1295055 33554432000 4194304 4196468 140732413964176 140579346319184 140580155680667 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32523] ppid=32507 vsize=13801768 CPUtime=2.63 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32523/stat : 32523 (java) R 32507 32507 7102 0 -1 4202560 8259 0 0 0 261 2 0 0 20 0 28 0 3869246 14133010432 1295055 33554432000 4194304 4196468 140732413964176 140579345248720 140580139185621 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32524] ppid=32507 vsize=13801768 CPUtime=2.97 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32524/stat : 32524 (java) R 32507 32507 7102 0 -1 4202560 7529 0 0 0 296 1 0 0 20 0 28 0 3869246 14133010432 1295055 33554432000 4194304 4196468 140732413964176 140579344201312 140580139048976 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32525] ppid=32507 vsize=13801768 CPUtime=2.28 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32525/stat : 32525 (java) R 32507 32507 7102 0 -1 4202560 6404 0 0 0 227 1 0 0 20 0 28 0 3869246 14133010432 1295055 33554432000 4194304 4196468 140732413964176 140579343148512 140580138865194 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32526] ppid=32507 vsize=13801768 CPUtime=0.92 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32526/stat : 32526 (java) S 32507 32507 7102 0 -1 1077944384 3815 0 0 0 91 1 0 0 20 0 28 0 3869246 14133010432 1295055 33554432000 4194304 4196468 140732413964176 140579342109168 140580155673218 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32527] ppid=32507 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32527/stat : 32527 (java) S 32507 32507 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3869246 14133010432 1295055 33554432000 4194304 4196468 140732413964176 140579341056608 140580155672277 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32528] ppid=32507 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32528/stat : 32528 (java) S 32507 32507 7102 0 -1 1077944384 53 0 0 0 1 0 0 0 20 0 28 0 3869247 14133010432 1295055 33554432000 4194304 4196468 140732413964176 140579340003888 140580155673218 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 10 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32529] ppid=32507 vsize=13801768 CPUtime=1.08 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32529/stat : 32529 (java) R 32507 32507 7102 0 -1 4202560 101 0 0 0 108 0 0 0 20 0 28 0 3871246 14133010432 1295055 33554432000 4194304 4196468 140732413964176 140579331987592 140579800306322 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32530] ppid=32507 vsize=13801768 CPUtime=1.17 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32530/stat : 32530 (java) R 32507 32507 7102 0 -1 4202560 49 0 0 0 117 0 0 0 20 0 28 0 3871246 14133010432 1295055 33554432000 4194304 4196468 140732413964176 140579330935552 140579800306217 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32531] ppid=32507 vsize=13801768 CPUtime=1.08 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32531/stat : 32531 (java) R 32507 32507 7102 0 -1 4202560 37 0 0 0 108 0 0 0 20 0 28 0 3871246 14133010432 1295055 33554432000 4194304 4196468 140732413964176 140579329885136 140579800306762 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32532] ppid=32507 vsize=13801768 CPUtime=1.01 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32532/stat : 32532 (java) R 32507 32507 7102 0 -1 4202560 91 0 0 0 101 0 0 0 20 0 28 0 3871246 14133010432 1295055 33554432000 4194304 4196468 140732413964176 140579328831088 140579800360008 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32533] ppid=32507 vsize=13801768 CPUtime=1.02 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32533/stat : 32533 (java) R 32507 32507 7102 0 -1 4202560 49 0 0 0 102 0 0 0 20 0 28 0 3871246 14133010432 1295055 33554432000 4194304 4196468 140732413964176 140579327778424 140579800306217 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32534] ppid=32507 vsize=13801768 CPUtime=1.16 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32534/stat : 32534 (java) R 32507 32507 7102 0 -1 4202560 97 0 0 0 116 0 0 0 20 0 28 0 3871246 14133010432 1295055 33554432000 4194304 4196468 140732413964176 140579326726936 140579800306060 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32535] ppid=32507 vsize=13801768 CPUtime=1.09 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32535/stat : 32535 (java) R 32507 32507 7102 0 -1 4202560 39 0 0 0 109 0 0 0 20 0 28 0 3871246 14133010432 1295055 33554432000 4194304 4196468 140732413964176 140579325675584 140579800306762 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32536] ppid=32507 vsize=13801768 CPUtime=0.97 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32536/stat : 32536 (java) R 32507 32507 7102 0 -1 4202560 54 0 0 0 97 0 0 0 20 0 28 0 3871246 14133010432 1295055 33554432000 4194304 4196468 140732413964176 140579324620536 140579800691241 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
Current children cumulated CPU time (s) 149.68
Current children cumulated vsize (KiB) 13811280

[startup+22.4015 s]
/proc/loadavg: 14.58 15.37 13.57 20/302 32536
/proc/meminfo: memFree=25621284/32770624 swapFree=5700/250660
[pid=32507] ppid=32504 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32507/stat : 32507 (xcsp3-exec) S 32504 32507 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3869238 9740288 346 33554432000 4194304 5098028 140721116528928 140721116527032 140675141071484 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 37511168 140721116537998 140721116538208 140721116538208 140721116540907 0
/proc/32507/statm: 2378 346 289 221 0 87 0
[pid=32508] ppid=32507 vsize=13804204 CPUtime=156.03 cores=1,3,5,7,9,11,13,15
/proc/32508/stat : 32508 (java) S 32507 32507 7102 0 -1 1077944320 139027 0 0 0 13486 2117 0 0 20 0 28 0 3869238 14135504896 1299228 33554432000 4194304 4196468 140732413964176 140732413946720 140580155662071 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
/proc/32508/statm: 3451051 1299228 3309 1 0 3438284 0
[pid=32508/tid=32509] ppid=32507 vsize=13804204 CPUtime=3.28 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32509/stat : 32509 (java) S 32507 32507 7102 0 -1 1077944384 10033 0 0 0 321 7 0 0 20 0 28 0 3869239 14135504896 1299228 33554432000 4194304 4196468 140732413964176 140580159902848 140580155672277 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32511] ppid=32507 vsize=13804204 CPUtime=16.12 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32511/stat : 32511 (java) S 32507 32507 7102 0 -1 1077944384 7810 0 0 0 1353 259 0 0 20 0 28 0 3869239 14135504896 1299228 33554432000 4194304 4196468 140732413964176 140579754670736 140580155672277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32512] ppid=32507 vsize=13804204 CPUtime=16.08 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32512/stat : 32512 (java) S 32507 32507 7102 0 -1 1077944384 14351 0 0 0 1344 264 0 0 20 0 28 0 3869239 14135504896 1299228 33554432000 4194304 4196468 140732413964176 140579753617936 140580155672277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32513] ppid=32507 vsize=13804204 CPUtime=15.93 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32513/stat : 32513 (java) S 32507 32507 7102 0 -1 1077944384 13724 0 0 0 1330 263 0 0 20 0 28 0 3869239 14135504896 1299228 33554432000 4194304 4196468 140732413964176 140579752565136 140580155672277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32514] ppid=32507 vsize=13804204 CPUtime=16.19 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32514/stat : 32514 (java) S 32507 32507 7102 0 -1 1077944384 10206 0 0 0 1359 260 0 0 20 0 28 0 3869239 14135504896 1299228 33554432000 4194304 4196468 140732413964176 140579751512336 140580155672277 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32515] ppid=32507 vsize=13804204 CPUtime=16.08 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32515/stat : 32515 (java) S 32507 32507 7102 0 -1 1077944384 10711 0 0 0 1339 269 0 0 20 0 28 0 3869239 14135504896 1299228 33554432000 4194304 4196468 140732413964176 140579750460560 140580155672277 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32516] ppid=32507 vsize=13804204 CPUtime=16.09 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32516/stat : 32516 (java) S 32507 32507 7102 0 -1 1077944384 9032 0 0 0 1353 256 0 0 20 0 28 0 3869239 14135504896 1299228 33554432000 4194304 4196468 140732413964176 140579749407760 140580155672277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32517] ppid=32507 vsize=13804204 CPUtime=16.06 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32517/stat : 32517 (java) S 32507 32507 7102 0 -1 1077944384 8904 0 0 0 1346 260 0 0 20 0 28 0 3869239 14135504896 1299228 33554432000 4194304 4196468 140732413964176 140579748354960 140580155672277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32518] ppid=32507 vsize=13804204 CPUtime=16.08 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32518/stat : 32518 (java) S 32507 32507 7102 0 -1 1077944384 9585 0 0 0 1343 265 0 0 20 0 28 0 3869239 14135504896 1299228 33554432000 4194304 4196468 140732413964176 140579747302160 140580155672277 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32519] ppid=32507 vsize=13804204 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32519/stat : 32519 (java) S 32507 32507 7102 0 -1 1077944384 11572 0 0 0 20 1 0 0 20 0 28 0 3869242 14135504896 1299228 33554432000 4194304 4196468 140732413964176 140579349477744 140580155673218 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32520] ppid=32507 vsize=13804204 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32520/stat : 32520 (java) S 32507 32507 7102 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 28 0 3869242 14135504896 1299228 33554432000 4194304 4196468 140732413964176 140579348423776 140580155672277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32521] ppid=32507 vsize=13804204 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32521/stat : 32521 (java) S 32507 32507 7102 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 28 0 3869243 14135504896 1299228 33554432000 4194304 4196468 140732413964176 140579347370880 140580155672277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32522] ppid=32507 vsize=13804204 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32522/stat : 32522 (java) S 32507 32507 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3869246 14135504896 1299228 33554432000 4194304 4196468 140732413964176 140579346319184 140580155680667 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32523] ppid=32507 vsize=13804204 CPUtime=3.18 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32523/stat : 32523 (java) R 32507 32507 7102 0 -1 4202560 10329 0 0 0 316 2 0 0 20 0 28 0 3869246 14135504896 1299228 33554432000 4194304 4196468 140732413964176 140579345253360 140580140785672 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32524] ppid=32507 vsize=13804204 CPUtime=3.5 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32524/stat : 32524 (java) S 32507 32507 7102 0 -1 1077944384 9050 0 0 0 349 1 0 0 20 0 28 0 3869246 14135504896 1299228 33554432000 4194304 4196468 140732413964176 140579344214768 140580155673218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32525] ppid=32507 vsize=13804204 CPUtime=2.75 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32525/stat : 32525 (java) S 32507 32507 7102 0 -1 1077944384 6784 0 0 0 274 1 0 0 20 0 28 0 3869246 14135504896 1299228 33554432000 4194304 4196468 140732413964176 140579343161968 140580155673218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32526] ppid=32507 vsize=13804204 CPUtime=0.94 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32526/stat : 32526 (java) S 32507 32507 7102 0 -1 1077944384 4143 0 0 0 93 1 0 0 20 0 28 0 3869246 14135504896 1299228 33554432000 4194304 4196468 140732413964176 140579342109168 140580155673218 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32527] ppid=32507 vsize=13804204 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32527/stat : 32527 (java) S 32507 32507 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3869246 14135504896 1299228 33554432000 4194304 4196468 140732413964176 140579341056608 140580155672277 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32528] ppid=32507 vsize=13804204 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32528/stat : 32528 (java) S 32507 32507 7102 0 -1 1077944384 53 0 0 0 1 0 0 0 20 0 28 0 3869247 14135504896 1299228 33554432000 4194304 4196468 140732413964176 140579340003888 140580155673218 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 10 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32529] ppid=32507 vsize=13804204 CPUtime=1.74 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32529/stat : 32529 (java) R 32507 32507 7102 0 -1 4202560 160 0 0 0 174 0 0 0 20 0 28 0 3871246 14135504896 1299228 33554432000 4194304 4196468 140732413964176 140579331988304 140579800306217 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32530] ppid=32507 vsize=13804204 CPUtime=1.82 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32530/stat : 32530 (java) R 32507 32507 7102 0 -1 4202560 57 0 0 0 182 0 0 0 20 0 28 0 3871246 14135504896 1299228 33554432000 4194304 4196468 140732413964176 140579330936952 140579800306238 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32531] ppid=32507 vsize=13804204 CPUtime=1.68 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32531/stat : 32531 (java) R 32507 32507 7102 0 -1 4202560 478 0 0 0 168 0 0 0 20 0 28 0 3871246 14135504896 1299228 33554432000 4194304 4196468 140732413964176 140579329884856 140579800306815 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32532] ppid=32507 vsize=13804204 CPUtime=1.44 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32532/stat : 32532 (java) R 32507 32507 7102 0 -1 4202560 114 0 0 0 144 0 0 0 20 0 28 0 3871246 14135504896 1299228 33554432000 4194304 4196468 140732413964176 140579328831592 140579800360317 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32533] ppid=32507 vsize=13804204 CPUtime=1.59 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32533/stat : 32533 (java) R 32507 32507 7102 0 -1 4202560 61 0 0 0 159 0 0 0 20 0 28 0 3871246 14135504896 1299228 33554432000 4194304 4196468 140732413964176 140579327780608 140579800306762 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32534] ppid=32507 vsize=13804204 CPUtime=1.85 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32534/stat : 32534 (java) R 32507 32507 7102 0 -1 4202560 352 0 0 0 185 0 0 0 20 0 28 0 3871246 14135504896 1299228 33554432000 4194304 4196468 140732413964176 140579326726856 140579800306194 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32535] ppid=32507 vsize=13804204 CPUtime=1.7 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32535/stat : 32535 (java) R 32507 32507 7102 0 -1 4202560 51 0 0 0 170 0 0 0 20 0 28 0 3871246 14135504896 1299228 33554432000 4194304 4196468 140732413964176 140579325673832 140579800691193 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
[pid=32508/tid=32536] ppid=32507 vsize=13804204 CPUtime=1.53 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32536/stat : 32536 (java) R 32507 32507 7102 0 -1 4202560 59 0 0 0 153 0 0 0 20 0 28 0 3871246 14135504896 1299228 33554432000 4194304 4196468 140732413964176 140579324621496 140579800306134 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7634944 140732413965500 140732413965676 140732413965676 140732413968335 0
Current children cumulated CPU time (s) 156.03
Current children cumulated vsize (KiB) 13813716

[startup+22.8015 s]
/proc/loadavg: 14.58 15.37 13.57 20/302 32536
/proc/meminfo: memFree=25621284/32770624 swapFree=5700/250660
[pid=32507] ppid=32504 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32507/stat : 32507 (xcsp3-exec) S 32504 32507 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3869238 9740288 346 33554432000 4194304 5098028 140721116528928 140721116527032 140675141071484 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 37511168 140721116537998 140721116538208 140721116538208 140721116540907 0
/proc/32507/statm: 2378 346 289 221 0 87 0
[pid=32508] ppid=32507 vsize=0 CPUtime=159.09 cores=1,3,5,7,9,11,13,15
/proc/32508/stat : 32508 (java) Z 32507 32507 7102 0 -1 4227084 143110 0 0 0 13790 2119 0 0 20 0 2 0 3869238 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/32508/statm: 0 0 0 0 0 0 0
[pid=32508/tid=32526] ppid=32507 vsize=0 CPUtime=0.99 cores=1,3,5,7,9,11,13,15
/proc/32508/task/32526/stat : 32526 (java) R 32507 32507 7102 0 -1 4203588 4698 0 0 0 96 3 0 0 20 0 2 0 3869246 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 159.09
Current children cumulated vsize (KiB) 9512

Child status: 0
Real time (s): 22.8146
CPU time (s): 159.12
CPU user time (s): 137.91
CPU system time (s): 21.2099
CPU usage (%): 697.448
Max. virtual memory (cumulated for all children) (KiB): 13813716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 137.91
system time used= 21.2099
maximum resident set size= 5196912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143639
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= 7198
involuntary context switches= 13050

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.22289 second user time and 0.32456 second system time

The end

Launcher Data

Begin job on node130 at 2017-07-22 03:13:37
IDJOB=4245465
IDBENCH=122868
IDSOLVER=2626
FILE ID=node130/4245465-1500686017
RUNJOBID= node130-1500684118-8560
PBS_JOBID= 20623029
Free space on /tmp= 61952 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Mixed/Mixed-xcsp2-cril/cril-1_X2.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-4245465-1500686017/watcher-4245465-1500686017 -o /tmp/evaluation-result-4245465-1500686017/solver-4245465-1500686017 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node130-1500684118-8560 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 2072766265 HOME/instance-4245465-1500686017.xml

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

MD5SUM BENCH= dd2597fd45b2b65539ad35fe2cbcb377
RANDOM SEED=2072766265

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.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.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2533.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.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2400.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.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.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.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.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.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2000.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.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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:        31306740 kB
MemAvailable:   31364948 kB
Buffers:           54116 kB
Cached:           314520 kB
SwapCached:            0 kB
Active:           833356 kB
Inactive:         259448 kB
Active(anon):     726720 kB
Inactive(anon):     8856 kB
Active(file):     106636 kB
Inactive(file):   250592 kB
Unevictable:        5700 kB
Mlocked:            5700 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7956 kB
Writeback:             0 kB
AnonPages:        700844 kB
Mapped:            42424 kB
Shmem:              8876 kB
Slab:              67536 kB
SReclaimable:      33628 kB
SUnreclaim:        33908 kB
KernelStack:        5200 kB
PageTables:         7328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2191804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    575488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 61944 MiB
End job on node130 at 2017-07-22 03:14:00