Trace number 4302131

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.7b seq (e747e1e)SAT (TO)104 252.109 247.512

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-20-30-00_c18.xml
MD5SUM22e303206e5b0ea869a7ab153bbd8d22
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark252.109
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints21
Number of domains2
Minimum domain size20
Maximum domain size32
Distribution of domain sizes[{"size":20,"count":20},{"size":32,"count":20}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":20}]
Minimum constraint arity3
Maximum constraint arity20
Distribution of constraint arities[{"arity":3,"count":20},{"arity":20,"count":1}]
Number of extensional constraints20
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":20},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4302131-1532888832.xml"  -tl '252s' -p 1
0.12/0.17	c Choco e747e1e
0.12/0.17	c [HOME/instance-4302131-1532888832.xml, -tl, 252s, -p, 1]
0.12/0.21	c simple solver
0.34/0.28	c parse instance...
0.73/0.48	c solve instance...
1.01/0.59	o 163 
1.01/0.59	o 162 
1.01/0.59	o 153 
1.34/0.64	o 152 
1.34/0.67	o 151 
1.34/0.68	o 150 
1.62/0.79	o 149 
1.62/0.79	o 147 
1.94/0.87	o 143 
2.27/0.93	o 142 
2.27/0.97	o 140 
3.46/1.36	o 132 
3.76/1.48	o 131 
12.15/8.21	o 126 
12.15/8.22	o 125 
20.29/16.28	o 122 
20.70/16.65	o 121 
36.09/31.89	o 119 
36.19/31.90	o 116 
36.19/31.92	o 114 
37.99/33.79	o 113 
63.72/59.33	o 111 
64.32/59.90	o 110 
64.32/59.90	o 108 
64.32/59.91	o 107 
64.32/59.91	o 105 
142.69/138.29	o 104 
252.09/247.50	s SATISFIABLE
252.09/247.50	v <instantiation>
252.09/247.50	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] </list>
252.09/247.50	v 	<values>17 19 18 11 9 12 10 8 6 5 3 2 0 1 4 7 15 13 14 16 4 12 7 5 7 6 4 8 6 4 2 2 7 4 8 9 1 1 3 4 </values>
252.09/247.50	v </instantiation>
252.09/247.50	c Unexpected resolution interruption!

Verifier Data

OK	104

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302131-1532888832/watcher-4302131-1532888832 -o /tmp/evaluation-result-4302131-1532888832/solver-4302131-1532888832 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532880125-7616 --watchdog 312 HOME/xcsp3-exec -seed 464201869 -dir HOME -tl 252 -ml 11000 -p 1 HOME/instance-4302131-1532888832.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=15282, runsolver pid=15279
Current StackSize limit: 8192 KiB


[startup+0.100063 s]*
/proc/loadavg: 1.82 1.86 1.86 5/217 15298
/proc/meminfo: memFree=27166576/32770624 swapFree=67108496/67108860
[pid=15282] ppid=15279 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15282/stat : 15282 (xcsp3-exec) S 15279 15282 7585 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106446446 115843072 363 33554432000 4194304 5098028 140725709278528 140725709276632 139799996510844 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21213184 140725709284417 140725709284617 140725709284617 140725709287370 0
/proc/15282/statm: 28282 363 305 221 0 87 0
[pid=15284] ppid=15282 vsize=14082940 memory=28844 CPUtime=0.12 cores=0,2,4,6
/proc/15284/stat : 15284 (java) S 15282 15282 7585 0 -1 1077944320 5565 0 0 0 11 1 0 0 20 0 15 0 106446446 14420930560 7211 33554432000 4194304 4196468 140726027956352 140726027938896 140025051012855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
/proc/15284/statm: 3520735 7211 3029 1 0 3483012 0
[pid=15284/tid=15285] ppid=15282 vsize=14082940 memory=-6962121287837372198 CPUtime=0.08 cores=0,2,4,6
/proc/15284/task/15285/stat : 15285 (java) R 15282 15282 7585 0 -1 4202560 3583 0 0 0 8 0 0 0 20 0 15 0 106446446 14420930560 7276 33554432000 4194304 4196468 140726027956352 140025055246128 140025051024790 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15286] ppid=15282 vsize=14082940 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15286/stat : 15286 (java) S 15282 15282 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106446447 14420930560 7276 33554432000 4194304 4196468 140726027956352 140025003633296 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15287] ppid=15282 vsize=14082940 memory=140612905109120 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15287/stat : 15287 (java) S 15282 15282 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106446447 14420930560 7276 33554432000 4194304 4196468 140726027956352 140025002580496 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15288] ppid=15282 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15288/stat : 15288 (java) S 15282 15282 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106446447 14420930560 7276 33554432000 4194304 4196468 140726027956352 140025001527696 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15289] ppid=15282 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15289/stat : 15289 (java) S 15282 15282 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106446447 14420930560 7276 33554432000 4194304 4196468 140726027956352 140025000474896 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15290] ppid=15282 vsize=14082940 memory=140612905109120 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15290/stat : 15290 (java) S 15282 15282 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106446448 14420930560 7276 33554432000 4194304 4196468 140726027956352 140024592350064 140025051024002 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15291] ppid=15282 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15291/stat : 15291 (java) S 15282 15282 7585 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106446449 14420930560 7276 33554432000 4194304 4196468 140726027956352 140024523777568 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15292] ppid=15282 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15292/stat : 15292 (java) S 15282 15282 7585 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106446449 14420930560 7276 33554432000 4194304 4196468 140726027956352 140024522724720 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15293] ppid=15282 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15293/stat : 15293 (java) S 15282 15282 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106446451 14420930560 7276 33554432000 4194304 4196468 140726027956352 140024521673040 140025051031451 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15294] ppid=15282 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15294/stat : 15294 (java) S 15282 15282 7585 0 -1 1077944384 417 0 0 0 0 0 0 0 20 0 15 0 106446451 14420930560 7276 33554432000 4194304 4196468 140726027956352 140024520620400 140025051024002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15295] ppid=15282 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15295/stat : 15295 (java) S 15282 15282 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106446451 14420930560 7276 33554432000 4194304 4196468 140726027956352 140024519567600 140025051024002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15296] ppid=15282 vsize=14082940 memory=140612905109120 CPUtime=0.01 cores=0,2,4,6
/proc/15284/task/15296/stat : 15296 (java) R 15282 15282 7585 0 -1 4202560 266 0 0 0 1 0 0 0 20 0 15 0 106446451 14420930560 7276 33554432000 4194304 4196468 140726027956352 140024518514800 140025029709821 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15297] ppid=15282 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15297/stat : 15297 (java) S 15282 15282 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106446452 14420930560 7276 33554432000 4194304 4196468 140726027956352 140024517462240 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15298] ppid=15282 vsize=14082940 memory=140612905109120 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15298/stat : 15298 (java) S 15282 15282 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106446452 14420930560 7276 33554432000 4194304 4196468 140726027956352 140024516410544 140025051024002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 30296 KiB

