Trace number 4248648

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
R1: choco-solver 4.0.5 (2017-07-05)OPT2 45.101002 26.7994

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-10.xml
MD5SUMf18d8089cff3557044696c3f39147249
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.157353
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints120
Number of domains1
Minimum domain size45
Maximum domain size45
Distribution of domain sizes[{"size":45,"count":45}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":55},{"degree":9,"count":45}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":120}]
Number of extensional constraints0
Number of intensional constraints120
Distribution of constraint types[{"type":"intension","count":120}]
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 -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4248648-1502060750.xml"  -tl '2400s' -p 4 -x 0
0.00/0.33	c [HOME/instance-4248648-1502060750.xml, -tl, 2400s, -p, 4, -x, 0]
0.00/0.39	c 4 solvers in parallel
0.00/0.45	c parse instance...
41.30/25.80	c solve instance...
44.20/26.59	o 8 
44.49/26.62	o 7 
44.49/26.64	o 4 
44.49/26.67	o 3 
44.49/26.69	o 2 
44.84/26.76	s OPTIMUM FOUND
44.84/26.76	v <instantiation>
44.84/26.76	v 	<list>x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[5][6] x[5][7] x[5][8] x[5][9] x[6][7] x[6][8] x[6][9] x[7][8] x[7][9] x[8][9] </list>
44.84/26.76	v 	<values>0 1 0 0 2 1 2 2 2 1 2 1 0 0 1 1 2 2 0 1 0 2 2 2 1 2 2 1 0 0 0 2 2 0 1 1 0 1 0 1 0 0 0 1 1 </values>
44.84/26.76	v </instantiation>

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4248648-1502060750/watcher-4248648-1502060750 -o /tmp/evaluation-result-4248648-1502060750/solver-4248648-1502060750 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502042263-31899 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 10000 -tdir HOME -seed 1426316377 HOME/instance-4248648-1502060750.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 8.23 8.68 8.50 6/206 11804
/proc/meminfo: memFree=28232016/32770624 swapFree=0/330100
[pid=11804] ppid=11801 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/11804/stat : 11804 (runsolver) D 11801 11804 25100 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 53890264 24240128 107 18446744073709551615 4194304 4338465 140727975437360 140727975435000 139689962783447 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 28913664 140727975440470 140727975440969 140727975440969 140727975444426 0
/proc/11804/statm: 5918 107 54 36 0 2156 0

[startup+0.100109 s]
/proc/loadavg: 8.23 8.68 8.50 6/206 11804
/proc/meminfo: memFree=28232016/32770624 swapFree=0/330100
[pid=11804] ppid=11801 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/11804/stat : 11804 (runsolver) D 11801 11804 25100 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 53890264 24240128 107 18446744073709551615 4194304 4338465 140727975437360 140727975435000 139689962783447 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 28913664 140727975440470 140727975440969 140727975440969 140727975444426 0
/proc/11804/statm: 5918 107 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200271 s]
/proc/loadavg: 8.23 8.68 8.50 6/206 11804
/proc/meminfo: memFree=28232016/32770624 swapFree=0/330100
[pid=11804] ppid=11801 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11804/stat : 11804 (xcsp3-exec) S 11801 11804 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 53890264 9740288 345 18446744073709551615 4194304 5098028 140720710017056 140720710015160 140121238975100 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 11 0 0 7196144 7232144 34324480 140720710021528 140720710021738 140720710021738 140720710025195 0
/proc/11804/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300197 s]
/proc/loadavg: 8.23 8.68 8.50 6/206 11804
/proc/meminfo: memFree=28232016/32770624 swapFree=0/330100
[pid=11804] ppid=11801 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11804/stat : 11804 (xcsp3-exec) S 11801 11804 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 53890264 9740288 345 18446744073709551615 4194304 5098028 140720710017056 140720710015160 140121238975100 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 11 0 0 7196144 7232144 34324480 140720710021528 140720710021738 140720710021738 140720710025195 0
/proc/11804/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700225 s]
/proc/loadavg: 8.23 8.68 8.50 6/206 11804
/proc/meminfo: memFree=28232016/32770624 swapFree=0/330100
[pid=11804] ppid=11801 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11804/stat : 11804 (xcsp3-exec) S 11801 11804 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 53890264 9740288 345 18446744073709551615 4194304 5098028 140720710017056 140720710015160 140121238975100 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 11 0 0 7196144 7232144 34324480 140720710021528 140720710021738 140720710021738 140720710025195 0
/proc/11804/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50157 s]
/proc/loadavg: 7.97 8.62 8.48 6/222 11820
/proc/meminfo: memFree=28134788/32770624 swapFree=0/330124
[pid=11804] ppid=11801 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11804/stat : 11804 (xcsp3-exec) S 11801 11804 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 53890264 9740288 345 18446744073709551615 4194304 5098028 140720710017056 140720710015160 140121238975100 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 11 0 0 7196144 7232144 34324480 140720710021528 140720710021738 140720710021738 140720710025195 0
/proc/11804/statm: 2378 345 289 221 0 87 0
[pid=11806] ppid=11804 vsize=12919328 CPUtime=1.96 cores=1,3,5,7
/proc/11806/stat : 11806 (java) S 11804 11804 25100 0 -1 1077944320 14416 0 0 0 184 12 0 0 20 0 15 0 53890276 13229391872 55244 18446744073709551615 4194304 4196468 140737312297680 140737312280224 139996525965047 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
/proc/11806/statm: 3229832 55244 3172 1 0 3218124 0
[pid=11806/tid=11807] ppid=11804 vsize=12919328 CPUtime=1.25 cores=1,3,5,7
/proc/11806/task/11807/stat : 11807 (java) S 11804 11804 25100 0 -1 1077944384 9322 0 0 0 121 4 0 0 20 0 15 0 53890276 13229391872 55244 18446744073709551615 4194304 4196468 140737312297680 139996530203168 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11808] ppid=11804 vsize=12919328 CPUtime=0.03 cores=1,3,5,7
/proc/11806/task/11808/stat : 11808 (java) R 11804 11804 25100 0 -1 4202560 317 0 0 0 2 1 0 0 20 0 15 0 53890277 13229391872 55244 18446744073709551615 4194304 4196468 140737312297680 139996482928896 139996510992466 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11809] ppid=11804 vsize=12919328 CPUtime=0.03 cores=1,3,5,7
/proc/11806/task/11809/stat : 11809 (java) R 11804 11804 25100 0 -1 4202560 131 0 0 0 2 1 0 0 20 0 15 0 53890277 13229391872 55244 18446744073709551615 4194304 4196468 140737312297680 139996481878288 139996510992466 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11810] ppid=11804 vsize=12919328 CPUtime=0.03 cores=1,3,5,7
/proc/11806/task/11810/stat : 11810 (java) R 11804 11804 25100 0 -1 4202560 143 0 0 0 2 1 0 0 20 0 15 0 53890277 13229391872 55244 18446744073709551615 4194304 4196468 140737312297680 139996480826200 139996519061796 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11811] ppid=11804 vsize=12919328 CPUtime=0.03 cores=1,3,5,7
/proc/11806/task/11811/stat : 11811 (java) R 11804 11804 25100 0 -1 4202560 196 0 0 0 2 1 0 0 20 0 15 0 53890277 13229391872 55244 18446744073709551615 4194304 4196468 140737312297680 139996479773200 139996510992834 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11812] ppid=11804 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/11806/task/11812/stat : 11812 (java) S 11804 11804 25100 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 53890278 13229391872 55244 18446744073709551615 4194304 4196468 140737312297680 139996077188256 139996525975253 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11813] ppid=11804 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/11806/task/11813/stat : 11813 (java) S 11804 11804 25100 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 53890279 13229391872 55244 18446744073709551615 4194304 4196468 140737312297680 139996076135712 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11814] ppid=11804 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/11806/task/11814/stat : 11814 (java) S 11804 11804 25100 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 53890279 13229391872 55244 18446744073709551615 4194304 4196468 140737312297680 139996075083376 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11815] ppid=11804 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/11806/task/11815/stat : 11815 (java) S 11804 11804 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53890281 13229391872 55244 18446744073709551615 4194304 4196468 140737312297680 139996074031696 139996525983643 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11816] ppid=11804 vsize=12919328 CPUtime=0.16 cores=1,3,5,7
/proc/11806/task/11816/stat : 11816 (java) S 11804 11804 25100 0 -1 1077944384 663 0 0 0 16 0 0 0 20 0 15 0 53890281 13229391872 55244 18446744073709551615 4194304 4196468 140737312297680 139996072978544 139996525976194 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11817] ppid=11804 vsize=12919328 CPUtime=0.13 cores=1,3,5,7
/proc/11806/task/11817/stat : 11817 (java) S 11804 11804 25100 0 -1 1077944384 758 0 0 0 13 0 0 0 20 0 15 0 53890281 13229391872 55244 18446744073709551615 4194304 4196468 140737312297680 139996071925744 139996525976194 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11818] ppid=11804 vsize=12919328 CPUtime=0.23 cores=1,3,5,7
/proc/11806/task/11818/stat : 11818 (java) S 11804 11804 25100 0 -1 1077944384 1508 0 0 0 23 0 0 0 20 0 15 0 53890281 13229391872 55244 18446744073709551615 4194304 4196468 140737312297680 139996070873456 139996525976194 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11819] ppid=11804 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/11806/task/11819/stat : 11819 (java) S 11804 11804 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53890282 13229391872 55244 18446744073709551615 4194304 4196468 140737312297680 139996002511328 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11820] ppid=11804 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/11806/task/11820/stat : 11820 (java) R 11804 11804 25100 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 53890289 13229391872 55244 18446744073709551615 4194304 4196468 140737312297680 139996001459120 139996525976194 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 12928840

