Trace number 4301834

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)59 252.069 247.815

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-10_c18.xml
MD5SUMfd7701f01011f2453d3fac3f444f25b8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark7.43785
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints46
Number of domains2
Minimum domain size100
Maximum domain size101
Distribution of domain sizes[{"size":100,"count":45},{"size":101,"count":10}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":9,"count":9},{"degree":10,"count":1}]
Minimum constraint arity3
Maximum constraint arity45
Distribution of constraint arities[{"arity":3,"count":45},{"arity":45,"count":1}]
Number of extensional constraints0
Number of intensional constraints45
Distribution of constraint types[{"type":"intension","count":45},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4301834-1532886106.xml"  -tl '252s' -p 1
0.12/0.17	c Choco e747e1e
0.12/0.18	c [HOME/instance-4301834-1532886106.xml, -tl, 252s, -p, 1]
0.12/0.21	c simple solver
0.34/0.28	c parse instance...
0.72/0.50	c solve instance...
4.18/1.68	o 83 
4.18/1.68	o 82 
4.66/1.91	o 64 
5.12/2.33	o 62 
7.57/4.33	o 61 
24.24/20.44	o 59 
252.04/247.80	s SATISFIABLE
252.04/247.80	v <instantiation>
252.04/247.80	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[5][6] y[5][7] y[5][8] y[5][9] y[6][7] y[6][8] y[6][9] y[7][8] y[7][9] y[8][9] </list>
252.04/247.80	v 	<values>0 2 8 13 22 23 40 52 56 59 2 8 13 22 23 40 52 56 59 6 11 20 21 38 50 54 57 5 14 15 32 44 48 51 9 10 27 39 43 46 1 18 30 34 37 17 29 33 36 12 16 19 4 7 3 </values>
252.04/247.80	v </instantiation>
252.04/247.80	c Unexpected resolution interruption!

Verifier Data

OK	59

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301834-1532886106/watcher-4301834-1532886106 -o /tmp/evaluation-result-4301834-1532886106/solver-4301834-1532886106 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532878307-6428 --watchdog 312 HOME/xcsp3-exec -seed 1238626074 -dir HOME -tl 252 -ml 11000 -p 1 HOME/instance-4301834-1532886106.xml 

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

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
Current StackSize limit: 8192 KiB

solver pid=12977, runsolver pid=12974

[startup+0.100138 s]*
/proc/loadavg: 1.82 1.90 1.94 3/218 12993
/proc/meminfo: memFree=23727136/32770624 swapFree=67108860/67108860
[pid=12977] ppid=12974 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12977/stat : 12977 (xcsp3-exec) S 12974 12977 6396 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106173818 115843072 363 33554432000 4194304 5098028 140725887832368 140725887830472 139851076428412 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15650816 140725887837248 140725887837449 140725887837449 140725887840202 0
/proc/12977/statm: 28282 363 305 221 0 87 0
[pid=12979] ppid=12977 vsize=14082940 memory=28536 CPUtime=0.12 cores=1,3,5,7
/proc/12979/stat : 12979 (java) S 12977 12977 6396 0 -1 1077944320 5481 0 0 0 11 1 0 0 20 0 15 0 106173818 14420930560 7134 33554432000 4194304 4196468 140728462538752 140728462521296 140546247675639 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
/proc/12979/statm: 3520735 7134 3029 1 0 3483012 0
[pid=12979/tid=12980] ppid=12977 vsize=14082940 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/12979/task/12980/stat : 12980 (java) R 12977 12977 6396 0 -1 4202560 3511 0 0 0 8 1 0 0 20 0 15 0 106173819 14420930560 7134 33554432000 4194304 4196468 140728462538752 140546251900112 140546247687574 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12981] ppid=12977 vsize=14082940 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12981/stat : 12981 (java) S 12977 12977 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106173819 14420930560 7134 33554432000 4194304 4196468 140728462538752 140546162744080 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12982] ppid=12977 vsize=14082940 memory=139707203380864 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12982/stat : 12982 (java) S 12977 12977 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106173819 14420930560 7134 33554432000 4194304 4196468 140728462538752 140545842211728 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12983] ppid=12977 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12983/stat : 12983 (java) S 12977 12977 6396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106173819 14420930560 7134 33554432000 4194304 4196468 140728462538752 140545841159184 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12984] ppid=12977 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12984/stat : 12984 (java) S 12977 12977 6396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106173819 14420930560 7134 33554432000 4194304 4196468 140728462538752 140545840106640 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12985] ppid=12977 vsize=14082940 memory=139707203380864 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12985/stat : 12985 (java) S 12977 12977 6396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106173821 14420930560 7134 33554432000 4194304 4196468 140728462538752 140545721841648 140546247686786 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12986] ppid=12977 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12986/stat : 12986 (java) S 12977 12977 6396 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106173821 14420930560 7134 33554432000 4194304 4196468 140728462538752 140545720787872 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12987] ppid=12977 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12987/stat : 12987 (java) S 12977 12977 6396 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106173821 14420930560 7134 33554432000 4194304 4196468 140728462538752 140545719735280 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12988] ppid=12977 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12988/stat : 12988 (java) S 12977 12977 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106173824 14420930560 7134 33554432000 4194304 4196468 140728462538752 140545718683856 140546247694235 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12989] ppid=12977 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12989/stat : 12989 (java) S 12977 12977 6396 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 15 0 106173824 14420930560 7134 33554432000 4194304 4196468 140728462538752 140545717631472 140546247686786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12990] ppid=12977 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12990/stat : 12990 (java) S 12977 12977 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106173824 14420930560 7134 33554432000 4194304 4196468 140728462538752 140545716578928 140546247686786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12991] ppid=12977 vsize=14082940 memory=139707203380864 CPUtime=0.01 cores=1,3,5,7
/proc/12979/task/12991/stat : 12991 (java) R 12977 12977 6396 0 -1 4202560 250 0 0 0 1 0 0 0 20 0 15 0 106173824 14420930560 7134 33554432000 4194304 4196468 140728462538752 140545715526384 140546228913200 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12992] ppid=12977 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12992/stat : 12992 (java) S 12977 12977 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106173824 14420930560 7134 33554432000 4194304 4196468 140728462538752 140545714474080 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12993] ppid=12977 vsize=14082940 memory=139707203380864 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12993/stat : 12993 (java) S 12977 12977 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106173824 14420930560 7134 33554432000 4194304 4196468 140728462538752 140545713420592 140546247686786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 29988 KiB

