Trace number 4403465

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 2019-09-20SAT 1469.14 369.428

General information on the benchmark

NameRandom/Random-B-2-26-26/
rand-2-26-26-325-155-9.xml
MD5SUM15e1cc79eec027fdb50c97913c9f3702
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 benchmark13.4974
Satisfiable
(Un)Satisfiability was proved
Number of variables26
Number of constraints325
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":26}]
Minimum variable degree25
Maximum variable degree25
Distribution of variable degrees[{"degree":25,"count":26}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":325}]
Number of extensional constraints325
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":325}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4403465-1568988940.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4403465-1568988940.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
2.81/1.06	c solve instance...
1469.06/369.41	s SATISFIABLE
1469.06/369.41	v <instantiation>
1469.06/369.41	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] </list>
1469.06/369.41	v 	<values>22 21 16 10 23 18 23 12 6 24 19 17 22 18 3 12 3 3 19 2 3 3 8 9 24 0 </values>
1469.06/369.41	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 (2397 MiB free)
  memory of node 1: 16384 MiB (5162 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403465-1568988940/watcher-4403465-1568988940 -o /tmp/evaluation-result-4403465-1568988940/solver-4403465-1568988940 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568988008-30878 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1688237013 HOME/instance-4403465-1568988940.xml 

running on 4 cores: 1,3,5,7

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
solver pid=32536, runsolver pid=32533
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 7.03 7.90 5.95 7/231 32552
/proc/meminfo: memFree=7723660/32770624 swapFree=66938892/67108860
[pid=32536] ppid=32533 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32536/stat : 32536 (xcsp3-exec) S 32533 32536 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475163721 115843072 363 33554432000 4194304 5098028 140723169039584 140723169037688 139727509893756 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32686080 140723169043322 140723169043565 140723169043565 140723169046474 0
/proc/32536/statm: 28282 363 304 221 0 87 0
[pid=32538] ppid=32536 vsize=15144776 memory=30204 CPUtime=0.13 cores=1,3,5,7
/proc/32538/stat : 32538 (java) S 32536 32536 30846 0 -1 1077944320 5482 0 0 0 12 1 0 0 20 0 15 0 475163721 15508250624 7551 33554432000 4194304 4196468 140732362284832 140732362267376 139730748342007 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
/proc/32538/statm: 3786194 7551 3150 1 0 3748377 0
[pid=32538/tid=32539] ppid=32536 vsize=15144776 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/32538/task/32539/stat : 32539 (java) R 32536 32536 30846 0 -1 4202560 3377 0 0 0 8 1 0 0 20 0 15 0 475163722 15508250624 7551 33554432000 4194304 4196468 140732362284832 139730752574736 139730740583397 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32540] ppid=32536 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32540/stat : 32540 (java) S 32536 32536 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475163722 15508250624 7551 33554432000 4194304 4196468 140732362284832 139730659998608 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32541] ppid=32536 vsize=15144776 memory=140330953307776 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32541/stat : 32541 (java) S 32536 32536 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475163722 15508250624 7551 33554432000 4194304 4196468 140732362284832 139730658945808 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32542] ppid=32536 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32542/stat : 32542 (java) S 32536 32536 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475163722 15508250624 7551 33554432000 4194304 4196468 140732362284832 139730657893520 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32543] ppid=32536 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32543/stat : 32543 (java) S 32536 32536 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475163722 15508250624 7551 33554432000 4194304 4196468 140732362284832 139730656840720 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32544] ppid=32536 vsize=15144776 memory=140330953307776 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32544/stat : 32544 (java) S 32536 32536 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475163724 15508250624 7551 33554432000 4194304 4196468 140732362284832 139729622546544 139730748353154 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32545] ppid=32536 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32545/stat : 32545 (java) S 32536 32536 30846 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475163724 15508250624 7551 33554432000 4194304 4196468 140732362284832 139729621492512 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32546] ppid=32536 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32546/stat : 32546 (java) S 32536 32536 30846 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475163724 15508250624 7551 33554432000 4194304 4196468 140732362284832 139729620440176 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32547] ppid=32536 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32547/stat : 32547 (java) S 32536 32536 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475163727 15508250624 7551 33554432000 4194304 4196468 140732362284832 139729619388496 139730748360603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32548] ppid=32536 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32548/stat : 32548 (java) R 32536 32536 30846 0 -1 4202560 455 0 0 0 0 0 0 0 20 0 15 0 475163727 15508250624 7551 33554432000 4194304 4196468 140732362284832 139729618336368 139730740579134 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32549] ppid=32536 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32549/stat : 32549 (java) R 32536 32536 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475163727 15508250624 7551 33554432000 4194304 4196468 140732362284832 139729617283568 139730748353154 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32550] ppid=32536 vsize=15144776 memory=140330953307776 CPUtime=0.02 cores=1,3,5,7
/proc/32538/task/32550/stat : 32550 (java) R 32536 32536 30846 0 -1 4202560 346 0 0 0 2 0 0 0 20 0 15 0 475163727 15508250624 7551 33554432000 4194304 4196468 140732362284832 139729616231280 139730727007350 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32551] ppid=32536 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32551/stat : 32551 (java) S 32536 32536 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475163727 15508250624 7551 33554432000 4194304 4196468 140732362284832 139729615178720 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32552] ppid=32536 vsize=15144776 memory=140330953307776 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32552/stat : 32552 (java) S 32536 32536 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475163727 15508250624 7551 33554432000 4194304 4196468 140732362284832 139729614125488 139730748353154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31656 KiB

