Trace number 4269093

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-09)SAT (TO)183 2520.1299 2512.9099

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-15-a4.xml
MD5SUMa2ce00dc78b702eb5fb62c242f19e981
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark163
Best CPU time to get the best result obtained on this benchmark2400.05
Satisfiable
(Un)Satisfiability was proved
Number of variables15
Number of constraints5007
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":15}]
Minimum variable degree1275
Maximum variable degree1276
Distribution of variable degrees[{"degree":1275,"count":13},{"degree":1276,"count":2}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":910},{"arity":4,"count":4095},{"arity":15,"count":1}]
Number of extensional constraints0
Number of intensional constraints5006
Distribution of constraint types[{"type":"intension","count":5006},{"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.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269093-1502783624.xml"  -tl '2520s' -p 1 -x 0
0.06/0.29	c [HOME/instance-4269093-1502783624.xml, -tl, 2520s, -p, 1, -x, 0]
0.25/0.35	c simple solver
0.42/0.42	c parse instance...
2.92/1.29	c solve instance...
15.73/11.87	o 226 
17.47/13.56	o 209 
20.71/16.45	o 207 
39.55/35.21	o 201 
223.01/218.32	o 200 
235.64/230.91	o 199 
346.24/341.38	o 198 
363.65/358.73	o 197 
417.89/413.00	o 196 
640.05/634.68	o 195 
666.27/660.84	o 194 
1661.16/1654.60	o 193 
1672.88/1666.34	o 192 
1686.88/1680.38	o 191 
1702.80/1696.26	o 190 
1815.38/1808.71	o 189 
1829.01/1822.36	o 188 
1846.41/1839.77	o 187 
1861.63/1855.00	o 186 
1874.33/1867.66	o 185 
1940.58/1933.85	o 184 
2146.33/2139.44	o 183 
2520.09/2512.90	s SATISFIABLE
2520.09/2512.90	v <instantiation>
2520.09/2512.90	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] </list>
2520.09/2512.90	v 	<values>0 2 5 13 17 35 45 84 110 126 135 162 176 182 183 </values>
2520.09/2512.90	v </instantiation>
2520.09/2512.90	c Unexpected resolution interruption!

Verifier Data

OK	183

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269093-1502783624/watcher-4269093-1502783624 -o /tmp/evaluation-result-4269093-1502783624/solver-4269093-1502783624 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502649032-24471 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 14427868 HOME/instance-4269093-1502783624.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
solver pid=16379, runsolver pid=16376
Current StackSize limit: 8192 KiB


[startup+0.100111 s]*
/proc/loadavg: 2.01 2.03 2.01 3/201 16382
/proc/meminfo: memFree=29465512/32770624 swapFree=67108764/67108860
[pid=16379] ppid=16376 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16379/stat : 16379 (xcsp3-exec) S 16376 16379 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 125868949 9740288 345 18446744073709551615 4194304 5098028 140720864129216 140720864127320 139913421365884 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 23744512 140720864137594 140720864137797 140720864137797 140720864141291 0
/proc/16379/statm: 2378 345 289 221 0 87 0
[pid=16381] ppid=16379 vsize=11657624 memory=7512 CPUtime=0 cores=1,3,5,7
/proc/16381/stat : 16381 (java) S 16379 16379 4674 0 -1 1077944320 2142 0 0 0 0 0 0 0 20 0 2 0 125868958 11937406976 1878 18446744073709551615 4194304 4196468 140722249348784 140722249331328 140038919130871 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
/proc/16381/statm: 2914406 1878 1151 1 0 2904376 0
[pid=16381/tid=16382] ppid=16379 vsize=12298740 memory=8508281356422055842 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16382/stat : 16382 (java) R 16379 16379 4674 0 -1 4202560 974 0 0 0 0 0 0 0 20 0 6 0 125868958 12593909760 1958 18446744073709551615 4194304 4196468 140722249348784 140038923372568 140038903197760 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16383] ppid=16379 vsize=12298740 memory=4122819170707441977 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16383/stat : 16383 (java) R 16379 16379 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 125868959 12593909760 1958 18446744073709551615 4194304 4196468 140722249348784 140038886688920 140038899154736 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16384] ppid=16379 vsize=13355668 memory=139655202322048 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16384/stat : 16384 (java) S 16379 16379 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 125868959 13676204032 1958 18446744073709551615 4194304 4196468 140722249348784 140038518164112 140038919141077 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16385] ppid=16379 vsize=13355668 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16385/stat : 16385 (java) S 16379 16379 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 125868959 13676204032 1958 18446744073709551615 4194304 4196468 140722249348784 140038517111056 140038919141077 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16386] ppid=16379 vsize=13355668 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16386/stat : 16386 (java) S 16379 16379 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 125868959 13676204032 1958 18446744073709551615 4194304 4196468 140722249348784 140038516058512 140038919141077 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 11667136 KiB
Current children cumulated memory: 8892 KiB

