Trace number 4283336

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 5a (2017-08-18)SAT (TO)8 2520.03 2490.03

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-queen8-8.xml
MD5SUM1f0f248e074ceb8e6b1804d1246bfc68
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints728
Number of domains1
Minimum domain size64
Maximum domain size64
Distribution of domain sizes[{"size":64,"count":64}]
Minimum variable degree22
Maximum variable degree28
Distribution of variable degrees[{"degree":22,"count":28},{"degree":24,"count":20},{"degree":26,"count":12},{"degree":28,"count":4}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":728}]
Number of extensional constraints0
Number of intensional constraints728
Distribution of constraint types[{"type":"intension","count":728}]
Optimization problemYES
Type of objectivemin MAXIMUM

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.11	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283336-1503185131.xml"  -tl '2520s' -p 1 -x 3
0.05/0.30	c [HOME/instance-4283336-1503185131.xml, -tl, 2520s, -p, 1, -x, 3]
0.22/0.36	c simple solver
0.39/0.43	c parse instance...
1.02/0.77	c solve instance...
1.31/0.89	o 11 
1.62/0.91	o 10 
1.62/0.94	o 9 
15.55/10.16	o 8 
2520.00/2490.01	s SATISFIABLE
2520.00/2490.01	v <instantiation>
2520.00/2490.01	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] </list>
2520.00/2490.01	v 	<values>2 7 5 3 1 6 4 8 3 4 0 8 2 5 1 6 1 5 6 4 3 7 0 2 4 0 7 1 6 2 5 3 7 1 2 0 5 3 6 4 8 6 3 7 4 0 2 1 0 2 4 6 8 1 3 5 5 3 1 2 0 4 8 7 </values>
2520.00/2490.01	v </instantiation>
2520.00/2490.01	c Unexpected resolution interruption!

Verifier Data

OK	8

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283336-1503185131/watcher-4283336-1503185131 -o /tmp/evaluation-result-4283336-1503185131/solver-4283336-1503185131 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1503171914-32556 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1114115732 HOME/instance-4283336-1503185131.xml 

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

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

solver pid=1940, runsolver pid=1937

[startup+0.100138 s]*
/proc/loadavg: 1.73 1.54 1.47 2/199 1941
/proc/meminfo: memFree=30967424/32770624 swapFree=67108860/67108860
[pid=1940] ppid=1937 vsize=33976 memory=460 CPUtime=0 cores=1,3,5,7
/proc/1940/stat : 1940 (runsolver) D 1937 1940 17292 0 -1 4202560 110 0 0 0 0 0 0 0 20 0 1 0 16922242 34791424 115 18446744073709551615 4194304 4346622 140731835617616 140731835614248 139631584826071 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6446216 6449568 22577152 140731835621431 140731835621925 140731835621925 140731835625418 0
/proc/1940/statm: 8494 115 53 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 460 KiB

[startup+0.209206 s]*
/proc/loadavg: 1.73 1.54 1.47 2/213 1955
/proc/meminfo: memFree=30955500/32770624 swapFree=67108860/67108860
[pid=1940] ppid=1937 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/1940/stat : 1940 (xcsp3-exec) S 1937 1940 17292 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 16922242 9740288 344 18446744073709551615 4194304 5098028 140727486032848 140727486030952 139773589181052 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 11 0 0 7196144 7232144 17362944 140727486034297 140727486034502 140727486034502 140727486037995 0
/proc/1940/statm: 2378 344 289 221 0 87 0
[pid=1942] ppid=1940 vsize=13907304 memory=22396 CPUtime=0.05 cores=1,3,5,7
/proc/1942/stat : 1942 (java) S 1940 1940 17292 0 -1 1077944320 5031 0 0 0 4 1 0 0 20 0 14 0 16922254 14241079296 5599 18446744073709551615 4194304 4196468 140733566611296 140733566593840 139710579244791 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
/proc/1942/statm: 3476826 5599 2563 1 0 3466323 0
[pid=1942/tid=1943] ppid=1940 vsize=13907304 memory=7311146985107750967 CPUtime=0.04 cores=1,3,5,7
/proc/1942/task/1943/stat : 1943 (java) D 1940 1940 17292 0 -1 4202560 3212 0 0 0 4 0 0 0 20 0 14 0 16922254 14241079296 5599 18446744073709551615 4194304 4196468 140733566611296 139710583482272 139710579266813 0 4 1 16800974 18446744071580418449 0 0 -1 3 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1944] ppid=1940 vsize=13907304 memory=10613 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1944/stat : 1944 (java) S 1940 1940 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 16922255 14241079296 5599 18446744073709551615 4194304 4196468 140733566611296 139710536210832 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1945] ppid=1940 vsize=13907304 memory=139631587800862 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1945/stat : 1945 (java) S 1940 1940 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 16922255 14241079296 5599 18446744073709551615 4194304 4196468 140733566611296 139710535158032 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1946] ppid=1940 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1946/stat : 1946 (java) S 1940 1940 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 16922255 14241079296 5599 18446744073709551615 4194304 4196468 140733566611296 139710534105744 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1947] ppid=1940 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1947/stat : 1947 (java) S 1940 1940 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 16922255 14241079296 5599 18446744073709551615 4194304 4196468 140733566611296 139710533052944 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1948] ppid=1940 vsize=13907304 memory=139631587776128 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1948/stat : 1948 (java) S 1940 1940 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 16922256 14241079296 5599 18446744073709551615 4194304 4196468 140733566611296 139710147357296 139710579255938 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1949] ppid=1940 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1949/stat : 1949 (java) S 1940 1940 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 16922257 14241079296 5599 18446744073709551615 4194304 4196468 140733566611296 139710146303264 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1950] ppid=1940 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1950/stat : 1950 (java) S 1940 1940 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 16922257 14241079296 5599 18446744073709551615 4194304 4196468 140733566611296 139710145250928 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1951] ppid=1940 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1951/stat : 1951 (java) S 1940 1940 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 16922259 14241079296 5599 18446744073709551615 4194304 4196468 140733566611296 139710144199248 139710579263387 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1952] ppid=1940 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1952/stat : 1952 (java) S 1940 1940 17292 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 14 0 16922259 14241079296 5599 18446744073709551615 4194304 4196468 140733566611296 139710143146096 139710579255938 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1953] ppid=1940 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1953/stat : 1953 (java) S 1940 1940 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 16922259 14241079296 5599 18446744073709551615 4194304 4196468 140733566611296 139710142093296 139710579255938 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1954] ppid=1940 vsize=13907304 memory=139631587776128 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1954/stat : 1954 (java) S 1940 1940 17292 0 -1 1077944384 205 0 0 0 0 0 0 0 20 0 14 0 16922259 14241079296 5599 18446744073709551615 4194304 4196468 140733566611296 139710141041008 139710579255938 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1955] ppid=1940 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1955/stat : 1955 (java) S 1940 1940 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 16922260 14241079296 5599 18446744073709551615 4194304 4196468 140733566611296 139710139988448 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 23772 KiB