[startup+0.210613 s]*
/proc/loadavg: 1.82 1.90 1.94 4/218 12993
/proc/meminfo: memFree=23715104/32770624 swapFree=67108860/67108860
[pid=12977] ppid=12974 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12977/stat : 12977 (xcsp3-exec) S 12974 12977 6396 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106173818 115843072 363 33554432000 4194304 5098028 140725887832368 140725887830472 139851076428412 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15650816 140725887837248 140725887837449 140725887837449 140725887840202 0
/proc/12977/statm: 28282 363 305 221 0 87 0
[pid=12979] ppid=12977 vsize=14082940 memory=40876 CPUtime=0.34 cores=1,3,5,7
/proc/12979/stat : 12979 (java) S 12977 12977 6396 0 -1 1077944320 8314 0 0 0 32 2 0 0 20 0 15 0 106173818 14420930560 10219 33554432000 4194304 4196468 140728462538752 140728462521296 140546247675639 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
/proc/12979/statm: 3520735 10219 3178 1 0 3483012 0
[pid=12979/tid=12980] ppid=12977 vsize=14082940 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/12979/task/12980/stat : 12980 (java) R 12977 12977 6396 0 -1 4202560 5438 0 0 0 18 2 0 0 20 0 15 0 106173819 14420930560 10283 33554432000 4194304 4196468 140728462538752 140546251910624 140546231756126 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12981] ppid=12977 vsize=14082940 memory=12591 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12981/stat : 12981 (java) S 12977 12977 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106173819 14420930560 10283 33554432000 4194304 4196468 140728462538752 140546162744080 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12982] ppid=12977 vsize=14082940 memory=4123246954282935968 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12982/stat : 12982 (java) S 12977 12977 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106173819 14420930560 10283 33554432000 4194304 4196468 140728462538752 140545842211728 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12983] ppid=12977 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12983/stat : 12983 (java) S 12977 12977 6396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106173819 14420930560 10283 33554432000 4194304 4196468 140728462538752 140545841159184 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12984] ppid=12977 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12984/stat : 12984 (java) S 12977 12977 6396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106173819 14420930560 10283 33554432000 4194304 4196468 140728462538752 140545840106640 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12985] ppid=12977 vsize=14082940 memory=139707203380864 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12985/stat : 12985 (java) S 12977 12977 6396 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 106173821 14420930560 10283 33554432000 4194304 4196468 140728462538752 140545721841648 140546247686786 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12986] ppid=12977 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12986/stat : 12986 (java) S 12977 12977 6396 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106173821 14420930560 10283 33554432000 4194304 4196468 140728462538752 140545720787872 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12987] ppid=12977 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12987/stat : 12987 (java) S 12977 12977 6396 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106173821 14420930560 10283 33554432000 4194304 4196468 140728462538752 140545719735280 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12988] ppid=12977 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12988/stat : 12988 (java) S 12977 12977 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106173824 14420930560 10283 33554432000 4194304 4196468 140728462538752 140545718683856 140546247694235 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12989] ppid=12977 vsize=14082940 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/12979/task/12989/stat : 12989 (java) S 12977 12977 6396 0 -1 1077944384 721 0 0 0 3 0 0 0 20 0 15 0 106173824 14420930560 10283 33554432000 4194304 4196468 140728462538752 140545717631472 140546247686786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12990] ppid=12977 vsize=14082940 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/12979/task/12990/stat : 12990 (java) S 12977 12977 6396 0 -1 1077944384 54 0 0 0 2 0 0 0 20 0 15 0 106173824 14420930560 10283 33554432000 4194304 4196468 140728462538752 140545716578928 140546247686786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12991] ppid=12977 vsize=14082940 memory=139707203380864 CPUtime=0.08 cores=1,3,5,7
/proc/12979/task/12991/stat : 12991 (java) S 12977 12977 6396 0 -1 1077944384 802 0 0 0 8 0 0 0 20 0 15 0 106173824 14420930560 10283 33554432000 4194304 4196468 140728462538752 140545715526384 140546247686786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12992] ppid=12977 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12992/stat : 12992 (java) S 12977 12977 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106173824 14420930560 10283 33554432000 4194304 4196468 140728462538752 140545714474080 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12993] ppid=12977 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12993/stat : 12993 (java) S 12977 12977 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106173824 14420930560 10283 33554432000 4194304 4196468 140728462538752 140545713420592 140546247686786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 42328 KiB

