Trace number 4400603

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 2019-09-16SAT (TO)78 2400.61 616.212

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-11-a4.xml
MD5SUM76cd483e3b4252a6c3494775e86c7629
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark72
Best CPU time to get the best result obtained on this benchmark2400.08
Satisfiable
(Un)Satisfiability was proved
Number of variables11
Number of constraints1322
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":11}]
Minimum variable degree451
Maximum variable degree452
Distribution of variable degrees[{"degree":451,"count":9},{"degree":452,"count":2}]
Minimum constraint arity1
Maximum constraint arity11
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":330},{"arity":4,"count":990},{"arity":11,"count":1}]
Number of extensional constraints0
Number of intensional constraints1321
Distribution of constraint types[{"type":"intension","count":1321},{"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.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4400603-1568691305.xml"  -tl '2400s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4400603-1568691305.xml, -tl, 2400s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
3.94/1.49	c solve instance...
6.71/2.13	o 96 
22.57/6.29	o 93 
32.69/8.94	o 87 
40.58/14.59	o 85 
189.38/55.12	o 84 
200.69/61.07	o 83 
359.51/103.41	o 81 
455.79/127.64	o 78 
2400.25/616.18	s SATISFIABLE
2400.25/616.18	v <instantiation>
2400.25/616.18	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] </list>
2400.25/616.18	v 	<values>0 1 3 7 18 27 37 49 65 70 78 </values>
2400.25/616.18	v </instantiation>
2400.25/616.18	c Unexpected resolution interruption!

Verifier Data

OK	78

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400603-1568691305/watcher-4400603-1568691305 -o /tmp/evaluation-result-4400603-1568691305/solver-4400603-1568691305 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568691240-24304 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1713916392 HOME/instance-4400603-1568691305.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=24483, runsolver pid=24480
Current StackSize limit: 8192 KiB


[startup+0.100094 s]*
/proc/loadavg: 4.73 6.17 7.49 7/234 24499
/proc/meminfo: memFree=31131512/32770624 swapFree=66997372/67108860
[pid=24483] ppid=24480 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/24483/stat : 24483 (xcsp3-exec) S 24480 24483 24272 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445383610 115843072 363 33554432000 4194304 5098028 140732742600464 140732742598568 139746086949500 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 16068608 140732742603642 140732742603885 140732742603885 140732742606794 0
/proc/24483/statm: 28282 363 304 221 0 87 0
[pid=24485] ppid=24483 vsize=15144776 memory=27468 CPUtime=0.13 cores=1,3,5,7
/proc/24485/stat : 24485 (java) S 24483 24483 24272 0 -1 1077944320 5793 0 0 0 11 2 0 0 20 0 15 0 445383611 15508250624 6867 33554432000 4194304 4196468 140730836847984 140730836830528 140659471752951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
/proc/24485/statm: 3786194 6867 3157 1 0 3748377 0
[pid=24485/tid=24486] ppid=24483 vsize=15144776 memory=7100839870104831090 CPUtime=0.09 cores=1,3,5,7
/proc/24485/task/24486/stat : 24486 (java) R 24483 24483 24272 0 -1 4202560 3640 0 0 0 8 1 0 0 20 0 15 0 445383611 15508250624 6867 33554432000 4194304 4196468 140730836847984 140659475975008 140659451467766 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24487] ppid=24483 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24487/stat : 24487 (java) S 24483 24483 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445383612 15508250624 6867 33554432000 4194304 4196468 140730836847984 140659063917072 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24488] ppid=24483 vsize=15144776 memory=139761903318656 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24488/stat : 24488 (java) S 24483 24483 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445383612 15508250624 6867 33554432000 4194304 4196468 140730836847984 140659062864528 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24489] ppid=24483 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24489/stat : 24489 (java) S 24483 24483 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445383612 15508250624 6867 33554432000 4194304 4196468 140730836847984 140659061811472 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24490] ppid=24483 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24490/stat : 24490 (java) S 24483 24483 24272 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445383612 15508250624 6867 33554432000 4194304 4196468 140730836847984 140659060758928 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24491] ppid=24483 vsize=15144776 memory=139761903318656 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24491/stat : 24491 (java) S 24483 24483 24272 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445383613 15508250624 6867 33554432000 4194304 4196468 140730836847984 140658345544432 140659471764098 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24492] ppid=24483 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24492/stat : 24492 (java) S 24483 24483 24272 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445383614 15508250624 6867 33554432000 4194304 4196468 140730836847984 140658344490656 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24493] ppid=24483 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24493/stat : 24493 (java) S 24483 24483 24272 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445383614 15508250624 6867 33554432000 4194304 4196468 140730836847984 140658343437552 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24494] ppid=24483 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24494/stat : 24494 (java) S 24483 24483 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445383616 15508250624 6867 33554432000 4194304 4196468 140730836847984 140658342386128 140659471771547 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24495] ppid=24483 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24495/stat : 24495 (java) R 24483 24483 24272 0 -1 1077944384 419 0 0 0 0 0 0 0 20 0 15 0 445383616 15508250624 6867 33554432000 4194304 4196468 140730836847984 140658341333232 140659471764098 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24496] ppid=24483 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24496/stat : 24496 (java) R 24483 24483 24272 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 15 0 445383616 15508250624 6867 33554432000 4194304 4196468 140730836847984 140658340280688 140659448997696 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24497] ppid=24483 vsize=15144776 memory=139761903318656 CPUtime=0.01 cores=1,3,5,7
/proc/24485/task/24497/stat : 24497 (java) R 24483 24483 24272 0 -1 4202560 409 0 0 0 1 0 0 0 20 0 15 0 445383616 15508250624 6867 33554432000 4194304 4196468 140730836847984 140658339227632 140659471764886 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24498] ppid=24483 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24498/stat : 24498 (java) S 24483 24483 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445383616 15508250624 6867 33554432000 4194304 4196468 140730836847984 140658338175328 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24499] ppid=24483 vsize=15144776 memory=139761903318656 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24499/stat : 24499 (java) S 24483 24483 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445383617 15508250624 6867 33554432000 4194304 4196468 140730836847984 140658337123376 140659471764098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 28920 KiB