[startup+3.10067 s]
/proc/loadavg: 7.97 8.62 8.48 6/222 11820
/proc/meminfo: memFree=27972244/32770624 swapFree=0/330124
[pid=11804] ppid=11801 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11804/stat : 11804 (xcsp3-exec) S 11801 11804 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 53890264 9740288 345 18446744073709551615 4194304 5098028 140720710017056 140720710015160 140121238975100 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 11 0 0 7196144 7232144 34324480 140720710021528 140720710021738 140720710021738 140720710025195 0
/proc/11804/statm: 2378 345 289 221 0 87 0
[pid=11806] ppid=11804 vsize=12919328 CPUtime=4.01 cores=1,3,5,7
/proc/11806/stat : 11806 (java) S 11804 11804 25100 0 -1 1077944320 16309 0 0 0 366 35 0 0 20 0 15 0 53890276 13229391872 100965 18446744073709551615 4194304 4196468 140737312297680 140737312280224 139996525965047 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
/proc/11806/statm: 3229832 100965 3189 1 0 3218124 0
[pid=11806/tid=11807] ppid=11804 vsize=12919328 CPUtime=2.7 cores=1,3,5,7
/proc/11806/task/11807/stat : 11807 (java) R 11804 11804 25100 0 -1 4202560 9413 0 0 0 266 4 0 0 20 0 15 0 53890276 13229391872 100965 18446744073709551615 4194304 4196468 140737312297680 139996530201704 139996156477230 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11808] ppid=11804 vsize=12919328 CPUtime=0.17 cores=1,3,5,7
/proc/11806/task/11808/stat : 11808 (java) S 11804 11804 25100 0 -1 1077944384 458 0 0 0 10 7 0 0 20 0 15 0 53890277 13229391872 100965 18446744073709551615 4194304 4196468 140737312297680 139996482931088 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11809] ppid=11804 vsize=12919328 CPUtime=0.18 cores=1,3,5,7
/proc/11806/task/11809/stat : 11809 (java) S 11804 11804 25100 0 -1 1077944384 259 0 0 0 11 7 0 0 20 0 15 0 53890277 13229391872 100965 18446744073709551615 4194304 4196468 140737312297680 139996481878288 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11810] ppid=11804 vsize=12919328 CPUtime=0.17 cores=1,3,5,7
/proc/11806/task/11810/stat : 11810 (java) S 11804 11804 25100 0 -1 1077944384 262 0 0 0 10 7 0 0 20 0 15 0 53890277 13229391872 100965 18446744073709551615 4194304 4196468 140737312297680 139996480826000 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11811] ppid=11804 vsize=12919328 CPUtime=0.17 cores=1,3,5,7
/proc/11806/task/11811/stat : 11811 (java) S 11804 11804 25100 0 -1 1077944384 323 0 0 0 10 7 0 0 20 0 15 0 53890277 13229391872 100965 18446744073709551615 4194304 4196468 140737312297680 139996479773200 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11812] ppid=11804 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/11806/task/11812/stat : 11812 (java) S 11804 11804 25100 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 53890278 13229391872 100965 18446744073709551615 4194304 4196468 140737312297680 139996077189744 139996525976194 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11813] ppid=11804 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/11806/task/11813/stat : 11813 (java) S 11804 11804 25100 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 53890279 13229391872 100965 18446744073709551615 4194304 4196468 140737312297680 139996076135712 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11814] ppid=11804 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/11806/task/11814/stat : 11814 (java) S 11804 11804 25100 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 53890279 13229391872 100965 18446744073709551615 4194304 4196468 140737312297680 139996075083376 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11815] ppid=11804 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/11806/task/11815/stat : 11815 (java) S 11804 11804 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53890281 13229391872 100965 18446744073709551615 4194304 4196468 140737312297680 139996074031696 139996525983643 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11816] ppid=11804 vsize=12919328 CPUtime=0.16 cores=1,3,5,7
/proc/11806/task/11816/stat : 11816 (java) S 11804 11804 25100 0 -1 1077944384 663 0 0 0 16 0 0 0 20 0 15 0 53890281 13229391872 100965 18446744073709551615 4194304 4196468 140737312297680 139996072978544 139996525976194 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11817] ppid=11804 vsize=12919328 CPUtime=0.14 cores=1,3,5,7
/proc/11806/task/11817/stat : 11817 (java) S 11804 11804 25100 0 -1 1077944384 820 0 0 0 14 0 0 0 20 0 15 0 53890281 13229391872 100965 18446744073709551615 4194304 4196468 140737312297680 139996071925744 139996525976194 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11818] ppid=11804 vsize=12919328 CPUtime=0.26 cores=1,3,5,7
/proc/11806/task/11818/stat : 11818 (java) S 11804 11804 25100 0 -1 1077944384 2446 0 0 0 26 0 0 0 20 0 15 0 53890281 13229391872 100965 18446744073709551615 4194304 4196468 140737312297680 139996070873456 139996525976194 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11819] ppid=11804 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/11806/task/11819/stat : 11819 (java) S 11804 11804 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53890282 13229391872 100965 18446744073709551615 4194304 4196468 140737312297680 139996002511328 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11820] ppid=11804 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/11806/task/11820/stat : 11820 (java) S 11804 11804 25100 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 53890289 13229391872 100965 18446744073709551615 4194304 4196468 140737312297680 139996001459120 139996525976194 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 12928840

