Trace number 4254035

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-07-26)SAT (TO)276 251.28999 240.022

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-17-a4.xml
MD5SUM1654769b6737315210eb217040901c4e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark248
Best CPU time to get the best result obtained on this benchmark248.728
Satisfiable
(Un)Satisfiability was proved
Number of variables17
Number of constraints8502
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":17}]
Minimum variable degree1921
Maximum variable degree1922
Distribution of variable degrees[{"degree":1921,"count":15},{"degree":1922,"count":2}]
Minimum constraint arity1
Maximum constraint arity17
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":1360},{"arity":4,"count":7140},{"arity":17,"count":1}]
Number of extensional constraints0
Number of intensional constraints8501
Distribution of constraint types[{"type":"intension","count":8501},{"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.07	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4254035-1501614273.xml"  -tl '264s' -p 1 -x 0
0.00/0.27	c [HOME/instance-4254035-1501614273.xml, -tl, 264s, -p, 1, -x, 0]
0.00/0.33	c simple solver
0.00/0.40	c parse instance...
3.60/1.44	c solve instance...
86.65/75.68	o 289 
87.31/76.24	o 280 
92.82/81.72	o 277 
95.42/84.37	o 276 
251.29/240.00	s SATISFIABLE
251.29/240.00	v <instantiation>
251.29/240.00	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] </list>
251.29/240.00	v 	<values>0 1 3 7 12 20 30 44 65 80 96 122 147 193 221 254 276 </values>
251.29/240.00	v </instantiation>
251.29/240.00	c Unexpected resolution interruption!

Verifier Data

OK	276

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4254035-1501614273/watcher-4254035-1501614273 -o /tmp/evaluation-result-4254035-1501614273/solver-4254035-1501614273 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node130-1501611170-5184 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 135022235 HOME/instance-4254035-1501614273.xml 

pid=7439
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.26 2.06 1.82 2/196 7442
/proc/meminfo: memFree=30942164/32770624 swapFree=0/181300
[pid=7442] ppid=7439 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/7442/stat : 7442 (runsolver) D 7439 7442 5123 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 10044253 24240128 108 18446744073709551615 4194304 4338465 140723834105152 140723834102792 140382706836183 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 30195712 140723834110046 140723834110534 140723834110534 140723834113994 0
/proc/7442/statm: 5918 108 54 36 0 2156 0

[startup+0.100173 s]
/proc/loadavg: 2.26 2.06 1.82 2/196 7442
/proc/meminfo: memFree=30942164/32770624 swapFree=0/181300
[pid=7442] ppid=7439 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/7442/stat : 7442 (xcsp3-exec) S 7439 7442 5123 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 10044253 9740288 345 18446744073709551615 4194304 5098028 140729613308816 140729613306920 139899371864700 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 36364288 140729613312412 140729613312615 140729613312615 140729613316075 0
/proc/7442/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200315 s]
/proc/loadavg: 2.26 2.06 1.82 2/196 7442
/proc/meminfo: memFree=30942164/32770624 swapFree=0/181300
[pid=7442] ppid=7439 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/7442/stat : 7442 (xcsp3-exec) S 7439 7442 5123 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 10044253 9740288 345 18446744073709551615 4194304 5098028 140729613308816 140729613306920 139899371864700 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 36364288 140729613312412 140729613312615 140729613312615 140729613316075 0
/proc/7442/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300238 s]
/proc/loadavg: 2.26 2.06 1.82 2/196 7442
/proc/meminfo: memFree=30942164/32770624 swapFree=0/181300
[pid=7442] ppid=7439 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/7442/stat : 7442 (xcsp3-exec) S 7439 7442 5123 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 10044253 9740288 345 18446744073709551615 4194304 5098028 140729613308816 140729613306920 139899371864700 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 36364288 140729613312412 140729613312615 140729613312615 140729613316075 0
/proc/7442/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700518 s]
/proc/loadavg: 2.26 2.06 1.82 2/196 7442
/proc/meminfo: memFree=30942164/32770624 swapFree=0/181300
[pid=7442] ppid=7439 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/7442/stat : 7442 (xcsp3-exec) S 7439 7442 5123 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 10044253 9740288 345 18446744073709551615 4194304 5098028 140729613308816 140729613306920 139899371864700 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 36364288 140729613312412 140729613312615 140729613312615 140729613316075 0
/proc/7442/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50174 s]
/proc/loadavg: 2.26 2.06 1.82 6/212 7458
/proc/meminfo: memFree=30787800/32770624 swapFree=0/181300
[pid=7442] ppid=7439 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/7442/stat : 7442 (xcsp3-exec) S 7439 7442 5123 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 10044253 9740288 345 18446744073709551615 4194304 5098028 140729613308816 140729613306920 139899371864700 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 36364288 140729613312412 140729613312615 140729613312615 140729613316075 0
/proc/7442/statm: 2378 345 289 221 0 87 0
[pid=7444] ppid=7442 vsize=13980732 CPUtime=3.86 cores=1,3,5,7
/proc/7444/stat : 7444 (java) S 7442 7442 5123 0 -1 1077944320 18299 0 0 0 378 8 0 0 20 0 15 0 10044260 14316269568 51443 18446744073709551615 4194304 4196468 140723875282144 140723875264688 140295483920119 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
/proc/7444/statm: 3495183 51443 3222 1 0 3483484 0
[pid=7444/tid=7445] ppid=7442 vsize=13980732 CPUtime=1.32 cores=1,3,5,7
/proc/7444/task/7445/stat : 7445 (java) R 7442 7442 5123 0 -1 4202560 8891 0 0 0 128 4 0 0 20 0 15 0 10044261 14316269568 51443 18446744073709551615 4194304 4196468 140723875282144 140295488158576 140295129864167 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7446] ppid=7442 vsize=13980732 CPUtime=0.01 cores=1,3,5,7
/proc/7444/task/7446/stat : 7446 (java) S 7442 7442 5123 0 -1 1077944384 43 0 0 0 1 0 0 0 20 0 15 0 10044261 14316269568 51443 18446744073709551615 4194304 4196468 140723875282144 140295444818576 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7447] ppid=7442 vsize=13980732 CPUtime=0.01 cores=1,3,5,7
/proc/7444/task/7447/stat : 7447 (java) S 7442 7442 5123 0 -1 1077944384 284 0 0 0 1 0 0 0 20 0 15 0 10044261 14316269568 51443 18446744073709551615 4194304 4196468 140723875282144 140295443765776 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7448] ppid=7442 vsize=13980732 CPUtime=0.01 cores=1,3,5,7
/proc/7444/task/7448/stat : 7448 (java) S 7442 7442 5123 0 -1 1077944384 78 0 0 0 1 0 0 0 20 0 15 0 10044261 14316269568 51443 18446744073709551615 4194304 4196468 140723875282144 140295082011024 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7449] ppid=7442 vsize=13980732 CPUtime=0.01 cores=1,3,5,7
/proc/7444/task/7449/stat : 7449 (java) S 7442 7442 5123 0 -1 1077944384 88 0 0 0 1 0 0 0 20 0 15 0 10044261 14316269568 51443 18446744073709551615 4194304 4196468 140723875282144 140295080958224 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7450] ppid=7442 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/7444/task/7450/stat : 7450 (java) S 7442 7442 5123 0 -1 1077944384 115 0 0 0 0 0 0 0 20 0 15 0 10044263 14316269568 51443 18446744073709551615 4194304 4196468 140723875282144 140294601526128 140295483931266 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7451] ppid=7442 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/7444/task/7451/stat : 7451 (java) S 7442 7442 5123 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 10044263 14316269568 51443 18446744073709551615 4194304 4196468 140723875282144 140294600472096 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7452] ppid=7442 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/7444/task/7452/stat : 7452 (java) S 7442 7442 5123 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 10044263 14316269568 51443 18446744073709551615 4194304 4196468 140723875282144 140294599419248 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7453] ppid=7442 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/7444/task/7453/stat : 7453 (java) S 7442 7442 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10044266 14316269568 51443 18446744073709551615 4194304 4196468 140723875282144 140294598367568 140295483938715 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7454] ppid=7442 vsize=13980732 CPUtime=0.95 cores=1,3,5,7
/proc/7444/task/7454/stat : 7454 (java) R 7442 7442 5123 0 -1 4202560 2587 0 0 0 95 0 0 0 20 0 15 0 10044266 14316269568 51443 18446744073709551615 4194304 4196468 140723875282144 140294597314928 140295467406950 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7455] ppid=7442 vsize=13980732 CPUtime=0.94 cores=1,3,5,7
/proc/7444/task/7455/stat : 7455 (java) S 7442 7442 5123 0 -1 1077944384 2661 0 0 0 94 0 0 0 20 0 15 0 10044266 14316269568 51443 18446744073709551615 4194304 4196468 140723875282144 140294596262128 140295483931266 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7456] ppid=7442 vsize=13980732 CPUtime=0.52 cores=1,3,5,7
/proc/7444/task/7456/stat : 7456 (java) S 7442 7442 5123 0 -1 1077944384 2209 0 0 0 52 0 0 0 20 0 15 0 10044266 14316269568 51443 18446744073709551615 4194304 4196468 140723875282144 140294595209328 140295483931266 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7457] ppid=7442 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/7444/task/7457/stat : 7457 (java) S 7442 7442 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10044266 14316269568 51443 18446744073709551615 4194304 4196468 140723875282144 140294594156768 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7458] ppid=7442 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/7444/task/7458/stat : 7458 (java) S 7442 7442 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10044272 14316269568 51443 18446744073709551615 4194304 4196468 140723875282144 140294593105072 140295483931266 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 13990244

