Trace number 4269907

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-09)OPT2 3.42735 2.35692

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-09.xml
MD5SUMe7a7addaec4b730d6fe0c9469eb0bfe6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.102355
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints84
Number of domains1
Minimum domain size36
Maximum domain size36
Distribution of domain sizes[{"size":36,"count":36}]
Minimum variable degree0
Maximum variable degree8
Distribution of variable degrees[{"degree":0,"count":45},{"degree":8,"count":36}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":84}]
Number of extensional constraints0
Number of intensional constraints84
Distribution of constraint types[{"type":"intension","count":84}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.07	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269907-1502869344.xml"  -tl '2520s' -p 1 -x 0
0.09/0.27	c [HOME/instance-4269907-1502869344.xml, -tl, 2520s, -p, 1, -x, 0]
0.28/0.33	c simple solver
0.28/0.40	c parse instance...
2.66/2.10	c solve instance...
3.27/2.30	o 2 
3.27/2.34	s OPTIMUM FOUND
3.27/2.34	v <instantiation>
3.27/2.34	v 	<list>x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][5] x[4][6] x[4][7] x[4][8] x[5][6] x[5][7] x[5][8] x[6][7] x[6][8] x[7][8] </list>
3.27/2.34	v 	<values>0 1 1 1 0 0 1 0 1 0 0 1 2 1 1 0 0 2 1 2 0 2 1 0 0 1 0 0 2 1 1 0 2 1 1 0 </values>
3.27/2.34	v </instantiation>

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269907-1502869344/watcher-4269907-1502869344 -o /tmp/evaluation-result-4269907-1502869344/solver-4269907-1502869344 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502868496-10028 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 2140049115 HOME/instance-4269907-1502869344.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
Current StackSize limit: 8192 KiB
solver pid=10053, runsolver pid=10048


[startup+0.100133 s]*
/proc/loadavg: 0.61 0.74 0.95 3/197 10070
/proc/meminfo: memFree=31187544/32770624 swapFree=67108860/67108860
[pid=10053] ppid=10048 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/10053/stat : 10053 (xcsp3-exec) S 10048 10053 8289 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 134749582 9740288 345 18446744073709551615 4194304 5098028 140722430764848 140722430762952 139746797109884 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 12111872 140722430767480 140722430767685 140722430767685 140722430771179 0
/proc/10053/statm: 2378 345 289 221 0 87 0
[pid=10059] ppid=10053 vsize=13574484 memory=16408 CPUtime=0.02 cores=1,3,5,7
/proc/10059/stat : 10059 (java) S 10053 10053 8289 0 -1 1077944320 3961 0 0 0 1 1 0 0 20 0 9 0 134749590 13900271616 4102 18446744073709551615 4194304 4196468 140724293492640 140724293475184 140128520556279 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
/proc/10059/statm: 3393621 4102 2064 1 0 3383118 0
[pid=10059/tid=10061] ppid=10053 vsize=13574484 memory=-6871798056524144002 CPUtime=0.01 cores=1,3,5,7
/proc/10059/task/10061/stat : 10061 (java) R 10053 10053 8289 0 -1 4202560 2688 0 0 0 1 0 0 0 20 0 9 0 134749590 13900271616 4167 18446744073709551615 4194304 4196468 140724293492640 140128524797072 140128506663088 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10063] ppid=10053 vsize=13574484 memory=-8458152057954561420 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10063/stat : 10063 (java) S 10053 10053 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 134749591 13900271616 4167 18446744073709551615 4194304 4196468 140724293492640 140128477522704 140128520566485 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10064] ppid=10053 vsize=13574484 memory=140625141761664 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10064/stat : 10064 (java) S 10053 10053 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 134749591 13900271616 4167 18446744073709551615 4194304 4196468 140724293492640 140128476470160 140128520566485 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10065] ppid=10053 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10065/stat : 10065 (java) S 10053 10053 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 134749591 13900271616 4167 18446744073709551615 4194304 4196468 140724293492640 140128119090192 140128520566485 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10066] ppid=10053 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10066/stat : 10066 (java) S 10053 10053 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 134749591 13900271616 4167 18446744073709551615 4194304 4196468 140724293492640 140128118037648 140128520566485 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10071] ppid=10053 vsize=13574484 memory=140625141761664 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10071/stat : 10071 (java) S 10053 10053 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 134749592 13900271616 4167 18446744073709551615 4194304 4196468 140724293492640 140127999195120 140128520567426 0 0 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10073] ppid=10053 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10073/stat : 10073 (java) S 10053 10053 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 134749593 13900271616 4167 18446744073709551615 4194304 4196468 140724293492640 140127998141344 140128520566485 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10075] ppid=10053 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10075/stat : 10075 (java) S 10053 10053 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 134749593 13900271616 4167 18446744073709551615 4194304 4196468 140724293492640 140127997088816 140128520566485 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 17788 KiB