[startup+0.210695 s]*
/proc/loadavg: 4.73 6.17 7.49 7/234 24499
/proc/meminfo: memFree=31119140/32770624 swapFree=66997372/67108860
[pid=24483] ppid=24480 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/24483/stat : 24483 (xcsp3-exec) S 24480 24483 24272 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445383610 115843072 363 33554432000 4194304 5098028 140732742600464 140732742598568 139746086949500 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 16068608 140732742603642 140732742603885 140732742603885 140732742606794 0
/proc/24483/statm: 28282 363 304 221 0 87 0
[pid=24485] ppid=24483 vsize=15144776 memory=39192 CPUtime=0.34 cores=1,3,5,7
/proc/24485/stat : 24485 (java) S 24483 24483 24272 0 -1 1077944320 9538 0 0 0 31 3 0 0 20 0 15 0 445383611 15508250624 9798 33554432000 4194304 4196468 140730836847984 140730836830528 140659471752951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
/proc/24485/statm: 3786194 9798 3312 1 0 3748377 0
[pid=24485/tid=24486] ppid=24483 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/24485/task/24486/stat : 24486 (java) R 24483 24483 24272 0 -1 4202560 6686 0 0 0 18 2 0 0 20 0 15 0 445383611 15508250624 9798 33554432000 4194304 4196468 140730836847984 140659475986656 140659454740498 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24487] ppid=24483 vsize=15144776 memory=9100 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24487/stat : 24487 (java) S 24483 24483 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445383612 15508250624 9798 33554432000 4194304 4196468 140730836847984 140659063917072 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24488] ppid=24483 vsize=15144776 memory=288370138055030400 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24488/stat : 24488 (java) S 24483 24483 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445383612 15508250624 9798 33554432000 4194304 4196468 140730836847984 140659062864528 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24489] ppid=24483 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24489/stat : 24489 (java) S 24483 24483 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445383612 15508250624 9798 33554432000 4194304 4196468 140730836847984 140659061811472 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24490] ppid=24483 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24490/stat : 24490 (java) S 24483 24483 24272 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445383612 15508250624 9798 33554432000 4194304 4196468 140730836847984 140659060758928 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24491] ppid=24483 vsize=15144776 memory=139761903318656 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24491/stat : 24491 (java) S 24483 24483 24272 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445383613 15508250624 9798 33554432000 4194304 4196468 140730836847984 140658345544432 140659471764098 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24492] ppid=24483 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24492/stat : 24492 (java) S 24483 24483 24272 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445383614 15508250624 9798 33554432000 4194304 4196468 140730836847984 140658344490656 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24493] ppid=24483 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24493/stat : 24493 (java) S 24483 24483 24272 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445383614 15508250624 9798 33554432000 4194304 4196468 140730836847984 140658343437552 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24494] ppid=24483 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24494/stat : 24494 (java) S 24483 24483 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445383616 15508250624 9798 33554432000 4194304 4196468 140730836847984 140658342386128 140659471771547 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24495] ppid=24483 vsize=15144776 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/24485/task/24495/stat : 24495 (java) S 24483 24483 24272 0 -1 1077944384 561 0 0 0 3 0 0 0 20 0 15 0 445383616 15508250624 9798 33554432000 4194304 4196468 140730836847984 140658341333232 140659471764098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24496] ppid=24483 vsize=15144776 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/24485/task/24496/stat : 24496 (java) S 24483 24483 24272 0 -1 1077944384 67 0 0 0 1 0 0 0 20 0 15 0 445383616 15508250624 9798 33554432000 4194304 4196468 140730836847984 140658340280688 140659471764098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24497] ppid=24483 vsize=15144776 memory=139761903318656 CPUtime=0.07 cores=1,3,5,7
/proc/24485/task/24497/stat : 24497 (java) R 24483 24483 24272 0 -1 4202560 922 0 0 0 7 0 0 0 20 0 15 0 445383616 15508250624 9798 33554432000 4194304 4196468 140730836847984 140658339227440 140659464849787 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24498] ppid=24483 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24498/stat : 24498 (java) S 24483 24483 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445383616 15508250624 9798 33554432000 4194304 4196468 140730836847984 140658338175328 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24499] ppid=24483 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24499/stat : 24499 (java) S 24483 24483 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445383617 15508250624 9798 33554432000 4194304 4196468 140730836847984 140658337123376 140659471764098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 40644 KiB