[startup+0.311012 s]*
/proc/loadavg: 1.73 1.54 1.47 3/214 1956
/proc/meminfo: memFree=30946948/32770624 swapFree=67108860/67108860
[pid=1940] ppid=1937 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/1940/stat : 1940 (xcsp3-exec) S 1937 1940 17292 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 16922242 9740288 344 18446744073709551615 4194304 5098028 140727486032848 140727486030952 139773589181052 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 11 0 0 7196144 7232144 17362944 140727486034297 140727486034502 140727486034502 140727486037995 0
/proc/1940/statm: 2378 344 289 221 0 87 0
[pid=1942] ppid=1940 vsize=13975376 memory=35856 CPUtime=0.22 cores=1,3,5,7
/proc/1942/stat : 1942 (java) S 1940 1940 17292 0 -1 1077944320 8525 0 0 0 20 2 0 0 20 0 15 0 16922254 14310785024 8964 18446744073709551615 4194304 4196468 140733566611296 140733566593840 139710579244791 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
/proc/1942/statm: 3493844 8964 2976 1 0 3483220 0
[pid=1942/tid=1943] ppid=1940 vsize=13975376 memory=6933928925625698159 CPUtime=0.14 cores=1,3,5,7
/proc/1942/task/1943/stat : 1943 (java) R 1940 1940 17292 0 -1 4202560 6056 0 0 0 12 2 0 0 20 0 15 0 16922254 14310785024 8964 18446744073709551615 4194304 4196468 140733566611296 139710583467168 139710571924509 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1944] ppid=1940 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1944/stat : 1944 (java) S 1940 1940 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16922255 14310785024 8964 18446744073709551615 4194304 4196468 140733566611296 139710536210832 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1945] ppid=1940 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1945/stat : 1945 (java) S 1940 1940 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16922255 14310785024 8964 18446744073709551615 4194304 4196468 140733566611296 139710535158032 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1946] ppid=1940 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1946/stat : 1946 (java) S 1940 1940 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16922255 14310785024 8964 18446744073709551615 4194304 4196468 140733566611296 139710534105744 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1947] ppid=1940 vsize=13975376 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1947/stat : 1947 (java) S 1940 1940 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16922255 14310785024 8964 18446744073709551615 4194304 4196468 140733566611296 139710533052944 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1948] ppid=1940 vsize=13975376 memory=139631587776128 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1948/stat : 1948 (java) S 1940 1940 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16922256 14310785024 8964 18446744073709551615 4194304 4196468 140733566611296 139710147357296 139710579255938 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1949] ppid=1940 vsize=13975376 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1949/stat : 1949 (java) S 1940 1940 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 16922257 14310785024 8964 18446744073709551615 4194304 4196468 140733566611296 139710146303264 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1950] ppid=1940 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1950/stat : 1950 (java) S 1940 1940 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 16922257 14310785024 8964 18446744073709551615 4194304 4196468 140733566611296 139710145250928 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1951] ppid=1940 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1951/stat : 1951 (java) S 1940 1940 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16922259 14310785024 8964 18446744073709551615 4194304 4196468 140733566611296 139710144199248 139710579263387 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1952] ppid=1940 vsize=13975376 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/1942/task/1952/stat : 1952 (java) S 1940 1940 17292 0 -1 1077944384 397 0 0 0 1 0 0 0 20 0 15 0 16922259 14310785024 8964 18446744073709551615 4194304 4196468 140733566611296 139710143146096 139710579255938 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1953] ppid=1940 vsize=13975376 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/1942/task/1953/stat : 1953 (java) S 1940 1940 17292 0 -1 1077944384 286 0 0 0 1 0 0 0 20 0 15 0 16922259 14310785024 8964 18446744073709551615 4194304 4196468 140733566611296 139710142093296 139710579255938 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1954] ppid=1940 vsize=13975376 memory=139631587776128 CPUtime=0.05 cores=1,3,5,7
/proc/1942/task/1954/stat : 1954 (java) S 1940 1940 17292 0 -1 1077944384 736 0 0 0 5 0 0 0 20 0 15 0 16922259 14310785024 8964 18446744073709551615 4194304 4196468 140733566611296 139710141041008 139710579255938 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1955] ppid=1940 vsize=13975376 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1955/stat : 1955 (java) S 1940 1940 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16922260 14310785024 8964 18446744073709551615 4194304 4196468 140733566611296 139710139988448 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1956] ppid=1940 vsize=13975376 memory=139631587776128 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1956/stat : 1956 (java) S 1940 1940 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16922264 14310785024 8964 18446744073709551615 4194304 4196468 140733566611296 139710138936240 139710579255938 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 13984888 KiB
Current children cumulated memory: 37232 KiB

