Trace number 4272531

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 5a (2017-07-26)SAT 146.617 138.82201

General information on the benchmark

NameMultiKnapsack/MultiKnapsack-m1-gp/
MultiKnapsack-2-21.xml
MD5SUMa520f7bdef93e5ae7ef819bccf245cc1
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.129798
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints6
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree6
Maximum variable degree6
Distribution of variable degrees[{"degree":6,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"count":6}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":6}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.07	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272531-1502718464.xml"  -tl '2520s' -p 1 -x 3
0.14/0.24	c [HOME/instance-4272531-1502718464.xml, -tl, 2520s, -p, 1, -x, 3]
0.14/0.30	c simple solver
0.33/0.37	c parse instance...
0.72/0.52	c solve instance...
146.58/138.81	s SATISFIABLE
146.58/138.81	v <instantiation>
146.58/138.81	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] </list>
146.58/138.81	v 	<values>1 0 0 1 0 0 0 0 0 0 1 1 1 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 1 1 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 1 1 </values>
146.58/138.81	v </instantiation>

Verifier Data

OK	

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272531-1502718464/watcher-4272531-1502718464 -o /tmp/evaluation-result-4272531-1502718464/solver-4272531-1502718464 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29001 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 398234844 HOME/instance-4272531-1502718464.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=11092, runsolver pid=11089

[startup+0.100725 s]*
/proc/loadavg: 1.62 1.52 1.53 3/207 11102
/proc/meminfo: memFree=30520524/32770624 swapFree=67108860/67108860
[pid=11092] ppid=11089 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11092/stat : 11092 (xcsp3-exec) S 11089 11092 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 25729039 9740288 345 18446744073709551615 4194304 5098028 140737273245200 140737273243304 140392508330620 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 23969792 140737273250170 140737273250374 140737273250374 140737273253867 0
/proc/11092/statm: 2378 345 289 221 0 87 0
[pid=11094] ppid=11092 vsize=13574484 memory=17196 CPUtime=0.03 cores=1,3,5,7
/proc/11094/stat : 11094 (java) S 11092 11092 7968 0 -1 1077944320 4123 0 0 0 2 1 0 0 20 0 9 0 25729046 13900271616 4299 18446744073709551615 4194304 4196468 140722219820176 140722219802720 140680037408503 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
/proc/11094/statm: 3393621 4299 2098 1 0 3383118 0
[pid=11094/tid=11095] ppid=11092 vsize=13574484 memory=7078076838863583841 CPUtime=0.02 cores=1,3,5,7
/proc/11094/task/11095/stat : 11095 (java) R 11092 11092 7968 0 -1 4202560 2843 0 0 0 2 0 0 0 20 0 9 0 25729046 13900271616 4299 18446744073709551615 4194304 4196468 140722219820176 140680041644488 140680019059940 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11096] ppid=11092 vsize=13574484 memory=4123389896250521363 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11096/stat : 11096 (java) S 11092 11092 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 25729047 13900271616 4299 18446744073709551615 4194304 4196468 140722219820176 140679979354512 140680037418709 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11097] ppid=11092 vsize=13574484 memory=140546802689664 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11097/stat : 11097 (java) S 11092 11092 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 25729047 13900271616 4299 18446744073709551615 4194304 4196468 140722219820176 140679978301712 140680037418709 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11098] ppid=11092 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11098/stat : 11098 (java) S 11092 11092 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 25729047 13900271616 4299 18446744073709551615 4194304 4196468 140722219820176 140679977249424 140680037418709 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11099] ppid=11092 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11099/stat : 11099 (java) S 11092 11092 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 25729047 13900271616 4299 18446744073709551615 4194304 4196468 140722219820176 140679634754064 140680037418709 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11100] ppid=11092 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11100/stat : 11100 (java) S 11092 11092 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 25729048 13900271616 4299 18446744073709551615 4194304 4196468 140722219820176 140679583173232 140680037419650 0 0 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11101] ppid=11092 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11101/stat : 11101 (java) S 11092 11092 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 25729048 13900271616 4299 18446744073709551615 4194304 4196468 140722219820176 140679582119200 140680037418709 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11102] ppid=11092 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11102/stat : 11102 (java) S 11092 11092 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 25729049 13900271616 4299 18446744073709551615 4194304 4196468 140722219820176 140679581066928 140680037418709 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 18576 KiB