[startup+0.209899 s]*
/proc/loadavg: 2.01 2.03 2.01 4/214 16395
/proc/meminfo: memFree=29456328/32770624 swapFree=67108764/67108860
[pid=16379] ppid=16376 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16379/stat : 16379 (xcsp3-exec) S 16376 16379 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 125868949 9740288 345 18446744073709551615 4194304 5098028 140720864129216 140720864127320 139913421365884 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 23744512 140720864137594 140720864137797 140720864137797 140720864141291 0
/proc/16379/statm: 2378 345 289 221 0 87 0
[pid=16381] ppid=16379 vsize=13974352 memory=21812 CPUtime=0.06 cores=1,3,5,7
/proc/16381/stat : 16381 (java) S 16379 16379 4674 0 -1 1077944320 4925 0 0 0 6 0 0 0 20 0 15 0 125868958 14309736448 5453 18446744073709551615 4194304 4196468 140722249348784 140722249331328 140038919130871 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
/proc/16381/statm: 3493588 5453 2721 1 0 3482964 0
[pid=16381/tid=16382] ppid=16379 vsize=13974352 memory=7022364594140610616 CPUtime=0.05 cores=1,3,5,7
/proc/16381/task/16382/stat : 16382 (java) R 16379 16379 4674 0 -1 4202560 3109 0 0 0 5 0 0 0 20 0 15 0 125868958 14309736448 5519 18446744073709551615 4194304 4196468 140722249348784 140038923357216 140038919152797 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16383] ppid=16379 vsize=13974352 memory=4294979926 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16383/stat : 16383 (java) S 16379 16379 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 125868959 14309736448 5519 18446744073709551615 4194304 4196468 140722249348784 140038886689296 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16384] ppid=16379 vsize=13974352 memory=288370031354033792 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16384/stat : 16384 (java) S 16379 16379 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 125868959 14309736448 5519 18446744073709551615 4194304 4196468 140722249348784 140038518164112 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16385] ppid=16379 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16385/stat : 16385 (java) S 16379 16379 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 125868959 14309736448 5519 18446744073709551615 4194304 4196468 140722249348784 140038517111056 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16386] ppid=16379 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16386/stat : 16386 (java) S 16379 16379 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 125868959 14309736448 5519 18446744073709551615 4194304 4196468 140722249348784 140038516058512 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16387] ppid=16379 vsize=13974352 memory=139655202322048 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16387/stat : 16387 (java) S 16379 16379 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 125868961 14309736448 5519 18446744073709551615 4194304 4196468 140722249348784 140038104431344 140038919142018 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16388] ppid=16379 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16388/stat : 16388 (java) S 16379 16379 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 125868961 14309736448 5519 18446744073709551615 4194304 4196468 140722249348784 140038103377568 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16389] ppid=16379 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16389/stat : 16389 (java) S 16379 16379 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 125868962 14309736448 5519 18446744073709551615 4194304 4196468 140722249348784 140038102324464 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16390] ppid=16379 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16390/stat : 16390 (java) S 16379 16379 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125868964 14309736448 5519 18446744073709551615 4194304 4196468 140722249348784 140038101273040 140038919149467 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16391] ppid=16379 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16391/stat : 16391 (java) S 16379 16379 4674 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 125868964 14309736448 5519 18446744073709551615 4194304 4196468 140722249348784 140038100220144 140038919142018 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16392] ppid=16379 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16392/stat : 16392 (java) S 16379 16379 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125868964 14309736448 5519 18446744073709551615 4194304 4196468 140722249348784 140038099167600 140038919142018 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16393] ppid=16379 vsize=13974352 memory=139655202322048 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16393/stat : 16393 (java) S 16379 16379 4674 0 -1 1077944384 236 0 0 0 0 0 0 0 20 0 15 0 125868964 14309736448 5519 18446744073709551615 4194304 4196468 140722249348784 140038098114544 140038919142018 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16394] ppid=16379 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16394/stat : 16394 (java) S 16379 16379 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125868964 14309736448 5519 18446744073709551615 4194304 4196468 140722249348784 140038097062240 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16395] ppid=16379 vsize=13974352 memory=139655202322048 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16395/stat : 16395 (java) S 16379 16379 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125868969 14309736448 5519 18446744073709551615 4194304 4196468 140722249348784 140038096010288 140038919142018 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 23192 KiB

