Trace number 4283937

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-08-18)SAT 10.5633 4.7298398

General information on the benchmark

NameRandom/Random-RB-2-30-15f/
rand-2-30-15-306-230f-09.xml
MD5SUM23c17749bea612774e78a3a072e2ad10
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.28985199
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints227
Number of domains1
Minimum domain size15
Maximum domain size15
Distribution of domain sizes[{"size":15,"count":30}]
Minimum variable degree11
Maximum variable degree20
Distribution of variable degrees[{"degree":11,"count":2},{"degree":12,"count":5},{"degree":13,"count":2},{"degree":14,"count":4},{"degree":15,"count":4},{"degree":16,"count":3},{"degree":17,"count":2},{"degree":18,"count":5},{"degree":19,"count":2},{"degree":20,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":227}]
Number of extensional constraints227
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":227}]
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-4283937-1503187904.xml"  -tl '2520s' -p 1 -x 3
0.01/0.30	c [HOME/instance-4283937-1503187904.xml, -tl, 2520s, -p, 1, -x, 3]
0.22/0.36	c simple solver
0.40/0.42	c parse instance...
1.25/0.74	c solve instance...
10.52/4.71	s SATISFIABLE
10.52/4.71	v <instantiation>
10.52/4.71	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] </list>
10.52/4.71	v 	<values>4 1 13 10 14 12 1 6 13 13 11 1 2 13 5 1 11 3 14 9 1 10 11 6 11 9 12 0 3 7 </values>
10.52/4.71	v </instantiation>

Verifier Data

OK	

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 (15301 MiB free)
  memory of node 1: 16384 MiB (15227 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283937-1503187904/watcher-4283937-1503187904 -o /tmp/evaluation-result-4283937-1503187904/solver-4283937-1503187904 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1503171959-30214 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 856449765 HOME/instance-4283937-1503187904.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=655, runsolver pid=651

[startup+0.100158 s]*
/proc/loadavg: 1.79 1.66 1.61 3/202 662
/proc/meminfo: memFree=31250208/32770624 swapFree=67108860/67108860
[pid=655] ppid=651 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/655/stat : 655 (xcsp3-exec) S 651 655 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 17200155 9740288 345 18446744073709551615 4194304 5098028 140723205658576 140723205656680 139970324902524 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 8 0 0 7196144 7232144 7479296 140723205661050 140723205661254 140723205661254 140723205664747 0
/proc/655/statm: 2378 345 289 221 0 87 0
[pid=657] ppid=655 vsize=13358712 memory=16148 CPUtime=0.01 cores=0,2,4,6
/proc/657/stat : 657 (java) S 655 655 16431 0 -1 1077944320 3326 0 0 0 1 0 0 0 20 0 6 0 17200163 13679321088 4037 18446744073709551615 4194304 4196468 140726258830224 140726258812768 140653224365815 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
/proc/657/statm: 3339678 4037 1901 1 0 3329175 0
[pid=657/tid=658] ppid=655 vsize=13441356 memory=7311146985107750967 CPUtime=0.01 cores=0,2,4,6
/proc/657/task/658/stat : 658 (java) R 655 655 16431 0 -1 4202560 2197 0 0 0 1 0 0 0 20 0 7 0 17200163 13763948544 4169 18446744073709551615 4194304 4196468 140726258830224 140653228608272 140653210049046 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=659] ppid=655 vsize=13441356 memory=10596 CPUtime=0 cores=0,2,4,6
/proc/657/task/659/stat : 659 (java) S 655 655 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 17200164 13763948544 4169 18446744073709551615 4194304 4196468 140726258830224 140653143780368 140653224376021 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=660] ppid=655 vsize=13441356 memory=3689213652246095520 CPUtime=0 cores=0,2,4,6
/proc/657/task/660/stat : 660 (java) S 655 655 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 17200164 13763948544 4169 18446744073709551615 4194304 4196468 140726258830224 140653142727824 140653224376021 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=661] ppid=655 vsize=13441356 memory=0 CPUtime=0 cores=0,2,4,6
/proc/657/task/661/stat : 661 (java) S 655 655 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 17200164 13763948544 4169 18446744073709551615 4194304 4196468 140726258830224 140653141674768 140653224376021 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=662] ppid=655 vsize=13441356 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/657/task/662/stat : 662 (java) S 655 655 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 17200164 13763948544 4169 18446744073709551615 4194304 4196468 140726258830224 140653140622224 140653224376021 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=663] ppid=655 vsize=13441356 memory=139693956163200 CPUtime=0 cores=0,2,4,6
/proc/657/task/663/stat : 663 (java) S 655 655 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 17200166 13763948544 4169 18446744073709551615 4194304 4196468 140726258830224 140652702062832 140653224376962 0 0 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 17528 KiB

