Trace number 4272588

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 5a (2017-07-26)UNSAT 391.94699 377.05801

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-spng/
Pb-NG-K145.xml
MD5SUM5e6b89adf4cff092dc7bbd8ab430815e
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables17255
Number of constraints17547
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":17255}]
Minimum variable degree3
Maximum variable degree12
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":273},{"degree":5,"count":1771},{"degree":6,"count":7755},{"degree":7,"count":4732},{"degree":8,"count":1862},{"degree":9,"count":574},{"degree":10,"count":143},{"degree":11,"count":1},{"degree":12,"count":143}]
Minimum constraint arity1
Maximum constraint arity145
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":1872},{"arity":3,"count":7776},{"arity":4,"count":4752},{"arity":5,"count":2016},{"arity":6,"count":432},{"arity":7,"count":144},{"arity":9,"count":144},{"arity":119,"count":290},{"arity":145,"count":119}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":17547}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272588-1502816623.xml"  -tl '2520s' -p 1 -x 3
0.09/0.27	c [HOME/instance-4272588-1502816623.xml, -tl, 2520s, -p, 1, -x, 3]
0.28/0.34	c simple solver
0.28/0.40	c parse instance...
4.36/1.68	c solve instance...
391.88/377.04	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 (14927 MiB free)
  memory of node 1: 16384 MiB (14921 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272588-1502816623/watcher-4272588-1502816623 -o /tmp/evaluation-result-4272588-1502816623/solver-4272588-1502816623 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11628 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1750439113 HOME/instance-4272588-1502816623.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=8602, runsolver pid=8599

[startup+0.100088 s]*
/proc/loadavg: 2.07 1.84 1.77 3/202 8609
/proc/meminfo: memFree=30561772/32770624 swapFree=67108860/67108860
[pid=8602] ppid=8599 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/8602/stat : 8602 (xcsp3-exec) S 8599 8602 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 83882921 9740288 345 18446744073709551615 4194304 5098028 140721459329664 140721459327768 139713077523068 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 29523968 140721459335544 140721459335749 140721459335749 140721459339243 0
/proc/8602/statm: 2378 345 289 221 0 87 0
[pid=8604] ppid=8602 vsize=13374792 memory=15040 CPUtime=0.01 cores=0,2,4,6
/proc/8604/stat : 8604 (java) S 8602 8602 897 0 -1 1077944320 3555 0 0 0 1 0 0 0 20 0 6 0 83882929 13695787008 3760 18446744073709551615 4194304 4196468 140731260320128 140731260302672 139639353020151 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
/proc/8604/statm: 3343698 3760 1926 1 0 3333195 0
[pid=8604/tid=8605] ppid=8602 vsize=13441356 memory=7022364594140610616 CPUtime=0.01 cores=0,2,4,6
/proc/8604/task/8605/stat : 8605 (java) R 8602 8602 897 0 -1 4202560 2390 0 0 0 1 0 0 0 20 0 7 0 83882930 13763948544 3826 18446744073709551615 4194304 4196468 140731260320128 139639357262608 139639334430301 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8606] ppid=8602 vsize=13441356 memory=4294979915 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8606/stat : 8606 (java) S 8602 8602 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 83882930 13763948544 3826 18446744073709551615 4194304 4196468 140731260320128 139639320578704 139639353030357 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8607] ppid=8602 vsize=13441356 memory=140058271884609 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8607/stat : 8607 (java) S 8602 8602 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 83882930 13763948544 3826 18446744073709551615 4194304 4196468 140731260320128 139638951987728 139639353030357 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8608] ppid=8602 vsize=13441356 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8608/stat : 8608 (java) S 8602 8602 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 83882930 13763948544 3826 18446744073709551615 4194304 4196468 140731260320128 139638950934928 139639353030357 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8609] ppid=8602 vsize=13441356 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8609/stat : 8609 (java) S 8602 8602 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 83882930 13763948544 3826 18446744073709551615 4194304 4196468 140731260320128 139638949882128 139639353030357 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8610] ppid=8602 vsize=13441356 memory=140058271315584 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8610/stat : 8610 (java) S 8602 8602 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 83882932 13763948544 3826 18446744073709551615 4194304 4196468 140731260320128 139638831410032 139639353031298 0 0 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13384304 KiB
Current children cumulated memory: 16420 KiB