[startup+0.210944 s]*
/proc/loadavg: 0.61 0.74 0.95 2/214 10087
/proc/meminfo: memFree=31178668/32770624 swapFree=67108860/67108860
[pid=10053] ppid=10048 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/10053/stat : 10053 (xcsp3-exec) S 10048 10053 8289 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 134749582 9740288 345 18446744073709551615 4194304 5098028 140722430764848 140722430762952 139746797109884 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 12111872 140722430767480 140722430767685 140722430767685 140722430771179 0
/proc/10053/statm: 2378 345 289 221 0 87 0
[pid=10059] ppid=10053 vsize=13974352 memory=27680 CPUtime=0.09 cores=1,3,5,7
/proc/10059/stat : 10059 (java) S 10053 10053 8289 0 -1 1077944320 5260 0 0 0 8 1 0 0 20 0 15 0 134749590 14309736448 6920 18446744073709551615 4194304 4196468 140724293492640 140724293475184 140128520556279 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
/proc/10059/statm: 3493588 6920 2770 1 0 3482964 0
[pid=10059/tid=10061] ppid=10053 vsize=13974352 memory=-6871798056524144002 CPUtime=0.07 cores=1,3,5,7
/proc/10059/task/10061/stat : 10061 (java) R 10053 10053 8289 0 -1 4202560 3398 0 0 0 6 1 0 0 20 0 15 0 134749590 14309736448 6920 18446744073709551615 4194304 4196468 140724293492640 140128524778528 140128156735544 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10063] ppid=10053 vsize=13974352 memory=-8458152057954561420 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10063/stat : 10063 (java) S 10053 10053 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 134749591 14309736448 6920 18446744073709551615 4194304 4196468 140724293492640 140128477522704 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10064] ppid=10053 vsize=13974352 memory=140625141761664 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10064/stat : 10064 (java) S 10053 10053 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 134749591 14309736448 6920 18446744073709551615 4194304 4196468 140724293492640 140128476470160 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10065] ppid=10053 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10065/stat : 10065 (java) S 10053 10053 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 134749591 14309736448 6920 18446744073709551615 4194304 4196468 140724293492640 140128119090192 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10066] ppid=10053 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10066/stat : 10066 (java) S 10053 10053 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 134749591 14309736448 6920 18446744073709551615 4194304 4196468 140724293492640 140128118037648 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10071] ppid=10053 vsize=13974352 memory=140625141761664 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10071/stat : 10071 (java) S 10053 10053 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 134749592 14309736448 6920 18446744073709551615 4194304 4196468 140724293492640 140127999195120 140128520567426 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10073] ppid=10053 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10073/stat : 10073 (java) S 10053 10053 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 134749593 14309736448 6920 18446744073709551615 4194304 4196468 140724293492640 140127998141344 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10075] ppid=10053 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10075/stat : 10075 (java) S 10053 10053 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 134749593 14309736448 6920 18446744073709551615 4194304 4196468 140724293492640 140127997088752 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10077] ppid=10053 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10077/stat : 10077 (java) S 10053 10053 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 134749595 14309736448 6920 18446744073709551615 4194304 4196468 140724293492640 140127996037328 140128520574875 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10078] ppid=10053 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10078/stat : 10078 (java) S 10053 10053 8289 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 15 0 134749595 14309736448 6920 18446744073709551615 4194304 4196468 140724293492640 140127994984944 140128520567426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10079] ppid=10053 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10079/stat : 10079 (java) S 10053 10053 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 134749595 14309736448 6920 18446744073709551615 4194304 4196468 140724293492640 140127993932400 140128520567426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10080] ppid=10053 vsize=13974352 memory=140625141761664 CPUtime=0.01 cores=1,3,5,7
/proc/10059/task/10080/stat : 10080 (java) R 10053 10053 8289 0 -1 4202560 266 0 0 0 1 0 0 0 20 0 15 0 134749595 14309736448 6920 18446744073709551615 4194304 4196468 140724293492640 140127992879856 140128513273431 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10085] ppid=10053 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10085/stat : 10085 (java) S 10053 10053 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 134749596 14309736448 6920 18446744073709551615 4194304 4196468 140724293492640 140127991827552 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10087] ppid=10053 vsize=13974352 memory=140625141761664 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10087/stat : 10087 (java) S 10053 10053 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 134749601 14309736448 6920 18446744073709551615 4194304 4196468 140724293492640 140127990774064 140128520567426 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29060 KiB