[startup+0.317643 s]*
/proc/loadavg: 2.01 2.03 2.01 3/214 16395
/proc/meminfo: memFree=29439508/32770624 swapFree=67108764/67108860
[pid=16379] ppid=16376 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16379/stat : 16379 (xcsp3-exec) S 16376 16379 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 125868949 9740288 345 18446744073709551615 4194304 5098028 140720864129216 140720864127320 139913421365884 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 23744512 140720864137594 140720864137797 140720864137797 140720864141291 0
/proc/16379/statm: 2378 345 289 221 0 87 0
[pid=16381] ppid=16379 vsize=13974352 memory=36808 CPUtime=0.25 cores=1,3,5,7
/proc/16381/stat : 16381 (java) S 16379 16379 4674 0 -1 1077944320 8856 0 0 0 23 2 0 0 20 0 15 0 125868958 14309736448 9202 18446744073709551615 4194304 4196468 140722249348784 140722249331328 140038919130871 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
/proc/16381/statm: 3493588 9202 2953 1 0 3482964 0
[pid=16381/tid=16382] ppid=16379 vsize=13974352 memory=4278483708103473607 CPUtime=0.16 cores=1,3,5,7
/proc/16381/task/16382/stat : 16382 (java) R 16379 16379 4674 0 -1 4202560 6075 0 0 0 14 2 0 0 20 0 15 0 125868958 14309736448 9202 18446744073709551615 4194304 4196468 140722249348784 140038923338272 140038903211358 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16383] ppid=16379 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16383/stat : 16383 (java) S 16379 16379 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 125868959 14309736448 9202 18446744073709551615 4194304 4196468 140722249348784 140038886689296 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16384] ppid=16379 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16384/stat : 16384 (java) S 16379 16379 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 125868959 14309736448 9202 18446744073709551615 4194304 4196468 140722249348784 140038518164112 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16385] ppid=16379 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16385/stat : 16385 (java) S 16379 16379 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 125868959 14309736448 9202 18446744073709551615 4194304 4196468 140722249348784 140038517111056 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16386] ppid=16379 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16386/stat : 16386 (java) S 16379 16379 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 125868959 14309736448 9202 18446744073709551615 4194304 4196468 140722249348784 140038516058512 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16387] ppid=16379 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16387/stat : 16387 (java) S 16379 16379 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 125868961 14309736448 9202 18446744073709551615 4194304 4196468 140722249348784 140038104431344 140038919142018 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16388] ppid=16379 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16388/stat : 16388 (java) S 16379 16379 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 125868961 14309736448 9202 18446744073709551615 4194304 4196468 140722249348784 140038103377568 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16389] ppid=16379 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16389/stat : 16389 (java) S 16379 16379 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 125868962 14309736448 9202 18446744073709551615 4194304 4196468 140722249348784 140038102324464 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16390] ppid=16379 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16390/stat : 16390 (java) S 16379 16379 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125868964 14309736448 9202 18446744073709551615 4194304 4196468 140722249348784 140038101273040 140038919149467 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16391] ppid=16379 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/16381/task/16391/stat : 16391 (java) S 16379 16379 4674 0 -1 1077944384 507 0 0 0 1 0 0 0 20 0 15 0 125868964 14309736448 9202 18446744073709551615 4194304 4196468 140722249348784 140038100220144 140038919142018 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16392] ppid=16379 vsize=13974352 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/16381/task/16392/stat : 16392 (java) S 16379 16379 4674 0 -1 1077944384 197 0 0 0 1 0 0 0 20 0 15 0 125868964 14309736448 9202 18446744073709551615 4194304 4196468 140722249348784 140038099167600 140038919142018 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16393] ppid=16379 vsize=13974352 memory=139655202322048 CPUtime=0.05 cores=1,3,5,7
/proc/16381/task/16393/stat : 16393 (java) S 16379 16379 4674 0 -1 1077944384 781 0 0 0 5 0 0 0 20 0 15 0 125868964 14309736448 9202 18446744073709551615 4194304 4196468 140722249348784 140038098114544 140038919142018 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16394] ppid=16379 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16394/stat : 16394 (java) S 16379 16379 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125868964 14309736448 9202 18446744073709551615 4194304 4196468 140722249348784 140038097062240 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16395] ppid=16379 vsize=13974352 memory=139655202322048 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16395/stat : 16395 (java) S 16379 16379 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125868969 14309736448 9202 18446744073709551615 4194304 4196468 140722249348784 140038096010288 140038919142018 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38188 KiB