[startup+0.210807 s]*
/proc/loadavg: 7.03 7.90 5.95 7/231 32552
/proc/meminfo: memFree=7711288/32770624 swapFree=66938892/67108860
[pid=32536] ppid=32533 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32536/stat : 32536 (xcsp3-exec) S 32533 32536 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475163721 115843072 363 33554432000 4194304 5098028 140723169039584 140723169037688 139727509893756 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32686080 140723169043322 140723169043565 140723169043565 140723169046474 0
/proc/32536/statm: 28282 363 304 221 0 87 0
[pid=32538] ppid=32536 vsize=15144776 memory=41392 CPUtime=0.34 cores=1,3,5,7
/proc/32538/stat : 32538 (java) S 32536 32536 30846 0 -1 1077944320 9001 0 0 0 31 3 0 0 20 0 15 0 475163721 15508250624 10348 33554432000 4194304 4196468 140732362284832 140732362267376 139730748342007 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
/proc/32538/statm: 3786194 10348 3310 1 0 3748377 0
[pid=32538/tid=32539] ppid=32536 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/32538/task/32539/stat : 32539 (java) R 32536 32536 30846 0 -1 4202560 6192 0 0 0 18 2 0 0 20 0 15 0 475163722 15508250624 10348 33554432000 4194304 4196468 140732362284832 139730752579472 139730748363933 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32540] ppid=32536 vsize=15144776 memory=12641 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32540/stat : 32540 (java) S 32536 32536 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475163722 15508250624 10348 33554432000 4194304 4196468 140732362284832 139730659998608 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32541] ppid=32536 vsize=15144776 memory=4121270647569741472 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32541/stat : 32541 (java) S 32536 32536 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475163722 15508250624 10348 33554432000 4194304 4196468 140732362284832 139730658945808 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32542] ppid=32536 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32542/stat : 32542 (java) S 32536 32536 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475163722 15508250624 10348 33554432000 4194304 4196468 140732362284832 139730657893520 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32543] ppid=32536 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32543/stat : 32543 (java) S 32536 32536 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475163722 15508250624 10348 33554432000 4194304 4196468 140732362284832 139730656840720 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32544] ppid=32536 vsize=15144776 memory=140330953307776 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32544/stat : 32544 (java) S 32536 32536 30846 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475163724 15508250624 10348 33554432000 4194304 4196468 140732362284832 139729622546544 139730748353154 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32545] ppid=32536 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32545/stat : 32545 (java) S 32536 32536 30846 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475163724 15508250624 10348 33554432000 4194304 4196468 140732362284832 139729621492512 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32546] ppid=32536 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32546/stat : 32546 (java) S 32536 32536 30846 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475163724 15508250624 10348 33554432000 4194304 4196468 140732362284832 139729620440176 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32547] ppid=32536 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32547/stat : 32547 (java) S 32536 32536 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475163727 15508250624 10348 33554432000 4194304 4196468 140732362284832 139729619388496 139730748360603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32548] ppid=32536 vsize=15144776 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/32538/task/32548/stat : 32548 (java) R 32536 32536 30846 0 -1 1077944384 555 0 0 0 3 0 0 0 20 0 15 0 475163727 15508250624 10348 33554432000 4194304 4196468 140732362284832 139729618336368 139730748353154 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32549] ppid=32536 vsize=15144776 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/32538/task/32549/stat : 32549 (java) S 32536 32536 30846 0 -1 1077944384 212 0 0 0 1 0 0 0 20 0 15 0 475163727 15508250624 10348 33554432000 4194304 4196468 140732362284832 139729617283568 139730748353154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32550] ppid=32536 vsize=15144776 memory=140330953307776 CPUtime=0.08 cores=1,3,5,7
/proc/32538/task/32550/stat : 32550 (java) R 32536 32536 30846 0 -1 4202560 736 0 0 0 8 0 0 0 20 0 15 0 475163727 15508250624 10348 33554432000 4194304 4196468 140732362284832 139729616231280 139730729116606 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32551] ppid=32536 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32551/stat : 32551 (java) S 32536 32536 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475163727 15508250624 10348 33554432000 4194304 4196468 140732362284832 139729615178720 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32552] ppid=32536 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32552/stat : 32552 (java) S 32536 32536 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475163727 15508250624 10348 33554432000 4194304 4196468 140732362284832 139729614125488 139730748353154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42844 KiB