[startup+0.310524 s]*
/proc/loadavg: 0.61 0.74 0.95 6/215 10088
/proc/meminfo: memFree=31157144/32770624 swapFree=67108860/67108860
[pid=10053] ppid=10048 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/10053/stat : 10053 (xcsp3-exec) S 10048 10053 8289 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 134749582 9740288 345 18446744073709551615 4194304 5098028 140722430764848 140722430762952 139746797109884 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 12111872 140722430767480 140722430767685 140722430767685 140722430771179 0
/proc/10053/statm: 2378 345 289 221 0 87 0
[pid=10059] ppid=10053 vsize=13974352 memory=37432 CPUtime=0.28 cores=1,3,5,7
/proc/10059/stat : 10059 (java) S 10053 10053 8289 0 -1 1077944320 8874 0 0 0 25 3 0 0 20 0 15 0 134749590 14309736448 9358 18446744073709551615 4194304 4196468 140724293492640 140724293475184 140128520556279 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
/proc/10059/statm: 3493588 9358 2987 1 0 3482964 0
[pid=10059/tid=10061] ppid=10053 vsize=13974352 memory=-8774313645642428999 CPUtime=0.17 cores=1,3,5,7
/proc/10059/task/10061/stat : 10061 (java) R 10053 10053 8289 0 -1 4202560 6096 0 0 0 15 2 0 0 20 0 15 0 134749590 14309736448 9358 18446744073709551615 4194304 4196468 140724293492640 140128524793792 140128504636766 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10063] ppid=10053 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10063/stat : 10063 (java) S 10053 10053 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 134749591 14309736448 9358 18446744073709551615 4194304 4196468 140724293492640 140128477522704 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10064] ppid=10053 vsize=13974352 memory=-7240599211820661557 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10064/stat : 10064 (java) S 10053 10053 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 134749591 14309736448 9358 18446744073709551615 4194304 4196468 140724293492640 140128476470160 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10065] ppid=10053 vsize=13974352 memory=-7028383565733675155 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10065/stat : 10065 (java) S 10053 10053 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 134749591 14309736448 9358 18446744073709551615 4194304 4196468 140724293492640 140128119090192 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10066] ppid=10053 vsize=13974352 memory=7031125463459224206 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10066/stat : 10066 (java) S 10053 10053 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 134749591 14309736448 9358 18446744073709551615 4194304 4196468 140724293492640 140128118037648 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10071] ppid=10053 vsize=13974352 memory=-7305533901252758645 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10071/stat : 10071 (java) S 10053 10053 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 134749592 14309736448 9358 18446744073709551615 4194304 4196468 140724293492640 140127999195120 140128520567426 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10073] ppid=10053 vsize=13974352 memory=4206751525541407381 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10073/stat : 10073 (java) S 10053 10053 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 134749593 14309736448 9358 18446744073709551615 4194304 4196468 140724293492640 140127998141344 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10075] ppid=10053 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10075/stat : 10075 (java) S 10053 10053 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 134749593 14309736448 9358 18446744073709551615 4194304 4196468 140724293492640 140127997088752 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10077] ppid=10053 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10077/stat : 10077 (java) S 10053 10053 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 134749595 14309736448 9358 18446744073709551615 4194304 4196468 140724293492640 140127996037328 140128520574875 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10078] ppid=10053 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/10059/task/10078/stat : 10078 (java) S 10053 10053 8289 0 -1 1077944384 615 0 0 0 2 0 0 0 20 0 15 0 134749595 14309736448 9358 18446744073709551615 4194304 4196468 140724293492640 140127994984944 140128520567426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10079] ppid=10053 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10079/stat : 10079 (java) S 10053 10053 8289 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 15 0 134749595 14309736448 9358 18446744073709551615 4194304 4196468 140724293492640 140127993932400 140128520567426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10080] ppid=10053 vsize=13974352 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/10059/task/10080/stat : 10080 (java) S 10053 10053 8289 0 -1 1077944384 729 0 0 0 6 0 0 0 20 0 15 0 134749595 14309736448 9358 18446744073709551615 4194304 4196468 140724293492640 140127992879856 140128520567426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10085] ppid=10053 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10085/stat : 10085 (java) S 10053 10053 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 134749596 14309736448 9358 18446744073709551615 4194304 4196468 140724293492640 140127991827552 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10087] ppid=10053 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10087/stat : 10087 (java) S 10053 10053 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 134749601 14309736448 9358 18446744073709551615 4194304 4196468 140724293492640 140127990774064 140128520567426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38812 KiB

[startup+0.700801 s]
/proc/loadavg: 0.61 0.74 0.95 7/215 10088
/proc/meminfo: memFree=31128100/32770624 swapFree=67108860/67108860
[pid=10053] ppid=10048 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/10053/stat : 10053 (xcsp3-exec) S 10048 10053 8289 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 134749582 9740288 345 18446744073709551615 4194304 5098028 140722430764848 140722430762952 139746797109884 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 12111872 140722430767480 140722430767685 140722430767685 140722430771179 0
/proc/10053/statm: 2378 345 289 221 0 87 0
[pid=10059] ppid=10053 vsize=13978684 memory=66404 CPUtime=1.04 cores=1,3,5,7
/proc/10059/stat : 10059 (java) S 10053 10053 8289 0 -1 1077944320 12179 0 0 0 99 5 0 0 20 0 15 0 134749590 14314172416 16601 18446744073709551615 4194304 4196468 140724293492640 140724293475184 140128520556279 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
/proc/10059/statm: 3494671 16601 3152 1 0 3482964 0
[pid=10059/tid=10061] ppid=10053 vsize=13978684 memory=8242257093008633910 CPUtime=0.54 cores=1,3,5,7
/proc/10059/task/10061/stat : 10061 (java) R 10053 10053 8289 0 -1 4202560 8353 0 0 0 51 3 0 0 20 0 15 0 134749590 14314172416 16601 18446744073709551615 4194304 4196468 140724293492640 140128524773408 140128159547621 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10063] ppid=10053 vsize=13978684 memory=7156877733537071201 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10063/stat : 10063 (java) S 10053 10053 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 134749591 14314172416 16601 18446744073709551615 4194304 4196468 140724293492640 140128477522704 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10064] ppid=10053 vsize=13978684 memory=6440526044203406950 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10064/stat : 10064 (java) S 10053 10053 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 134749591 14314172416 16601 18446744073709551615 4194304 4196468 140724293492640 140128476470160 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10065] ppid=10053 vsize=13978684 memory=-7970089902420485312 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10065/stat : 10065 (java) S 10053 10053 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 134749591 14314172416 16601 18446744073709551615 4194304 4196468 140724293492640 140128119090192 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10066] ppid=10053 vsize=13978684 memory=-8412656567318647667 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10066/stat : 10066 (java) S 10053 10053 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 134749591 14314172416 16601 18446744073709551615 4194304 4196468 140724293492640 140128118037648 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10071] ppid=10053 vsize=13978684 memory=-7240599211820661557 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10071/stat : 10071 (java) S 10053 10053 8289 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 134749592 14314172416 16601 18446744073709551615 4194304 4196468 140724293492640 140127999195120 140128520567426 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10073] ppid=10053 vsize=13978684 memory=4206468019014099040 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10073/stat : 10073 (java) S 10053 10053 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 134749593 14314172416 16601 18446744073709551615 4194304 4196468 140724293492640 140127998141344 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10075] ppid=10053 vsize=13978684 memory=140625141765889 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10075/stat : 10075 (java) S 10053 10053 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 134749593 14314172416 16601 18446744073709551615 4194304 4196468 140724293492640 140127997088752 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10077] ppid=10053 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10077/stat : 10077 (java) S 10053 10053 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 134749595 14314172416 16601 18446744073709551615 4194304 4196468 140724293492640 140127996037328 140128520574875 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10078] ppid=10053 vsize=13978684 memory=4168 CPUtime=0.15 cores=1,3,5,7
/proc/10059/task/10078/stat : 10078 (java) R 10053 10053 8289 0 -1 4202560 1017 0 0 0 15 0 0 0 20 0 15 0 134749595 14314172416 16601 18446744073709551615 4194304 4196468 140724293492640 140127994984944 140128504459336 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10079] ppid=10053 vsize=13978684 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/10059/task/10079/stat : 10079 (java) S 10053 10053 8289 0 -1 1077944384 394 0 0 0 11 0 0 0 20 0 15 0 134749595 14314172416 16601 18446744073709551615 4194304 4196468 140724293492640 140127993932400 140128520567426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10080] ppid=10053 vsize=13978684 memory=140625013908080 CPUtime=0.2 cores=1,3,5,7
/proc/10059/task/10080/stat : 10080 (java) S 10053 10053 8289 0 -1 1077944384 1106 0 0 0 20 0 0 0 20 0 15 0 134749595 14314172416 16601 18446744073709551615 4194304 4196468 140724293492640 140127992879856 140128520567426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10085] ppid=10053 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10085/stat : 10085 (java) S 10053 10053 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 134749596 14314172416 16601 18446744073709551615 4194304 4196468 140724293492640 140127991827552 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10087] ppid=10053 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10087/stat : 10087 (java) S 10053 10053 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 134749601 14314172416 16601 18446744073709551615 4194304 4196468 140724293492640 140127990774064 140128520567426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
Current children cumulated CPU time: 1.04 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 67784 KiB