[startup+0.21439 s]*
/proc/loadavg: 2.07 1.84 1.77 4/211 8618
/proc/meminfo: memFree=30549592/32770624 swapFree=67108860/67108860
[pid=8602] ppid=8599 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/8602/stat : 8602 (xcsp3-exec) S 8599 8602 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 83882921 9740288 345 18446744073709551615 4194304 5098028 140721459329664 140721459327768 139713077523068 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 29523968 140721459335544 140721459335749 140721459335749 140721459339243 0
/proc/8602/statm: 2378 345 289 221 0 87 0
[pid=8604] ppid=8602 vsize=13974352 memory=26852 CPUtime=0.09 cores=0,2,4,6
/proc/8604/stat : 8604 (java) S 8602 8602 897 0 -1 1077944320 5136 0 0 0 8 1 0 0 20 0 15 0 83882929 14309736448 6713 18446744073709551615 4194304 4196468 140731260320128 140731260302672 139639353020151 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
/proc/8604/statm: 3493588 6713 2754 1 0 3482964 0
[pid=8604/tid=8605] ppid=8602 vsize=13974352 memory=7022364594140610616 CPUtime=0.07 cores=0,2,4,6
/proc/8604/task/8605/stat : 8605 (java) R 8602 8602 897 0 -1 4202560 3284 0 0 0 7 0 0 0 20 0 15 0 83882930 14309736448 6713 18446744073709551615 4194304 4196468 140731260320128 139639357216336 139639337100638 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8606] ppid=8602 vsize=13974352 memory=4294979915 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8606/stat : 8606 (java) S 8602 8602 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 83882930 14309736448 6713 18446744073709551615 4194304 4196468 140731260320128 139639320578704 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8607] ppid=8602 vsize=13974352 memory=140058271884609 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8607/stat : 8607 (java) S 8602 8602 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 83882930 14309736448 6713 18446744073709551615 4194304 4196468 140731260320128 139638951987728 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8608] ppid=8602 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8608/stat : 8608 (java) S 8602 8602 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 83882930 14309736448 6713 18446744073709551615 4194304 4196468 140731260320128 139638950934928 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8609] ppid=8602 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8609/stat : 8609 (java) S 8602 8602 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 83882930 14309736448 6713 18446744073709551615 4194304 4196468 140731260320128 139638949882128 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8610] ppid=8602 vsize=13974352 memory=140058271315584 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8610/stat : 8610 (java) S 8602 8602 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 83882932 14309736448 6713 18446744073709551615 4194304 4196468 140731260320128 139638831410032 139639353031298 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8611] ppid=8602 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8611/stat : 8611 (java) S 8602 8602 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 83882932 14309736448 6713 18446744073709551615 4194304 4196468 140731260320128 139638830356000 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8612] ppid=8602 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8612/stat : 8612 (java) S 8602 8602 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 83882932 14309736448 6713 18446744073709551615 4194304 4196468 140731260320128 139638829303152 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8613] ppid=8602 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8613/stat : 8613 (java) S 8602 8602 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83882935 14309736448 6713 18446744073709551615 4194304 4196468 140731260320128 139638828251472 139639353038747 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8614] ppid=8602 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8614/stat : 8614 (java) S 8602 8602 897 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 83882935 14309736448 6713 18446744073709551615 4194304 4196468 140731260320128 139638827198832 139639353031298 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8615] ppid=8602 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8615/stat : 8615 (java) S 8602 8602 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83882935 14309736448 6713 18446744073709551615 4194304 4196468 140731260320128 139638826146032 139639353031298 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8616] ppid=8602 vsize=13974352 memory=140058271315584 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8616/stat : 8616 (java) S 8602 8602 897 0 -1 1077944384 255 0 0 0 0 0 0 0 20 0 15 0 83882935 14309736448 6713 18446744073709551615 4194304 4196468 140731260320128 139638825093232 139639353031298 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8617] ppid=8602 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8617/stat : 8617 (java) S 8602 8602 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83882935 14309736448 6713 18446744073709551615 4194304 4196468 140731260320128 139638824040672 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8618] ppid=8602 vsize=13974352 memory=140058271315584 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8618/stat : 8618 (java) S 8602 8602 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 83882940 14309736448 6713 18446744073709551615 4194304 4196468 140731260320128 139638822988976 139639353031298 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28232 KiB