[startup+0.70084 s]
/proc/loadavg: 2.01 2.03 2.01 5/214 16395
/proc/meminfo: memFree=29423532/32770624 swapFree=67108764/67108860
[pid=16379] ppid=16376 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16379/stat : 16379 (xcsp3-exec) S 16376 16379 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 125868949 9740288 345 18446744073709551615 4194304 5098028 140720864129216 140720864127320 139913421365884 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 23744512 140720864137594 140720864137797 140720864137797 140720864141291 0
/proc/16379/statm: 2378 345 289 221 0 87 0
[pid=16381] ppid=16379 vsize=13978684 memory=83820 CPUtime=1.27 cores=1,3,5,7
/proc/16381/stat : 16381 (java) S 16379 16379 4674 0 -1 1077944320 13129 0 0 0 122 5 0 0 20 0 15 0 125868958 14314172416 20955 18446744073709551615 4194304 4196468 140722249348784 140722249331328 140038919130871 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
/proc/16381/statm: 3494671 20955 3155 1 0 3482964 0
[pid=16381/tid=16382] ppid=16379 vsize=13978684 memory=5788922476706229588 CPUtime=0.53 cores=1,3,5,7
/proc/16381/task/16382/stat : 16382 (java) R 16379 16379 4674 0 -1 4202560 7868 0 0 0 49 4 0 0 20 0 15 0 125868958 14314172416 20955 18446744073709551615 4194304 4196468 140722249348784 140038923366976 140038900693217 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16383] ppid=16379 vsize=13978684 memory=7590642703118913872 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16383/stat : 16383 (java) S 16379 16379 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 125868959 14314172416 20955 18446744073709551615 4194304 4196468 140722249348784 140038886689296 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16384] ppid=16379 vsize=13978684 memory=279310179108424 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16384/stat : 16384 (java) S 16379 16379 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 125868959 14314172416 20955 18446744073709551615 4194304 4196468 140722249348784 140038518164112 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16385] ppid=16379 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16385/stat : 16385 (java) S 16379 16379 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 125868959 14314172416 20955 18446744073709551615 4194304 4196468 140722249348784 140038517111056 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16386] ppid=16379 vsize=13978684 memory=4580 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16386/stat : 16386 (java) S 16379 16379 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 125868959 14314172416 20955 18446744073709551615 4194304 4196468 140722249348784 140038516058512 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16387] ppid=16379 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16387/stat : 16387 (java) S 16379 16379 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 125868961 14314172416 20955 18446744073709551615 4194304 4196468 140722249348784 140038104431344 140038919142018 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16388] ppid=16379 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16388/stat : 16388 (java) S 16379 16379 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 125868961 14314172416 20955 18446744073709551615 4194304 4196468 140722249348784 140038103377568 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16389] ppid=16379 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16389/stat : 16389 (java) S 16379 16379 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 125868962 14314172416 20955 18446744073709551615 4194304 4196468 140722249348784 140038102324464 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16390] ppid=16379 vsize=13978684 memory=-1088251628401078322 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16390/stat : 16390 (java) S 16379 16379 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125868964 14314172416 20955 18446744073709551615 4194304 4196468 140722249348784 140038101273040 140038919149467 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16391] ppid=16379 vsize=13978684 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/16381/task/16391/stat : 16391 (java) R 16379 16379 4674 0 -1 4202560 1222 0 0 0 23 0 0 0 20 0 15 0 125868964 14314172416 20955 18446744073709551615 4194304 4196468 140722249348784 140038100220144 140038899831168 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16392] ppid=16379 vsize=13978684 memory=2768 CPUtime=0.21 cores=1,3,5,7
/proc/16381/task/16392/stat : 16392 (java) R 16379 16379 4674 0 -1 4202560 1092 0 0 0 21 0 0 0 20 0 15 0 125868964 14314172416 20955 18446744073709551615 4194304 4196468 140722249348784 140038099157392 140038902631254 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16393] ppid=16379 vsize=13978684 memory=4278483708103473607 CPUtime=0.27 cores=1,3,5,7
/proc/16381/task/16393/stat : 16393 (java) S 16379 16379 4674 0 -1 1077944384 1649 0 0 0 27 0 0 0 20 0 15 0 125868964 14314172416 20955 18446744073709551615 4194304 4196468 140722249348784 140038098114544 140038919142018 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16394] ppid=16379 vsize=13978684 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16394/stat : 16394 (java) S 16379 16379 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125868964 14314172416 20955 18446744073709551615 4194304 4196468 140722249348784 140038097062240 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16395] ppid=16379 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16395/stat : 16395 (java) S 16379 16379 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125868969 14314172416 20955 18446744073709551615 4194304 4196468 140722249348784 140038096010288 140038919142018 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 85200 KiB

