Trace number 4281026

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
choco-solver 4.0.5 par (2017-08-18)UNSAT 1420.66 180.077

General information on the benchmark

NameRlfap/
Rlfap-m1-scens11/Rlfap-scen-11-f03.xml
MD5SUMb0c58d7e712a0938766b5bf6b16c9539
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 benchmark136.98801
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size41
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":14},{"size":34,"count":336},{"size":41,"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":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"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":4103}]
Number of extensional constraints0
Number of intensional constraints4103
Distribution of constraint types[{"type":"intension","count":4103}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4281026-1503123524.xml"  -tl '20160s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4281026-1503123524.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.32/0.27	c parse instance...
9.65/2.90	c solve instance...
1420.57/180.05	s UNSATISFIABLE

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (10016 MiB free)
  memory of node 1: 16384 MiB (12211 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281026-1503123524/watcher-4281026-1503123524 -o /tmp/evaluation-result-4281026-1503123524/solver-4281026-1503123524 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1503120141-18043 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1260778327 HOME/instance-4281026-1503123524.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=18327, runsolver pid=18324

[startup+0.100113 s]*
/proc/loadavg: 8.12 8.28 7.86 2/201 18348
/proc/meminfo: memFree=22744844/32770624 swapFree=67108860/67108860
[pid=18327] ppid=18324 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/18327/stat : 18327 (xcsp3-exec) S 18324 18327 18016 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 145433450 9740288 346 33554432000 4194304 5098028 140728696760912 140728696759016 140429054235260 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27074560 140728696767588 140728696767799 140728696767799 140728696770539 0
/proc/18327/statm: 2378 346 289 221 0 87 0
[pid=18329] ppid=18327 vsize=25999808 memory=26540 CPUtime=0.11 cores=0-7
/proc/18329/stat : 18329 (java) S 18327 18327 18016 0 -1 1077944320 5571 0 0 0 10 1 0 0 20 0 20 0 145433450 26623803392 6635 33554432000 4194304 4196468 140733901870064 140733901852608 139703784009463 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
/proc/18329/statm: 6499952 6635 2845 1 0 6488269 0
[pid=18329/tid=18330] ppid=18327 vsize=25999808 memory=7898357654616973977 CPUtime=0.08 cores=0-7
/proc/18329/task/18330/stat : 18330 (java) R 18327 18327 18016 0 -1 4202560 3577 0 0 0 8 0 0 0 20 0 20 0 145433451 26623803392 6635 33554432000 4194304 4196468 140733901870064 139703788242736 139703784021398 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18331] ppid=18327 vsize=25999808 memory=732370857471151077 CPUtime=0 cores=0-7
/proc/18329/task/18331/stat : 18331 (java) S 18327 18327 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145433451 26623803392 6635 33554432000 4194304 4196468 140733901870064 139703744969744 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18332] ppid=18327 vsize=25999808 memory=140719133697664 CPUtime=0 cores=0-7
/proc/18329/task/18332/stat : 18332 (java) S 18327 18327 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145433451 26623803392 6635 33554432000 4194304 4196468 140733901870064 139703341202576 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18333] ppid=18327 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18329/task/18333/stat : 18333 (java) S 18327 18327 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145433451 26623803392 6635 33554432000 4194304 4196468 140733901870064 139703340149520 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18334] ppid=18327 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18329/task/18334/stat : 18334 (java) S 18327 18327 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145433451 26623803392 6635 33554432000 4194304 4196468 140733901870064 139703339096976 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18335] ppid=18327 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18329/task/18335/stat : 18335 (java) S 18327 18327 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145433451 26623803392 6635 33554432000 4194304 4196468 140733901870064 139703338043920 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18336] ppid=18327 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/18329/task/18336/stat : 18336 (java) S 18327 18327 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145433451 26623803392 6635 33554432000 4194304 4196468 140733901870064 139703336991376 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18337] ppid=18327 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18329/task/18337/stat : 18337 (java) S 18327 18327 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145433452 26623803392 6635 33554432000 4194304 4196468 140733901870064 139703335938320 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18338] ppid=18327 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18329/task/18338/stat : 18338 (java) S 18327 18327 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145433452 26623803392 6635 33554432000 4194304 4196468 140733901870064 139703334885776 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18339] ppid=18327 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18329/task/18339/stat : 18339 (java) S 18327 18327 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145433453 26623803392 6635 33554432000 4194304 4196468 140733901870064 139703045597936 139703784020610 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18340] ppid=18327 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18329/task/18340/stat : 18340 (java) S 18327 18327 18016 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 145433453 26623803392 6635 33554432000 4194304 4196468 140733901870064 139703044544160 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18341] ppid=18327 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18329/task/18341/stat : 18341 (java) S 18327 18327 18016 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 145433454 26623803392 6635 33554432000 4194304 4196468 140733901870064 139703043491056 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18342] ppid=18327 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18329/task/18342/stat : 18342 (java) S 18327 18327 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145433456 26623803392 6635 33554432000 4194304 4196468 140733901870064 139703042439632 139703784028059 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18343] ppid=18327 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18329/task/18343/stat : 18343 (java) S 18327 18327 18016 0 -1 1077944384 315 0 0 0 0 0 0 0 20 0 20 0 145433456 26623803392 6635 33554432000 4194304 4196468 140733901870064 139703041386736 139703784020610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18344] ppid=18327 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18329/task/18344/stat : 18344 (java) S 18327 18327 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145433456 26623803392 6635 33554432000 4194304 4196468 140733901870064 139703040334192 139703784020610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18345] ppid=18327 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18329/task/18345/stat : 18345 (java) S 18327 18327 18016 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 145433456 26623803392 6635 33554432000 4194304 4196468 140733901870064 139703039281136 139703784020610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18346] ppid=18327 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/18329/task/18346/stat : 18346 (java) R 18327 18327 18016 0 -1 4202560 244 0 0 0 1 0 0 0 20 0 20 0 145433456 26623803392 6635 33554432000 4194304 4196468 140733901870064 139703038228592 139703768263691 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18347] ppid=18327 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18329/task/18347/stat : 18347 (java) S 18327 18327 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145433456 26623803392 6635 33554432000 4194304 4196468 140733901870064 139703037176800 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18348] ppid=18327 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/18329/task/18348/stat : 18348 (java) S 18327 18327 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145433457 26623803392 6635 33554432000 4194304 4196468 140733901870064 139703036124336 139703784020610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27924 KiB