[startup+0.310232 s]*
/proc/loadavg: 2.07 1.84 1.77 4/211 8618
/proc/meminfo: memFree=30537060/32770624 swapFree=67108860/67108860
[pid=8602] ppid=8599 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/8602/stat : 8602 (xcsp3-exec) S 8599 8602 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 83882921 9740288 345 18446744073709551615 4194304 5098028 140721459329664 140721459327768 139713077523068 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 29523968 140721459335544 140721459335749 140721459335749 140721459339243 0
/proc/8602/statm: 2378 345 289 221 0 87 0
[pid=8604] ppid=8602 vsize=13974352 memory=37292 CPUtime=0.28 cores=0,2,4,6
/proc/8604/stat : 8604 (java) S 8602 8602 897 0 -1 1077944320 8922 0 0 0 25 3 0 0 20 0 15 0 83882929 14309736448 9323 18446744073709551615 4194304 4196468 140731260320128 140731260302672 139639353020151 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
/proc/8604/statm: 3493588 9323 2977 1 0 3482964 0
[pid=8604/tid=8605] ppid=8602 vsize=13974352 memory=-8774313645642428999 CPUtime=0.17 cores=0,2,4,6
/proc/8604/task/8605/stat : 8605 (java) R 8602 8602 897 0 -1 4202560 6117 0 0 0 15 2 0 0 20 0 15 0 83882930 14309736448 9323 18446744073709551615 4194304 4196468 140731260320128 139639357254848 139639353042077 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8606] ppid=8602 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8606/stat : 8606 (java) S 8602 8602 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 83882930 14309736448 9323 18446744073709551615 4194304 4196468 140731260320128 139639320578704 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8607] ppid=8602 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8607/stat : 8607 (java) S 8602 8602 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 83882930 14309736448 9323 18446744073709551615 4194304 4196468 140731260320128 139638951987728 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8608] ppid=8602 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8608/stat : 8608 (java) S 8602 8602 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 83882930 14309736448 9323 18446744073709551615 4194304 4196468 140731260320128 139638950934928 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8609] ppid=8602 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8609/stat : 8609 (java) S 8602 8602 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 83882930 14309736448 9323 18446744073709551615 4194304 4196468 140731260320128 139638949882128 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8610] ppid=8602 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8610/stat : 8610 (java) S 8602 8602 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 83882932 14309736448 9323 18446744073709551615 4194304 4196468 140731260320128 139638831410032 139639353031298 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8611] ppid=8602 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8611/stat : 8611 (java) S 8602 8602 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 83882932 14309736448 9323 18446744073709551615 4194304 4196468 140731260320128 139638830356000 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8612] ppid=8602 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8612/stat : 8612 (java) S 8602 8602 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 83882932 14309736448 9323 18446744073709551615 4194304 4196468 140731260320128 139638829303152 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8613] ppid=8602 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8613/stat : 8613 (java) S 8602 8602 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83882935 14309736448 9323 18446744073709551615 4194304 4196468 140731260320128 139638828251472 139639353038747 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8614] ppid=8602 vsize=13974352 memory=140058145608640 CPUtime=0.02 cores=0,2,4,6
/proc/8604/task/8614/stat : 8614 (java) S 8602 8602 897 0 -1 1077944384 375 0 0 0 2 0 0 0 20 0 15 0 83882935 14309736448 9323 18446744073709551615 4194304 4196468 140731260320128 139638827198832 139639353031298 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8615] ppid=8602 vsize=13974352 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/8604/task/8615/stat : 8615 (java) S 8602 8602 897 0 -1 1077944384 337 0 0 0 1 0 0 0 20 0 15 0 83882935 14309736448 9323 18446744073709551615 4194304 4196468 140731260320128 139638826146032 139639353031298 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8616] ppid=8602 vsize=13974352 memory=140058271315584 CPUtime=0.05 cores=0,2,4,6
/proc/8604/task/8616/stat : 8616 (java) R 8602 8602 897 0 -1 4202560 791 0 0 0 5 0 0 0 20 0 15 0 83882935 14309736448 9323 18446744073709551615 4194304 4196468 140731260320128 139638825093232 139639353032086 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8617] ppid=8602 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8617/stat : 8617 (java) S 8602 8602 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83882935 14309736448 9323 18446744073709551615 4194304 4196468 140731260320128 139638824040672 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8618] ppid=8602 vsize=13974352 memory=140058271315584 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8618/stat : 8618 (java) S 8602 8602 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 83882940 14309736448 9323 18446744073709551615 4194304 4196468 140731260320128 139638822988976 139639353031298 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38672 KiB

[startup+0.700749 s]
/proc/loadavg: 2.07 1.84 1.77 5/211 8618
/proc/meminfo: memFree=30515008/32770624 swapFree=67108860/67108860
[pid=8602] ppid=8599 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/8602/stat : 8602 (xcsp3-exec) S 8599 8602 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 83882921 9740288 345 18446744073709551615 4194304 5098028 140721459329664 140721459327768 139713077523068 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 29523968 140721459335544 140721459335749 140721459335749 140721459339243 0
/proc/8602/statm: 2378 345 289 221 0 87 0
[pid=8604] ppid=8602 vsize=13978684 memory=88372 CPUtime=1.4 cores=0,2,4,6
/proc/8604/stat : 8604 (java) S 8602 8602 897 0 -1 1077944320 13183 0 0 0 135 5 0 0 20 0 15 0 83882929 14314172416 22093 18446744073709551615 4194304 4196468 140731260320128 140731260302672 139639353020151 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
/proc/8604/statm: 3494671 22093 3161 1 0 3482964 0
[pid=8604/tid=8605] ppid=8602 vsize=13978684 memory=140058883522991 CPUtime=0.54 cores=0,2,4,6
/proc/8604/task/8605/stat : 8605 (java) R 8602 8602 897 0 -1 4202560 7841 0 0 0 51 3 0 0 20 0 15 0 83882930 14314172416 22093 18446744073709551615 4194304 4196468 140731260320128 139639357253520 139639353032086 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8606] ppid=8602 vsize=13978684 memory=280116290900384 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8606/stat : 8606 (java) S 8602 8602 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 83882930 14314172416 22093 18446744073709551615 4194304 4196468 140731260320128 139639320578704 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8607] ppid=8602 vsize=13978684 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8607/stat : 8607 (java) S 8602 8602 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 83882930 14314172416 22093 18446744073709551615 4194304 4196468 140731260320128 139638951987728 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8608] ppid=8602 vsize=13978684 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8608/stat : 8608 (java) S 8602 8602 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 83882930 14314172416 22093 18446744073709551615 4194304 4196468 140731260320128 139638950934928 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8609] ppid=8602 vsize=13978684 memory=2000 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8609/stat : 8609 (java) S 8602 8602 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 83882930 14314172416 22093 18446744073709551615 4194304 4196468 140731260320128 139638949882128 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8610] ppid=8602 vsize=13978684 memory=11004 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8610/stat : 8610 (java) S 8602 8602 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 83882932 14314172416 22093 18446744073709551615 4194304 4196468 140731260320128 139638831410032 139639353031298 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8611] ppid=8602 vsize=13978684 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8611/stat : 8611 (java) S 8602 8602 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 83882932 14314172416 22093 18446744073709551615 4194304 4196468 140731260320128 139638830356000 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8612] ppid=8602 vsize=13978684 memory=15880 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8612/stat : 8612 (java) S 8602 8602 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 83882932 14314172416 22093 18446744073709551615 4194304 4196468 140731260320128 139638829303152 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8613] ppid=8602 vsize=13978684 memory=25764 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8613/stat : 8613 (java) S 8602 8602 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83882935 14314172416 22093 18446744073709551615 4194304 4196468 140731260320128 139638828251472 139639353038747 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8614] ppid=8602 vsize=13978684 memory=4116 CPUtime=0.27 cores=0,2,4,6
/proc/8604/task/8614/stat : 8614 (java) R 8602 8602 897 0 -1 4202560 1221 0 0 0 27 0 0 0 20 0 15 0 83882935 14314172416 22093 18446744073709551615 4194304 4196468 140731260320128 139638827185016 139639331256537 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8615] ppid=8602 vsize=13978684 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/8604/task/8615/stat : 8615 (java) R 8602 8602 897 0 -1 4202560 1354 0 0 0 28 0 0 0 20 0 15 0 83882935 14314172416 22093 18446744073709551615 4194304 4196468 140731260320128 139638826135824 139639332239616 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8616] ppid=8602 vsize=13978684 memory=140058145359920 CPUtime=0.27 cores=0,2,4,6
/proc/8604/task/8616/stat : 8616 (java) S 8602 8602 897 0 -1 1077944384 1460 0 0 0 27 0 0 0 20 0 15 0 83882935 14314172416 22093 18446744073709551615 4194304 4196468 140731260320128 139638825093232 139639353031298 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8617] ppid=8602 vsize=13978684 memory=140058145360112 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8617/stat : 8617 (java) S 8602 8602 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83882935 14314172416 22093 18446744073709551615 4194304 4196468 140731260320128 139638824040672 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8618] ppid=8602 vsize=13978684 memory=140058145360208 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8618/stat : 8618 (java) S 8602 8602 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 83882940 14314172416 22093 18446744073709551615 4194304 4196468 140731260320128 139638822988976 139639353031298 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 89752 KiB

