Trace number 4283315

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 5a (2017-08-18)SAT (TO)327 2521.3501 2491.25

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-18-a4.xml
MD5SUMcd45d5bd6c60c6606ac40fe75fc6407d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark271
Best CPU time to get the best result obtained on this benchmark2520.0801
Satisfiable
(Un)Satisfiability was proved
Number of variables18
Number of constraints10814
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":18}]
Minimum variable degree2313
Maximum variable degree2314
Distribution of variable degrees[{"degree":2313,"count":16},{"degree":2314,"count":2}]
Minimum constraint arity1
Maximum constraint arity18
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":1632},{"arity":4,"count":9180},{"arity":18,"count":1}]
Number of extensional constraints0
Number of intensional constraints10813
Distribution of constraint types[{"type":"intension","count":10813},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.05	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283315-1503202059.xml"  -tl '2520s' -p 1 -x 3
0.12/0.26	c [HOME/instance-4283315-1503202059.xml, -tl, 2520s, -p, 1, -x, 3]
0.12/0.31	c simple solver
0.32/0.38	c parse instance...
4.54/1.70	c solve instance...
287.93/265.91	o 356 
289.64/267.62	o 353 
342.62/320.57	o 333 
883.10/858.63	o 332 
983.44/958.88	o 331 
1244.35/1218.59	o 330 
1836.63/1809.07	o 329 
1984.52/1956.73	o 328 
2322.04/2293.17	o 327 
2521.21/2491.22	s SATISFIABLE
2521.21/2491.22	v <instantiation>
2521.21/2491.22	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] </list>
2521.21/2491.22	v 	<values>0 2 5 9 15 23 34 50 62 88 108 125 189 229 260 284 326 327 </values>
2521.21/2491.22	v </instantiation>
2521.21/2491.22	c Unexpected resolution interruption!

Verifier Data

OK	327

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283315-1503202059/watcher-4283315-1503202059 -o /tmp/evaluation-result-4283315-1503202059/solver-4283315-1503202059 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node131-1503171558-2271 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 401020865 HOME/instance-4283315-1503202059.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=7144, runsolver pid=7141

[startup+0.100158 s]*
/proc/loadavg: 1.61 1.75 1.76 3/206 7154
/proc/meminfo: memFree=30754208/32770624 swapFree=67108860/67108860
[pid=7144] ppid=7141 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7144/stat : 7144 (xcsp3-exec) S 7141 7144 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 18612909 9740288 345 18446744073709551615 4194304 5098028 140725029713088 140725029711192 140153661694588 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 5 0 0 7196144 7232144 21045248 140725029720442 140725029720646 140725029720646 140725029724139 0
/proc/7144/statm: 2378 345 289 221 0 87 0
[pid=7146] ppid=7144 vsize=13574484 memory=18284 CPUtime=0.05 cores=1,3,5,7
/proc/7146/stat : 7146 (java) S 7144 7144 18108 0 -1 1077944320 3946 0 0 0 4 1 0 0 20 0 9 0 18612914 13900271616 4571 18446744073709551615 4194304 4196468 140737270632128 140737270614672 140169462959863 0 0 1 16800970 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
/proc/7146/statm: 3393621 4571 2138 1 0 3383118 0
[pid=7146/tid=7147] ppid=7144 vsize=13707612 memory=8323069512539357860 CPUtime=0.03 cores=1,3,5,7
/proc/7146/task/7147/stat : 7147 (java) R 7144 7144 18108 0 -1 4202560 2666 0 0 0 3 0 0 0 20 0 11 0 18612915 14036594688 4640 18446744073709551615 4194304 4196468 140737270632128 140169467201304 140169455677015 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7148] ppid=7144 vsize=13708640 memory=3461490458828732041 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7148/stat : 7148 (java) S 7144 7144 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 11 0 18612915 14037647360 4640 18446744073709551615 4194304 4196468 140737270632128 140169419926416 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7149] ppid=7144 vsize=13708640 memory=139854199047808 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7149/stat : 7149 (java) S 7144 7144 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 12 0 18612915 14037647360 4640 18446744073709551615 4194304 4196468 140737270632128 140169418873616 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7150] ppid=7144 vsize=13708640 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7150/stat : 7150 (java) S 7144 7144 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 12 0 18612915 14037647360 4640 18446744073709551615 4194304 4196468 140737270632128 140169417821328 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7151] ppid=7144 vsize=13839712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7151/stat : 7151 (java) S 7144 7144 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 12 0 18612915 14171865088 4640 18446744073709551615 4194304 4196468 140737270632128 140169416768528 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7152] ppid=7144 vsize=13774176 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7152/stat : 7152 (java) S 7144 7144 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 12 0 18612917 14104756224 4641 18446744073709551615 4194304 4196468 140737270632128 140169039571056 140169462971010 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7153] ppid=7144 vsize=13775204 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7153/stat : 7153 (java) S 7144 7144 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 12 0 18612917 14105808896 4641 18446744073709551615 4194304 4196468 140737270632128 140169038517024 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7154] ppid=7144 vsize=13775204 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7154/stat : 7154 (java) S 7144 7144 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 13 0 18612917 14105808896 4641 18446744073709551615 4194304 4196468 140737270632128 140169037464688 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7155] ppid=7144 vsize=13840740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7155/stat : 7155 (java) S 7144 7144 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 18612920 14172917760 4641 18446744073709551615 4194304 4196468 140737270632128 140169036413008 140169462978459 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7156] ppid=7144 vsize=13840740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7156/stat : 7156 (java) R 7144 7144 18108 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 13 0 18612920 14172917760 4641 18446744073709551615 4194304 4196468 140737270632128 140169035361224 140169455201253 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7157] ppid=7144 vsize=13840740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7157/stat : 7157 (java) R 7144 7144 18108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 13 0 18612920 14172917760 4641 18446744073709551615 4194304 4196468 140737270632128 140169034308144 140169442860192 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7158] ppid=7144 vsize=13840740 memory=139854199047808 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7158/stat : 7158 (java) D 7144 7144 18108 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 13 0 18612920 14172917760 4641 18446744073709551615 4194304 4196468 140737270632128 140169033255736 140169455201253 0 4 1 16800974 18446744071582151416 0 0 -1 1 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 19664 KiB