[startup+6.30066 s]
/proc/loadavg: 7.73 8.56 8.46 6/221 11820
/proc/meminfo: memFree=27469120/32770624 swapFree=0/330136
[pid=11804] ppid=11801 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11804/stat : 11804 (xcsp3-exec) S 11801 11804 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 53890264 9740288 345 18446744073709551615 4194304 5098028 140720710017056 140720710015160 140121238975100 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 11 0 0 7196144 7232144 34324480 140720710021528 140720710021738 140720710021738 140720710025195 0
/proc/11804/statm: 2378 345 289 221 0 87 0
[pid=11806] ppid=11804 vsize=12919328 CPUtime=8.87 cores=1,3,5,7
/proc/11806/stat : 11806 (java) S 11804 11804 25100 0 -1 1077944320 37156 0 0 0 824 63 0 0 20 0 15 0 53890276 13229391872 194715 18446744073709551615 4194304 4196468 140737312297680 140737312280224 139996525965047 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
/proc/11806/statm: 3229832 194715 3202 1 0 3218124 0
[pid=11806/tid=11807] ppid=11804 vsize=12919328 CPUtime=4.69 cores=1,3,5,7
/proc/11806/task/11807/stat : 11807 (java) R 11804 11804 25100 0 -1 4202560 9487 0 0 0 463 6 0 0 20 0 15 0 53890276 13229391872 194715 18446744073709551615 4194304 4196468 140737312297680 139996530203472 139996156468362 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11808] ppid=11804 vsize=12919328 CPUtime=0.71 cores=1,3,5,7
/proc/11806/task/11808/stat : 11808 (java) S 11804 11804 25100 0 -1 1077944384 5572 0 0 0 58 13 0 0 20 0 15 0 53890277 13229391872 194715 18446744073709551615 4194304 4196468 140737312297680 139996482931088 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11809] ppid=11804 vsize=12919328 CPUtime=0.7 cores=1,3,5,7
/proc/11806/task/11809/stat : 11809 (java) S 11804 11804 25100 0 -1 1077944384 4866 0 0 0 57 13 0 0 20 0 15 0 53890277 13229391872 194715 18446744073709551615 4194304 4196468 140737312297680 139996481878288 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11810] ppid=11804 vsize=12919328 CPUtime=0.71 cores=1,3,5,7
/proc/11806/task/11810/stat : 11810 (java) S 11804 11804 25100 0 -1 1077944384 4411 0 0 0 57 14 0 0 20 0 15 0 53890277 13229391872 194715 18446744073709551615 4194304 4196468 140737312297680 139996480826000 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11811] ppid=11804 vsize=12919328 CPUtime=0.7 cores=1,3,5,7
/proc/11806/task/11811/stat : 11811 (java) S 11804 11804 25100 0 -1 1077944384 4498 0 0 0 57 13 0 0 20 0 15 0 53890277 13229391872 194715 18446744073709551615 4194304 4196468 140737312297680 139996479773200 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11812] ppid=11804 vsize=12919328 CPUtime=0.67 cores=1,3,5,7
/proc/11806/task/11812/stat : 11812 (java) S 11804 11804 25100 0 -1 1077944384 1607 0 0 0 67 0 0 0 20 0 15 0 53890278 13229391872 194715 18446744073709551615 4194304 4196468 140737312297680 139996077189744 139996525976194 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11813] ppid=11804 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/11806/task/11813/stat : 11813 (java) S 11804 11804 25100 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 53890279 13229391872 194715 18446744073709551615 4194304 4196468 140737312297680 139996076135712 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11814] ppid=11804 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/11806/task/11814/stat : 11814 (java) S 11804 11804 25100 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 53890279 13229391872 194715 18446744073709551615 4194304 4196468 140737312297680 139996075083376 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11815] ppid=11804 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/11806/task/11815/stat : 11815 (java) S 11804 11804 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53890281 13229391872 194715 18446744073709551615 4194304 4196468 140737312297680 139996074031696 139996525983643 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11816] ppid=11804 vsize=12919328 CPUtime=0.17 cores=1,3,5,7
/proc/11806/task/11816/stat : 11816 (java) S 11804 11804 25100 0 -1 1077944384 854 0 0 0 17 0 0 0 20 0 15 0 53890281 13229391872 194715 18446744073709551615 4194304 4196468 140737312297680 139996072978544 139996525976194 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11817] ppid=11804 vsize=12919328 CPUtime=0.14 cores=1,3,5,7
/proc/11806/task/11817/stat : 11817 (java) S 11804 11804 25100 0 -1 1077944384 837 0 0 0 14 0 0 0 20 0 15 0 53890281 13229391872 194715 18446744073709551615 4194304 4196468 140737312297680 139996071925744 139996525976194 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11818] ppid=11804 vsize=12919328 CPUtime=0.29 cores=1,3,5,7
/proc/11806/task/11818/stat : 11818 (java) S 11804 11804 25100 0 -1 1077944384 3624 0 0 0 29 0 0 0 20 0 15 0 53890281 13229391872 194715 18446744073709551615 4194304 4196468 140737312297680 139996070873456 139996525976194 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11819] ppid=11804 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/11806/task/11819/stat : 11819 (java) S 11804 11804 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53890282 13229391872 194715 18446744073709551615 4194304 4196468 140737312297680 139996002511328 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11820] ppid=11804 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/11806/task/11820/stat : 11820 (java) S 11804 11804 25100 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 53890289 13229391872 194715 18446744073709551615 4194304 4196468 140737312297680 139996001459120 139996525976194 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
Current children cumulated CPU time (s) 8.87
Current children cumulated vsize (KiB) 12928840