[startup+3.10074 s]
/proc/loadavg: 2.26 2.06 1.82 3/212 7458
/proc/meminfo: memFree=30678024/32770624 swapFree=0/181312
[pid=7442] ppid=7439 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/7442/stat : 7442 (xcsp3-exec) S 7439 7442 5123 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 10044253 9740288 345 18446744073709551615 4194304 5098028 140729613308816 140729613306920 139899371864700 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 36364288 140729613312412 140729613312615 140729613312615 140729613316075 0
/proc/7442/statm: 2378 345 289 221 0 87 0
[pid=7444] ppid=7442 vsize=13980732 CPUtime=6.82 cores=1,3,5,7
/proc/7444/stat : 7444 (java) S 7442 7442 5123 0 -1 1077944320 22104 0 0 0 665 17 0 0 20 0 15 0 10044260 14316269568 69264 18446744073709551615 4194304 4196468 140723875282144 140723875264688 140295483920119 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
/proc/7444/statm: 3495183 69264 3229 1 0 3483484 0
[pid=7444/tid=7445] ppid=7442 vsize=13980732 CPUtime=2.85 cores=1,3,5,7
/proc/7444/task/7445/stat : 7445 (java) R 7442 7442 5123 0 -1 4202560 9179 0 0 0 281 4 0 0 20 0 15 0 10044261 14316269568 69264 18446744073709551615 4194304 4196468 140723875282144 140295488155568 140295130188497 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7446] ppid=7442 vsize=13980732 CPUtime=0.08 cores=1,3,5,7
/proc/7444/task/7446/stat : 7446 (java) S 7442 7442 5123 0 -1 1077944384 77 0 0 0 6 2 0 0 20 0 15 0 10044261 14316269568 69264 18446744073709551615 4194304 4196468 140723875282144 140295444818576 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7447] ppid=7442 vsize=13980732 CPUtime=0.07 cores=1,3,5,7
/proc/7444/task/7447/stat : 7447 (java) S 7442 7442 5123 0 -1 1077944384 365 0 0 0 5 2 0 0 20 0 15 0 10044261 14316269568 69264 18446744073709551615 4194304 4196468 140723875282144 140295443765776 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7448] ppid=7442 vsize=13980732 CPUtime=0.08 cores=1,3,5,7
/proc/7444/task/7448/stat : 7448 (java) S 7442 7442 5123 0 -1 1077944384 175 0 0 0 6 2 0 0 20 0 15 0 10044261 14316269568 69264 18446744073709551615 4194304 4196468 140723875282144 140295082011024 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7449] ppid=7442 vsize=13980732 CPUtime=0.07 cores=1,3,5,7
/proc/7444/task/7449/stat : 7449 (java) S 7442 7442 5123 0 -1 1077944384 112 0 0 0 5 2 0 0 20 0 15 0 10044261 14316269568 69264 18446744073709551615 4194304 4196468 140723875282144 140295080958224 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7450] ppid=7442 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/7444/task/7450/stat : 7450 (java) S 7442 7442 5123 0 -1 1077944384 144 0 0 0 0 0 0 0 20 0 15 0 10044263 14316269568 69264 18446744073709551615 4194304 4196468 140723875282144 140294601526128 140295483931266 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7451] ppid=7442 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/7444/task/7451/stat : 7451 (java) S 7442 7442 5123 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 10044263 14316269568 69264 18446744073709551615 4194304 4196468 140723875282144 140294600472160 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7452] ppid=7442 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/7444/task/7452/stat : 7452 (java) S 7442 7442 5123 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 10044263 14316269568 69264 18446744073709551615 4194304 4196468 140723875282144 140294599419248 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7453] ppid=7442 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/7444/task/7453/stat : 7453 (java) S 7442 7442 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10044266 14316269568 69264 18446744073709551615 4194304 4196468 140723875282144 140294598367568 140295483938715 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7454] ppid=7442 vsize=13980732 CPUtime=1.47 cores=1,3,5,7
/proc/7444/task/7454/stat : 7454 (java) S 7442 7442 5123 0 -1 1077944384 3781 0 0 0 147 0 0 0 20 0 15 0 10044266 14316269568 69264 18446744073709551615 4194304 4196468 140723875282144 140294597314928 140295483931266 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7455] ppid=7442 vsize=13980732 CPUtime=1.53 cores=1,3,5,7
/proc/7444/task/7455/stat : 7455 (java) S 7442 7442 5123 0 -1 1077944384 4119 0 0 0 152 1 0 0 20 0 15 0 10044266 14316269568 69264 18446744073709551615 4194304 4196468 140723875282144 140294596262128 140295483931266 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7456] ppid=7442 vsize=13980732 CPUtime=0.61 cores=1,3,5,7
/proc/7444/task/7456/stat : 7456 (java) S 7442 7442 5123 0 -1 1077944384 2803 0 0 0 60 1 0 0 20 0 15 0 10044266 14316269568 69264 18446744073709551615 4194304 4196468 140723875282144 140294595209328 140295483931266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7457] ppid=7442 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/7444/task/7457/stat : 7457 (java) S 7442 7442 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10044266 14316269568 69264 18446744073709551615 4194304 4196468 140723875282144 140294594156768 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7458] ppid=7442 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/7444/task/7458/stat : 7458 (java) S 7442 7442 5123 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 10044272 14316269568 69264 18446744073709551615 4194304 4196468 140723875282144 140294593105072 140295483931266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
Current children cumulated CPU time (s) 6.82
Current children cumulated vsize (KiB) 13990244