[startup+0.310512 s]*
/proc/loadavg: 1.82 1.90 1.94 4/218 12993
/proc/meminfo: memFree=23708404/32770624 swapFree=67108860/67108860
[pid=12977] ppid=12974 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12977/stat : 12977 (xcsp3-exec) S 12974 12977 6396 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106173818 115843072 363 33554432000 4194304 5098028 140725887832368 140725887830472 139851076428412 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15650816 140725887837248 140725887837449 140725887837449 140725887840202 0
/proc/12977/statm: 28282 363 305 221 0 87 0
[pid=12979] ppid=12977 vsize=14087196 memory=48300 CPUtime=0.53 cores=1,3,5,7
/proc/12979/stat : 12979 (java) S 12977 12977 6396 0 -1 1077944320 9216 0 0 0 50 3 0 0 20 0 15 0 106173818 14425288704 12075 33554432000 4194304 4196468 140728462538752 140728462521296 140546247675639 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
/proc/12979/statm: 3521799 12075 3278 1 0 3483012 0
[pid=12979/tid=12980] ppid=12977 vsize=14087196 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/12979/task/12980/stat : 12980 (java) R 12977 12977 6396 0 -1 4202560 6150 0 0 0 27 2 0 0 20 0 15 0 106173819 14425288704 12075 33554432000 4194304 4196468 140728462538752 140546251912928 140546231756126 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12981] ppid=12977 vsize=14087196 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12981/stat : 12981 (java) S 12977 12977 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106173819 14425288704 12075 33554432000 4194304 4196468 140728462538752 140546162744080 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12982] ppid=12977 vsize=14087196 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12982/stat : 12982 (java) S 12977 12977 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106173819 14425288704 12075 33554432000 4194304 4196468 140728462538752 140545842211728 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12983] ppid=12977 vsize=14087196 memory=-5587046532246807594 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12983/stat : 12983 (java) S 12977 12977 6396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106173819 14425288704 12075 33554432000 4194304 4196468 140728462538752 140545841159184 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12984] ppid=12977 vsize=14087196 memory=7379517710693473142 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12984/stat : 12984 (java) S 12977 12977 6396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106173819 14425288704 12075 33554432000 4194304 4196468 140728462538752 140545840106640 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12985] ppid=12977 vsize=14087196 memory=7016714186490735262 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12985/stat : 12985 (java) S 12977 12977 6396 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 106173821 14425288704 12075 33554432000 4194304 4196468 140728462538752 140545721841648 140546247686786 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12986] ppid=12977 vsize=14087196 memory=-9062862659931694204 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12986/stat : 12986 (java) S 12977 12977 6396 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106173821 14425288704 12075 33554432000 4194304 4196468 140728462538752 140545720787872 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12987] ppid=12977 vsize=14087196 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12987/stat : 12987 (java) S 12977 12977 6396 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106173821 14425288704 12075 33554432000 4194304 4196468 140728462538752 140545719735280 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12988] ppid=12977 vsize=14087196 memory=8693815914432465728 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12988/stat : 12988 (java) S 12977 12977 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106173824 14425288704 12075 33554432000 4194304 4196468 140728462538752 140545718683856 140546247694235 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12989] ppid=12977 vsize=14087196 memory=4628975386420216973 CPUtime=0.06 cores=1,3,5,7
/proc/12979/task/12989/stat : 12989 (java) S 12977 12977 6396 0 -1 1077944384 809 0 0 0 6 0 0 0 20 0 15 0 106173824 14425288704 12075 33554432000 4194304 4196468 140728462538752 140545717631472 140546247686786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12990] ppid=12977 vsize=14087196 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/12979/task/12990/stat : 12990 (java) S 12977 12977 6396 0 -1 1077944384 68 0 0 0 3 0 0 0 20 0 15 0 106173824 14425288704 12075 33554432000 4194304 4196468 140728462538752 140545716578928 140546247686786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12991] ppid=12977 vsize=14087196 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/12979/task/12991/stat : 12991 (java) S 12977 12977 6396 0 -1 1077944384 892 0 0 0 13 0 0 0 20 0 15 0 106173824 14425288704 12075 33554432000 4194304 4196468 140728462538752 140545715526384 140546247686786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12992] ppid=12977 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12992/stat : 12992 (java) S 12977 12977 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106173824 14425288704 12075 33554432000 4194304 4196468 140728462538752 140545714474080 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12993] ppid=12977 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12993/stat : 12993 (java) S 12977 12977 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106173824 14425288704 12075 33554432000 4194304 4196468 140728462538752 140545713420592 140546247686786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 49752 KiB