[startup+1.50084 s]
/proc/loadavg: 2.01 2.03 2.01 6/214 16395
/proc/meminfo: memFree=29353352/32770624 swapFree=67108764/67108860
[pid=16379] ppid=16376 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16379/stat : 16379 (xcsp3-exec) S 16376 16379 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 125868949 9740288 345 18446744073709551615 4194304 5098028 140720864129216 140720864127320 139913421365884 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 23744512 140720864137594 140720864137797 140720864137797 140720864141291 0
/proc/16379/statm: 2378 345 289 221 0 87 0
[pid=16381] ppid=16379 vsize=13980732 memory=214716 CPUtime=3.58 cores=1,3,5,7
/proc/16381/stat : 16381 (java) S 16379 16379 4674 0 -1 1077944320 20079 0 0 0 345 13 0 0 20 0 15 0 125868958 14316269568 53679 18446744073709551615 4194304 4196468 140722249348784 140722249331328 140038919130871 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
/proc/16381/statm: 3495183 53679 3233 1 0 3483476 0
[pid=16381/tid=16382] ppid=16379 vsize=13980732 memory=279310179098544 CPUtime=1.29 cores=1,3,5,7
/proc/16381/task/16382/stat : 16382 (java) R 16379 16379 4674 0 -1 4202560 9294 0 0 0 123 6 0 0 20 0 15 0 125868958 14316269568 53679 18446744073709551615 4194304 4196468 140722249348784 140038923370096 140038565864612 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16383] ppid=16379 vsize=13980732 memory=279310179077152 CPUtime=0.02 cores=1,3,5,7
/proc/16381/task/16383/stat : 16383 (java) S 16379 16379 4674 0 -1 1077944384 239 0 0 0 2 0 0 0 20 0 15 0 125868959 14316269568 53679 18446744073709551615 4194304 4196468 140722249348784 140038886689296 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16384] ppid=16379 vsize=13980732 memory=-8774313645642428999 CPUtime=0.02 cores=1,3,5,7
/proc/16381/task/16384/stat : 16384 (java) S 16379 16379 4674 0 -1 1077944384 103 0 0 0 2 0 0 0 20 0 15 0 125868959 14316269568 53679 18446744073709551615 4194304 4196468 140722249348784 140038518164112 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16385] ppid=16379 vsize=13980732 memory=3047711428313195656 CPUtime=0.03 cores=1,3,5,7
/proc/16381/task/16385/stat : 16385 (java) S 16379 16379 4674 0 -1 1077944384 86 0 0 0 2 1 0 0 20 0 15 0 125868959 14316269568 53679 18446744073709551615 4194304 4196468 140722249348784 140038517111056 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16386] ppid=16379 vsize=13980732 memory=3047711428313588876 CPUtime=0.01 cores=1,3,5,7
/proc/16381/task/16386/stat : 16386 (java) S 16379 16379 4674 0 -1 1077944384 29 0 0 0 1 0 0 0 20 0 15 0 125868959 14316269568 53679 18446744073709551615 4194304 4196468 140722249348784 140038516058512 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16387] ppid=16379 vsize=13980732 memory=279310179159424 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16387/stat : 16387 (java) S 16379 16379 4674 0 -1 1077944384 175 0 0 0 0 0 0 0 20 0 15 0 125868961 14316269568 53679 18446744073709551615 4194304 4196468 140722249348784 140038104431344 140038919142018 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16388] ppid=16379 vsize=13980732 memory=279310178975984 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16388/stat : 16388 (java) S 16379 16379 4674 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 125868961 14316269568 53679 18446744073709551615 4194304 4196468 140722249348784 140038103377568 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16389] ppid=16379 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7

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

/proc/16381/task/16389/stat : 16389 (java) S 16379 16379 4674 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 125868962 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038102324464 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16390] ppid=16379 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16390/stat : 16390 (java) S 16379 16379 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125868964 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038101273040 140038919149467 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16391] ppid=16379 vsize=13980732 memory=1380 CPUtime=2.39 cores=1,3,5,7
/proc/16381/task/16391/stat : 16391 (java) S 16379 16379 4674 0 -1 1077944384 20883 0 0 0 236 3 0 0 20 0 15 0 125868964 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038100220144 140038919142018 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16392] ppid=16379 vsize=13980732 memory=1380 CPUtime=2.16 cores=1,3,5,7
/proc/16381/task/16392/stat : 16392 (java) S 16379 16379 4674 0 -1 1077944384 17427 0 0 0 214 2 0 0 20 0 15 0 125868964 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038099167600 140038919142018 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16393] ppid=16379 vsize=13980732 memory=1380 CPUtime=0.78 cores=1,3,5,7
/proc/16381/task/16393/stat : 16393 (java) S 16379 16379 4674 0 -1 1077944384 13833 0 0 0 76 2 0 0 20 0 15 0 125868964 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038098114544 140038919142018 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16394] ppid=16379 vsize=13980732 memory=298972 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16394/stat : 16394 (java) S 16379 16379 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125868964 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038097062240 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16395] ppid=16379 vsize=13980732 memory=1380 CPUtime=1.58 cores=1,3,5,7
/proc/16381/task/16395/stat : 16395 (java) S 16379 16379 4674 0 -1 1077944384 1162 0 0 0 73 85 0 0 20 0 15 0 125868969 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038096010288 140038919142018 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
Current children cumulated CPU time: 2449.45 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 300352 KiB