[startup+0.212123 s]*
/proc/loadavg: 1.62 1.52 1.53 3/213 11108
/proc/meminfo: memFree=30510036/32770624 swapFree=67108860/67108860
[pid=11092] ppid=11089 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11092/stat : 11092 (xcsp3-exec) S 11089 11092 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 25729039 9740288 345 18446744073709551615 4194304 5098028 140737273245200 140737273243304 140392508330620 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 23969792 140737273250170 140737273250374 140737273250374 140737273253867 0
/proc/11092/statm: 2378 345 289 221 0 87 0
[pid=11094] ppid=11092 vsize=13974352 memory=29472 CPUtime=0.14 cores=1,3,5,7
/proc/11094/stat : 11094 (java) S 11092 11092 7968 0 -1 1077944320 5766 0 0 0 13 1 0 0 20 0 15 0 25729046 14309736448 7368 18446744073709551615 4194304 4196468 140722219820176 140722219802720 140680037408503 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
/proc/11094/statm: 3493588 7368 2890 1 0 3482964 0
[pid=11094/tid=11095] ppid=11092 vsize=13974352 memory=7078076838863583841 CPUtime=0.1 cores=1,3,5,7
/proc/11094/task/11095/stat : 11095 (java) R 11092 11092 7968 0 -1 4202560 3654 0 0 0 9 1 0 0 20 0 15 0 25729046 14309736448 7434 18446744073709551615 4194304 4196468 140722219820176 140680041638576 140679657379118 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11096] ppid=11092 vsize=13974352 memory=4123389896250521363 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11096/stat : 11096 (java) S 11092 11092 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25729047 14309736448 7434 18446744073709551615 4194304 4196468 140722219820176 140679979354512 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11097] ppid=11092 vsize=13974352 memory=140546802689664 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11097/stat : 11097 (java) S 11092 11092 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25729047 14309736448 7434 18446744073709551615 4194304 4196468 140722219820176 140679978301712 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11098] ppid=11092 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11098/stat : 11098 (java) S 11092 11092 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25729047 14309736448 7434 18446744073709551615 4194304 4196468 140722219820176 140679977249424 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11099] ppid=11092 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11099/stat : 11099 (java) S 11092 11092 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 25729047 14309736448 7434 18446744073709551615 4194304 4196468 140722219820176 140679634754064 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11100] ppid=11092 vsize=13974352 memory=140546802689664 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11100/stat : 11100 (java) S 11092 11092 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 25729048 14309736448 7434 18446744073709551615 4194304 4196468 140722219820176 140679583173232 140680037419650 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11101] ppid=11092 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11101/stat : 11101 (java) S 11092 11092 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 25729048 14309736448 7434 18446744073709551615 4194304 4196468 140722219820176 140679582119200 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11102] ppid=11092 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11102/stat : 11102 (java) S 11092 11092 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 25729049 14309736448 7434 18446744073709551615 4194304 4196468 140722219820176 140679581066864 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11103] ppid=11092 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11103/stat : 11103 (java) S 11092 11092 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25729051 14309736448 7434 18446744073709551615 4194304 4196468 140722219820176 140679580015184 140680037427099 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11104] ppid=11092 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11104/stat : 11104 (java) S 11092 11092 7968 0 -1 1077944384 335 0 0 0 0 0 0 0 20 0 15 0 25729051 14309736448 7434 18446744073709551615 4194304 4196468 140722219820176 140679578962032 140680037419650 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11105] ppid=11092 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11105/stat : 11105 (java) R 11092 11092 7968 0 -1 4202560 163 0 0 0 0 0 0 0 20 0 15 0 25729051 14309736448 7434 18446744073709551615 4194304 4196468 140722219820176 140679577890136 140680018110167 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11106] ppid=11092 vsize=13974352 memory=140546802689664 CPUtime=0.02 cores=1,3,5,7
/proc/11094/task/11106/stat : 11106 (java) R 11092 11092 7968 0 -1 4202560 395 0 0 0 2 0 0 0 20 0 15 0 25729051 14309736448 7434 18446744073709551615 4194304 4196468 140722219820176 140679576853640 140680016349950 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11107] ppid=11092 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11107/stat : 11107 (java) S 11092 11092 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25729051 14309736448 7500 18446744073709551615 4194304 4196468 140722219820176 140679575804384 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11108] ppid=11092 vsize=13974352 memory=140546802689664 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11108/stat : 11108 (java) S 11092 11092 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25729055 14309736448 7500 18446744073709551615 4194304 4196468 140722219820176 140679574752176 140680037419650 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 30852 KiB

[startup+0.31051 s]*
/proc/loadavg: 1.62 1.52 1.53 3/213 11108
/proc/meminfo: memFree=30498036/32770624 swapFree=67108860/67108860
[pid=11092] ppid=11089 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11092/stat : 11092 (xcsp3-exec) S 11089 11092 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 25729039 9740288 345 18446744073709551615 4194304 5098028 140737273245200 140737273243304 140392508330620 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 23969792 140737273250170 140737273250374 140737273250374 140737273253867 0
/proc/11092/statm: 2378 345 289 221 0 87 0
[pid=11094] ppid=11092 vsize=13978608 memory=40388 CPUtime=0.33 cores=1,3,5,7
/proc/11094/stat : 11094 (java) S 11092 11092 7968 0 -1 1077944320 9321 0 0 0 30 3 0 0 20 0 15 0 25729046 14314094592 10097 18446744073709551615 4194304 4196468 140722219820176 140722219802720 140680037408503 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
/proc/11094/statm: 3494652 10097 3042 1 0 3482964 0
[pid=11094/tid=11095] ppid=11092 vsize=13978608 memory=4278483708103473607 CPUtime=0.2 cores=1,3,5,7
/proc/11094/task/11095/stat : 11095 (java) R 11092 11092 7968 0 -1 4202560 6451 0 0 0 18 2 0 0 20 0 15 0 25729046 14314094592 10097 18446744073709551615 4194304 4196468 140722219820176 140680041633400 140680037430429 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11096] ppid=11092 vsize=13978608 memory=-7003737579269690708 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11096/stat : 11096 (java) S 11092 11092 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25729047 14314094592 10097 18446744073709551615 4194304 4196468 140722219820176 140679979354512 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11097] ppid=11092 vsize=13978608 memory=7031125463459224206 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11097/stat : 11097 (java) S 11092 11092 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25729047 14314094592 10097 18446744073709551615 4194304 4196468 140722219820176 140679978301712 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11098] ppid=11092 vsize=13978608 memory=-7305533901252758645 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11098/stat : 11098 (java) S 11092 11092 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25729047 14314094592 10097 18446744073709551615 4194304 4196468 140722219820176 140679977249424 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11099] ppid=11092 vsize=13978608 memory=8248408006974860141 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11099/stat : 11099 (java) S 11092 11092 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 25729047 14314094592 10097 18446744073709551615 4194304 4196468 140722219820176 140679634754064 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11100] ppid=11092 vsize=13978608 memory=140546802696657 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11100/stat : 11100 (java) S 11092 11092 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 25729048 14314094592 10097 18446744073709551615 4194304 4196468 140722219820176 140679583173232 140680037419650 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11101] ppid=11092 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11101/stat : 11101 (java) S 11092 11092 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 25729048 14314094592 10097 18446744073709551615 4194304 4196468 140722219820176 140679582119200 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11102] ppid=11092 vsize=13978608 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11102/stat : 11102 (java) S 11092 11092 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 25729049 14314094592 10097 18446744073709551615 4194304 4196468 140722219820176 140679581066864 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11103] ppid=11092 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11103/stat : 11103 (java) S 11092 11092 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25729051 14314094592 10097 18446744073709551615 4194304 4196468 140722219820176 140679580015184 140680037427099 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11104] ppid=11092 vsize=13978608 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/11094/task/11104/stat : 11104 (java) S 11092 11092 7968 0 -1 1077944384 383 0 0 0 2 0 0 0 20 0 15 0 25729051 14314094592 10097 18446744073709551615 4194304 4196468 140722219820176 140679578962032 140680037419650 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11105] ppid=11092 vsize=13978608 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/11094/task/11105/stat : 11105 (java) S 11092 11092 7968 0 -1 1077944384 463 0 0 0 2 0 0 0 20 0 15 0 25729051 14314094592 10097 18446744073709551615 4194304 4196468 140722219820176 140679577909232 140680037419650 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11106] ppid=11092 vsize=13978608 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11094/task/11106/stat : 11106 (java) S 11092 11092 7968 0 -1 1077944384 722 0 0 0 7 0 0 0 20 0 15 0 25729051 14314094592 10097 18446744073709551615 4194304 4196468 140722219820176 140679576856944 140680037419650 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11107] ppid=11092 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11107/stat : 11107 (java) S 11092 11092 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25729051 14314094592 10097 18446744073709551615 4194304 4196468 140722219820176 140679575804384 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11108] ppid=11092 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11108/stat : 11108 (java) S 11092 11092 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25729055 14314094592 10097 18446744073709551615 4194304 4196468 140722219820176 140679574752176 140680037419650 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 41768 KiB