[startup+0.310681 s]*
/proc/loadavg: 4.73 6.17 7.49 6/234 24499
/proc/meminfo: memFree=31111228/32770624 swapFree=66997372/67108860
[pid=24483] ppid=24480 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/24483/stat : 24483 (xcsp3-exec) S 24480 24483 24272 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445383610 115843072 363 33554432000 4194304 5098028 140732742600464 140732742598568 139746086949500 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 16068608 140732742603642 140732742603885 140732742603885 140732742606794 0
/proc/24483/statm: 28282 363 304 221 0 87 0
[pid=24485] ppid=24483 vsize=15149032 memory=48720 CPUtime=0.51 cores=1,3,5,7
/proc/24485/stat : 24485 (java) S 24483 24483 24272 0 -1 1077944320 11016 0 0 0 47 4 0 0 20 0 15 0 445383611 15512608768 12180 33554432000 4194304 4196468 140730836847984 140730836830528 140659471752951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
/proc/24485/statm: 3787258 12180 3370 1 0 3748377 0
[pid=24485/tid=24486] ppid=24483 vsize=15149032 memory=7883960649037381690 CPUtime=0.3 cores=1,3,5,7
/proc/24485/task/24486/stat : 24486 (java) R 24483 24483 24272 0 -1 4202560 7837 0 0 0 27 3 0 0 20 0 15 0 445383611 15512608768 12180 33554432000 4194304 4196468 140730836847984 140659475986736 140659471774877 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24487] ppid=24483 vsize=15149032 memory=9461 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24487/stat : 24487 (java) S 24483 24483 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445383612 15512608768 12180 33554432000 4194304 4196468 140730836847984 140659063917072 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24488] ppid=24483 vsize=15149032 memory=288230376155273900 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24488/stat : 24488 (java) S 24483 24483 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445383612 15512608768 12180 33554432000 4194304 4196468 140730836847984 140659062864528 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24489] ppid=24483 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24489/stat : 24489 (java) S 24483 24483 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445383612 15512608768 12180 33554432000 4194304 4196468 140730836847984 140659061811472 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24490] ppid=24483 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24490/stat : 24490 (java) S 24483 24483 24272 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445383612 15512608768 12180 33554432000 4194304 4196468 140730836847984 140659060758928 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24491] ppid=24483 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24491/stat : 24491 (java) S 24483 24483 24272 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445383613 15512608768 12180 33554432000 4194304 4196468 140730836847984 140658345544432 140659471764098 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24492] ppid=24483 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24492/stat : 24492 (java) S 24483 24483 24272 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445383614 15512608768 12180 33554432000 4194304 4196468 140730836847984 140658344490656 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24493] ppid=24483 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24493/stat : 24493 (java) S 24483 24483 24272 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445383614 15512608768 12180 33554432000 4194304 4196468 140730836847984 140658343437552 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24494] ppid=24483 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24494/stat : 24494 (java) S 24483 24483 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445383616 15512608768 12180 33554432000 4194304 4196468 140730836847984 140658342386128 140659471771547 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24495] ppid=24483 vsize=15149032 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/24485/task/24495/stat : 24495 (java) S 24483 24483 24272 0 -1 1077944384 608 0 0 0 5 0 0 0 20 0 15 0 445383616 15512608768 12180 33554432000 4194304 4196468 140730836847984 140658341333232 140659471764098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24496] ppid=24483 vsize=15149032 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/24485/task/24496/stat : 24496 (java) S 24483 24483 24272 0 -1 1077944384 122 0 0 0 2 0 0 0 20 0 15 0 445383616 15512608768 12180 33554432000 4194304 4196468 140730836847984 140658340280688 140659471764098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24497] ppid=24483 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/24485/task/24497/stat : 24497 (java) S 24483 24483 24272 0 -1 1077944384 1151 0 0 0 12 0 0 0 20 0 15 0 445383616 15512608768 12180 33554432000 4194304 4196468 140730836847984 140658339227632 140659471764098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24498] ppid=24483 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24498/stat : 24498 (java) S 24483 24483 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445383616 15512608768 12180 33554432000 4194304 4196468 140730836847984 140658338175328 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24499] ppid=24483 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24499/stat : 24499 (java) S 24483 24483 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445383617 15512608768 12180 33554432000 4194304 4196468 140730836847984 140658337123376 140659471764098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 50172 KiB