[startup+0.210312 s]*
/proc/loadavg: 8.12 8.28 7.86 3/201 18348
/proc/meminfo: memFree=22733984/32770624 swapFree=67108860/67108860
[pid=18327] ppid=18324 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/18327/stat : 18327 (xcsp3-exec) S 18324 18327 18016 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 145433450 9740288 346 33554432000 4194304 5098028 140728696760912 140728696759016 140429054235260 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27074560 140728696767588 140728696767799 140728696767799 140728696770539 0
/proc/18327/statm: 2378 346 289 221 0 87 0
[pid=18329] ppid=18327 vsize=26004064 memory=38796 CPUtime=0.32 cores=0-7
/proc/18329/stat : 18329 (java) S 18327 18327 18016 0 -1 1077944320 8328 0 0 0 30 2 0 0 20 0 20 0 145433450 26628161536 9699 33554432000 4194304 4196468 140733901870064 140733901852608 139703784009463 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
/proc/18329/statm: 6501016 9699 2992 1 0 6488269 0
[pid=18329/tid=18330] ppid=18327 vsize=26004064 memory=0 CPUtime=0.19 cores=0-7
/proc/18329/task/18330/stat : 18330 (java) R 18327 18327 18016 0 -1 4202560 5445 0 0 0 18 1 0 0 20 0 20 0 145433451 26628161536 9699 33554432000 4194304 4196468 140733901870064 139703788230288 139703671953679 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18331] ppid=18327 vsize=26004064 memory=281438167115512 CPUtime=0 cores=0-7
/proc/18329/task/18331/stat : 18331 (java) S 18327 18327 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145433451 26628161536 9699 33554432000 4194304 4196468 140733901870064 139703744969744 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18332] ppid=18327 vsize=26004064 memory=140719133697664 CPUtime=0 cores=0-7
/proc/18329/task/18332/stat : 18332 (java) S 18327 18327 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145433451 26628161536 9699 33554432000 4194304 4196468 140733901870064 139703341202576 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18333] ppid=18327 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18329/task/18333/stat : 18333 (java) S 18327 18327 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145433451 26628161536 9699 33554432000 4194304 4196468 140733901870064 139703340149520 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18334] ppid=18327 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18329/task/18334/stat : 18334 (java) S 18327 18327 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145433451 26628161536 9699 33554432000 4194304 4196468 140733901870064 139703339096976 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18335] ppid=18327 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18329/task/18335/stat : 18335 (java) S 18327 18327 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145433451 26628161536 9699 33554432000 4194304 4196468 140733901870064 139703338043920 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18336] ppid=18327 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/18329/task/18336/stat : 18336 (java) S 18327 18327 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145433451 26628161536 9699 33554432000 4194304 4196468 140733901870064 139703336991376 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18337] ppid=18327 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18329/task/18337/stat : 18337 (java) S 18327 18327 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145433452 26628161536 9699 33554432000 4194304 4196468 140733901870064 139703335938320 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18338] ppid=18327 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18329/task/18338/stat : 18338 (java) S 18327 18327 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145433452 26628161536 9699 33554432000 4194304 4196468 140733901870064 139703334885776 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18339] ppid=18327 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18329/task/18339/stat : 18339 (java) S 18327 18327 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145433453 26628161536 9699 33554432000 4194304 4196468 140733901870064 139703045597936 139703784020610 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18340] ppid=18327 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18329/task/18340/stat : 18340 (java) S 18327 18327 18016 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 145433453 26628161536 9699 33554432000 4194304 4196468 140733901870064 139703044544160 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18341] ppid=18327 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18329/task/18341/stat : 18341 (java) S 18327 18327 18016 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 145433454 26628161536 9699 33554432000 4194304 4196468 140733901870064 139703043491056 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18342] ppid=18327 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18329/task/18342/stat : 18342 (java) S 18327 18327 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145433456 26628161536 9699 33554432000 4194304 4196468 140733901870064 139703042439632 139703784028059 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18343] ppid=18327 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/18329/task/18343/stat : 18343 (java) S 18327 18327 18016 0 -1 1077944384 357 0 0 0 1 0 0 0 20 0 20 0 145433456 26628161536 9699 33554432000 4194304 4196468 140733901870064 139703041386736 139703784020610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18344] ppid=18327 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/18329/task/18344/stat : 18344 (java) R 18327 18327 18016 0 -1 1077944384 323 0 0 0 2 0 0 0 20 0 20 0 145433456 26628161536 9699 33554432000 4194304 4196468 140733901870064 139703040334192 139703784020610 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18345] ppid=18327 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/18329/task/18345/stat : 18345 (java) S 18327 18327 18016 0 -1 1077944384 124 0 0 0 1 0 0 0 20 0 20 0 145433456 26628161536 9699 33554432000 4194304 4196468 140733901870064 139703039281136 139703784020610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18346] ppid=18327 vsize=26004064 memory=0 CPUtime=0.07 cores=0-7
/proc/18329/task/18346/stat : 18346 (java) S 18327 18327 18016 0 -1 1077944384 769 0 0 0 7 0 0 0 20 0 20 0 145433456 26628161536 9699 33554432000 4194304 4196468 140733901870064 139703038228592 139703784020610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18347] ppid=18327 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18329/task/18347/stat : 18347 (java) S 18327 18327 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145433456 26628161536 9699 33554432000 4194304 4196468 140733901870064 139703037176800 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18348] ppid=18327 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/18329/task/18348/stat : 18348 (java) S 18327 18327 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145433457 26628161536 9699 33554432000 4194304 4196468 140733901870064 139703036124336 139703784020610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40180 KiB