[startup+0.700906 s]
/proc/loadavg: 1.62 1.52 1.53 3/213 11108
/proc/meminfo: memFree=30484044/32770624 swapFree=67108860/67108860
[pid=11092] ppid=11089 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11092/stat : 11092 (xcsp3-exec) S 11089 11092 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 25729039 9740288 345 18446744073709551615 4194304 5098028 140737273245200 140737273243304 140392508330620 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 23969792 140737273250170 140737273250374 140737273250374 140737273253867 0
/proc/11092/statm: 2378 345 289 221 0 87 0
[pid=11094] ppid=11092 vsize=13980732 memory=71388 CPUtime=1.37 cores=1,3,5,7
/proc/11094/stat : 11094 (java) S 11092 11092 7968 0 -1 1077944320 13915 0 0 0 132 5 0 0 20 0 15 0 25729046 14316269568 17847 18446744073709551615 4194304 4196468 140722219820176 140722219802720 140680037408503 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
/proc/11094/statm: 3495183 17847 3177 1 0 3483476 0
[pid=11094/tid=11095] ppid=11092 vsize=13980732 memory=0 CPUtime=0.58 cores=1,3,5,7
/proc/11094/task/11095/stat : 11095 (java) R 11092 11092 7968 0 -1 4202560 8500 0 0 0 54 4 0 0 20 0 15 0 25729046 14316269568 17847 18446744073709551615 4194304 4196468 140722219820176 140680041644848 140679660685324 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11096] ppid=11092 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11096/stat : 11096 (java) S 11092 11092 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25729047 14316269568 17847 18446744073709551615 4194304 4196468 140722219820176 140679979354512 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11097] ppid=11092 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11097/stat : 11097 (java) S 11092 11092 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25729047 14316269568 17847 18446744073709551615 4194304 4196468 140722219820176 140679978301712 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11098] ppid=11092 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11098/stat : 11098 (java) S 11092 11092 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25729047 14316269568 17847 18446744073709551615 4194304 4196468 140722219820176 140679977249424 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11099] ppid=11092 vsize=13980732 memory=5 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11099/stat : 11099 (java) S 11092 11092 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 25729047 14316269568 17847 18446744073709551615 4194304 4196468 140722219820176 140679634754064 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11100] ppid=11092 vsize=13980732 memory=36 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11100/stat : 11100 (java) S 11092 11092 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 25729048 14316269568 17847 18446744073709551615 4194304 4196468 140722219820176 140679583173232 140680037419650 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11101] ppid=11092 vsize=13980732 memory=2 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11101/stat : 11101 (java) S 11092 11092 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 25729048 14316269568 17847 18446744073709551615 4194304 4196468 140722219820176 140679582119200 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11102] ppid=11092 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11102/stat : 11102 (java) S 11092 11092 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 25729049 14316269568 17847 18446744073709551615 4194304 4196468 140722219820176 140679581066864 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11103] ppid=11092 vsize=13980732 memory=7883313791582089521 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11103/stat : 11103 (java) S 11092 11092 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25729051 14316269568 17847 18446744073709551615 4194304 4196468 140722219820176 140679580015184 140680037427099 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11104] ppid=11092 vsize=13980732 memory=4124 CPUtime=0.24 cores=1,3,5,7
/proc/11094/task/11104/stat : 11104 (java) R 11092 11092 7968 0 -1 4202560 1259 0 0 0 24 0 0 0 20 0 15 0 25729051 14316269568 17847 18446744073709551615 4194304 4196468 140722219820176 140679578953984 140680018931436 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11105] ppid=11092 vsize=13980732 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/11094/task/11105/stat : 11105 (java) R 11092 11092 7968 0 -1 4202560 1252 0 0 0 24 0 0 0 20 0 15 0 25729051 14316269568 17847 18446744073709551615 4194304 4196468 140722219820176 140679577898944 140680022516178 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11106] ppid=11092 vsize=13980732 memory=140546697863792 CPUtime=0.28 cores=1,3,5,7
/proc/11094/task/11106/stat : 11106 (java) S 11092 11092 7968 0 -1 1077944384 1597 0 0 0 28 0 0 0 20 0 15 0 25729051 14316269568 17847 18446744073709551615 4194304 4196468 140722219820176 140679576856944 140680037419650 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11107] ppid=11092 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11107/stat : 11107 (java) S 11092 11092 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25729051 14316269568 17847 18446744073709551615 4194304 4196468 140722219820176 140679575804384 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11108] ppid=11092 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11108/stat : 11108 (java) S 11092 11092 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25729055 14316269568 17847 18446744073709551615 4194304 4196468 140722219820176 140679574752176 140680037419650 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
Current children cumulated CPU time: 1.37 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 72768 KiB