[startup+0.701142 s]
/proc/loadavg: 1.82 1.90 1.94 3/218 12993
/proc/meminfo: memFree=23689052/32770624 swapFree=67108860/67108860
[pid=12977] ppid=12974 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12977/stat : 12977 (xcsp3-exec) S 12974 12977 6396 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106173818 115843072 363 33554432000 4194304 5098028 140725887832368 140725887830472 139851076428412 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15650816 140725887837248 140725887837449 140725887837449 140725887840202 0
/proc/12977/statm: 28282 363 305 221 0 87 0
[pid=12979] ppid=12977 vsize=14089320 memory=71560 CPUtime=1.62 cores=1,3,5,7
/proc/12979/stat : 12979 (java) S 12977 12977 6396 0 -1 1077944320 13165 0 0 0 156 6 0 0 20 0 15 0 106173818 14427463680 17890 33554432000 4194304 4196468 140728462538752 140728462521296 140546247675639 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
/proc/12979/statm: 3522330 17890 3362 1 0 3483524 0
[pid=12979/tid=12980] ppid=12977 vsize=14089320 memory=33 CPUtime=0.67 cores=1,3,5,7
/proc/12979/task/12980/stat : 12980 (java) R 12977 12977 6396 0 -1 4202560 6984 0 0 0 64 3 0 0 20 0 15 0 106173819 14427463680 17890 33554432000 4194304 4196468 140728462538752 140546251911840 140545845999806 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12981] ppid=12977 vsize=14089320 memory=-7816663703405220396 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12981/stat : 12981 (java) S 12977 12977 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106173819 14427463680 17890 33554432000 4194304 4196468 140728462538752 140546162744080 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12982] ppid=12977 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12982/stat : 12982 (java) S 12977 12977 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106173819 14427463680 17890 33554432000 4194304 4196468 140728462538752 140545842211728 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12983] ppid=12977 vsize=14089320 memory=30216 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12983/stat : 12983 (java) S 12977 12977 6396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106173819 14427463680 17890 33554432000 4194304 4196468 140728462538752 140545841159184 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12984] ppid=12977 vsize=14089320 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12984/stat : 12984 (java) S 12977 12977 6396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106173819 14427463680 17890 33554432000 4194304 4196468 140728462538752 140545840106640 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12985] ppid=12977 vsize=14089320 memory=2416 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12985/stat : 12985 (java) S 12977 12977 6396 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 106173821 14427463680 17890 33554432000 4194304 4196468 140728462538752 140545721841648 140546247686786 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12986] ppid=12977 vsize=14089320 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12986/stat : 12986 (java) S 12977 12977 6396 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106173821 14427463680 17890 33554432000 4194304 4196468 140728462538752 140545720787872 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12987] ppid=12977 vsize=14089320 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12987/stat : 12987 (java) S 12977 12977 6396 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106173821 14427463680 17890 33554432000 4194304 4196468 140728462538752 140545719735280 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12988] ppid=12977 vsize=14089320 memory=796 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12988/stat : 12988 (java) S 12977 12977 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106173824 14427463680 17890 33554432000 4194304 4196468 140728462538752 140545718683856 140546247694235 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12989] ppid=12977 vsize=14089320 memory=5408 CPUtime=0.29 cores=1,3,5,7
/proc/12979/task/12989/stat : 12989 (java) R 12977 12977 6396 0 -1 4202560 1765 0 0 0 29 0 0 0 20 0 15 0 106173824 14427463680 17890 33554432000 4194304 4196468 140728462538752 140545717617496 140546229219873 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12990] ppid=12977 vsize=14089320 memory=1008 CPUtime=0.3 cores=1,3,5,7
/proc/12979/task/12990/stat : 12990 (java) R 12977 12977 6396 0 -1 4202560 1148 0 0 0 30 0 0 0 20 0 15 0 106173824 14427463680 17890 33554432000 4194304 4196468 140728462538752 140545716579056 140546225502432 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12991] ppid=12977 vsize=14089320 memory=9992 CPUtime=0.32 cores=1,3,5,7
/proc/12979/task/12991/stat : 12991 (java) S 12977 12977 6396 0 -1 1077944384 1958 0 0 0 32 0 0 0 20 0 15 0 106173824 14427463680 17890 33554432000 4194304 4196468 140728462538752 140545715526384 140546247686786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12992] ppid=12977 vsize=14089320 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12992/stat : 12992 (java) S 12977 12977 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106173824 14427463680 17890 33554432000 4194304 4196468 140728462538752 140545714474080 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12993] ppid=12977 vsize=14089320 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12993/stat : 12993 (java) S 12977 12977 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106173824 14427463680 17890 33554432000 4194304 4196468 140728462538752 140545713420592 140546247686786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
Current children cumulated CPU time: 1.62 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 73012 KiB

[startup+1.50089 s]
/proc/loadavg: 1.82 1.90 1.94 5/218 12993
/proc/meminfo: memFree=23674544/32770624 swapFree=67108860/67108860
[pid=12977] ppid=12974 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12977/stat : 12977 (xcsp3-exec) S 12974 12977 6396 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106173818 115843072 363 33554432000 4194304 5098028 140725887832368 140725887830472 139851076428412 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15650816 140725887837248 140725887837449 140725887837449 140725887840202 0
/proc/12977/statm: 28282 363 305 221 0 87 0

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