[startup+0.310746 s]*
/proc/loadavg: 7.03 7.90 5.95 6/231 32552
/proc/meminfo: memFree=7704264/32770624 swapFree=66938892/67108860
[pid=32536] ppid=32533 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32536/stat : 32536 (xcsp3-exec) S 32533 32536 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475163721 115843072 363 33554432000 4194304 5098028 140723169039584 140723169037688 139727509893756 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32686080 140723169043322 140723169043565 140723169043565 140723169046474 0
/proc/32536/statm: 28282 363 304 221 0 87 0
[pid=32538] ppid=32536 vsize=15149032 memory=49928 CPUtime=0.51 cores=1,3,5,7
/proc/32538/stat : 32538 (java) S 32536 32536 30846 0 -1 1077944320 10339 0 0 0 48 3 0 0 20 0 15 0 475163721 15512608768 12482 33554432000 4194304 4196468 140732362284832 140732362267376 139730748342007 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
/proc/32538/statm: 3787258 12482 3343 1 0 3748377 0
[pid=32538/tid=32539] ppid=32536 vsize=15149032 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/32538/task/32539/stat : 32539 (java) R 32536 32536 30846 0 -1 4202560 7377 0 0 0 27 3 0 0 20 0 15 0 475163722 15512608768 12482 33554432000 4194304 4196468 140732362284832 139730752573120 139730748353942 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32540] ppid=32536 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32540/stat : 32540 (java) S 32536 32536 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475163722 15512608768 12482 33554432000 4194304 4196468 140732362284832 139730659998608 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32541] ppid=32536 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32541/stat : 32541 (java) S 32536 32536 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475163722 15512608768 12482 33554432000 4194304 4196468 140732362284832 139730658945808 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32542] ppid=32536 vsize=15149032 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32542/stat : 32542 (java) S 32536 32536 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475163722 15512608768 12482 33554432000 4194304 4196468 140732362284832 139730657893520 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32543] ppid=32536 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32543/stat : 32543 (java) S 32536 32536 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475163722 15512608768 12482 33554432000 4194304 4196468 140732362284832 139730656840720 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32544] ppid=32536 vsize=15149032 memory=4572146057552828020 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32544/stat : 32544 (java) S 32536 32536 30846 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475163724 15512608768 12482 33554432000 4194304 4196468 140732362284832 139729622546544 139730748353154 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32545] ppid=32536 vsize=15149032 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32545/stat : 32545 (java) S 32536 32536 30846 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475163724 15512608768 12482 33554432000 4194304 4196468 140732362284832 139729621492512 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32546] ppid=32536 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32546/stat : 32546 (java) S 32536 32536 30846 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475163724 15512608768 12482 33554432000 4194304 4196468 140732362284832 139729620440176 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32547] ppid=32536 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32547/stat : 32547 (java) S 32536 32536 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475163727 15512608768 12482 33554432000 4194304 4196468 140732362284832 139729619388496 139730748360603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32548] ppid=32536 vsize=15149032 memory=7827413994055111515 CPUtime=0.04 cores=1,3,5,7
/proc/32538/task/32548/stat : 32548 (java) S 32536 32536 30846 0 -1 1077944384 562 0 0 0 4 0 0 0 20 0 15 0 475163727 15512608768 12482 33554432000 4194304 4196468 140732362284832 139729618336368 139730748353154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32549] ppid=32536 vsize=15149032 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/32538/task/32549/stat : 32549 (java) S 32536 32536 30846 0 -1 1077944384 248 0 0 0 3 0 0 0 20 0 15 0 475163727 15512608768 12482 33554432000 4194304 4196468 140732362284832 139729617283568 139730748353154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32550] ppid=32536 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/32538/task/32550/stat : 32550 (java) R 32536 32536 30846 0 -1 4202560 846 0 0 0 12 0 0 0 20 0 15 0 475163727 15512608768 12482 33554432000 4194304 4196468 140732362284832 139729616231280 139730748363354 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32551] ppid=32536 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32551/stat : 32551 (java) S 32536 32536 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475163727 15512608768 12482 33554432000 4194304 4196468 140732362284832 139729615178720 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32552] ppid=32536 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32552/stat : 32552 (java) S 32536 32536 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475163727 15512608768 12482 33554432000 4194304 4196468 140732362284832 139729614125488 139730748353154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51380 KiB

[startup+0.700789 s]
/proc/loadavg: 7.03 7.90 5.95 8/231 32552
/proc/meminfo: memFree=7677940/32770624 swapFree=66938892/67108860
[pid=32536] ppid=32533 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32536/stat : 32536 (xcsp3-exec) S 32533 32536 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475163721 115843072 363 33554432000 4194304 5098028 140723169039584 140723169037688 139727509893756 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32686080 140723169043322 140723169043565 140723169043565 140723169046474 0
/proc/32536/statm: 28282 363 304 221 0 87 0
[pid=32538] ppid=32536 vsize=15151156 memory=130132 CPUtime=1.74 cores=1,3,5,7
/proc/32538/stat : 32538 (java) S 32536 32536 30846 0 -1 1077944320 13418 0 0 0 169 5 0 0 20 0 15 0 475163721 15514783744 32533 33554432000 4194304 4196468 140732362284832 140732362267376 139730748342007 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
/proc/32538/statm: 3787789 32533 3448 1 0 3748889 0
[pid=32538/tid=32539] ppid=32536 vsize=15151156 memory=53488 CPUtime=0.68 cores=1,3,5,7
/proc/32538/task/32539/stat : 32539 (java) R 32536 32536 30846 0 -1 4202560 7896 0 0 0 64 4 0 0 20 0 15 0 475163722 15514783744 32533 33554432000 4194304 4196468 140732362284832 139730752577936 139730339242120 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32540] ppid=32536 vsize=15151156 memory=988 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32540/stat : 32540 (java) S 32536 32536 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475163722 15514783744 32533 33554432000 4194304 4196468 140732362284832 139730659998608 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32541] ppid=32536 vsize=15151156 memory=2016 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32541/stat : 32541 (java) S 32536 32536 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475163722 15514783744 32533 33554432000 4194304 4196468 140732362284832 139730658945808 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32542] ppid=32536 vsize=15151156 memory=1416 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32542/stat : 32542 (java) S 32536 32536 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475163722 15514783744 32533 33554432000 4194304 4196468 140732362284832 139730657893520 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32543] ppid=32536 vsize=15151156 memory=10728 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32543/stat : 32543 (java) S 32536 32536 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475163722 15514783744 32533 33554432000 4194304 4196468 140732362284832 139730656840720 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32544] ppid=32536 vsize=15151156 memory=1552 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32544/stat : 32544 (java) S 32536 32536 30846 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475163724 15514783744 32533 33554432000 4194304 4196468 140732362284832 139729622546544 139730748353154 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32545] ppid=32536 vsize=15151156 memory=3640 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32545/stat : 32545 (java) S 32536 32536 30846 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475163724 15514783744 32533 33554432000 4194304 4196468 140732362284832 139729621492512 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32546] ppid=32536 vsize=15151156 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32546/stat : 32546 (java) S 32536 32536 30846 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475163724 15514783744 32533 33554432000 4194304 4196468 140732362284832 139729620440176 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32547] ppid=32536 vsize=15151156 memory=784 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32547/stat : 32547 (java) S 32536 32536 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475163727 15514783744 32533 33554432000 4194304 4196468 140732362284832 139729619388496 139730748360603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32548] ppid=32536 vsize=15151156 memory=1060 CPUtime=0.34 cores=1,3,5,7
/proc/32538/task/32548/stat : 32548 (java) R 32536 32536 30846 0 -1 4202560 1529 0 0 0 34 0 0 0 20 0 15 0 475163727 15514783744 32533 33554432000 4194304 4196468 140732362284832 139729618318208 139730731728544 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32549] ppid=32536 vsize=15151156 memory=1720 CPUtime=0.34 cores=1,3,5,7
/proc/32538/task/32549/stat : 32549 (java) R 32536 32536 30846 0 -1 4202560 1065 0 0 0 34 0 0 0 20 0 15 0 475163727 15514783744 32533 33554432000 4194304 4196468 140732362284832 139729617269760 139730733507679 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32550] ppid=32536 vsize=15151156 memory=1096 CPUtime=0.35 cores=1,3,5,7
/proc/32538/task/32550/stat : 32550 (java) R 32536 32536 30846 0 -1 1077944384 1622 0 0 0 35 0 0 0 20 0 15 0 475163727 15514783744 32533 33554432000 4194304 4196468 140732362284832 139729616231280 139730748353154 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32551] ppid=32536 vsize=15151156 memory=1188 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32551/stat : 32551 (java) S 32536 32536 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475163727 15514783744 32533 33554432000 4194304 4196468 140732362284832 139729615178720 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32552] ppid=32536 vsize=15151156 memory=6112 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32552/stat : 32552 (java) S 32536 32536 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475163727 15514783744 32533 33554432000 4194304 4196468 140732362284832 139729614125488 139730748353154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 131584 KiB