[startup+0.214291 s]*
/proc/loadavg: 1.61 1.75 1.76 3/212 7160
/proc/meminfo: memFree=30745424/32770624 swapFree=67108860/67108860
[pid=7144] ppid=7141 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7144/stat : 7144 (xcsp3-exec) S 7141 7144 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 18612909 9740288 345 18446744073709551615 4194304 5098028 140725029713088 140725029711192 140153661694588 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 5 0 0 7196144 7232144 21045248 140725029720442 140725029720646 140725029720646 140725029724139 0
/proc/7144/statm: 2378 345 289 221 0 87 0
[pid=7146] ppid=7144 vsize=13974352 memory=28680 CPUtime=0.12 cores=1,3,5,7
/proc/7146/stat : 7146 (java) S 7144 7144 18108 0 -1 1077944320 5125 0 0 0 11 1 0 0 20 0 15 0 18612914 14309736448 7170 18446744073709551615 4194304 4196468 140737270632128 140737270614672 140169462959863 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
/proc/7146/statm: 3493588 7170 2838 1 0 3482964 0
[pid=7146/tid=7147] ppid=7144 vsize=13974352 memory=8323069512539357860 CPUtime=0.08 cores=1,3,5,7
/proc/7146/task/7147/stat : 7147 (java) R 7144 7144 18108 0 -1 4202560 3124 0 0 0 8 0 0 0 20 0 15 0 18612915 14309736448 7170 18446744073709551615 4194304 4196468 140737270632128 140169467184400 140169462971798 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7148] ppid=7144 vsize=13974352 memory=3461490458828732041 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7148/stat : 7148 (java) S 7144 7144 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18612915 14309736448 7170 18446744073709551615 4194304 4196468 140737270632128 140169419926416 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7149] ppid=7144 vsize=13974352 memory=139854199047808 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7149/stat : 7149 (java) S 7144 7144 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18612915 14309736448 7170 18446744073709551615 4194304 4196468 140737270632128 140169418873616 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7150] ppid=7144 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7150/stat : 7150 (java) S 7144 7144 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18612915 14309736448 7170 18446744073709551615 4194304 4196468 140737270632128 140169417821328 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7151] ppid=7144 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7151/stat : 7151 (java) S 7144 7144 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18612915 14309736448 7170 18446744073709551615 4194304 4196468 140737270632128 140169416768528 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7152] ppid=7144 vsize=13974352 memory=139854199047808 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7152/stat : 7152 (java) S 7144 7144 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18612917 14309736448 7170 18446744073709551615 4194304 4196468 140737270632128 140169039571056 140169462971010 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7153] ppid=7144 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7153/stat : 7153 (java) S 7144 7144 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 18612917 14309736448 7170 18446744073709551615 4194304 4196468 140737270632128 140169038517024 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7154] ppid=7144 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7154/stat : 7154 (java) S 7144 7144 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 18612917 14309736448 7170 18446744073709551615 4194304 4196468 140737270632128 140169037464688 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7155] ppid=7144 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7155/stat : 7155 (java) S 7144 7144 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18612920 14309736448 7170 18446744073709551615 4194304 4196468 140737270632128 140169036413008 140169462978459 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7156] ppid=7144 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7156/stat : 7156 (java) S 7144 7144 18108 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 18612920 14309736448 7170 18446744073709551615 4194304 4196468 140737270632128 140169035360880 140169462971010 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7157] ppid=7144 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7157/stat : 7157 (java) S 7144 7144 18108 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 15 0 18612920 14309736448 7170 18446744073709551615 4194304 4196468 140737270632128 140169034308080 140169462971010 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7158] ppid=7144 vsize=13974352 memory=139854199047808 CPUtime=0.01 cores=1,3,5,7
/proc/7146/task/7158/stat : 7158 (java) R 7144 7144 18108 0 -1 4202560 268 0 0 0 1 0 0 0 20 0 15 0 18612920 14309736448 7170 18446744073709551615 4194304 4196468 140737270632128 140169033255792 140169441663441 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7159] ppid=7144 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7159/stat : 7159 (java) S 7144 7144 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18612920 14309736448 7170 18446744073709551615 4194304 4196468 140737270632128 140169032203232 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7160] ppid=7144 vsize=13974352 memory=139854199047808 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7160/stat : 7160 (java) S 7144 7144 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18612926 14309736448 7170 18446744073709551615 4194304 4196468 140737270632128 140169031150000 140169462971010 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 30060 KiB