[startup+1.50085 s]
/proc/loadavg: 1.62 1.52 1.53 5/213 11108
/proc/meminfo: memFree=30436412/32770624 swapFree=67108860/67108860
[pid=11092] ppid=11089 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11092/stat : 11092 (xcsp3-exec) S 11089 11092 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 25729039 9740288 345 18446744073709551615 4194304 5098028 140737273245200 140737273243304 140392508330620 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 23969792 140737273250170 140737273250374 140737273250374 140737273253867 0
/proc/11092/statm: 2378 345 289 221 0 87 0
[pid=11094] ppid=11092 vsize=13980732 memory=159608 CPUtime=3.54 cores=1,3,5,7
/proc/11094/stat : 11094 (java) S 11092 11092 7968 0 -1 1077944320 20923 0 0 0 346 8 0 0 20 0 15 0 25729046 14316269568 39902 18446744073709551615 4194304 4196468 140722219820176 140722219802720 140680037408503 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
/proc/11094/statm: 3495183 39902 3196 1 0 3483476 0
[pid=11094/tid=11095] ppid=11092 vsize=13980732 memory=0 CPUtime=1.38 cores=1,3,5,7
/proc/11094/task/11095/stat : 11095 (java) R 11092 11092 7968 0 -1 4202560 9264 0 0 0 132 6 0 0 20 0 15 0 25729046 14316269568 39902 18446744073709551615 4194304 4196468 140722219820176 140680041645816 140679662383495 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11096] ppid=11092 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11096/stat : 11096 (java) S 11092 11092 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25729047 14316269568 39902 18446744073709551615 4194304 4196468 140722219820176 140679979354512 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11097] ppid=11092 vsize=13980732 memory=56 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11097/stat : 11097 (java) S 11092 11092 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25729047 14316269568 39902 18446744073709551615 4194304 4196468 140722219820176 140679978301712 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11098] ppid=11092 vsize=13980732 memory=11830 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11098/stat : 11098 (java) S 11092 11092 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25729047 14316269568 39902 18446744073709551615 4194304 4196468 140722219820176 140679977249424 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11099] ppid=11092 vsize=13980732 memory=20825 CPUtime=0 cores=1,3,5,7

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