[startup+12.7007 s]
/proc/loadavg: 7.51 8.50 8.45 6/221 11820
/proc/meminfo: memFree=26865556/32770624 swapFree=0/330144
[pid=11804] ppid=11801 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11804/stat : 11804 (xcsp3-exec) S 11801 11804 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 53890264 9740288 345 18446744073709551615 4194304 5098028 140720710017056 140720710015160 140121238975100 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 11 0 0 7196144 7232144 34324480 140720710021528 140720710021738 140720710021738 140720710025195 0
/proc/11804/statm: 2378 345 289 221 0 87 0
[pid=11806] ppid=11804 vsize=12919328 CPUtime=18.71 cores=1,3,5,7
/proc/11806/stat : 11806 (java) S 11804 11804 25100 0 -1 1077944320 44285 0 0 0 1737 134 0 0 20 0 15 0 53890276 13229391872 345726 18446744073709551615 4194304 4196468 140737312297680 140737312280224 139996525965047 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
/proc/11806/statm: 3229832 345726 3223 1 0 3218124 0
[pid=11806/tid=11807] ppid=11804 vsize=12919328 CPUtime=9.61 cores=1,3,5,7
/proc/11806/task/11807/stat : 11807 (java) R 11804 11804 25100 0 -1 4202560 9871 0 0 0 954 7 0 0 20 0 15 0 53890276 13229391872 345726 18446744073709551615 4194304 4196468 140737312297680 139996530200176 139996156468433 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11808] ppid=11804 vsize=12919328 CPUtime=1.76 cores=1,3,5,7
/proc/11806/task/11808/stat : 11808 (java) S 11804 11804 25100 0 -1 1077944384 6620 0 0 0 146 30 0 0 20 0 15 0 53890277 13229391872 345726 18446744073709551615 4194304 4196468 140737312297680 139996482931088 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11809] ppid=11804 vsize=12919328 CPUtime=1.75 cores=1,3,5,7
/proc/11806/task/11809/stat : 11809 (java) S 11804 11804 25100 0 -1 1077944384 6152 0 0 0 145 30 0 0 20 0 15 0 53890277 13229391872 345726 18446744073709551615 4194304 4196468 140737312297680 139996481878288 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0

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