/proc/12979/task/12987/stat : 12987 (java) S 12977 12977 6396 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 106173821 14427463680 51153 33554432000 4194304 4196468 140728462538752 140545719735280 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12988] ppid=12977 vsize=14089320 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12988/stat : 12988 (java) S 12977 12977 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106173824 14427463680 51153 33554432000 4194304 4196468 140728462538752 140545718683856 140546247694235 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12989] ppid=12977 vsize=14089320 memory=796 CPUtime=1.71 cores=1,3,5,7
/proc/12979/task/12989/stat : 12989 (java) S 12977 12977 6396 0 -1 1077944384 10733 0 0 0 169 2 0 0 20 0 15 0 106173824 14427463680 51153 33554432000 4194304 4196468 140728462538752 140545717631472 140546247686786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12990] ppid=12977 vsize=14089320 memory=5408 CPUtime=1.84 cores=1,3,5,7
/proc/12979/task/12990/stat : 12990 (java) S 12977 12977 6396 0 -1 1077944384 11160 0 0 0 183 1 0 0 20 0 15 0 106173824 14427463680 51153 33554432000 4194304 4196468 140728462538752 140545716578928 140546247686786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12991] ppid=12977 vsize=14089320 memory=1452 CPUtime=0.46 cores=1,3,5,7
/proc/12979/task/12991/stat : 12991 (java) S 12977 12977 6396 0 -1 1077944384 6784 0 0 0 46 0 0 0 20 0 15 0 106173824 14427463680 51153 33554432000 4194304 4196468 140728462538752 140545715526384 140546247686786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 18 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12992] ppid=12977 vsize=14089320 memory=206648 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12992/stat : 12992 (java) S 12977 12977 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106173824 14427463680 51153 33554432000 4194304 4196468 140728462538752 140545714474080 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12993] ppid=12977 vsize=14089320 memory=840 CPUtime=0.01 cores=1,3,5,7
/proc/12979/task/12993/stat : 12993 (java) S 12977 12977 6396 0 -1 1077944384 936 0 0 0 0 1 0 0 20 0 15 0 106173824 14427463680 51153 33554432000 4194304 4196468 140728462538752 140545713420592 140546247686786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 20 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
Current children cumulated CPU time: 106.4 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 206064 KiB

[startup+162.301 s]
/proc/loadavg: 1.64 1.74 1.87 3/218 13072
/proc/meminfo: memFree=23547264/32770624 swapFree=67108860/67108860
[pid=12977] ppid=12974 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12977/stat : 12977 (xcsp3-exec) S 12974 12977 6396 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106173818 115843072 363 33554432000 4194304 5098028 140725887832368 140725887830472 139851076428412 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15650816 140725887837248 140725887837449 140725887837449 140725887840202 0
/proc/12977/statm: 28282 363 305 221 0 87 0
[pid=12979] ppid=12977 vsize=14089320 memory=192352 CPUtime=166.48 cores=1,3,5,7
/proc/12979/stat : 12979 (java) S 12977 12977 6396 0 -1 1077944320 50889 0 0 0 16633 15 0 0 20 0 15 0 106173818 14427463680 48088 33554432000 4194304 4196468 140728462538752 140728462521296 140546247675639 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
/proc/12979/statm: 3522330 48088 3415 1 0 3483524 0
[pid=12979/tid=12980] ppid=12977 vsize=14089320 memory=1452 CPUtime=162.2 cores=1,3,5,7
/proc/12979/task/12980/stat : 12980 (java) R 12977 12977 6396 0 -1 4202560 12722 0 0 0 16215 5 0 0 20 0 15 0 106173819 14427463680 48088 33554432000 4194304 4196468 140728462538752 140546251915072 140545846511469 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12981] ppid=12977 vsize=14089320 memory=194916 CPUtime=0.01 cores=1,3,5,7
/proc/12979/task/12981/stat : 12981 (java) S 12977 12977 6396 0 -1 1077944384 463 0 0 0 1 0 0 0 20 0 15 0 106173819 14427463680 48088 33554432000 4194304 4196468 140728462538752 140546162744080 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12982] ppid=12977 vsize=14089320 memory=194916 CPUtime=0.01 cores=1,3,5,7
/proc/12979/task/12982/stat : 12982 (java) S 12977 12977 6396 0 -1 1077944384 1491 0 0 0 1 0 0 0 20 0 15 0 106173819 14427463680 48088 33554432000 4194304 4196468 140728462538752 140545842211728 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12983] ppid=12977 vsize=14089320 memory=192352 CPUtime=0.02 cores=1,3,5,7
/proc/12979/task/12983/stat : 12983 (java) S 12977 12977 6396 0 -1 1077944384 1343 0 0 0 1 1 0 0 20 0 15 0 106173819 14427463680 48088 33554432000 4194304 4196468 140728462538752 140545841159184 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12984] ppid=12977 vsize=14089320 memory=192352 CPUtime=0.01 cores=1,3,5,7
/proc/12979/task/12984/stat : 12984 (java) S 12977 12977 6396 0 -1 1077944384 732 0 0 0 1 0 0 0 20 0 15 0 106173819 14427463680 48088 33554432000 4194304 4196468 140728462538752 140545840106640 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12985] ppid=12977 vsize=14089320 memory=1452 CPUtime=0.01 cores=1,3,5,7
/proc/12979/task/12985/stat : 12985 (java) S 12977 12977 6396 0 -1 1077944384 1478 0 0 0 1 0 0 0 20 0 15 0 106173821 14427463680 48088 33554432000 4194304 4196468 140728462538752 140545721841648 140546247686786 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12986] ppid=12977 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12986/stat : 12986 (java) S 12977 12977 6396 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 106173821 14427463680 48088 33554432000 4194304 4196468 140728462538752 140545720787872 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12987] ppid=12977 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12987/stat : 12987 (java) S 12977 12977 6396 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 106173821 14427463680 48088 33554432000 4194304 4196468 140728462538752 140545719735280 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12988] ppid=12977 vsize=14089320 memory=192352 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12988/stat : 12988 (java) S 12977 12977 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106173824 14427463680 48088 33554432000 4194304 4196468 140728462538752 140545718683856 140546247694235 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12989] ppid=12977 vsize=14089320 memory=1452 CPUtime=1.74 cores=1,3,5,7
/proc/12979/task/12989/stat : 12989 (java) S 12977 12977 6396 0 -1 1077944384 10894 0 0 0 172 2 0 0 20 0 15 0 106173824 14427463680 48088 33554432000 4194304 4196468 140728462538752 140545717631472 140546247686786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12990] ppid=12977 vsize=14089320 memory=1452 CPUtime=1.89 cores=1,3,5,7
/proc/12979/task/12990/stat : 12990 (java) S 12977 12977 6396 0 -1 1077944384 12219 0 0 0 188 1 0 0 20 0 15 0 106173824 14427463680 48088 33554432000 4194304 4196468 140728462538752 140545716578928 140546247686786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12991] ppid=12977 vsize=14089320 memory=796 CPUtime=0.46 cores=1,3,5,7
/proc/12979/task/12991/stat : 12991 (java) S 12977 12977 6396 0 -1 1077944384 7209 0 0 0 46 0 0 0 20 0 15 0 106173824 14427463680 48088 33554432000 4194304 4196468 140728462538752 140545715526384 140546247686786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 18 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12992] ppid=12977 vsize=14089320 memory=5408 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12992/stat : 12992 (java) S 12977 12977 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106173824 14427463680 48088 33554432000 4194304 4196468 140728462538752 140545714474080 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12993] ppid=12977 vsize=14089320 memory=1452 CPUtime=0.02 cores=1,3,5,7
/proc/12979/task/12993/stat : 12993 (java) S 12977 12977 6396 0 -1 1077944384 967 0 0 0 1 1 0 0 20 0 15 0 106173824 14427463680 48088 33554432000 4194304 4196468 140728462538752 140545713420592 140546247686786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 20 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
Current children cumulated CPU time: 166.48 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 193804 KiB