[startup+0.211508 s]*
/proc/loadavg: 1.82 1.86 1.86 6/217 15298
/proc/meminfo: memFree=27155308/32770624 swapFree=67108496/67108860
[pid=15282] ppid=15279 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15282/stat : 15282 (xcsp3-exec) S 15279 15282 7585 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106446446 115843072 363 33554432000 4194304 5098028 140725709278528 140725709276632 139799996510844 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21213184 140725709284417 140725709284617 140725709284617 140725709287370 0
/proc/15282/statm: 28282 363 305 221 0 87 0
[pid=15284] ppid=15282 vsize=14082940 memory=40968 CPUtime=0.34 cores=0,2,4,6
/proc/15284/stat : 15284 (java) S 15282 15282 7585 0 -1 1077944320 8305 0 0 0 32 2 0 0 20 0 15 0 106446446 14420930560 10242 33554432000 4194304 4196468 140726027956352 140726027938896 140025051012855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
/proc/15284/statm: 3520735 10242 3171 1 0 3483012 0
[pid=15284/tid=15285] ppid=15282 vsize=14082940 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/15284/task/15285/stat : 15285 (java) D 15282 15282 7585 0 -1 1077944384 5456 0 0 0 18 1 0 0 20 0 15 0 106446446 14420930560 10306 33554432000 4194304 4196468 140726027956352 140025055237024 140025043692077 0 4 0 16800975 18446744072101756452 0 0 -1 0 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15286] ppid=15282 vsize=14082940 memory=8950 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15286/stat : 15286 (java) S 15282 15282 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106446447 14420930560 10306 33554432000 4194304 4196468 140726027956352 140025003633296 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15287] ppid=15282 vsize=14082972 memory=288370989056820864 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15287/stat : 15287 (java) S 15282 15282 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106446447 14420963328 10306 33554432000 4194304 4196468 140726027956352 140025002580496 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15288] ppid=15282 vsize=14082972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15288/stat : 15288 (java) S 15282 15282 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106446447 14420963328 10306 33554432000 4194304 4196468 140726027956352 140025001527696 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15289] ppid=15282 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15289/stat : 15289 (java) S 15282 15282 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106446447 14420930560 10307 33554432000 4194304 4196468 140726027956352 140025000474896 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15290] ppid=15282 vsize=14082940 memory=140612905109120 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15290/stat : 15290 (java) S 15282 15282 7585 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106446448 14420930560 10307 33554432000 4194304 4196468 140726027956352 140024592350064 140025051024002 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15291] ppid=15282 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15291/stat : 15291 (java) S 15282 15282 7585 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106446449 14420930560 10307 33554432000 4194304 4196468 140726027956352 140024523777568 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15292] ppid=15282 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15292/stat : 15292 (java) S 15282 15282 7585 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106446449 14420930560 10307 33554432000 4194304 4196468 140726027956352 140024522724720 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15293] ppid=15282 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15293/stat : 15293 (java) S 15282 15282 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106446451 14420930560 10307 33554432000 4194304 4196468 140726027956352 140024521673040 140025051031451 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15294] ppid=15282 vsize=14082940 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/15284/task/15294/stat : 15294 (java) S 15282 15282 7585 0 -1 1077944384 689 0 0 0 3 0 0 0 20 0 15 0 106446451 14420930560 10307 33554432000 4194304 4196468 140726027956352 140024520620400 140025051024002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15295] ppid=15282 vsize=14085056 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/15284/task/15295/stat : 15295 (java) S 15282 15282 7585 0 -1 1077944384 124 0 0 0 1 0 0 0 20 0 15 0 106446451 14423097344 10307 33554432000 4194304 4196468 140726027956352 140024519567600 140025051024002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15296] ppid=15282 vsize=14085056 memory=140612905109120 CPUtime=0.08 cores=0,2,4,6
/proc/15284/task/15296/stat : 15296 (java) S 15282 15282 7585 0 -1 1077944384 736 0 0 0 8 0 0 0 20 0 15 0 106446451 14423097344 10307 33554432000 4194304 4196468 140726027956352 140024518514800 140025051024002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15297] ppid=15282 vsize=14085056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15297/stat : 15297 (java) S 15282 15282 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106446452 14423097344 10307 33554432000 4194304 4196468 140726027956352 140024517462240 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15298] ppid=15282 vsize=14085056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15298/stat : 15298 (java) S 15282 15282 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106446452 14423097344 10307 33554432000 4194304 4196468 140726027956352 140024516410544 140025051024002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 42420 KiB