/proc/11092/stat : 11092 (xcsp3-exec) S 11089 11092 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 25729039 9740288 345 18446744073709551615 4194304 5098028 140737273245200 140737273243304 140392508330620 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 23969792 140737273250170 140737273250374 140737273250374 140737273253867 0
/proc/11092/statm: 2378 345 289 221 0 87 0
[pid=11094] ppid=11092 vsize=13980732 memory=282100 CPUtime=143.69 cores=1,3,5,7
/proc/11094/stat : 11094 (java) S 11092 11092 7968 0 -1 1077944320 58462 0 0 0 14326 43 0 0 20 0 15 0 25729046 14316269568 70525 18446744073709551615 4194304 4196468 140722219820176 140722219802720 140680037408503 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
/proc/11094/statm: 3495183 70525 3236 1 0 3483476 0
[pid=11094/tid=11095] ppid=11092 vsize=13980732 memory=4278483708103473607 CPUtime=134.59 cores=1,3,5,7
/proc/11094/task/11095/stat : 11095 (java) R 11092 11092 7968 0 -1 4202560 18856 0 0 0 13450 9 0 0 20 0 15 0 25729046 14316269568 70525 18446744073709551615 4194304 4196468 140722219820176 140680041648128 140679661461286 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11096] ppid=11092 vsize=13980732 memory=2764 CPUtime=0.9 cores=1,3,5,7
/proc/11094/task/11096/stat : 11096 (java) S 11092 11092 7968 0 -1 1077944384 2655 0 0 0 85 5 0 0 20 0 15 0 25729047 14316269568 70525 18446744073709551615 4194304 4196468 140722219820176 140679979354512 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11097] ppid=11092 vsize=13980732 memory=2844 CPUtime=0.9 cores=1,3,5,7
/proc/11094/task/11097/stat : 11097 (java) S 11092 11092 7968 0 -1 1077944384 2302 0 0 0 84 6 0 0 20 0 15 0 25729047 14316269568 70525 18446744073709551615 4194304 4196468 140722219820176 140679978301712 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11098] ppid=11092 vsize=13980732 memory=0 CPUtime=0.9 cores=1,3,5,7
/proc/11094/task/11098/stat : 11098 (java) S 11092 11092 7968 0 -1 1077944384 1972 0 0 0 85 5 0 0 20 0 15 0 25729047 14316269568 70525 18446744073709551615 4194304 4196468 140722219820176 140679977249424 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11099] ppid=11092 vsize=13980732 memory=-7003737579269690708 CPUtime=0.9 cores=1,3,5,7
/proc/11094/task/11099/stat : 11099 (java) S 11092 11092 7968 0 -1 1077944384 2042 0 0 0 84 6 0 0 20 0 15 0 25729047 14316269568 70525 18446744073709551615 4194304 4196468 140722219820176 140679634754064 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11100] ppid=11092 vsize=13980732 memory=1700 CPUtime=0.2 cores=1,3,5,7
/proc/11094/task/11100/stat : 11100 (java) S 11092 11092 7968 0 -1 1077944384 1593 0 0 0 17 3 0 0 20 0 15 0 25729048 14316269568 70525 18446744073709551615 4194304 4196468 140722219820176 140679583173232 140680037419650 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11101] ppid=11092 vsize=13980732 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11101/stat : 11101 (java) S 11092 11092 7968 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 25729048 14316269568 70525 18446744073709551615 4194304 4196468 140722219820176 140679582119200 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11102] ppid=11092 vsize=13980732 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11102/stat : 11102 (java) S 11092 11092 7968 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 25729049 14316269568 70525 18446744073709551615 4194304 4196468 140722219820176 140679581066864 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11103] ppid=11092 vsize=13980732 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11103/stat : 11103 (java) S 11092 11092 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25729051 14316269568 70525 18446744073709551615 4194304 4196468 140722219820176 140679580015184 140680037427099 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11104] ppid=11092 vsize=13980732 memory=5520 CPUtime=2.34 cores=1,3,5,7
/proc/11094/task/11104/stat : 11104 (java) S 11092 11092 7968 0 -1 1077944384 9980 0 0 0 233 1 0 0 20 0 15 0 25729051 14316269568 70525 18446744073709551615 4194304 4196468 140722219820176 140679578962032 140680037419650 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11105] ppid=11092 vsize=13980732 memory=4612 CPUtime=2.23 cores=1,3,5,7
/proc/11094/task/11105/stat : 11105 (java) S 11092 11092 7968 0 -1 1077944384 10643 0 0 0 223 0 0 0 20 0 15 0 25729051 14316269568 70525 18446744073709551615 4194304 4196468 140722219820176 140679577909232 140680037419650 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 10 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11106] ppid=11092 vsize=13980732 memory=792 CPUtime=0.56 cores=1,3,5,7
/proc/11094/task/11106/stat : 11106 (java) S 11092 11092 7968 0 -1 1077944384 6843 0 0 0 55 1 0 0 20 0 15 0 25729051 14316269568 70525 18446744073709551615 4194304 4196468 140722219820176 140679576856944 140680037419650 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11107] ppid=11092 vsize=13980732 memory=8692 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11107/stat : 11107 (java) S 11092 11092 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25729051 14316269568 70525 18446744073709551615 4194304 4196468 140722219820176 140679575804384 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11108] ppid=11092 vsize=13980732 memory=1440 CPUtime=0.07 cores=1,3,5,7
/proc/11094/task/11108/stat : 11108 (java) S 11092 11092 7968 0 -1 1077944384 214 0 0 0 3 4 0 0 20 0 15 0 25729055 14316269568 70525 18446744073709551615 4194304 4196468 140722219820176 140679574752176 140680037419650 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
Current children cumulated CPU time: 143.69 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 283480 KiB