[startup+25.6008 s]
/proc/loadavg: 6.80 8.30 8.38 6/221 11820
/proc/meminfo: memFree=25074780/32770624 swapFree=0/330156
[pid=11804] ppid=11801 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11804/stat : 11804 (xcsp3-exec) S 11801 11804 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 53890264 9740288 345 18446744073709551615 4194304 5098028 140720710017056 140720710015160 140121238975100 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 11 0 0 7196144 7232144 34324480 140720710021528 140720710021738 140720710021738 140720710025195 0
/proc/11804/statm: 2378 345 289 221 0 87 0
[pid=11806] ppid=11804 vsize=12919328 CPUtime=41.2 cores=1,3,5,7
/proc/11806/stat : 11806 (java) S 11804 11804 25100 0 -1 1077944320 77025 0 0 0 3783 337 0 0 20 0 15 0 53890276 13229391872 794022 18446744073709551615 4194304 4196468 140737312297680 140737312280224 139996525965047 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
/proc/11806/statm: 3229832 794022 3228 1 0 3218124 0
[pid=11806/tid=11807] ppid=11804 vsize=12919328 CPUtime=17.71 cores=1,3,5,7
/proc/11806/task/11807/stat : 11807 (java) R 11804 11804 25100 0 -1 4202560 11692 0 0 0 1764 7 0 0 20 0 15 0 53890276 13229391872 794022 18446744073709551615 4194304 4196468 140737312297680 139996530202280 139996156477234 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11808] ppid=11804 vsize=12919328 CPUtime=4.93 cores=1,3,5,7
/proc/11806/task/11808/stat : 11808 (java) S 11804 11804 25100 0 -1 1077944384 9566 0 0 0 413 80 0 0 20 0 15 0 53890277 13229391872 794022 18446744073709551615 4194304 4196468 140737312297680 139996482931088 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11809] ppid=11804 vsize=12919328 CPUtime=4.92 cores=1,3,5,7
/proc/11806/task/11809/stat : 11809 (java) S 11804 11804 25100 0 -1 1077944384 11584 0 0 0 412 80 0 0 20 0 15 0 53890277 13229391872 794022 18446744073709551615 4194304 4196468 140737312297680 139996481878288 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11810] ppid=11804 vsize=12919328 CPUtime=4.93 cores=1,3,5,7
/proc/11806/task/11810/stat : 11810 (java) S 11804 11804 25100 0 -1 1077944384 19921 0 0 0 411 82 0 0 20 0 15 0 53890277 13229391872 794022 18446744073709551615 4194304 4196468 140737312297680 139996480826000 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11811] ppid=11804 vsize=12919328 CPUtime=4.91 cores=1,3,5,7
/proc/11806/task/11811/stat : 11811 (java) S 11804 11804 25100 0 -1 1077944384 8286 0 0 0 410 81 0 0 20 0 15 0 53890277 13229391872 794022 18446744073709551615 4194304 4196468 140737312297680 139996479773200 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11812] ppid=11804 vsize=12919328 CPUtime=2.65 cores=1,3,5,7
/proc/11806/task/11812/stat : 11812 (java) S 11804 11804 25100 0 -1 1077944384 5193 0 0 0 265 0 0 0 20 0 15 0 53890278 13229391872 794022 18446744073709551615 4194304 4196468 140737312297680 139996077189744 139996525976194 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11813] ppid=11804 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/11806/task/11813/stat : 11813 (java) S 11804 11804 25100 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 53890279 13229391872 794022 18446744073709551615 4194304 4196468 140737312297680 139996076135776 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11814] ppid=11804 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/11806/task/11814/stat : 11814 (java) S 11804 11804 25100 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 53890279 13229391872 794022 18446744073709551615 4194304 4196468 140737312297680 139996075083392 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11815] ppid=11804 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/11806/task/11815/stat : 11815 (java) S 11804 11804 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53890281 13229391872 794022 18446744073709551615 4194304 4196468 140737312297680 139996074031696 139996525983643 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11816] ppid=11804 vsize=12919328 CPUtime=0.32 cores=1,3,5,7
/proc/11806/task/11816/stat : 11816 (java) S 11804 11804 25100 0 -1 1077944384 2154 0 0 0 32 0 0 0 20 0 15 0 53890281 13229391872 794022 18446744073709551615 4194304 4196468 140737312297680 139996072978544 139996525976194 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11817] ppid=11804 vsize=12919328 CPUtime=0.28 cores=1,3,5,7
/proc/11806/task/11817/stat : 11817 (java) S 11804 11804 25100 0 -1 1077944384 1721 0 0 0 28 0 0 0 20 0 15 0 53890281 13229391872 794022 18446744073709551615 4194304 4196468 140737312297680 139996071925744 139996525976194 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11818] ppid=11804 vsize=12919328 CPUtime=0.42 cores=1,3,5,7
/proc/11806/task/11818/stat : 11818 (java) S 11804 11804 25100 0 -1 1077944384 5441 0 0 0 42 0 0 0 20 0 15 0 53890281 13229391872 794022 18446744073709551615 4194304 4196468 140737312297680 139996070873456 139996525976194 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11819] ppid=11804 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/11806/task/11819/stat : 11819 (java) S 11804 11804 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53890282 13229391872 794022 18446744073709551615 4194304 4196468 140737312297680 139996002511328 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11820] ppid=11804 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/11806/task/11820/stat : 11820 (java) S 11804 11804 25100 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 53890289 13229391872 794022 18446744073709551615 4194304 4196468 140737312297680 139996001459120 139996525976194 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
Current children cumulated CPU time (s) 41.2
Current children cumulated vsize (KiB) 12928840