[startup+0.310425 s]*
/proc/loadavg: 1.82 1.86 1.86 4/217 15298
/proc/meminfo: memFree=27148824/32770624 swapFree=67108496/67108860
[pid=15282] ppid=15279 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15282/stat : 15282 (xcsp3-exec) S 15279 15282 7585 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106446446 115843072 363 33554432000 4194304 5098028 140725709278528 140725709276632 139799996510844 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21213184 140725709284417 140725709284617 140725709284617 140725709287370 0
/proc/15282/statm: 28282 363 305 221 0 87 0
[pid=15284] ppid=15282 vsize=14087196 memory=48172 CPUtime=0.52 cores=0,2,4,6
/proc/15284/stat : 15284 (java) S 15282 15282 7585 0 -1 1077944320 9203 0 0 0 49 3 0 0 20 0 15 0 106446446 14425288704 12043 33554432000 4194304 4196468 140726027956352 140726027938896 140025051012855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
/proc/15284/statm: 3521799 12043 3238 1 0 3483012 0
[pid=15284/tid=15285] ppid=15282 vsize=14087196 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/15284/task/15285/stat : 15285 (java) R 15282 15282 7585 0 -1 4202560 6151 0 0 0 27 2 0 0 20 0 15 0 106446446 14425288704 12043 33554432000 4194304 4196468 140726027956352 140025055245392 140025035093342 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15286] ppid=15282 vsize=14087196 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15286/stat : 15286 (java) S 15282 15282 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106446447 14425288704 12043 33554432000 4194304 4196468 140726027956352 140025003633296 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15287] ppid=15282 vsize=14087196 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15287/stat : 15287 (java) S 15282 15282 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106446447 14425288704 12043 33554432000 4194304 4196468 140726027956352 140025002580496 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15288] ppid=15282 vsize=14087196 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15288/stat : 15288 (java) S 15282 15282 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106446447 14425288704 12043 33554432000 4194304 4196468 140726027956352 140025001527696 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15289] ppid=15282 vsize=14087196 memory=7379517710693473142 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15289/stat : 15289 (java) S 15282 15282 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106446447 14425288704 12043 33554432000 4194304 4196468 140726027956352 140025000474896 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15290] ppid=15282 vsize=14087196 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15290/stat : 15290 (java) S 15282 15282 7585 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106446448 14425288704 12043 33554432000 4194304 4196468 140726027956352 140024592350064 140025051024002 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15291] ppid=15282 vsize=14087196 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15291/stat : 15291 (java) S 15282 15282 7585 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106446449 14425288704 12043 33554432000 4194304 4196468 140726027956352 140024523777568 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15292] ppid=15282 vsize=14087196 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15292/stat : 15292 (java) S 15282 15282 7585 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106446449 14425288704 12043 33554432000 4194304 4196468 140726027956352 140024522724720 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15293] ppid=15282 vsize=14087196 memory=-6664436420846797971 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15293/stat : 15293 (java) S 15282 15282 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106446451 14425288704 12043 33554432000 4194304 4196468 140726027956352 140024521673040 140025051031451 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15294] ppid=15282 vsize=14087196 memory=4628975386420216973 CPUtime=0.04 cores=0,2,4,6
/proc/15284/task/15294/stat : 15294 (java) S 15282 15282 7585 0 -1 1077944384 705 0 0 0 4 0 0 0 20 0 15 0 106446451 14425288704 12043 33554432000 4194304 4196468 140726027956352 140024520620400 140025051024002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15295] ppid=15282 vsize=14087196 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/15284/task/15295/stat : 15295 (java) R 15282 15282 7585 0 -1 4202560 231 0 0 0 4 0 0 0 20 0 15 0 106446451 14425288704 12043 33554432000 4194304 4196468 140726027956352 140024519559056 140025028274112 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15296] ppid=15282 vsize=14087196 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/15284/task/15296/stat : 15296 (java) S 15282 15282 7585 0 -1 1077944384 826 0 0 0 13 0 0 0 20 0 15 0 106446451 14425288704 12043 33554432000 4194304 4196468 140726027956352 140024518514800 140025051024002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15297] ppid=15282 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15297/stat : 15297 (java) S 15282 15282 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106446452 14425288704 12043 33554432000 4194304 4196468 140726027956352 140024517462240 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15298] ppid=15282 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15298/stat : 15298 (java) S 15282 15282 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106446452 14425288704 12043 33554432000 4194304 4196468 140726027956352 140024516410544 140025051024002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 49624 KiB