[startup+137.601 s]
/proc/loadavg: 1.51 1.50 1.51 3/213 11118
/proc/meminfo: memFree=30220980/32770624 swapFree=67108860/67108860
[pid=11092] ppid=11089 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11092/stat : 11092 (xcsp3-exec) S 11089 11092 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 25729039 9740288 345 18446744073709551615 4194304 5098028 140737273245200 140737273243304 140392508330620 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 23969792 140737273250170 140737273250374 140737273250374 140737273253867 0
/proc/11092/statm: 2378 345 289 221 0 87 0
[pid=11094] ppid=11092 vsize=13980732 memory=302692 CPUtime=145.36 cores=1,3,5,7
/proc/11094/stat : 11094 (java) S 11092 11092 7968 0 -1 1077944320 59132 0 0 0 14492 44 0 0 20 0 15 0 25729046 14316269568 75673 18446744073709551615 4194304 4196468 140722219820176 140722219802720 140680037408503 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
/proc/11094/statm: 3495183 75673 3236 1 0 3483476 0
[pid=11094/tid=11095] ppid=11092 vsize=13980732 memory=298964 CPUtime=136.17 cores=1,3,5,7
/proc/11094/task/11095/stat : 11095 (java) R 11092 11092 7968 0 -1 4202560 19504 0 0 0 13608 9 0 0 20 0 15 0 25729046 14316269568 75673 18446744073709551615 4194304 4196468 140722219820176 140680041648128 140679661462420 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11096] ppid=11092 vsize=13980732 memory=1380 CPUtime=0.91 cores=1,3,5,7
/proc/11094/task/11096/stat : 11096 (java) S 11092 11092 7968 0 -1 1077944384 2658 0 0 0 86 5 0 0 20 0 15 0 25729047 14316269568 75673 18446744073709551615 4194304 4196468 140722219820176 140679979354512 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11097] ppid=11092 vsize=13980732 memory=278008 CPUtime=0.92 cores=1,3,5,7
/proc/11094/task/11097/stat : 11097 (java) S 11092 11092 7968 0 -1 1077944384 2305 0 0 0 86 6 0 0 20 0 15 0 25729047 14316269568 75673 18446744073709551615 4194304 4196468 140722219820176 140679978301712 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11098] ppid=11092 vsize=13980732 memory=4124 CPUtime=0.92 cores=1,3,5,7
/proc/11094/task/11098/stat : 11098 (java) S 11092 11092 7968 0 -1 1077944384 1977 0 0 0 86 6 0 0 20 0 15 0 25729047 14316269568 75673 18446744073709551615 4194304 4196468 140722219820176 140679977249424 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11099] ppid=11092 vsize=13980732 memory=16860 CPUtime=0.91 cores=1,3,5,7
/proc/11094/task/11099/stat : 11099 (java) S 11092 11092 7968 0 -1 1077944384 2046 0 0 0 85 6 0 0 20 0 15 0 25729047 14316269568 75673 18446744073709551615 4194304 4196468 140722219820176 140679634754064 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11100] ppid=11092 vsize=13980732 memory=2424 CPUtime=0.2 cores=1,3,5,7
/proc/11094/task/11100/stat : 11100 (java) S 11092 11092 7968 0 -1 1077944384 1599 0 0 0 17 3 0 0 20 0 15 0 25729048 14316269568 75673 18446744073709551615 4194304 4196468 140722219820176 140679583173232 140680037419650 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11101] ppid=11092 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11101/stat : 11101 (java) S 11092 11092 7968 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 25729048 14316269568 75673 18446744073709551615 4194304 4196468 140722219820176 140679582119200 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11102] ppid=11092 vsize=13980732 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11102/stat : 11102 (java) S 11092 11092 7968 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 25729049 14316269568 75673 18446744073709551615 4194304 4196468 140722219820176 140679581066864 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11103] ppid=11092 vsize=13980732 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11103/stat : 11103 (java) S 11092 11092 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25729051 14316269568 75673 18446744073709551615 4194304 4196468 140722219820176 140679580015184 140680037427099 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11104] ppid=11092 vsize=13980732 memory=1700 CPUtime=2.34 cores=1,3,5,7
/proc/11094/task/11104/stat : 11104 (java) S 11092 11092 7968 0 -1 1077944384 9980 0 0 0 233 1 0 0 20 0 15 0 25729051 14316269568 75673 18446744073709551615 4194304 4196468 140722219820176 140679578962032 140680037419650 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11105] ppid=11092 vsize=13980732 memory=278004 CPUtime=2.26 cores=1,3,5,7
/proc/11094/task/11105/stat : 11105 (java) S 11092 11092 7968 0 -1 1077944384 10644 0 0 0 226 0 0 0 20 0 15 0 25729051 14316269568 75673 18446744073709551615 4194304 4196468 140722219820176 140679577909232 140680037419650 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 10 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11106] ppid=11092 vsize=13980732 memory=273924 CPUtime=0.56 cores=1,3,5,7
/proc/11094/task/11106/stat : 11106 (java) S 11092 11092 7968 0 -1 1077944384 6843 0 0 0 55 1 0 0 20 0 15 0 25729051 14316269568 75673 18446744073709551615 4194304 4196468 140722219820176 140679576856944 140680037419650 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11107] ppid=11092 vsize=13980732 memory=792 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11107/stat : 11107 (java) S 11092 11092 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25729051 14316269568 75673 18446744073709551615 4194304 4196468 140722219820176 140679575804384 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11108] ppid=11092 vsize=13980732 memory=8692 CPUtime=0.07 cores=1,3,5,7
/proc/11094/task/11108/stat : 11108 (java) S 11092 11092 7968 0 -1 1077944384 214 0 0 0 3 4 0 0 20 0 15 0 25729055 14316269568 75673 18446744073709551615 4194304 4196468 140722219820176 140679574752176 140680037419650 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
Current children cumulated CPU time: 145.36 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 304072 KiB