[startup+1.50083 s]
/proc/loadavg: 2.07 1.84 1.77 5/211 8618
/proc/meminfo: memFree=30378532/32770624 swapFree=67108860/67108860
[pid=8602] ppid=8599 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/8602/stat : 8602 (xcsp3-exec) S 8599 8602 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 83882921 9740288 345 18446744073709551615 4194304 5098028 140721459329664 140721459327768 139713077523068 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 29523968 140721459335544 140721459335749 140721459335749 140721459339243 0
/proc/8602/statm: 2378 345 289 221 0 87 0
[pid=8604] ppid=8602 vsize=13980732 memory=239328 CPUtime=4.03 cores=0,2,4,6
/proc/8604/stat : 8604 (java) S 8602 8602 897 0 -1 1077944320 17370 0 0 0 388 15 0 0 20 0 15 0 83882929 14316269568 59832 18446744073709551615 4194304 4196468 140731260320128 140731260302672 139639353020151 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
/proc/8604/statm: 3495183 59832 3220 1 0 3483476 0
[pid=8604/tid=8605] ppid=8602 vsize=13980732 memory=0 CPUtime=1.28 cores=0,2,4,6
/proc/8604/task/8605/stat : 8605 (java) R 8602 8602 897 0 -1 4202560 8455 0 0 0 122 6 0 0 20 0 15 0 83882930 14316269568 59832 18446744073709551615 4194304 4196468 140731260320128 139639357256808 139638997788229 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8606] ppid=8602 vsize=13980732 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/8604/task/8606/stat : 8606 (java) S 8602 8602 897 0 -1 1077944384 57 0 0 0 2 1 0 0 20 0 15 0 83882930 14316269568 59832 18446744073709551615 4194304 4196468 140731260320128 139639320578704 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8607] ppid=8602 vsize=13980732 memory=2000 CPUtime=0.05 cores=0,2,4,6
/proc/8604/task/8607/stat : 8607 (java) S 8602 8602 897 0 -1 1077944384 123 0 0 0 4 1 0 0 20 0 15 0 83882930 14316269568 59832 18446744073709551615 4194304 4196468 140731260320128 139638951987728 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8608] ppid=8602 vsize=13980732 memory=11004 CPUtime=0.03 cores=0,2,4,6
/proc/8604/task/8608/stat : 8608 (java) S 8602 8602 897 0 -1 1077944384 83 0 0 0 2 1 0 0 20 0 15 0 83882930 14316269568 59832 18446744073709551615 4194304 4196468 140731260320128 139638950934928 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8609] ppid=8602 vsize=13980732 memory=1200 CPUtime=0.05 cores=0,2,4,6
/proc/8604/task/8609/stat : 8609 (java) S 8602 8602 897 0 -1 1077944384 182 0 0 0 4 1 0 0 20 0 15 0 83882930 14316269568 59832 18446744073709551615 4194304 4196468 140731260320128 139638949882128 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8610] ppid=8602 vsize=13980732 memory=15880 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8610/stat : 8610 (java) S 8602 8602 897 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 83882932 14316269568 59832 18446744073709551615 4194304 4196468 140731260320128 139638831410032 139639353031298 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8611] ppid=8602 vsize=13980732 memory=25764 CPUtime=0 cores=0,2,4,6

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