[startup+0.30574 s]*
/proc/loadavg: 1.79 1.66 1.61 3/211 671
/proc/meminfo: memFree=31241568/32770624 swapFree=67108860/67108860
[pid=655] ppid=651 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/655/stat : 655 (xcsp3-exec) S 651 655 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 17200155 9740288 345 18446744073709551615 4194304 5098028 140723205658576 140723205656680 139970324902524 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 8 0 0 7196144 7232144 7479296 140723205661050 140723205661254 140723205661254 140723205664747 0
/proc/655/statm: 2378 345 289 221 0 87 0
[pid=657] ppid=655 vsize=13975376 memory=35564 CPUtime=0.22 cores=0,2,4,6
/proc/657/stat : 657 (java) S 655 655 16431 0 -1 1077944320 7782 0 0 0 21 1 0 0 20 0 15 0 17200163 14310785024 8891 18446744073709551615 4194304 4196468 140726258830224 140726258812768 140653224365815 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
/proc/657/statm: 3493844 8891 2978 1 0 3483220 0
[pid=657/tid=658] ppid=655 vsize=13975376 memory=7311146985107750967 CPUtime=0.14 cores=0,2,4,6
/proc/657/task/658/stat : 658 (java) R 655 655 16431 0 -1 4202560 5572 0 0 0 13 1 0 0 20 0 15 0 17200163 14310785024 8935 18446744073709551615 4194304 4196468 140726258830224 140653228588192 140653217045533 0 4 1 16800974 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=659] ppid=655 vsize=13975376 memory=10596 CPUtime=0 cores=0,2,4,6
/proc/657/task/659/stat : 659 (java) S 655 655 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17200164 14310785024 8935 18446744073709551615 4194304 4196468 140726258830224 140653143780368 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=660] ppid=655 vsize=13975376 memory=3689213652246095520 CPUtime=0 cores=0,2,4,6
/proc/657/task/660/stat : 660 (java) S 655 655 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17200164 14310785024 8935 18446744073709551615 4194304 4196468 140726258830224 140653142727824 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=661] ppid=655 vsize=13975376 memory=0 CPUtime=0 cores=0,2,4,6
/proc/657/task/661/stat : 661 (java) S 655 655 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17200164 14310785024 8935 18446744073709551615 4194304 4196468 140726258830224 140653141674768 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=662] ppid=655 vsize=13975376 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/657/task/662/stat : 662 (java) S 655 655 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17200164 14310785024 8935 18446744073709551615 4194304 4196468 140726258830224 140653140622224 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=663] ppid=655 vsize=13975376 memory=139693956163200 CPUtime=0 cores=0,2,4,6
/proc/657/task/663/stat : 663 (java) S 655 655 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17200166 14310785024 8935 18446744073709551615 4194304 4196468 140726258830224 140652702062832 140653224376962 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=664] ppid=655 vsize=13975376 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/657/task/664/stat : 664 (java) S 655 655 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17200166 14310785024 8935 18446744073709551615 4194304 4196468 140726258830224 140652701009056 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=665] ppid=655 vsize=13975376 memory=0 CPUtime=0 cores=0,2,4,6
/proc/657/task/665/stat : 665 (java) S 655 655 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17200166 14310785024 8935 18446744073709551615 4194304 4196468 140726258830224 140652699955952 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=666] ppid=655 vsize=13975376 memory=0 CPUtime=0 cores=0,2,4,6
/proc/657/task/666/stat : 666 (java) S 655 655 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17200169 14310785024 8935 18446744073709551615 4194304 4196468 140726258830224 140652698904528 140653224384411 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=667] ppid=655 vsize=13975376 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/657/task/667/stat : 667 (java) S 655 655 16431 0 -1 1077944384 501 0 0 0 1 0 0 0 20 0 15 0 17200169 14310785024 8935 18446744073709551615 4194304 4196468 140726258830224 140652697852656 140653224376962 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=668] ppid=655 vsize=13975376 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/657/task/668/stat : 668 (java) S 655 655 16431 0 -1 1077944384 256 0 0 0 1 0 0 0 20 0 15 0 17200169 14310785024 8935 18446744073709551615 4194304 4196468 140726258830224 140652696800112 140653224376962 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=669] ppid=655 vsize=13975376 memory=139693956163200 CPUtime=0.05 cores=0,2,4,6
/proc/657/task/669/stat : 669 (java) S 655 655 16431 0 -1 1077944384 707 0 0 0 5 0 0 0 20 0 15 0 17200169 14310785024 8935 18446744073709551615 4194304 4196468 140726258830224 140652695747056 140653224376962 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=670] ppid=655 vsize=13975376 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/657/task/670/stat : 670 (java) S 655 655 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17200169 14310785024 8935 18446744073709551615 4194304 4196468 140726258830224 140652694694752 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=671] ppid=655 vsize=13975376 memory=139693956163200 CPUtime=0 cores=0,2,4,6
/proc/657/task/671/stat : 671 (java) S 655 655 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17200176 14310785024 8935 18446744073709551615 4194304 4196468 140726258830224 140652693641776 140653224376962 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 13984888 KiB
Current children cumulated memory: 36944 KiB