[startup+1.50084 s]
/proc/loadavg: 0.61 0.74 0.95 4/215 10088
/proc/meminfo: memFree=31016436/32770624 swapFree=67108860/67108860
[pid=10053] ppid=10048 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/10053/stat : 10053 (xcsp3-exec) S 10048 10053 8289 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 134749582 9740288 345 18446744073709551615 4194304 5098028 140722430764848 140722430762952 139746797109884 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 12111872 140722430767480 140722430767685 140722430767685 140722430771179 0
/proc/10053/statm: 2378 345 289 221 0 87 0
[pid=10059] ppid=10053 vsize=13980732 memory=272228 CPUtime=2.14 cores=1,3,5,7
/proc/10059/stat : 10059 (java) S 10053 10053 8289 0 -1 1077944320 15205 0 0 0 197 17 0 0 20 0 15 0 134749590 14316269568 68057 18446744073709551615 4194304 4196468 140724293492640 140724293475184 140128520556279 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
/proc/10059/statm: 3495183 68057 3186 1 0 3483476 0
[pid=10059/tid=10061] ppid=10053 vsize=13980732 memory=29378 CPUtime=1.26 cores=1,3,5,7
/proc/10059/task/10061/stat : 10061 (java) R 10053 10053 8289 0 -1 4202560 9127 0 0 0 122 4 0 0 20 0 15 0 134749590 14316269568 68057 18446744073709551615 4194304 4196468 140724293492640 140128524794032 140128159547600 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10063] ppid=10053 vsize=13980732 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10059/task/10063/stat : 10063 (java) S 10053 10053 8289 0 -1 1077944384 129 0 0 0 5 2 0 0 20 0 15 0 134749591 14316269568 68057 18446744073709551615 4194304 4196468 140724293492640 140128477522704 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10064] ppid=10053 vsize=13980732 memory=4168 CPUtime=0.07 cores=1,3,5,7
/proc/10059/task/10064/stat : 10064 (java) S 10053 10053 8289 0 -1 1077944384 189 0 0 0 5 2 0 0 20 0 15 0 134749591 14316269568 68057 18446744073709551615 4194304 4196468 140724293492640 140128476470160 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10065] ppid=10053 vsize=13980732 memory=65708 CPUtime=0.07 cores=1,3,5,7
/proc/10059/task/10065/stat : 10065 (java) S 10053 10053 8289 0 -1 1077944384 155 0 0 0 4 3 0 0 20 0 15 0 134749591 14316269568 68057 18446744073709551615 4194304 4196468 140724293492640 140128119090192 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10066] ppid=10053 vsize=13980732 memory=1296 CPUtime=0.07 cores=1,3,5,7

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

