Trace number 4392924

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-06-14UNSAT 473.911 119.395

General information on the benchmark

NameQRandom/
QRandom-geometric-rw/geometric-50-20-d4-75-94.xml
MD5SUM6d6d0435d13d3ff0671cf8a5c787b057
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark48.6477
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints496
Number of domains1
Minimum domain size20
Maximum domain size20
Distribution of domain sizes[{"size":20,"count":50}]
Minimum variable degree7
Maximum variable degree30
Distribution of variable degrees[{"degree":7,"count":2},{"degree":8,"count":1},{"degree":9,"count":1},{"degree":12,"count":1},{"degree":13,"count":2},{"degree":14,"count":3},{"degree":15,"count":3},{"degree":16,"count":6},{"degree":17,"count":1},{"degree":18,"count":1},{"degree":19,"count":2},{"degree":20,"count":2},{"degree":21,"count":7},{"degree":23,"count":1},{"degree":24,"count":2},{"degree":25,"count":4},{"degree":26,"count":2},{"degree":27,"count":3},{"degree":29,"count":4},{"degree":30,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":496}]
Number of extensional constraints496
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":496}]
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-4392924-1568316899.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4392924-1568316899.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
2.73/1.11	c solve instance...
473.55/119.38	s UNSATISFIABLE

Verifier Data


Watcher Data

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

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392924-1568316899/watcher-4392924-1568316899 -o /tmp/evaluation-result-4392924-1568316899/solver-4392924-1568316899 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568309054-15623 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1125117381 HOME/instance-4392924-1568316899.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=20029, runsolver pid=20026

[startup+0.100808 s]*
/proc/loadavg: 9.10 8.54 7.56 7/234 20045
/proc/meminfo: memFree=22581812/32770624 swapFree=66977612/67108860
[pid=20029] ppid=20026 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/20029/stat : 20029 (xcsp3-exec) S 20026 20029 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407947213 115843072 363 33554432000 4194304 5098028 140735906822000 140735906820104 140240683799164 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19025920 140735906825082 140735906825325 140735906825325 140735906828234 0
/proc/20029/statm: 28282 363 304 221 0 87 0
[pid=20031] ppid=20029 vsize=15144768 memory=29160 CPUtime=0.13 cores=0,2,4,6
/proc/20031/stat : 20031 (java) S 20029 20029 15592 0 -1 1077944320 5736 0 0 0 12 1 0 0 20 0 15 0 407947213 15508242432 7290 33554432000 4194304 4196468 140730870268784 140730870251328 140089023450871 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
/proc/20031/statm: 3786192 7290 3146 1 0 3748377 0
[pid=20031/tid=20032] ppid=20029 vsize=15144768 memory=576460756329955459 CPUtime=0.09 cores=0,2,4,6
/proc/20031/task/20032/stat : 20032 (java) R 20029 20029 15592 0 -1 4202560 3616 0 0 0 9 0 0 0 20 0 15 0 407947213 15508242432 7290 33554432000 4194304 4196468 140730870268784 140089027684448 140089015687998 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20033] ppid=20029 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20033/stat : 20033 (java) S 20029 20029 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407947214 15508242432 7290 33554432000 4194304 4196468 140730870268784 140088951490832 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20034] ppid=20029 vsize=15144768 memory=4123245868388730528 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20034/stat : 20034 (java) S 20029 20029 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407947214 15508242432 7290 33554432000 4194304 4196468 140730870268784 140088950438288 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20035] ppid=20029 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20035/stat : 20035 (java) S 20029 20029 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407947214 15508242432 7290 33554432000 4194304 4196468 140730870268784 140088949385744 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20036] ppid=20029 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20036/stat : 20036 (java) S 20029 20029 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407947214 15508242432 7290 33554432000 4194304 4196468 140730870268784 140088613137040 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20037] ppid=20029 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20037/stat : 20037 (java) S 20029 20029 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407947215 15508242432 7290 33554432000 4194304 4196468 140730870268784 140088559270384 140089023462018 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20038] ppid=20029 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20038/stat : 20038 (java) S 20029 20029 15592 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407947216 15508242432 7290 33554432000 4194304 4196468 140730870268784 140088558216608 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20039] ppid=20029 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20039/stat : 20039 (java) S 20029 20029 15592 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407947216 15508242432 7290 33554432000 4194304 4196468 140730870268784 140088557164016 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20040] ppid=20029 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20040/stat : 20040 (java) S 20029 20029 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407947219 15508242432 7290 33554432000 4194304 4196468 140730870268784 140088556112592 140089023469467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20041] ppid=20029 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20041/stat : 20041 (java) S 20029 20029 15592 0 -1 1077944384 422 0 0 0 0 0 0 0 20 0 15 0 407947219 15508242432 7290 33554432000 4194304 4196468 140730870268784 140088555059184 140089023462018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20042] ppid=20029 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20042/stat : 20042 (java) S 20029 20029 15592 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 407947219 15508242432 7290 33554432000 4194304 4196468 140730870268784 140088554006640 140089023462018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20043] ppid=20029 vsize=15144768 memory=139707935901312 CPUtime=0.02 cores=0,2,4,6
/proc/20031/task/20043/stat : 20043 (java) R 20029 20029 15592 0 -1 4202560 349 0 0 0 2 0 0 0 20 0 15 0 407947219 15508242432 7290 33554432000 4194304 4196468 140730870268784 140088552954096 140089001984132 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20044] ppid=20029 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20044/stat : 20044 (java) S 20029 20029 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407947219 15508242432 7290 33554432000 4194304 4196468 140730870268784 140088551901792 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20045] ppid=20029 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20045/stat : 20045 (java) S 20029 20029 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407947219 15508242432 7290 33554432000 4194304 4196468 140730870268784 140088550849328 140089023462018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 30612 KiB