[startup+0.412578 s]*
/proc/loadavg: 1.79 1.66 1.61 3/211 671
/proc/meminfo: memFree=31229500/32770624 swapFree=67108860/67108860
[pid=655] ppid=651 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/655/stat : 655 (xcsp3-exec) S 651 655 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 17200155 9740288 345 18446744073709551615 4194304 5098028 140723205658576 140723205656680 139970324902524 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 8 0 0 7196144 7232144 7479296 140723205661050 140723205661254 140723205661254 140723205664747 0
/proc/655/statm: 2378 345 289 221 0 87 0
[pid=657] ppid=655 vsize=13978608 memory=42700 CPUtime=0.4 cores=0,2,4,6
/proc/657/stat : 657 (java) S 655 655 16431 0 -1 1077944320 9440 0 0 0 38 2 0 0 20 0 15 0 17200163 14314094592 10675 18446744073709551615 4194304 4196468 140726258830224 140726258812768 140653224365815 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
/proc/657/statm: 3494652 10675 3069 1 0 3482964 0
[pid=657/tid=658] ppid=655 vsize=13978608 memory=7311146985107750967 CPUtime=0.25 cores=0,2,4,6
/proc/657/task/658/stat : 658 (java) R 655 655 16431 0 -1 4202560 6562 0 0 0 23 2 0 0 20 0 15 0 17200163 14314094592 10806 18446744073709551615 4194304 4196468 140726258830224 140653228578224 140653208446302 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=659] ppid=655 vsize=13978608 memory=10596 CPUtime=0 cores=0,2,4,6
/proc/657/task/659/stat : 659 (java) S 655 655 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17200164 14314094592 10806 18446744073709551615 4194304 4196468 140726258830224 140653143780368 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=660] ppid=655 vsize=13978608 memory=3689213652246095520 CPUtime=0 cores=0,2,4,6
/proc/657/task/660/stat : 660 (java) S 655 655 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17200164 14314094592 10806 18446744073709551615 4194304 4196468 140726258830224 140653142727824 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=661] ppid=655 vsize=13978608 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/657/task/661/stat : 661 (java) S 655 655 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17200164 14314094592 10806 18446744073709551615 4194304 4196468 140726258830224 140653141674768 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=662] ppid=655 vsize=13978608 memory=3472328296227680303 CPUtime=0 cores=0,2,4,6
/proc/657/task/662/stat : 662 (java) S 655 655 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17200164 14314094592 10806 18446744073709551615 4194304 4196468 140726258830224 140653140622224 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=663] ppid=655 vsize=13978608 memory=734564220400279795 CPUtime=0 cores=0,2,4,6
/proc/657/task/663/stat : 663 (java) S 655 655 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17200166 14314094592 10806 18446744073709551615 4194304 4196468 140726258830224 140652702062832 140653224376962 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=664] ppid=655 vsize=13978608 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/657/task/664/stat : 664 (java) S 655 655 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17200166 14314094592 10806 18446744073709551615 4194304 4196468 140726258830224 140652701009056 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=665] ppid=655 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/657/task/665/stat : 665 (java) S 655 655 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17200166 14314094592 10806 18446744073709551615 4194304 4196468 140726258830224 140652699955952 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=666] ppid=655 vsize=13978608 memory=7681407940103534242 CPUtime=0 cores=0,2,4,6
/proc/657/task/666/stat : 666 (java) S 655 655 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17200169 14314094592 10806 18446744073709551615 4194304 4196468 140726258830224 140652698904528 140653224384411 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=667] ppid=655 vsize=13978608 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/657/task/667/stat : 667 (java) S 655 655 16431 0 -1 1077944384 597 0 0 0 4 0 0 0 20 0 15 0 17200169 14314094592 10806 18446744073709551615 4194304 4196468 140726258830224 140652697852656 140653224376962 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=668] ppid=655 vsize=13978608 memory=3472328296227680299 CPUtime=0.02 cores=0,2,4,6
/proc/657/task/668/stat : 668 (java) S 655 655 16431 0 -1 1077944384 259 0 0 0 2 0 0 0 20 0 15 0 17200169 14314094592 10806 18446744073709551615 4194304 4196468 140726258830224 140652696800112 140653224376962 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=669] ppid=655 vsize=13978608 memory=8607467960633051615 CPUtime=0.09 cores=0,2,4,6
/proc/657/task/669/stat : 669 (java) S 655 655 16431 0 -1 1077944384 730 0 0 0 9 0 0 0 20 0 15 0 17200169 14314094592 10806 18446744073709551615 4194304 4196468 140726258830224 140652695747056 140653224376962 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=670] ppid=655 vsize=13978608 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/657/task/670/stat : 670 (java) S 655 655 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17200169 14314094592 10806 18446744073709551615 4194304 4196468 140726258830224 140652694694752 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=671] ppid=655 vsize=13978608 memory=139693956163200 CPUtime=0 cores=0,2,4,6
/proc/657/task/671/stat : 671 (java) S 655 655 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17200176 14314094592 10806 18446744073709551615 4194304 4196468 140726258830224 140652693641776 140653224376962 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 44080 KiB