[startup+2502.3 s]
/proc/loadavg: 2.04 2.07 2.07 3/220 16662
/proc/meminfo: memFree=30544676/32770624 swapFree=67108764/67108860
[pid=16379] ppid=16376 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16379/stat : 16379 (xcsp3-exec) S 16376 16379 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 125868949 9740288 345 18446744073709551615 4194304 5098028 140720864129216 140720864127320 139913421365884 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 23744512 140720864137594 140720864137797 140720864137797 140720864141291 0
/proc/16379/statm: 2378 345 289 221 0 87 0
[pid=16381] ppid=16379 vsize=13980732 memory=298972 CPUtime=2509.49 cores=1,3,5,7
/proc/16381/stat : 16381 (java) S 16379 16379 4674 0 -1 1077944320 83610 0 0 0 250847 102 0 0 20 0 15 0 125868958 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140722249331328 140038919130871 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
/proc/16381/statm: 3495183 74743 3242 1 0 3483476 0
[pid=16381/tid=16382] ppid=16379 vsize=13980732 memory=298972 CPUtime=2502.11 cores=1,3,5,7
/proc/16381/task/16382/stat : 16382 (java) R 16379 16379 4674 0 -1 4202560 26653 0 0 0 250202 9 0 0 20 0 15 0 125868958 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038923362128 140038566301585 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16383] ppid=16379 vsize=13980732 memory=298972 CPUtime=0.07 cores=1,3,5,7
/proc/16381/task/16383/stat : 16383 (java) S 16379 16379 4674 0 -1 1077944384 292 0 0 0 6 1 0 0 20 0 15 0 125868959 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038886689296 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16384] ppid=16379 vsize=13980732 memory=298972 CPUtime=0.06 cores=1,3,5,7
/proc/16381/task/16384/stat : 16384 (java) S 16379 16379 4674 0 -1 1077944384 430 0 0 0 5 1 0 0 20 0 15 0 125868959 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038518164112 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16385] ppid=16379 vsize=13980732 memory=1380 CPUtime=0.07 cores=1,3,5,7
/proc/16381/task/16385/stat : 16385 (java) S 16379 16379 4674 0 -1 1077944384 311 0 0 0 5 2 0 0 20 0 15 0 125868959 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038517111056 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16386] ppid=16379 vsize=13980732 memory=298972 CPUtime=0.06 cores=1,3,5,7
/proc/16381/task/16386/stat : 16386 (java) S 16379 16379 4674 0 -1 1077944384 60 0 0 0 5 1 0 0 20 0 15 0 125868959 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038516058512 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16387] ppid=16379 vsize=13980732 memory=1380 CPUtime=0.07 cores=1,3,5,7
/proc/16381/task/16387/stat : 16387 (java) S 16379 16379 4674 0 -1 1077944384 1159 0 0 0 2 5 0 0 20 0 15 0 125868961 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038104431344 140038919142018 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16388] ppid=16379 vsize=13980732 memory=298972 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16388/stat : 16388 (java) S 16379 16379 4674 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 125868961 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038103377632 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16389] ppid=16379 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16389/stat : 16389 (java) S 16379 16379 4674 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 125868962 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038102324464 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16390] ppid=16379 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16390/stat : 16390 (java) S 16379 16379 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125868964 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038101273040 140038919149467 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16391] ppid=16379 vsize=13980732 memory=298972 CPUtime=2.39 cores=1,3,5,7
/proc/16381/task/16391/stat : 16391 (java) S 16379 16379 4674 0 -1 1077944384 20887 0 0 0 236 3 0 0 20 0 15 0 125868964 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038100220144 140038919142018 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16392] ppid=16379 vsize=13980732 memory=1380 CPUtime=2.16 cores=1,3,5,7
/proc/16381/task/16392/stat : 16392 (java) S 16379 16379 4674 0 -1 1077944384 17434 0 0 0 214 2 0 0 20 0 15 0 125868964 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038099167600 140038919142018 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16393] ppid=16379 vsize=13980732 memory=298972 CPUtime=0.78 cores=1,3,5,7
/proc/16381/task/16393/stat : 16393 (java) S 16379 16379 4674 0 -1 1077944384 13836 0 0 0 76 2 0 0 20 0 15 0 125868964 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038098114544 140038919142018 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16394] ppid=16379 vsize=13980732 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16394/stat : 16394 (java) S 16379 16379 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125868964 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038097062240 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16395] ppid=16379 vsize=13980732 memory=1380 CPUtime=1.61 cores=1,3,5,7
/proc/16381/task/16395/stat : 16395 (java) S 16379 16379 4674 0 -1 1077944384 1194 0 0 0 74 87 0 0 20 0 15 0 125868969 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038096010288 140038919142018 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
Current children cumulated CPU time: 2509.49 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 300352 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2512.9 s]
/proc/loadavg: 2.03 2.07 2.06 3/218 16662
/proc/meminfo: memFree=30546196/32770624 swapFree=67108764/67108860
[pid=16379] ppid=16376 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16379/stat : 16379 (xcsp3-exec) S 16376 16379 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 125868949 9740288 345 18446744073709551615 4194304 5098028 140720864129216 140720864127320 139913421365884 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 23744512 140720864137594 140720864137797 140720864137797 140720864141291 0
/proc/16379/statm: 2378 345 289 221 0 87 0
[pid=16381] ppid=16379 vsize=13980732 memory=298972 CPUtime=2520.09 cores=1,3,5,7
/proc/16381/stat : 16381 (java) S 16379 16379 4674 0 -1 1077944320 83613 0 0 0 251907 102 0 0 20 0 15 0 125868958 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140722249331328 140038919130871 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
/proc/16381/statm: 3495183 74743 3242 1 0 3483476 0
[pid=16381/tid=16382] ppid=16379 vsize=13980732 memory=298972 CPUtime=2512.71 cores=1,3,5,7
/proc/16381/task/16382/stat : 16382 (java) R 16379 16379 4674 0 -1 4202560 26654 0 0 0 251262 9 0 0 20 0 15 0 125868958 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038923362128 140038566301010 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16383] ppid=16379 vsize=13980732 memory=298972 CPUtime=0.07 cores=1,3,5,7
/proc/16381/task/16383/stat : 16383 (java) S 16379 16379 4674 0 -1 1077944384 292 0 0 0 6 1 0 0 20 0 15 0 125868959 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038886689296 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16384] ppid=16379 vsize=13980732 memory=1380 CPUtime=0.06 cores=1,3,5,7
/proc/16381/task/16384/stat : 16384 (java) S 16379 16379 4674 0 -1 1077944384 430 0 0 0 5 1 0 0 20 0 15 0 125868959 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038518164112 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16385] ppid=16379 vsize=13980732 memory=1380 CPUtime=0.07 cores=1,3,5,7
/proc/16381/task/16385/stat : 16385 (java) S 16379 16379 4674 0 -1 1077944384 311 0 0 0 5 2 0 0 20 0 15 0 125868959 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038517111056 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16386] ppid=16379 vsize=13980732 memory=298972 CPUtime=0.06 cores=1,3,5,7
/proc/16381/task/16386/stat : 16386 (java) S 16379 16379 4674 0 -1 1077944384 60 0 0 0 5 1 0 0 20 0 15 0 125868959 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038516058512 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16387] ppid=16379 vsize=13980732 memory=298972 CPUtime=0.07 cores=1,3,5,7
/proc/16381/task/16387/stat : 16387 (java) S 16379 16379 4674 0 -1 1077944384 1159 0 0 0 2 5 0 0 20 0 15 0 125868961 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038104431344 140038919142018 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16388] ppid=16379 vsize=13980732 memory=298972 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16388/stat : 16388 (java) S 16379 16379 4674 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 125868961 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038103377632 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16389] ppid=16379 vsize=13980732 memory=298972 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16389/stat : 16389 (java) S 16379 16379 4674 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 125868962 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038102324464 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16390] ppid=16379 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16390/stat : 16390 (java) S 16379 16379 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125868964 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038101273040 140038919149467 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16391] ppid=16379 vsize=13980732 memory=1380 CPUtime=2.39 cores=1,3,5,7
/proc/16381/task/16391/stat : 16391 (java) S 16379 16379 4674 0 -1 1077944384 20887 0 0 0 236 3 0 0 20 0 15 0 125868964 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038100220144 140038919142018 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16392] ppid=16379 vsize=13980732 memory=1380 CPUtime=2.16 cores=1,3,5,7
/proc/16381/task/16392/stat : 16392 (java) S 16379 16379 4674 0 -1 1077944384 17434 0 0 0 214 2 0 0 20 0 15 0 125868964 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038099167600 140038919142018 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16393] ppid=16379 vsize=13980732 memory=1380 CPUtime=0.78 cores=1,3,5,7
/proc/16381/task/16393/stat : 16393 (java) S 16379 16379 4674 0 -1 1077944384 13836 0 0 0 76 2 0 0 20 0 15 0 125868964 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038098114544 140038919142018 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16394] ppid=16379 vsize=13980732 memory=2320 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16394/stat : 16394 (java) S 16379 16379 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125868964 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038097062240 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16395] ppid=16379 vsize=13980732 memory=1724 CPUtime=1.63 cores=1,3,5,7
/proc/16381/task/16395/stat : 16395 (java) S 16379 16379 4674 0 -1 1077944384 1196 0 0 0 75 88 0 0 20 0 15 0 125868969 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038096010288 140038919142018 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 300352 KiB

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