[startup+222.301 s]
/proc/loadavg: 1.68 1.74 1.86 3/217 13149
/proc/meminfo: memFree=23533700/32770624 swapFree=67108860/67108860
[pid=12977] ppid=12974 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12977/stat : 12977 (xcsp3-exec) S 12974 12977 6396 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106173818 115843072 363 33554432000 4194304 5098028 140725887832368 140725887830472 139851076428412 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15650816 140725887837248 140725887837449 140725887837449 140725887840202 0
/proc/12977/statm: 28282 363 305 221 0 87 0
[pid=12979] ppid=12977 vsize=14089320 memory=181628 CPUtime=226.52 cores=1,3,5,7
/proc/12979/stat : 12979 (java) S 12977 12977 6396 0 -1 1077944320 52378 0 0 0 22636 16 0 0 20 0 15 0 106173818 14427463680 45407 33554432000 4194304 4196468 140728462538752 140728462521296 140546247675639 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
/proc/12979/statm: 3522330 45407 3415 1 0 3483524 0
[pid=12979/tid=12980] ppid=12977 vsize=14089320 memory=181628 CPUtime=222.17 cores=1,3,5,7
/proc/12979/task/12980/stat : 12980 (java) R 12977 12977 6396 0 -1 4202560 12935 0 0 0 22212 5 0 0 20 0 15 0 106173819 14427463680 45407 33554432000 4194304 4196468 140728462538752 140546251915280 140545845921590 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12981] ppid=12977 vsize=14089320 memory=181628 CPUtime=0.02 cores=1,3,5,7
/proc/12979/task/12981/stat : 12981 (java) S 12977 12977 6396 0 -1 1077944384 470 0 0 0 1 1 0 0 20 0 15 0 106173819 14427463680 45407 33554432000 4194304 4196468 140728462538752 140546162744080 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12982] ppid=12977 vsize=14089320 memory=181628 CPUtime=0.01 cores=1,3,5,7
/proc/12979/task/12982/stat : 12982 (java) S 12977 12977 6396 0 -1 1077944384 1493 0 0 0 1 0 0 0 20 0 15 0 106173819 14427463680 45407 33554432000 4194304 4196468 140728462538752 140545842211728 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12983] ppid=12977 vsize=14089320 memory=1452 CPUtime=0.02 cores=1,3,5,7
/proc/12979/task/12983/stat : 12983 (java) S 12977 12977 6396 0 -1 1077944384 1345 0 0 0 1 1 0 0 20 0 15 0 106173819 14427463680 45407 33554432000 4194304 4196468 140728462538752 140545841159184 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12984] ppid=12977 vsize=14089320 memory=181628 CPUtime=0.02 cores=1,3,5,7
/proc/12979/task/12984/stat : 12984 (java) S 12977 12977 6396 0 -1 1077944384 737 0 0 0 2 0 0 0 20 0 15 0 106173819 14427463680 45407 33554432000 4194304 4196468 140728462538752 140545840106640 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12985] ppid=12977 vsize=14089320 memory=181628 CPUtime=0.02 cores=1,3,5,7
/proc/12979/task/12985/stat : 12985 (java) S 12977 12977 6396 0 -1 1077944384 1489 0 0 0 2 0 0 0 20 0 15 0 106173821 14427463680 45407 33554432000 4194304 4196468 140728462538752 140545721841648 140546247686786 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12986] ppid=12977 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12986/stat : 12986 (java) S 12977 12977 6396 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 106173821 14427463680 45407 33554432000 4194304 4196468 140728462538752 140545720787872 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12987] ppid=12977 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12987/stat : 12987 (java) S 12977 12977 6396 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 106173821 14427463680 45407 33554432000 4194304 4196468 140728462538752 140545719735280 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12988] ppid=12977 vsize=14089320 memory=181628 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12988/stat : 12988 (java) S 12977 12977 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106173824 14427463680 45407 33554432000 4194304 4196468 140728462538752 140545718683856 140546247694235 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12989] ppid=12977 vsize=14089320 memory=1452 CPUtime=1.74 cores=1,3,5,7
/proc/12979/task/12989/stat : 12989 (java) S 12977 12977 6396 0 -1 1077944384 11048 0 0 0 172 2 0 0 20 0 15 0 106173824 14427463680 45407 33554432000 4194304 4196468 140728462538752 140545717631472 140546247686786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12990] ppid=12977 vsize=14089320 memory=4128 CPUtime=1.91 cores=1,3,5,7
/proc/12979/task/12990/stat : 12990 (java) S 12977 12977 6396 0 -1 1077944384 12970 0 0 0 190 1 0 0 20 0 15 0 106173824 14427463680 45407 33554432000 4194304 4196468 140728462538752 140545716578928 140546247686786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12991] ppid=12977 vsize=14089320 memory=1452 CPUtime=0.47 cores=1,3,5,7
/proc/12979/task/12991/stat : 12991 (java) S 12977 12977 6396 0 -1 1077944384 7545 0 0 0 47 0 0 0 20 0 15 0 106173824 14427463680 45407 33554432000 4194304 4196468 140728462538752 140545715526384 140546247686786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 18 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12992] ppid=12977 vsize=14089320 memory=4128 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12992/stat : 12992 (java) S 12977 12977 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106173824 14427463680 45407 33554432000 4194304 4196468 140728462538752 140545714474080 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12993] ppid=12977 vsize=14089320 memory=30216 CPUtime=0.03 cores=1,3,5,7
/proc/12979/task/12993/stat : 12993 (java) S 12977 12977 6396 0 -1 1077944384 975 0 0 0 1 2 0 0 20 0 15 0 106173824 14427463680 45407 33554432000 4194304 4196468 140728462538752 140545713420592 140546247686786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 20 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
Current children cumulated CPU time: 226.52 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 183080 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+247.801 s]
/proc/loadavg: 1.72 1.75 1.86 3/217 13150
/proc/meminfo: memFree=23536636/32770624 swapFree=67108860/67108860
[pid=12977] ppid=12974 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12977/stat : 12977 (xcsp3-exec) S 12974 12977 6396 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106173818 115843072 363 33554432000 4194304 5098028 140725887832368 140725887830472 139851076428412 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15650816 140725887837248 140725887837449 140725887837449 140725887840202 0
/proc/12977/statm: 28282 363 305 221 0 87 0
[pid=12979] ppid=12977 vsize=14089320 memory=178548 CPUtime=252.04 cores=1,3,5,7
/proc/12979/stat : 12979 (java) S 12977 12977 6396 0 -1 1077944320 52852 0 0 0 25187 17 0 0 20 0 15 0 106173818 14427463680 44637 33554432000 4194304 4196468 140728462538752 140728462521296 140546247675639 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
/proc/12979/statm: 3522330 44637 3415 1 0 3483524 0
[pid=12979/tid=12980] ppid=12977 vsize=14089320 memory=17284 CPUtime=247.65 cores=1,3,5,7
/proc/12979/task/12980/stat : 12980 (java) R 12977 12977 6396 0 -1 4202560 13285 0 0 0 24760 5 0 0 20 0 15 0 106173819 14427463680 44637 33554432000 4194304 4196468 140728462538752 140546251914536 140545846279682 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12981] ppid=12977 vsize=14089320 memory=6791534058613427641 CPUtime=0.03 cores=1,3,5,7
/proc/12979/task/12981/stat : 12981 (java) S 12977 12977 6396 0 -1 1077944384 472 0 0 0 2 1 0 0 20 0 15 0 106173819 14427463680 44637 33554432000 4194304 4196468 140728462538752 140546162744080 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12982] ppid=12977 vsize=14089320 memory=3180 CPUtime=0.03 cores=1,3,5,7
/proc/12979/task/12982/stat : 12982 (java) S 12977 12977 6396 0 -1 1077944384 1494 0 0 0 2 1 0 0 20 0 15 0 106173819 14427463680 44637 33554432000 4194304 4196468 140728462538752 140545842211728 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12983] ppid=12977 vsize=14089320 memory=1452 CPUtime=0.02 cores=1,3,5,7
/proc/12979/task/12983/stat : 12983 (java) S 12977 12977 6396 0 -1 1077944384 1345 0 0 0 1 1 0 0 20 0 15 0 106173819 14427463680 44637 33554432000 4194304 4196468 140728462538752 140545841159184 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12984] ppid=12977 vsize=14089320 memory=178548 CPUtime=0.02 cores=1,3,5,7
/proc/12979/task/12984/stat : 12984 (java) S 12977 12977 6396 0 -1 1077944384 737 0 0 0 2 0 0 0 20 0 15 0 106173819 14427463680 44637 33554432000 4194304 4196468 140728462538752 140545840106640 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12985] ppid=12977 vsize=14089320 memory=1408 CPUtime=0.03 cores=1,3,5,7
/proc/12979/task/12985/stat : 12985 (java) S 12977 12977 6396 0 -1 1077944384 1495 0 0 0 2 1 0 0 20 0 15 0 106173821 14427463680 44637 33554432000 4194304 4196468 140728462538752 140545721841648 140546247686786 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12986] ppid=12977 vsize=14089320 memory=2836 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12986/stat : 12986 (java) S 12977 12977 6396 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 106173821 14427463680 44637 33554432000 4194304 4196468 140728462538752 140545720787872 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12987] ppid=12977 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12987/stat : 12987 (java) S 12977 12977 6396 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 106173821 14427463680 44637 33554432000 4194304 4196468 140728462538752 140545719735280 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12988] ppid=12977 vsize=14089320 memory=224508 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12988/stat : 12988 (java) S 12977 12977 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106173824 14427463680 44637 33554432000 4194304 4196468 140728462538752 140545718683856 140546247694235 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12989] ppid=12977 vsize=14089320 memory=1008 CPUtime=1.74 cores=1,3,5,7
/proc/12979/task/12989/stat : 12989 (java) S 12977 12977 6396 0 -1 1077944384 11085 0 0 0 172 2 0 0 20 0 15 0 106173824 14427463680 44637 33554432000 4194304 4196468 140728462538752 140545717631472 140546247686786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12990] ppid=12977 vsize=14089320 memory=9992 CPUtime=1.91 cores=1,3,5,7
/proc/12979/task/12990/stat : 12990 (java) S 12977 12977 6396 0 -1 1077944384 12970 0 0 0 190 1 0 0 20 0 15 0 106173824 14427463680 44637 33554432000 4194304 4196468 140728462538752 140545716578928 140546247686786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12991] ppid=12977 vsize=14089320 memory=4124 CPUtime=0.47 cores=1,3,5,7
/proc/12979/task/12991/stat : 12991 (java) S 12977 12977 6396 0 -1 1077944384 7597 0 0 0 47 0 0 0 20 0 15 0 106173824 14427463680 44637 33554432000 4194304 4196468 140728462538752 140545715526384 140546247686786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 18 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12992] ppid=12977 vsize=14089320 memory=2200 CPUtime=0 cores=1,3,5,7
/proc/12979/task/12992/stat : 12992 (java) S 12977 12977 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106173824 14427463680 44637 33554432000 4194304 4196468 140728462538752 140545714474080 140546247685845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
[pid=12979/tid=12993] ppid=12977 vsize=14089320 memory=7528 CPUtime=0.04 cores=1,3,5,7
/proc/12979/task/12993/stat : 12993 (java) S 12977 12977 6396 0 -1 1077944384 1001 0 0 0 2 2 0 0 20 0 15 0 106173824 14427463680 44637 33554432000 4194304 4196468 140728462538752 140545713420592 140546247686786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 20 0 0 6293624 6294260 17981440 140728462541964 140728462542134 140728462542134 140728462544847 0
Current children cumulated CPU time: 252.04 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 180000 KiB

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

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