[startup+6.30076 s]
/proc/loadavg: 2.40 2.09 1.83 3/212 7458
/proc/meminfo: memFree=30679172/32770624 swapFree=0/181324
[pid=7442] ppid=7439 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/7442/stat : 7442 (xcsp3-exec) S 7439 7442 5123 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 10044253 9740288 345 18446744073709551615 4194304 5098028 140729613308816 140729613306920 139899371864700 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 36364288 140729613312412 140729613312615 140729613312615 140729613316075 0
/proc/7442/statm: 2378 345 289 221 0 87 0
[pid=7444] ppid=7442 vsize=13980732 CPUtime=10.04 cores=1,3,5,7
/proc/7444/stat : 7444 (java) S 7442 7442 5123 0 -1 1077944320 22158 0 0 0 986 18 0 0 20 0 15 0 10044260 14316269568 68420 18446744073709551615 4194304 4196468 140723875282144 140723875264688 140295483920119 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
/proc/7444/statm: 3495183 68420 3229 1 0 3483484 0
[pid=7444/tid=7445] ppid=7442 vsize=13980732 CPUtime=6.05 cores=1,3,5,7
/proc/7444/task/7445/stat : 7445 (java) R 7442 7442 5123 0 -1 4202560 9208 0 0 0 601 4 0 0 20 0 15 0 10044261 14316269568 68420 18446744073709551615 4194304 4196468 140723875282144 140295488155904 140295130780436 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7446] ppid=7442 vsize=13980732 CPUtime=0.08 cores=1,3,5,7
/proc/7444/task/7446/stat : 7446 (java) S 7442 7442 5123 0 -1 1077944384 77 0 0 0 6 2 0 0 20 0 15 0 10044261 14316269568 68420 18446744073709551615 4194304 4196468 140723875282144 140295444818576 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7447] ppid=7442 vsize=13980732 CPUtime=0.07 cores=1,3,5,7
/proc/7444/task/7447/stat : 7447 (java) S 7442 7442 5123 0 -1 1077944384 365 0 0 0 5 2 0 0 20 0 15 0 10044261 14316269568 68420 18446744073709551615 4194304 4196468 140723875282144 140295443765776 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7448] ppid=7442 vsize=13980732 CPUtime=0.08 cores=1,3,5,7
/proc/7444/task/7448/stat : 7448 (java) S 7442 7442 5123 0 -1 1077944384 175 0 0 0 6 2 0 0 20 0 15 0 10044261 14316269568 68420 18446744073709551615 4194304 4196468 140723875282144 140295082011024 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7449] ppid=7442 vsize=13980732 CPUtime=0.07 cores=1,3,5,7
/proc/7444/task/7449/stat : 7449 (java) S 7442 7442 5123 0 -1 1077944384 112 0 0 0 5 2 0 0 20 0 15 0 10044261 14316269568 68420 18446744073709551615 4194304 4196468 140723875282144 140295080958224 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7450] ppid=7442 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/7444/task/7450/stat : 7450 (java) S 7442 7442 5123 0 -1 1077944384 147 0 0 0 0 0 0 0 20 0 15 0 10044263 14316269568 68420 18446744073709551615 4194304 4196468 140723875282144 140294601526128 140295483931266 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7451] ppid=7442 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/7444/task/7451/stat : 7451 (java) S 7442 7442 5123 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 10044263 14316269568 68420 18446744073709551615 4194304 4196468 140723875282144 140294600472160 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7452] ppid=7442 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/7444/task/7452/stat : 7452 (java) S 7442 7442 5123 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 10044263 14316269568 68420 18446744073709551615 4194304 4196468 140723875282144 140294599419248 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7453] ppid=7442 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/7444/task/7453/stat : 7453 (java) S 7442 7442 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10044266 14316269568 68420 18446744073709551615 4194304 4196468 140723875282144 140294598367568 140295483938715 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7454] ppid=7442 vsize=13980732 CPUtime=1.47 cores=1,3,5,7
/proc/7444/task/7454/stat : 7454 (java) S 7442 7442 5123 0 -1 1077944384 3781 0 0 0 147 0 0 0 20 0 15 0 10044266 14316269568 68420 18446744073709551615 4194304 4196468 140723875282144 140294597314928 140295483931266 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7455] ppid=7442 vsize=13980732 CPUtime=1.53 cores=1,3,5,7
/proc/7444/task/7455/stat : 7455 (java) S 7442 7442 5123 0 -1 1077944384 4119 0 0 0 152 1 0 0 20 0 15 0 10044266 14316269568 68420 18446744073709551615 4194304 4196468 140723875282144 140294596262128 140295483931266 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7456] ppid=7442 vsize=13980732 CPUtime=0.61 cores=1,3,5,7
/proc/7444/task/7456/stat : 7456 (java) S 7442 7442 5123 0 -1 1077944384 2806 0 0 0 60 1 0 0 20 0 15 0 10044266 14316269568 68420 18446744073709551615 4194304 4196468 140723875282144 140294595209328 140295483931266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7457] ppid=7442 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/7444/task/7457/stat : 7457 (java) S 7442 7442 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10044266 14316269568 68420 18446744073709551615 4194304 4196468 140723875282144 140294594156768 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7458] ppid=7442 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/7444/task/7458/stat : 7458 (java) S 7442 7442 5123 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 10044272 14316269568 68420 18446744073709551615 4194304 4196468 140723875282144 140294593105072 140295483931266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
Current children cumulated CPU time (s) 10.04
Current children cumulated vsize (KiB) 13990244