[startup+26.4016 s]
/proc/loadavg: 6.80 8.30 8.38 9/225 11824
/proc/meminfo: memFree=24508212/32770624 swapFree=0/330156
[pid=11804] ppid=11801 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11804/stat : 11804 (xcsp3-exec) S 11801 11804 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 53890264 9740288 345 18446744073709551615 4194304 5098028 140720710017056 140720710015160 140121238975100 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 11 0 0 7196144 7232144 34324480 140720710021528 140720710021738 140720710021738 140720710025195 0
/proc/11804/statm: 2378 345 289 221 0 87 0
[pid=11806] ppid=11804 vsize=13185584 CPUtime=43.76 cores=1,3,5,7
/proc/11806/stat : 11806 (java) S 11804 11804 25100 0 -1 1077944320 84785 0 0 0 3980 396 0 0 20 0 19 0 53890276 13502038016 937632 18446744073709551615 4194304 4196468 140737312297680 140737312280224 139996525965047 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
/proc/11806/statm: 3296396 937632 3228 1 0 3284688 0
[pid=11806/tid=11807] ppid=11804 vsize=13185584 CPUtime=17.92 cores=1,3,5,7
/proc/11806/task/11807/stat : 11807 (java) S 11804 11804 25100 0 -1 1077944384 12206 0 0 0 1785 7 0 0 20 0 19 0 53890276 13502038016 938144 18446744073709551615 4194304 4196468 140737312297680 139996530205824 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11808] ppid=11804 vsize=13185584 CPUtime=5.35 cores=1,3,5,7
/proc/11806/task/11808/stat : 11808 (java) R 11804 11804 25100 0 -1 4202560 9866 0 0 0 440 95 0 0 20 0 19 0 53890277 13502038016 938144 18446744073709551615 4194304 4196468 140737312297680 139996482931288 139996510987168 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11809] ppid=11804 vsize=13185584 CPUtime=5.35 cores=1,3,5,7
/proc/11806/task/11809/stat : 11809 (java) R 11804 11804 25100 0 -1 4202560 11834 0 0 0 440 95 0 0 20 0 19 0 53890277 13502038016 938144 18446744073709551615 4194304 4196468 140737312297680 139996481878488 139996510992921 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11810] ppid=11804 vsize=13185584 CPUtime=5.35 cores=1,3,5,7
/proc/11806/task/11810/stat : 11810 (java) R 11804 11804 25100 0 -1 4202560 20203 0 0 0 438 97 0 0 20 0 19 0 53890277 13502038016 938144 18446744073709551615 4194304 4196468 140737312297680 139996480826200 139996510992921 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11811] ppid=11804 vsize=13185584 CPUtime=5.34 cores=1,3,5,7
/proc/11806/task/11811/stat : 11811 (java) R 11804 11804 25100 0 -1 4202560 8527 0 0 0 438 96 0 0 20 0 19 0 53890277 13502038016 938144 18446744073709551615 4194304 4196468 140737312297680 139996479773088 139996510413216 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11812] ppid=11804 vsize=13185584 CPUtime=2.65 cores=1,3,5,7
/proc/11806/task/11812/stat : 11812 (java) S 11804 11804 25100 0 -1 1077944384 5201 0 0 0 265 0 0 0 20 0 19 0 53890278 13502038016 938144 18446744073709551615 4194304 4196468 140737312297680 139996077188256 139996525975253 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11813] ppid=11804 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/11806/task/11813/stat : 11813 (java) S 11804 11804 25100 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 53890279 13502038016 938144 18446744073709551615 4194304 4196468 140737312297680 139996076135776 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11814] ppid=11804 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/11806/task/11814/stat : 11814 (java) S 11804 11804 25100 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 19 0 53890279 13502038016 938144 18446744073709551615 4194304 4196468 140737312297680 139996075083392 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11815] ppid=11804 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/11806/task/11815/stat : 11815 (java) S 11804 11804 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 53890281 13502038016 938144 18446744073709551615 4194304 4196468 140737312297680 139996074031696 139996525983643 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11816] ppid=11804 vsize=13185584 CPUtime=0.4 cores=1,3,5,7
/proc/11806/task/11816/stat : 11816 (java) S 11804 11804 25100 0 -1 1077944384 2384 0 0 0 39 1 0 0 20 0 19 0 53890281 13502038016 938144 18446744073709551615 4194304 4196468 140737312297680 139996072969824 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11817] ppid=11804 vsize=13185584 CPUtime=0.31 cores=1,3,5,7
/proc/11806/task/11817/stat : 11817 (java) S 11804 11804 25100 0 -1 1077944384 1753 0 0 0 31 0 0 0 20 0 19 0 53890281 13502038016 938144 18446744073709551615 4194304 4196468 140737312297680 139996071910736 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11818] ppid=11804 vsize=13185584 CPUtime=0.44 cores=1,3,5,7
/proc/11806/task/11818/stat : 11818 (java) S 11804 11804 25100 0 -1 1077944384 5536 0 0 0 44 0 0 0 20 0 19 0 53890281 13502038016 938144 18446744073709551615 4194304 4196468 140737312297680 139996070873216 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11819] ppid=11804 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/11806/task/11819/stat : 11819 (java) S 11804 11804 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 53890282 13502038016 938144 18446744073709551615 4194304 4196468 140737312297680 139996002511328 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11820] ppid=11804 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/11806/task/11820/stat : 11820 (java) R 11804 11804 25100 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 19 0 53890289 13502038016 938144 18446744073709551615 4194304 4196468 140737312297680 139996001459120 139996525976194 0 4 1 16800974 0 0 0 -1 7 0 0 8 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11821] ppid=11804 vsize=13185584 CPUtime=0.14 cores=1,3,5,7
/proc/11806/task/11821/stat : 11821 (java) S 11804 11804 25100 0 -1 1077944384 92 0 0 0 14 0 0 0 20 0 19 0 53892845 13502038016 938144 18446744073709551615 4194304 4196468 140737312297680 139995993445984 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11822] ppid=11804 vsize=13185584 CPUtime=0.13 cores=1,3,5,7
/proc/11806/task/11822/stat : 11822 (java) S 11804 11804 25100 0 -1 1077944384 48 0 0 0 13 0 0 0 20 0 19 0 53892846 13502038016 938144 18446744073709551615 4194304 4196468 140737312297680 139995992393264 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11823] ppid=11804 vsize=13185584 CPUtime=0.14 cores=1,3,5,7
/proc/11806/task/11823/stat : 11823 (java) S 11804 11804 25100 0 -1 1077944384 61 0 0 0 14 0 0 0 20 0 19 0 53892846 13502038016 938144 18446744073709551615 4194304 4196468 140737312297680 139995991342560 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11824] ppid=11804 vsize=13185584 CPUtime=0.12 cores=1,3,5,7
/proc/11806/task/11824/stat : 11824 (java) S 11804 11804 25100 0 -1 1077944384 5609 0 0 0 12 0 0 0 20 0 19 0 53892846 13502038016 938144 18446744073709551615 4194304 4196468 140737312297680 139995990288800 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
Current children cumulated CPU time (s) 43.76
Current children cumulated vsize (KiB) 13195096