[startup+1.50103 s]
/proc/loadavg: 7.03 7.90 5.95 9/231 32552
/proc/meminfo: memFree=7542100/32770624 swapFree=66938892/67108860
[pid=32536] ppid=32533 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32536/stat : 32536 (xcsp3-exec) S 32533 32536 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475163721 115843072 363 33554432000 4194304 5098028 140723169039584 140723169037688 139727509893756 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32686080 140723169043322 140723169043565 140723169043565 140723169046474 0
/proc/32536/statm: 28282 363 304 221 0 87 0

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

/proc/32538/task/32552/stat : 32552 (java) S 32536 32536 30846 0 -1 1077944384 837 0 0 0 9 0 0 0 20 0 19 0 475163727 15787429888 289814 33554432000 4194304 4196468 140732362284832 139729614125488 139730748353154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32553] ppid=32536 vsize=15417412 memory=1748 CPUtime=364.04 cores=1,3,5,7
/proc/32538/task/32553/stat : 32553 (java) R 32536 32536 30846 0 -1 4202560 816 0 0 0 36403 1 0 0 20 0 19 0 475163828 15787429888 289814 33554432000 4194304 4196468 140732362284832 139729604905896 139730341025435 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32554] ppid=32536 vsize=15417412 memory=1160280 CPUtime=364.51 cores=1,3,5,7
/proc/32538/task/32554/stat : 32554 (java) R 32536 32536 30846 0 -1 4202560 3245 0 0 0 36445 6 0 0 20 0 19 0 475163828 15787429888 289814 33554432000 4194304 4196468 140732362284832 139729603854256 139730341025528 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32555] ppid=32536 vsize=15417412 memory=1060 CPUtime=364.34 cores=1,3,5,7
/proc/32538/task/32555/stat : 32555 (java) R 32536 32536 30846 0 -1 4202560 834 0 0 0 36433 1 0 0 20 0 19 0 475163828 15787429888 289814 33554432000 4194304 4196468 140732362284832 139729602804560 139730341591335 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32556] ppid=32536 vsize=15417412 memory=1720 CPUtime=364.29 cores=1,3,5,7
/proc/32538/task/32556/stat : 32556 (java) R 32536 32536 30846 0 -1 4202560 3570 0 0 0 36422 7 0 0 20 0 19 0 475163828 15787429888 289814 33554432000 4194304 4196468 140732362284832 139729601749464 139730341948731 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
Current children cumulated CPU time: 1463.53 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 1160708 KiB