[startup+0.700738 s]
/proc/loadavg: 1.73 1.54 1.47 4/214 1956
/proc/meminfo: memFree=30931356/32770624 swapFree=67108860/67108860
[pid=1940] ppid=1937 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/1940/stat : 1940 (xcsp3-exec) S 1937 1940 17292 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 16922242 9740288 344 18446744073709551615 4194304 5098028 140727486032848 140727486030952 139773589181052 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 11 0 0 7196144 7232144 17362944 140727486034297 140727486034502 140727486034502 140727486037995 0
/proc/1940/statm: 2378 344 289 221 0 87 0
[pid=1942] ppid=1940 vsize=13980732 memory=59776 CPUtime=1.02 cores=1,3,5,7
/proc/1942/stat : 1942 (java) S 1940 1940 17292 0 -1 1077944320 12085 0 0 0 97 5 0 0 20 0 15 0 16922254 14316269568 14944 18446744073709551615 4194304 4196468 140733566611296 140733566593840 139710579244791 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
/proc/1942/statm: 3495183 14944 3145 1 0 3483476 0
[pid=1942/tid=1943] ppid=1940 vsize=13980732 memory=6944656592455359580 CPUtime=0.52 cores=1,3,5,7
/proc/1942/task/1943/stat : 1943 (java) R 1940 1940 17292 0 -1 4202560 8430 0 0 0 49 3 0 0 20 0 15 0 16922254 14316269568 14944 18446744073709551615 4194304 4196468 140733566611296 139710583480368 139710202780450 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1944] ppid=1940 vsize=13980732 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1944/stat : 1944 (java) S 1940 1940 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16922255 14316269568 14944 18446744073709551615 4194304 4196468 140733566611296 139710536210832 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1945] ppid=1940 vsize=13980732 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1945/stat : 1945 (java) S 1940 1940 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16922255 14316269568 14944 18446744073709551615 4194304 4196468 140733566611296 139710535158032 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1946] ppid=1940 vsize=13980732 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1946/stat : 1946 (java) S 1940 1940 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16922255 14316269568 14944 18446744073709551615 4194304 4196468 140733566611296 139710534105744 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1947] ppid=1940 vsize=13980732 memory=7976406965554101975 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1947/stat : 1947 (java) S 1940 1940 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16922255 14316269568 14944 18446744073709551615 4194304 4196468 140733566611296 139710533052944 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1948] ppid=1940 vsize=13980732 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1948/stat : 1948 (java) S 1940 1940 17292 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 16922256 14316269568 14944 18446744073709551615 4194304 4196468 140733566611296 139710147357296 139710579255938 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1949] ppid=1940 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1949/stat : 1949 (java) S 1940 1940 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 16922257 14316269568 14944 18446744073709551615 4194304 4196468 140733566611296 139710146303264 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1950] ppid=1940 vsize=13980732 memory=288230604624101684 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1950/stat : 1950 (java) S 1940 1940 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 16922257 14316269568 14944 18446744073709551615 4194304 4196468 140733566611296 139710145250928 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1951] ppid=1940 vsize=13980732 memory=288284497991173369 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1951/stat : 1951 (java) S 1940 1940 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16922259 14316269568 14944 18446744073709551615 4194304 4196468 140733566611296 139710144199248 139710579263387 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1952] ppid=1940 vsize=13980732 memory=16444 CPUtime=0.07 cores=1,3,5,7
/proc/1942/task/1952/stat : 1952 (java) S 1940 1940 17292 0 -1 1077944384 539 0 0 0 7 0 0 0 20 0 15 0 16922259 14316269568 14944 18446744073709551615 4194304 4196468 140733566611296 139710143146096 139710579255938 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1953] ppid=1940 vsize=13980732 memory=4012 CPUtime=0.11 cores=1,3,5,7
/proc/1942/task/1953/stat : 1953 (java) S 1940 1940 17292 0 -1 1077944384 537 0 0 0 11 0 0 0 20 0 15 0 16922259 14316269568 14944 18446744073709551615 4194304 4196468 140733566611296 139710142093296 139710579255938 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1954] ppid=1940 vsize=13980732 memory=636 CPUtime=0.29 cores=1,3,5,7
/proc/1942/task/1954/stat : 1954 (java) R 1940 1940 17292 0 -1 4202560 1271 0 0 0 29 0 0 0 20 0 15 0 16922259 14316269568 14944 18446744073709551615 4194304 4196468 140733566611296 139710141041008 139710558959138 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1955] ppid=1940 vsize=13980732 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1955/stat : 1955 (java) S 1940 1940 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16922260 14316269568 14944 18446744073709551615 4194304 4196468 140733566611296 139710139988448 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1956] ppid=1940 vsize=13980732 memory=952 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1956/stat : 1956 (java) S 1940 1940 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16922264 14316269568 14944 18446744073709551615 4194304 4196468 140733566611296 139710138936240 139710579255938 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
Current children cumulated CPU time: 1.02 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 61152 KiB