[startup+26.6048 s]
/proc/loadavg: 6.80 8.30 8.38 9/225 11824
/proc/meminfo: memFree=24508212/32770624 swapFree=0/330156
[pid=11804] ppid=11801 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11804/stat : 11804 (xcsp3-exec) S 11801 11804 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 53890264 9740288 345 18446744073709551615 4194304 5098028 140720710017056 140720710015160 140121238975100 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 11 0 0 7196144 7232144 34324480 140720710021528 140720710021738 140720710021738 140720710025195 0
/proc/11804/statm: 2378 345 289 221 0 87 0
[pid=11806] ppid=11804 vsize=13185584 CPUtime=44.49 cores=1,3,5,7
/proc/11806/stat : 11806 (java) S 11804 11804 25100 0 -1 1077944320 86439 0 0 0 4048 401 0 0 20 0 19 0 53890276 13502038016 950308 18446744073709551615 4194304 4196468 140737312297680 140737312280224 139996525965047 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
/proc/11806/statm: 3296396 950308 3230 1 0 3284688 0
[pid=11806/tid=11807] ppid=11804 vsize=13185584 CPUtime=17.92 cores=1,3,5,7
/proc/11806/task/11807/stat : 11807 (java) S 11804 11804 25100 0 -1 1077944384 12224 0 0 0 1785 7 0 0 20 0 19 0 53890276 13502038016 950308 18446744073709551615 4194304 4196468 140737312297680 139996530205824 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11808] ppid=11804 vsize=13185584 CPUtime=5.38 cores=1,3,5,7
/proc/11806/task/11808/stat : 11808 (java) S 11804 11804 25100 0 -1 1077944384 9932 0 0 0 442 96 0 0 20 0 19 0 53890277 13502038016 950308 18446744073709551615 4194304 4196468 140737312297680 139996482931088 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11809] ppid=11804 vsize=13185584 CPUtime=5.38 cores=1,3,5,7
/proc/11806/task/11809/stat : 11809 (java) S 11804 11804 25100 0 -1 1077944384 11883 0 0 0 443 95 0 0 20 0 19 0 53890277 13502038016 950308 18446744073709551615 4194304 4196468 140737312297680 139996481878288 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11810] ppid=11804 vsize=13185584 CPUtime=5.39 cores=1,3,5,7
/proc/11806/task/11810/stat : 11810 (java) S 11804 11804 25100 0 -1 1077944384 20266 0 0 0 441 98 0 0 20 0 19 0 53890277 13502038016 950308 18446744073709551615 4194304 4196468 140737312297680 139996480826000 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11811] ppid=11804 vsize=13185584 CPUtime=5.36 cores=1,3,5,7
/proc/11806/task/11811/stat : 11811 (java) S 11804 11804 25100 0 -1 1077944384 8620 0 0 0 440 96 0 0 20 0 19 0 53890277 13502038016 950308 18446744073709551615 4194304 4196468 140737312297680 139996479773200 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11812] ppid=11804 vsize=13185584 CPUtime=2.67 cores=1,3,5,7
/proc/11806/task/11812/stat : 11812 (java) S 11804 11804 25100 0 -1 1077944384 5370 0 0 0 266 1 0 0 20 0 19 0 53890278 13502038016 950308 18446744073709551615 4194304 4196468 140737312297680 139996077189744 139996525976194 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11813] ppid=11804 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/11806/task/11813/stat : 11813 (java) S 11804 11804 25100 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 53890279 13502038016 950308 18446744073709551615 4194304 4196468 140737312297680 139996076135776 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11814] ppid=11804 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/11806/task/11814/stat : 11814 (java) S 11804 11804 25100 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 19 0 53890279 13502038016 950308 18446744073709551615 4194304 4196468 140737312297680 139996075083392 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11815] ppid=11804 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/11806/task/11815/stat : 11815 (java) S 11804 11804 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 53890281 13502038016 950308 18446744073709551615 4194304 4196468 140737312297680 139996074031696 139996525983643 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11816] ppid=11804 vsize=13185584 CPUtime=0.51 cores=1,3,5,7
/proc/11806/task/11816/stat : 11816 (java) R 11804 11804 25100 0 -1 4202560 2886 0 0 0 50 1 0 0 20 0 19 0 53890281 13502038016 950308 18446744073709551615 4194304 4196468 140737312297680 139996072978544 139996511979424 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11817] ppid=11804 vsize=13185584 CPUtime=0.36 cores=1,3,5,7
/proc/11806/task/11817/stat : 11817 (java) R 11804 11804 25100 0 -1 1077944384 1777 0 0 0 36 0 0 0 20 0 19 0 53890281 13502038016 950308 18446744073709551615 4194304 4196468 140737312297680 139996071925744 139996525976194 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11818] ppid=11804 vsize=13185584 CPUtime=0.48 cores=1,3,5,7
/proc/11806/task/11818/stat : 11818 (java) S 11804 11804 25100 0 -1 1077944384 5705 0 0 0 48 0 0 0 20 0 19 0 53890281 13502038016 950308 18446744073709551615 4194304 4196468 140737312297680 139996070873456 139996525976194 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11819] ppid=11804 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/11806/task/11819/stat : 11819 (java) S 11804 11804 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 53890282 13502038016 950308 18446744073709551615 4194304 4196468 140737312297680 139996002511328 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11820] ppid=11804 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/11806/task/11820/stat : 11820 (java) S 11804 11804 25100 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 19 0 53890289 13502038016 950308 18446744073709551615 4194304 4196468 140737312297680 139996001459120 139996525976194 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
Current children cumulated CPU time (s) 44.49
Current children cumulated vsize (KiB) 13195096