[startup+0.701627 s]
/proc/loadavg: 1.82 1.86 1.86 5/217 15298
/proc/meminfo: memFree=27136852/32770624 swapFree=67108496/67108860
[pid=15282] ppid=15279 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15282/stat : 15282 (xcsp3-exec) S 15279 15282 7585 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106446446 115843072 363 33554432000 4194304 5098028 140725709278528 140725709276632 139799996510844 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21213184 140725709284417 140725709284617 140725709284617 140725709287370 0
/proc/15282/statm: 28282 363 305 221 0 87 0
[pid=15284] ppid=15282 vsize=14089320 memory=65916 CPUtime=1.62 cores=0,2,4,6
/proc/15284/stat : 15284 (java) S 15282 15282 7585 0 -1 1077944320 12153 0 0 0 158 4 0 0 20 0 15 0 106446446 14427463680 16479 33554432000 4194304 4196468 140726027956352 140726027938896 140025051012855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
/proc/15284/statm: 3522330 16479 3364 1 0 3483524 0
[pid=15284/tid=15285] ppid=15282 vsize=14089320 memory=33 CPUtime=0.68 cores=0,2,4,6
/proc/15284/task/15285/stat : 15285 (java) R 15282 15282 7585 0 -1 4202560 6876 0 0 0 65 3 0 0 20 0 15 0 106446446 14427463680 16479 33554432000 4194304 4196468 140726027956352 140025055248320 140025051024790 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15286] ppid=15282 vsize=14089320 memory=-7816663703405220396 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15286/stat : 15286 (java) S 15282 15282 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106446447 14427463680 16479 33554432000 4194304 4196468 140726027956352 140025003633296 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15287] ppid=15282 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15287/stat : 15287 (java) S 15282 15282 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106446447 14427463680 16479 33554432000 4194304 4196468 140726027956352 140025002580496 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15288] ppid=15282 vsize=14089320 memory=30288 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15288/stat : 15288 (java) S 15282 15282 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106446447 14427463680 16479 33554432000 4194304 4196468 140726027956352 140025001527696 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15289] ppid=15282 vsize=14089320 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15289/stat : 15289 (java) S 15282 15282 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106446447 14427463680 16479 33554432000 4194304 4196468 140726027956352 140025000474896 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15290] ppid=15282 vsize=14089320 memory=2260 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15290/stat : 15290 (java) S 15282 15282 7585 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106446448 14427463680 16479 33554432000 4194304 4196468 140726027956352 140024592350064 140025051024002 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15291] ppid=15282 vsize=14089320 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15291/stat : 15291 (java) S 15282 15282 7585 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106446449 14427463680 16479 33554432000 4194304 4196468 140726027956352 140024523777568 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15292] ppid=15282 vsize=14089320 memory=860 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15292/stat : 15292 (java) S 15282 15282 7585 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106446449 14427463680 16479 33554432000 4194304 4196468 140726027956352 140024522724720 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15293] ppid=15282 vsize=14089320 memory=12556 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15293/stat : 15293 (java) S 15282 15282 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106446451 14427463680 16479 33554432000 4194304 4196468 140726027956352 140024521673040 140025051031451 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15294] ppid=15282 vsize=14089320 memory=756 CPUtime=0.31 cores=0,2,4,6
/proc/15284/task/15294/stat : 15294 (java) R 15282 15282 7585 0 -1 4202560 1451 0 0 0 31 0 0 0 20 0 15 0 106446451 14427463680 16479 33554432000 4194304 4196468 140726027956352 140024520611608 140025037027164 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15295] ppid=15282 vsize=14089320 memory=1616 CPUtime=0.3 cores=0,2,4,6
/proc/15284/task/15295/stat : 15295 (java) R 15282 15282 7585 0 -1 4202560 1091 0 0 0 30 0 0 0 20 0 15 0 106446451 14427463680 16479 33554432000 4194304 4196468 140726027956352 140024519552496 140025035400206 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15296] ppid=15282 vsize=14089320 memory=1836 CPUtime=0.31 cores=0,2,4,6
/proc/15284/task/15296/stat : 15296 (java) R 15282 15282 7585 0 -1 4202560 1442 0 0 0 31 0 0 0 20 0 15 0 106446451 14427463680 16479 33554432000 4194304 4196468 140726027956352 140024518514800 140025029586403 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15297] ppid=15282 vsize=14089320 memory=1132 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15297/stat : 15297 (java) S 15282 15282 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106446452 14427463680 16479 33554432000 4194304 4196468 140726027956352 140024517462240 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15298] ppid=15282 vsize=14089320 memory=6396 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15298/stat : 15298 (java) S 15282 15282 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106446452 14427463680 16479 33554432000 4194304 4196468 140726027956352 140024516410544 140025051024002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
Current children cumulated CPU time: 1.62 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 67368 KiB

[startup+1.5008 s]
/proc/loadavg: 1.82 1.86 1.86 5/217 15298
/proc/meminfo: memFree=27113104/32770624 swapFree=67108496/67108860
[pid=15282] ppid=15279 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15282/stat : 15282 (xcsp3-exec) S 15279 15282 7585 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106446446 115843072 363 33554432000 4194304 5098028 140725709278528 140725709276632 139799996510844 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21213184 140725709284417 140725709284617 140725709284617 140725709287370 0
/proc/15282/statm: 28282 363 305 221 0 87 0

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