[startup+0.31228 s]*
/proc/loadavg: 1.61 1.75 1.76 4/212 7160
/proc/meminfo: memFree=30733300/32770624 swapFree=67108860/67108860
[pid=7144] ppid=7141 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7144/stat : 7144 (xcsp3-exec) S 7141 7144 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 18612909 9740288 345 18446744073709551615 4194304 5098028 140725029713088 140725029711192 140153661694588 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 5 0 0 7196144 7232144 21045248 140725029720442 140725029720646 140725029720646 140725029724139 0
/proc/7144/statm: 2378 345 289 221 0 87 0
[pid=7146] ppid=7144 vsize=13974352 memory=39516 CPUtime=0.32 cores=1,3,5,7
/proc/7146/stat : 7146 (java) S 7144 7144 18108 0 -1 1077944320 8620 0 0 0 29 3 0 0 20 0 15 0 18612914 14309736448 9879 18446744073709551615 4194304 4196468 140737270632128 140737270614672 140169462959863 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
/proc/7146/statm: 3493588 9879 2988 1 0 3482964 0
[pid=7146/tid=7147] ppid=7144 vsize=13976468 memory=139854067369455 CPUtime=0.19 cores=1,3,5,7
/proc/7146/task/7147/stat : 7147 (java) D 7144 7144 18108 0 -1 1077944384 5862 0 0 0 17 2 0 0 20 0 15 0 18612915 14311903232 9893 18446744073709551615 4194304 4196468 140737270632128 140169467180856 140169465235143 0 4 1 16800974 18446744072101547556 0 0 -1 5 0 0 5 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7148] ppid=7144 vsize=13976468 memory=3545187478068094803 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7148/stat : 7148 (java) S 7144 7144 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18612915 14311903232 9893 18446744073709551615 4194304 4196468 140737270632128 140169419926416 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7149] ppid=7144 vsize=13976468 memory=139854199050125 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7149/stat : 7149 (java) S 7144 7144 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18612915 14311903232 9893 18446744073709551615 4194304 4196468 140737270632128 140169418873616 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7150] ppid=7144 vsize=13976468 memory=139854067376464 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7150/stat : 7150 (java) S 7144 7144 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18612915 14311903232 9893 18446744073709551615 4194304 4196468 140737270632128 140169417821328 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7151] ppid=7144 vsize=13976468 memory=139854067313007 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7151/stat : 7151 (java) S 7144 7144 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18612915 14311903232 9893 18446744073709551615 4194304 4196468 140737270632128 140169416768528 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7152] ppid=7144 vsize=13976468 memory=139854199054519 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7152/stat : 7152 (java) S 7144 7144 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18612917 14311903232 9893 18446744073709551615 4194304 4196468 140737270632128 140169039571056 140169462971010 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7153] ppid=7144 vsize=13976468 memory=139854067387855 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7153/stat : 7153 (java) S 7144 7144 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 18612917 14311903232 9893 18446744073709551615 4194304 4196468 140737270632128 140169038517024 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7154] ppid=7144 vsize=13976468 memory=139854067390237 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7154/stat : 7154 (java) S 7144 7144 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 18612917 14311903232 9893 18446744073709551615 4194304 4196468 140737270632128 140169037464688 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7155] ppid=7144 vsize=13976468 memory=279708134787216 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7155/stat : 7155 (java) S 7144 7144 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18612920 14311903232 9893 18446744073709551615 4194304 4196468 140737270632128 140169036413008 140169462978459 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7156] ppid=7144 vsize=13976468 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/7146/task/7156/stat : 7156 (java) S 7144 7144 18108 0 -1 1077944384 515 0 0 0 2 0 0 0 20 0 15 0 18612920 14311903232 9893 18446744073709551615 4194304 4196468 140737270632128 140169035360880 140169462971010 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7157] ppid=7144 vsize=13976468 memory=2208 CPUtime=0.02 cores=1,3,5,7
/proc/7146/task/7157/stat : 7157 (java) S 7144 7144 18108 0 -1 1077944384 247 0 0 0 2 0 0 0 20 0 15 0 18612920 14311903232 9893 18446744073709551615 4194304 4196468 140737270632128 140169034308080 140169462971010 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7158] ppid=7144 vsize=13976468 memory=139854199047808 CPUtime=0.07 cores=1,3,5,7
/proc/7146/task/7158/stat : 7158 (java) S 7144 7144 18108 0 -1 1077944384 717 0 0 0 7 0 0 0 20 0 15 0 18612920 14311903232 9893 18446744073709551615 4194304 4196468 140737270632128 140169033255792 140169462971010 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7159] ppid=7144 vsize=13976468 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7159/stat : 7159 (java) S 7144 7144 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18612920 14311903232 9893 18446744073709551615 4194304 4196468 140737270632128 140169032203232 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7160] ppid=7144 vsize=13978608 memory=139854199047808 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7160/stat : 7160 (java) S 7144 7144 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18612926 14314094592 9896 18446744073709551615 4194304 4196468 140737270632128 140169031150000 140169462971010 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 40896 KiB