/proc/8602/stat : 8602 (xcsp3-exec) S 8599 8602 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 83882921 9740288 345 18446744073709551615 4194304 5098028 140721459329664 140721459327768 139713077523068 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 29523968 140721459335544 140721459335749 140721459335749 140721459339243 0
/proc/8602/statm: 2378 345 289 221 0 87 0
[pid=8604] ppid=8602 vsize=13980732 memory=2584576 CPUtime=389.25 cores=0,2,4,6
/proc/8604/stat : 8604 (java) S 8602 8602 897 0 -1 1077944320 107508 0 0 0 38797 128 0 0 20 0 15 0 83882929 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 140731260302672 139639353020151 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
/proc/8604/statm: 3495183 646144 3258 1 0 3483476 0
[pid=8604/tid=8605] ppid=8602 vsize=13980732 memory=1380 CPUtime=372.79 cores=0,2,4,6
/proc/8604/task/8605/stat : 8605 (java) R 8602 8602 897 0 -1 4202560 27405 0 0 0 37246 33 0 0 20 0 15 0 83882930 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139639357259520 139639000768663 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8606] ppid=8602 vsize=13980732 memory=1380 CPUtime=1.22 cores=0,2,4,6
/proc/8604/task/8606/stat : 8606 (java) S 8602 8602 897 0 -1 1077944384 1772 0 0 0 104 18 0 0 20 0 15 0 83882930 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139639320578704 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8607] ppid=8602 vsize=13980732 memory=2584576 CPUtime=1.26 cores=0,2,4,6
/proc/8604/task/8607/stat : 8607 (java) S 8602 8602 897 0 -1 1077944384 3896 0 0 0 106 20 0 0 20 0 15 0 83882930 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638951987728 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8608] ppid=8602 vsize=13980732 memory=1380 CPUtime=1.23 cores=0,2,4,6
/proc/8604/task/8608/stat : 8608 (java) S 8602 8602 897 0 -1 1077944384 2107 0 0 0 104 19 0 0 20 0 15 0 83882930 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638950934928 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8609] ppid=8602 vsize=13980732 memory=2584576 CPUtime=1.25 cores=0,2,4,6
/proc/8604/task/8609/stat : 8609 (java) S 8602 8602 897 0 -1 1077944384 2284 0 0 0 105 20 0 0 20 0 15 0 83882930 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638949882128 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8610] ppid=8602 vsize=13980732 memory=1624 CPUtime=0.16 cores=0,2,4,6
/proc/8604/task/8610/stat : 8610 (java) S 8602 8602 897 0 -1 1077944384 5036 0 0 0 16 0 0 0 20 0 15 0 83882932 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638831410032 139639353031298 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8611] ppid=8602 vsize=13980732 memory=4116 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8611/stat : 8611 (java) S 8602 8602 897 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 83882932 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638830356064 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8612] ppid=8602 vsize=13980732 memory=46008 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8612/stat : 8612 (java) S 8602 8602 897 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 83882932 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638829303168 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8613] ppid=8602 vsize=13980732 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8613/stat : 8613 (java) S 8602 8602 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83882935 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638828251472 139639353038747 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8614] ppid=8602 vsize=13980732 memory=2316 CPUtime=4.95 cores=0,2,4,6
/proc/8604/task/8614/stat : 8614 (java) S 8602 8602 897 0 -1 1077944384 29200 0 0 0 491 4 0 0 20 0 15 0 83882935 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638827198832 139639353031298 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8615] ppid=8602 vsize=13980732 memory=1728 CPUtime=5.18 cores=0,2,4,6
/proc/8604/task/8615/stat : 8615 (java) S 8602 8602 897 0 -1 1077944384 25101 0 0 0 516 2 0 0 20 0 15 0 83882935 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638826146032 139639353031298 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8616] ppid=8602 vsize=13980732 memory=1228 CPUtime=0.95 cores=0,2,4,6
/proc/8604/task/8616/stat : 8616 (java) S 8602 8602 897 0 -1 1077944384 8738 0 0 0 93 2 0 0 20 0 15 0 83882935 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638825093232 139639353031298 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8617] ppid=8602 vsize=13980732 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8617/stat : 8617 (java) S 8602 8602 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83882935 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638824040672 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8618] ppid=8602 vsize=13980732 memory=10164 CPUtime=0.18 cores=0,2,4,6
/proc/8604/task/8618/stat : 8618 (java) S 8602 8602 897 0 -1 1077944384 630 0 0 0 9 9 0 0 20 0 15 0 83882940 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638822988976 139639353031298 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
Current children cumulated CPU time: 389.25 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2585956 KiB