[startup+1.50087 s]
/proc/loadavg: 1.73 1.54 1.47 5/214 1956
/proc/meminfo: memFree=30887520/32770624 swapFree=67108860/67108860
[pid=1940] ppid=1937 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/1940/stat : 1940 (xcsp3-exec) S 1937 1940 17292 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 16922242 9740288 344 18446744073709551615 4194304 5098028 140727486032848 140727486030952 139773589181052 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 11 0 0 7196144 7232144 17362944 140727486034297 140727486034502 140727486034502 140727486037995 0
/proc/1940/statm: 2378 344 289 221 0 87 0
[pid=1942] ppid=1940 vsize=13980732 memory=119704 CPUtime=3.58 cores=1,3,5,7
/proc/1942/stat : 1942 (java) S 1940 1940 17292 0 -1 1077944320 37017 0 0 0 349 9 0 0 20 0 15 0 16922254 14316269568 29926 18446744073709551615 4194304 4196468 140733566611296 140733566593840 139710579244791 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
/proc/1942/statm: 3495183 29926 3184 1 0 3483476 0
[pid=1942/tid=1943] ppid=1940 vsize=13980732 memory=14181982013714 CPUtime=1.32 cores=1,3,5,7
/proc/1942/task/1943/stat : 1943 (java) R 1940 1940 17292 0 -1 4202560 9897 0 0 0 128 4 0 0 20 0 15 0 16922254 14316269568 29926 18446744073709551615 4194304 4196468 140733566611296 139710583477528 139710564472365 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1944] ppid=1940 vsize=13980732 memory=10872 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1944/stat : 1944 (java) S 1940 1940 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16922255 14316269568 29926 18446744073709551615 4194304 4196468 140733566611296 139710536210832 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1945] ppid=1940 vsize=13980732 memory=26230 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1945/stat : 1945 (java) S 1940 1940 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16922255 14316269568 29926 18446744073709551615 4194304 4196468 140733566611296 139710535158032 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1946] ppid=1940 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1946/stat : 1946 (java) S 1940 1940 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16922255 14316269568 29926 18446744073709551615 4194304 4196468 140733566611296 139710534105744 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1947] ppid=1940 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1947/stat : 1947 (java) S 1940 1940 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16922255 14316269568 29926 18446744073709551615 4194304 4196468 140733566611296 139710533052944 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1948] ppid=1940 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1948/stat : 1948 (java) S 1940 1940 17292 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 16922256 14316269568 29926 18446744073709551615 4194304 4196468 140733566611296 139710147357296 139710579255938 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1949] ppid=1940 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1949/stat : 1949 (java) S 1940 1940 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 16922257 14316269568 29926 18446744073709551615 4194304 4196468 140733566611296 139710146303264 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1950] ppid=1940 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1950/stat : 1950 (java) S 1940 1940 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 16922257 14316269568 29926 18446744073709551615 4194304 4196468 140733566611296 139710145250928 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1951] ppid=1940 vsize=13980732 memory=77252 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1951/stat : 1951 (java) S 1940 1940 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16922259 14316269568 29926 18446744073709551615 4194304 4196468 140733566611296 139710144199248 139710579263387 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1952] ppid=1940 vsize=13980732 memory=6944656592455359580 CPUtime=0.83 cores=1,3,5,7
/proc/1942/task/1952/stat : 1952 (java) R 1940 1940 17292 0 -1 4202560 15493 0 0 0 81 2 0 0 20 0 15 0 16922259 14316269568 29926 18446744073709551615 4194304 4196468 140733566611296 139710143131832 139710560764466 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1953] ppid=1940 vsize=13980732 memory=6944652177228980320 CPUtime=0.87 cores=1,3,5,7
/proc/1942/task/1953/stat : 1953 (java) R 1940 1940 17292 0 -1 4202560 6199 0 0 0 86 1 0 0 20 0 15 0 16922259 14316269568 29926 18446744073709551615 4194304 4196468 140733566611296 139710142074312 139710563638667 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1954] ppid=1940 vsize=13980732 memory=279262934592992 CPUtime=0.54 cores=1,3,5,7
/proc/1942/task/1954/stat : 1954 (java) S 1940 1940 17292 0 -1 1077944384 4118 0 0 0 53 1 0 0 20 0 15 0 16922259 14316269568 29926 18446744073709551615 4194304 4196468 140733566611296 139710141041008 139710579255938 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1955] ppid=1940 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1955/stat : 1955 (java) S 1940 1940 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16922260 14316269568 29926 18446744073709551615 4194304 4196468 140733566611296 139710139988448 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1956] ppid=1940 vsize=13980732 memory=5983788769419084976 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1956/stat : 1956 (java) S 1940 1940 17292 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 16922264 14316269568 29926 18446744073709551615 4194304 4196468 140733566611296 139710138936240 139710579255938 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
Current children cumulated CPU time: 3.58 s
Current children cumulated vsize: 13990244 KiB

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