[startup+0.700835 s]
/proc/loadavg: 1.61 1.75 1.76 5/212 7160
/proc/meminfo: memFree=30715712/32770624 swapFree=67108860/67108860
[pid=7144] ppid=7141 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7144/stat : 7144 (xcsp3-exec) S 7141 7144 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 18612909 9740288 345 18446744073709551615 4194304 5098028 140725029713088 140725029711192 140153661694588 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 5 0 0 7196144 7232144 21045248 140725029720442 140725029720646 140725029720646 140725029724139 0
/proc/7144/statm: 2378 345 289 221 0 87 0
[pid=7146] ppid=7144 vsize=13978684 memory=94796 CPUtime=1.38 cores=1,3,5,7
/proc/7146/stat : 7146 (java) S 7144 7144 18108 0 -1 1077944320 12808 0 0 0 133 5 0 0 20 0 15 0 18612914 14314172416 23699 18446744073709551615 4194304 4196468 140737270632128 140737270614672 140169462959863 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
/proc/7146/statm: 3494671 23699 3165 1 0 3482964 0
[pid=7146/tid=7147] ppid=7144 vsize=13978684 memory=5408 CPUtime=0.56 cores=1,3,5,7
/proc/7146/task/7147/stat : 7147 (java) R 7144 7144 18108 0 -1 4202560 7358 0 0 0 53 3 0 0 20 0 15 0 18612915 14314172416 23765 18446744073709551615 4194304 4196468 140737270632128 140169467196800 140169096292609 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7148] ppid=7144 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7148/stat : 7148 (java) S 7144 7144 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18612915 14314172416 23765 18446744073709551615 4194304 4196468 140737270632128 140169419926416 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7149] ppid=7144 vsize=13978684 memory=6788 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7149/stat : 7149 (java) S 7144 7144 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18612915 14314172416 23765 18446744073709551615 4194304 4196468 140737270632128 140169418873616 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7150] ppid=7144 vsize=13978684 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7150/stat : 7150 (java) S 7144 7144 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18612915 14314172416 23765 18446744073709551615 4194304 4196468 140737270632128 140169417821328 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7151] ppid=7144 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7151/stat : 7151 (java) S 7144 7144 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18612915 14314172416 23765 18446744073709551615 4194304 4196468 140737270632128 140169416768528 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7152] ppid=7144 vsize=13978684 memory=1 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7152/stat : 7152 (java) S 7144 7144 18108 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 18612917 14314172416 23765 18446744073709551615 4194304 4196468 140737270632128 140169039571056 140169462971010 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7153] ppid=7144 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7153/stat : 7153 (java) S 7144 7144 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 18612917 14314172416 23765 18446744073709551615 4194304 4196468 140737270632128 140169038517024 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7154] ppid=7144 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7154/stat : 7154 (java) S 7144 7144 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 18612917 14314172416 23765 18446744073709551615 4194304 4196468 140737270632128 140169037464688 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7155] ppid=7144 vsize=13978684 memory=4 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7155/stat : 7155 (java) S 7144 7144 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18612920 14314172416 23765 18446744073709551615 4194304 4196468 140737270632128 140169036413008 140169462978459 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7156] ppid=7144 vsize=13978684 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/7146/task/7156/stat : 7156 (java) R 7144 7144 18108 0 -1 4202560 1327 0 0 0 26 0 0 0 20 0 15 0 18612920 14314172416 23765 18446744073709551615 4194304 4196468 140737270632128 140169035347176 140169440785128 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7157] ppid=7144 vsize=13978684 memory=4 CPUtime=0.26 cores=1,3,5,7
/proc/7146/task/7157/stat : 7157 (java) R 7144 7144 18108 0 -1 4202560 1263 0 0 0 26 0 0 0 20 0 15 0 18612920 14314172416 23765 18446744073709551615 4194304 4196468 140737270632128 140169034294832 140169462981210 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7158] ppid=7144 vsize=13978684 memory=3472328296227679313 CPUtime=0.26 cores=1,3,5,7
/proc/7146/task/7158/stat : 7158 (java) S 7144 7144 18108 0 -1 1077944384 1564 0 0 0 26 0 0 0 20 0 15 0 18612920 14314172416 23765 18446744073709551615 4194304 4196468 140737270632128 140169033255792 140169462971010 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7159] ppid=7144 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7159/stat : 7159 (java) S 7144 7144 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18612920 14314172416 23765 18446744073709551615 4194304 4196468 140737270632128 140169032203232 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7160] ppid=7144 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7160/stat : 7160 (java) S 7144 7144 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18612926 14314172416 23765 18446744073709551615 4194304 4196468 140737270632128 140169031150000 140169462971010 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
Current children cumulated CPU time: 1.38 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 96176 KiB

[startup+1.50089 s]
/proc/loadavg: 1.61 1.75 1.76 4/212 7160
/proc/meminfo: memFree=30614996/32770624 swapFree=67108860/67108860
[pid=7144] ppid=7141 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7144/stat : 7144 (xcsp3-exec) S 7141 7144 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 18612909 9740288 345 18446744073709551615 4194304 5098028 140725029713088 140725029711192 140153661694588 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 5 0 0 7196144 7232144 21045248 140725029720442 140725029720646 140725029720646 140725029724139 0
/proc/7144/statm: 2378 345 289 221 0 87 0
[pid=7146] ppid=7144 vsize=13980732 memory=265344 CPUtime=3.94 cores=1,3,5,7
/proc/7146/stat : 7146 (java) S 7144 7144 18108 0 -1 1077944320 15107 0 0 0 377 17 0 0 20 0 15 0 18612914 14316269568 66336 18446744073709551615 4194304 4196468 140737270632128 140737270614672 140169462959863 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
/proc/7146/statm: 3495183 66336 3231 1 0 3483476 0
[pid=7146/tid=7147] ppid=7144 vsize=13980732 memory=150868 CPUtime=1.26 cores=1,3,5,7

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