[startup+12.7008 s]
/proc/loadavg: 2.37 2.09 1.83 3/212 7458
/proc/meminfo: memFree=30677688/32770624 swapFree=0/181328
[pid=7442] ppid=7439 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/7442/stat : 7442 (xcsp3-exec) S 7439 7442 5123 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 10044253 9740288 345 18446744073709551615 4194304 5098028 140729613308816 140729613306920 139899371864700 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 36364288 140729613312412 140729613312615 140729613312615 140729613316075 0
/proc/7442/statm: 2378 345 289 221 0 87 0
[pid=7444] ppid=7442 vsize=13980732 CPUtime=16.61 cores=1,3,5,7
/proc/7444/stat : 7444 (java) S 7442 7442 5123 0 -1 1077944320 24951 0 0 0 1643 18 0 0 20 0 15 0 10044260 14316269568 68776 18446744073709551615 4194304 4196468 140723875282144 140723875264688 140295483920119 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
/proc/7444/statm: 3495183 68776 3229 1 0 3483484 0
[pid=7444/tid=7445] ppid=7442 vsize=13980732 CPUtime=12.45 cores=1,3,5,7
/proc/7444/task/7445/stat : 7445 (java) R 7442 7442 5123 0 -1 4202560 9585 0 0 0 1241 4 0 0 20 0 15 0 10044261 14316269568 68776 18446744073709551615 4194304 4196468 140723875282144 140295488156784 140295130584239 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7446] ppid=7442 vsize=13980732 CPUtime=0.08 cores=1,3,5,7
/proc/7444/task/7446/stat : 7446 (java) S 7442 7442 5123 0 -1 1077944384 77 0 0 0 6 2 0 0 20 0 15 0 10044261 14316269568 68776 18446744073709551615 4194304 4196468 140723875282144 140295444818576 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7447] ppid=7442 vsize=13980732 CPUtime=0.07 cores=1,3,5,7
/proc/7444/task/7447/stat : 7447 (java) S 7442 7442 5123 0 -1 1077944384 365 0 0 0 5 2 0 0 20 0 15 0 10044261 14316269568 68776 18446744073709551615 4194304 4196468 140723875282144 140295443765776 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0

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