[startup+0.310274 s]*
/proc/loadavg: 8.12 8.28 7.86 3/201 18348
/proc/meminfo: memFree=22729652/32770624 swapFree=67108860/67108860
[pid=18327] ppid=18324 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/18327/stat : 18327 (xcsp3-exec) S 18324 18327 18016 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 145433450 9740288 346 33554432000 4194304 5098028 140728696760912 140728696759016 140429054235260 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27074560 140728696767588 140728696767799 140728696767799 140728696770539 0
/proc/18327/statm: 2378 346 289 221 0 87 0
[pid=18329] ppid=18327 vsize=26004064 memory=43940 CPUtime=0.5 cores=0-7
/proc/18329/stat : 18329 (java) S 18327 18327 18016 0 -1 1077944320 9279 0 0 0 47 3 0 0 20 0 20 0 145433450 26628161536 10985 33554432000 4194304 4196468 140733901870064 140733901852608 139703784009463 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
/proc/18329/statm: 6501016 10985 3102 1 0 6488269 0
[pid=18329/tid=18330] ppid=18327 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/18329/task/18330/stat : 18330 (java) R 18327 18327 18016 0 -1 4202560 6118 0 0 0 27 2 0 0 20 0 20 0 145433451 26628161536 10985 33554432000 4194304 4196468 140733901870064 139703788247200 139703420316954 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18331] ppid=18327 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18329/task/18331/stat : 18331 (java) S 18327 18327 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145433451 26628161536 10985 33554432000 4194304 4196468 140733901870064 139703744969744 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18332] ppid=18327 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18329/task/18332/stat : 18332 (java) S 18327 18327 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145433451 26628161536 10985 33554432000 4194304 4196468 140733901870064 139703341202576 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18333] ppid=18327 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18329/task/18333/stat : 18333 (java) S 18327 18327 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145433451 26628161536 10985 33554432000 4194304 4196468 140733901870064 139703340149520 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18334] ppid=18327 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18329/task/18334/stat : 18334 (java) S 18327 18327 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145433451 26628161536 10985 33554432000 4194304 4196468 140733901870064 139703339096976 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18335] ppid=18327 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/18329/task/18335/stat : 18335 (java) S 18327 18327 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145433451 26628161536 10985 33554432000 4194304 4196468 140733901870064 139703338043920 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18336] ppid=18327 vsize=26004064 memory=140719033512879 CPUtime=0 cores=0-7
/proc/18329/task/18336/stat : 18336 (java) S 18327 18327 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145433451 26628161536 10985 33554432000 4194304 4196468 140733901870064 139703336991376 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18337] ppid=18327 vsize=26004064 memory=140719033515184 CPUtime=0 cores=0-7
/proc/18329/task/18337/stat : 18337 (java) S 18327 18327 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145433452 26628161536 10985 33554432000 4194304 4196468 140733901870064 139703335938320 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18338] ppid=18327 vsize=26004064 memory=140719033517488 CPUtime=0 cores=0-7
/proc/18329/task/18338/stat : 18338 (java) S 18327 18327 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145433452 26628161536 10985 33554432000 4194304 4196468 140733901870064 139703334885776 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18339] ppid=18327 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18329/task/18339/stat : 18339 (java) S 18327 18327 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145433453 26628161536 10985 33554432000 4194304 4196468 140733901870064 139703045597936 139703784020610 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18340] ppid=18327 vsize=26004064 memory=281438067041936 CPUtime=0 cores=0-7
/proc/18329/task/18340/stat : 18340 (java) S 18327 18327 18016 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 145433453 26628161536 10985 33554432000 4194304 4196468 140733901870064 139703044544160 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18341] ppid=18327 vsize=26004064 memory=281438067048848 CPUtime=0 cores=0-7
/proc/18329/task/18341/stat : 18341 (java) S 18327 18327 18016 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 145433454 26628161536 10985 33554432000 4194304 4196468 140733901870064 139703043491056 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18342] ppid=18327 vsize=26004064 memory=281438066990128 CPUtime=0 cores=0-7
/proc/18329/task/18342/stat : 18342 (java) S 18327 18327 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145433456 26628161536 10985 33554432000 4194304 4196468 140733901870064 139703042439632 139703784028059 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18343] ppid=18327 vsize=26004064 memory=281438067062672 CPUtime=0.01 cores=0-7
/proc/18329/task/18343/stat : 18343 (java) S 18327 18327 18016 0 -1 1077944384 394 0 0 0 1 0 0 0 20 0 20 0 145433456 26628161536 10985 33554432000 4194304 4196468 140733901870064 139703041386736 139703784020610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18344] ppid=18327 vsize=26004064 memory=281438067069584 CPUtime=0.03 cores=0-7
/proc/18329/task/18344/stat : 18344 (java) S 18327 18327 18016 0 -1 1077944384 362 0 0 0 3 0 0 0 20 0 20 0 145433456 26628161536 10985 33554432000 4194304 4196468 140733901870064 139703040334192 139703784020610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18345] ppid=18327 vsize=26004064 memory=281438067067280 CPUtime=0.01 cores=0-7
/proc/18329/task/18345/stat : 18345 (java) S 18327 18327 18016 0 -1 1077944384 175 0 0 0 1 0 0 0 20 0 20 0 145433456 26628161536 10985 33554432000 4194304 4196468 140733901870064 139703039281136 139703784020610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18346] ppid=18327 vsize=26004064 memory=281438067083440 CPUtime=0.12 cores=0-7
/proc/18329/task/18346/stat : 18346 (java) R 18327 18327 18016 0 -1 4202560 921 0 0 0 12 0 0 0 20 0 20 0 145433456 26628161536 10985 33554432000 4194304 4196468 140733901870064 139703038225328 139703763145031 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18347] ppid=18327 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18329/task/18347/stat : 18347 (java) S 18327 18327 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145433456 26628161536 10985 33554432000 4194304 4196468 140733901870064 139703037176800 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18348] ppid=18327 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/18329/task/18348/stat : 18348 (java) S 18327 18327 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145433457 26628161536 10985 33554432000 4194304 4196468 140733901870064 139703036124336 139703784020610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 45324 KiB