/proc/7146/task/7155/stat : 7155 (java) S 7144 7144 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18612920 14316269568 700352 18446744073709551615 4194304 4196468 140737270632128 140169036413008 140169462978459 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7156] ppid=7144 vsize=13980732 memory=2801408 CPUtime=4.23 cores=1,3,5,7
/proc/7146/task/7156/stat : 7156 (java) S 7144 7144 18108 0 -1 1077944384 39897 0 0 0 419 4 0 0 20 0 15 0 18612920 14316269568 700352 18446744073709551615 4194304 4196468 140737270632128 140169035360880 140169462971010 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7157] ppid=7144 vsize=13980732 memory=2801408 CPUtime=4.37 cores=1,3,5,7
/proc/7146/task/7157/stat : 7157 (java) S 7144 7144 18108 0 -1 1077944384 37297 0 0 0 434 3 0 0 20 0 15 0 18612920 14316269568 700352 18446744073709551615 4194304 4196468 140737270632128 140169034308080 140169462971010 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7158] ppid=7144 vsize=13980732 memory=13668 CPUtime=1.01 cores=1,3,5,7
/proc/7146/task/7158/stat : 7158 (java) S 7144 7144 18108 0 -1 1077944384 18495 0 0 0 97 4 0 0 20 0 15 0 18612920 14316269568 700352 18446744073709551615 4194304 4196468 140737270632128 140169033255792 140169462971010 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7159] ppid=7144 vsize=13980732 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7159/stat : 7159 (java) S 7144 7144 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18612920 14316269568 700352 18446744073709551615 4194304 4196468 140737270632128 140169032203232 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7160] ppid=7144 vsize=13980732 memory=1380 CPUtime=1.38 cores=1,3,5,7
/proc/7146/task/7160/stat : 7160 (java) S 7144 7144 18108 0 -1 1077944384 3425 0 0 0 61 77 0 0 20 0 15 0 18612926 14316269568 700352 18446744073709551615 4194304 4196468 140737270632128 140169031150000 140169462971010 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
Current children cumulated CPU time: 2411.37 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2802788 KiB