[startup+368.801 s]
/proc/loadavg: 7.84 7.95 6.62 9/236 1041
/proc/meminfo: memFree=8373192/32770624 swapFree=66938896/67108860
[pid=32536] ppid=32533 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32536/stat : 32536 (xcsp3-exec) S 32533 32536 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475163721 115843072 363 33554432000 4194304 5098028 140723169039584 140723169037688 139727509893756 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32686080 140723169043322 140723169043565 140723169043565 140723169046474 0
/proc/32536/statm: 28282 363 304 221 0 87 0
[pid=32538] ppid=32536 vsize=15417412 memory=1160276 CPUtime=1466.67 cores=1,3,5,7
/proc/32538/stat : 32538 (java) S 32536 32536 30846 0 -1 1077944320 46341 0 0 0 146604 63 0 0 20 0 19 0 475163721 15787429888 290069 33554432000 4194304 4196468 140732362284832 140732362267376 139730748342007 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
/proc/32538/statm: 3854353 290069 3511 1 0 3815453 0
[pid=32538/tid=32539] ppid=32536 vsize=15417412 memory=6112 CPUtime=1.01 cores=1,3,5,7
/proc/32538/task/32539/stat : 32539 (java) S 32536 32536 30846 0 -1 1077944384 8614 0 0 0 96 5 0 0 20 0 19 0 475163722 15787429888 290069 33554432000 4194304 4196468 140732362284832 139730752582784 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32540] ppid=32536 vsize=15417412 memory=780 CPUtime=0.22 cores=1,3,5,7
/proc/32538/task/32540/stat : 32540 (java) S 32536 32536 30846 0 -1 1077944384 1330 0 0 0 13 9 0 0 20 0 19 0 475163722 15787429888 290069 33554432000 4194304 4196468 140732362284832 139730659998608 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32541] ppid=32536 vsize=15417412 memory=14008 CPUtime=0.2 cores=1,3,5,7
/proc/32538/task/32541/stat : 32541 (java) S 32536 32536 30846 0 -1 1077944384 1073 0 0 0 12 8 0 0 20 0 19 0 475163722 15787429888 290069 33554432000 4194304 4196468 140732362284832 139730658945808 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32542] ppid=32536 vsize=15417412 memory=1158752 CPUtime=0.21 cores=1,3,5,7
/proc/32538/task/32542/stat : 32542 (java) S 32536 32536 30846 0 -1 1077944384 1132 0 0 0 12 9 0 0 20 0 19 0 475163722 15787429888 290069 33554432000 4194304 4196468 140732362284832 139730657893520 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32543] ppid=32536 vsize=15417412 memory=53492 CPUtime=0.21 cores=1,3,5,7
/proc/32538/task/32543/stat : 32543 (java) S 32536 32536 30846 0 -1 1077944384 2897 0 0 0 12 9 0 0 20 0 19 0 475163722 15787429888 290069 33554432000 4194304 4196468 140732362284832 139730656840720 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32544] ppid=32536 vsize=15417412 memory=988 CPUtime=0.06 cores=1,3,5,7
/proc/32538/task/32544/stat : 32544 (java) S 32536 32536 30846 0 -1 1077944384 2926 0 0 0 5 1 0 0 20 0 19 0 475163724 15787429888 290069 33554432000 4194304 4196468 140732362284832 139729622546544 139730748353154 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32545] ppid=32536 vsize=15417412 memory=2016 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32545/stat : 32545 (java) S 32536 32536 30846 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 19 0 475163724 15787429888 290069 33554432000 4194304 4196468 140732362284832 139729621492576 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32546] ppid=32536 vsize=15417412 memory=1416 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32546/stat : 32546 (java) S 32536 32536 30846 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 19 0 475163724 15787429888 290069 33554432000 4194304 4196468 140732362284832 139729620440192 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32547] ppid=32536 vsize=15417412 memory=10728 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32547/stat : 32547 (java) S 32536 32536 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475163727 15787429888 290069 33554432000 4194304 4196468 140732362284832 139729619388496 139730748360603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32548] ppid=32536 vsize=15417412 memory=928 CPUtime=1.81 cores=1,3,5,7
/proc/32538/task/32548/stat : 32548 (java) S 32536 32536 30846 0 -1 1077944384 7397 0 0 0 180 1 0 0 20 0 19 0 475163727 15787429888 290069 33554432000 4194304 4196468 140732362284832 139729618336368 139730748353154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32549] ppid=32536 vsize=15417412 memory=1984 CPUtime=1.74 cores=1,3,5,7
/proc/32538/task/32549/stat : 32549 (java) S 32536 32536 30846 0 -1 1077944384 6026 0 0 0 174 0 0 0 20 0 19 0 475163727 15787429888 290069 33554432000 4194304 4196468 140732362284832 139729617283568 139730748353154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32550] ppid=32536 vsize=15417412 memory=2364 CPUtime=0.68 cores=1,3,5,7
/proc/32538/task/32550/stat : 32550 (java) S 32536 32536 30846 0 -1 1077944384 4313 0 0 0 67 1 0 0 20 0 19 0 475163727 15787429888 290069 33554432000 4194304 4196468 140732362284832 139729616231280 139730748353154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32551] ppid=32536 vsize=15417412 memory=1744 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32551/stat : 32551 (java) S 32536 32536 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475163727 15787429888 290069 33554432000 4194304 4196468 140732362284832 139729615178720 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32552] ppid=32536 vsize=15417412 memory=924 CPUtime=0.09 cores=1,3,5,7
/proc/32538/task/32552/stat : 32552 (java) S 32536 32536 30846 0 -1 1077944384 837 0 0 0 9 0 0 0 20 0 19 0 475163727 15787429888 290069 33554432000 4194304 4196468 140732362284832 139729614125488 139730748353154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32553] ppid=32536 vsize=15417412 memory=1448 CPUtime=364.82 cores=1,3,5,7
/proc/32538/task/32553/stat : 32553 (java) R 32536 32536 30846 0 -1 4202560 816 0 0 0 36481 1 0 0 20 0 19 0 475163828 15787429888 290069 33554432000 4194304 4196468 140732362284832 139729604905520 139730341591335 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32554] ppid=32536 vsize=15417412 memory=1748 CPUtime=365.29 cores=1,3,5,7
/proc/32538/task/32554/stat : 32554 (java) R 32536 32536 30846 0 -1 4202560 3245 0 0 0 36523 6 0 0 20 0 19 0 475163828 15787429888 290069 33554432000 4194304 4196468 140732362284832 139729603854256 139730341380801 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32555] ppid=32536 vsize=15417412 memory=111632 CPUtime=365.12 cores=1,3,5,7
/proc/32538/task/32555/stat : 32555 (java) R 32536 32536 30846 0 -1 4202560 834 0 0 0 36511 1 0 0 20 0 19 0 475163828 15787429888 290069 33554432000 4194304 4196468 140732362284832 139729602801704 139730341381853 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32556] ppid=32536 vsize=15417412 memory=808 CPUtime=365.07 cores=1,3,5,7
/proc/32538/task/32556/stat : 32556 (java) R 32536 32536 30846 0 -1 4202560 3572 0 0 0 36500 7 0 0 20 0 19 0 475163828 15787429888 290069 33554432000 4194304 4196468 140732362284832 139729601751952 139730729748228 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
Current children cumulated CPU time: 1466.67 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 1161728 KiB