[pid=7444/tid=7451] ppid=7442 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/7444/task/7451/stat : 7451 (java) S 7442 7442 5123 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 10044263 14316269568 746899 18446744073709551615 4194304 4196468 140723875282144 140294600472160 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7452] ppid=7442 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/7444/task/7452/stat : 7452 (java) S 7442 7442 5123 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 10044263 14316269568 746899 18446744073709551615 4194304 4196468 140723875282144 140294599419264 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7453] ppid=7442 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/7444/task/7453/stat : 7453 (java) S 7442 7442 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10044266 14316269568 746899 18446744073709551615 4194304 4196468 140723875282144 140294598367568 140295483938715 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7454] ppid=7442 vsize=13980732 CPUtime=1.76 cores=1,3,5,7
/proc/7444/task/7454/stat : 7454 (java) S 7442 7442 5123 0 -1 1077944384 7264 0 0 0 175 1 0 0 20 0 15 0 10044266 14316269568 746899 18446744073709551615 4194304 4196468 140723875282144 140294597314928 140295483931266 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7455] ppid=7442 vsize=13980732 CPUtime=1.74 cores=1,3,5,7
/proc/7444/task/7455/stat : 7455 (java) S 7442 7442 5123 0 -1 1077944384 6118 0 0 0 173 1 0 0 20 0 15 0 10044266 14316269568 746899 18446744073709551615 4194304 4196468 140723875282144 140294596262128 140295483931266 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7456] ppid=7442 vsize=13980732 CPUtime=0.7 cores=1,3,5,7
/proc/7444/task/7456/stat : 7456 (java) S 7442 7442 5123 0 -1 1077944384 4925 0 0 0 69 1 0 0 20 0 15 0 10044266 14316269568 746899 18446744073709551615 4194304 4196468 140723875282144 140294595209328 140295483931266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7457] ppid=7442 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/7444/task/7457/stat : 7457 (java) S 7442 7442 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10044266 14316269568 746899 18446744073709551615 4194304 4196468 140723875282144 140294594156768 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7458] ppid=7442 vsize=13980732 CPUtime=0.06 cores=1,3,5,7
/proc/7444/task/7458/stat : 7458 (java) S 7442 7442 5123 0 -1 1077944384 180 0 0 0 2 4 0 0 20 0 15 0 10044272 14316269568 746899 18446744073709551615 4194304 4196468 140723875282144 140294593105072 140295483931266 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
Current children cumulated CPU time (s) 113.47
Current children cumulated vsize (KiB) 13990244