[startup+0.700929 s]
/proc/loadavg: 8.12 8.28 7.86 1/201 18348
/proc/meminfo: memFree=22718364/32770624 swapFree=67108860/67108860
[pid=18327] ppid=18324 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/18327/stat : 18327 (xcsp3-exec) S 18324 18327 18016 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 145433450 9740288 346 33554432000 4194304 5098028 140728696760912 140728696759016 140429054235260 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27074560 140728696767588 140728696767799 140728696767799 140728696770539 0
/proc/18327/statm: 2378 346 289 221 0 87 0
[pid=18329] ppid=18327 vsize=26004140 memory=56488 CPUtime=0.78 cores=0-7
/proc/18329/stat : 18329 (java) S 18327 18327 18016 0 -1 1077944320 11275 0 0 0 74 4 0 0 20 0 20 0 145433450 26628239360 14122 33554432000 4194304 4196468 140733901870064 140733901852608 139703784009463 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
/proc/18329/statm: 6501035 14122 3169 1 0 6488269 0
[pid=18329/tid=18330] ppid=18327 vsize=26004140 memory=281438067378304 CPUtime=0.36 cores=0-7
/proc/18329/task/18330/stat : 18330 (java) D 18327 18327 18016 0 -1 4202560 6374 0 0 0 34 2 0 0 20 0 20 0 145433451 26628239360 14122 33554432000 4194304 4196468 140733901870064 139703788244576 139703784031389 0 4 0 16800975 18446744071580419588 0 0 -1 0 0 0 30 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18331] ppid=18327 vsize=26004140 memory=1004 CPUtime=0 cores=0-7
/proc/18329/task/18331/stat : 18331 (java) S 18327 18327 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145433451 26628239360 14122 33554432000 4194304 4196468 140733901870064 139703744969744 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18332] ppid=18327 vsize=26004140 memory=11112 CPUtime=0 cores=0-7
/proc/18329/task/18332/stat : 18332 (java) S 18327 18327 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145433451 26628239360 14122 33554432000 4194304 4196468 140733901870064 139703341202576 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18333] ppid=18327 vsize=26004140 memory=5776 CPUtime=0 cores=0-7
/proc/18329/task/18333/stat : 18333 (java) S 18327 18327 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145433451 26628239360 14122 33554432000 4194304 4196468 140733901870064 139703340149520 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0

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

[pid=18329/tid=18346] ppid=18327 vsize=26540748 memory=-3622645143214314312 CPUtime=1.04 cores=0-7
/proc/18329/task/18346/stat : 18346 (java) S 18327 18327 18016 0 -1 1077944384 11796 0 0 0 102 2 0 0 20 0 28 0 145433456 27177725952 1107541 33554432000 4194304 4196468 140733901870064 139703038228592 139703784020610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18347] ppid=18327 vsize=26540748 memory=5776 CPUtime=0 cores=0-7
/proc/18329/task/18347/stat : 18347 (java) S 18327 18327 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 145433456 27177725952 1107541 33554432000 4194304 4196468 140733901870064 139703037176800 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18348] ppid=18327 vsize=26540748 memory=4616 CPUtime=0.06 cores=0-7
/proc/18329/task/18348/stat : 18348 (java) S 18327 18327 18016 0 -1 1077944384 1418 0 0 0 0 6 0 0 20 0 28 0 145433457 27177725952 1107541 33554432000 4194304 4196468 140733901870064 139703036124336 139703784020610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18349] ppid=18327 vsize=26540748 memory=792 CPUtime=174.85 cores=0-7
/proc/18329/task/18349/stat : 18349 (java) R 18327 18327 18016 0 -1 4202560 839 0 0 0 17484 1 0 0 20 0 28 0 145433744 27177725952 1107541 33554432000 4194304 4196468 140733901870064 139703026016056 139703431102190 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18350] ppid=18327 vsize=26540748 memory=6791534058613427641 CPUtime=175.15 cores=0-7
/proc/18329/task/18350/stat : 18350 (java) R 18327 18327 18016 0 -1 4202560 1182 0 0 0 17513 2 0 0 20 0 28 0 145433744 27177725952 1107541 33554432000 4194304 4196468 140733901870064 139703024964520 139703433530394 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18351] ppid=18327 vsize=26540748 memory=1296 CPUtime=172.3 cores=0-7
/proc/18329/task/18351/stat : 18351 (java) R 18327 18327 18016 0 -1 4202560 9395 0 0 0 17144 86 0 0 20 0 28 0 145433744 27177725952 1107541 33554432000 4194304 4196468 140733901870064 139703023913456 139703433760170 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18352] ppid=18327 vsize=26540748 memory=2396 CPUtime=175.39 cores=0-7
/proc/18329/task/18352/stat : 18352 (java) R 18327 18327 18016 0 -1 4202560 12504 0 0 0 17454 85 0 0 20 0 28 0 145433744 27177725952 1107541 33554432000 4194304 4196468 140733901870064 139703022858104 139703432670299 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18353] ppid=18327 vsize=26540748 memory=1728 CPUtime=174.86 cores=0-7
/proc/18329/task/18353/stat : 18353 (java) R 18327 18327 18016 0 -1 4202560 1058 0 0 0 17485 1 0 0 20 0 28 0 145433744 27177725952 1107541 33554432000 4194304 4196468 140733901870064 139703021805864 139703431732529 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18354] ppid=18327 vsize=26540748 memory=1384 CPUtime=175.24 cores=0-7
/proc/18329/task/18354/stat : 18354 (java) R 18327 18327 18016 0 -1 4202560 1718 0 0 0 17522 2 0 0 20 0 28 0 145433744 27177725952 1107541 33554432000 4194304 4196468 140733901870064 139703020752888 139703430445560 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18355] ppid=18327 vsize=26540748 memory=4411576 CPUtime=174.7 cores=0-7
/proc/18329/task/18355/stat : 18355 (java) R 18327 18327 18016 0 -1 4202560 2472 0 0 0 17461 9 0 0 20 0 28 0 145433744 27177725952 1107541 33554432000 4194304 4196468 140733901870064 139703019701288 139703431102973 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18356] ppid=18327 vsize=26540748 memory=1004 CPUtime=174.43 cores=0-7
/proc/18329/task/18356/stat : 18356 (java) R 18327 18327 18016 0 -1 4202560 1060 0 0 0 17442 1 0 0 20 0 28 0 145433744 27177725952 1107541 33554432000 4194304 4196468 140733901870064 139703018647984 139703430583206 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
Current children cumulated CPU time: 1415.7 s
Current children cumulated vsize: 26550260 KiB
Current children cumulated memory: 4431548 KiB