[startup+0.210816 s]*
/proc/loadavg: 9.10 8.54 7.56 8/234 20045
/proc/meminfo: memFree=22568948/32770624 swapFree=66977612/67108860
[pid=20029] ppid=20026 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/20029/stat : 20029 (xcsp3-exec) S 20026 20029 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407947213 115843072 363 33554432000 4194304 5098028 140735906822000 140735906820104 140240683799164 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19025920 140735906825082 140735906825325 140735906825325 140735906828234 0
/proc/20029/statm: 28282 363 304 221 0 87 0
[pid=20031] ppid=20029 vsize=15144768 memory=40696 CPUtime=0.34 cores=0,2,4,6
/proc/20031/stat : 20031 (java) S 20029 20029 15592 0 -1 1077944320 9438 0 0 0 31 3 0 0 20 0 15 0 407947213 15508242432 10174 33554432000 4194304 4196468 140730870268784 140730870251328 140089023450871 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
/proc/20031/statm: 3786192 10174 3263 1 0 3748377 0
[pid=20031/tid=20032] ppid=20029 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/20031/task/20032/stat : 20032 (java) R 20029 20029 15592 0 -1 4202560 6616 0 0 0 18 2 0 0 20 0 15 0 407947213 15508242432 10174 33554432000 4194304 4196468 140730870268784 140089027688688 140089007531358 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20033] ppid=20029 vsize=15144768 memory=1898157 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20033/stat : 20033 (java) S 20029 20029 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407947214 15508242432 10174 33554432000 4194304 4196468 140730870268784 140088951490832 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20034] ppid=20029 vsize=15144768 memory=139707938749347 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20034/stat : 20034 (java) S 20029 20029 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407947214 15508242432 10174 33554432000 4194304 4196468 140730870268784 140088950438288 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20035] ppid=20029 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20035/stat : 20035 (java) S 20029 20029 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407947214 15508242432 10174 33554432000 4194304 4196468 140730870268784 140088949385744 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20036] ppid=20029 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20036/stat : 20036 (java) S 20029 20029 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407947214 15508242432 10174 33554432000 4194304 4196468 140730870268784 140088613137040 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20037] ppid=20029 vsize=15144768 memory=139707935901312 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20037/stat : 20037 (java) S 20029 20029 15592 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 407947215 15508242432 10174 33554432000 4194304 4196468 140730870268784 140088559270384 140089023462018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20038] ppid=20029 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20038/stat : 20038 (java) S 20029 20029 15592 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407947216 15508242432 10174 33554432000 4194304 4196468 140730870268784 140088558216608 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20039] ppid=20029 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20039/stat : 20039 (java) S 20029 20029 15592 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407947216 15508242432 10174 33554432000 4194304 4196468 140730870268784 140088557164016 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20040] ppid=20029 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20040/stat : 20040 (java) S 20029 20029 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407947219 15508242432 10174 33554432000 4194304 4196468 140730870268784 140088556112592 140089023469467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20041] ppid=20029 vsize=15144768 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/20031/task/20041/stat : 20041 (java) S 20029 20029 15592 0 -1 1077944384 455 0 0 0 1 0 0 0 20 0 15 0 407947219 15508242432 10174 33554432000 4194304 4196468 140730870268784 140088555059184 140089023462018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20042] ppid=20029 vsize=15144768 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/20031/task/20042/stat : 20042 (java) S 20029 20029 15592 0 -1 1077944384 294 0 0 0 3 0 0 0 20 0 15 0 407947219 15508242432 10174 33554432000 4194304 4196468 140730870268784 140088554006640 140089023462018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20043] ppid=20029 vsize=15144768 memory=139707935901312 CPUtime=0.08 cores=0,2,4,6
/proc/20031/task/20043/stat : 20043 (java) S 20029 20029 15592 0 -1 1077944384 767 0 0 0 8 0 0 0 20 0 15 0 407947219 15508242432 10174 33554432000 4194304 4196468 140730870268784 140088552954096 140089023462018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20044] ppid=20029 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20044/stat : 20044 (java) S 20029 20029 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407947219 15508242432 10174 33554432000 4194304 4196468 140730870268784 140088551901792 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20045] ppid=20029 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20045/stat : 20045 (java) S 20029 20029 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407947219 15508242432 10174 33554432000 4194304 4196468 140730870268784 140088550849328 140089023462018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42148 KiB