[startup+2442.3 s]
/proc/loadavg: 1.82 1.90 2.63 3/212 7635
/proc/meminfo: memFree=28345212/32770624 swapFree=67108860/67108860
[pid=7144] ppid=7141 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7144/stat : 7144 (xcsp3-exec) S 7141 7144 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 18612909 9740288 345 18446744073709551615 4194304 5098028 140725029713088 140725029711192 140153661694588 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 5 0 0 7196144 7232144 21045248 140725029720442 140725029720646 140725029720646 140725029724139 0
/proc/7144/statm: 2378 345 289 221 0 87 0
[pid=7146] ppid=7144 vsize=13980732 memory=2801408 CPUtime=2471.41 cores=1,3,5,7
/proc/7146/stat : 7146 (java) S 7144 7144 18108 0 -1 1077944320 209827 0 0 0 246782 359 0 0 20 0 15 0 18612914 14316269568 700352 18446744073709551615 4194304 4196468 140737270632128 140737270614672 140169462959863 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
/proc/7146/statm: 3495183 700352 3266 1 0 3483476 0
[pid=7146/tid=7147] ppid=7144 vsize=13980732 memory=2801408 CPUtime=2435.13 cores=1,3,5,7
/proc/7146/task/7147/stat : 7147 (java) R 7144 7144 18108 0 -1 4202560 65691 0 0 0 243495 18 0 0 20 0 15 0 18612915 14316269568 700352 18446744073709551615 4194304 4196468 140737270632128 140169467195568 140169100045975 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7148] ppid=7144 vsize=13980732 memory=2801408 CPUtime=6.1 cores=1,3,5,7
/proc/7146/task/7148/stat : 7148 (java) S 7144 7144 18108 0 -1 1077944384 8892 0 0 0 546 64 0 0 20 0 15 0 18612915 14316269568 700352 18446744073709551615 4194304 4196468 140737270632128 140169419926416 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7149] ppid=7144 vsize=13980732 memory=2801408 CPUtime=6.11 cores=1,3,5,7
/proc/7146/task/7149/stat : 7149 (java) S 7144 7144 18108 0 -1 1077944384 8818 0 0 0 546 65 0 0 20 0 15 0 18612915 14316269568 700352 18446744073709551615 4194304 4196468 140737270632128 140169418873616 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7150] ppid=7144 vsize=13980732 memory=1380 CPUtime=6.12 cores=1,3,5,7
/proc/7146/task/7150/stat : 7150 (java) S 7144 7144 18108 0 -1 1077944384 8489 0 0 0 548 64 0 0 20 0 15 0 18612915 14316269568 700352 18446744073709551615 4194304 4196468 140737270632128 140169417821328 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7151] ppid=7144 vsize=13980732 memory=1380 CPUtime=6.04 cores=1,3,5,7
/proc/7146/task/7151/stat : 7151 (java) S 7144 7144 18108 0 -1 1077944384 9601 0 0 0 539 65 0 0 20 0 15 0 18612915 14316269568 700352 18446744073709551615 4194304 4196468 140737270632128 140169416768528 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7152] ppid=7144 vsize=13980732 memory=2801408 CPUtime=0.79 cores=1,3,5,7
/proc/7146/task/7152/stat : 7152 (java) S 7144 7144 18108 0 -1 1077944384 7798 0 0 0 74 5 0 0 20 0 15 0 18612917 14316269568 700352 18446744073709551615 4194304 4196468 140737270632128 140169039571056 140169462971010 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7153] ppid=7144 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7153/stat : 7153 (java) S 7144 7144 18108 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 18612917 14316269568 700352 18446744073709551615 4194304 4196468 140737270632128 140169038517088 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7154] ppid=7144 vsize=13980732 memory=2801408 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7154/stat : 7154 (java) S 7144 7144 18108 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 18612917 14316269568 700352 18446744073709551615 4194304 4196468 140737270632128 140169037464704 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7155] ppid=7144 vsize=13980732 memory=2801408 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7155/stat : 7155 (java) S 7144 7144 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18612920 14316269568 700352 18446744073709551615 4194304 4196468 140737270632128 140169036413008 140169462978459 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7156] ppid=7144 vsize=13980732 memory=1380 CPUtime=4.23 cores=1,3,5,7
/proc/7146/task/7156/stat : 7156 (java) S 7144 7144 18108 0 -1 1077944384 39903 0 0 0 419 4 0 0 20 0 15 0 18612920 14316269568 700352 18446744073709551615 4194304 4196468 140737270632128 140169035360880 140169462971010 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7157] ppid=7144 vsize=13980732 memory=1380 CPUtime=4.37 cores=1,3,5,7
/proc/7146/task/7157/stat : 7157 (java) S 7144 7144 18108 0 -1 1077944384 37302 0 0 0 434 3 0 0 20 0 15 0 18612920 14316269568 700352 18446744073709551615 4194304 4196468 140737270632128 140169034308080 140169462971010 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7158] ppid=7144 vsize=13980732 memory=2801408 CPUtime=1.01 cores=1,3,5,7
/proc/7146/task/7158/stat : 7158 (java) S 7144 7144 18108 0 -1 1077944384 18505 0 0 0 97 4 0 0 20 0 15 0 18612920 14316269568 700352 18446744073709551615 4194304 4196468 140737270632128 140169033255792 140169462971010 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7159] ppid=7144 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7159/stat : 7159 (java) S 7144 7144 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18612920 14316269568 700352 18446744073709551615 4194304 4196468 140737270632128 140169032203232 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7160] ppid=7144 vsize=13980732 memory=2801408 CPUtime=1.42 cores=1,3,5,7
/proc/7146/task/7160/stat : 7160 (java) S 7144 7144 18108 0 -1 1077944384 3467 0 0 0 63 79 0 0 20 0 15 0 18612926 14316269568 700352 18446744073709551615 4194304 4196468 140737270632128 140169031150000 140169462971010 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
Current children cumulated CPU time: 2471.41 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2802788 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2490.9 s]
/proc/loadavg: 1.70 1.86 2.57 3/211 7636
/proc/meminfo: memFree=28327012/32770624 swapFree=67108860/67108860
[pid=7144] ppid=7141 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7144/stat : 7144 (xcsp3-exec) S 7141 7144 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 18612909 9740288 345 18446744073709551615 4194304 5098028 140725029713088 140725029711192 140153661694588 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 5 0 0 7196144 7232144 21045248 140725029720442 140725029720646 140725029720646 140725029724139 0
/proc/7144/statm: 2378 345 289 221 0 87 0
[pid=7146] ppid=7144 vsize=13980732 memory=2801408 CPUtime=2520.04 cores=1,3,5,7
/proc/7146/stat : 7146 (java) S 7144 7144 18108 0 -1 1077944320 211073 0 0 0 251644 360 0 0 20 0 15 0 18612914 14316269568 700352 18446744073709551615 4194304 4196468 140737270632128 140737270614672 140169462959863 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
/proc/7146/statm: 3495183 700352 3266 1 0 3483476 0
[pid=7146/tid=7147] ppid=7144 vsize=13980732 memory=2801408 CPUtime=2483.73 cores=1,3,5,7
/proc/7146/task/7147/stat : 7147 (java) R 7144 7144 18108 0 -1 4202560 66822 0 0 0 248355 18 0 0 20 0 15 0 18612915 14316269568 700352 18446744073709551615 4194304 4196468 140737270632128 140169467195568 140169100759183 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7148] ppid=7144 vsize=13980732 memory=2801408 CPUtime=6.1 cores=1,3,5,7
/proc/7146/task/7148/stat : 7148 (java) S 7144 7144 18108 0 -1 1077944384 8892 0 0 0 546 64 0 0 20 0 15 0 18612915 14316269568 700352 18446744073709551615 4194304 4196468 140737270632128 140169419926416 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7149] ppid=7144 vsize=13980732 memory=1380 CPUtime=6.11 cores=1,3,5,7
/proc/7146/task/7149/stat : 7149 (java) S 7144 7144 18108 0 -1 1077944384 8818 0 0 0 546 65 0 0 20 0 15 0 18612915 14316269568 700352 18446744073709551615 4194304 4196468 140737270632128 140169418873616 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7150] ppid=7144 vsize=13980732 memory=2801408 CPUtime=6.12 cores=1,3,5,7
/proc/7146/task/7150/stat : 7150 (java) S 7144 7144 18108 0 -1 1077944384 8489 0 0 0 548 64 0 0 20 0 15 0 18612915 14316269568 700352 18446744073709551615 4194304 4196468 140737270632128 140169417821328 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7151] ppid=7144 vsize=13980732 memory=2801408 CPUtime=6.04 cores=1,3,5,7
/proc/7146/task/7151/stat : 7151 (java) S 7144 7144 18108 0 -1 1077944384 9601 0 0 0 539 65 0 0 20 0 15 0 18612915 14316269568 700352 18446744073709551615 4194304 4196468 140737270632128 140169416768528 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7152] ppid=7144 vsize=13980732 memory=2801408 CPUtime=0.79 cores=1,3,5,7
/proc/7146/task/7152/stat : 7152 (java) S 7144 7144 18108 0 -1 1077944384 7815 0 0 0 74 5 0 0 20 0 15 0 18612917 14316269568 700352 18446744073709551615 4194304 4196468 140737270632128 140169039571056 140169462971010 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7153] ppid=7144 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7153/stat : 7153 (java) S 7144 7144 18108 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 18612917 14316269568 700352 18446744073709551615 4194304 4196468 140737270632128 140169038517088 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7154] ppid=7144 vsize=13980732 memory=2801408 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7154/stat : 7154 (java) S 7144 7144 18108 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 18612917 14316269568 700352 18446744073709551615 4194304 4196468 140737270632128 140169037464704 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7155] ppid=7144 vsize=13980732 memory=2801408 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7155/stat : 7155 (java) S 7144 7144 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18612920 14316269568 700352 18446744073709551615 4194304 4196468 140737270632128 140169036413008 140169462978459 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7156] ppid=7144 vsize=13980732 memory=1380 CPUtime=4.23 cores=1,3,5,7
/proc/7146/task/7156/stat : 7156 (java) S 7144 7144 18108 0 -1 1077944384 39908 0 0 0 419 4 0 0 20 0 15 0 18612920 14316269568 700352 18446744073709551615 4194304 4196468 140737270632128 140169035360880 140169462971010 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7157] ppid=7144 vsize=13980732 memory=1380 CPUtime=4.37 cores=1,3,5,7
/proc/7146/task/7157/stat : 7157 (java) S 7144 7144 18108 0 -1 1077944384 37306 0 0 0 434 3 0 0 20 0 15 0 18612920 14316269568 700352 18446744073709551615 4194304 4196468 140737270632128 140169034308080 140169462971010 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7158] ppid=7144 vsize=13980732 memory=1380 CPUtime=1.01 cores=1,3,5,7
/proc/7146/task/7158/stat : 7158 (java) S 7144 7144 18108 0 -1 1077944384 18522 0 0 0 97 4 0 0 20 0 15 0 18612920 14316269568 700352 18446744073709551615 4194304 4196468 140737270632128 140169033255792 140169462971010 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7159] ppid=7144 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7159/stat : 7159 (java) S 7144 7144 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18612920 14316269568 700352 18446744073709551615 4194304 4196468 140737270632128 140169032203232 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7160] ppid=7144 vsize=13980732 memory=1380 CPUtime=1.44 cores=1,3,5,7
/proc/7146/task/7160/stat : 7160 (java) S 7144 7144 18108 0 -1 1077944384 3539 0 0 0 64 80 0 0 20 0 15 0 18612926 14316269568 700352 18446744073709551615 4194304 4196468 140737270632128 140169031150000 140169462971010 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2802788 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2490.93 s]
# the end of solver process 7144 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001867 s, system=0 s