/proc/10053/stat : 10053 (xcsp3-exec) S 10048 10053 8289 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 134749582 9740288 345 18446744073709551615 4194304 5098028 140722430764848 140722430762952 139746797109884 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 12111872 140722430767480 140722430767685 140722430767685 140722430771179 0
/proc/10053/statm: 2378 345 289 221 0 87 0
[pid=10059] ppid=10053 vsize=13980732 memory=272264 CPUtime=2.24 cores=1,3,5,7
/proc/10059/stat : 10059 (java) S 10053 10053 8289 0 -1 1077944320 15257 0 0 0 207 17 0 0 20 0 15 0 134749590 14316269568 68066 18446744073709551615 4194304 4196468 140724293492640 140724293475184 140128520556279 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
/proc/10059/statm: 3495183 68066 3186 1 0 3483476 0
[pid=10059/tid=10061] ppid=10053 vsize=13980732 memory=0 CPUtime=1.36 cores=1,3,5,7
/proc/10059/task/10061/stat : 10061 (java) R 10053 10053 8289 0 -1 4202560 9135 0 0 0 132 4 0 0 20 0 15 0 134749590 14316269568 68066 18446744073709551615 4194304 4196468 140724293492640 140128524794032 140128159473698 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10063] ppid=10053 vsize=13980732 memory=7451311589255897962 CPUtime=0.07 cores=1,3,5,7
/proc/10059/task/10063/stat : 10063 (java) S 10053 10053 8289 0 -1 1077944384 129 0 0 0 5 2 0 0 20 0 15 0 134749591 14316269568 68066 18446744073709551615 4194304 4196468 140724293492640 140128477522704 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10064] ppid=10053 vsize=13980732 memory=9878424783013 CPUtime=0.07 cores=1,3,5,7
/proc/10059/task/10064/stat : 10064 (java) S 10053 10053 8289 0 -1 1077944384 189 0 0 0 5 2 0 0 20 0 15 0 134749591 14316269568 68066 18446744073709551615 4194304 4196468 140724293492640 140128476470160 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10065] ppid=10053 vsize=13980732 memory=288230617509003574 CPUtime=0.07 cores=1,3,5,7
/proc/10059/task/10065/stat : 10065 (java) S 10053 10053 8289 0 -1 1077944384 155 0 0 0 4 3 0 0 20 0 15 0 134749591 14316269568 68066 18446744073709551615 4194304 4196468 140724293492640 140128119090192 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10066] ppid=10053 vsize=13980732 memory=15825482134324680 CPUtime=0.07 cores=1,3,5,7
/proc/10059/task/10066/stat : 10066 (java) S 10053 10053 8289 0 -1 1077944384 350 0 0 0 5 2 0 0 20 0 15 0 134749591 14316269568 68066 18446744073709551615 4194304 4196468 140724293492640 140128118037648 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10071] ppid=10053 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10071/stat : 10071 (java) S 10053 10053 8289 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 15 0 134749592 14316269568 68066 18446744073709551615 4194304 4196468 140724293492640 140127999195120 140128520567426 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10073] ppid=10053 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10073/stat : 10073 (java) S 10053 10053 8289 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 134749593 14316269568 68066 18446744073709551615 4194304 4196468 140724293492640 140127998141344 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10075] ppid=10053 vsize=13980732 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10075/stat : 10075 (java) S 10053 10053 8289 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 134749593 14316269568 68066 18446744073709551615 4194304 4196468 140724293492640 140127997088752 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10077] ppid=10053 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10077/stat : 10077 (java) S 10053 10053 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 134749595 14316269568 68066 18446744073709551615 4194304 4196468 140724293492640 140127996037328 140128520574875 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10078] ppid=10053 vsize=13980732 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/10059/task/10078/stat : 10078 (java) S 10053 10053 8289 0 -1 1077944384 1039 0 0 0 17 0 0 0 20 0 15 0 134749595 14316269568 68066 18446744073709551615 4194304 4196468 140724293492640 140127994984944 140128520567426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10079] ppid=10053 vsize=13980732 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/10059/task/10079/stat : 10079 (java) S 10053 10053 8289 0 -1 1077944384 400 0 0 0 12 0 0 0 20 0 15 0 134749595 14316269568 68066 18446744073709551615 4194304 4196468 140724293492640 140127993932400 140128520567426 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10080] ppid=10053 vsize=13980732 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/10059/task/10080/stat : 10080 (java) S 10053 10053 8289 0 -1 1077944384 2192 0 0 0 24 0 0 0 20 0 15 0 134749595 14316269568 68066 18446744073709551615 4194304 4196468 140724293492640 140127992879856 140128520567426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10085] ppid=10053 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10085/stat : 10085 (java) S 10053 10053 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 134749596 14316269568 68066 18446744073709551615 4194304 4196468 140724293492640 140127991827552 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10087] ppid=10053 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10087/stat : 10087 (java) S 10053 10053 8289 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 134749601 14316269568 68066 18446744073709551615 4194304 4196468 140724293492640 140127990774064 140128520567426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
Current children cumulated CPU time: 2.24 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 273644 KiB