[startup+0.310677 s]*
/proc/loadavg: 9.10 8.54 7.56 7/234 20045
/proc/meminfo: memFree=22560656/32770624 swapFree=66977612/67108860
[pid=20029] ppid=20026 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/20029/stat : 20029 (xcsp3-exec) S 20026 20029 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407947213 115843072 363 33554432000 4194304 5098028 140735906822000 140735906820104 140240683799164 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19025920 140735906825082 140735906825325 140735906825325 140735906828234 0
/proc/20029/statm: 28282 363 304 221 0 87 0
[pid=20031] ppid=20029 vsize=15149024 memory=50384 CPUtime=0.53 cores=0,2,4,6
/proc/20031/stat : 20031 (java) S 20029 20029 15592 0 -1 1077944320 10856 0 0 0 49 4 0 0 20 0 15 0 407947213 15512600576 12596 33554432000 4194304 4196468 140730870268784 140730870251328 140089023450871 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
/proc/20031/statm: 3787256 12596 3370 1 0 3748377 0
[pid=20031/tid=20032] ppid=20029 vsize=15149024 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/20031/task/20032/stat : 20032 (java) R 20029 20029 15592 0 -1 4202560 7807 0 0 0 27 3 0 0 20 0 15 0 407947213 15512600576 12602 33554432000 4194304 4196468 140730870268784 140089027681984 140089023472797 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20033] ppid=20029 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20033/stat : 20033 (java) S 20029 20029 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407947214 15512600576 12602 33554432000 4194304 4196468 140730870268784 140088951490832 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20034] ppid=20029 vsize=15149024 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20034/stat : 20034 (java) S 20029 20029 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407947214 15512600576 12602 33554432000 4194304 4196468 140730870268784 140088950438288 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20035] ppid=20029 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20035/stat : 20035 (java) S 20029 20029 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407947214 15512600576 12602 33554432000 4194304 4196468 140730870268784 140088949385744 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20036] ppid=20029 vsize=15149024 memory=-4190076264842474805 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20036/stat : 20036 (java) S 20029 20029 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407947214 15512600576 12602 33554432000 4194304 4196468 140730870268784 140088613137040 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20037] ppid=20029 vsize=15149024 memory=-7161456062057922719 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20037/stat : 20037 (java) S 20029 20029 15592 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 407947215 15512600576 12602 33554432000 4194304 4196468 140730870268784 140088559270384 140089023462018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20038] ppid=20029 vsize=15149024 memory=6944656425123485561 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20038/stat : 20038 (java) S 20029 20029 15592 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407947216 15512600576 12602 33554432000 4194304 4196468 140730870268784 140088558216608 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20039] ppid=20029 vsize=15149024 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20039/stat : 20039 (java) S 20029 20029 15592 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407947216 15512600576 12602 33554432000 4194304 4196468 140730870268784 140088557164016 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20040] ppid=20029 vsize=15149024 memory=4627853888499060086 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20040/stat : 20040 (java) S 20029 20029 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407947219 15512600576 12602 33554432000 4194304 4196468 140730870268784 140088556112592 140089023469467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20041] ppid=20029 vsize=15149024 memory=7827413994055111515 CPUtime=0.03 cores=0,2,4,6
/proc/20031/task/20041/stat : 20041 (java) S 20029 20029 15592 0 -1 1077944384 482 0 0 0 3 0 0 0 20 0 15 0 407947219 15512600576 12602 33554432000 4194304 4196468 140730870268784 140088555059184 140089023462018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20042] ppid=20029 vsize=15149024 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/20031/task/20042/stat : 20042 (java) R 20029 20029 15592 0 -1 4202560 402 0 0 0 5 0 0 0 20 0 15 0 407947219 15512600576 12602 33554432000 4194304 4196468 140730870268784 140088553987656 140089000712128 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20043] ppid=20029 vsize=15149024 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/20031/task/20043/stat : 20043 (java) S 20029 20029 15592 0 -1 1077944384 865 0 0 0 12 0 0 0 20 0 15 0 407947219 15512600576 12602 33554432000 4194304 4196468 140730870268784 140088552954096 140089023462018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20044] ppid=20029 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20044/stat : 20044 (java) S 20029 20029 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407947219 15512600576 12602 33554432000 4194304 4196468 140730870268784 140088551901792 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20045] ppid=20029 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20045/stat : 20045 (java) S 20029 20029 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407947219 15512600576 12602 33554432000 4194304 4196468 140730870268784 140088550849328 140089023462018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51836 KiB