[startup+2491.25 s]
# the end of solver process 7146 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.66 s, system=3.68457 s
# this solver process was not waited by its parent and was adopted by runsolver

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2491.2 s]
/proc/loadavg: 1.70 1.86 2.57 6/212 7638
/proc/meminfo: memFree=28324964/32770624 swapFree=67108860/67108860
[pid=7146] ppid=7141 vsize=14113860 memory=2856888 CPUtime=2521.21 cores=1,3,5,7
/proc/7146/stat : 7146 (java) S 7141 7144 18108 0 -1 1077944320 215990 0 0 0 251755 366 0 0 20 0 17 0 18612914 14452592640 714222 18446744073709551615 4194304 4196468 140737270632128 140737270614672 140169462959863 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
/proc/7146/statm: 3528465 714222 3266 1 0 3516758 0
[pid=7146/tid=7147] ppid=7141 vsize=14113860 memory=7680170660397595203 CPUtime=2483.74 cores=1,3,5,7
/proc/7146/task/7147/stat : 7147 (java) S 7141 7144 18108 0 -1 1077944384 66822 0 0 0 248356 18 0 0 20 0 17 0 18612915 14452592640 714222 18446744073709551615 4194304 4196468 140737270632128 140169467195952 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7148] ppid=7141 vsize=14113860 memory=1700 CPUtime=6.39 cores=1,3,5,7
/proc/7146/task/7148/stat : 7148 (java) R 7141 7144 18108 0 -1 4202560 11297 0 0 0 574 65 0 0 20 0 17 0 18612915 14452592640 714222 18446744073709551615 4194304 4196468 140737270632128 140169419926616 140169442155011 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7149] ppid=7141 vsize=14113860 memory=5408 CPUtime=6.41 cores=1,3,5,7
/proc/7146/task/7149/stat : 7149 (java) R 7141 7144 18108 0 -1 4202560 10399 0 0 0 574 67 0 0 20 0 17 0 18612915 14452592640 714222 18446744073709551615 4194304 4196468 140737270632128 140169418873816 140169447981863 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7150] ppid=7141 vsize=14113860 memory=8684 CPUtime=6.41 cores=1,3,5,7
/proc/7146/task/7150/stat : 7150 (java) R 7141 7144 18108 0 -1 4202560 8723 0 0 0 575 66 0 0 20 0 17 0 18612915 14452592640 714222 18446744073709551615 4194304 4196468 140737270632128 140169417821216 140169447981984 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7151] ppid=7141 vsize=14113860 memory=1228 CPUtime=6.34 cores=1,3,5,7
/proc/7146/task/7151/stat : 7151 (java) R 7141 7144 18108 0 -1 4202560 9800 0 0 0 567 67 0 0 20 0 17 0 18612915 14452592640 714222 18446744073709551615 4194304 4196468 140737270632128 140169416768728 140169447981435 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7152] ppid=7141 vsize=14113860 memory=792 CPUtime=0.79 cores=1,3,5,7
/proc/7146/task/7152/stat : 7152 (java) S 7141 7144 18108 0 -1 1077944384 7873 0 0 0 74 5 0 0 20 0 17 0 18612917 14452592640 714222 18446744073709551615 4194304 4196468 140737270632128 140169039569568 140169462970069 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7153] ppid=7141 vsize=14113860 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7153/stat : 7153 (java) S 7141 7144 18108 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 18612917 14452592640 714222 18446744073709551615 4194304 4196468 140737270632128 140169038517088 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7154] ppid=7141 vsize=14113860 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7154/stat : 7154 (java) S 7141 7144 18108 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 17 0 18612917 14452592640 714222 18446744073709551615 4194304 4196468 140737270632128 140169037464704 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7155] ppid=7141 vsize=14113860 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7155/stat : 7155 (java) S 7141 7144 18108 0 -1 1077944384 185 0 0 0 0 0 0 0 20 0 17 0 18612920 14452592640 714222 18446744073709551615 4194304 4196468 140737270632128 140169036413008 140169462978459 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7156] ppid=7141 vsize=14113860 memory=1200 CPUtime=4.23 cores=1,3,5,7
/proc/7146/task/7156/stat : 7156 (java) S 7141 7144 18108 0 -1 1077944384 39908 0 0 0 419 4 0 0 20 0 17 0 18612920 14452592640 714222 18446744073709551615 4194304 4196468 140737270632128 140169035360880 140169462971010 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7157] ppid=7141 vsize=14113860 memory=15876 CPUtime=4.37 cores=1,3,5,7
/proc/7146/task/7157/stat : 7157 (java) S 7141 7144 18108 0 -1 1077944384 37306 0 0 0 434 3 0 0 20 0 17 0 18612920 14452592640 714222 18446744073709551615 4194304 4196468 140737270632128 140169034308080 140169462971010 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7158] ppid=7141 vsize=14113860 memory=8316 CPUtime=1.01 cores=1,3,5,7
/proc/7146/task/7158/stat : 7158 (java) S 7141 7144 18108 0 -1 1077944384 18522 0 0 0 97 4 0 0 20 0 17 0 18612920 14452592640 714222 18446744073709551615 4194304 4196468 140737270632128 140169033255792 140169462971010 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7159] ppid=7141 vsize=14113860 memory=18488 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7159/stat : 7159 (java) S 7141 7144 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 18612920 14452592640 714222 18446744073709551615 4194304 4196468 140737270632128 140169032203232 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7160] ppid=7141 vsize=14113860 memory=4044 CPUtime=1.44 cores=1,3,5,7
/proc/7146/task/7160/stat : 7160 (java) S 7141 7144 18108 0 -1 1077944384 3539 0 0 0 64 80 0 0 20 0 17 0 18612926 14452592640 714222 18446744073709551615 4194304 4196468 140737270632128 140169031150000 140169462971010 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7637] ppid=7141 vsize=14113860 memory=640 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7637/stat : 7637 (java) S 7141 7144 18108 0 -1 1077944384 193 0 0 0 0 0 0 0 20 0 17 0 18861999 14452592640 714222 18446744073709551615 4194304 4196468 140737270632128 140169023143920 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
[pid=7146/tid=7638] ppid=7141 vsize=14113860 memory=1584 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7638/stat : 7638 (java) S 7141 7144 18108 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 17 0 18861999 14452592640 714222 18446744073709551615 4194304 4196468 140737270632128 140169022090688 140169462970069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20422656 140737270636978 140737270637154 140737270637154 140737270640591 0
Current cumulated CPU time of completed processes: 0.001867 s
Current children cumulated CPU time: 2521.21 s
Current children cumulated vsize: 14113860 KiB
Current children cumulated memory: 2856888 KiB