[startup+247.815 s]
# the end of solver process 12979 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.891 s, system=0.178075 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

Child status: 143
Real time (s): 247.815
CPU time (s): 252.069
CPU user time (s): 251.891
CPU system time (s): 0.178075
CPU usage (%): 101.716
Max. virtual memory (cumulated for all children) (KiB): 14202480
Max. memory (cumulated for all children) (KiB): 208100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.891
system time used= 0.178075
maximum resident set size= 208696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54679
page faults= 0
swaps= 0
block input operations= 0
block output operations= 424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8321
involuntary context switches= 181


# summary of solver processes directly reported to runsolver:
#   pid: 12977,12979
#   total CPU time (s): 252.069
#   total CPU user time (s): 251.891
#   total CPU system time (s): 0.178075

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.6005 second user time and 2.03084 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-29 19:41:46
IDJOB=4301834
IDBENCH=141371
IDSOLVER=2772
FILE ID=node139/4301834-1532886106
RUNJOBID= node139-1532878307-6428
PBS_JOBID= 21022510
Free space on /tmp= 45028 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-10_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-4301834-1532886106/watcher-4301834-1532886106 -o /tmp/evaluation-result-4301834-1532886106/solver-4301834-1532886106 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532878307-6428 --watchdog 312  HOME/xcsp3-exec -seed 1238626074 -dir HOME -tl 252 -ml 11000 -p 1 HOME/instance-4301834-1532886106.xml

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

MD5SUM BENCH= fd7701f01011f2453d3fac3f444f25b8
RANDOM SEED=1238626074

node139.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.80
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.80
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.80
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.80
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:        23744280 kB
MemAvailable:   31759492 kB
Buffers:          250832 kB
Cached:          7878368 kB
SwapCached:            0 kB
Active:          3211032 kB
Inactive:        5142720 kB
Active(anon):     178540 kB
Inactive(anon):    73544 kB
Active(file):    3032492 kB
Inactive(file):  5069176 kB
Unevictable:        7308 kB
Mlocked:            7308 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             21844 kB
Writeback:             0 kB
AnonPages:        347460 kB
Mapped:            57620 kB
Shmem:             25228 kB
Slab:             371112 kB
SReclaimable:     342004 kB
SUnreclaim:        29108 kB
KernelStack:        3680 kB
PageTables:         6096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1243500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    249856 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 45004 MiB
End job on node139 at 2018-07-29 19:45:54