[startup+369.201 s]
/proc/loadavg: 7.77 7.94 6.62 9/236 1041
/proc/meminfo: memFree=8372260/32770624 swapFree=66938896/67108860
[pid=32536] ppid=32533 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32536/stat : 32536 (xcsp3-exec) S 32533 32536 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475163721 115843072 363 33554432000 4194304 5098028 140723169039584 140723169037688 139727509893756 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32686080 140723169043322 140723169043565 140723169043565 140723169046474 0
/proc/32536/statm: 28282 363 304 221 0 87 0
[pid=32538] ppid=32536 vsize=15417412 memory=1160276 CPUtime=1468.26 cores=1,3,5,7
/proc/32538/stat : 32538 (java) S 32536 32536 30846 0 -1 1077944320 46341 0 0 0 146763 63 0 0 20 0 19 0 475163721 15787429888 290069 33554432000 4194304 4196468 140732362284832 140732362267376 139730748342007 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
/proc/32538/statm: 3854353 290069 3511 1 0 3815453 0
[pid=32538/tid=32539] ppid=32536 vsize=15417412 memory=1452 CPUtime=1.01 cores=1,3,5,7
/proc/32538/task/32539/stat : 32539 (java) S 32536 32536 30846 0 -1 1077944384 8614 0 0 0 96 5 0 0 20 0 19 0 475163722 15787429888 290069 33554432000 4194304 4196468 140732362284832 139730752582784 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32540] ppid=32536 vsize=15417412 memory=1160280 CPUtime=0.22 cores=1,3,5,7
/proc/32538/task/32540/stat : 32540 (java) S 32536 32536 30846 0 -1 1077944384 1330 0 0 0 13 9 0 0 20 0 19 0 475163722 15787429888 290069 33554432000 4194304 4196468 140732362284832 139730659998608 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32541] ppid=32536 vsize=15417412 memory=1452 CPUtime=0.2 cores=1,3,5,7
/proc/32538/task/32541/stat : 32541 (java) S 32536 32536 30846 0 -1 1077944384 1073 0 0 0 12 8 0 0 20 0 19 0 475163722 15787429888 290069 33554432000 4194304 4196468 140732362284832 139730658945808 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32542] ppid=32536 vsize=15417412 memory=1452 CPUtime=0.21 cores=1,3,5,7
/proc/32538/task/32542/stat : 32542 (java) S 32536 32536 30846 0 -1 1077944384 1132 0 0 0 12 9 0 0 20 0 19 0 475163722 15787429888 290069 33554432000 4194304 4196468 140732362284832 139730657893520 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32543] ppid=32536 vsize=15417412 memory=1160276 CPUtime=0.21 cores=1,3,5,7
/proc/32538/task/32543/stat : 32543 (java) S 32536 32536 30846 0 -1 1077944384 2897 0 0 0 12 9 0 0 20 0 19 0 475163722 15787429888 290069 33554432000 4194304 4196468 140732362284832 139730656840720 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32544] ppid=32536 vsize=15417412 memory=1744 CPUtime=0.06 cores=1,3,5,7
/proc/32538/task/32544/stat : 32544 (java) S 32536 32536 30846 0 -1 1077944384 2926 0 0 0 5 1 0 0 20 0 19 0 475163724 15787429888 290069 33554432000 4194304 4196468 140732362284832 139729622546544 139730748353154 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32545] ppid=32536 vsize=15417412 memory=924 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32545/stat : 32545 (java) S 32536 32536 30846 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 19 0 475163724 15787429888 290069 33554432000 4194304 4196468 140732362284832 139729621492576 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32546] ppid=32536 vsize=15417412 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32546/stat : 32546 (java) S 32536 32536 30846 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 19 0 475163724 15787429888 290069 33554432000 4194304 4196468 140732362284832 139729620440192 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32547] ppid=32536 vsize=15417412 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32547/stat : 32547 (java) S 32536 32536 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475163727 15787429888 290069 33554432000 4194304 4196468 140732362284832 139729619388496 139730748360603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32548] ppid=32536 vsize=15417412 memory=1552 CPUtime=1.81 cores=1,3,5,7
/proc/32538/task/32548/stat : 32548 (java) S 32536 32536 30846 0 -1 1077944384 7397 0 0 0 180 1 0 0 20 0 19 0 475163727 15787429888 290069 33554432000 4194304 4196468 140732362284832 139729618336368 139730748353154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32549] ppid=32536 vsize=15417412 memory=3640 CPUtime=1.74 cores=1,3,5,7
/proc/32538/task/32549/stat : 32549 (java) S 32536 32536 30846 0 -1 1077944384 6026 0 0 0 174 0 0 0 20 0 19 0 475163727 15787429888 290069 33554432000 4194304 4196468 140732362284832 139729617283568 139730748353154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32550] ppid=32536 vsize=15417412 memory=2832 CPUtime=0.68 cores=1,3,5,7
/proc/32538/task/32550/stat : 32550 (java) S 32536 32536 30846 0 -1 1077944384 4313 0 0 0 67 1 0 0 20 0 19 0 475163727 15787429888 290069 33554432000 4194304 4196468 140732362284832 139729616231280 139730748353154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32551] ppid=32536 vsize=15417412 memory=784 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32551/stat : 32551 (java) S 32536 32536 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475163727 15787429888 290069 33554432000 4194304 4196468 140732362284832 139729615178720 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32552] ppid=32536 vsize=15417412 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/32538/task/32552/stat : 32552 (java) S 32536 32536 30846 0 -1 1077944384 837 0 0 0 9 0 0 0 20 0 19 0 475163727 15787429888 290069 33554432000 4194304 4196468 140732362284832 139729614125488 139730748353154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32553] ppid=32536 vsize=15417412 memory=1448 CPUtime=365.22 cores=1,3,5,7
/proc/32538/task/32553/stat : 32553 (java) R 32536 32536 30846 0 -1 4202560 816 0 0 0 36521 1 0 0 20 0 19 0 475163828 15787429888 290069 33554432000 4194304 4196468 140732362284832 139729604905520 139730341380830 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32554] ppid=32536 vsize=15417412 memory=1748 CPUtime=365.69 cores=1,3,5,7
/proc/32538/task/32554/stat : 32554 (java) R 32536 32536 30846 0 -1 4202560 3245 0 0 0 36563 6 0 0 20 0 19 0 475163828 15787429888 290069 33554432000 4194304 4196468 140732362284832 139729603854256 139730342738707 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32555] ppid=32536 vsize=15417412 memory=111632 CPUtime=365.51 cores=1,3,5,7
/proc/32538/task/32555/stat : 32555 (java) R 32536 32536 30846 0 -1 4202560 834 0 0 0 36550 1 0 0 20 0 19 0 475163828 15787429888 290069 33554432000 4194304 4196468 140732362284832 139729602801704 139730341380902 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32556] ppid=32536 vsize=15417412 memory=808 CPUtime=365.47 cores=1,3,5,7
/proc/32538/task/32556/stat : 32556 (java) R 32536 32536 30846 0 -1 4202560 3572 0 0 0 36540 7 0 0 20 0 19 0 475163828 15787429888 290069 33554432000 4194304 4196468 140732362284832 139729601751952 139730341381446 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
Current children cumulated CPU time: 1468.26 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 1161728 KiB