[startup+0.700801 s]
/proc/loadavg: 9.10 8.54 7.56 8/234 20045
/proc/meminfo: memFree=22525624/32770624 swapFree=66977612/67108860
[pid=20029] ppid=20026 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/20029/stat : 20029 (xcsp3-exec) S 20026 20029 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407947213 115843072 363 33554432000 4194304 5098028 140735906822000 140735906820104 140240683799164 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19025920 140735906825082 140735906825325 140735906825325 140735906828234 0
/proc/20029/statm: 28282 363 304 221 0 87 0
[pid=20031] ppid=20029 vsize=15151148 memory=126748 CPUtime=1.72 cores=0,2,4,6
/proc/20031/stat : 20031 (java) S 20029 20029 15592 0 -1 1077944320 14120 0 0 0 167 5 0 0 20 0 15 0 407947213 15514775552 31687 33554432000 4194304 4196468 140730870268784 140730870251328 140089023450871 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
/proc/20031/statm: 3787787 31687 3446 1 0 3748889 0
[pid=20031/tid=20032] ppid=20029 vsize=15151148 memory=-3704326594973231466 CPUtime=0.68 cores=0,2,4,6
/proc/20031/task/20032/stat : 20032 (java) R 20029 20029 15592 0 -1 4202560 8359 0 0 0 64 4 0 0 20 0 15 0 407947213 15514775552 31687 33554432000 4194304 4196468 140730870268784 140089027688960 140088632671257 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20033] ppid=20029 vsize=15151148 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20033/stat : 20033 (java) S 20029 20029 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407947214 15514775552 31687 33554432000 4194304 4196468 140730870268784 140088951490832 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20034] ppid=20029 vsize=15151148 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20034/stat : 20034 (java) S 20029 20029 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407947214 15514775552 31687 33554432000 4194304 4196468 140730870268784 140088950438288 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20035] ppid=20029 vsize=15151148 memory=704 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20035/stat : 20035 (java) S 20029 20029 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407947214 15514775552 31687 33554432000 4194304 4196468 140730870268784 140088949385744 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20036] ppid=20029 vsize=15151148 memory=1056 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20036/stat : 20036 (java) S 20029 20029 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407947214 15514775552 31687 33554432000 4194304 4196468 140730870268784 140088613137040 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20037] ppid=20029 vsize=15151148 memory=1556 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20037/stat : 20037 (java) S 20029 20029 15592 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 407947215 15514775552 31687 33554432000 4194304 4196468 140730870268784 140088559270384 140089023462018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20038] ppid=20029 vsize=15151148 memory=780 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20038/stat : 20038 (java) S 20029 20029 15592 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407947216 15514775552 31687 33554432000 4194304 4196468 140730870268784 140088558216608 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20039] ppid=20029 vsize=15151148 memory=3252 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20039/stat : 20039 (java) S 20029 20029 15592 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407947216 15514775552 31687 33554432000 4194304 4196468 140730870268784 140088557164016 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20040] ppid=20029 vsize=15151148 memory=1112 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20040/stat : 20040 (java) S 20029 20029 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407947219 15514775552 31687 33554432000 4194304 4196468 140730870268784 140088556112592 140089023469467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20041] ppid=20029 vsize=15151148 memory=5964 CPUtime=0.35 cores=0,2,4,6
/proc/20031/task/20041/stat : 20041 (java) R 20029 20029 15592 0 -1 4202560 1496 0 0 0 35 0 0 0 20 0 15 0 407947219 15514775552 31687 33554432000 4194304 4196468 140730870268784 140088555047616 140089023472218 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20042] ppid=20029 vsize=15151148 memory=7552 CPUtime=0.34 cores=0,2,4,6
/proc/20031/task/20042/stat : 20042 (java) R 20029 20029 15592 0 -1 4202560 1326 0 0 0 34 0 0 0 20 0 15 0 407947219 15514775552 31687 33554432000 4194304 4196468 140730870268784 140088554005824 140089006818239 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20043] ppid=20029 vsize=15151148 memory=2832 CPUtime=0.33 cores=0,2,4,6
/proc/20031/task/20043/stat : 20043 (java) R 20029 20029 15592 0 -1 1077944384 1632 0 0 0 33 0 0 0 20 0 15 0 407947219 15514775552 31687 33554432000 4194304 4196468 140730870268784 140088552954096 140089023462018 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20044] ppid=20029 vsize=15151148 memory=1084 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20044/stat : 20044 (java) S 20029 20029 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407947219 15514775552 31687 33554432000 4194304 4196468 140730870268784 140088551901792 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20045] ppid=20029 vsize=15151148 memory=14012 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20045/stat : 20045 (java) S 20029 20029 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407947219 15514775552 31687 33554432000 4194304 4196468 140730870268784 140088550849328 140089023462018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 128200 KiB

[startup+1.50075 s]
/proc/loadavg: 9.10 8.54 7.56 8/234 20045
/proc/meminfo: memFree=22401400/32770624 swapFree=66977612/67108860
[pid=20029] ppid=20026 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/20029/stat : 20029 (xcsp3-exec) S 20026 20029 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407947213 115843072 363 33554432000 4194304 5098028 140735906822000 140735906820104 140240683799164 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19025920 140735906825082 140735906825325 140735906825325 140735906828234 0
/proc/20029/statm: 28282 363 304 221 0 87 0

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

/proc/20031/task/20045/stat : 20045 (java) S 20029 20029 15592 0 -1 1077944384 538 0 0 0 0 2 0 0 20 0 19 0 407947219 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088550849328 140089023462018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20046] ppid=20029 vsize=15417404 memory=1112 CPUtime=116.16 cores=0,2,4,6
/proc/20031/task/20046/stat : 20046 (java) R 20029 20029 15592 0 -1 4202560 399 0 0 0 11616 0 0 0 20 0 19 0 407947325 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088474229912 140088636763093 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20047] ppid=20029 vsize=15417404 memory=5964 CPUtime=115.41 cores=0,2,4,6
/proc/20031/task/20047/stat : 20047 (java) R 20029 20029 15592 0 -1 4202560 2107 0 0 0 11535 6 0 0 20 0 19 0 407947325 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088473178144 140088636381846 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20048] ppid=20029 vsize=15417404 memory=7552 CPUtime=116.3 cores=0,2,4,6
/proc/20031/task/20048/stat : 20048 (java) R 20029 20029 15592 0 -1 4202560 409 0 0 0 11630 0 0 0 20 0 19 0 407947325 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088472125848 140088636110360 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20049] ppid=20029 vsize=15417404 memory=2832 CPUtime=116.14 cores=0,2,4,6
/proc/20031/task/20049/stat : 20049 (java) R 20029 20029 15592 0 -1 4202560 2028 0 0 0 11608 6 0 0 20 0 19 0 407947325 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088471075056 140088636785298 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
Current children cumulated CPU time: 469.97 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 1144524 KiB