/proc/15284/task/15292/stat : 15292 (java) S 15282 15282 7585 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 106446449 14427463680 51385 33554432000 4194304 4196468 140726027956352 140024522724720 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15293] ppid=15282 vsize=14089320 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15293/stat : 15293 (java) S 15282 15282 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106446451 14427463680 51385 33554432000 4194304 4196468 140726027956352 140024521673040 140025051031451 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15294] ppid=15282 vsize=14089320 memory=3872 CPUtime=1.93 cores=0,2,4,6
/proc/15284/task/15294/stat : 15294 (java) S 15282 15282 7585 0 -1 1077944384 13562 0 0 0 192 1 0 0 20 0 15 0 106446451 14427463680 51385 33554432000 4194304 4196468 140726027956352 140024520620400 140025051024002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15295] ppid=15282 vsize=14089320 memory=30296 CPUtime=2.03 cores=0,2,4,6
/proc/15284/task/15295/stat : 15295 (java) S 15282 15282 7585 0 -1 1077944384 9371 0 0 0 202 1 0 0 20 0 15 0 106446451 14427463680 51385 33554432000 4194304 4196468 140726027956352 140024519567600 140025051024002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15296] ppid=15282 vsize=14089320 memory=1452 CPUtime=0.44 cores=0,2,4,6
/proc/15284/task/15296/stat : 15296 (java) S 15282 15282 7585 0 -1 1077944384 6068 0 0 0 44 0 0 0 20 0 15 0 106446451 14427463680 51385 33554432000 4194304 4196468 140726027956352 140024518514800 140025051024002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15297] ppid=15282 vsize=14089320 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15297/stat : 15297 (java) S 15282 15282 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106446452 14427463680 51385 33554432000 4194304 4196468 140726027956352 140024517462240 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15298] ppid=15282 vsize=14089320 memory=1224 CPUtime=0.03 cores=0,2,4,6
/proc/15284/task/15298/stat : 15298 (java) S 15282 15282 7585 0 -1 1077944384 535 0 0 0 2 1 0 0 20 0 15 0 106446452 14427463680 51385 33554432000 4194304 4196468 140726027956352 140024516410544 140025051024002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
Current children cumulated CPU time: 166.81 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 206992 KiB