[startup+2.00075 s]*
/proc/loadavg: 0.61 0.74 0.95 3/215 10088
/proc/meminfo: memFree=30683792/32770624 swapFree=67108860/67108860
[pid=10053] ppid=10048 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/10053/stat : 10053 (xcsp3-exec) S 10048 10053 8289 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 134749582 9740288 345 18446744073709551615 4194304 5098028 140722430764848 140722430762952 139746797109884 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 12111872 140722430767480 140722430767685 140722430767685 140722430771179 0
/proc/10053/statm: 2378 345 289 221 0 87 0
[pid=10059] ppid=10053 vsize=13980732 memory=272312 CPUtime=2.66 cores=1,3,5,7
/proc/10059/stat : 10059 (java) S 10053 10053 8289 0 -1 1077944320 15380 0 0 0 249 17 0 0 20 0 15 0 134749590 14316269568 68078 18446744073709551615 4194304 4196468 140724293492640 140724293475184 140128520556279 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
/proc/10059/statm: 3495183 68078 3188 1 0 3483476 0
[pid=10059/tid=10061] ppid=10053 vsize=13980732 memory=-8774313645642428999 CPUtime=1.77 cores=1,3,5,7
/proc/10059/task/10061/stat : 10061 (java) R 10053 10053 8289 0 -1 4202560 9167 0 0 0 173 4 0 0 20 0 15 0 134749590 14316269568 68078 18446744073709551615 4194304 4196468 140724293492640 140128524794584 140128159547662 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10063] ppid=10053 vsize=13980732 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/10059/task/10063/stat : 10063 (java) S 10053 10053 8289 0 -1 1077944384 129 0 0 0 5 2 0 0 20 0 15 0 134749591 14316269568 68078 18446744073709551615 4194304 4196468 140724293492640 140128477522704 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10064] ppid=10053 vsize=13980732 memory=6369607583083817303 CPUtime=0.07 cores=1,3,5,7
/proc/10059/task/10064/stat : 10064 (java) S 10053 10053 8289 0 -1 1077944384 189 0 0 0 5 2 0 0 20 0 15 0 134749591 14316269568 68078 18446744073709551615 4194304 4196468 140724293492640 140128476470160 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10065] ppid=10053 vsize=13980732 memory=7307774709952767341 CPUtime=0.07 cores=1,3,5,7
/proc/10059/task/10065/stat : 10065 (java) S 10053 10053 8289 0 -1 1077944384 155 0 0 0 4 3 0 0 20 0 15 0 134749591 14316269568 68078 18446744073709551615 4194304 4196468 140724293492640 140128119090192 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10066] ppid=10053 vsize=13980732 memory=6298681356529259365 CPUtime=0.07 cores=1,3,5,7
/proc/10059/task/10066/stat : 10066 (java) S 10053 10053 8289 0 -1 1077944384 350 0 0 0 5 2 0 0 20 0 15 0 134749591 14316269568 68078 18446744073709551615 4194304 4196468 140724293492640 140128118037648 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10071] ppid=10053 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10071/stat : 10071 (java) S 10053 10053 8289 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 15 0 134749592 14316269568 68078 18446744073709551615 4194304 4196468 140724293492640 140127999195120 140128520567426 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10073] ppid=10053 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10073/stat : 10073 (java) S 10053 10053 8289 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 134749593 14316269568 68078 18446744073709551615 4194304 4196468 140724293492640 140127998141344 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10075] ppid=10053 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10075/stat : 10075 (java) S 10053 10053 8289 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 134749593 14316269568 68078 18446744073709551615 4194304 4196468 140724293492640 140127997088752 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10077] ppid=10053 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10077/stat : 10077 (java) S 10053 10053 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 134749595 14316269568 68078 18446744073709551615 4194304 4196468 140724293492640 140127996037328 140128520574875 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10078] ppid=10053 vsize=13980732 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/10059/task/10078/stat : 10078 (java) S 10053 10053 8289 0 -1 1077944384 1039 0 0 0 17 0 0 0 20 0 15 0 134749595 14316269568 68078 18446744073709551615 4194304 4196468 140724293492640 140127994984944 140128520567426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10079] ppid=10053 vsize=13980732 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/10059/task/10079/stat : 10079 (java) S 10053 10053 8289 0 -1 1077944384 400 0 0 0 12 0 0 0 20 0 15 0 134749595 14316269568 68078 18446744073709551615 4194304 4196468 140724293492640 140127993932400 140128520567426 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10080] ppid=10053 vsize=13980732 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/10059/task/10080/stat : 10080 (java) S 10053 10053 8289 0 -1 1077944384 2283 0 0 0 25 0 0 0 20 0 15 0 134749595 14316269568 68078 18446744073709551615 4194304 4196468 140724293492640 140127992879856 140128520567426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10085] ppid=10053 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10085/stat : 10085 (java) S 10053 10053 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 134749596 14316269568 68078 18446744073709551615 4194304 4196468 140724293492640 140127991827552 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10087] ppid=10053 vsize=13980732 memory=4733053960191 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10087/stat : 10087 (java) S 10053 10053 8289 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 134749601 14316269568 68078 18446744073709551615 4194304 4196468 140724293492640 140127990774064 140128520567426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 273692 KiB