[startup+118.801 s]
/proc/loadavg: 9.24 8.79 7.77 9/236 20057
/proc/meminfo: memFree=21540472/32770624 swapFree=66977612/67108860
[pid=20029] ppid=20026 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/20029/stat : 20029 (xcsp3-exec) S 20026 20029 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407947213 115843072 363 33554432000 4194304 5098028 140735906822000 140735906820104 140240683799164 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19025920 140735906825082 140735906825325 140735906825325 140735906828234 0
/proc/20029/statm: 28282 363 304 221 0 87 0
[pid=20031] ppid=20029 vsize=15417404 memory=1143072 CPUtime=471.57 cores=0,2,4,6
/proc/20031/stat : 20031 (java) S 20029 20029 15592 0 -1 1077944320 39618 0 0 0 47120 37 0 0 20 0 19 0 407947213 15787421696 285768 33554432000 4194304 4196468 140730870268784 140730870251328 140089023450871 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
/proc/20031/statm: 3854351 285768 3520 1 0 3815453 0
[pid=20031/tid=20032] ppid=20029 vsize=15417404 memory=0 CPUtime=1.05 cores=0,2,4,6
/proc/20031/task/20032/stat : 20032 (java) S 20029 20029 15592 0 -1 1077944384 9057 0 0 0 100 5 0 0 20 0 19 0 407947213 15787421696 285768 33554432000 4194304 4196468 140730870268784 140089027691648 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20033] ppid=20029 vsize=15417404 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/20031/task/20033/stat : 20033 (java) S 20029 20029 15592 0 -1 1077944384 283 0 0 0 7 3 0 0 20 0 19 0 407947214 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088951490832 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20034] ppid=20029 vsize=15417404 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20031/task/20034/stat : 20034 (java) S 20029 20029 15592 0 -1 1077944384 1460 0 0 0 6 3 0 0 20 0 19 0 407947214 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088950438288 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20035] ppid=20029 vsize=15417404 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/20031/task/20035/stat : 20035 (java) S 20029 20029 15592 0 -1 1077944384 1595 0 0 0 7 3 0 0 20 0 19 0 407947214 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088949385744 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20036] ppid=20029 vsize=15417404 memory=279415675262624 CPUtime=0.1 cores=0,2,4,6
/proc/20031/task/20036/stat : 20036 (java) S 20029 20029 15592 0 -1 1077944384 1434 0 0 0 7 3 0 0 20 0 19 0 407947214 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088613137040 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20037] ppid=20029 vsize=15417404 memory=1452 CPUtime=0.01 cores=0,2,4,6
/proc/20031/task/20037/stat : 20037 (java) S 20029 20029 15592 0 -1 1077944384 2146 0 0 0 1 0 0 0 20 0 19 0 407947215 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088559270384 140089023462018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20038] ppid=20029 vsize=15417404 memory=1143072 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20038/stat : 20038 (java) S 20029 20029 15592 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 19 0 407947216 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088558216672 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20039] ppid=20029 vsize=15417404 memory=279415675188032 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20039/stat : 20039 (java) S 20029 20029 15592 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 19 0 407947216 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088557164032 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20040] ppid=20029 vsize=15417404 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20040/stat : 20040 (java) S 20029 20029 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407947219 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088556112592 140089023469467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20041] ppid=20029 vsize=15417404 memory=279415675196864 CPUtime=1.9 cores=0,2,4,6
/proc/20031/task/20041/stat : 20041 (java) S 20029 20029 15592 0 -1 1077944384 6704 0 0 0 190 0 0 0 20 0 19 0 407947219 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088555059184 140089023462018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20042] ppid=20029 vsize=15417404 memory=6943526294502006880 CPUtime=1.75 cores=0,2,4,6
/proc/20031/task/20042/stat : 20042 (java) S 20029 20029 15592 0 -1 1077944384 5167 0 0 0 174 1 0 0 20 0 19 0 407947219 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088554006640 140089023462018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20043] ppid=20029 vsize=15417404 memory=9023629670928638048 CPUtime=0.71 cores=0,2,4,6
/proc/20031/task/20043/stat : 20043 (java) S 20029 20029 15592 0 -1 1077944384 4958 0 0 0 70 1 0 0 20 0 19 0 407947219 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088552954096 140089023462018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20044] ppid=20029 vsize=15417404 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20044/stat : 20044 (java) S 20029 20029 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407947219 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088551901792 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20045] ppid=20029 vsize=15417404 memory=6791534058613427641 CPUtime=0.02 cores=0,2,4,6
/proc/20031/task/20045/stat : 20045 (java) S 20029 20029 15592 0 -1 1077944384 538 0 0 0 0 2 0 0 20 0 19 0 407947219 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088550849328 140089023462018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20046] ppid=20029 vsize=15417404 memory=2120 CPUtime=116.56 cores=0,2,4,6
/proc/20031/task/20046/stat : 20046 (java) R 20029 20029 15592 0 -1 4202560 399 0 0 0 11656 0 0 0 20 0 19 0 407947325 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088474229912 140088636763927 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20047] ppid=20029 vsize=15417404 memory=532 CPUtime=115.81 cores=0,2,4,6
/proc/20031/task/20047/stat : 20047 (java) R 20029 20029 15592 0 -1 4202560 2107 0 0 0 11575 6 0 0 20 0 19 0 407947325 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088473178144 140088637540298 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20048] ppid=20029 vsize=15417404 memory=1564 CPUtime=116.7 cores=0,2,4,6
/proc/20031/task/20048/stat : 20048 (java) R 20029 20029 15592 0 -1 4202560 409 0 0 0 11670 0 0 0 20 0 19 0 407947325 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088472125848 140088636110809 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20049] ppid=20029 vsize=15417404 memory=924 CPUtime=116.54 cores=0,2,4,6
/proc/20031/task/20049/stat : 20049 (java) R 20029 20029 15592 0 -1 4202560 2028 0 0 0 11648 6 0 0 20 0 19 0 407947325 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088471075056 140088636071087 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
Current children cumulated CPU time: 471.57 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 1144524 KiB