/proc/1942/task/1950/stat : 1950 (java) S 1940 1940 17292 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 16922257 14316269568 88621 18446744073709551615 4194304 4196468 140733566611296 139710145250928 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1951] ppid=1940 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1951/stat : 1951 (java) S 1940 1940 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16922259 14316269568 88621 18446744073709551615 4194304 4196468 140733566611296 139710144199248 139710579263387 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1952] ppid=1940 vsize=13980732 memory=355512 CPUtime=3.03 cores=1,3,5,7
/proc/1942/task/1952/stat : 1952 (java) S 1940 1940 17292 0 -1 1077944384 30586 0 0 0 300 3 0 0 20 0 15 0 16922259 14316269568 88621 18446744073709551615 4194304 4196468 140733566611296 139710143146096 139710579255938 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1953] ppid=1940 vsize=13980732 memory=1376 CPUtime=3.01 cores=1,3,5,7
/proc/1942/task/1953/stat : 1953 (java) S 1940 1940 17292 0 -1 1077944384 17506 0 0 0 299 2 0 0 20 0 15 0 16922259 14316269568 88621 18446744073709551615 4194304 4196468 140733566611296 139710142093296 139710579255938 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1954] ppid=1940 vsize=13980732 memory=354484 CPUtime=0.78 cores=1,3,5,7
/proc/1942/task/1954/stat : 1954 (java) S 1940 1940 17292 0 -1 1077944384 12463 0 0 0 76 2 0 0 20 0 15 0 16922259 14316269568 88621 18446744073709551615 4194304 4196468 140733566611296 139710141041008 139710579255938 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1955] ppid=1940 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1955/stat : 1955 (java) S 1940 1940 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16922260 14316269568 88621 18446744073709551615 4194304 4196468 140733566611296 139710139988448 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1956] ppid=1940 vsize=13980732 memory=1376 CPUtime=0.6 cores=1,3,5,7
/proc/1942/task/1956/stat : 1956 (java) S 1940 1940 17292 0 -1 1077944384 937 0 0 0 27 33 0 0 20 0 15 0 16922264 14316269568 88621 18446744073709551615 4194304 4196468 140733566611296 139710138936240 139710579255938 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
Current children cumulated CPU time: 2350.34 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 355860 KiB

[startup+2382.3 s]
/proc/loadavg: 1.82 1.77 1.71 3/214 2096
/proc/meminfo: memFree=27360548/32770624 swapFree=67108860/67108860
[pid=1940] ppid=1937 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/1940/stat : 1940 (xcsp3-exec) S 1937 1940 17292 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 16922242 9740288 344 18446744073709551615 4194304 5098028 140727486032848 140727486030952 139773589181052 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 11 0 0 7196144 7232144 17362944 140727486034297 140727486034502 140727486034502 140727486037995 0
/proc/1940/statm: 2378 344 289 221 0 87 0
[pid=1942] ppid=1940 vsize=13980732 memory=565788 CPUtime=2411.16 cores=1,3,5,7
/proc/1942/stat : 1942 (java) S 1940 1940 17292 0 -1 1077944320 228472 0 0 0 240961 155 0 0 20 0 15 0 16922254 14316269568 141447 18446744073709551615 4194304 4196468 140733566611296 140733566593840 139710579244791 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
/proc/1942/statm: 3495183 141447 3252 1 0 3483476 0
[pid=1942/tid=1943] ppid=1940 vsize=13980732 memory=426080 CPUtime=2372.68 cores=1,3,5,7
/proc/1942/task/1943/stat : 1943 (java) R 1940 1940 17292 0 -1 4202560 53884 0 0 0 237242 26 0 0 20 0 15 0 16922254 14316269568 141447 18446744073709551615 4194304 4196468 140733566611296 139710583484272 139710210560489 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1944] ppid=1940 vsize=13980732 memory=547288 CPUtime=7.38 cores=1,3,5,7
/proc/1942/task/1944/stat : 1944 (java) S 1940 1940 17292 0 -1 1077944384 14101 0 0 0 719 19 0 0 20 0 15 0 16922255 14316269568 141447 18446744073709551615 4194304 4196468 140733566611296 139710536210832 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1945] ppid=1940 vsize=13980732 memory=1376 CPUtime=7.39 cores=1,3,5,7
/proc/1942/task/1945/stat : 1945 (java) S 1940 1940 17292 0 -1 1077944384 15067 0 0 0 718 21 0 0 20 0 15 0 16922255 14316269568 141447 18446744073709551615 4194304 4196468 140733566611296 139710535158032 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1946] ppid=1940 vsize=13980732 memory=565788 CPUtime=7.38 cores=1,3,5,7
/proc/1942/task/1946/stat : 1946 (java) S 1940 1940 17292 0 -1 1077944384 15223 0 0 0 719 19 0 0 20 0 15 0 16922255 14316269568 141447 18446744073709551615 4194304 4196468 140733566611296 139710534105744 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1947] ppid=1940 vsize=13980732 memory=565788 CPUtime=7.35 cores=1,3,5,7
/proc/1942/task/1947/stat : 1947 (java) S 1940 1940 17292 0 -1 1077944384 13086 0 0 0 714 21 0 0 20 0 15 0 16922255 14316269568 141447 18446744073709551615 4194304 4196468 140733566611296 139710533052944 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1948] ppid=1940 vsize=13980732 memory=1376 CPUtime=1.48 cores=1,3,5,7
/proc/1942/task/1948/stat : 1948 (java) S 1940 1940 17292 0 -1 1077944384 54259 0 0 0 132 16 0 0 20 0 15 0 16922256 14316269568 141447 18446744073709551615 4194304 4196468 140733566611296 139710147357296 139710579255938 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1949] ppid=1940 vsize=13980732 memory=565788 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1949/stat : 1949 (java) S 1940 1940 17292 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 16922257 14316269568 141447 18446744073709551615 4194304 4196468 140733566611296 139710146303264 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1950] ppid=1940 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1950/stat : 1950 (java) S 1940 1940 17292 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 16922257 14316269568 141447 18446744073709551615 4194304 4196468 140733566611296 139710145250928 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1951] ppid=1940 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1951/stat : 1951 (java) S 1940 1940 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16922259 14316269568 141447 18446744073709551615 4194304 4196468 140733566611296 139710144199248 139710579263387 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1952] ppid=1940 vsize=13980732 memory=563740 CPUtime=3.03 cores=1,3,5,7
/proc/1942/task/1952/stat : 1952 (java) S 1940 1940 17292 0 -1 1077944384 30586 0 0 0 300 3 0 0 20 0 15 0 16922259 14316269568 141447 18446744073709551615 4194304 4196468 140733566611296 139710143146096 139710579255938 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1953] ppid=1940 vsize=13980732 memory=1376 CPUtime=3.01 cores=1,3,5,7
/proc/1942/task/1953/stat : 1953 (java) S 1940 1940 17292 0 -1 1077944384 17506 0 0 0 299 2 0 0 20 0 15 0 16922259 14316269568 141447 18446744073709551615 4194304 4196468 140733566611296 139710142093296 139710579255938 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1954] ppid=1940 vsize=13980732 memory=1376 CPUtime=0.78 cores=1,3,5,7
/proc/1942/task/1954/stat : 1954 (java) S 1940 1940 17292 0 -1 1077944384 12463 0 0 0 76 2 0 0 20 0 15 0 16922259 14316269568 141447 18446744073709551615 4194304 4196468 140733566611296 139710141041008 139710579255938 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1955] ppid=1940 vsize=13980732 memory=928 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1955/stat : 1955 (java) S 1940 1940 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16922260 14316269568 141447 18446744073709551615 4194304 4196468 140733566611296 139710139988448 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1956] ppid=1940 vsize=13980732 memory=1584 CPUtime=0.61 cores=1,3,5,7
/proc/1942/task/1956/stat : 1956 (java) S 1940 1940 17292 0 -1 1077944384 941 0 0 0 27 34 0 0 20 0 15 0 16922264 14316269568 141447 18446744073709551615 4194304 4196468 140733566611296 139710138936240 139710579255938 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
Current children cumulated CPU time: 2411.16 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 567164 KiB