[startup+376.001 s]*
/proc/loadavg: 1.66 1.70 1.73 3/211 8647
/proc/meminfo: memFree=27987688/32770624 swapFree=67108860/67108860
[pid=8602] ppid=8599 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/8602/stat : 8602 (xcsp3-exec) S 8599 8602 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 83882921 9740288 345 18446744073709551615 4194304 5098028 140721459329664 140721459327768 139713077523068 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 29523968 140721459335544 140721459335749 140721459335749 140721459339243 0
/proc/8602/statm: 2378 345 289 221 0 87 0
[pid=8604] ppid=8602 vsize=13980732 memory=2584576 CPUtime=390.86 cores=0,2,4,6
/proc/8604/stat : 8604 (java) S 8602 8602 897 0 -1 1077944320 107532 0 0 0 38958 128 0 0 20 0 15 0 83882929 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 140731260302672 139639353020151 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
/proc/8604/statm: 3495183 646144 3258 1 0 3483476 0
[pid=8604/tid=8605] ppid=8602 vsize=13980732 memory=-8774313645642428999 CPUtime=374.39 cores=0,2,4,6
/proc/8604/task/8605/stat : 8605 (java) R 8602 8602 897 0 -1 4202560 27427 0 0 0 37406 33 0 0 20 0 15 0 83882930 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139639357259520 139639001980777 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8606] ppid=8602 vsize=13980732 memory=4872558044660077418 CPUtime=1.22 cores=0,2,4,6
/proc/8604/task/8606/stat : 8606 (java) S 8602 8602 897 0 -1 1077944384 1772 0 0 0 104 18 0 0 20 0 15 0 83882930 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139639320578704 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8607] ppid=8602 vsize=13980732 memory=3048 CPUtime=1.26 cores=0,2,4,6
/proc/8604/task/8607/stat : 8607 (java) S 8602 8602 897 0 -1 1077944384 3896 0 0 0 106 20 0 0 20 0 15 0 83882930 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638951987728 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8608] ppid=8602 vsize=13980732 memory=1380 CPUtime=1.23 cores=0,2,4,6
/proc/8604/task/8608/stat : 8608 (java) S 8602 8602 897 0 -1 1077944384 2107 0 0 0 104 19 0 0 20 0 15 0 83882930 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638950934928 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8609] ppid=8602 vsize=13980732 memory=2584576 CPUtime=1.25 cores=0,2,4,6
/proc/8604/task/8609/stat : 8609 (java) S 8602 8602 897 0 -1 1077944384 2284 0 0 0 105 20 0 0 20 0 15 0 83882930 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638949882128 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8610] ppid=8602 vsize=13980732 memory=3036 CPUtime=0.16 cores=0,2,4,6
/proc/8604/task/8610/stat : 8610 (java) S 8602 8602 897 0 -1 1077944384 5036 0 0 0 16 0 0 0 20 0 15 0 83882932 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638831410032 139639353031298 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8611] ppid=8602 vsize=13980732 memory=3032 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8611/stat : 8611 (java) S 8602 8602 897 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 83882932 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638830356064 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8612] ppid=8602 vsize=13980732 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8612/stat : 8612 (java) S 8602 8602 897 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 83882932 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638829303168 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8613] ppid=8602 vsize=13980732 memory=2248 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8613/stat : 8613 (java) S 8602 8602 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83882935 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638828251472 139639353038747 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8614] ppid=8602 vsize=13980732 memory=4304 CPUtime=4.95 cores=0,2,4,6
/proc/8604/task/8614/stat : 8614 (java) S 8602 8602 897 0 -1 1077944384 29200 0 0 0 491 4 0 0 20 0 15 0 83882935 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638827198832 139639353031298 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8615] ppid=8602 vsize=13980732 memory=4872558044660077418 CPUtime=5.18 cores=0,2,4,6
/proc/8604/task/8615/stat : 8615 (java) S 8602 8602 897 0 -1 1077944384 25101 0 0 0 516 2 0 0 20 0 15 0 83882935 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638826146032 139639353031298 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8616] ppid=8602 vsize=13980732 memory=1228 CPUtime=0.95 cores=0,2,4,6
/proc/8604/task/8616/stat : 8616 (java) S 8602 8602 897 0 -1 1077944384 8738 0 0 0 93 2 0 0 20 0 15 0 83882935 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638825093232 139639353031298 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8617] ppid=8602 vsize=13980732 memory=796 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8617/stat : 8617 (java) S 8602 8602 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83882935 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638824040672 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8618] ppid=8602 vsize=13980732 memory=5788 CPUtime=0.18 cores=0,2,4,6
/proc/8604/task/8618/stat : 8618 (java) S 8602 8602 897 0 -1 1077944384 632 0 0 0 9 9 0 0 20 0 15 0 83882940 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638822988976 139639353031298 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
Current children cumulated CPU time: 390.86 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2585956 KiB