[startup+2.20281 s]
/proc/loadavg: 0.61 0.74 0.95 3/215 10088
/proc/meminfo: memFree=30683792/32770624 swapFree=67108860/67108860
[pid=10053] ppid=10048 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/10053/stat : 10053 (xcsp3-exec) S 10048 10053 8289 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 134749582 9740288 345 18446744073709551615 4194304 5098028 140722430764848 140722430762952 139746797109884 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 12111872 140722430767480 140722430767685 140722430767685 140722430771179 0
/proc/10053/statm: 2378 345 289 221 0 87 0
[pid=10059] ppid=10053 vsize=13980732 memory=273544 CPUtime=3.04 cores=1,3,5,7
/proc/10059/stat : 10059 (java) S 10053 10053 8289 0 -1 1077944320 17354 0 0 0 286 18 0 0 20 0 15 0 134749590 14316269568 68386 18446744073709551615 4194304 4196468 140724293492640 140724293475184 140128520556279 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
/proc/10059/statm: 3495183 68386 3198 1 0 3483476 0
[pid=10059/tid=10061] ppid=10053 vsize=13980732 memory=16097083115448116 CPUtime=1.96 cores=1,3,5,7
/proc/10059/task/10061/stat : 10061 (java) R 10053 10053 8289 0 -1 4202560 9878 0 0 0 192 4 0 0 20 0 15 0 134749590 14316269568 68386 18446744073709551615 4194304 4196468 140724293492640 140128524794016 140128160050039 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10063] ppid=10053 vsize=13980732 memory=8186646361124467522 CPUtime=0.07 cores=1,3,5,7
/proc/10059/task/10063/stat : 10063 (java) S 10053 10053 8289 0 -1 1077944384 129 0 0 0 5 2 0 0 20 0 15 0 134749591 14316269568 68386 18446744073709551615 4194304 4196468 140724293492640 140128477522704 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10064] ppid=10053 vsize=13980732 memory=1414353297708861353 CPUtime=0.07 cores=1,3,5,7
/proc/10059/task/10064/stat : 10064 (java) S 10053 10053 8289 0 -1 1077944384 189 0 0 0 5 2 0 0 20 0 15 0 134749591 14316269568 68386 18446744073709551615 4194304 4196468 140724293492640 140128476470160 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10065] ppid=10053 vsize=13980732 memory=-5587106306044206369 CPUtime=0.07 cores=1,3,5,7
/proc/10059/task/10065/stat : 10065 (java) S 10053 10053 8289 0 -1 1077944384 155 0 0 0 4 3 0 0 20 0 15 0 134749591 14316269568 68386 18446744073709551615 4194304 4196468 140724293492640 140128119090192 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10066] ppid=10053 vsize=13980732 memory=6944656592385698452 CPUtime=0.07 cores=1,3,5,7
/proc/10059/task/10066/stat : 10066 (java) S 10053 10053 8289 0 -1 1077944384 350 0 0 0 5 2 0 0 20 0 15 0 134749591 14316269568 68386 18446744073709551615 4194304 4196468 140724293492640 140128118037648 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10071] ppid=10053 vsize=13980732 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10071/stat : 10071 (java) S 10053 10053 8289 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 15 0 134749592 14316269568 68386 18446744073709551615 4194304 4196468 140724293492640 140127999195120 140128520567426 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10073] ppid=10053 vsize=13980732 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10073/stat : 10073 (java) S 10053 10053 8289 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 134749593 14316269568 68386 18446744073709551615 4194304 4196468 140724293492640 140127998141344 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10075] ppid=10053 vsize=13980732 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10075/stat : 10075 (java) S 10053 10053 8289 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 134749593 14316269568 68386 18446744073709551615 4194304 4196468 140724293492640 140127997088752 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10077] ppid=10053 vsize=13980732 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10077/stat : 10077 (java) S 10053 10053 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 134749595 14316269568 68386 18446744073709551615 4194304 4196468 140724293492640 140127996037328 140128520574875 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10078] ppid=10053 vsize=13980732 memory=8547710663883855229 CPUtime=0.25 cores=1,3,5,7
/proc/10059/task/10078/stat : 10078 (java) R 10053 10053 8289 0 -1 4202560 1605 0 0 0 25 0 0 0 20 0 15 0 134749595 14316269568 68386 18446744073709551615 4194304 4196468 140724293492640 140127994971040 140128502100837 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10079] ppid=10053 vsize=13980732 memory=8171313580286955609 CPUtime=0.18 cores=1,3,5,7
/proc/10059/task/10079/stat : 10079 (java) R 10053 10053 8289 0 -1 4202560 739 0 0 0 18 0 0 0 20 0 15 0 134749595 14316269568 68386 18446744073709551615 4194304 4196468 140724293492640 140127993932400 140128513541321 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10080] ppid=10053 vsize=13980732 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/10059/task/10080/stat : 10080 (java) S 10053 10053 8289 0 -1 1077944384 2641 0 0 0 29 0 0 0 20 0 15 0 134749595 14316269568 68386 18446744073709551615 4194304 4196468 140724293492640 140127992879856 140128520567426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10085] ppid=10053 vsize=13980732 memory=95743999 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10085/stat : 10085 (java) S 10053 10053 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 134749596 14316269568 68386 18446744073709551615 4194304 4196468 140724293492640 140127991827552 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10087] ppid=10053 vsize=13980732 memory=34489106 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10087/stat : 10087 (java) S 10053 10053 8289 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 134749601 14316269568 68386 18446744073709551615 4194304 4196468 140724293492640 140127990774064 140128520567426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 274924 KiB