[startup+138.401 s]
/proc/loadavg: 1.51 1.50 1.51 3/213 11118
/proc/meminfo: memFree=30210304/32770624 swapFree=67108860/67108860
[pid=11092] ppid=11089 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11092/stat : 11092 (xcsp3-exec) S 11089 11092 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 25729039 9740288 345 18446744073709551615 4194304 5098028 140737273245200 140737273243304 140392508330620 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 23969792 140737273250170 140737273250374 140737273250374 140737273253867 0
/proc/11092/statm: 2378 345 289 221 0 87 0
[pid=11094] ppid=11092 vsize=13980732 memory=300640 CPUtime=146.18 cores=1,3,5,7
/proc/11094/stat : 11094 (java) S 11092 11092 7968 0 -1 1077944320 59134 0 0 0 14574 44 0 0 20 0 15 0 25729046 14316269568 75160 18446744073709551615 4194304 4196468 140722219820176 140722219802720 140680037408503 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
/proc/11094/statm: 3495183 75160 3236 1 0 3483476 0
[pid=11094/tid=11095] ppid=11092 vsize=13980732 memory=1296 CPUtime=136.96 cores=1,3,5,7
/proc/11094/task/11095/stat : 11095 (java) R 11092 11092 7968 0 -1 4202560 19506 0 0 0 13687 9 0 0 20 0 15 0 25729046 14316269568 75160 18446744073709551615 4194304 4196468 140722219820176 140680041648128 140679660682706 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11096] ppid=11092 vsize=13980732 memory=-8774313645642428999 CPUtime=0.92 cores=1,3,5,7
/proc/11094/task/11096/stat : 11096 (java) S 11092 11092 7968 0 -1 1077944384 2658 0 0 0 87 5 0 0 20 0 15 0 25729047 14316269568 75160 18446744073709551615 4194304 4196468 140722219820176 140679979354512 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11097] ppid=11092 vsize=13980732 memory=302180 CPUtime=0.92 cores=1,3,5,7
/proc/11094/task/11097/stat : 11097 (java) S 11092 11092 7968 0 -1 1077944384 2305 0 0 0 86 6 0 0 20 0 15 0 25729047 14316269568 75160 18446744073709551615 4194304 4196468 140722219820176 140679978301712 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11098] ppid=11092 vsize=13980732 memory=1380 CPUtime=0.93 cores=1,3,5,7
/proc/11094/task/11098/stat : 11098 (java) S 11092 11092 7968 0 -1 1077944384 1977 0 0 0 87 6 0 0 20 0 15 0 25729047 14316269568 75160 18446744073709551615 4194304 4196468 140722219820176 140679977249424 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11099] ppid=11092 vsize=13980732 memory=4124 CPUtime=0.92 cores=1,3,5,7
/proc/11094/task/11099/stat : 11099 (java) S 11092 11092 7968 0 -1 1077944384 2046 0 0 0 86 6 0 0 20 0 15 0 25729047 14316269568 75160 18446744073709551615 4194304 4196468 140722219820176 140679634754064 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11100] ppid=11092 vsize=13980732 memory=-8774313645642428999 CPUtime=0.2 cores=1,3,5,7
/proc/11094/task/11100/stat : 11100 (java) S 11092 11092 7968 0 -1 1077944384 1599 0 0 0 17 3 0 0 20 0 15 0 25729048 14316269568 75160 18446744073709551615 4194304 4196468 140722219820176 140679583173232 140680037419650 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11101] ppid=11092 vsize=13980732 memory=-2897801490638248215 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11101/stat : 11101 (java) S 11092 11092 7968 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 25729048 14316269568 75160 18446744073709551615 4194304 4196468 140722219820176 140679582119200 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11102] ppid=11092 vsize=13980732 memory=51993062148340 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11102/stat : 11102 (java) S 11092 11092 7968 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 25729049 14316269568 75160 18446744073709551615 4194304 4196468 140722219820176 140679581066864 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11103] ppid=11092 vsize=13980732 memory=7597398184483646320 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11103/stat : 11103 (java) S 11092 11092 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25729051 14316269568 75160 18446744073709551615 4194304 4196468 140722219820176 140679580015184 140680037427099 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11104] ppid=11092 vsize=13980732 memory=280052 CPUtime=2.34 cores=1,3,5,7
/proc/11094/task/11104/stat : 11104 (java) S 11092 11092 7968 0 -1 1077944384 9980 0 0 0 233 1 0 0 20 0 15 0 25729051 14316269568 75160 18446744073709551615 4194304 4196468 140722219820176 140679578962032 140680037419650 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11105] ppid=11092 vsize=13980732 memory=2012 CPUtime=2.26 cores=1,3,5,7
/proc/11094/task/11105/stat : 11105 (java) S 11092 11092 7968 0 -1 1077944384 10644 0 0 0 226 0 0 0 20 0 15 0 25729051 14316269568 75160 18446744073709551615 4194304 4196468 140722219820176 140679577909232 140680037419650 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 10 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11106] ppid=11092 vsize=13980732 memory=1380 CPUtime=0.56 cores=1,3,5,7
/proc/11094/task/11106/stat : 11106 (java) S 11092 11092 7968 0 -1 1077944384 6843 0 0 0 55 1 0 0 20 0 15 0 25729051 14316269568 75160 18446744073709551615 4194304 4196468 140722219820176 140679576856944 140680037419650 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11107] ppid=11092 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11107/stat : 11107 (java) S 11092 11092 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25729051 14316269568 75160 18446744073709551615 4194304 4196468 140722219820176 140679575804384 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11108] ppid=11092 vsize=13980732 memory=276988 CPUtime=0.07 cores=1,3,5,7
/proc/11094/task/11108/stat : 11108 (java) S 11092 11092 7968 0 -1 1077944384 214 0 0 0 3 4 0 0 20 0 15 0 25729055 14316269568 75160 18446744073709551615 4194304 4196468 140722219820176 140679574752176 140680037419650 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
Current children cumulated CPU time: 146.18 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 302020 KiB