[startup+2512.91 s]
# the end of solver process 16379 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.00095 s, system=0.00095 s

[startup+2512.91 s]
# the end of solver process 16381 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.09 s, system=1.03615 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+2512.9 s]
/proc/loadavg: 2.03 2.07 2.06 3/218 16662
/proc/meminfo: memFree=30546196/32770624 swapFree=67108764/67108860
[pid=16379] ppid=16376 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16379/stat : 16379 (xcsp3-exec) S 16376 16379 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 125868949 9740288 345 18446744073709551615 4194304 5098028 140720864129216 140720864127320 139913421365884 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 23744512 140720864137594 140720864137797 140720864137797 140720864141291 0
/proc/16379/statm: 2378 345 289 221 0 87 0
[pid=16381] ppid=16379 vsize=13980732 memory=298972 CPUtime=2520.09 cores=1,3,5,7
/proc/16381/stat : 16381 (java) S 16379 16379 4674 0 -1 1077944320 83613 0 0 0 251907 102 0 0 20 0 15 0 125868958 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140722249331328 140038919130871 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
/proc/16381/statm: 3495183 74743 3242 1 0 3483476 0
[pid=16381/tid=16382] ppid=16379 vsize=13980732 memory=298972 CPUtime=2512.71 cores=1,3,5,7
/proc/16381/task/16382/stat : 16382 (java) R 16379 16379 4674 0 -1 4202560 26654 0 0 0 251262 9 0 0 20 0 15 0 125868958 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038923362128 140038566301010 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16383] ppid=16379 vsize=13980732 memory=298972 CPUtime=0.07 cores=1,3,5,7
/proc/16381/task/16383/stat : 16383 (java) S 16379 16379 4674 0 -1 1077944384 292 0 0 0 6 1 0 0 20 0 15 0 125868959 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038886689296 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16384] ppid=16379 vsize=13980732 memory=1380 CPUtime=0.06 cores=1,3,5,7
/proc/16381/task/16384/stat : 16384 (java) S 16379 16379 4674 0 -1 1077944384 430 0 0 0 5 1 0 0 20 0 15 0 125868959 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038518164112 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16385] ppid=16379 vsize=13980732 memory=1380 CPUtime=0.07 cores=1,3,5,7
/proc/16381/task/16385/stat : 16385 (java) S 16379 16379 4674 0 -1 1077944384 311 0 0 0 5 2 0 0 20 0 15 0 125868959 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038517111056 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16386] ppid=16379 vsize=13980732 memory=298972 CPUtime=0.06 cores=1,3,5,7
/proc/16381/task/16386/stat : 16386 (java) S 16379 16379 4674 0 -1 1077944384 60 0 0 0 5 1 0 0 20 0 15 0 125868959 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038516058512 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16387] ppid=16379 vsize=13980732 memory=298972 CPUtime=0.07 cores=1,3,5,7
/proc/16381/task/16387/stat : 16387 (java) S 16379 16379 4674 0 -1 1077944384 1159 0 0 0 2 5 0 0 20 0 15 0 125868961 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038104431344 140038919142018 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16388] ppid=16379 vsize=13980732 memory=298972 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16388/stat : 16388 (java) S 16379 16379 4674 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 125868961 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038103377632 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16389] ppid=16379 vsize=13980732 memory=298972 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16389/stat : 16389 (java) S 16379 16379 4674 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 125868962 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038102324464 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16390] ppid=16379 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16390/stat : 16390 (java) S 16379 16379 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125868964 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038101273040 140038919149467 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16391] ppid=16379 vsize=13980732 memory=1380 CPUtime=2.39 cores=1,3,5,7
/proc/16381/task/16391/stat : 16391 (java) S 16379 16379 4674 0 -1 1077944384 20887 0 0 0 236 3 0 0 20 0 15 0 125868964 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038100220144 140038919142018 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16392] ppid=16379 vsize=13980732 memory=1380 CPUtime=2.16 cores=1,3,5,7
/proc/16381/task/16392/stat : 16392 (java) S 16379 16379 4674 0 -1 1077944384 17434 0 0 0 214 2 0 0 20 0 15 0 125868964 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038099167600 140038919142018 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16393] ppid=16379 vsize=13980732 memory=1380 CPUtime=0.78 cores=1,3,5,7
/proc/16381/task/16393/stat : 16393 (java) S 16379 16379 4674 0 -1 1077944384 13836 0 0 0 76 2 0 0 20 0 15 0 125868964 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038098114544 140038919142018 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16394] ppid=16379 vsize=13980732 memory=2320 CPUtime=0 cores=1,3,5,7
/proc/16381/task/16394/stat : 16394 (java) S 16379 16379 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125868964 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038097062240 140038919141077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
[pid=16381/tid=16395] ppid=16379 vsize=13980732 memory=1724 CPUtime=1.63 cores=1,3,5,7
/proc/16381/task/16395/stat : 16395 (java) S 16379 16379 4674 0 -1 1077944384 1196 0 0 0 75 88 0 0 20 0 15 0 125868969 14316269568 74743 18446744073709551615 4194304 4196468 140722249348784 140038096010288 140038919142018 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 7962624 140722249355697 140722249355873 140722249355873 140722249359311 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 300352 KiB