[startup+119.201 s]
/proc/loadavg: 9.14 8.77 7.77 10/236 20057
/proc/meminfo: memFree=21540472/32770624 swapFree=66977612/67108860
[pid=20029] ppid=20026 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/20029/stat : 20029 (xcsp3-exec) S 20026 20029 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407947213 115843072 363 33554432000 4194304 5098028 140735906822000 140735906820104 140240683799164 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19025920 140735906825082 140735906825325 140735906825325 140735906828234 0
/proc/20029/statm: 28282 363 304 221 0 87 0
[pid=20031] ppid=20029 vsize=15417404 memory=1143072 CPUtime=473.15 cores=0,2,4,6
/proc/20031/stat : 20031 (java) S 20029 20029 15592 0 -1 1077944320 39618 0 0 0 47278 37 0 0 20 0 19 0 407947213 15787421696 285768 33554432000 4194304 4196468 140730870268784 140730870251328 140089023450871 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
/proc/20031/statm: 3854351 285768 3520 1 0 3815453 0
[pid=20031/tid=20032] ppid=20029 vsize=15417404 memory=1143072 CPUtime=1.05 cores=0,2,4,6
/proc/20031/task/20032/stat : 20032 (java) S 20029 20029 15592 0 -1 1077944384 9057 0 0 0 100 5 0 0 20 0 19 0 407947213 15787421696 285768 33554432000 4194304 4196468 140730870268784 140089027691648 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20033] ppid=20029 vsize=15417404 memory=14048 CPUtime=0.1 cores=0,2,4,6
/proc/20031/task/20033/stat : 20033 (java) S 20029 20029 15592 0 -1 1077944384 283 0 0 0 7 3 0 0 20 0 19 0 407947214 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088951490832 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20034] ppid=20029 vsize=15417404 memory=20200 CPUtime=0.09 cores=0,2,4,6
/proc/20031/task/20034/stat : 20034 (java) S 20029 20029 15592 0 -1 1077944384 1460 0 0 0 6 3 0 0 20 0 19 0 407947214 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088950438288 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20035] ppid=20029 vsize=15417404 memory=2120 CPUtime=0.1 cores=0,2,4,6
/proc/20031/task/20035/stat : 20035 (java) S 20029 20029 15592 0 -1 1077944384 1595 0 0 0 7 3 0 0 20 0 19 0 407947214 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088949385744 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20036] ppid=20029 vsize=15417404 memory=1143072 CPUtime=0.1 cores=0,2,4,6
/proc/20031/task/20036/stat : 20036 (java) S 20029 20029 15592 0 -1 1077944384 1434 0 0 0 7 3 0 0 20 0 19 0 407947214 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088613137040 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20037] ppid=20029 vsize=15417404 memory=7552 CPUtime=0.01 cores=0,2,4,6
/proc/20031/task/20037/stat : 20037 (java) S 20029 20029 15592 0 -1 1077944384 2146 0 0 0 1 0 0 0 20 0 19 0 407947215 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088559270384 140089023462018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20038] ppid=20029 vsize=15417404 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20038/stat : 20038 (java) S 20029 20029 15592 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 19 0 407947216 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088558216672 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20039] ppid=20029 vsize=15417404 memory=1084 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20039/stat : 20039 (java) S 20029 20029 15592 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 19 0 407947216 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088557164032 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20040] ppid=20029 vsize=15417404 memory=14012 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20040/stat : 20040 (java) S 20029 20029 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407947219 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088556112592 140089023469467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20041] ppid=20029 vsize=15417404 memory=14048 CPUtime=1.9 cores=0,2,4,6
/proc/20031/task/20041/stat : 20041 (java) S 20029 20029 15592 0 -1 1077944384 6704 0 0 0 190 0 0 0 20 0 19 0 407947219 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088555059184 140089023462018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20042] ppid=20029 vsize=15417404 memory=20200 CPUtime=1.75 cores=0,2,4,6
/proc/20031/task/20042/stat : 20042 (java) S 20029 20029 15592 0 -1 1077944384 5167 0 0 0 174 1 0 0 20 0 19 0 407947219 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088554006640 140089023462018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20043] ppid=20029 vsize=15417404 memory=1452 CPUtime=0.71 cores=0,2,4,6
/proc/20031/task/20043/stat : 20043 (java) S 20029 20029 15592 0 -1 1077944384 4958 0 0 0 70 1 0 0 20 0 19 0 407947219 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088552954096 140089023462018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20044] ppid=20029 vsize=15417404 memory=780 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20044/stat : 20044 (java) S 20029 20029 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407947219 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088551901792 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20045] ppid=20029 vsize=15417404 memory=3252 CPUtime=0.02 cores=0,2,4,6
/proc/20031/task/20045/stat : 20045 (java) S 20029 20029 15592 0 -1 1077944384 538 0 0 0 0 2 0 0 20 0 19 0 407947219 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088550849328 140089023462018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20046] ppid=20029 vsize=15417404 memory=1112 CPUtime=116.96 cores=0,2,4,6
/proc/20031/task/20046/stat : 20046 (java) R 20029 20029 15592 0 -1 4202560 399 0 0 0 11696 0 0 0 20 0 19 0 407947325 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088474229912 140088637540439 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20047] ppid=20029 vsize=15417404 memory=5964 CPUtime=116.2 cores=0,2,4,6
/proc/20031/task/20047/stat : 20047 (java) R 20029 20029 15592 0 -1 4202560 2107 0 0 0 11614 6 0 0 20 0 19 0 407947325 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088473178144 140088636110573 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20048] ppid=20029 vsize=15417404 memory=7552 CPUtime=117.1 cores=0,2,4,6
/proc/20031/task/20048/stat : 20048 (java) R 20029 20029 15592 0 -1 4202560 409 0 0 0 11710 0 0 0 20 0 19 0 407947325 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088472125848 140088636763782 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20049] ppid=20029 vsize=15417404 memory=2832 CPUtime=116.94 cores=0,2,4,6
/proc/20031/task/20049/stat : 20049 (java) R 20029 20029 15592 0 -1 4202560 2028 0 0 0 11688 6 0 0 20 0 19 0 407947325 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088471075056 140088637540431 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
Current children cumulated CPU time: 473.15 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 1144524 KiB