[startup+222.301 s]
/proc/loadavg: 1.93 1.82 1.84 3/217 15470
/proc/meminfo: memFree=26388392/32770624 swapFree=67108496/67108860
[pid=15282] ppid=15279 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15282/stat : 15282 (xcsp3-exec) S 15279 15282 7585 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106446446 115843072 363 33554432000 4194304 5098028 140725709278528 140725709276632 139799996510844 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21213184 140725709284417 140725709284617 140725709284617 140725709287370 0
/proc/15282/statm: 28282 363 305 221 0 87 0
[pid=15284] ppid=15282 vsize=14089320 memory=199928 CPUtime=226.83 cores=0,2,4,6
/proc/15284/stat : 15284 (java) S 15282 15282 7585 0 -1 1077944320 48973 0 0 0 22669 14 0 0 20 0 15 0 106446446 14427463680 49982 33554432000 4194304 4196468 140726027956352 140726027938896 140025051012855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
/proc/15284/statm: 3522330 49982 3412 1 0 3483524 0
[pid=15284/tid=15285] ppid=15282 vsize=14089320 memory=199928 CPUtime=222.22 cores=0,2,4,6
/proc/15284/task/15285/stat : 15285 (java) R 15282 15282 7585 0 -1 4202560 12492 0 0 0 22217 5 0 0 20 0 15 0 106446446 14427463680 49982 33554432000 4194304 4196468 140726027956352 140025055252336 140024678390658 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15286] ppid=15282 vsize=14089320 memory=1452 CPUtime=0.01 cores=0,2,4,6
/proc/15284/task/15286/stat : 15286 (java) S 15282 15282 7585 0 -1 1077944384 680 0 0 0 1 0 0 0 20 0 15 0 106446447 14427463680 49982 33554432000 4194304 4196468 140726027956352 140025003633296 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15287] ppid=15282 vsize=14089320 memory=199900 CPUtime=0.01 cores=0,2,4,6
/proc/15284/task/15287/stat : 15287 (java) S 15282 15282 7585 0 -1 1077944384 1198 0 0 0 1 0 0 0 20 0 15 0 106446447 14427463680 49982 33554432000 4194304 4196468 140726027956352 140025002580496 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15288] ppid=15282 vsize=14089320 memory=3872 CPUtime=0.01 cores=0,2,4,6
/proc/15284/task/15288/stat : 15288 (java) S 15282 15282 7585 0 -1 1077944384 737 0 0 0 1 0 0 0 20 0 15 0 106446447 14427463680 49982 33554432000 4194304 4196468 140726027956352 140025001527696 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15289] ppid=15282 vsize=14089320 memory=1452 CPUtime=0.01 cores=0,2,4,6
/proc/15284/task/15289/stat : 15289 (java) S 15282 15282 7585 0 -1 1077944384 1128 0 0 0 1 0 0 0 20 0 15 0 106446447 14427463680 49982 33554432000 4194304 4196468 140726027956352 140025000474896 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15290] ppid=15282 vsize=14089320 memory=3872 CPUtime=0.01 cores=0,2,4,6
/proc/15284/task/15290/stat : 15290 (java) S 15282 15282 7585 0 -1 1077944384 1437 0 0 0 1 0 0 0 20 0 15 0 106446448 14427463680 49982 33554432000 4194304 4196468 140726027956352 140024592350064 140025051024002 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15291] ppid=15282 vsize=14089320 memory=199900 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15291/stat : 15291 (java) S 15282 15282 7585 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 106446449 14427463680 49982 33554432000 4194304 4196468 140726027956352 140024523777568 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15292] ppid=15282 vsize=14089320 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15292/stat : 15292 (java) S 15282 15282 7585 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 106446449 14427463680 49982 33554432000 4194304 4196468 140726027956352 140024522724720 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15293] ppid=15282 vsize=14089320 memory=199928 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15293/stat : 15293 (java) S 15282 15282 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106446451 14427463680 49982 33554432000 4194304 4196468 140726027956352 140024521673040 140025051031451 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15294] ppid=15282 vsize=14089320 memory=3872 CPUtime=1.93 cores=0,2,4,6
/proc/15284/task/15294/stat : 15294 (java) S 15282 15282 7585 0 -1 1077944384 13779 0 0 0 192 1 0 0 20 0 15 0 106446451 14427463680 49982 33554432000 4194304 4196468 140726027956352 140024520620400 140025051024002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15295] ppid=15282 vsize=14089320 memory=30304 CPUtime=2.03 cores=0,2,4,6
/proc/15284/task/15295/stat : 15295 (java) S 15282 15282 7585 0 -1 1077944384 9374 0 0 0 202 1 0 0 20 0 15 0 106446451 14427463680 49982 33554432000 4194304 4196468 140726027956352 140024519567600 140025051024002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15296] ppid=15282 vsize=14089320 memory=1452 CPUtime=0.45 cores=0,2,4,6
/proc/15284/task/15296/stat : 15296 (java) S 15282 15282 7585 0 -1 1077944384 6229 0 0 0 45 0 0 0 20 0 15 0 106446451 14427463680 49982 33554432000 4194304 4196468 140726027956352 140024518514800 140025051024002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15297] ppid=15282 vsize=14089320 memory=199928 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15297/stat : 15297 (java) S 15282 15282 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106446452 14427463680 49982 33554432000 4194304 4196468 140726027956352 140024517462240 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15298] ppid=15282 vsize=14089320 memory=1452 CPUtime=0.04 cores=0,2,4,6
/proc/15284/task/15298/stat : 15298 (java) S 15282 15282 7585 0 -1 1077944384 564 0 0 0 2 2 0 0 20 0 15 0 106446452 14427463680 49982 33554432000 4194304 4196468 140726027956352 140024516410544 140025051024002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
Current children cumulated CPU time: 226.83 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 201380 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+247.501 s]
/proc/loadavg: 2.01 1.85 1.85 3/217 15470
/proc/meminfo: memFree=26392052/32770624 swapFree=67108496/67108860
[pid=15282] ppid=15279 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15282/stat : 15282 (xcsp3-exec) S 15279 15282 7585 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106446446 115843072 363 33554432000 4194304 5098028 140725709278528 140725709276632 139799996510844 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21213184 140725709284417 140725709284617 140725709284617 140725709287370 0
/proc/15282/statm: 28282 363 305 221 0 87 0
[pid=15284] ppid=15282 vsize=14089320 memory=196368 CPUtime=252.09 cores=0,2,4,6
/proc/15284/stat : 15284 (java) S 15282 15282 7585 0 -1 1077944320 51183 0 0 0 25195 14 0 0 20 0 15 0 106446446 14427463680 49092 33554432000 4194304 4196468 140726027956352 140726027938896 140025051012855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
/proc/15284/statm: 3522330 49092 3412 1 0 3483524 0
[pid=15284/tid=15285] ppid=15282 vsize=14089320 memory=196368 CPUtime=247.42 cores=0,2,4,6
/proc/15284/task/15285/stat : 15285 (java) R 15282 15282 7585 0 -1 4202560 12701 0 0 0 24737 5 0 0 20 0 15 0 106446446 14427463680 49092 33554432000 4194304 4196468 140726027956352 140025055249784 140024680459715 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15286] ppid=15282 vsize=14089320 memory=196368 CPUtime=0.01 cores=0,2,4,6
/proc/15284/task/15286/stat : 15286 (java) S 15282 15282 7585 0 -1 1077944384 682 0 0 0 1 0 0 0 20 0 15 0 106446447 14427463680 49092 33554432000 4194304 4196468 140726027956352 140025003633296 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15287] ppid=15282 vsize=14089320 memory=196368 CPUtime=0.01 cores=0,2,4,6
/proc/15284/task/15287/stat : 15287 (java) S 15282 15282 7585 0 -1 1077944384 1198 0 0 0 1 0 0 0 20 0 15 0 106446447 14427463680 49092 33554432000 4194304 4196468 140726027956352 140025002580496 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15288] ppid=15282 vsize=14089320 memory=196368 CPUtime=0.01 cores=0,2,4,6
/proc/15284/task/15288/stat : 15288 (java) S 15282 15282 7585 0 -1 1077944384 739 0 0 0 1 0 0 0 20 0 15 0 106446447 14427463680 49092 33554432000 4194304 4196468 140726027956352 140025001527696 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15289] ppid=15282 vsize=14089320 memory=1452 CPUtime=0.01 cores=0,2,4,6
/proc/15284/task/15289/stat : 15289 (java) S 15282 15282 7585 0 -1 1077944384 1131 0 0 0 1 0 0 0 20 0 15 0 106446447 14427463680 49092 33554432000 4194304 4196468 140726027956352 140025000474896 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15290] ppid=15282 vsize=14089320 memory=1452 CPUtime=0.01 cores=0,2,4,6
/proc/15284/task/15290/stat : 15290 (java) S 15282 15282 7585 0 -1 1077944384 1443 0 0 0 1 0 0 0 20 0 15 0 106446448 14427463680 49092 33554432000 4194304 4196468 140726027956352 140024592350064 140025051024002 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15291] ppid=15282 vsize=14089320 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15291/stat : 15291 (java) S 15282 15282 7585 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 106446449 14427463680 49092 33554432000 4194304 4196468 140726027956352 140024523777568 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15292] ppid=15282 vsize=14089320 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15292/stat : 15292 (java) S 15282 15282 7585 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 106446449 14427463680 49092 33554432000 4194304 4196468 140726027956352 140024522724720 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15293] ppid=15282 vsize=14089320 memory=2792 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15293/stat : 15293 (java) S 15282 15282 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106446451 14427463680 49092 33554432000 4194304 4196468 140726027956352 140024521673040 140025051031451 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15294] ppid=15282 vsize=14089320 memory=1452 CPUtime=1.96 cores=0,2,4,6
/proc/15284/task/15294/stat : 15294 (java) S 15282 15282 7585 0 -1 1077944384 14753 0 0 0 195 1 0 0 20 0 15 0 106446451 14427463680 49092 33554432000 4194304 4196468 140726027956352 140024520620400 140025051024002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15295] ppid=15282 vsize=14089320 memory=1452 CPUtime=2.04 cores=0,2,4,6
/proc/15284/task/15295/stat : 15295 (java) S 15282 15282 7585 0 -1 1077944384 10212 0 0 0 203 1 0 0 20 0 15 0 106446451 14427463680 49092 33554432000 4194304 4196468 140726027956352 140024519567600 140025051024002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15296] ppid=15282 vsize=14089320 memory=928 CPUtime=0.45 cores=0,2,4,6
/proc/15284/task/15296/stat : 15296 (java) S 15282 15282 7585 0 -1 1077944384 6397 0 0 0 45 0 0 0 20 0 15 0 106446451 14427463680 49092 33554432000 4194304 4196468 140726027956352 140024518514800 140025051024002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15297] ppid=15282 vsize=14089320 memory=2336 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15297/stat : 15297 (java) S 15282 15282 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106446452 14427463680 49092 33554432000 4194304 4196468 140726027956352 140024517462240 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15298] ppid=15282 vsize=14089320 memory=1452 CPUtime=0.05 cores=0,2,4,6
/proc/15284/task/15298/stat : 15298 (java) S 15282 15282 7585 0 -1 1077944384 572 0 0 0 3 2 0 0 20 0 15 0 106446452 14427463680 49092 33554432000 4194304 4196468 140726027956352 140024516410544 140025051024002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
Current children cumulated CPU time: 252.09 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 197820 KiB

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