[startup+0.701489 s]
/proc/loadavg: 4.73 6.17 7.49 9/234 24499
/proc/meminfo: memFree=31086664/32770624 swapFree=66997372/67108860
[pid=24483] ppid=24480 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/24483/stat : 24483 (xcsp3-exec) S 24480 24483 24272 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445383610 115843072 363 33554432000 4194304 5098028 140732742600464 140732742598568 139746086949500 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 16068608 140732742603642 140732742603885 140732742603885 140732742606794 0
/proc/24483/statm: 28282 363 304 221 0 87 0
[pid=24485] ppid=24483 vsize=15151156 memory=88924 CPUtime=1.75 cores=1,3,5,7
/proc/24485/stat : 24485 (java) S 24483 24483 24272 0 -1 1077944320 15869 0 0 0 169 6 0 0 20 0 15 0 445383611 15514783744 22231 33554432000 4194304 4196468 140730836847984 140730836830528 140659471752951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
/proc/24485/statm: 3787789 22231 3447 1 0 3748889 0
[pid=24485/tid=24486] ppid=24483 vsize=15151156 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/24485/task/24486/stat : 24486 (java) R 24483 24483 24272 0 -1 4202560 9290 0 0 0 63 4 0 0 20 0 15 0 445383611 15514783744 22231 33554432000 4194304 4196468 140730836847984 140659475989808 140659108945701 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24487] ppid=24483 vsize=15151156 memory=500 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24487/stat : 24487 (java) S 24483 24483 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445383612 15514783744 22231 33554432000 4194304 4196468 140730836847984 140659063917072 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24488] ppid=24483 vsize=15151156 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24488/stat : 24488 (java) S 24483 24483 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445383612 15514783744 22231 33554432000 4194304 4196468 140730836847984 140659062864528 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24489] ppid=24483 vsize=15151156 memory=932 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24489/stat : 24489 (java) S 24483 24483 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445383612 15514783744 22231 33554432000 4194304 4196468 140730836847984 140659061811472 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24490] ppid=24483 vsize=15151156 memory=3768 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24490/stat : 24490 (java) S 24483 24483 24272 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445383612 15514783744 22231 33554432000 4194304 4196468 140730836847984 140659060758928 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24491] ppid=24483 vsize=15151156 memory=1980 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24491/stat : 24491 (java) S 24483 24483 24272 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445383613 15514783744 22231 33554432000 4194304 4196468 140730836847984 140658345544432 140659471764098 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24492] ppid=24483 vsize=15151156 memory=2512 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24492/stat : 24492 (java) S 24483 24483 24272 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445383614 15514783744 22231 33554432000 4194304 4196468 140730836847984 140658344490656 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24493] ppid=24483 vsize=15151156 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24493/stat : 24493 (java) S 24483 24483 24272 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445383614 15514783744 22231 33554432000 4194304 4196468 140730836847984 140658343437552 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24494] ppid=24483 vsize=15151156 memory=812 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24494/stat : 24494 (java) S 24483 24483 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445383616 15514783744 22231 33554432000 4194304 4196468 140730836847984 140658342386128 140659471771547 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24495] ppid=24483 vsize=15151156 memory=1764 CPUtime=0.31 cores=1,3,5,7
/proc/24485/task/24495/stat : 24495 (java) R 24483 24483 24272 0 -1 1077944384 1361 0 0 0 31 0 0 0 20 0 15 0 445383616 15514783744 22231 33554432000 4194304 4196468 140730836847984 140658341332416 140659471763157 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24496] ppid=24483 vsize=15151156 memory=111628 CPUtime=0.32 cores=1,3,5,7
/proc/24485/task/24496/stat : 24496 (java) S 24483 24483 24272 0 -1 1077944384 1256 0 0 0 32 0 0 0 20 0 15 0 445383616 15514783744 22231 33554432000 4194304 4196468 140730836847984 140658340272464 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24497] ppid=24483 vsize=15151156 memory=796 CPUtime=0.41 cores=1,3,5,7
/proc/24485/task/24497/stat : 24497 (java) R 24483 24483 24272 0 -1 4202560 2655 0 0 0 41 0 0 0 20 0 15 0 445383616 15514783744 22231 33554432000 4194304 4196468 140730836847984 140658339225424 140659471764886 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24498] ppid=24483 vsize=15151156 memory=4100 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24498/stat : 24498 (java) S 24483 24483 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445383616 15514783744 22231 33554432000 4194304 4196468 140730836847984 140658338175328 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24499] ppid=24483 vsize=15151156 memory=1804 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24499/stat : 24499 (java) S 24483 24483 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445383617 15514783744 22231 33554432000 4194304 4196468 140730836847984 140658337123376 140659471764098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
Current children cumulated CPU time: 1.75 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 90376 KiB

[startup+1.50086 s]
/proc/loadavg: 4.73 6.17 7.49 8/234 24499
/proc/meminfo: memFree=31001464/32770624 swapFree=66997372/67108860
[pid=24483] ppid=24480 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/24483/stat : 24483 (xcsp3-exec) S 24480 24483 24272 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445383610 115843072 363 33554432000 4194304 5098028 140732742600464 140732742598568 139746086949500 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 16068608 140732742603642 140732742603885 140732742603885 140732742606794 0
/proc/24483/statm: 28282 363 304 221 0 87 0

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