Child status: 143
Real time (s): 2512.91
CPU time (s): 2520.13
CPU user time (s): 2519.09
CPU system time (s): 1.03615
CPU usage (%): 100.287
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 304164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.09
system time used= 1.03615
maximum resident set size= 302784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84823
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57347
involuntary context switches= 1498


# summary of solver processes directly reported to runsolver:
#   pid: 16379,16381
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2519.09
#   total CPU system time (s): 1.03615

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5545 second user time and 26.3195 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-15 09:39:51
IDJOB=4269093
IDBENCH=126245
IDSOLVER=2660
FILE ID=node134/4269093-1502783624
RUNJOBID= node134-1502649032-24471
PBS_JOBID= 
Free space on /tmp= 62020 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-15-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-4269093-1502783624/watcher-4269093-1502783624 -o /tmp/evaluation-result-4269093-1502783624/solver-4269093-1502783624 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502649032-24471 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 14427868 HOME/instance-4269093-1502783624.xml

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

MD5SUM BENCH= a2ce00dc78b702eb5fb62c242f19e981
RANDOM SEED=14427868

node134.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.43
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.43
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.43
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.43
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:        29467348 kB
MemAvailable:   29745476 kB
Buffers:          275364 kB
Cached:           301836 kB
SwapCached:            4 kB
Active:          2613896 kB
Inactive:         230024 kB
Active(anon):    2213788 kB
Inactive(anon):   102692 kB
Active(file):     400108 kB
Inactive(file):   127332 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              7860 kB
Writeback:             4 kB
AnonPages:       2266528 kB
Mapped:            72508 kB
Shmem:             49756 kB
Slab:             159560 kB
SReclaimable:     133048 kB
SUnreclaim:        26512 kB
KernelStack:        3504 kB
PageTables:         9208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4036460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2113536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62016 MiB
End job on node134 at 2017-08-15 10:21:44