[startup+162.301 s]
/proc/loadavg: 2.07 2.08 1.87 3/212 7463
/proc/meminfo: memFree=27957492/32770624 swapFree=0/181420
[pid=7442] ppid=7439 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/7442/stat : 7442 (xcsp3-exec) S 7439 7442 5123 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 10044253 9740288 345 18446744073709551615 4194304 5098028 140729613308816 140729613306920 139899371864700 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 36364288 140729613312412 140729613312615 140729613312615 140729613316075 0
/proc/7442/statm: 2378 345 289 221 0 87 0
[pid=7444] ppid=7442 vsize=13980732 CPUtime=173.53 cores=1,3,5,7
/proc/7444/stat : 7444 (java) S 7442 7442 5123 0 -1 1077944320 45374 0 0 0 17257 96 0 0 20 0 15 0 10044260 14316269568 746930 18446744073709551615 4194304 4196468 140723875282144 140723875264688 140295483920119 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
/proc/7444/statm: 3495183 746930 3246 1 0 3483484 0
[pid=7444/tid=7445] ppid=7442 vsize=13980732 CPUtime=156.89 cores=1,3,5,7
/proc/7444/task/7445/stat : 7445 (java) R 7442 7442 5123 0 -1 4202560 12893 0 0 0 15680 9 0 0 20 0 15 0 10044261 14316269568 746930 18446744073709551615 4194304 4196468 140723875282144 140295488155712 140295130115986 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7446] ppid=7442 vsize=13980732 CPUtime=2.34 cores=1,3,5,7
/proc/7444/task/7446/stat : 7446 (java) S 7442 7442 5123 0 -1 1077944384 1598 0 0 0 216 18 0 0 20 0 15 0 10044261 14316269568 746930 18446744073709551615 4194304 4196468 140723875282144 140295444818576 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7447] ppid=7442 vsize=13980732 CPUtime=2.32 cores=1,3,5,7
/proc/7444/task/7447/stat : 7447 (java) S 7442 7442 5123 0 -1 1077944384 1782 0 0 0 214 18 0 0 20 0 15 0 10044261 14316269568 746930 18446744073709551615 4194304 4196468 140723875282144 140295443765776 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7448] ppid=7442 vsize=13980732 CPUtime=2.35 cores=1,3,5,7
/proc/7444/task/7448/stat : 7448 (java) S 7442 7442 5123 0 -1 1077944384 1345 0 0 0 212 23 0 0 20 0 15 0 10044261 14316269568 746930 18446744073709551615 4194304 4196468 140723875282144 140295082011024 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7449] ppid=7442 vsize=13980732 CPUtime=2.32 cores=1,3,5,7
/proc/7444/task/7449/stat : 7449 (java) S 7442 7442 5123 0 -1 1077944384 696 0 0 0 218 14 0 0 20 0 15 0 10044261 14316269568 746930 18446744073709551615 4194304 4196468 140723875282144 140295080958224 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7450] ppid=7442 vsize=13980732 CPUtime=2.89 cores=1,3,5,7
/proc/7444/task/7450/stat : 7450 (java) S 7442 7442 5123 0 -1 1077944384 6583 0 0 0 288 1 0 0 20 0 15 0 10044263 14316269568 746930 18446744073709551615 4194304 4196468 140723875282144 140294601526128 140295483931266 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7451] ppid=7442 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/7444/task/7451/stat : 7451 (java) S 7442 7442 5123 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 10044263 14316269568 746930 18446744073709551615 4194304 4196468 140723875282144 140294600472160 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7452] ppid=7442 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/7444/task/7452/stat : 7452 (java) S 7442 7442 5123 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 10044263 14316269568 746930 18446744073709551615 4194304 4196468 140723875282144 140294599419264 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7453] ppid=7442 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/7444/task/7453/stat : 7453 (java) S 7442 7442 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10044266 14316269568 746930 18446744073709551615 4194304 4196468 140723875282144 140294598367568 140295483938715 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7454] ppid=7442 vsize=13980732 CPUtime=1.78 cores=1,3,5,7
/proc/7444/task/7454/stat : 7454 (java) S 7442 7442 5123 0 -1 1077944384 7816 0 0 0 177 1 0 0 20 0 15 0 10044266 14316269568 746930 18446744073709551615 4194304 4196468 140723875282144 140294597314928 140295483931266 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7455] ppid=7442 vsize=13980732 CPUtime=1.74 cores=1,3,5,7
/proc/7444/task/7455/stat : 7455 (java) S 7442 7442 5123 0 -1 1077944384 6125 0 0 0 173 1 0 0 20 0 15 0 10044266 14316269568 746930 18446744073709551615 4194304 4196468 140723875282144 140294596262128 140295483931266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7456] ppid=7442 vsize=13980732 CPUtime=0.71 cores=1,3,5,7
/proc/7444/task/7456/stat : 7456 (java) S 7442 7442 5123 0 -1 1077944384 4961 0 0 0 70 1 0 0 20 0 15 0 10044266 14316269568 746930 18446744073709551615 4194304 4196468 140723875282144 140294595209328 140295483931266 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7457] ppid=7442 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/7444/task/7457/stat : 7457 (java) S 7442 7442 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10044266 14316269568 746930 18446744073709551615 4194304 4196468 140723875282144 140294594156768 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7458] ppid=7442 vsize=13980732 CPUtime=0.1 cores=1,3,5,7
/proc/7444/task/7458/stat : 7458 (java) S 7442 7442 5123 0 -1 1077944384 206 0 0 0 5 5 0 0 20 0 15 0 10044272 14316269568 746930 18446744073709551615 4194304 4196468 140723875282144 140294593105072 140295483931266 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
Current children cumulated CPU time (s) 173.53
Current children cumulated vsize (KiB) 13990244