/proc/24485/stat : 24485 (java) S 24483 24483 24272 0 -1 1077944320 157382 0 0 0 226480 93 0 0 20 0 19 0 445383611 15789527040 534736 33554432000 4194304 4196468 140730836847984 140730836830528 140659471752951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
/proc/24485/statm: 3854865 534736 3542 1 0 3815965 0
[pid=24485/tid=24486] ppid=24483 vsize=15419460 memory=2138944 CPUtime=1.44 cores=1,3,5,7
/proc/24485/task/24486/stat : 24486 (java) S 24483 24483 24272 0 -1 1077944384 11017 0 0 0 137 7 0 0 20 0 19 0 445383611 15789527040 534736 33554432000 4194304 4196468 140730836847984 140659475993728 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24487] ppid=24483 vsize=15419460 memory=2138944 CPUtime=0.23 cores=1,3,5,7
/proc/24485/task/24487/stat : 24487 (java) S 24483 24483 24272 0 -1 1077944384 2277 0 0 0 17 6 0 0 20 0 19 0 445383612 15789527040 534736 33554432000 4194304 4196468 140730836847984 140659063917072 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24488] ppid=24483 vsize=15419460 memory=1452 CPUtime=0.24 cores=1,3,5,7
/proc/24485/task/24488/stat : 24488 (java) S 24483 24483 24272 0 -1 1077944384 2269 0 0 0 16 8 0 0 20 0 19 0 445383612 15789527040 534736 33554432000 4194304 4196468 140730836847984 140659062864528 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24489] ppid=24483 vsize=15419460 memory=2138944 CPUtime=0.23 cores=1,3,5,7
/proc/24485/task/24489/stat : 24489 (java) S 24483 24483 24272 0 -1 1077944384 2563 0 0 0 17 6 0 0 20 0 19 0 445383612 15789527040 534736 33554432000 4194304 4196468 140730836847984 140659061811472 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24490] ppid=24483 vsize=15419460 memory=3504 CPUtime=0.24 cores=1,3,5,7
/proc/24485/task/24490/stat : 24490 (java) S 24483 24483 24272 0 -1 1077944384 3620 0 0 0 16 8 0 0 20 0 19 0 445383612 15789527040 534736 33554432000 4194304 4196468 140730836847984 140659060758928 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24491] ppid=24483 vsize=15419460 memory=48196 CPUtime=0.05 cores=1,3,5,7
/proc/24485/task/24491/stat : 24491 (java) S 24483 24483 24272 0 -1 1077944384 5324 0 0 0 3 2 0 0 20 0 19 0 445383613 15789527040 534736 33554432000 4194304 4196468 140730836847984 140658345544432 140659471764098 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24492] ppid=24483 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24492/stat : 24492 (java) S 24483 24483 24272 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 19 0 445383614 15789527040 534736 33554432000 4194304 4196468 140730836847984 140658344490720 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24493] ppid=24483 vsize=15419460 memory=2138944 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24493/stat : 24493 (java) S 24483 24483 24272 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 19 0 445383614 15789527040 534736 33554432000 4194304 4196468 140730836847984 140658343437568 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24494] ppid=24483 vsize=15419460 memory=2138944 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24494/stat : 24494 (java) S 24483 24483 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445383616 15789527040 534736 33554432000 4194304 4196468 140730836847984 140658342386128 140659471771547 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24495] ppid=24483 vsize=15419460 memory=1452 CPUtime=3.5 cores=1,3,5,7
/proc/24485/task/24495/stat : 24495 (java) S 24483 24483 24272 0 -1 1077944384 26948 0 0 0 348 2 0 0 20 0 19 0 445383616 15789527040 534736 33554432000 4194304 4196468 140730836847984 140658341333232 140659471764098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 49 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24496] ppid=24483 vsize=15419460 memory=1452 CPUtime=3.71 cores=1,3,5,7
/proc/24485/task/24496/stat : 24496 (java) S 24483 24483 24272 0 -1 1077944384 27525 0 0 0 368 3 0 0 20 0 19 0 445383616 15789527040 534736 33554432000 4194304 4196468 140730836847984 140658340280688 140659471764098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24497] ppid=24483 vsize=15419460 memory=2138944 CPUtime=1.02 cores=1,3,5,7
/proc/24485/task/24497/stat : 24497 (java) S 24483 24483 24272 0 -1 1077944384 18477 0 0 0 100 2 0 0 20 0 19 0 445383616 15789527040 534736 33554432000 4194304 4196468 140730836847984 140658339227632 140659471764098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24498] ppid=24483 vsize=15419460 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24498/stat : 24498 (java) S 24483 24483 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445383616 15789527040 534736 33554432000 4194304 4196468 140730836847984 140658338175328 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24499] ppid=24483 vsize=15419460 memory=796 CPUtime=0.23 cores=1,3,5,7
/proc/24485/task/24499/stat : 24499 (java) S 24483 24483 24272 0 -1 1077944384 1314 0 0 0 10 13 0 0 20 0 19 0 445383617 15789527040 534736 33554432000 4194304 4196468 140730836847984 140658337123376 140659471764098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 49 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24554] ppid=24483 vsize=15419460 memory=2138944 CPUtime=452.36 cores=1,3,5,7
/proc/24485/task/24554/stat : 24554 (java) R 24483 24483 24272 0 -1 4202560 1344 0 0 0 45236 0 0 0 20 0 19 0 445396375 15789527040 534736 33554432000 4194304 4196468 140730836847984 140658328141192 140659116236541 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24555] ppid=24483 vsize=15419460 memory=1452 CPUtime=453.57 cores=1,3,5,7
/proc/24485/task/24555/stat : 24555 (java) R 24483 24483 24272 0 -1 4202560 4439 0 0 0 45356 1 0 0 20 0 19 0 445396375 15789527040 534736 33554432000 4194304 4196468 140730836847984 140658324983848 140659117022694 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24556] ppid=24483 vsize=15419460 memory=1452 CPUtime=450.08 cores=1,3,5,7
/proc/24485/task/24556/stat : 24556 (java) R 24483 24483 24272 0 -1 4202560 21300 0 0 0 44985 23 0 0 20 0 19 0 445396375 15789527040 534736 33554432000 4194304 4196468 140730836847984 140658326036336 140659117022392 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24557] ppid=24483 vsize=15419460 memory=2138944 CPUtime=453.09 cores=1,3,5,7
/proc/24485/task/24557/stat : 24557 (java) R 24483 24483 24272 0 -1 4202560 2327 0 0 0 45309 0 0 0 20 0 19 0 445396375 15789527040 534736 33554432000 4194304 4196468 140730836847984 140658327088824 140659116969308 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
Current children cumulated CPU time: 2265.73 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 2140396 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+616.114 s]
/proc/loadavg: 7.76 7.89 7.86 10/238 24724
/proc/meminfo: memFree=29036004/32770624 swapFree=66997372/67108860
[pid=24483] ppid=24480 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/24483/stat : 24483 (xcsp3-exec) S 24480 24483 24272 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445383610 115843072 363 33554432000 4194304 5098028 140732742600464 140732742598568 139746086949500 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 16068608 140732742603642 140732742603885 140732742603885 140732742606794 0
/proc/24483/statm: 28282 363 304 221 0 87 0
[pid=24485] ppid=24483 vsize=15419460 memory=2070720 CPUtime=2400.25 cores=1,3,5,7
/proc/24485/stat : 24485 (java) S 24483 24483 24272 0 -1 1077944320 159544 0 0 0 239930 95 0 0 20 0 19 0 445383611 15789527040 517680 33554432000 4194304 4196468 140730836847984 140730836830528 140659471752951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
/proc/24485/statm: 3854865 517680 3542 1 0 3815965 0
[pid=24485/tid=24486] ppid=24483 vsize=15419460 memory=1452 CPUtime=1.44 cores=1,3,5,7
/proc/24485/task/24486/stat : 24486 (java) S 24483 24483 24272 0 -1 1077944384 11017 0 0 0 137 7 0 0 20 0 19 0 445383611 15789527040 517680 33554432000 4194304 4196468 140730836847984 140659475993728 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24487] ppid=24483 vsize=15419460 memory=1452 CPUtime=0.23 cores=1,3,5,7
/proc/24485/task/24487/stat : 24487 (java) S 24483 24483 24272 0 -1 1077944384 2378 0 0 0 17 6 0 0 20 0 19 0 445383612 15789527040 517680 33554432000 4194304 4196468 140730836847984 140659063917072 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24488] ppid=24483 vsize=15419460 memory=2070720 CPUtime=0.24 cores=1,3,5,7
/proc/24485/task/24488/stat : 24488 (java) S 24483 24483 24272 0 -1 1077944384 2711 0 0 0 16 8 0 0 20 0 19 0 445383612 15789527040 517680 33554432000 4194304 4196468 140730836847984 140659062864528 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24489] ppid=24483 vsize=15419460 memory=2070720 CPUtime=0.23 cores=1,3,5,7
/proc/24485/task/24489/stat : 24489 (java) S 24483 24483 24272 0 -1 1077944384 2595 0 0 0 17 6 0 0 20 0 19 0 445383612 15789527040 517680 33554432000 4194304 4196468 140730836847984 140659061811472 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24490] ppid=24483 vsize=15419460 memory=1452 CPUtime=0.24 cores=1,3,5,7
/proc/24485/task/24490/stat : 24490 (java) S 24483 24483 24272 0 -1 1077944384 3672 0 0 0 16 8 0 0 20 0 19 0 445383612 15789527040 517680 33554432000 4194304 4196468 140730836847984 140659060758928 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24491] ppid=24483 vsize=15419460 memory=1452 CPUtime=0.05 cores=1,3,5,7
/proc/24485/task/24491/stat : 24491 (java) S 24483 24483 24272 0 -1 1077944384 5545 0 0 0 3 2 0 0 20 0 19 0 445383613 15789527040 517680 33554432000 4194304 4196468 140730836847984 140658345544432 140659471764098 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24492] ppid=24483 vsize=15419460 memory=2070720 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24492/stat : 24492 (java) S 24483 24483 24272 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 19 0 445383614 15789527040 517680 33554432000 4194304 4196468 140730836847984 140658344490720 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24493] ppid=24483 vsize=15419460 memory=1980 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24493/stat : 24493 (java) S 24483 24483 24272 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 19 0 445383614 15789527040 517680 33554432000 4194304 4196468 140730836847984 140658343437568 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24494] ppid=24483 vsize=15419460 memory=2512 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24494/stat : 24494 (java) S 24483 24483 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445383616 15789527040 517680 33554432000 4194304 4196468 140730836847984 140658342386128 140659471771547 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24495] ppid=24483 vsize=15419460 memory=1452 CPUtime=3.5 cores=1,3,5,7
/proc/24485/task/24495/stat : 24495 (java) S 24483 24483 24272 0 -1 1077944384 26948 0 0 0 348 2 0 0 20 0 19 0 445383616 15789527040 517680 33554432000 4194304 4196468 140730836847984 140658341333232 140659471764098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 49 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24496] ppid=24483 vsize=15419460 memory=2070720 CPUtime=3.71 cores=1,3,5,7
/proc/24485/task/24496/stat : 24496 (java) S 24483 24483 24272 0 -1 1077944384 27525 0 0 0 368 3 0 0 20 0 19 0 445383616 15789527040 517680 33554432000 4194304 4196468 140730836847984 140658340280688 140659471764098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24497] ppid=24483 vsize=15419460 memory=6791534058613427641 CPUtime=1.02 cores=1,3,5,7
/proc/24485/task/24497/stat : 24497 (java) S 24483 24483 24272 0 -1 1077944384 18477 0 0 0 100 2 0 0 20 0 19 0 445383616 15789527040 517680 33554432000 4194304 4196468 140730836847984 140658339227632 140659471764098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24498] ppid=24483 vsize=15419460 memory=2070720 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24498/stat : 24498 (java) S 24483 24483 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445383616 15789527040 517680 33554432000 4194304 4196468 140730836847984 140658338175328 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24499] ppid=24483 vsize=15419460 memory=2070720 CPUtime=0.25 cores=1,3,5,7
/proc/24485/task/24499/stat : 24499 (java) S 24483 24483 24272 0 -1 1077944384 1316 0 0 0 11 14 0 0 20 0 19 0 445383617 15789527040 517680 33554432000 4194304 4196468 140730836847984 140658337123376 140659471764098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 49 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24554] ppid=24483 vsize=15419460 memory=0 CPUtime=486.08 cores=1,3,5,7
/proc/24485/task/24554/stat : 24554 (java) R 24483 24483 24272 0 -1 4202560 1350 0 0 0 48608 0 0 0 20 0 19 0 445396375 15789527040 517680 33554432000 4194304 4196468 140730836847984 140658328141048 140659117022400 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24555] ppid=24483 vsize=15419460 memory=1452 CPUtime=487.37 cores=1,3,5,7
/proc/24485/task/24555/stat : 24555 (java) R 24483 24483 24272 0 -1 4202560 4528 0 0 0 48736 1 0 0 20 0 19 0 445396375 15789527040 517680 33554432000 4194304 4196468 140730836847984 140658324983992 140659117024157 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24556] ppid=24483 vsize=15419460 memory=2138944 CPUtime=483.61 cores=1,3,5,7
/proc/24485/task/24556/stat : 24556 (java) R 24483 24483 24272 0 -1 4202560 22481 0 0 0 48337 24 0 0 20 0 19 0 445396375 15789527040 517680 33554432000 4194304 4196468 140730836847984 140658326038656 140659118563144 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24557] ppid=24483 vsize=15419460 memory=776 CPUtime=486.52 cores=1,3,5,7
/proc/24485/task/24557/stat : 24557 (java) R 24483 24483 24272 0 -1 4202560 2363 0 0 0 48652 0 0 0 20 0 19 0 445396375 15789527040 517680 33554432000 4194304 4196468 140730836847984 140658327088576 140659117023778 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
Current children cumulated CPU time: 2400.25 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 2072172 KiB

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

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