[startup+369.401 s]
/proc/loadavg: 7.77 7.94 6.62 9/236 1041
/proc/meminfo: memFree=8372260/32770624 swapFree=66938896/67108860
[pid=32536] ppid=32533 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32536/stat : 32536 (xcsp3-exec) S 32533 32536 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475163721 115843072 363 33554432000 4194304 5098028 140723169039584 140723169037688 139727509893756 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32686080 140723169043322 140723169043565 140723169043565 140723169046474 0
/proc/32536/statm: 28282 363 304 221 0 87 0
[pid=32538] ppid=32536 vsize=15417412 memory=1159252 CPUtime=1469.06 cores=1,3,5,7
/proc/32538/stat : 32538 (java) S 32536 32536 30846 0 -1 1077944320 46345 0 0 0 146843 63 0 0 20 0 19 0 475163721 15787429888 289813 33554432000 4194304 4196468 140732362284832 140732362267376 139730748342007 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
/proc/32538/statm: 3854353 289813 3511 1 0 3815453 0
[pid=32538/tid=32539] ppid=32536 vsize=15417412 memory=6791534058613427641 CPUtime=1.01 cores=1,3,5,7
/proc/32538/task/32539/stat : 32539 (java) S 32536 32536 30846 0 -1 1077944384 8614 0 0 0 96 5 0 0 20 0 19 0 475163722 15787429888 289813 33554432000 4194304 4196468 140732362284832 139730752582784 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32540] ppid=32536 vsize=15417412 memory=288230596050944315 CPUtime=0.22 cores=1,3,5,7
/proc/32538/task/32540/stat : 32540 (java) S 32536 32536 30846 0 -1 1077944384 1331 0 0 0 13 9 0 0 20 0 19 0 475163722 15787429888 289813 33554432000 4194304 4196468 140732362284832 139730659998608 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32541] ppid=32536 vsize=15417412 memory=13850793610578140 CPUtime=0.2 cores=1,3,5,7
/proc/32538/task/32541/stat : 32541 (java) S 32536 32536 30846 0 -1 1077944384 1073 0 0 0 12 8 0 0 20 0 19 0 475163722 15787429888 289813 33554432000 4194304 4196468 140732362284832 139730658945808 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32542] ppid=32536 vsize=15417412 memory=500 CPUtime=0.21 cores=1,3,5,7
/proc/32538/task/32542/stat : 32542 (java) S 32536 32536 30846 0 -1 1077944384 1133 0 0 0 12 9 0 0 20 0 19 0 475163722 15787429888 289813 33554432000 4194304 4196468 140732362284832 139730657893520 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32543] ppid=32536 vsize=15417412 memory=928 CPUtime=0.21 cores=1,3,5,7
/proc/32538/task/32543/stat : 32543 (java) S 32536 32536 30846 0 -1 1077944384 2898 0 0 0 12 9 0 0 20 0 19 0 475163722 15787429888 289813 33554432000 4194304 4196468 140732362284832 139730656840720 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32544] ppid=32536 vsize=15417412 memory=1984 CPUtime=0.06 cores=1,3,5,7
/proc/32538/task/32544/stat : 32544 (java) S 32536 32536 30846 0 -1 1077944384 2926 0 0 0 5 1 0 0 20 0 19 0 475163724 15787429888 289813 33554432000 4194304 4196468 140732362284832 139729622546544 139730748353154 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32545] ppid=32536 vsize=15417412 memory=2364 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32545/stat : 32545 (java) S 32536 32536 30846 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 19 0 475163724 15787429888 289813 33554432000 4194304 4196468 140732362284832 139729621492576 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32546] ppid=32536 vsize=15417412 memory=1744 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32546/stat : 32546 (java) S 32536 32536 30846 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 19 0 475163724 15787429888 289813 33554432000 4194304 4196468 140732362284832 139729620440192 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32547] ppid=32536 vsize=15417412 memory=924 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32547/stat : 32547 (java) S 32536 32536 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475163727 15787429888 289813 33554432000 4194304 4196468 140732362284832 139729619388496 139730748360603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32548] ppid=32536 vsize=15417412 memory=1448 CPUtime=1.81 cores=1,3,5,7
/proc/32538/task/32548/stat : 32548 (java) S 32536 32536 30846 0 -1 1077944384 7397 0 0 0 180 1 0 0 20 0 19 0 475163727 15787429888 289813 33554432000 4194304 4196468 140732362284832 139729618336368 139730748353154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32549] ppid=32536 vsize=15417412 memory=1748 CPUtime=1.74 cores=1,3,5,7
/proc/32538/task/32549/stat : 32549 (java) S 32536 32536 30846 0 -1 1077944384 6026 0 0 0 174 0 0 0 20 0 19 0 475163727 15787429888 289813 33554432000 4194304 4196468 140732362284832 139729617283568 139730748353154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32550] ppid=32536 vsize=15417412 memory=111632 CPUtime=0.68 cores=1,3,5,7
/proc/32538/task/32550/stat : 32550 (java) S 32536 32536 30846 0 -1 1077944384 4313 0 0 0 67 1 0 0 20 0 19 0 475163727 15787429888 289813 33554432000 4194304 4196468 140732362284832 139729616231280 139730748353154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32551] ppid=32536 vsize=15417412 memory=808 CPUtime=0 cores=1,3,5,7
/proc/32538/task/32551/stat : 32551 (java) S 32536 32536 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475163727 15787429888 289813 33554432000 4194304 4196468 140732362284832 139729615178720 139730748352213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32552] ppid=32536 vsize=15417412 memory=4100 CPUtime=0.09 cores=1,3,5,7
/proc/32538/task/32552/stat : 32552 (java) S 32536 32536 30846 0 -1 1077944384 837 0 0 0 9 0 0 0 20 0 19 0 475163727 15787429888 289813 33554432000 4194304 4196468 140732362284832 139729614125488 139730748353154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32553] ppid=32536 vsize=15417412 memory=288230574492221466 CPUtime=365.42 cores=1,3,5,7
/proc/32538/task/32553/stat : 32553 (java) R 32536 32536 30846 0 -1 4202560 816 0 0 0 36541 1 0 0 20 0 19 0 475163828 15787429888 289813 33554432000 4194304 4196468 140732362284832 139729604905688 139730341380245 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32554] ppid=32536 vsize=15417412 memory=288230596050944315 CPUtime=365.89 cores=1,3,5,7
/proc/32538/task/32554/stat : 32554 (java) R 32536 32536 30846 0 -1 4202560 3245 0 0 0 36583 6 0 0 20 0 19 0 475163828 15787429888 289813 33554432000 4194304 4196468 140732362284832 139729603854400 139730341380733 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32555] ppid=32536 vsize=15417412 memory=13850793610578140 CPUtime=365.71 cores=1,3,5,7
/proc/32538/task/32555/stat : 32555 (java) R 32536 32536 30846 0 -1 4202560 834 0 0 0 36570 1 0 0 20 0 19 0 475163828 15787429888 289813 33554432000 4194304 4196468 140732362284832 139729602801568 139730341025551 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
[pid=32538/tid=32556] ppid=32536 vsize=15417412 memory=4126316290023845779 CPUtime=365.67 cores=1,3,5,7
/proc/32538/task/32556/stat : 32556 (java) R 32536 32536 30846 0 -1 4202560 3573 0 0 0 36560 7 0 0 20 0 19 0 475163828 15787429888 289813 33554432000 4194304 4196468 140732362284832 139729601751856 139730729748306 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20811776 140732362286063 140732362286234 140732362286234 140732362289103 0
Current children cumulated CPU time: 1469.06 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 1160704 KiB