[startup+376.801 s]
/proc/loadavg: 1.66 1.70 1.73 3/211 8647
/proc/meminfo: memFree=27987688/32770624 swapFree=67108860/67108860
[pid=8602] ppid=8599 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/8602/stat : 8602 (xcsp3-exec) S 8599 8602 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 83882921 9740288 345 18446744073709551615 4194304 5098028 140721459329664 140721459327768 139713077523068 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 29523968 140721459335544 140721459335749 140721459335749 140721459339243 0
/proc/8602/statm: 2378 345 289 221 0 87 0
[pid=8604] ppid=8602 vsize=13980732 memory=2584576 CPUtime=391.68 cores=0,2,4,6
/proc/8604/stat : 8604 (java) S 8602 8602 897 0 -1 1077944320 108565 0 0 0 39040 128 0 0 20 0 15 0 83882929 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 140731260302672 139639353020151 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
/proc/8604/statm: 3495183 646144 3258 1 0 3483476 0
[pid=8604/tid=8605] ppid=8602 vsize=13980732 memory=7680170660397595203 CPUtime=375.18 cores=0,2,4,6
/proc/8604/task/8605/stat : 8605 (java) R 8602 8602 897 0 -1 4202560 27445 0 0 0 37485 33 0 0 20 0 15 0 83882930 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139639357259520 139639001980772 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8606] ppid=8602 vsize=13980732 memory=2584576 CPUtime=1.22 cores=0,2,4,6
/proc/8604/task/8606/stat : 8606 (java) S 8602 8602 897 0 -1 1077944384 1772 0 0 0 104 18 0 0 20 0 15 0 83882930 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139639320578704 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8607] ppid=8602 vsize=13980732 memory=1012 CPUtime=1.26 cores=0,2,4,6
/proc/8604/task/8607/stat : 8607 (java) S 8602 8602 897 0 -1 1077944384 3896 0 0 0 106 20 0 0 20 0 15 0 83882930 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638951987728 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8608] ppid=8602 vsize=13980732 memory=7680170660397595203 CPUtime=1.23 cores=0,2,4,6
/proc/8604/task/8608/stat : 8608 (java) S 8602 8602 897 0 -1 1077944384 2107 0 0 0 104 19 0 0 20 0 15 0 83882930 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638950934928 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8609] ppid=8602 vsize=13980732 memory=2584576 CPUtime=1.25 cores=0,2,4,6
/proc/8604/task/8609/stat : 8609 (java) S 8602 8602 897 0 -1 1077944384 2284 0 0 0 105 20 0 0 20 0 15 0 83882930 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638949882128 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8610] ppid=8602 vsize=13980732 memory=5788 CPUtime=0.16 cores=0,2,4,6
/proc/8604/task/8610/stat : 8610 (java) S 8602 8602 897 0 -1 1077944384 5038 0 0 0 16 0 0 0 20 0 15 0 83882932 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638831410032 139639353031298 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8611] ppid=8602 vsize=13980732 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8611/stat : 8611 (java) S 8602 8602 897 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 83882932 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638830356064 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8612] ppid=8602 vsize=13980732 memory=2584576 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8612/stat : 8612 (java) S 8602 8602 897 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 83882932 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638829303168 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8613] ppid=8602 vsize=13980732 memory=4116 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8613/stat : 8613 (java) S 8602 8602 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83882935 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638828251472 139639353038747 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8614] ppid=8602 vsize=13980732 memory=46008 CPUtime=4.97 cores=0,2,4,6
/proc/8604/task/8614/stat : 8614 (java) S 8602 8602 897 0 -1 1077944384 30062 0 0 0 493 4 0 0 20 0 15 0 83882935 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638827198832 139639353031298 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8615] ppid=8602 vsize=13980732 memory=1292 CPUtime=5.18 cores=0,2,4,6
/proc/8604/task/8615/stat : 8615 (java) S 8602 8602 897 0 -1 1077944384 25103 0 0 0 516 2 0 0 20 0 15 0 83882935 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638826146032 139639353031298 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8616] ppid=8602 vsize=13980732 memory=2316 CPUtime=0.95 cores=0,2,4,6
/proc/8604/task/8616/stat : 8616 (java) S 8602 8602 897 0 -1 1077944384 8880 0 0 0 93 2 0 0 20 0 15 0 83882935 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638825093232 139639353031298 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8617] ppid=8602 vsize=13980732 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8617/stat : 8617 (java) S 8602 8602 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83882935 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638824040672 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8618] ppid=8602 vsize=13980732 memory=1228 CPUtime=0.18 cores=0,2,4,6
/proc/8604/task/8618/stat : 8618 (java) S 8602 8602 897 0 -1 1077944384 639 0 0 0 9 9 0 0 20 0 15 0 83882940 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638822988976 139639353031298 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
Current children cumulated CPU time: 391.68 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2585956 KiB