[startup+616.212 s]
# the end of solver process 24485 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.64 s, system=0.964013 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+616.114 s]
/proc/loadavg: 7.76 7.89 7.86 10/238 24724
/proc/meminfo: memFree=29036004/32770624 swapFree=66997372/67108860
[pid=24483] ppid=24480 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/24483/stat : 24483 (xcsp3-exec) S 24480 24483 24272 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445383610 115843072 363 33554432000 4194304 5098028 140732742600464 140732742598568 139746086949500 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 16068608 140732742603642 140732742603885 140732742603885 140732742606794 0
/proc/24483/statm: 28282 363 304 221 0 87 0
[pid=24485] ppid=24483 vsize=15419460 memory=2070720 CPUtime=2400.25 cores=1,3,5,7
/proc/24485/stat : 24485 (java) S 24483 24483 24272 0 -1 1077944320 159544 0 0 0 239930 95 0 0 20 0 19 0 445383611 15789527040 517680 33554432000 4194304 4196468 140730836847984 140730836830528 140659471752951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
/proc/24485/statm: 3854865 517680 3542 1 0 3815965 0
[pid=24485/tid=24486] ppid=24483 vsize=15419460 memory=1452 CPUtime=1.44 cores=1,3,5,7
/proc/24485/task/24486/stat : 24486 (java) S 24483 24483 24272 0 -1 1077944384 11017 0 0 0 137 7 0 0 20 0 19 0 445383611 15789527040 517680 33554432000 4194304 4196468 140730836847984 140659475993728 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24487] ppid=24483 vsize=15419460 memory=1452 CPUtime=0.23 cores=1,3,5,7
/proc/24485/task/24487/stat : 24487 (java) S 24483 24483 24272 0 -1 1077944384 2378 0 0 0 17 6 0 0 20 0 19 0 445383612 15789527040 517680 33554432000 4194304 4196468 140730836847984 140659063917072 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24488] ppid=24483 vsize=15419460 memory=2070720 CPUtime=0.24 cores=1,3,5,7
/proc/24485/task/24488/stat : 24488 (java) S 24483 24483 24272 0 -1 1077944384 2711 0 0 0 16 8 0 0 20 0 19 0 445383612 15789527040 517680 33554432000 4194304 4196468 140730836847984 140659062864528 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24489] ppid=24483 vsize=15419460 memory=2070720 CPUtime=0.23 cores=1,3,5,7
/proc/24485/task/24489/stat : 24489 (java) S 24483 24483 24272 0 -1 1077944384 2595 0 0 0 17 6 0 0 20 0 19 0 445383612 15789527040 517680 33554432000 4194304 4196468 140730836847984 140659061811472 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24490] ppid=24483 vsize=15419460 memory=1452 CPUtime=0.24 cores=1,3,5,7
/proc/24485/task/24490/stat : 24490 (java) S 24483 24483 24272 0 -1 1077944384 3672 0 0 0 16 8 0 0 20 0 19 0 445383612 15789527040 517680 33554432000 4194304 4196468 140730836847984 140659060758928 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24491] ppid=24483 vsize=15419460 memory=1452 CPUtime=0.05 cores=1,3,5,7
/proc/24485/task/24491/stat : 24491 (java) S 24483 24483 24272 0 -1 1077944384 5545 0 0 0 3 2 0 0 20 0 19 0 445383613 15789527040 517680 33554432000 4194304 4196468 140730836847984 140658345544432 140659471764098 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24492] ppid=24483 vsize=15419460 memory=2070720 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24492/stat : 24492 (java) S 24483 24483 24272 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 19 0 445383614 15789527040 517680 33554432000 4194304 4196468 140730836847984 140658344490720 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24493] ppid=24483 vsize=15419460 memory=1980 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24493/stat : 24493 (java) S 24483 24483 24272 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 19 0 445383614 15789527040 517680 33554432000 4194304 4196468 140730836847984 140658343437568 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24494] ppid=24483 vsize=15419460 memory=2512 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24494/stat : 24494 (java) S 24483 24483 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445383616 15789527040 517680 33554432000 4194304 4196468 140730836847984 140658342386128 140659471771547 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24495] ppid=24483 vsize=15419460 memory=1452 CPUtime=3.5 cores=1,3,5,7
/proc/24485/task/24495/stat : 24495 (java) S 24483 24483 24272 0 -1 1077944384 26948 0 0 0 348 2 0 0 20 0 19 0 445383616 15789527040 517680 33554432000 4194304 4196468 140730836847984 140658341333232 140659471764098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 49 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24496] ppid=24483 vsize=15419460 memory=2070720 CPUtime=3.71 cores=1,3,5,7
/proc/24485/task/24496/stat : 24496 (java) S 24483 24483 24272 0 -1 1077944384 27525 0 0 0 368 3 0 0 20 0 19 0 445383616 15789527040 517680 33554432000 4194304 4196468 140730836847984 140658340280688 140659471764098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24497] ppid=24483 vsize=15419460 memory=6791534058613427641 CPUtime=1.02 cores=1,3,5,7
/proc/24485/task/24497/stat : 24497 (java) S 24483 24483 24272 0 -1 1077944384 18477 0 0 0 100 2 0 0 20 0 19 0 445383616 15789527040 517680 33554432000 4194304 4196468 140730836847984 140658339227632 140659471764098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24498] ppid=24483 vsize=15419460 memory=2070720 CPUtime=0 cores=1,3,5,7
/proc/24485/task/24498/stat : 24498 (java) S 24483 24483 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445383616 15789527040 517680 33554432000 4194304 4196468 140730836847984 140658338175328 140659471763157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24499] ppid=24483 vsize=15419460 memory=2070720 CPUtime=0.25 cores=1,3,5,7
/proc/24485/task/24499/stat : 24499 (java) S 24483 24483 24272 0 -1 1077944384 1316 0 0 0 11 14 0 0 20 0 19 0 445383617 15789527040 517680 33554432000 4194304 4196468 140730836847984 140658337123376 140659471764098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 49 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24554] ppid=24483 vsize=15419460 memory=0 CPUtime=486.08 cores=1,3,5,7
/proc/24485/task/24554/stat : 24554 (java) R 24483 24483 24272 0 -1 4202560 1350 0 0 0 48608 0 0 0 20 0 19 0 445396375 15789527040 517680 33554432000 4194304 4196468 140730836847984 140658328141048 140659117022400 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24555] ppid=24483 vsize=15419460 memory=1452 CPUtime=487.37 cores=1,3,5,7
/proc/24485/task/24555/stat : 24555 (java) R 24483 24483 24272 0 -1 4202560 4528 0 0 0 48736 1 0 0 20 0 19 0 445396375 15789527040 517680 33554432000 4194304 4196468 140730836847984 140658324983992 140659117024157 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24556] ppid=24483 vsize=15419460 memory=2138944 CPUtime=483.61 cores=1,3,5,7
/proc/24485/task/24556/stat : 24556 (java) R 24483 24483 24272 0 -1 4202560 22481 0 0 0 48337 24 0 0 20 0 19 0 445396375 15789527040 517680 33554432000 4194304 4196468 140730836847984 140658326038656 140659118563144 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
[pid=24485/tid=24557] ppid=24483 vsize=15419460 memory=776 CPUtime=486.52 cores=1,3,5,7
/proc/24485/task/24557/stat : 24557 (java) R 24483 24483 24272 0 -1 4202560 2363 0 0 0 48652 0 0 0 20 0 19 0 445396375 15789527040 517680 33554432000 4194304 4196468 140730836847984 140658327088576 140659117023778 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32002048 140730836849647 140730836849818 140730836849818 140730836852687 0
Current children cumulated CPU time: 2400.25 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 2072172 KiB