[startup+222.306 s]
/proc/loadavg: 2.08 2.08 1.88 3/212 7543
/proc/meminfo: memFree=28899612/32770624 swapFree=0/181476
[pid=7442] ppid=7439 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/7442/stat : 7442 (xcsp3-exec) S 7439 7442 5123 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 10044253 9740288 345 18446744073709551615 4194304 5098028 140729613308816 140729613306920 139899371864700 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 36364288 140729613312412 140729613312615 140729613312615 140729613316075 0
/proc/7442/statm: 2378 345 289 221 0 87 0
[pid=7444] ppid=7442 vsize=13980732 CPUtime=233.59 cores=1,3,5,7
/proc/7444/stat : 7444 (java) S 7442 7442 5123 0 -1 1077944320 47658 0 0 0 23261 98 0 0 20 0 15 0 10044260 14316269568 746935 18446744073709551615 4194304 4196468 140723875282144 140723875264688 140295483920119 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
/proc/7444/statm: 3495183 746935 3246 1 0 3483484 0
[pid=7444/tid=7445] ppid=7442 vsize=13980732 CPUtime=216.9 cores=1,3,5,7
/proc/7444/task/7445/stat : 7445 (java) R 7442 7442 5123 0 -1 4202560 13780 0 0 0 21680 10 0 0 20 0 15 0 10044261 14316269568 746935 18446744073709551615 4194304 4196468 140723875282144 140295488157336 140295130295909 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7446] ppid=7442 vsize=13980732 CPUtime=2.34 cores=1,3,5,7
/proc/7444/task/7446/stat : 7446 (java) S 7442 7442 5123 0 -1 1077944384 1598 0 0 0 216 18 0 0 20 0 15 0 10044261 14316269568 746935 18446744073709551615 4194304 4196468 140723875282144 140295444818576 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7447] ppid=7442 vsize=13980732 CPUtime=2.32 cores=1,3,5,7
/proc/7444/task/7447/stat : 7447 (java) S 7442 7442 5123 0 -1 1077944384 1782 0 0 0 214 18 0 0 20 0 15 0 10044261 14316269568 746935 18446744073709551615 4194304 4196468 140723875282144 140295443765776 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7448] ppid=7442 vsize=13980732 CPUtime=2.35 cores=1,3,5,7
/proc/7444/task/7448/stat : 7448 (java) S 7442 7442 5123 0 -1 1077944384 1345 0 0 0 212 23 0 0 20 0 15 0 10044261 14316269568 746935 18446744073709551615 4194304 4196468 140723875282144 140295082011024 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7449] ppid=7442 vsize=13980732 CPUtime=2.32 cores=1,3,5,7
/proc/7444/task/7449/stat : 7449 (java) S 7442 7442 5123 0 -1 1077944384 696 0 0 0 218 14 0 0 20 0 15 0 10044261 14316269568 746935 18446744073709551615 4194304 4196468 140723875282144 140295080958224 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7450] ppid=7442 vsize=13980732 CPUtime=2.89 cores=1,3,5,7
/proc/7444/task/7450/stat : 7450 (java) S 7442 7442 5123 0 -1 1077944384 6638 0 0 0 288 1 0 0 20 0 15 0 10044263 14316269568 746935 18446744073709551615 4194304 4196468 140723875282144 140294601526128 140295483931266 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7451] ppid=7442 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/7444/task/7451/stat : 7451 (java) S 7442 7442 5123 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 10044263 14316269568 746935 18446744073709551615 4194304 4196468 140723875282144 140294600472160 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7452] ppid=7442 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/7444/task/7452/stat : 7452 (java) S 7442 7442 5123 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 10044263 14316269568 746935 18446744073709551615 4194304 4196468 140723875282144 140294599419264 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7453] ppid=7442 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/7444/task/7453/stat : 7453 (java) S 7442 7442 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10044266 14316269568 746935 18446744073709551615 4194304 4196468 140723875282144 140294598367568 140295483938715 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7454] ppid=7442 vsize=13980732 CPUtime=1.78 cores=1,3,5,7
/proc/7444/task/7454/stat : 7454 (java) S 7442 7442 5123 0 -1 1077944384 7857 0 0 0 177 1 0 0 20 0 15 0 10044266 14316269568 746935 18446744073709551615 4194304 4196468 140723875282144 140294597314928 140295483931266 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7455] ppid=7442 vsize=13980732 CPUtime=1.75 cores=1,3,5,7
/proc/7444/task/7455/stat : 7455 (java) S 7442 7442 5123 0 -1 1077944384 7048 0 0 0 174 1 0 0 20 0 15 0 10044266 14316269568 746935 18446744073709551615 4194304 4196468 140723875282144 140294596262128 140295483931266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7456] ppid=7442 vsize=13980732 CPUtime=0.71 cores=1,3,5,7
/proc/7444/task/7456/stat : 7456 (java) S 7442 7442 5123 0 -1 1077944384 5259 0 0 0 70 1 0 0 20 0 15 0 10044266 14316269568 746935 18446744073709551615 4194304 4196468 140723875282144 140294595209328 140295483931266 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7457] ppid=7442 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/7444/task/7457/stat : 7457 (java) S 7442 7442 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10044266 14316269568 746935 18446744073709551615 4194304 4196468 140723875282144 140294594156768 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7458] ppid=7442 vsize=13980732 CPUtime=0.13 cores=1,3,5,7
/proc/7444/task/7458/stat : 7458 (java) S 7442 7442 5123 0 -1 1077944384 286 0 0 0 6 7 0 0 20 0 15 0 10044272 14316269568 746935 18446744073709551615 4194304 4196468 140723875282144 140294593105072 140295483931266 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
Current children cumulated CPU time (s) 233.59
Current children cumulated vsize (KiB) 13990244



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.06 2.07 1.88 3/212 7543
/proc/meminfo: memFree=28838668/32770624 swapFree=0/181492
[pid=7442] ppid=7439 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/7442/stat : 7442 (xcsp3-exec) S 7439 7442 5123 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 10044253 9740288 345 18446744073709551615 4194304 5098028 140729613308816 140729613306920 139899371864700 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 36364288 140729613312412 140729613312615 140729613312615 140729613316075 0
/proc/7442/statm: 2378 345 289 221 0 87 0
[pid=7444] ppid=7442 vsize=13980732 CPUtime=251.29 cores=1,3,5,7
/proc/7444/stat : 7444 (java) S 7442 7442 5123 0 -1 1077944320 47678 0 0 0 25031 98 0 0 20 0 15 0 10044260 14316269568 746935 18446744073709551615 4194304 4196468 140723875282144 140723875264688 140295483920119 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
/proc/7444/statm: 3495183 746935 3246 1 0 3483484 0
[pid=7444/tid=7445] ppid=7442 vsize=13980732 CPUtime=234.6 cores=1,3,5,7
/proc/7444/task/7445/stat : 7445 (java) R 7442 7442 5123 0 -1 4202560 13800 0 0 0 23450 10 0 0 20 0 15 0 10044261 14316269568 746935 18446744073709551615 4194304 4196468 140723875282144 140295488157336 140295131378893 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7446] ppid=7442 vsize=13980732 CPUtime=2.34 cores=1,3,5,7
/proc/7444/task/7446/stat : 7446 (java) S 7442 7442 5123 0 -1 1077944384 1598 0 0 0 216 18 0 0 20 0 15 0 10044261 14316269568 746935 18446744073709551615 4194304 4196468 140723875282144 140295444818576 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7447] ppid=7442 vsize=13980732 CPUtime=2.32 cores=1,3,5,7
/proc/7444/task/7447/stat : 7447 (java) S 7442 7442 5123 0 -1 1077944384 1782 0 0 0 214 18 0 0 20 0 15 0 10044261 14316269568 746935 18446744073709551615 4194304 4196468 140723875282144 140295443765776 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7448] ppid=7442 vsize=13980732 CPUtime=2.35 cores=1,3,5,7
/proc/7444/task/7448/stat : 7448 (java) S 7442 7442 5123 0 -1 1077944384 1345 0 0 0 212 23 0 0 20 0 15 0 10044261 14316269568 746935 18446744073709551615 4194304 4196468 140723875282144 140295082011024 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7449] ppid=7442 vsize=13980732 CPUtime=2.32 cores=1,3,5,7
/proc/7444/task/7449/stat : 7449 (java) S 7442 7442 5123 0 -1 1077944384 696 0 0 0 218 14 0 0 20 0 15 0 10044261 14316269568 746935 18446744073709551615 4194304 4196468 140723875282144 140295080958224 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7450] ppid=7442 vsize=13980732 CPUtime=2.89 cores=1,3,5,7
/proc/7444/task/7450/stat : 7450 (java) S 7442 7442 5123 0 -1 1077944384 6638 0 0 0 288 1 0 0 20 0 15 0 10044263 14316269568 746935 18446744073709551615 4194304 4196468 140723875282144 140294601526128 140295483931266 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7451] ppid=7442 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/7444/task/7451/stat : 7451 (java) S 7442 7442 5123 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 10044263 14316269568 746935 18446744073709551615 4194304 4196468 140723875282144 140294600472160 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7452] ppid=7442 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/7444/task/7452/stat : 7452 (java) S 7442 7442 5123 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 10044263 14316269568 746935 18446744073709551615 4194304 4196468 140723875282144 140294599419264 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7453] ppid=7442 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/7444/task/7453/stat : 7453 (java) S 7442 7442 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10044266 14316269568 746935 18446744073709551615 4194304 4196468 140723875282144 140294598367568 140295483938715 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7454] ppid=7442 vsize=13980732 CPUtime=1.78 cores=1,3,5,7
/proc/7444/task/7454/stat : 7454 (java) S 7442 7442 5123 0 -1 1077944384 7857 0 0 0 177 1 0 0 20 0 15 0 10044266 14316269568 746935 18446744073709551615 4194304 4196468 140723875282144 140294597314928 140295483931266 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7455] ppid=7442 vsize=13980732 CPUtime=1.75 cores=1,3,5,7
/proc/7444/task/7455/stat : 7455 (java) S 7442 7442 5123 0 -1 1077944384 7048 0 0 0 174 1 0 0 20 0 15 0 10044266 14316269568 746935 18446744073709551615 4194304 4196468 140723875282144 140294596262128 140295483931266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7456] ppid=7442 vsize=13980732 CPUtime=0.71 cores=1,3,5,7
/proc/7444/task/7456/stat : 7456 (java) S 7442 7442 5123 0 -1 1077944384 5259 0 0 0 70 1 0 0 20 0 15 0 10044266 14316269568 746935 18446744073709551615 4194304 4196468 140723875282144 140294595209328 140295483931266 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7457] ppid=7442 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/7444/task/7457/stat : 7457 (java) S 7442 7442 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10044266 14316269568 746935 18446744073709551615 4194304 4196468 140723875282144 140294594156768 140295483930325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
[pid=7444/tid=7458] ppid=7442 vsize=13980732 CPUtime=0.15 cores=1,3,5,7
/proc/7444/task/7458/stat : 7458 (java) S 7442 7442 5123 0 -1 1077944384 286 0 0 0 7 8 0 0 20 0 15 0 10044272 14316269568 746935 18446744073709551615 4194304 4196468 140723875282144 140294593105072 140295483931266 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22724608 140723875283412 140723875283587 140723875283587 140723875286991 0
Current children cumulated CPU time (s) 251.29
Current children cumulated vsize (KiB) 13990244

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 7444 sig 9
??? kill 7442 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7442 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=1745
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=960
# CPU time returned by wait4() is 0.002705
# while last known CPU time is 251.29
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 240.022
CPU time (s): 251.29
CPU user time (s): 250.31
CPU system time (s): 0.98
CPU usage (%): 104.695
Max. virtual memory (cumulated for all children) (KiB): 13990244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001745
system time used= 0.00096
maximum resident set size= 1384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 509
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 1

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.07769 second user time and 1.6041 second system time