[startup+0.710067 s]
/proc/loadavg: 1.79 1.66 1.61 6/211 671
/proc/meminfo: memFree=31207896/32770624 swapFree=67108860/67108860
[pid=655] ppid=651 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/655/stat : 655 (xcsp3-exec) S 651 655 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 17200155 9740288 345 18446744073709551615 4194304 5098028 140723205658576 140723205656680 139970324902524 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 8 0 0 7196144 7232144 7479296 140723205661050 140723205661254 140723205661254 140723205664747 0
/proc/655/statm: 2378 345 289 221 0 87 0
[pid=657] ppid=655 vsize=13978684 memory=81968 CPUtime=1.25 cores=0,2,4,6
/proc/657/stat : 657 (java) S 655 655 16431 0 -1 1077944320 13151 0 0 0 121 4 0 0 20 0 15 0 17200163 14314172416 20492 18446744073709551615 4194304 4196468 140726258830224 140726258812768 140653224365815 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
/proc/657/statm: 3494671 20492 3165 1 0 3482964 0
[pid=657/tid=658] ppid=655 vsize=13978684 memory=157089 CPUtime=0.53 cores=0,2,4,6
/proc/657/task/658/stat : 658 (java) R 655 655 16431 0 -1 4202560 7425 0 0 0 51 2 0 0 20 0 15 0 17200163 14314172416 20492 18446744073709551615 4194304 4196468 140726258830224 140653228602512 140653205951335 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=659] ppid=655 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/657/task/659/stat : 659 (java) S 655 655 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17200164 14314172416 20492 18446744073709551615 4194304 4196468 140726258830224 140653143780368 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=660] ppid=655 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/657/task/660/stat : 660 (java) S 655 655 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17200164 14314172416 20492 18446744073709551615 4194304 4196468 140726258830224 140653142727824 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=661] ppid=655 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/657/task/661/stat : 661 (java) S 655 655 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17200164 14314172416 20492 18446744073709551615 4194304 4196468 140726258830224 140653141674768 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=662] ppid=655 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/657/task/662/stat : 662 (java) S 655 655 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17200164 14314172416 20492 18446744073709551615 4194304 4196468 140726258830224 140653140622224 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=663] ppid=655 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/657/task/663/stat : 663 (java) S 655 655 16431 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 17200166 14314172416 20492 18446744073709551615 4194304 4196468 140726258830224 140652702062832 140653224376962 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=664] ppid=655 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/657/task/664/stat : 664 (java) S 655 655 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17200166 14314172416 20492 18446744073709551615 4194304 4196468 140726258830224 140652701009056 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=665] ppid=655 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/657/task/665/stat : 665 (java) S 655 655 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17200166 14314172416 20492 18446744073709551615 4194304 4196468 140726258830224 140652699955952 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=666] ppid=655 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/657/task/666/stat : 666 (java) S 655 655 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17200169 14314172416 20492 18446744073709551615 4194304 4196468 140726258830224 140652698904528 140653224384411 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=667] ppid=655 vsize=13978684 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/657/task/667/stat : 667 (java) R 655 655 16431 0 -1 4202560 1390 0 0 0 21 0 0 0 20 0 15 0 17200169 14314172416 20492 18446744073709551615 4194304 4196468 140726258830224 140652697835008 140653216655223 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=668] ppid=655 vsize=13978684 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/657/task/668/stat : 668 (java) R 655 655 16431 0 -1 4202560 1220 0 0 0 18 0 0 0 20 0 15 0 17200169 14314172416 20492 18446744073709551615 4194304 4196468 140726258830224 140652696787184 140653207849269 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=669] ppid=655 vsize=13978684 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/657/task/669/stat : 669 (java) R 655 655 16431 0 -1 1077944384 1809 0 0 0 28 0 0 0 20 0 15 0 17200169 14314172416 20492 18446744073709551615 4194304 4196468 140726258830224 140652695747056 140653224376962 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=670] ppid=655 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/657/task/670/stat : 670 (java) S 655 655 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17200169 14314172416 20492 18446744073709551615 4194304 4196468 140726258830224 140652694694752 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=671] ppid=655 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/657/task/671/stat : 671 (java) S 655 655 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17200176 14314172416 20492 18446744073709551615 4194304 4196468 140726258830224 140652693641776 140653224376962 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 83348 KiB

[startup+1.50077 s]
/proc/loadavg: 1.79 1.66 1.61 5/211 671
/proc/meminfo: memFree=31156660/32770624 swapFree=67108860/67108860
[pid=655] ppid=651 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/655/stat : 655 (xcsp3-exec) S 651 655 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 17200155 9740288 345 18446744073709551615 4194304 5098028 140723205658576 140723205656680 139970324902524 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 8 0 0 7196144 7232144 7479296 140723205661050 140723205661254 140723205661254 140723205664747 0
/proc/655/statm: 2378 345 289 221 0 87 0
[pid=657] ppid=655 vsize=13980732 memory=144516 CPUtime=3.79 cores=0,2,4,6
/proc/657/stat : 657 (java) S 655 655 16431 0 -1 1077944320 33082 0 0 0 372 7 0 0 20 0 15 0 17200163 14316269568 36129 18446744073709551615 4194304 4196468 140726258830224 140726258812768 140653224365815 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
/proc/657/statm: 3495183 36129 3181 1 0 3483476 0
[pid=657/tid=658] ppid=655 vsize=13980732 memory=0 CPUtime=1.32 cores=0,2,4,6
/proc/657/task/658/stat : 658 (java) R 655 655 16431 0 -1 4202560 8328 0 0 0 129 3 0 0 20 0 15 0 17200163 14316269568 36129 18446744073709551615 4194304 4196468 140726258830224 140653228603032 140652818015692 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=659] ppid=655 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/657/task/659/stat : 659 (java) S 655 655 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17200164 14316269568 36129 18446744073709551615 4194304 4196468 140726258830224 140653143780368 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=660] ppid=655 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/657/task/660/stat : 660 (java) S 655 655 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17200164 14316269568 36129 18446744073709551615 4194304 4196468 140726258830224 140653142727824 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=661] ppid=655 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/657/task/661/stat : 661 (java) S 655 655 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17200164 14316269568 36129 18446744073709551615 4194304 4196468 140726258830224 140653141674768 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=662] ppid=655 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/657/task/662/stat : 662 (java) S 655 655 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17200164 14316269568 36129 18446744073709551615 4194304 4196468 140726258830224 140653140622224 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=663] ppid=655 vsize=13980732 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/657/task/663/stat : 663 (java) S 655 655 16431 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 17200166 14316269568 36129 18446744073709551615 4194304 4196468 140726258830224 140652702062832 140653224376962 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=664] ppid=655 vsize=13980732 memory=288230613214036277 CPUtime=0 cores=0,2,4,6

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