[startup+179.602 s]
/proc/loadavg: 8.33 8.36 7.97 9/207 18356
/proc/meminfo: memFree=18337668/32770624 swapFree=67108860/67108860
[pid=18327] ppid=18324 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/18327/stat : 18327 (xcsp3-exec) S 18324 18327 18016 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 145433450 9740288 346 33554432000 4194304 5098028 140728696760912 140728696759016 140429054235260 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27074560 140728696767588 140728696767799 140728696767799 140728696770539 0
/proc/18327/statm: 2378 346 289 221 0 87 0
[pid=18329] ppid=18327 vsize=26540748 memory=4430164 CPUtime=1418.9 cores=0-7
/proc/18329/stat : 18329 (java) S 18327 18327 18016 0 -1 1077944320 111868 0 0 0 141538 352 0 0 20 0 28 0 145433450 27177725952 1107541 33554432000 4194304 4196468 140733901870064 140733901852608 139703784009463 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
/proc/18329/statm: 6635187 1107541 3288 1 0 6622421 0
[pid=18329/tid=18330] ppid=18327 vsize=26540748 memory=31356350842106266 CPUtime=2.27 cores=0-7
/proc/18329/task/18330/stat : 18330 (java) S 18327 18327 18016 0 -1 1077944384 7360 0 0 0 217 10 0 0 20 0 28 0 145433451 27177725952 1107541 33554432000 4194304 4196468 140733901870064 139703788250240 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 37 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18331] ppid=18327 vsize=26540748 memory=3008 CPUtime=0.39 cores=0-7
/proc/18329/task/18331/stat : 18331 (java) S 18327 18327 18016 0 -1 1077944384 1281 0 0 0 24 15 0 0 20 0 28 0 145433451 27177725952 1107541 33554432000 4194304 4196468 140733901870064 139703744969744 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18332] ppid=18327 vsize=26540748 memory=0 CPUtime=0.41 cores=0-7
/proc/18329/task/18332/stat : 18332 (java) S 18327 18327 18016 0 -1 1077944384 1178 0 0 0 25 16 0 0 20 0 28 0 145433451 27177725952 1107541 33554432000 4194304 4196468 140733901870064 139703341202576 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18333] ppid=18327 vsize=26540748 memory=0 CPUtime=0.38 cores=0-7
/proc/18329/task/18333/stat : 18333 (java) S 18327 18327 18016 0 -1 1077944384 992 0 0 0 22 16 0 0 20 0 28 0 145433451 27177725952 1107541 33554432000 4194304 4196468 140733901870064 139703340149520 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18334] ppid=18327 vsize=26540748 memory=6791534058613427641 CPUtime=0.41 cores=0-7
/proc/18329/task/18334/stat : 18334 (java) S 18327 18327 18016 0 -1 1077944384 921 0 0 0 25 16 0 0 20 0 28 0 145433451 27177725952 1107541 33554432000 4194304 4196468 140733901870064 139703339096976 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18335] ppid=18327 vsize=26540748 memory=4430164 CPUtime=0.41 cores=0-7
/proc/18329/task/18335/stat : 18335 (java) S 18327 18327 18016 0 -1 1077944384 977 0 0 0 24 17 0 0 20 0 28 0 145433451 27177725952 1107541 33554432000 4194304 4196468 140733901870064 139703338043920 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18336] ppid=18327 vsize=26540748 memory=1424 CPUtime=0.4 cores=0-7
/proc/18329/task/18336/stat : 18336 (java) S 18327 18327 18016 0 -1 1077944384 925 0 0 0 24 16 0 0 20 0 28 0 145433451 27177725952 1107541 33554432000 4194304 4196468 140733901870064 139703336991376 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18337] ppid=18327 vsize=26540748 memory=1936 CPUtime=0.4 cores=0-7
/proc/18329/task/18337/stat : 18337 (java) S 18327 18327 18016 0 -1 1077944384 1329 0 0 0 24 16 0 0 20 0 28 0 145433452 27177725952 1107541 33554432000 4194304 4196468 140733901870064 139703335938320 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18338] ppid=18327 vsize=26540748 memory=1224 CPUtime=0.41 cores=0-7
/proc/18329/task/18338/stat : 18338 (java) S 18327 18327 18016 0 -1 1077944384 1022 0 0 0 25 16 0 0 20 0 28 0 145433452 27177725952 1107541 33554432000 4194304 4196468 140733901870064 139703334885776 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18339] ppid=18327 vsize=26540748 memory=1728 CPUtime=0.08 cores=0-7
/proc/18329/task/18339/stat : 18339 (java) S 18327 18327 18016 0 -1 1077944384 4639 0 0 0 4 4 0 0 20 0 28 0 145433453 27177725952 1107541 33554432000 4194304 4196468 140733901870064 139703045597936 139703784020610 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18340] ppid=18327 vsize=26540748 memory=1004 CPUtime=0 cores=0-7
/proc/18329/task/18340/stat : 18340 (java) S 18327 18327 18016 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 145433453 27177725952 1107541 33554432000 4194304 4196468 140733901870064 139703044544224 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18341] ppid=18327 vsize=26540748 memory=11112 CPUtime=0 cores=0-7
/proc/18329/task/18341/stat : 18341 (java) S 18327 18327 18016 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 145433454 27177725952 1107541 33554432000 4194304 4196468 140733901870064 139703043491072 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18342] ppid=18327 vsize=26540748 memory=5776 CPUtime=0 cores=0-7
/proc/18329/task/18342/stat : 18342 (java) S 18327 18327 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 145433456 27177725952 1107541 33554432000 4194304 4196468 140733901870064 139703042439632 139703784028059 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18343] ppid=18327 vsize=26540748 memory=4616 CPUtime=3.87 cores=0-7
/proc/18329/task/18343/stat : 18343 (java) S 18327 18327 18016 0 -1 1077944384 13489 0 0 0 383 4 0 0 20 0 28 0 145433456 27177725952 1107541 33554432000 4194304 4196468 140733901870064 139703041386736 139703784020610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18344] ppid=18327 vsize=26540748 memory=792 CPUtime=4.1 cores=0-7
/proc/18329/task/18344/stat : 18344 (java) S 18327 18327 18016 0 -1 1077944384 16602 0 0 0 405 5 0 0 20 0 28 0 145433456 27177725952 1107541 33554432000 4194304 4196468 140733901870064 139703040334192 139703784020610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18345] ppid=18327 vsize=26540748 memory=4411576 CPUtime=3.94 cores=0-7
/proc/18329/task/18345/stat : 18345 (java) S 18327 18327 18016 0 -1 1077944384 16391 0 0 0 391 3 0 0 20 0 28 0 145433456 27177725952 1107541 33554432000 4194304 4196468 140733901870064 139703039281136 139703784020610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18346] ppid=18327 vsize=26540748 memory=4415672 CPUtime=1.04 cores=0-7
/proc/18329/task/18346/stat : 18346 (java) S 18327 18327 18016 0 -1 1077944384 11796 0 0 0 102 2 0 0 20 0 28 0 145433456 27177725952 1107541 33554432000 4194304 4196468 140733901870064 139703038228592 139703784020610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18347] ppid=18327 vsize=26540748 memory=792 CPUtime=0 cores=0-7
/proc/18329/task/18347/stat : 18347 (java) S 18327 18327 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 145433456 27177725952 1107541 33554432000 4194304 4196468 140733901870064 139703037176800 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18348] ppid=18327 vsize=26540748 memory=1424 CPUtime=0.06 cores=0-7
/proc/18329/task/18348/stat : 18348 (java) S 18327 18327 18016 0 -1 1077944384 1418 0 0 0 0 6 0 0 20 0 28 0 145433457 27177725952 1107541 33554432000 4194304 4196468 140733901870064 139703036124336 139703784020610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18349] ppid=18327 vsize=26540748 memory=1936 CPUtime=175.25 cores=0-7
/proc/18329/task/18349/stat : 18349 (java) R 18327 18327 18016 0 -1 4202560 839 0 0 0 17524 1 0 0 20 0 28 0 145433744 27177725952 1107541 33554432000 4194304 4196468 140733901870064 139703026016056 139703424541033 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18350] ppid=18327 vsize=26540748 memory=1224 CPUtime=175.55 cores=0-7
/proc/18329/task/18350/stat : 18350 (java) R 18327 18327 18016 0 -1 4202560 1182 0 0 0 17553 2 0 0 20 0 28 0 145433744 27177725952 1107541 33554432000 4194304 4196468 140733901870064 139703024964520 139703430445158 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18351] ppid=18327 vsize=26540748 memory=4411576 CPUtime=172.69 cores=0-7
/proc/18329/task/18351/stat : 18351 (java) R 18327 18327 18016 0 -1 4202560 9400 0 0 0 17183 86 0 0 20 0 28 0 145433744 27177725952 1107541 33554432000 4194304 4196468 140733901870064 139703023913456 139703433760200 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18352] ppid=18327 vsize=26540748 memory=6791534058613427641 CPUtime=175.79 cores=0-7
/proc/18329/task/18352/stat : 18352 (java) R 18327 18327 18016 0 -1 4202560 12509 0 0 0 17494 85 0 0 20 0 28 0 145433744 27177725952 1107541 33554432000 4194304 4196468 140733901870064 139703022858104 139703432670639 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18353] ppid=18327 vsize=26540748 memory=-7003737579269690708 CPUtime=175.26 cores=0-7
/proc/18329/task/18353/stat : 18353 (java) R 18327 18327 18016 0 -1 4202560 1058 0 0 0 17525 1 0 0 20 0 28 0 145433744 27177725952 1107541 33554432000 4194304 4196468 140733901870064 139703021805864 139703431732016 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18354] ppid=18327 vsize=26540748 memory=1728 CPUtime=175.64 cores=0-7
/proc/18329/task/18354/stat : 18354 (java) R 18327 18327 18016 0 -1 4202560 1718 0 0 0 17562 2 0 0 20 0 28 0 145433744 27177725952 1107541 33554432000 4194304 4196468 140733901870064 139703020752888 139703431418011 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18355] ppid=18327 vsize=26540748 memory=1004 CPUtime=175.1 cores=0-7
/proc/18329/task/18355/stat : 18355 (java) R 18327 18327 18016 0 -1 4202560 2474 0 0 0 17501 9 0 0 20 0 28 0 145433744 27177725952 1107541 33554432000 4194304 4196468 140733901870064 139703019701288 139703430583493 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18356] ppid=18327 vsize=26540748 memory=11112 CPUtime=174.83 cores=0-7
/proc/18329/task/18356/stat : 18356 (java) R 18327 18327 18016 0 -1 4202560 1060 0 0 0 17482 1 0 0 20 0 28 0 145433744 27177725952 1107541 33554432000 4194304 4196468 140733901870064 139703018647984 139703431102076 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
Current children cumulated CPU time: 1418.9 s
Current children cumulated vsize: 26550260 KiB
Current children cumulated memory: 4431548 KiB