[startup+247.51 s]
# the end of solver process 15282 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000856 s, system=0.001713 s

[startup+247.512 s]
# the end of solver process 15284 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.959 s, system=0.149761 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+247.501 s]
/proc/loadavg: 2.01 1.85 1.85 3/217 15470
/proc/meminfo: memFree=26392052/32770624 swapFree=67108496/67108860
[pid=15282] ppid=15279 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15282/stat : 15282 (xcsp3-exec) S 15279 15282 7585 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106446446 115843072 363 33554432000 4194304 5098028 140725709278528 140725709276632 139799996510844 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21213184 140725709284417 140725709284617 140725709284617 140725709287370 0
/proc/15282/statm: 28282 363 305 221 0 87 0
[pid=15284] ppid=15282 vsize=14089320 memory=196368 CPUtime=252.09 cores=0,2,4,6
/proc/15284/stat : 15284 (java) S 15282 15282 7585 0 -1 1077944320 51183 0 0 0 25195 14 0 0 20 0 15 0 106446446 14427463680 49092 33554432000 4194304 4196468 140726027956352 140726027938896 140025051012855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
/proc/15284/statm: 3522330 49092 3412 1 0 3483524 0
[pid=15284/tid=15285] ppid=15282 vsize=14089320 memory=196368 CPUtime=247.42 cores=0,2,4,6
/proc/15284/task/15285/stat : 15285 (java) R 15282 15282 7585 0 -1 4202560 12701 0 0 0 24737 5 0 0 20 0 15 0 106446446 14427463680 49092 33554432000 4194304 4196468 140726027956352 140025055249784 140024680459715 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15286] ppid=15282 vsize=14089320 memory=196368 CPUtime=0.01 cores=0,2,4,6
/proc/15284/task/15286/stat : 15286 (java) S 15282 15282 7585 0 -1 1077944384 682 0 0 0 1 0 0 0 20 0 15 0 106446447 14427463680 49092 33554432000 4194304 4196468 140726027956352 140025003633296 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15287] ppid=15282 vsize=14089320 memory=196368 CPUtime=0.01 cores=0,2,4,6
/proc/15284/task/15287/stat : 15287 (java) S 15282 15282 7585 0 -1 1077944384 1198 0 0 0 1 0 0 0 20 0 15 0 106446447 14427463680 49092 33554432000 4194304 4196468 140726027956352 140025002580496 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15288] ppid=15282 vsize=14089320 memory=196368 CPUtime=0.01 cores=0,2,4,6
/proc/15284/task/15288/stat : 15288 (java) S 15282 15282 7585 0 -1 1077944384 739 0 0 0 1 0 0 0 20 0 15 0 106446447 14427463680 49092 33554432000 4194304 4196468 140726027956352 140025001527696 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15289] ppid=15282 vsize=14089320 memory=1452 CPUtime=0.01 cores=0,2,4,6
/proc/15284/task/15289/stat : 15289 (java) S 15282 15282 7585 0 -1 1077944384 1131 0 0 0 1 0 0 0 20 0 15 0 106446447 14427463680 49092 33554432000 4194304 4196468 140726027956352 140025000474896 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15290] ppid=15282 vsize=14089320 memory=1452 CPUtime=0.01 cores=0,2,4,6
/proc/15284/task/15290/stat : 15290 (java) S 15282 15282 7585 0 -1 1077944384 1443 0 0 0 1 0 0 0 20 0 15 0 106446448 14427463680 49092 33554432000 4194304 4196468 140726027956352 140024592350064 140025051024002 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15291] ppid=15282 vsize=14089320 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15291/stat : 15291 (java) S 15282 15282 7585 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 106446449 14427463680 49092 33554432000 4194304 4196468 140726027956352 140024523777568 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15292] ppid=15282 vsize=14089320 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15292/stat : 15292 (java) S 15282 15282 7585 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 106446449 14427463680 49092 33554432000 4194304 4196468 140726027956352 140024522724720 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15293] ppid=15282 vsize=14089320 memory=2792 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15293/stat : 15293 (java) S 15282 15282 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106446451 14427463680 49092 33554432000 4194304 4196468 140726027956352 140024521673040 140025051031451 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15294] ppid=15282 vsize=14089320 memory=1452 CPUtime=1.96 cores=0,2,4,6
/proc/15284/task/15294/stat : 15294 (java) S 15282 15282 7585 0 -1 1077944384 14753 0 0 0 195 1 0 0 20 0 15 0 106446451 14427463680 49092 33554432000 4194304 4196468 140726027956352 140024520620400 140025051024002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15295] ppid=15282 vsize=14089320 memory=1452 CPUtime=2.04 cores=0,2,4,6
/proc/15284/task/15295/stat : 15295 (java) S 15282 15282 7585 0 -1 1077944384 10212 0 0 0 203 1 0 0 20 0 15 0 106446451 14427463680 49092 33554432000 4194304 4196468 140726027956352 140024519567600 140025051024002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15296] ppid=15282 vsize=14089320 memory=928 CPUtime=0.45 cores=0,2,4,6
/proc/15284/task/15296/stat : 15296 (java) S 15282 15282 7585 0 -1 1077944384 6397 0 0 0 45 0 0 0 20 0 15 0 106446451 14427463680 49092 33554432000 4194304 4196468 140726027956352 140024518514800 140025051024002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15297] ppid=15282 vsize=14089320 memory=2336 CPUtime=0 cores=0,2,4,6
/proc/15284/task/15297/stat : 15297 (java) S 15282 15282 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106446452 14427463680 49092 33554432000 4194304 4196468 140726027956352 140024517462240 140025051023061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
[pid=15284/tid=15298] ppid=15282 vsize=14089320 memory=1452 CPUtime=0.05 cores=0,2,4,6
/proc/15284/task/15298/stat : 15298 (java) S 15282 15282 7585 0 -1 1077944384 572 0 0 0 3 2 0 0 20 0 15 0 106446452 14427463680 49092 33554432000 4194304 4196468 140726027956352 140024516410544 140025051024002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 27254784 140726027961484 140726027961654 140726027961654 140726027964367 0
Current children cumulated CPU time: 252.09 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 197820 KiB