/proc/655/stat : 655 (xcsp3-exec) S 651 655 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 17200155 9740288 345 18446744073709551615 4194304 5098028 140723205658576 140723205656680 139970324902524 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 8 0 0 7196144 7232144 7479296 140723205661050 140723205661254 140723205661254 140723205664747 0
/proc/655/statm: 2378 345 289 221 0 87 0
[pid=657] ppid=655 vsize=13980732 memory=203764 CPUtime=8.88 cores=0,2,4,6
/proc/657/stat : 657 (java) S 655 655 16431 0 -1 1077944320 36644 0 0 0 880 8 0 0 20 0 15 0 17200163 14316269568 50941 18446744073709551615 4194304 4196468 140726258830224 140726258812768 140653224365815 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
/proc/657/statm: 3495183 50941 3202 1 0 3483476 0
[pid=657/tid=658] ppid=655 vsize=13980732 memory=0 CPUtime=3.12 cores=0,2,4,6
/proc/657/task/658/stat : 658 (java) R 655 655 16431 0 -1 4202560 9115 0 0 0 308 4 0 0 20 0 15 0 17200163 14316269568 50941 18446744073709551615 4194304 4196468 140726258830224 140653228602984 140652818797870 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=659] ppid=655 vsize=13980732 memory=829 CPUtime=0 cores=0,2,4,6
/proc/657/task/659/stat : 659 (java) S 655 655 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17200164 14316269568 50941 18446744073709551615 4194304 4196468 140726258830224 140653143780368 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=660] ppid=655 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/657/task/660/stat : 660 (java) S 655 655 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17200164 14316269568 50941 18446744073709551615 4194304 4196468 140726258830224 140653142727824 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=661] ppid=655 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/657/task/661/stat : 661 (java) S 655 655 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17200164 14316269568 50941 18446744073709551615 4194304 4196468 140726258830224 140653141674768 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=662] ppid=655 vsize=13980732 memory=186928 CPUtime=0 cores=0,2,4,6
/proc/657/task/662/stat : 662 (java) S 655 655 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17200164 14316269568 50941 18446744073709551615 4194304 4196468 140726258830224 140653140622224 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=663] ppid=655 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/657/task/663/stat : 663 (java) S 655 655 16431 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 17200166 14316269568 50941 18446744073709551615 4194304 4196468 140726258830224 140652702062832 140653224376962 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=664] ppid=655 vsize=13980732 memory=182440 CPUtime=0 cores=0,2,4,6
/proc/657/task/664/stat : 664 (java) S 655 655 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17200166 14316269568 50941 18446744073709551615 4194304 4196468 140726258830224 140652701009056 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=665] ppid=655 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/657/task/665/stat : 665 (java) S 655 655 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17200166 14316269568 50941 18446744073709551615 4194304 4196468 140726258830224 140652699955952 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=666] ppid=655 vsize=13980732 memory=4004 CPUtime=0 cores=0,2,4,6
/proc/657/task/666/stat : 666 (java) S 655 655 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17200169 14316269568 50941 18446744073709551615 4194304 4196468 140726258830224 140652698904528 140653224384411 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=667] ppid=655 vsize=13980732 memory=12908 CPUtime=2.52 cores=0,2,4,6
/proc/657/task/667/stat : 667 (java) S 655 655 16431 0 -1 1077944384 11110 0 0 0 251 1 0 0 20 0 15 0 17200169 14316269568 50941 18446744073709551615 4194304 4196468 140726258830224 140652697852656 140653224376962 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=668] ppid=655 vsize=13980732 memory=1296 CPUtime=2.61 cores=0,2,4,6
/proc/657/task/668/stat : 668 (java) S 655 655 16431 0 -1 1077944384 10496 0 0 0 260 1 0 0 20 0 15 0 17200169 14316269568 50941 18446744073709551615 4194304 4196468 140726258830224 140652696800112 140653224376962 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=669] ppid=655 vsize=13980732 memory=2344 CPUtime=0.6 cores=0,2,4,6
/proc/657/task/669/stat : 669 (java) S 655 655 16431 0 -1 1077944384 4575 0 0 0 59 1 0 0 20 0 15 0 17200169 14316269568 50941 18446744073709551615 4194304 4196468 140726258830224 140652695747056 140653224376962 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=670] ppid=655 vsize=13980732 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/657/task/670/stat : 670 (java) S 655 655 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17200169 14316269568 50941 18446744073709551615 4194304 4196468 140726258830224 140652694694752 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=671] ppid=655 vsize=13980732 memory=11952 CPUtime=0 cores=0,2,4,6
/proc/657/task/671/stat : 671 (java) S 655 655 16431 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 17200176 14316269568 50941 18446744073709551615 4194304 4196468 140726258830224 140652693641776 140653224376962 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
Current children cumulated CPU time: 8.88 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 205144 KiB