[startup+180.001 s]*
/proc/loadavg: 8.33 8.36 7.97 2/207 18356
/proc/meminfo: memFree=18337180/32770624 swapFree=67108860/67108860
[pid=18327] ppid=18324 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/18327/stat : 18327 (xcsp3-exec) S 18324 18327 18016 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 145433450 9740288 346 33554432000 4194304 5098028 140728696760912 140728696759016 140429054235260 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27074560 140728696767588 140728696767799 140728696767799 140728696770539 0
/proc/18327/statm: 2378 346 289 221 0 87 0
[pid=18329] ppid=18327 vsize=26540748 memory=4430188 CPUtime=1420.57 cores=0-7
/proc/18329/stat : 18329 (java) S 18327 18327 18016 0 -1 1077944320 113557 0 0 0 141705 352 0 0 20 0 28 0 145433450 27177725952 1107547 33554432000 4194304 4196468 140733901870064 140733901852608 139703784009463 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
/proc/18329/statm: 6635187 1107547 3288 1 0 6622421 0
[pid=18329/tid=18330] ppid=18327 vsize=26540748 memory=6791534058613427641 CPUtime=2.27 cores=0-7
/proc/18329/task/18330/stat : 18330 (java) S 18327 18327 18016 0 -1 1077944384 7360 0 0 0 217 10 0 0 20 0 28 0 145433451 27177725952 1107547 33554432000 4194304 4196468 140733901870064 139703788250240 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 37 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18331] ppid=18327 vsize=26540748 memory=-7003737579269690708 CPUtime=0.39 cores=0-7
/proc/18329/task/18331/stat : 18331 (java) S 18327 18327 18016 0 -1 1077944384 1281 0 0 0 24 15 0 0 20 0 28 0 145433451 27177725952 1107547 33554432000 4194304 4196468 140733901870064 139703744969744 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18332] ppid=18327 vsize=26540748 memory=0 CPUtime=0.41 cores=0-7
/proc/18329/task/18332/stat : 18332 (java) S 18327 18327 18016 0 -1 1077944384 1178 0 0 0 25 16 0 0 20 0 28 0 145433451 27177725952 1107547 33554432000 4194304 4196468 140733901870064 139703341202576 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18333] ppid=18327 vsize=26540748 memory=0 CPUtime=0.38 cores=0-7
/proc/18329/task/18333/stat : 18333 (java) S 18327 18327 18016 0 -1 1077944384 992 0 0 0 22 16 0 0 20 0 28 0 145433451 27177725952 1107547 33554432000 4194304 4196468 140733901870064 139703340149520 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18334] ppid=18327 vsize=26540748 memory=0 CPUtime=0.41 cores=0-7
/proc/18329/task/18334/stat : 18334 (java) S 18327 18327 18016 0 -1 1077944384 921 0 0 0 25 16 0 0 20 0 28 0 145433451 27177725952 1107547 33554432000 4194304 4196468 140733901870064 139703339096976 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18335] ppid=18327 vsize=26540748 memory=0 CPUtime=0.41 cores=0-7
/proc/18329/task/18335/stat : 18335 (java) S 18327 18327 18016 0 -1 1077944384 977 0 0 0 24 17 0 0 20 0 28 0 145433451 27177725952 1107547 33554432000 4194304 4196468 140733901870064 139703338043920 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18336] ppid=18327 vsize=26540748 memory=0 CPUtime=0.4 cores=0-7
/proc/18329/task/18336/stat : 18336 (java) S 18327 18327 18016 0 -1 1077944384 925 0 0 0 24 16 0 0 20 0 28 0 145433451 27177725952 1107547 33554432000 4194304 4196468 140733901870064 139703336991376 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18337] ppid=18327 vsize=26540748 memory=0 CPUtime=0.4 cores=0-7
/proc/18329/task/18337/stat : 18337 (java) S 18327 18327 18016 0 -1 1077944384 1329 0 0 0 24 16 0 0 20 0 28 0 145433452 27177725952 1107547 33554432000 4194304 4196468 140733901870064 139703335938320 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18338] ppid=18327 vsize=26540748 memory=1384 CPUtime=0.41 cores=0-7
/proc/18329/task/18338/stat : 18338 (java) S 18327 18327 18016 0 -1 1077944384 1022 0 0 0 25 16 0 0 20 0 28 0 145433452 27177725952 1107547 33554432000 4194304 4196468 140733901870064 139703334885776 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18339] ppid=18327 vsize=26540748 memory=4430164 CPUtime=0.08 cores=0-7
/proc/18329/task/18339/stat : 18339 (java) S 18327 18327 18016 0 -1 1077944384 4639 0 0 0 4 4 0 0 20 0 28 0 145433453 27177725952 1107547 33554432000 4194304 4196468 140733901870064 139703045597936 139703784020610 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18340] ppid=18327 vsize=26540748 memory=5776 CPUtime=0 cores=0-7
/proc/18329/task/18340/stat : 18340 (java) S 18327 18327 18016 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 145433453 27177725952 1107547 33554432000 4194304 4196468 140733901870064 139703044544224 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18341] ppid=18327 vsize=26540748 memory=4616 CPUtime=0 cores=0-7
/proc/18329/task/18341/stat : 18341 (java) S 18327 18327 18016 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 145433454 27177725952 1107547 33554432000 4194304 4196468 140733901870064 139703043491072 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18342] ppid=18327 vsize=26540748 memory=792 CPUtime=0 cores=0-7
/proc/18329/task/18342/stat : 18342 (java) S 18327 18327 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 145433456 27177725952 1107547 33554432000 4194304 4196468 140733901870064 139703042439632 139703784028059 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18343] ppid=18327 vsize=26540748 memory=1424 CPUtime=3.89 cores=0-7
/proc/18329/task/18343/stat : 18343 (java) S 18327 18327 18016 0 -1 1077944384 14867 0 0 0 385 4 0 0 20 0 28 0 145433456 27177725952 1107547 33554432000 4194304 4196468 140733901870064 139703041386736 139703784020610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18344] ppid=18327 vsize=26540748 memory=1936 CPUtime=4.1 cores=0-7
/proc/18329/task/18344/stat : 18344 (java) S 18327 18327 18016 0 -1 1077944384 16602 0 0 0 405 5 0 0 20 0 28 0 145433456 27177725952 1107547 33554432000 4194304 4196468 140733901870064 139703040334192 139703784020610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18345] ppid=18327 vsize=26540748 memory=1224 CPUtime=3.94 cores=0-7
/proc/18329/task/18345/stat : 18345 (java) S 18327 18327 18016 0 -1 1077944384 16391 0 0 0 391 3 0 0 20 0 28 0 145433456 27177725952 1107547 33554432000 4194304 4196468 140733901870064 139703039281136 139703784020610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18346] ppid=18327 vsize=26540748 memory=1716 CPUtime=1.04 cores=0-7
/proc/18329/task/18346/stat : 18346 (java) S 18327 18327 18016 0 -1 1077944384 11796 0 0 0 102 2 0 0 20 0 28 0 145433456 27177725952 1107547 33554432000 4194304 4196468 140733901870064 139703038228592 139703784020610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18347] ppid=18327 vsize=26540748 memory=10636 CPUtime=0 cores=0-7
/proc/18329/task/18347/stat : 18347 (java) S 18327 18327 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 145433456 27177725952 1107547 33554432000 4194304 4196468 140733901870064 139703037176800 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18348] ppid=18327 vsize=26540748 memory=1200 CPUtime=0.06 cores=0-7
/proc/18329/task/18348/stat : 18348 (java) S 18327 18327 18016 0 -1 1077944384 1418 0 0 0 0 6 0 0 20 0 28 0 145433457 27177725952 1107547 33554432000 4194304 4196468 140733901870064 139703036124336 139703784020610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18349] ppid=18327 vsize=26540748 memory=6791534058613427641 CPUtime=175.42 cores=0-7
/proc/18329/task/18349/stat : 18349 (java) S 18327 18327 18016 0 -1 1077944384 870 0 0 0 17541 1 0 0 20 0 28 0 145433744 27177725952 1107547 33554432000 4194304 4196468 140733901870064 139703026020272 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18350] ppid=18327 vsize=26540748 memory=4411576 CPUtime=175.72 cores=0-7
/proc/18329/task/18350/stat : 18350 (java) S 18327 18327 18016 0 -1 1077944384 1234 0 0 0 17570 2 0 0 20 0 28 0 145433744 27177725952 1107547 33554432000 4194304 4196468 140733901870064 139703024969040 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18351] ppid=18327 vsize=26540748 memory=840 CPUtime=173.1 cores=0-7
/proc/18329/task/18351/stat : 18351 (java) R 18327 18327 18016 0 -1 4202560 9405 0 0 0 17224 86 0 0 20 0 28 0 145433744 27177725952 1107547 33554432000 4194304 4196468 140733901870064 139703023913456 139703433760187 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18352] ppid=18327 vsize=26540748 memory=1696 CPUtime=175.97 cores=0-7
/proc/18329/task/18352/stat : 18352 (java) S 18327 18327 18016 0 -1 1077944384 12534 0 0 0 17512 85 0 0 20 0 28 0 145433744 27177725952 1107547 33554432000 4194304 4196468 140733901870064 139703022863440 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18353] ppid=18327 vsize=26540748 memory=920 CPUtime=175.44 cores=0-7
/proc/18329/task/18353/stat : 18353 (java) S 18327 18327 18016 0 -1 1077944384 1085 0 0 0 17543 1 0 0 20 0 28 0 145433744 27177725952 1107547 33554432000 4194304 4196468 140733901870064 139703021810384 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18354] ppid=18327 vsize=26540748 memory=920 CPUtime=175.82 cores=0-7
/proc/18329/task/18354/stat : 18354 (java) S 18327 18327 18016 0 -1 1077944384 1747 0 0 0 17580 2 0 0 20 0 28 0 145433744 27177725952 1107547 33554432000 4194304 4196468 140733901870064 139703020757840 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18355] ppid=18327 vsize=26540748 memory=4124 CPUtime=175.28 cores=0-7
/proc/18329/task/18355/stat : 18355 (java) S 18327 18327 18016 0 -1 1077944384 2592 0 0 0 17519 9 0 0 20 0 28 0 145433744 27177725952 1107547 33554432000 4194304 4196468 140733901870064 139703019705808 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
[pid=18329/tid=18356] ppid=18327 vsize=26540748 memory=4100 CPUtime=175.01 cores=0-7
/proc/18329/task/18356/stat : 18356 (java) S 18327 18327 18016 0 -1 1077944384 1084 0 0 0 17500 1 0 0 20 0 28 0 145433744 27177725952 1107547 33554432000 4194304 4196468 140733901870064 139703018653264 139703784019669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 23023616 140733901878418 140733901878595 140733901878595 140733901881295 0
Current children cumulated CPU time: 1420.57 s
Current children cumulated vsize: 26550260 KiB
Current children cumulated memory: 4431572 KiB