The end

Launcher Data

Begin job on node130 at 2017-08-01 20:50:38
IDJOB=4254035
IDBENCH=126240
IDSOLVER=2635
FILE ID=node130/4254035-1501614273
RUNJOBID= node130-1501611170-5184
PBS_JOBID= 
Free space on /tmp= 61648 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-17-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-4254035-1501614273/watcher-4254035-1501614273 -o /tmp/evaluation-result-4254035-1501614273/solver-4254035-1501614273 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node130-1501611170-5184 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 135022235 HOME/instance-4254035-1501614273.xml

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

MD5SUM BENCH= 1654769b6737315210eb217040901c4e
RANDOM SEED=135022235

node130.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.46
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.46
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.46
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.46
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:        30942208 kB
MemAvailable:   30993120 kB
Buffers:           91552 kB
Cached:           244456 kB
SwapCached:            0 kB
Active:          1240748 kB
Inactive:         189832 kB
Active(anon):    1095036 kB
Inactive(anon):     8532 kB
Active(file):     145712 kB
Inactive(file):   181300 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8324 kB
Writeback:             4 kB
AnonPages:       1094256 kB
Mapped:            42136 kB
Shmem:              8872 kB
Slab:             103752 kB
SReclaimable:      79468 kB
SUnreclaim:        24284 kB
KernelStack:        3456 kB
PageTables:         6948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3118284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    927744 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= 61644 MiB
End job on node130 at 2017-08-01 20:54:38