[startup+4.1014 s]*
/proc/loadavg: 1.89 1.68 1.61 4/211 671
/proc/meminfo: memFree=31019404/32770624 swapFree=67108860/67108860
[pid=655] ppid=651 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/655/stat : 655 (xcsp3-exec) S 651 655 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 17200155 9740288 345 18446744073709551615 4194304 5098028 140723205658576 140723205656680 139970324902524 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 8 0 0 7196144 7232144 7479296 140723205661050 140723205661254 140723205661254 140723205664747 0
/proc/655/statm: 2378 345 289 221 0 87 0
[pid=657] ppid=655 vsize=13980732 memory=230692 CPUtime=9.83 cores=0,2,4,6
/proc/657/stat : 657 (java) S 655 655 16431 0 -1 1077944320 37873 0 0 0 974 9 0 0 20 0 15 0 17200163 14316269568 57673 18446744073709551615 4194304 4196468 140726258830224 140726258812768 140653224365815 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
/proc/657/statm: 3495183 57673 3220 1 0 3483476 0
[pid=657/tid=658] ppid=655 vsize=13980732 memory=-8774313645642428999 CPUtime=3.92 cores=0,2,4,6
/proc/657/task/658/stat : 658 (java) R 655 655 16431 0 -1 4202560 9159 0 0 0 388 4 0 0 20 0 15 0 17200163 14316269568 57673 18446744073709551615 4194304 4196468 140726258830224 140653228605184 140652818796856 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=659] ppid=655 vsize=13980732 memory=135 CPUtime=0 cores=0,2,4,6
/proc/657/task/659/stat : 659 (java) S 655 655 16431 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 17200164 14316269568 57673 18446744073709551615 4194304 4196468 140726258830224 140653143780368 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=660] ppid=655 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/657/task/660/stat : 660 (java) S 655 655 16431 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 17200164 14316269568 57673 18446744073709551615 4194304 4196468 140726258830224 140653142727824 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=661] ppid=655 vsize=13980732 memory=88 CPUtime=0 cores=0,2,4,6
/proc/657/task/661/stat : 661 (java) S 655 655 16431 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 17200164 14316269568 57673 18446744073709551615 4194304 4196468 140726258830224 140653141674768 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=662] ppid=655 vsize=13980732 memory=30 CPUtime=0 cores=0,2,4,6
/proc/657/task/662/stat : 662 (java) S 655 655 16431 0 -1 1077944384 198 0 0 0 0 0 0 0 20 0 15 0 17200164 14316269568 57673 18446744073709551615 4194304 4196468 140726258830224 140653140622224 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=663] ppid=655 vsize=13980732 memory=78 CPUtime=0 cores=0,2,4,6
/proc/657/task/663/stat : 663 (java) S 655 655 16431 0 -1 1077944384 150 0 0 0 0 0 0 0 20 0 15 0 17200166 14316269568 57673 18446744073709551615 4194304 4196468 140726258830224 140652702062832 140653224376962 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=664] ppid=655 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/657/task/664/stat : 664 (java) S 655 655 16431 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 17200166 14316269568 57673 18446744073709551615 4194304 4196468 140726258830224 140652701009056 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=665] ppid=655 vsize=13980732 memory=36 CPUtime=0 cores=0,2,4,6
/proc/657/task/665/stat : 665 (java) S 655 655 16431 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 17200166 14316269568 57673 18446744073709551615 4194304 4196468 140726258830224 140652699955952 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=666] ppid=655 vsize=13980732 memory=229 CPUtime=0 cores=0,2,4,6
/proc/657/task/666/stat : 666 (java) S 655 655 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17200169 14316269568 57673 18446744073709551615 4194304 4196468 140726258830224 140652698904528 140653224384411 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=667] ppid=655 vsize=13980732 memory=577 CPUtime=2.6 cores=0,2,4,6
/proc/657/task/667/stat : 667 (java) S 655 655 16431 0 -1 1077944384 11134 0 0 0 259 1 0 0 20 0 15 0 17200169 14316269568 57673 18446744073709551615 4194304 4196468 140726258830224 140652697852656 140653224376962 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=668] ppid=655 vsize=13980732 memory=0 CPUtime=2.64 cores=0,2,4,6
/proc/657/task/668/stat : 668 (java) S 655 655 16431 0 -1 1077944384 10505 0 0 0 263 1 0 0 20 0 15 0 17200169 14316269568 57673 18446744073709551615 4194304 4196468 140726258830224 140652696800112 140653224376962 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=669] ppid=655 vsize=13980732 memory=6 CPUtime=0.62 cores=0,2,4,6
/proc/657/task/669/stat : 669 (java) S 655 655 16431 0 -1 1077944384 4988 0 0 0 61 1 0 0 20 0 15 0 17200169 14316269568 57673 18446744073709551615 4194304 4196468 140726258830224 140652695747056 140653224376962 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=670] ppid=655 vsize=13980732 memory=72 CPUtime=0 cores=0,2,4,6
/proc/657/task/670/stat : 670 (java) S 655 655 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17200169 14316269568 57673 18446744073709551615 4194304 4196468 140726258830224 140652694694752 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=671] ppid=655 vsize=13980732 memory=72 CPUtime=0 cores=0,2,4,6
/proc/657/task/671/stat : 671 (java) S 655 655 16431 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 17200176 14316269568 57673 18446744073709551615 4194304 4196468 140726258830224 140652693641776 140653224376962 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
Current children cumulated CPU time: 9.83 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 232072 KiB