[startup+138.801 s]
/proc/loadavg: 1.51 1.50 1.51 3/213 11118
/proc/meminfo: memFree=30210304/32770624 swapFree=67108860/67108860
[pid=11092] ppid=11089 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11092/stat : 11092 (xcsp3-exec) S 11089 11092 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 25729039 9740288 345 18446744073709551615 4194304 5098028 140737273245200 140737273243304 140392508330620 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 23969792 140737273250170 140737273250374 140737273250374 140737273253867 0
/proc/11092/statm: 2378 345 289 221 0 87 0
[pid=11094] ppid=11092 vsize=13980732 memory=300640 CPUtime=146.58 cores=1,3,5,7
/proc/11094/stat : 11094 (java) S 11092 11092 7968 0 -1 1077944320 59134 0 0 0 14614 44 0 0 20 0 15 0 25729046 14316269568 75160 18446744073709551615 4194304 4196468 140722219820176 140722219802720 140680037408503 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
/proc/11094/statm: 3495183 75160 3236 1 0 3483476 0
[pid=11094/tid=11095] ppid=11092 vsize=13980732 memory=4420 CPUtime=137.36 cores=1,3,5,7
/proc/11094/task/11095/stat : 11095 (java) R 11092 11092 7968 0 -1 4202560 19506 0 0 0 13727 9 0 0 20 0 15 0 25729046 14316269568 75160 18446744073709551615 4194304 4196468 140722219820176 140680041648128 140679661459299 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11096] ppid=11092 vsize=13980732 memory=6628 CPUtime=0.92 cores=1,3,5,7
/proc/11094/task/11096/stat : 11096 (java) S 11092 11092 7968 0 -1 1077944384 2658 0 0 0 87 5 0 0 20 0 15 0 25729047 14316269568 75160 18446744073709551615 4194304 4196468 140722219820176 140679979354512 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11097] ppid=11092 vsize=13980732 memory=8836 CPUtime=0.92 cores=1,3,5,7
/proc/11094/task/11097/stat : 11097 (java) S 11092 11092 7968 0 -1 1077944384 2305 0 0 0 86 6 0 0 20 0 15 0 25729047 14316269568 75160 18446744073709551615 4194304 4196468 140722219820176 140679978301712 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11098] ppid=11092 vsize=13980732 memory=11044 CPUtime=0.93 cores=1,3,5,7
/proc/11094/task/11098/stat : 11098 (java) S 11092 11092 7968 0 -1 1077944384 1977 0 0 0 87 6 0 0 20 0 15 0 25729047 14316269568 75160 18446744073709551615 4194304 4196468 140722219820176 140679977249424 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11099] ppid=11092 vsize=13980732 memory=13252 CPUtime=0.92 cores=1,3,5,7
/proc/11094/task/11099/stat : 11099 (java) S 11092 11092 7968 0 -1 1077944384 2046 0 0 0 86 6 0 0 20 0 15 0 25729047 14316269568 75160 18446744073709551615 4194304 4196468 140722219820176 140679634754064 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11100] ppid=11092 vsize=13980732 memory=15460 CPUtime=0.2 cores=1,3,5,7
/proc/11094/task/11100/stat : 11100 (java) S 11092 11092 7968 0 -1 1077944384 1599 0 0 0 17 3 0 0 20 0 15 0 25729048 14316269568 75160 18446744073709551615 4194304 4196468 140722219820176 140679583173232 140680037419650 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11101] ppid=11092 vsize=13980732 memory=17668 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11101/stat : 11101 (java) S 11092 11092 7968 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 25729048 14316269568 75160 18446744073709551615 4194304 4196468 140722219820176 140679582119200 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11102] ppid=11092 vsize=13980732 memory=19876 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11102/stat : 11102 (java) S 11092 11092 7968 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 25729049 14316269568 75160 18446744073709551615 4194304 4196468 140722219820176 140679581066864 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11103] ppid=11092 vsize=13980732 memory=22084 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11103/stat : 11103 (java) S 11092 11092 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25729051 14316269568 75160 18446744073709551615 4194304 4196468 140722219820176 140679580015184 140680037427099 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11104] ppid=11092 vsize=13980732 memory=24292 CPUtime=2.34 cores=1,3,5,7
/proc/11094/task/11104/stat : 11104 (java) S 11092 11092 7968 0 -1 1077944384 9980 0 0 0 233 1 0 0 20 0 15 0 25729051 14316269568 75160 18446744073709551615 4194304 4196468 140722219820176 140679578962032 140680037419650 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11105] ppid=11092 vsize=13980732 memory=26500 CPUtime=2.26 cores=1,3,5,7
/proc/11094/task/11105/stat : 11105 (java) S 11092 11092 7968 0 -1 1077944384 10644 0 0 0 226 0 0 0 20 0 15 0 25729051 14316269568 75160 18446744073709551615 4194304 4196468 140722219820176 140679577909232 140680037419650 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 10 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11106] ppid=11092 vsize=13980732 memory=28708 CPUtime=0.56 cores=1,3,5,7
/proc/11094/task/11106/stat : 11106 (java) S 11092 11092 7968 0 -1 1077944384 6843 0 0 0 55 1 0 0 20 0 15 0 25729051 14316269568 75160 18446744073709551615 4194304 4196468 140722219820176 140679576856944 140680037419650 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11107] ppid=11092 vsize=13980732 memory=30916 CPUtime=0 cores=1,3,5,7
/proc/11094/task/11107/stat : 11107 (java) S 11092 11092 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25729051 14316269568 75160 18446744073709551615 4194304 4196468 140722219820176 140679575804384 140680037418709 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
[pid=11094/tid=11108] ppid=11092 vsize=13980732 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/11094/task/11108/stat : 11108 (java) S 11092 11092 7968 0 -1 1077944384 214 0 0 0 3 4 0 0 20 0 15 0 25729055 14316269568 75160 18446744073709551615 4194304 4196468 140722219820176 140679574752176 140680037419650 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30834688 140722219823538 140722219823714 140722219823714 140722219827151 0
Current children cumulated CPU time: 146.58 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 302020 KiB

Child status: 0
Real time (s): 138.822
CPU time (s): 146.617
CPU user time (s): 146.166
CPU system time (s): 0.450669
CPU usage (%): 105.615
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 304072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 146.166
system time used= 0.450669
maximum resident set size= 303184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59760
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9571
involuntary context switches= 244


# summary of solver processes directly reported to runsolver:
#   pid: 11092
#   total CPU time (s): 146.617
#   total CPU user time (s): 146.166
#   total CPU system time (s): 0.450669

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.847586 second user time and 1.41967 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-14 15:33:47
IDJOB=4272531
IDBENCH=120861
IDSOLVER=2664
FILE ID=node128/4272531-1502718464
RUNJOBID= node128-1502649221-29001
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/MultiKnapsack/MultiKnapsack-m1-gp/MultiKnapsack-2-21.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-4272531-1502718464/watcher-4272531-1502718464 -o /tmp/evaluation-result-4272531-1502718464/solver-4272531-1502718464 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29001 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 398234844 HOME/instance-4272531-1502718464.xml

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

MD5SUM BENCH= a520f7bdef93e5ae7ef819bccf245cc1
RANDOM SEED=398234844

node128.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.94
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.94
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.94
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.94
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:        30528488 kB
MemAvailable:   31296828 kB
Buffers:          194492 kB
Cached:           859192 kB
SwapCached:            0 kB
Active:          1044360 kB
Inactive:         781288 kB
Active(anon):     772308 kB
Inactive(anon):    16764 kB
Active(file):     272052 kB
Inactive(file):   764524 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8088 kB
Writeback:            12 kB
AnonPages:        771760 kB
Mapped:            47832 kB
Shmem:             17116 kB
Slab:             120364 kB
SReclaimable:      95200 kB
SUnreclaim:        25164 kB
KernelStack:        3488 kB
PageTables:         7488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1386460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    686080 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 node128 at 2017-08-14 15:36:06