[startup+2442.3 s]
/proc/loadavg: 1.72 1.74 1.70 3/211 2098
/proc/meminfo: memFree=27589916/32770624 swapFree=67108860/67108860
[pid=1940] ppid=1937 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/1940/stat : 1940 (xcsp3-exec) S 1937 1940 17292 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 16922242 9740288 344 18446744073709551615 4194304 5098028 140727486032848 140727486030952 139773589181052 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 11 0 0 7196144 7232144 17362944 140727486034297 140727486034502 140727486034502 140727486037995 0
/proc/1940/statm: 2378 344 289 221 0 87 0
[pid=1942] ppid=1940 vsize=13980732 memory=340208 CPUtime=2471.72 cores=1,3,5,7
/proc/1942/stat : 1942 (java) S 1940 1940 17292 0 -1 1077944320 233685 0 0 0 247014 158 0 0 20 0 15 0 16922254 14316269568 85052 18446744073709551615 4194304 4196468 140733566611296 140733566593840 139710579244791 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
/proc/1942/statm: 3495183 85052 3252 1 0 3483476 0
[pid=1942/tid=1943] ppid=1940 vsize=13980732 memory=340208 CPUtime=2432.44 cores=1,3,5,7
/proc/1942/task/1943/stat : 1943 (java) R 1940 1940 17292 0 -1 4202560 56933 0 0 0 243218 26 0 0 20 0 15 0 16922254 14316269568 85052 18446744073709551615 4194304 4196468 140733566611296 139710583484464 139710208450597 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1944] ppid=1940 vsize=13980732 memory=340208 CPUtime=7.56 cores=1,3,5,7
/proc/1942/task/1944/stat : 1944 (java) S 1940 1940 17292 0 -1 1077944384 14622 0 0 0 737 19 0 0 20 0 15 0 16922255 14316269568 85052 18446744073709551615 4194304 4196468 140733566611296 139710536210832 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1945] ppid=1940 vsize=13980732 memory=340208 CPUtime=7.57 cores=1,3,5,7
/proc/1942/task/1945/stat : 1945 (java) S 1940 1940 17292 0 -1 1077944384 15427 0 0 0 736 21 0 0 20 0 15 0 16922255 14316269568 85052 18446744073709551615 4194304 4196468 140733566611296 139710535158032 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1946] ppid=1940 vsize=13980732 memory=340208 CPUtime=7.56 cores=1,3,5,7
/proc/1942/task/1946/stat : 1946 (java) S 1940 1940 17292 0 -1 1077944384 15434 0 0 0 737 19 0 0 20 0 15 0 16922255 14316269568 85052 18446744073709551615 4194304 4196468 140733566611296 139710534105744 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1947] ppid=1940 vsize=13980732 memory=340208 CPUtime=7.54 cores=1,3,5,7
/proc/1942/task/1947/stat : 1947 (java) S 1940 1940 17292 0 -1 1077944384 13662 0 0 0 732 22 0 0 20 0 15 0 16922255 14316269568 85052 18446744073709551615 4194304 4196468 140733566611296 139710533052944 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1948] ppid=1940 vsize=13980732 memory=1376 CPUtime=1.5 cores=1,3,5,7
/proc/1942/task/1948/stat : 1948 (java) S 1940 1940 17292 0 -1 1077944384 54727 0 0 0 134 16 0 0 20 0 15 0 16922256 14316269568 85052 18446744073709551615 4194304 4196468 140733566611296 139710147357296 139710579255938 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1949] ppid=1940 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1949/stat : 1949 (java) S 1940 1940 17292 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 16922257 14316269568 85052 18446744073709551615 4194304 4196468 140733566611296 139710146303264 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1950] ppid=1940 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1950/stat : 1950 (java) S 1940 1940 17292 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 16922257 14316269568 85052 18446744073709551615 4194304 4196468 140733566611296 139710145250928 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1951] ppid=1940 vsize=13980732 memory=340112 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1951/stat : 1951 (java) S 1940 1940 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16922259 14316269568 85052 18446744073709551615 4194304 4196468 140733566611296 139710144199248 139710579263387 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1952] ppid=1940 vsize=13980732 memory=1376 CPUtime=3.03 cores=1,3,5,7
/proc/1942/task/1952/stat : 1952 (java) S 1940 1940 17292 0 -1 1077944384 30589 0 0 0 300 3 0 0 20 0 15 0 16922259 14316269568 85052 18446744073709551615 4194304 4196468 140733566611296 139710143146096 139710579255938 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1953] ppid=1940 vsize=13980732 memory=340208 CPUtime=3.01 cores=1,3,5,7
/proc/1942/task/1953/stat : 1953 (java) S 1940 1940 17292 0 -1 1077944384 17508 0 0 0 299 2 0 0 20 0 15 0 16922259 14316269568 85052 18446744073709551615 4194304 4196468 140733566611296 139710142093296 139710579255938 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1954] ppid=1940 vsize=13980732 memory=1376 CPUtime=0.78 cores=1,3,5,7
/proc/1942/task/1954/stat : 1954 (java) S 1940 1940 17292 0 -1 1077944384 12465 0 0 0 76 2 0 0 20 0 15 0 16922259 14316269568 85052 18446744073709551615 4194304 4196468 140733566611296 139710141041008 139710579255938 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1955] ppid=1940 vsize=13980732 memory=340208 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1955/stat : 1955 (java) S 1940 1940 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16922260 14316269568 85052 18446744073709551615 4194304 4196468 140733566611296 139710139988448 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1956] ppid=1940 vsize=13980732 memory=1004 CPUtime=0.63 cores=1,3,5,7
/proc/1942/task/1956/stat : 1956 (java) S 1940 1940 17292 0 -1 1077944384 962 0 0 0 28 35 0 0 20 0 15 0 16922264 14316269568 85052 18446744073709551615 4194304 4196468 140733566611296 139710138936240 139710579255938 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
Current children cumulated CPU time: 2471.72 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 341584 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2490 s]*
/proc/loadavg: 1.69 1.73 1.70 3/211 2178
/proc/meminfo: memFree=31224500/32770624 swapFree=67108860/67108860
[pid=1940] ppid=1937 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/1940/stat : 1940 (xcsp3-exec) S 1937 1940 17292 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 16922242 9740288 344 18446744073709551615 4194304 5098028 140727486032848 140727486030952 139773589181052 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 11 0 0 7196144 7232144 17362944 140727486034297 140727486034502 140727486034502 140727486037995 0
/proc/1940/statm: 2378 344 289 221 0 87 0
[pid=1942] ppid=1940 vsize=13980732 memory=364644 CPUtime=2520 cores=1,3,5,7
/proc/1942/stat : 1942 (java) S 1940 1940 17292 0 -1 1077944320 238593 0 0 0 251838 162 0 0 20 0 15 0 16922254 14316269568 91161 18446744073709551615 4194304 4196468 140733566611296 140733566593840 139710579244791 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
/proc/1942/statm: 3495183 91161 3252 1 0 3483476 0
[pid=1942/tid=1943] ppid=1940 vsize=13980732 memory=6933928925625698159 CPUtime=2479.91 cores=1,3,5,7
/proc/1942/task/1943/stat : 1943 (java) R 1940 1940 17292 0 -1 4202560 57206 0 0 0 247963 28 0 0 20 0 15 0 16922254 14316269568 91161 18446744073709551615 4194304 4196468 140733566611296 139710583484400 139710207886818 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1944] ppid=1940 vsize=13980732 memory=4126316290023845779 CPUtime=7.76 cores=1,3,5,7
/proc/1942/task/1944/stat : 1944 (java) S 1940 1940 17292 0 -1 1077944384 14900 0 0 0 756 20 0 0 20 0 15 0 16922255 14316269568 91161 18446744073709551615 4194304 4196468 140733566611296 139710536210832 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1945] ppid=1940 vsize=13980732 memory=2532 CPUtime=7.76 cores=1,3,5,7
/proc/1942/task/1945/stat : 1945 (java) S 1940 1940 17292 0 -1 1077944384 15617 0 0 0 755 21 0 0 20 0 15 0 16922255 14316269568 91161 18446744073709551615 4194304 4196468 140733566611296 139710535158032 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1946] ppid=1940 vsize=13980732 memory=1376 CPUtime=7.76 cores=1,3,5,7
/proc/1942/task/1946/stat : 1946 (java) S 1940 1940 17292 0 -1 1077944384 15671 0 0 0 756 20 0 0 20 0 15 0 16922255 14316269568 91161 18446744073709551615 4194304 4196468 140733566611296 139710534105744 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1947] ppid=1940 vsize=13980732 memory=159948 CPUtime=7.73 cores=1,3,5,7
/proc/1942/task/1947/stat : 1947 (java) S 1940 1940 17292 0 -1 1077944384 13992 0 0 0 751 22 0 0 20 0 15 0 16922255 14316269568 91161 18446744073709551615 4194304 4196468 140733566611296 139710533052944 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1948] ppid=1940 vsize=13980732 memory=928 CPUtime=1.55 cores=1,3,5,7
/proc/1942/task/1948/stat : 1948 (java) S 1940 1940 17292 0 -1 1077944384 58323 0 0 0 138 17 0 0 20 0 15 0 16922256 14316269568 91161 18446744073709551615 4194304 4196468 140733566611296 139710147357296 139710579255938 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1949] ppid=1940 vsize=13980732 memory=1584 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1949/stat : 1949 (java) S 1940 1940 17292 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 16922257 14316269568 91161 18446744073709551615 4194304 4196468 140733566611296 139710146303264 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1950] ppid=1940 vsize=13980732 memory=2164 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1950/stat : 1950 (java) S 1940 1940 17292 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 16922257 14316269568 91161 18446744073709551615 4194304 4196468 140733566611296 139710145250928 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1951] ppid=1940 vsize=13980732 memory=4012 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1951/stat : 1951 (java) S 1940 1940 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16922259 14316269568 91161 18446744073709551615 4194304 4196468 140733566611296 139710144199248 139710579263387 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1952] ppid=1940 vsize=13980732 memory=636 CPUtime=3.03 cores=1,3,5,7
/proc/1942/task/1952/stat : 1952 (java) S 1940 1940 17292 0 -1 1077944384 30589 0 0 0 300 3 0 0 20 0 15 0 16922259 14316269568 91161 18446744073709551615 4194304 4196468 140733566611296 139710143146096 139710579255938 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1953] ppid=1940 vsize=13980732 memory=1792 CPUtime=3.01 cores=1,3,5,7
/proc/1942/task/1953/stat : 1953 (java) S 1940 1940 17292 0 -1 1077944384 17508 0 0 0 299 2 0 0 20 0 15 0 16922259 14316269568 91161 18446744073709551615 4194304 4196468 140733566611296 139710142093296 139710579255938 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1954] ppid=1940 vsize=13980732 memory=952 CPUtime=0.78 cores=1,3,5,7
/proc/1942/task/1954/stat : 1954 (java) S 1940 1940 17292 0 -1 1077944384 12465 0 0 0 76 2 0 0 20 0 15 0 16922259 14316269568 91161 18446744073709551615 4194304 4196468 140733566611296 139710141041008 139710579255938 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1955] ppid=1940 vsize=13980732 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/1942/task/1955/stat : 1955 (java) S 1940 1940 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16922260 14316269568 91161 18446744073709551615 4194304 4196468 140733566611296 139710139988448 139710579254997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
[pid=1942/tid=1956] ppid=1940 vsize=13980732 memory=2244 CPUtime=0.64 cores=1,3,5,7
/proc/1942/task/1956/stat : 1956 (java) S 1940 1940 17292 0 -1 1077944384 966 0 0 0 28 36 0 0 20 0 15 0 16922264 14316269568 91161 18446744073709551615 4194304 4196468 140733566611296 139710138936240 139710579255938 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 25145344 140733566615986 140733566616162 140733566616162 140733566619599 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 366020 KiB

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

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