[startup+4.50083 s]
/proc/loadavg: 1.89 1.68 1.61 4/211 671
/proc/meminfo: memFree=31019404/32770624 swapFree=67108860/67108860
[pid=655] ppid=651 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/655/stat : 655 (xcsp3-exec) S 651 655 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 17200155 9740288 345 18446744073709551615 4194304 5098028 140723205658576 140723205656680 139970324902524 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 8 0 0 7196144 7232144 7479296 140723205661050 140723205661254 140723205661254 140723205664747 0
/proc/655/statm: 2378 345 289 221 0 87 0
[pid=657] ppid=655 vsize=13980732 memory=230700 CPUtime=10.23 cores=0,2,4,6
/proc/657/stat : 657 (java) S 655 655 16431 0 -1 1077944320 37883 0 0 0 1014 9 0 0 20 0 15 0 17200163 14316269568 57675 18446744073709551615 4194304 4196468 140726258830224 140726258812768 140653224365815 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
/proc/657/statm: 3495183 57675 3222 1 0 3483476 0
[pid=657/tid=658] ppid=655 vsize=13980732 memory=2813203580194 CPUtime=4.31 cores=0,2,4,6
/proc/657/task/658/stat : 658 (java) R 655 655 16431 0 -1 4202560 9167 0 0 0 427 4 0 0 20 0 15 0 17200163 14316269568 57675 18446744073709551615 4194304 4196468 140726258830224 140653228601712 140652818626693 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=659] ppid=655 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/657/task/659/stat : 659 (java) S 655 655 16431 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 17200164 14316269568 57675 18446744073709551615 4194304 4196468 140726258830224 140653143780368 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=660] ppid=655 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/657/task/660/stat : 660 (java) S 655 655 16431 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 17200164 14316269568 57675 18446744073709551615 4194304 4196468 140726258830224 140653142727824 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=661] ppid=655 vsize=13980732 memory=230616 CPUtime=0 cores=0,2,4,6
/proc/657/task/661/stat : 661 (java) S 655 655 16431 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 17200164 14316269568 57675 18446744073709551615 4194304 4196468 140726258830224 140653141674768 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=662] ppid=655 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/657/task/662/stat : 662 (java) S 655 655 16431 0 -1 1077944384 198 0 0 0 0 0 0 0 20 0 15 0 17200164 14316269568 57675 18446744073709551615 4194304 4196468 140726258830224 140653140622224 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=663] ppid=655 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/657/task/663/stat : 663 (java) S 655 655 16431 0 -1 1077944384 150 0 0 0 0 0 0 0 20 0 15 0 17200166 14316269568 57675 18446744073709551615 4194304 4196468 140726258830224 140652702062832 140653224376962 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=664] ppid=655 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/657/task/664/stat : 664 (java) S 655 655 16431 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 17200166 14316269568 57675 18446744073709551615 4194304 4196468 140726258830224 140652701009056 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=665] ppid=655 vsize=13980732 memory=7976406965554101975 CPUtime=0 cores=0,2,4,6
/proc/657/task/665/stat : 665 (java) S 655 655 16431 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 17200166 14316269568 57675 18446744073709551615 4194304 4196468 140726258830224 140652699955952 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=666] ppid=655 vsize=13980732 memory=-2317720213663324238 CPUtime=0 cores=0,2,4,6
/proc/657/task/666/stat : 666 (java) S 655 655 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17200169 14316269568 57675 18446744073709551615 4194304 4196468 140726258830224 140652698904528 140653224384411 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=667] ppid=655 vsize=13980732 memory=-3040564339105353098 CPUtime=2.6 cores=0,2,4,6
/proc/657/task/667/stat : 667 (java) S 655 655 16431 0 -1 1077944384 11134 0 0 0 259 1 0 0 20 0 15 0 17200169 14316269568 57675 18446744073709551615 4194304 4196468 140726258830224 140652697852656 140653224376962 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=668] ppid=655 vsize=13980732 memory=8562125494162282060 CPUtime=2.64 cores=0,2,4,6
/proc/657/task/668/stat : 668 (java) S 655 655 16431 0 -1 1077944384 10505 0 0 0 263 1 0 0 20 0 15 0 17200169 14316269568 57675 18446744073709551615 4194304 4196468 140726258830224 140652696800112 140653224376962 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=669] ppid=655 vsize=13980732 memory=-3040564339105353098 CPUtime=0.62 cores=0,2,4,6
/proc/657/task/669/stat : 669 (java) S 655 655 16431 0 -1 1077944384 4989 0 0 0 61 1 0 0 20 0 15 0 17200169 14316269568 57675 18446744073709551615 4194304 4196468 140726258830224 140652695747056 140653224376962 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=670] ppid=655 vsize=13980732 memory=-2317720213663324238 CPUtime=0 cores=0,2,4,6
/proc/657/task/670/stat : 670 (java) S 655 655 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17200169 14316269568 57675 18446744073709551615 4194304 4196468 140726258830224 140652694694752 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=671] ppid=655 vsize=13980732 memory=-2605811476043407915 CPUtime=0 cores=0,2,4,6
/proc/657/task/671/stat : 671 (java) S 655 655 16431 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 17200176 14316269568 57675 18446744073709551615 4194304 4196468 140726258830224 140652693641776 140653224376962 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
Current children cumulated CPU time: 10.23 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 232080 KiB