[startup+2.30072 s]
/proc/loadavg: 0.61 0.74 0.95 3/215 10088
/proc/meminfo: memFree=30683792/32770624 swapFree=67108860/67108860
[pid=10053] ppid=10048 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/10053/stat : 10053 (xcsp3-exec) S 10048 10053 8289 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 134749582 9740288 345 18446744073709551615 4194304 5098028 140722430764848 140722430762952 139746797109884 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 12111872 140722430767480 140722430767685 140722430767685 140722430771179 0
/proc/10053/statm: 2378 345 289 221 0 87 0
[pid=10059] ppid=10053 vsize=13980732 memory=275680 CPUtime=3.27 cores=1,3,5,7
/proc/10059/stat : 10059 (java) S 10053 10053 8289 0 -1 1077944320 18169 0 0 0 309 18 0 0 20 0 15 0 134749590 14316269568 68920 18446744073709551615 4194304 4196468 140724293492640 140724293475184 140128520556279 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
/proc/10059/statm: 3495183 68920 3208 1 0 3483476 0
[pid=10059/tid=10061] ppid=10053 vsize=13980732 memory=1380 CPUtime=2.06 cores=1,3,5,7
/proc/10059/task/10061/stat : 10061 (java) R 10053 10053 8289 0 -1 4202560 9878 0 0 0 202 4 0 0 20 0 15 0 134749590 14316269568 68920 18446744073709551615 4194304 4196468 140724293492640 140128524794192 140128156758421 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10063] ppid=10053 vsize=13980732 memory=272228 CPUtime=0.07 cores=1,3,5,7
/proc/10059/task/10063/stat : 10063 (java) S 10053 10053 8289 0 -1 1077944384 129 0 0 0 5 2 0 0 20 0 15 0 134749591 14316269568 68920 18446744073709551615 4194304 4196468 140724293492640 140128477522704 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10064] ppid=10053 vsize=13980732 memory=29378 CPUtime=0.07 cores=1,3,5,7
/proc/10059/task/10064/stat : 10064 (java) S 10053 10053 8289 0 -1 1077944384 189 0 0 0 5 2 0 0 20 0 15 0 134749591 14316269568 68920 18446744073709551615 4194304 4196468 140724293492640 140128476470160 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10065] ppid=10053 vsize=13980732 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10059/task/10065/stat : 10065 (java) S 10053 10053 8289 0 -1 1077944384 155 0 0 0 4 3 0 0 20 0 15 0 134749591 14316269568 68920 18446744073709551615 4194304 4196468 140724293492640 140128119090192 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10066] ppid=10053 vsize=13980732 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/10059/task/10066/stat : 10066 (java) S 10053 10053 8289 0 -1 1077944384 350 0 0 0 5 2 0 0 20 0 15 0 134749591 14316269568 68920 18446744073709551615 4194304 4196468 140724293492640 140128118037648 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10071] ppid=10053 vsize=13980732 memory=8044438941164668295 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10071/stat : 10071 (java) S 10053 10053 8289 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 15 0 134749592 14316269568 68920 18446744073709551615 4194304 4196468 140724293492640 140127999195120 140128520567426 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10073] ppid=10053 vsize=13980732 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10073/stat : 10073 (java) S 10053 10053 8289 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 134749593 14316269568 68920 18446744073709551615 4194304 4196468 140724293492640 140127998141344 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10075] ppid=10053 vsize=13980732 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10075/stat : 10075 (java) S 10053 10053 8289 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 134749593 14316269568 68920 18446744073709551615 4194304 4196468 140724293492640 140127997088752 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10077] ppid=10053 vsize=13980732 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10077/stat : 10077 (java) S 10053 10053 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 134749595 14316269568 68920 18446744073709551615 4194304 4196468 140724293492640 140127996037328 140128520574875 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10078] ppid=10053 vsize=13980732 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/10059/task/10078/stat : 10078 (java) R 10053 10053 8289 0 -1 4202560 1895 0 0 0 31 0 0 0 20 0 15 0 134749595 14316269568 68920 18446744073709551615 4194304 4196468 140724293492640 140127994965960 140128501256576 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10079] ppid=10053 vsize=13980732 memory=288230574492221466 CPUtime=0.23 cores=1,3,5,7
/proc/10059/task/10079/stat : 10079 (java) D 10053 10053 8289 0 -1 4202560 1171 0 0 0 23 0 0 0 20 0 15 0 134749595 14316269568 68920 18446744073709551615 4194304 4196468 140724293492640 140127993918280 140128513273431 0 4 1 16800974 18446744071582151463 0 0 -1 3 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10080] ppid=10053 vsize=13980732 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/10059/task/10080/stat : 10080 (java) D 10053 10053 8289 0 -1 4202560 2734 0 0 0 30 0 0 0 20 0 15 0 134749595 14316269568 68920 18446744073709551615 4194304 4196468 140724293492640 140127992876792 140128513273431 0 4 1 16800974 18446744071582151463 0 0 -1 5 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10085] ppid=10053 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10085/stat : 10085 (java) S 10053 10053 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 134749596 14316269568 68920 18446744073709551615 4194304 4196468 140724293492640 140127991827552 140128520566485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
[pid=10059/tid=10087] ppid=10053 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10059/task/10087/stat : 10087 (java) S 10053 10053 8289 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 134749601 14316269568 68920 18446744073709551615 4194304 4196468 140724293492640 140127990774064 140128520567426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14086144 140724293501361 140724293501537 140724293501537 140724293504975 0
Current children cumulated CPU time: 3.27 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 277060 KiB

Child status: 0
Real time (s): 2.35692
CPU time (s): 3.42735
CPU user time (s): 3.23551
CPU system time (s): 0.191838
CPU usage (%): 145.416
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 277060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.23551
system time used= 0.191838
maximum resident set size= 280520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19859
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1859
involuntary context switches= 18


# summary of solver processes directly reported to runsolver:
#   pid: 10053
#   total CPU time (s): 3.42735
#   total CPU user time (s): 3.23551
#   total CPU system time (s): 0.191838

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.033271 second user time and 0.072218 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-16 09:28:16
IDJOB=4269907
IDBENCH=140554
IDSOLVER=2660
FILE ID=node133/4269907-1502869344
RUNJOBID= node133-1502868496-10028
PBS_JOBID= 
Free space on /tmp= 62032 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-09.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4269907-1502869344/watcher-4269907-1502869344 -o /tmp/evaluation-result-4269907-1502869344/solver-4269907-1502869344 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502868496-10028 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 2140049115 HOME/instance-4269907-1502869344.xml

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

MD5SUM BENCH= e7a7addaec4b730d6fe0c9469eb0bfe6
RANDOM SEED=2140049115

node133.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.17
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.17
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.17
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.17
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:        31203072 kB
MemAvailable:   31953960 kB
Buffers:          283688 kB
Cached:           767576 kB
SwapCached:            0 kB
Active:           820800 kB
Inactive:         292764 kB
Active(anon):       3252 kB
Inactive(anon):   108936 kB
Active(file):     817548 kB
Inactive(file):   183828 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             15444 kB
Writeback:             0 kB
AnonPages:         62020 kB
Mapped:            62492 kB
Shmem:             49852 kB
Slab:             157720 kB
SReclaimable:     130696 kB
SUnreclaim:        27024 kB
KernelStack:        3216 kB
PageTables:         4880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62016 MiB
End job on node133 at 2017-08-16 09:28:19