Child status: 143
Real time (s): 2491.25
CPU time (s): 2521.35
CPU user time (s): 2517.66
CPU system time (s): 3.68457
CPU usage (%): 101.208
Max. virtual memory (cumulated for all children) (KiB): 14113860
Max. memory (cumulated for all children) (KiB): 2856888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.66
system time used= 3.68457
maximum resident set size= 2857324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 216803
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58711
involuntary context switches= 1041


# summary of solver processes directly reported to runsolver:
#   pid: 7144,7146
#   total CPU time (s): 2521.35
#   total CPU user time (s): 2517.66
#   total CPU system time (s): 3.68457

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.4636 second user time and 24.1378 second system time

The end

Launcher Data

Begin job on node131 at 2017-08-20 05:53:58
IDJOB=4283315
IDBENCH=126233
IDSOLVER=2679
FILE ID=node131/4283315-1503202059
RUNJOBID= node131-1503171558-2271
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-18-a4.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-4283315-1503202059/watcher-4283315-1503202059 -o /tmp/evaluation-result-4283315-1503202059/solver-4283315-1503202059 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node131-1503171558-2271 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 401020865 HOME/instance-4283315-1503202059.xml

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

MD5SUM BENCH= cd45d5bd6c60c6606ac40fe75fc6407d
RANDOM SEED=401020865

node131.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.69
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.69
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.69
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.69
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:        30763768 kB
MemAvailable:   31162888 kB
Buffers:          201632 kB
Cached:           484384 kB
SwapCached:            0 kB
Active:          1113780 kB
Inactive:         479712 kB
Active(anon):     907740 kB
Inactive(anon):    16748 kB
Active(file):     206040 kB
Inactive(file):   462964 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8260 kB
Writeback:             0 kB
AnonPages:        907068 kB
Mapped:            45696 kB
Shmem:             17060 kB
Slab:             117016 kB
SReclaimable:      91900 kB
SUnreclaim:        25116 kB
KernelStack:        3440 kB
PageTables:         6352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1509884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    837632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62012 MiB
End job on node131 at 2017-08-20 06:35:30