[startup+119.301 s]
/proc/loadavg: 9.14 8.77 7.77 10/236 20057
/proc/meminfo: memFree=21540472/32770624 swapFree=66977612/67108860
[pid=20029] ppid=20026 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/20029/stat : 20029 (xcsp3-exec) S 20026 20029 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407947213 115843072 363 33554432000 4194304 5098028 140735906822000 140735906820104 140240683799164 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19025920 140735906825082 140735906825325 140735906825325 140735906828234 0
/proc/20029/statm: 28282 363 304 221 0 87 0
[pid=20031] ppid=20029 vsize=15417404 memory=1143072 CPUtime=473.55 cores=0,2,4,6
/proc/20031/stat : 20031 (java) S 20029 20029 15592 0 -1 1077944320 39618 0 0 0 47318 37 0 0 20 0 19 0 407947213 15787421696 285768 33554432000 4194304 4196468 140730870268784 140730870251328 140089023450871 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
/proc/20031/statm: 3854351 285768 3520 1 0 3815453 0
[pid=20031/tid=20032] ppid=20029 vsize=15417404 memory=1143072 CPUtime=1.05 cores=0,2,4,6
/proc/20031/task/20032/stat : 20032 (java) S 20029 20029 15592 0 -1 1077944384 9057 0 0 0 100 5 0 0 20 0 19 0 407947213 15787421696 285768 33554432000 4194304 4196468 140730870268784 140089027691648 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20033] ppid=20029 vsize=15417404 memory=1452 CPUtime=0.1 cores=0,2,4,6
/proc/20031/task/20033/stat : 20033 (java) S 20029 20029 15592 0 -1 1077944384 283 0 0 0 7 3 0 0 20 0 19 0 407947214 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088951490832 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20034] ppid=20029 vsize=15417404 memory=1143072 CPUtime=0.09 cores=0,2,4,6
/proc/20031/task/20034/stat : 20034 (java) S 20029 20029 15592 0 -1 1077944384 1460 0 0 0 6 3 0 0 20 0 19 0 407947214 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088950438288 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20035] ppid=20029 vsize=15417404 memory=1452 CPUtime=0.1 cores=0,2,4,6
/proc/20031/task/20035/stat : 20035 (java) S 20029 20029 15592 0 -1 1077944384 1595 0 0 0 7 3 0 0 20 0 19 0 407947214 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088949385744 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20036] ppid=20029 vsize=15417404 memory=1143072 CPUtime=0.1 cores=0,2,4,6
/proc/20031/task/20036/stat : 20036 (java) S 20029 20029 15592 0 -1 1077944384 1434 0 0 0 7 3 0 0 20 0 19 0 407947214 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088613137040 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20037] ppid=20029 vsize=15417404 memory=1452 CPUtime=0.01 cores=0,2,4,6
/proc/20031/task/20037/stat : 20037 (java) S 20029 20029 15592 0 -1 1077944384 2146 0 0 0 1 0 0 0 20 0 19 0 407947215 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088559270384 140089023462018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20038] ppid=20029 vsize=15417404 memory=1143072 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20038/stat : 20038 (java) S 20029 20029 15592 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 19 0 407947216 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088558216672 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20039] ppid=20029 vsize=15417404 memory=1143072 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20039/stat : 20039 (java) S 20029 20029 15592 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 19 0 407947216 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088557164032 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20040] ppid=20029 vsize=15417404 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20040/stat : 20040 (java) S 20029 20029 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407947219 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088556112592 140089023469467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20041] ppid=20029 vsize=15417404 memory=1143072 CPUtime=1.9 cores=0,2,4,6
/proc/20031/task/20041/stat : 20041 (java) S 20029 20029 15592 0 -1 1077944384 6704 0 0 0 190 0 0 0 20 0 19 0 407947219 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088555059184 140089023462018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20042] ppid=20029 vsize=15417404 memory=1143072 CPUtime=1.75 cores=0,2,4,6
/proc/20031/task/20042/stat : 20042 (java) S 20029 20029 15592 0 -1 1077944384 5167 0 0 0 174 1 0 0 20 0 19 0 407947219 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088554006640 140089023462018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20043] ppid=20029 vsize=15417404 memory=1452 CPUtime=0.71 cores=0,2,4,6
/proc/20031/task/20043/stat : 20043 (java) S 20029 20029 15592 0 -1 1077944384 4958 0 0 0 70 1 0 0 20 0 19 0 407947219 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088552954096 140089023462018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20044] ppid=20029 vsize=15417404 memory=3616 CPUtime=0 cores=0,2,4,6
/proc/20031/task/20044/stat : 20044 (java) S 20029 20029 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407947219 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088551901792 140089023461077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20045] ppid=20029 vsize=15417404 memory=38124 CPUtime=0.02 cores=0,2,4,6
/proc/20031/task/20045/stat : 20045 (java) S 20029 20029 15592 0 -1 1077944384 538 0 0 0 0 2 0 0 20 0 19 0 407947219 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088550849328 140089023462018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20046] ppid=20029 vsize=15417404 memory=1056 CPUtime=117.06 cores=0,2,4,6
/proc/20031/task/20046/stat : 20046 (java) R 20029 20029 15592 0 -1 4202560 399 0 0 0 11706 0 0 0 20 0 19 0 407947325 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088474229912 140088636110793 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20047] ppid=20029 vsize=15417404 memory=1556 CPUtime=116.3 cores=0,2,4,6
/proc/20031/task/20047/stat : 20047 (java) R 20029 20029 15592 0 -1 4202560 2107 0 0 0 11624 6 0 0 20 0 19 0 407947325 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088473178144 140088636762455 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20048] ppid=20029 vsize=15417404 memory=1452 CPUtime=117.2 cores=0,2,4,6
/proc/20031/task/20048/stat : 20048 (java) R 20029 20029 15592 0 -1 4202560 409 0 0 0 11720 0 0 0 20 0 19 0 407947325 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088472125848 140088636763002 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
[pid=20031/tid=20049] ppid=20029 vsize=15417404 memory=1143072 CPUtime=117.04 cores=0,2,4,6
/proc/20031/task/20049/stat : 20049 (java) R 20029 20029 15592 0 -1 4202560 2028 0 0 0 11698 6 0 0 20 0 19 0 407947325 15787421696 285768 33554432000 4194304 4196468 140730870268784 140088471075056 140088636166982 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22953984 140730870273007 140730870273178 140730870273178 140730870276047 0
Current children cumulated CPU time: 473.55 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 1144524 KiB