[startup+377.001 s]*
/proc/loadavg: 1.66 1.70 1.73 3/211 8647
/proc/meminfo: memFree=27973292/32770624 swapFree=67108860/67108860
[pid=8602] ppid=8599 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/8602/stat : 8602 (xcsp3-exec) S 8599 8602 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 83882921 9740288 345 18446744073709551615 4194304 5098028 140721459329664 140721459327768 139713077523068 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 29523968 140721459335544 140721459335749 140721459335749 140721459339243 0
/proc/8602/statm: 2378 345 289 221 0 87 0
[pid=8604] ppid=8602 vsize=13980732 memory=2584576 CPUtime=391.88 cores=0,2,4,6
/proc/8604/stat : 8604 (java) S 8602 8602 897 0 -1 1077944320 108567 0 0 0 39060 128 0 0 20 0 15 0 83882929 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 140731260302672 139639353020151 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
/proc/8604/statm: 3495183 646144 3258 1 0 3483476 0
[pid=8604/tid=8605] ppid=8602 vsize=13980732 memory=-8774313645642428999 CPUtime=375.39 cores=0,2,4,6
/proc/8604/task/8605/stat : 8605 (java) R 8602 8602 897 0 -1 4202560 27447 0 0 0 37506 33 0 0 20 0 15 0 83882930 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139639357259520 139639001980812 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8606] ppid=8602 vsize=13980732 memory=4872558044660077418 CPUtime=1.22 cores=0,2,4,6
/proc/8604/task/8606/stat : 8606 (java) S 8602 8602 897 0 -1 1077944384 1772 0 0 0 104 18 0 0 20 0 15 0 83882930 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139639320578704 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8607] ppid=8602 vsize=13980732 memory=796 CPUtime=1.26 cores=0,2,4,6
/proc/8604/task/8607/stat : 8607 (java) S 8602 8602 897 0 -1 1077944384 3896 0 0 0 106 20 0 0 20 0 15 0 83882930 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638951987728 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8608] ppid=8602 vsize=13980732 memory=5788 CPUtime=1.23 cores=0,2,4,6
/proc/8604/task/8608/stat : 8608 (java) S 8602 8602 897 0 -1 1077944384 2107 0 0 0 104 19 0 0 20 0 15 0 83882930 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638950934928 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8609] ppid=8602 vsize=13980732 memory=1712 CPUtime=1.25 cores=0,2,4,6
/proc/8604/task/8609/stat : 8609 (java) S 8602 8602 897 0 -1 1077944384 2284 0 0 0 105 20 0 0 20 0 15 0 83882930 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638949882128 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8610] ppid=8602 vsize=13980732 memory=4616 CPUtime=0.16 cores=0,2,4,6
/proc/8604/task/8610/stat : 8610 (java) S 8602 8602 897 0 -1 1077944384 5038 0 0 0 16 0 0 0 20 0 15 0 83882932 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638831410032 139639353031298 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8611] ppid=8602 vsize=13980732 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8611/stat : 8611 (java) S 8602 8602 897 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 83882932 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638830356064 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8612] ppid=8602 vsize=13980732 memory=10164 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8612/stat : 8612 (java) S 8602 8602 897 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 83882932 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638829303168 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8613] ppid=8602 vsize=13980732 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8613/stat : 8613 (java) S 8602 8602 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83882935 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638828251472 139639353038747 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8614] ppid=8602 vsize=13980732 memory=2000 CPUtime=4.97 cores=0,2,4,6
/proc/8604/task/8614/stat : 8614 (java) S 8602 8602 897 0 -1 1077944384 30062 0 0 0 493 4 0 0 20 0 15 0 83882935 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638827198832 139639353031298 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8615] ppid=8602 vsize=13980732 memory=11004 CPUtime=5.18 cores=0,2,4,6
/proc/8604/task/8615/stat : 8615 (java) S 8602 8602 897 0 -1 1077944384 25103 0 0 0 516 2 0 0 20 0 15 0 83882935 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638826146032 139639353031298 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8616] ppid=8602 vsize=13980732 memory=1200 CPUtime=0.95 cores=0,2,4,6
/proc/8604/task/8616/stat : 8616 (java) S 8602 8602 897 0 -1 1077944384 8880 0 0 0 93 2 0 0 20 0 15 0 83882935 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638825093232 139639353031298 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8617] ppid=8602 vsize=13980732 memory=15880 CPUtime=0 cores=0,2,4,6
/proc/8604/task/8617/stat : 8617 (java) S 8602 8602 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83882935 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638824040672 139639353030357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
[pid=8604/tid=8618] ppid=8602 vsize=13980732 memory=640 CPUtime=0.18 cores=0,2,4,6
/proc/8604/task/8618/stat : 8618 (java) S 8602 8602 897 0 -1 1077944384 639 0 0 0 9 9 0 0 20 0 15 0 83882940 14316269568 646144 18446744073709551615 4194304 4196468 140731260320128 139638822988976 139639353031298 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25251840 140731260326321 140731260326497 140731260326497 140731260329935 0
Current children cumulated CPU time: 391.88 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2585956 KiB

Child status: 0
Real time (s): 377.058
CPU time (s): 391.947
CPU user time (s): 390.643
CPU system time (s): 1.30469
CPU usage (%): 103.949
Max. virtual memory (cumulated for all children) (KiB): 13992644
Max. memory (cumulated for all children) (KiB): 2585956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 390.643
system time used= 1.30469
maximum resident set size= 2585544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109328
page faults= 0
swaps= 0
block input operations= 0
block output operations= 568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11491
involuntary context switches= 269


# summary of solver processes directly reported to runsolver:
#   pid: 8602
#   total CPU time (s): 391.947
#   total CPU user time (s): 390.643
#   total CPU system time (s): 1.30469

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.51715 second user time and 3.44924 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-15 18:49:37
IDJOB=4272588
IDBENCH=134763
IDSOLVER=2664
FILE ID=node125/4272588-1502816623
RUNJOBID= node125-1502662595-11628
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-spng/Pb-NG-K145.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4272588-1502816623/watcher-4272588-1502816623 -o /tmp/evaluation-result-4272588-1502816623/solver-4272588-1502816623 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11628 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1750439113 HOME/instance-4272588-1502816623.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 5e6b89adf4cff092dc7bbd8ab430815e
RANDOM SEED=1750439113

node125.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	: 5333.07
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	: 5333.07
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	: 5333.07
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	: 5333.07
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:        30565120 kB
MemAvailable:   31567776 kB
Buffers:          305144 kB
Cached:           990180 kB
SwapCached:            0 kB
Active:          1157616 kB
Inactive:         614628 kB
Active(anon):     476700 kB
Inactive(anon):    33100 kB
Active(file):     680916 kB
Inactive(file):   581528 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8956 kB
Writeback:             8 kB
AnonPages:        475976 kB
Mapped:            64220 kB
Shmem:             33444 kB
Slab:             138436 kB
SReclaimable:     112092 kB
SUnreclaim:        26344 kB
KernelStack:        3440 kB
PageTables:         6028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1596500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    348160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node125 at 2017-08-15 18:55:54