Child status: 143
Real time (s): 247.512
CPU time (s): 252.109
CPU user time (s): 251.959
CPU system time (s): 0.149761
CPU usage (%): 101.857
Max. virtual memory (cumulated for all children) (KiB): 14202448
Max. memory (cumulated for all children) (KiB): 209048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.959
system time used= 0.149761
maximum resident set size= 209644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52123
page faults= 0
swaps= 0
block input operations= 0
block output operations= 376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8004
involuntary context switches= 251


# summary of solver processes directly reported to runsolver:
#   pid: 15282,15284
#   total CPU time (s): 252.109
#   total CPU user time (s): 251.959
#   total CPU system time (s): 0.149761

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.22639 second user time and 2.44015 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-29 20:27:12
IDJOB=4302131
IDBENCH=141631
IDSOLVER=2772
FILE ID=node149/4302131-1532888832
RUNJOBID= node149-1532880125-7616
PBS_JOBID= 21022517
Free space on /tmp= 45724 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-20-30-00_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302131-1532888832/watcher-4302131-1532888832 -o /tmp/evaluation-result-4302131-1532888832/solver-4302131-1532888832 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532880125-7616 --watchdog 312  HOME/xcsp3-exec -seed 464201869 -dir HOME -tl 252 -ml 11000 -p 1 HOME/instance-4302131-1532888832.xml

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

MD5SUM BENCH= 22e303206e5b0ea869a7ab153bbd8d22
RANDOM SEED=464201869

node149.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.60
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.60
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.60
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.60
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:        27182956 kB
MemAvailable:   31724552 kB
Buffers:          167544 kB
Cached:          4597672 kB
SwapCached:           60 kB
Active:          1847884 kB
Inactive:        3176560 kB
Active(anon):     209024 kB
Inactive(anon):    78000 kB
Active(file):    1638860 kB
Inactive(file):  3098560 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:             21568 kB
Writeback:             0 kB
AnonPages:        277116 kB
Mapped:            49700 kB
Shmem:             25040 kB
Slab:             261516 kB
SReclaimable:     232636 kB
SUnreclaim:        28880 kB
KernelStack:        3808 kB
PageTables:         5876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1294764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    180224 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 45700 MiB
End job on node149 at 2018-07-29 20:31:20