Child status: 0
Real time (s): 180.077
CPU time (s): 1420.66
CPU user time (s): 1417.1
CPU system time (s): 3.55655
CPU usage (%): 788.917
Max. virtual memory (cumulated for all children) (KiB): 26550260
Max. memory (cumulated for all children) (KiB): 4431572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1417.1
system time used= 3.55655
maximum resident set size= 4430208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115270
page faults= 0
swaps= 0
block input operations= 2496
block output operations= 352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9684
involuntary context switches= 15567


# summary of solver processes directly reported to runsolver:
#   pid: 18327
#   total CPU time (s): 1420.66
#   total CPU user time (s): 1417.1
#   total CPU system time (s): 3.55655

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.47272 second user time and 2.25176 second system time

The end

Launcher Data

Begin job on node150 at 2017-08-19 08:04:25
IDJOB=4281026
IDBENCH=120791
IDSOLVER=2675
FILE ID=node150/4281026-1503123524
RUNJOBID= node150-1503120141-18043
PBS_JOBID= 20630767
Free space on /tmp= 61904 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Rlfap/Rlfap-m1-scens11/Rlfap-scen-11-f03.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4281026-1503123524/watcher-4281026-1503123524 -o /tmp/evaluation-result-4281026-1503123524/solver-4281026-1503123524 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1503120141-18043 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1260778327 HOME/instance-4281026-1503123524.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= b0c58d7e712a0938766b5bf6b16c9539
RANDOM SEED=1260778327

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/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	: 4
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	: 5332.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        22761620 kB
MemAvailable:   31961592 kB
Buffers:          330240 kB
Cached:          9148908 kB
SwapCached:            0 kB
Active:          2737268 kB
Inactive:        6796756 kB
Active(anon):      57496 kB
Inactive(anon):    33232 kB
Active(file):    2679772 kB
Inactive(file):  6763524 kB
Unevictable:        7288 kB
Mlocked:            7288 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7860 kB
Writeback:             0 kB
AnonPages:         54888 kB
Mapped:            51336 kB
Shmem:             33416 kB
Slab:             171108 kB
SReclaimable:     145020 kB
SUnreclaim:        26088 kB
KernelStack:        3552 kB
PageTables:         5148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     332388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61896 MiB
End job on node150 at 2017-08-19 08:07:25