[startup+4.70084 s]
/proc/loadavg: 1.89 1.68 1.61 4/211 671
/proc/meminfo: memFree=31019404/32770624 swapFree=67108860/67108860
[pid=655] ppid=651 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/655/stat : 655 (xcsp3-exec) S 651 655 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 17200155 9740288 345 18446744073709551615 4194304 5098028 140723205658576 140723205656680 139970324902524 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 8 0 0 7196144 7232144 7479296 140723205661050 140723205661254 140723205661254 140723205664747 0
/proc/655/statm: 2378 345 289 221 0 87 0
[pid=657] ppid=655 vsize=13980732 memory=230780 CPUtime=10.52 cores=0,2,4,6
/proc/657/stat : 657 (java) S 655 655 16431 0 -1 1077944320 37899 0 0 0 1043 9 0 0 20 0 15 0 17200163 14316269568 57695 18446744073709551615 4194304 4196468 140726258830224 140726258812768 140653224365815 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
/proc/657/statm: 3495183 57695 3222 1 0 3483476 0
[pid=657/tid=658] ppid=655 vsize=13980732 memory=21603 CPUtime=4.51 cores=0,2,4,6
/proc/657/task/658/stat : 658 (java) R 655 655 16431 0 -1 4202560 9169 0 0 0 447 4 0 0 20 0 15 0 17200163 14316269568 57695 18446744073709551615 4194304 4196468 140726258830224 140653228601712 140652818796875 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=659] ppid=655 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/657/task/659/stat : 659 (java) S 655 655 16431 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 17200164 14316269568 57695 18446744073709551615 4194304 4196468 140726258830224 140653143780368 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=660] ppid=655 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/657/task/660/stat : 660 (java) S 655 655 16431 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 17200164 14316269568 57695 18446744073709551615 4194304 4196468 140726258830224 140653142727824 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=661] ppid=655 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/657/task/661/stat : 661 (java) S 655 655 16431 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 17200164 14316269568 57695 18446744073709551615 4194304 4196468 140726258830224 140653141674768 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=662] ppid=655 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/657/task/662/stat : 662 (java) S 655 655 16431 0 -1 1077944384 198 0 0 0 0 0 0 0 20 0 15 0 17200164 14316269568 57695 18446744073709551615 4194304 4196468 140726258830224 140653140622224 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=663] ppid=655 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/657/task/663/stat : 663 (java) S 655 655 16431 0 -1 1077944384 150 0 0 0 0 0 0 0 20 0 15 0 17200166 14316269568 57695 18446744073709551615 4194304 4196468 140726258830224 140652702062832 140653224376962 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=664] ppid=655 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/657/task/664/stat : 664 (java) S 655 655 16431 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 17200166 14316269568 57695 18446744073709551615 4194304 4196468 140726258830224 140652701009056 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=665] ppid=655 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/657/task/665/stat : 665 (java) S 655 655 16431 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 17200166 14316269568 57695 18446744073709551615 4194304 4196468 140726258830224 140652699955952 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=666] ppid=655 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/657/task/666/stat : 666 (java) S 655 655 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17200169 14316269568 57695 18446744073709551615 4194304 4196468 140726258830224 140652698904528 140653224384411 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=667] ppid=655 vsize=13980732 memory=0 CPUtime=2.65 cores=0,2,4,6
/proc/657/task/667/stat : 667 (java) S 655 655 16431 0 -1 1077944384 11139 0 0 0 264 1 0 0 20 0 15 0 17200169 14316269568 57695 18446744073709551615 4194304 4196468 140726258830224 140652697852656 140653224376962 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=668] ppid=655 vsize=13980732 memory=0 CPUtime=2.69 cores=0,2,4,6
/proc/657/task/668/stat : 668 (java) S 655 655 16431 0 -1 1077944384 10514 0 0 0 268 1 0 0 20 0 15 0 17200169 14316269568 57695 18446744073709551615 4194304 4196468 140726258830224 140652696800112 140653224376962 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=669] ppid=655 vsize=13980732 memory=7164216922784686701 CPUtime=0.62 cores=0,2,4,6
/proc/657/task/669/stat : 669 (java) S 655 655 16431 0 -1 1077944384 4989 0 0 0 61 1 0 0 20 0 15 0 17200169 14316269568 57695 18446744073709551615 4194304 4196468 140726258830224 140652695747056 140653224376962 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=670] ppid=655 vsize=13980732 memory=7164216922784686701 CPUtime=0 cores=0,2,4,6
/proc/657/task/670/stat : 670 (java) S 655 655 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17200169 14316269568 57695 18446744073709551615 4194304 4196468 140726258830224 140652694694752 140653224376021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
[pid=657/tid=671] ppid=655 vsize=13980732 memory=4279073127026418240 CPUtime=0 cores=0,2,4,6
/proc/657/task/671/stat : 671 (java) S 655 655 16431 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 17200176 14316269568 57695 18446744073709551615 4194304 4196468 140726258830224 140652693641776 140653224376962 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28205056 140726258835890 140726258836066 140726258836066 140726258839503 0
Current children cumulated CPU time: 10.52 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 232160 KiB

Child status: 0
Real time (s): 4.72984
CPU time (s): 10.5633
CPU user time (s): 10.4546
CPU system time (s): 0.108691
CPU usage (%): 223.334
Max. virtual memory (cumulated for all children) (KiB): 13992424
Max. memory (cumulated for all children) (KiB): 232160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.4546
system time used= 0.108691
maximum resident set size= 231244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38543
page faults= 0
swaps= 0
block input operations= 0
block output operations= 80
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2366
involuntary context switches= 22


# summary of solver processes directly reported to runsolver:
#   pid: 655
#   total CPU time (s): 10.5633
#   total CPU user time (s): 10.4546
#   total CPU system time (s): 0.108691

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.050702 second user time and 0.087753 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-20 01:57:44
IDJOB=4283937
IDBENCH=121693
IDSOLVER=2679
FILE ID=node128/4283937-1503187904
RUNJOBID= node128-1503171959-30214
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Random/Random-RB-2-30-15f/rand-2-30-15-306-230f-09.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-4283937-1503187904/watcher-4283937-1503187904 -o /tmp/evaluation-result-4283937-1503187904/solver-4283937-1503187904 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1503171959-30214 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 856449765 HOME/instance-4283937-1503187904.xml

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

MD5SUM BENCH= 23c17749bea612774e78a3a072e2ad10
RANDOM SEED=856449765

node128.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.47
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.47
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.47
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.47
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:        31261332 kB
MemAvailable:   31510796 kB
Buffers:          190072 kB
Cached:           348328 kB
SwapCached:            0 kB
Active:           764604 kB
Inactive:         337180 kB
Active(anon):     563372 kB
Inactive(anon):    16752 kB
Active(file):     201232 kB
Inactive(file):   320428 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8160 kB
Writeback:             0 kB
AnonPages:        546548 kB
Mapped:            45336 kB
Shmem:             17060 kB
Slab:             112288 kB
SReclaimable:      87276 kB
SUnreclaim:        25012 kB
KernelStack:        3712 kB
PageTables:         6036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1190156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    423936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node128 at 2017-08-20 01:57:49