[startup+26.7086 s]
/proc/loadavg: 6.80 8.30 8.38 9/225 11824
/proc/meminfo: memFree=24508212/32770624 swapFree=0/330156
[pid=11804] ppid=11801 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11804/stat : 11804 (xcsp3-exec) S 11801 11804 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 53890264 9740288 345 18446744073709551615 4194304 5098028 140720710017056 140720710015160 140121238975100 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 11 0 0 7196144 7232144 34324480 140720710021528 140720710021738 140720710021738 140720710025195 0
/proc/11804/statm: 2378 345 289 221 0 87 0
[pid=11806] ppid=11804 vsize=13451840 CPUtime=44.84 cores=1,3,5,7
/proc/11806/stat : 11806 (java) S 11804 11804 25100 0 -1 1077944320 87546 0 0 0 4083 401 0 0 20 0 19 0 53890276 13774684160 950914 18446744073709551615 4194304 4196468 140737312297680 140737312280224 139996525965047 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
/proc/11806/statm: 3362960 950914 3233 1 0 3351252 0
[pid=11806/tid=11807] ppid=11804 vsize=13451840 CPUtime=17.93 cores=1,3,5,7
/proc/11806/task/11807/stat : 11807 (java) S 11804 11804 25100 0 -1 1077944384 12228 0 0 0 1785 8 0 0 20 0 19 0 53890276 13774684160 950914 18446744073709551615 4194304 4196468 140737312297680 139996530205824 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11808] ppid=11804 vsize=13451840 CPUtime=5.38 cores=1,3,5,7
/proc/11806/task/11808/stat : 11808 (java) S 11804 11804 25100 0 -1 1077944384 9932 0 0 0 442 96 0 0 20 0 19 0 53890277 13774684160 950914 18446744073709551615 4194304 4196468 140737312297680 139996482931088 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11809] ppid=11804 vsize=13451840 CPUtime=5.38 cores=1,3,5,7
/proc/11806/task/11809/stat : 11809 (java) S 11804 11804 25100 0 -1 1077944384 11883 0 0 0 443 95 0 0 20 0 19 0 53890277 13774684160 950914 18446744073709551615 4194304 4196468 140737312297680 139996481878288 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11810] ppid=11804 vsize=13451840 CPUtime=5.39 cores=1,3,5,7
/proc/11806/task/11810/stat : 11810 (java) S 11804 11804 25100 0 -1 1077944384 20266 0 0 0 441 98 0 0 20 0 19 0 53890277 13774684160 950914 18446744073709551615 4194304 4196468 140737312297680 139996480826000 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11811] ppid=11804 vsize=13451840 CPUtime=5.36 cores=1,3,5,7
/proc/11806/task/11811/stat : 11811 (java) S 11804 11804 25100 0 -1 1077944384 8620 0 0 0 440 96 0 0 20 0 19 0 53890277 13774684160 950914 18446744073709551615 4194304 4196468 140737312297680 139996479773200 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11812] ppid=11804 vsize=13451840 CPUtime=2.67 cores=1,3,5,7
/proc/11806/task/11812/stat : 11812 (java) S 11804 11804 25100 0 -1 1077944384 5371 0 0 0 266 1 0 0 20 0 19 0 53890278 13774684160 950914 18446744073709551615 4194304 4196468 140737312297680 139996077189744 139996525976194 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11813] ppid=11804 vsize=13451840 CPUtime=0 cores=1,3,5,7
/proc/11806/task/11813/stat : 11813 (java) S 11804 11804 25100 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 53890279 13774684160 950914 18446744073709551615 4194304 4196468 140737312297680 139996076135776 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11814] ppid=11804 vsize=13451840 CPUtime=0 cores=1,3,5,7
/proc/11806/task/11814/stat : 11814 (java) S 11804 11804 25100 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 19 0 53890279 13774684160 950914 18446744073709551615 4194304 4196468 140737312297680 139996075083392 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11815] ppid=11804 vsize=13451840 CPUtime=0 cores=1,3,5,7
/proc/11806/task/11815/stat : 11815 (java) S 11804 11804 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 53890281 13774684160 950914 18446744073709551615 4194304 4196468 140737312297680 139996074031696 139996525983643 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11816] ppid=11804 vsize=13451840 CPUtime=0.59 cores=1,3,5,7
/proc/11806/task/11816/stat : 11816 (java) R 11804 11804 25100 0 -1 4202560 3075 0 0 0 58 1 0 0 20 0 19 0 53890281 13774684160 950914 18446744073709551615 4194304 4196468 140737312297680 139996072966784 139996504381321 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11817] ppid=11804 vsize=13451840 CPUtime=0.42 cores=1,3,5,7
/proc/11806/task/11817/stat : 11817 (java) R 11804 11804 25100 0 -1 4202560 2207 0 0 0 42 0 0 0 20 0 19 0 53890281 13774684160 950914 18446744073709551615 4194304 4196468 140737312297680 139996071910232 139996509375919 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11818] ppid=11804 vsize=13451840 CPUtime=0.52 cores=1,3,5,7
/proc/11806/task/11818/stat : 11818 (java) R 11804 11804 25100 0 -1 1077944384 5883 0 0 0 52 0 0 0 20 0 19 0 53890281 13774684160 950914 18446744073709551615 4194304 4196468 140737312297680 139996070873456 139996525976194 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11819] ppid=11804 vsize=13451840 CPUtime=0 cores=1,3,5,7
/proc/11806/task/11819/stat : 11819 (java) S 11804 11804 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 53890282 13774684160 950914 18446744073709551615 4194304 4196468 140737312297680 139996002511328 139996525975253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
[pid=11806/tid=11820] ppid=11804 vsize=13451840 CPUtime=0 cores=1,3,5,7
/proc/11806/task/11820/stat : 11820 (java) S 11804 11804 25100 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 19 0 53890289 13774684160 950914 18446744073709551615 4194304 4196468 140737312297680 139996001459120 139996525976194 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 37990400 140737312305622 140737312305798 140737312305798 140737312309199 0
Current children cumulated CPU time (s) 44.84
Current children cumulated vsize (KiB) 13461352

Child status: 0
Real time (s): 26.7994
CPU time (s): 45.101
CPU user time (s): 41.0575
CPU system time (s): 4.04345
CPU usage (%): 168.291
Max. virtual memory (cumulated for all children) (KiB): 13461352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.0575
system time used= 4.04345
maximum resident set size= 3804540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88213
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3869
involuntary context switches= 743

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.093373 second user time and 0.209613 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-07 00:51:43
IDJOB=4248648
IDBENCH=140555
IDSOLVER=2625
FILE ID=node133/4248648-1502060750
RUNJOBID= node133-1502042263-31899
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-10.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 10000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248648-1502060750/watcher-4248648-1502060750 -o /tmp/evaluation-result-4248648-1502060750/solver-4248648-1502060750 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502042263-31899 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 10000 -tdir HOME -seed 1426316377 HOME/instance-4248648-1502060750.xml

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

MD5SUM BENCH= f18d8089cff3557044696c3f39147249
RANDOM SEED=1426316377

node133.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.17
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.17
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.17
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.17
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:        28232804 kB
MemAvailable:   28729048 kB
Buffers:          206316 kB
Cached:           581172 kB
SwapCached:            0 kB
Active:          3750544 kB
Inactive:         355020 kB
Active(anon):    3318296 kB
Inactive(anon):    24920 kB
Active(file):     432248 kB
Inactive(file):   330100 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8016 kB
Writeback:             0 kB
AnonPages:       3325160 kB
Mapped:            52448 kB
Shmem:             25276 kB
Slab:             126380 kB
SReclaimable:      99460 kB
SUnreclaim:        26920 kB
KernelStack:        3904 kB
PageTables:        12044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3887764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3178496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62016 MiB
End job on node133 at 2017-08-07 00:52:10