Child status: 0
Real time (s): 369.428
CPU time (s): 1469.14
CPU user time (s): 1468.5
CPU system time (s): 0.644526
CPU usage (%): 397.681
Max. virtual memory (cumulated for all children) (KiB): 15530540
Max. memory (cumulated for all children) (KiB): 1161732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1468.5
system time used= 0.644526
maximum resident set size= 1163784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49116
page faults= 0
swaps= 0
block input operations= 0
block output operations= 520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11569
involuntary context switches= 26646


# summary of solver processes directly reported to runsolver:
#   pid: 32536
#   total CPU time (s): 1469.14
#   total CPU user time (s): 1468.5
#   total CPU system time (s): 0.644526

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.28754 second user time and 4.24021 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-20 16:17:42
IDJOB=4403465
IDBENCH=122068
IDSOLVER=2863
FILE ID=node139/4403465-1568988940
RUNJOBID= node139-1568988008-30878
PBS_JOBID= 21704637
Free space on /tmp= 5060 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/Random/Random-B-2-26-26/rand-2-26-26-325-155-9.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4403465-1568988940/watcher-4403465-1568988940 -o /tmp/evaluation-result-4403465-1568988940/solver-4403465-1568988940 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568988008-30878 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1688237013 HOME/instance-4403465-1568988940.xml

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

MD5SUM BENCH= 15e1cc79eec027fdb50c97913c9f3702
RANDOM SEED=1688237013

node139.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.57
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.57
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.57
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.57
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:         7741884 kB
MemAvailable:   28490216 kB
Buffers:          134660 kB
Cached:         20482160 kB
SwapCached:        65324 kB
Active:         12015400 kB
Inactive:       11968076 kB
Active(anon):    1773120 kB
Inactive(anon):  1639440 kB
Active(file):   10242280 kB
Inactive(file): 10328636 kB
Unevictable:      106908 kB
Mlocked:          106908 kB
SwapTotal:      67108860 kB
SwapFree:       66938892 kB
Dirty:             26660 kB
Writeback:             0 kB
AnonPages:       3423900 kB
Mapped:            64484 kB
Shmem:             37288 kB
Slab:             635536 kB
SReclaimable:     605876 kB
SUnreclaim:        29660 kB
KernelStack:        4032 kB
PageTables:        12288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4452628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3307520 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 5036 MiB
End job on node139 at 2019-09-20 16:23:52