[startup+2490.03 s]
# the end of solver process 1942 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.39 s, system=1.63474 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): 2490.03
CPU time (s): 2520.03
CPU user time (s): 2518.39
CPU system time (s): 1.63474
CPU usage (%): 101.205
Max. virtual memory (cumulated for all children) (KiB): 13992860
Max. memory (cumulated for all children) (KiB): 587708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.39
system time used= 1.63474
maximum resident set size= 592476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 239312
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 86828
involuntary context switches= 2121


# summary of solver processes directly reported to runsolver:
#   pid: 1940,1942
#   total CPU time (s): 2520.03
#   total CPU user time (s): 2518.39
#   total CPU system time (s): 1.63474

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0276 second user time and 24.035 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-20 01:11:34
IDJOB=4283336
IDBENCH=120544
IDSOLVER=2679
FILE ID=node129/4283336-1503185131
RUNJOBID= node129-1503171914-32556
PBS_JOBID= 
Free space on /tmp= 62004 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-queen8-8.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4283336-1503185131/watcher-4283336-1503185131 -o /tmp/evaluation-result-4283336-1503185131/solver-4283336-1503185131 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1503171914-32556 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1114115732 HOME/instance-4283336-1503185131.xml

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

MD5SUM BENCH= 1f0f248e074ceb8e6b1804d1246bfc68
RANDOM SEED=1114115732

node129.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.73
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.73
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.73
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.73
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:        30968004 kB
MemAvailable:   31256608 kB
Buffers:          192084 kB
Cached:           385908 kB
SwapCached:            0 kB
Active:          1017124 kB
Inactive:         379840 kB
Active(anon):     819276 kB
Inactive(anon):    16748 kB
Active(file):     197848 kB
Inactive(file):   363092 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8024 kB
Writeback:             4 kB
AnonPages:        818796 kB
Mapped:            46288 kB
Shmem:             17060 kB
Slab:             111984 kB
SReclaimable:      86996 kB
SUnreclaim:        24988 kB
KernelStack:        3488 kB
PageTables:         6908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2309972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    704512 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 62000 MiB
End job on node129 at 2017-08-20 01:53:04