Child status: 0
Real time (s): 119.395
CPU time (s): 473.911
CPU user time (s): 473.525
CPU system time (s): 0.386112
CPU usage (%): 396.926
Max. virtual memory (cumulated for all children) (KiB): 15530532
Max. memory (cumulated for all children) (KiB): 1144524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 473.525
system time used= 0.386112
maximum resident set size= 1143296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41053
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4927
involuntary context switches= 6347


# summary of solver processes directly reported to runsolver:
#   pid: 20029
#   total CPU time (s): 473.911
#   total CPU user time (s): 473.525
#   total CPU system time (s): 0.386112

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.811054 second user time and 1.27896 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-12 20:24:42
IDJOB=4392924
IDBENCH=126185
IDSOLVER=2840
FILE ID=node104/4392924-1568316899
RUNJOBID= node104-1568309054-15623
PBS_JOBID= 21701133
Free space on /tmp= 56548 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/QRandom/QRandom-geometric-rw/geometric-50-20-d4-75-94.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-4392924-1568316899/watcher-4392924-1568316899 -o /tmp/evaluation-result-4392924-1568316899/solver-4392924-1568316899 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568309054-15623 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1125117381 HOME/instance-4392924-1568316899.xml

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

MD5SUM BENCH= 6d6d0435d13d3ff0671cf8a5c787b057
RANDOM SEED=1125117381

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        22597380 kB
MemAvailable:   31369332 kB
Buffers:          141292 kB
Cached:          8821120 kB
SwapCached:        31864 kB
Active:          2640272 kB
Inactive:        6818640 kB
Active(anon):     464840 kB
Inactive(anon):    73188 kB
Active(file):    2175432 kB
Inactive(file):  6745452 kB
Unevictable:      107804 kB
Mlocked:          107804 kB
SwapTotal:      67108860 kB
SwapFree:       66977612 kB
Dirty:             26532 kB
Writeback:             0 kB
AnonPages:        631244 kB
Mapped:            55884 kB
Shmem:             32780 kB
Slab:             310012 kB
SReclaimable:     279528 kB
SUnreclaim:        30484 kB
KernelStack:        4080 kB
PageTables:         6696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1448476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    526336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56524 MiB
End job on node104 at 2019-09-12 20:26:42