Child status: 143
Real time (s): 616.212
CPU time (s): 2400.61
CPU user time (s): 2399.64
CPU system time (s): 0.964013
CPU usage (%): 389.575
Max. virtual memory (cumulated for all children) (KiB): 15532588
Max. memory (cumulated for all children) (KiB): 2289160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.64
system time used= 0.964013
maximum resident set size= 2288220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160909
page faults= 0
swaps= 0
block input operations= 0
block output operations= 856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17469
involuntary context switches= 39954


# summary of solver processes directly reported to runsolver:
#   pid: 24483,24485
#   total CPU time (s): 2400.61
#   total CPU user time (s): 2399.64
#   total CPU system time (s): 0.964013

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.8468 second user time and 7.15327 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-17 05:34:06
IDJOB=4400603
IDBENCH=126231
IDSOLVER=2856
FILE ID=node103/4400603-1568691305
RUNJOBID= node103-1568691240-24304
PBS_JOBID= 21703799
Free space on /tmp= 61692 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-11-a4.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400603-1568691305/watcher-4400603-1568691305 -o /tmp/evaluation-result-4400603-1568691305/solver-4400603-1568691305 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568691240-24304 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1713916392 HOME/instance-4400603-1568691305.xml

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

MD5SUM BENCH= 76cd483e3b4252a6c3494775e86c7629
RANDOM SEED=1713916392

node103.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.74
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.74
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.74
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.74
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:        31147076 kB
MemAvailable:   31542476 kB
Buffers:           73404 kB
Cached:           617036 kB
SwapCached:         9016 kB
Active:           775772 kB
Inactive:         269148 kB
Active(anon):     346508 kB
Inactive(anon):    57316 kB
Active(file):     429264 kB
Inactive(file):   211832 kB
Unevictable:      111148 kB
Mlocked:          111148 kB
SwapTotal:      67108860 kB
SwapFree:       66997372 kB
Dirty:             26400 kB
Writeback:             0 kB
AnonPages:        470356 kB
Mapped:            61740 kB
Shmem:             40856 kB
Slab:             170188 kB
SReclaimable:     140280 kB
SUnreclaim:        29908 kB
KernelStack:        4080 kB
PageTables:         6632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1648520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    376832 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61668 MiB
End job on node103 at 2019-09-17 05:44:23