Trace number 4306601

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Choco-solver 4.0.7b seq (e747e1e)OPT210 11.8386 8.34975

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-10a_c18.xml
MD5SUMa5c040ab978d2252c9b6b6d47e833d0a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark210
Best CPU time to get the best result obtained on this benchmark4.34942
Satisfiable
(Un)Satisfiability was proved
Number of variables38
Number of constraints82
Number of domains17
Minimum domain size1
Maximum domain size19
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":21},{"size":3,"count":3},{"size":4,"count":2},{"size":19,"count":10}]
Minimum variable degree2
Maximum variable degree28
Distribution of variable degrees[{"degree":2,"count":28},{"degree":28,"count":10}]
Minimum constraint arity2
Maximum constraint arity11
Distribution of constraint arities[{"arity":2,"count":64},{"arity":11,"count":18}]
Number of extensional constraints0
Number of intensional constraints64
Distribution of constraint types[{"type":"intension","count":64},{"type":"count","count":18}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4306601-1534091272.xml"  -tl '2520s' -p 1
0.11/0.17	c Choco e747e1e
0.11/0.17	c [HOME/instance-4306601-1534091272.xml, -tl, 2520s, -p, 1]
0.11/0.21	c simple solver
0.33/0.28	c parse instance...
1.02/0.57	c solve instance...
1.31/0.61	o 300 
1.31/0.62	o 290 
1.31/0.62	o 280 
1.31/0.63	o 260 
1.31/0.63	o 250 
1.31/0.64	o 240 
2.25/0.98	o 230 
2.58/1.01	o 220 
2.58/1.01	o 210 
11.77/8.34	s OPTIMUM FOUND
11.77/8.34	v <instantiation>
11.77/8.34	v 	<list>v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9] </list>
11.77/8.34	v 	<values>-2 -2 -1 1 1 4 2 2 2 0 1 2 0 0 0 0 0 0 0 2 3 0 1 0 0 0 0 0 50 60 90 0 0 0 0 0 0 10 </values>
11.77/8.34	v </instantiation>

Verifier Data

OK	210

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4306601-1534091272/watcher-4306601-1534091272 -o /tmp/evaluation-result-4306601-1534091272/solver-4306601-1534091272 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534063588-31243 --watchdog 2580 HOME/xcsp3-exec -seed 1823446471 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306601-1534091272.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
solver pid=2222, runsolver pid=2219
Current StackSize limit: 8192 KiB


[startup+0.100158 s]*
/proc/loadavg: 1.92 1.99 2.04 4/217 2238
/proc/meminfo: memFree=16923656/32770624 swapFree=67108844/67108860
[pid=2222] ppid=2219 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2222/stat : 2222 (xcsp3-exec) S 2219 2222 31211 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 226690338 115843072 364 33554432000 4194304 5098028 140726690081424 140726690079528 140220778304124 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28643328 140726690087994 140726690088196 140726690088196 140726690090954 0
/proc/2222/statm: 28282 364 306 221 0 87 0
[pid=2224] ppid=2222 vsize=14082940 memory=28596 CPUtime=0.11 cores=1,3,5,7
/proc/2224/stat : 2224 (java) S 2222 2222 31211 0 -1 1077944320 5500 0 0 0 10 1 0 0 20 0 15 0 226690338 14420930560 7149 33554432000 4194304 4196468 140721416360064 140721416342608 139741127188215 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
/proc/2224/statm: 3520735 7149 3021 1 0 3483012 0
[pid=2224/tid=2225] ppid=2222 vsize=14082940 memory=7031125463459224206 CPUtime=0.09 cores=1,3,5,7
/proc/2224/task/2225/stat : 2225 (java) R 2222 2222 31211 0 -1 4202560 3504 0 0 0 8 1 0 0 20 0 15 0 226690339 14420930560 7149 33554432000 4194304 4196468 140721416360064 139741131421488 139741127200150 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2226] ppid=2222 vsize=14082940 memory=7378697629483820645 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2226/stat : 2226 (java) S 2222 2222 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226690340 14420930560 7149 33554432000 4194304 4196468 140721416360064 139741057277072 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2227] ppid=2222 vsize=14082940 memory=140688263112320 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2227/stat : 2227 (java) S 2222 2222 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226690340 14420930560 7149 33554432000 4194304 4196468 140721416360064 139740722150416 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2228] ppid=2222 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2228/stat : 2228 (java) S 2222 2222 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226690340 14420930560 7149 33554432000 4194304 4196468 140721416360064 139740721097616 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2229] ppid=2222 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2229/stat : 2229 (java) S 2222 2222 31211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 226690340 14420930560 7149 33554432000 4194304 4196468 140721416360064 139740720044816 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2230] ppid=2222 vsize=14082940 memory=140688263112320 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2230/stat : 2230 (java) S 2222 2222 31211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 226690341 14420930560 7149 33554432000 4194304 4196468 140721416360064 139740668492144 139741127199362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2231] ppid=2222 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2231/stat : 2231 (java) S 2222 2222 31211 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 226690341 14420930560 7149 33554432000 4194304 4196468 140721416360064 139740667438112 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2232] ppid=2222 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2232/stat : 2232 (java) S 2222 2222 31211 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 226690342 14420930560 7149 33554432000 4194304 4196468 140721416360064 139740666385264 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2233] ppid=2222 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2233/stat : 2233 (java) S 2222 2222 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226690344 14420930560 7149 33554432000 4194304 4196468 140721416360064 139740665333584 139741127206811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2234] ppid=2222 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2234/stat : 2234 (java) S 2222 2222 31211 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 226690344 14420930560 7149 33554432000 4194304 4196468 140721416360064 139740664281968 139741127199362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2235] ppid=2222 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2235/stat : 2235 (java) S 2222 2222 31211 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 226690344 14420930560 7149 33554432000 4194304 4196468 140721416360064 139740663229168 139741127199362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2236] ppid=2222 vsize=14082940 memory=140688263112320 CPUtime=0.01 cores=1,3,5,7
/proc/2224/task/2236/stat : 2236 (java) R 2222 2222 31211 0 -1 4202560 276 0 0 0 1 0 0 0 20 0 15 0 226690344 14420930560 7149 33554432000 4194304 4196468 140721416360064 139740662176368 139741112884008 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2237] ppid=2222 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2237/stat : 2237 (java) S 2222 2222 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226690344 14420930560 7149 33554432000 4194304 4196468 140721416360064 139740661123808 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2238] ppid=2222 vsize=14082940 memory=140688263112320 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2238/stat : 2238 (java) S 2222 2222 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226690344 14420930560 7149 33554432000 4194304 4196468 140721416360064 139740660071088 139741127199362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 30052 KiB

[startup+0.210526 s]*
/proc/loadavg: 1.92 1.99 2.04 5/217 2238
/proc/meminfo: memFree=16911872/32770624 swapFree=67108844/67108860
[pid=2222] ppid=2219 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2222/stat : 2222 (xcsp3-exec) S 2219 2222 31211 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 226690338 115843072 364 33554432000 4194304 5098028 140726690081424 140726690079528 140220778304124 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28643328 140726690087994 140726690088196 140726690088196 140726690090954 0
/proc/2222/statm: 28282 364 306 221 0 87 0
[pid=2224] ppid=2222 vsize=14082940 memory=41096 CPUtime=0.33 cores=1,3,5,7
/proc/2224/stat : 2224 (java) S 2222 2222 31211 0 -1 1077944320 8292 0 0 0 30 3 0 0 20 0 15 0 226690338 14420930560 10274 33554432000 4194304 4196468 140721416360064 140721416342608 139741127188215 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
/proc/2224/statm: 3520735 10274 3193 1 0 3483012 0
[pid=2224/tid=2225] ppid=2222 vsize=14085056 memory=7022364632946311227 CPUtime=0.19 cores=1,3,5,7
/proc/2224/task/2225/stat : 2225 (java) R 2222 2222 31211 0 -1 4202560 5434 0 0 0 17 2 0 0 20 0 15 0 226690339 14423097344 10340 33554432000 4194304 4196468 140721416360064 139741131410360 139741129468410 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2226] ppid=2222 vsize=14085056 memory=4294977833 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2226/stat : 2226 (java) S 2222 2222 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226690340 14423097344 10340 33554432000 4194304 4196468 140721416360064 139741057277072 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2227] ppid=2222 vsize=14085056 memory=140688264261001 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2227/stat : 2227 (java) S 2222 2222 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226690340 14423097344 10340 33554432000 4194304 4196468 140721416360064 139740722150416 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2228] ppid=2222 vsize=14085056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2228/stat : 2228 (java) S 2222 2222 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226690340 14423097344 10340 33554432000 4194304 4196468 140721416360064 139740721097616 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2229] ppid=2222 vsize=14085056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2229/stat : 2229 (java) S 2222 2222 31211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 226690340 14423097344 10340 33554432000 4194304 4196468 140721416360064 139740720044816 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2230] ppid=2222 vsize=14085056 memory=140688263112320 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2230/stat : 2230 (java) S 2222 2222 31211 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 226690341 14423097344 10340 33554432000 4194304 4196468 140721416360064 139740668492144 139741127199362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2231] ppid=2222 vsize=14085056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2231/stat : 2231 (java) S 2222 2222 31211 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 226690341 14423097344 10340 33554432000 4194304 4196468 140721416360064 139740667438112 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2232] ppid=2222 vsize=14085056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2232/stat : 2232 (java) S 2222 2222 31211 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 226690342 14423097344 10340 33554432000 4194304 4196468 140721416360064 139740666385264 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2233] ppid=2222 vsize=14085056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2233/stat : 2233 (java) S 2222 2222 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226690344 14423097344 10340 33554432000 4194304 4196468 140721416360064 139740665333584 139741127206811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2234] ppid=2222 vsize=14085056 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/2224/task/2234/stat : 2234 (java) S 2222 2222 31211 0 -1 1077944384 337 0 0 0 1 0 0 0 20 0 15 0 226690344 14423097344 10340 33554432000 4194304 4196468 140721416360064 139740664281968 139741127199362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2235] ppid=2222 vsize=14085056 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/2224/task/2235/stat : 2235 (java) S 2222 2222 31211 0 -1 1077944384 446 0 0 0 2 0 0 0 20 0 15 0 226690344 14423097344 10340 33554432000 4194304 4196468 140721416360064 139740663229168 139741127199362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2236] ppid=2222 vsize=14085056 memory=140688263112320 CPUtime=0.07 cores=1,3,5,7
/proc/2224/task/2236/stat : 2236 (java) S 2222 2222 31211 0 -1 1077944384 792 0 0 0 7 0 0 0 20 0 15 0 226690344 14423097344 10340 33554432000 4194304 4196468 140721416360064 139740662176368 139741127199362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2237] ppid=2222 vsize=14087196 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2237/stat : 2237 (java) S 2222 2222 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226690344 14425288704 10340 33554432000 4194304 4196468 140721416360064 139740661123808 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2238] ppid=2222 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2238/stat : 2238 (java) S 2222 2222 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226690344 14425288704 10343 33554432000 4194304 4196468 140721416360064 139740660071088 139741127199362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 42552 KiB

[startup+0.31056 s]*
/proc/loadavg: 1.92 1.99 2.04 5/217 2238
/proc/meminfo: memFree=16905172/32770624 swapFree=67108844/67108860
[pid=2222] ppid=2219 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2222/stat : 2222 (xcsp3-exec) S 2219 2222 31211 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 226690338 115843072 364 33554432000 4194304 5098028 140726690081424 140726690079528 140220778304124 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28643328 140726690087994 140726690088196 140726690088196 140726690090954 0
/proc/2222/statm: 28282 364 306 221 0 87 0
[pid=2224] ppid=2222 vsize=14087196 memory=48240 CPUtime=0.53 cores=1,3,5,7
/proc/2224/stat : 2224 (java) S 2222 2222 31211 0 -1 1077944320 9247 0 0 0 48 5 0 0 20 0 15 0 226690338 14425288704 12060 33554432000 4194304 4196468 140721416360064 140721416342608 139741127188215 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
/proc/2224/statm: 3521799 12060 3235 1 0 3483012 0
[pid=2224/tid=2225] ppid=2222 vsize=14087196 memory=288355116380323867 CPUtime=0.29 cores=1,3,5,7
/proc/2224/task/2225/stat : 2225 (java) R 2222 2222 31211 0 -1 4202560 6170 0 0 0 26 3 0 0 20 0 15 0 226690339 14425288704 12068 33554432000 4194304 4196468 140721416360064 139741131419328 139741111268702 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2226] ppid=2222 vsize=14087196 memory=288230613230823709 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2226/stat : 2226 (java) S 2222 2222 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226690340 14425288704 12068 33554432000 4194304 4196468 140721416360064 139741057277072 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2227] ppid=2222 vsize=14087196 memory=13845291758691750 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2227/stat : 2227 (java) S 2222 2222 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226690340 14425288704 12068 33554432000 4194304 4196468 140721416360064 139740722150416 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2228] ppid=2222 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2228/stat : 2228 (java) S 2222 2222 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226690340 14425288704 12068 33554432000 4194304 4196468 140721416360064 139740721097616 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2229] ppid=2222 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2229/stat : 2229 (java) S 2222 2222 31211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 226690340 14425288704 12068 33554432000 4194304 4196468 140721416360064 139740720044816 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2230] ppid=2222 vsize=14087196 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2230/stat : 2230 (java) S 2222 2222 31211 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 226690341 14425288704 12068 33554432000 4194304 4196468 140721416360064 139740668492144 139741127199362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2231] ppid=2222 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2231/stat : 2231 (java) S 2222 2222 31211 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 226690341 14425288704 12068 33554432000 4194304 4196468 140721416360064 139740667438112 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2232] ppid=2222 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2232/stat : 2232 (java) S 2222 2222 31211 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 226690342 14425288704 12068 33554432000 4194304 4196468 140721416360064 139740666385264 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2233] ppid=2222 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2233/stat : 2233 (java) S 2222 2222 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226690344 14425288704 12068 33554432000 4194304 4196468 140721416360064 139740665333584 139741127206811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2234] ppid=2222 vsize=14087196 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/2224/task/2234/stat : 2234 (java) S 2222 2222 31211 0 -1 1077944384 450 0 0 0 5 0 0 0 20 0 15 0 226690344 14425288704 12068 33554432000 4194304 4196468 140721416360064 139740664281968 139741127199362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2235] ppid=2222 vsize=14087196 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/2224/task/2235/stat : 2235 (java) S 2222 2222 31211 0 -1 1077944384 458 0 0 0 4 0 0 0 20 0 15 0 226690344 14425288704 12068 33554432000 4194304 4196468 140721416360064 139740663229168 139741127199362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2236] ppid=2222 vsize=14087196 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/2224/task/2236/stat : 2236 (java) S 2222 2222 31211 0 -1 1077944384 872 0 0 0 12 0 0 0 20 0 15 0 226690344 14425288704 12068 33554432000 4194304 4196468 140721416360064 139740662176368 139741127199362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2237] ppid=2222 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2237/stat : 2237 (java) S 2222 2222 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226690344 14425288704 12068 33554432000 4194304 4196468 140721416360064 139740661123808 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2238] ppid=2222 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2238/stat : 2238 (java) S 2222 2222 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226690344 14425288704 12068 33554432000 4194304 4196468 140721416360064 139740660071088 139741127199362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 49696 KiB

[startup+0.700811 s]
/proc/loadavg: 1.92 1.99 2.04 7/217 2238
/proc/meminfo: memFree=16881396/32770624 swapFree=67108844/67108860
[pid=2222] ppid=2219 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2222/stat : 2222 (xcsp3-exec) S 2219 2222 31211 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 226690338 115843072 364 33554432000 4194304 5098028 140726690081424 140726690079528 140220778304124 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28643328 140726690087994 140726690088196 140726690088196 140726690090954 0
/proc/2222/statm: 28282 364 306 221 0 87 0
[pid=2224] ppid=2222 vsize=14089320 memory=77980 CPUtime=1.62 cores=1,3,5,7
/proc/2224/stat : 2224 (java) S 2222 2222 31211 0 -1 1077944320 14242 0 0 0 155 7 0 0 20 0 15 0 226690338 14427463680 19495 33554432000 4194304 4196468 140721416360064 140721416342608 139741127188215 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
/proc/2224/statm: 3522330 19495 3364 1 0 3483524 0
[pid=2224/tid=2225] ppid=2222 vsize=14089320 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/2224/task/2225/stat : 2225 (java) R 2222 2222 31211 0 -1 4202560 7058 0 0 0 62 4 0 0 20 0 15 0 226690339 14427463680 19495 33554432000 4194304 4196468 140721416360064 139741131426608 139740741523484 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2226] ppid=2222 vsize=14089320 memory=17 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2226/stat : 2226 (java) S 2222 2222 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226690340 14427463680 19495 33554432000 4194304 4196468 140721416360064 139741057277072 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2227] ppid=2222 vsize=14089320 memory=2 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2227/stat : 2227 (java) S 2222 2222 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226690340 14427463680 19495 33554432000 4194304 4196468 140721416360064 139740722150416 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2228] ppid=2222 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2228/stat : 2228 (java) S 2222 2222 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226690340 14427463680 19495 33554432000 4194304 4196468 140721416360064 139740721097616 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2229] ppid=2222 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2229/stat : 2229 (java) S 2222 2222 31211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 226690340 14427463680 19495 33554432000 4194304 4196468 140721416360064 139740720044816 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2230] ppid=2222 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2230/stat : 2230 (java) S 2222 2222 31211 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 226690341 14427463680 19495 33554432000 4194304 4196468 140721416360064 139740668492144 139741127199362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2231] ppid=2222 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2231/stat : 2231 (java) S 2222 2222 31211 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 226690341 14427463680 19495 33554432000 4194304 4196468 140721416360064 139740667438112 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2232] ppid=2222 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2232/stat : 2232 (java) S 2222 2222 31211 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 226690342 14427463680 19495 33554432000 4194304 4196468 140721416360064 139740666385264 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2233] ppid=2222 vsize=14089320 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2233/stat : 2233 (java) S 2222 2222 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226690344 14427463680 19495 33554432000 4194304 4196468 140721416360064 139740665333584 139741127206811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2234] ppid=2222 vsize=14089320 memory=1408 CPUtime=0.25 cores=1,3,5,7
/proc/2224/task/2234/stat : 2234 (java) R 2222 2222 31211 0 -1 4202560 1671 0 0 0 25 0 0 0 20 0 15 0 226690344 14427463680 19495 33554432000 4194304 4196468 140721416360064 139740664262984 139741112099871 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2235] ppid=2222 vsize=14089320 memory=3000 CPUtime=0.28 cores=1,3,5,7
/proc/2224/task/2235/stat : 2235 (java) R 2222 2222 31211 0 -1 4202560 1686 0 0 0 28 0 0 0 20 0 15 0 226690344 14427463680 19495 33554432000 4194304 4196468 140721416360064 139740663210072 139741110685176 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2236] ppid=2222 vsize=14089320 memory=1452 CPUtime=0.38 cores=1,3,5,7
/proc/2224/task/2236/stat : 2236 (java) R 2222 2222 31211 0 -1 1077944384 2519 0 0 0 38 0 0 0 20 0 15 0 226690344 14427463680 19495 33554432000 4194304 4196468 140721416360064 139740662176368 139741127199362 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2237] ppid=2222 vsize=14089320 memory=213012 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2237/stat : 2237 (java) S 2222 2222 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226690344 14427463680 19495 33554432000 4194304 4196468 140721416360064 139740661123808 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2238] ppid=2222 vsize=14089320 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2238/stat : 2238 (java) S 2222 2222 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226690344 14427463680 19495 33554432000 4194304 4196468 140721416360064 139740660071088 139741127199362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
Current children cumulated CPU time: 1.62 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 79436 KiB

[startup+1.50089 s]
/proc/loadavg: 1.92 1.99 2.04 5/217 2238
/proc/meminfo: memFree=16866128/32770624 swapFree=67108844/67108860
[pid=2222] ppid=2219 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2222/stat : 2222 (xcsp3-exec) S 2219 2222 31211 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 226690338 115843072 364 33554432000 4194304 5098028 140726690081424 140726690079528 140220778304124 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28643328 140726690087994 140726690088196 140726690088196 140726690090954 0
/proc/2222/statm: 28282 364 306 221 0 87 0

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

/proc/2222/stat : 2222 (xcsp3-exec) S 2219 2222 31211 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 226690338 115843072 364 33554432000 4194304 5098028 140726690081424 140726690079528 140220778304124 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28643328 140726690087994 140726690088196 140726690088196 140726690090954 0
/proc/2222/statm: 28282 364 306 221 0 87 0
[pid=2224] ppid=2222 vsize=14089320 memory=130916 CPUtime=10.66 cores=1,3,5,7
/proc/2224/stat : 2224 (java) S 2222 2222 31211 0 -1 1077944320 31482 0 0 0 1057 9 0 0 20 0 15 0 226690338 14427463680 32729 33554432000 4194304 4196468 140721416360064 140721416342608 139741127188215 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
/proc/2224/statm: 3522330 32729 3380 1 0 3483524 0
[pid=2224/tid=2225] ppid=2222 vsize=14089320 memory=14568 CPUtime=7.16 cores=1,3,5,7
/proc/2224/task/2225/stat : 2225 (java) R 2222 2222 31211 0 -1 4202560 8423 0 0 0 711 5 0 0 20 0 15 0 226690339 14427463680 32729 33554432000 4194304 4196468 140721416360064 139741131425072 139740742281351 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2226] ppid=2222 vsize=14089320 memory=12708 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2226/stat : 2226 (java) S 2222 2222 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226690340 14427463680 32729 33554432000 4194304 4196468 140721416360064 139741057277072 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2227] ppid=2222 vsize=14089320 memory=33896 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2227/stat : 2227 (java) S 2222 2222 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226690340 14427463680 32729 33554432000 4194304 4196468 140721416360064 139740722150416 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2228] ppid=2222 vsize=14089320 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2228/stat : 2228 (java) S 2222 2222 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226690340 14427463680 32729 33554432000 4194304 4196468 140721416360064 139740721097616 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2229] ppid=2222 vsize=14089320 memory=2588 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2229/stat : 2229 (java) S 2222 2222 31211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 226690340 14427463680 32729 33554432000 4194304 4196468 140721416360064 139740720044816 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2230] ppid=2222 vsize=14089320 memory=2720 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2230/stat : 2230 (java) S 2222 2222 31211 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 226690341 14427463680 32729 33554432000 4194304 4196468 140721416360064 139740668492144 139741127199362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2231] ppid=2222 vsize=14089320 memory=55 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2231/stat : 2231 (java) S 2222 2222 31211 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 226690341 14427463680 32729 33554432000 4194304 4196468 140721416360064 139740667438112 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2232] ppid=2222 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2232/stat : 2232 (java) S 2222 2222 31211 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 226690342 14427463680 32729 33554432000 4194304 4196468 140721416360064 139740666385264 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2233] ppid=2222 vsize=14089320 memory=281376326960328 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2233/stat : 2233 (java) S 2222 2222 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226690344 14427463680 32729 33554432000 4194304 4196468 140721416360064 139740665333584 139741127206811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2234] ppid=2222 vsize=14089320 memory=281376327687056 CPUtime=1.48 cores=1,3,5,7
/proc/2224/task/2234/stat : 2234 (java) S 2222 2222 31211 0 -1 1077944384 9264 0 0 0 147 1 0 0 20 0 15 0 226690344 14427463680 32729 33554432000 4194304 4196468 140721416360064 139740664281968 139741127199362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2235] ppid=2222 vsize=14089320 memory=281376327687184 CPUtime=1.49 cores=1,3,5,7
/proc/2224/task/2235/stat : 2235 (java) S 2222 2222 31211 0 -1 1077944384 7733 0 0 0 148 1 0 0 20 0 15 0 226690344 14427463680 32729 33554432000 4194304 4196468 140721416360064 139740663229168 139741127199362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2236] ppid=2222 vsize=14089320 memory=281376327687248 CPUtime=0.48 cores=1,3,5,7
/proc/2224/task/2236/stat : 2236 (java) S 2222 2222 31211 0 -1 1077944384 3988 0 0 0 48 0 0 0 20 0 15 0 226690344 14427463680 32729 33554432000 4194304 4196468 140721416360064 139740662176368 139741127199362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2237] ppid=2222 vsize=14089320 memory=281376327687312 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2237/stat : 2237 (java) S 2222 2222 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226690344 14427463680 32729 33554432000 4194304 4196468 140721416360064 139740661123808 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2238] ppid=2222 vsize=14089320 memory=281376327687376 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2238/stat : 2238 (java) S 2222 2222 31211 0 -1 1077944384 462 0 0 0 0 0 0 0 20 0 15 0 226690344 14427463680 32729 33554432000 4194304 4196468 140721416360064 139740660071088 139741127199362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
Current children cumulated CPU time: 10.66 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 132372 KiB

[startup+8.00066 s]*
/proc/loadavg: 1.93 1.99 2.04 3/217 2238
/proc/meminfo: memFree=16820688/32770624 swapFree=67108844/67108860
[pid=2222] ppid=2219 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2222/stat : 2222 (xcsp3-exec) S 2219 2222 31211 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 226690338 115843072 364 33554432000 4194304 5098028 140726690081424 140726690079528 140220778304124 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28643328 140726690087994 140726690088196 140726690088196 140726690090954 0
/proc/2222/statm: 28282 364 306 221 0 87 0
[pid=2224] ppid=2222 vsize=14089320 memory=137060 CPUtime=11.48 cores=1,3,5,7
/proc/2224/stat : 2224 (java) S 2222 2222 31211 0 -1 1077944320 31601 0 0 0 1139 9 0 0 20 0 15 0 226690338 14427463680 34265 33554432000 4194304 4196468 140721416360064 140721416342608 139741127188215 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
/proc/2224/statm: 3522330 34265 3380 1 0 3483524 0
[pid=2224/tid=2225] ppid=2222 vsize=14089320 memory=7893295687695687954 CPUtime=7.97 cores=1,3,5,7
/proc/2224/task/2225/stat : 2225 (java) R 2222 2222 31211 0 -1 4202560 8453 0 0 0 792 5 0 0 20 0 15 0 226690339 14427463680 34265 33554432000 4194304 4196468 140721416360064 139741131425072 139740741943598 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2226] ppid=2222 vsize=14089320 memory=-7175753904026764170 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2226/stat : 2226 (java) S 2222 2222 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226690340 14427463680 34265 33554432000 4194304 4196468 140721416360064 139741057277072 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2227] ppid=2222 vsize=14089320 memory=-8675733323038954102 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2227/stat : 2227 (java) S 2222 2222 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226690340 14427463680 34265 33554432000 4194304 4196468 140721416360064 139740722150416 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2228] ppid=2222 vsize=14089320 memory=7893295687695688722 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2228/stat : 2228 (java) S 2222 2222 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226690340 14427463680 34265 33554432000 4194304 4196468 140721416360064 139740721097616 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2229] ppid=2222 vsize=14089320 memory=-7017870212350184252 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2229/stat : 2229 (java) S 2222 2222 31211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 226690340 14427463680 34265 33554432000 4194304 4196468 140721416360064 139740720044816 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2230] ppid=2222 vsize=14089320 memory=-9062862659931694204 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2230/stat : 2230 (java) S 2222 2222 31211 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 226690341 14427463680 34265 33554432000 4194304 4196468 140721416360064 139740668492144 139741127199362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2231] ppid=2222 vsize=14089320 memory=6944656591801717918 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2231/stat : 2231 (java) S 2222 2222 31211 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 226690341 14427463680 34265 33554432000 4194304 4196468 140721416360064 139740667438112 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2232] ppid=2222 vsize=14089320 memory=6944656592452807316 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2232/stat : 2232 (java) S 2222 2222 31211 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 226690342 14427463680 34265 33554432000 4194304 4196468 140721416360064 139740666385264 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2233] ppid=2222 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2233/stat : 2233 (java) S 2222 2222 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226690344 14427463680 34265 33554432000 4194304 4196468 140721416360064 139740665333584 139741127206811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2234] ppid=2222 vsize=14089320 memory=0 CPUtime=1.5 cores=1,3,5,7
/proc/2224/task/2234/stat : 2234 (java) S 2222 2222 31211 0 -1 1077944384 9349 0 0 0 149 1 0 0 20 0 15 0 226690344 14427463680 34265 33554432000 4194304 4196468 140721416360064 139740664281968 139741127199362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2235] ppid=2222 vsize=14089320 memory=0 CPUtime=1.49 cores=1,3,5,7
/proc/2224/task/2235/stat : 2235 (java) S 2222 2222 31211 0 -1 1077944384 7733 0 0 0 148 1 0 0 20 0 15 0 226690344 14427463680 34265 33554432000 4194304 4196468 140721416360064 139740663229168 139741127199362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2236] ppid=2222 vsize=14089320 memory=0 CPUtime=0.48 cores=1,3,5,7
/proc/2224/task/2236/stat : 2236 (java) S 2222 2222 31211 0 -1 1077944384 3992 0 0 0 48 0 0 0 20 0 15 0 226690344 14427463680 34265 33554432000 4194304 4196468 140721416360064 139740662176368 139741127199362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2237] ppid=2222 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2237/stat : 2237 (java) S 2222 2222 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226690344 14427463680 34265 33554432000 4194304 4196468 140721416360064 139740661123808 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2238] ppid=2222 vsize=14089320 memory=140688487034272 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2238/stat : 2238 (java) S 2222 2222 31211 0 -1 1077944384 462 0 0 0 0 0 0 0 20 0 15 0 226690344 14427463680 34265 33554432000 4194304 4196468 140721416360064 139740660071088 139741127199362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
Current children cumulated CPU time: 11.48 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 138516 KiB

[startup+8.20067 s]
/proc/loadavg: 1.93 1.99 2.04 3/217 2238
/proc/meminfo: memFree=16820688/32770624 swapFree=67108844/67108860
[pid=2222] ppid=2219 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2222/stat : 2222 (xcsp3-exec) S 2219 2222 31211 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 226690338 115843072 364 33554432000 4194304 5098028 140726690081424 140726690079528 140220778304124 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28643328 140726690087994 140726690088196 140726690088196 140726690090954 0
/proc/2222/statm: 28282 364 306 221 0 87 0
[pid=2224] ppid=2222 vsize=14089320 memory=137060 CPUtime=11.67 cores=1,3,5,7
/proc/2224/stat : 2224 (java) S 2222 2222 31211 0 -1 1077944320 31686 0 0 0 1158 9 0 0 20 0 15 0 226690338 14427463680 34265 33554432000 4194304 4196468 140721416360064 140721416342608 139741127188215 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
/proc/2224/statm: 3522330 34265 3380 1 0 3483524 0
[pid=2224/tid=2225] ppid=2222 vsize=14089320 memory=4289189876116762656 CPUtime=8.16 cores=1,3,5,7
/proc/2224/task/2225/stat : 2225 (java) R 2222 2222 31211 0 -1 4202560 8535 0 0 0 811 5 0 0 20 0 15 0 226690339 14427463680 34265 33554432000 4194304 4196468 140721416360064 139741131425216 139741112399594 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2226] ppid=2222 vsize=14089320 memory=-6352457598097788374 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2226/stat : 2226 (java) S 2222 2222 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226690340 14427463680 34265 33554432000 4194304 4196468 140721416360064 139741057277072 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2227] ppid=2222 vsize=14089320 memory=4947159701225187186 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2227/stat : 2227 (java) S 2222 2222 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226690340 14427463680 34265 33554432000 4194304 4196468 140721416360064 139740722150416 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2228] ppid=2222 vsize=14089320 memory=-8412656558932790643 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2228/stat : 2228 (java) S 2222 2222 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226690340 14427463680 34265 33554432000 4194304 4196468 140721416360064 139740721097616 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2229] ppid=2222 vsize=14089320 memory=-8689539942354613440 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2229/stat : 2229 (java) S 2222 2222 31211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 226690340 14427463680 34265 33554432000 4194304 4196468 140721416360064 139740720044816 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2230] ppid=2222 vsize=14089320 memory=-8774291307573972840 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2230/stat : 2230 (java) S 2222 2222 31211 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 226690341 14427463680 34265 33554432000 4194304 4196468 140721416360064 139740668492144 139741127199362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2231] ppid=2222 vsize=14089320 memory=1388135443698408648 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2231/stat : 2231 (java) S 2222 2222 31211 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 226690341 14427463680 34265 33554432000 4194304 4196468 140721416360064 139740667438112 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2232] ppid=2222 vsize=14089320 memory=8174669131789008915 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2232/stat : 2232 (java) S 2222 2222 31211 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 226690342 14427463680 34265 33554432000 4194304 4196468 140721416360064 139740666385264 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2233] ppid=2222 vsize=14089320 memory=-4050210904893669009 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2233/stat : 2233 (java) S 2222 2222 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226690344 14427463680 34265 33554432000 4194304 4196468 140721416360064 139740665333584 139741127206811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2234] ppid=2222 vsize=14089320 memory=-5228252267518318387 CPUtime=1.5 cores=1,3,5,7
/proc/2224/task/2234/stat : 2234 (java) S 2222 2222 31211 0 -1 1077944384 9349 0 0 0 149 1 0 0 20 0 15 0 226690344 14427463680 34265 33554432000 4194304 4196468 140721416360064 139740664281968 139741127199362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2235] ppid=2222 vsize=14089320 memory=281376326684112 CPUtime=1.49 cores=1,3,5,7
/proc/2224/task/2235/stat : 2235 (java) S 2222 2222 31211 0 -1 1077944384 7733 0 0 0 148 1 0 0 20 0 15 0 226690344 14427463680 34265 33554432000 4194304 4196468 140721416360064 139740663229168 139741127199362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2236] ppid=2222 vsize=14089320 memory=281376326680816 CPUtime=0.48 cores=1,3,5,7
/proc/2224/task/2236/stat : 2236 (java) S 2222 2222 31211 0 -1 1077944384 3992 0 0 0 48 0 0 0 20 0 15 0 226690344 14427463680 34265 33554432000 4194304 4196468 140721416360064 139740662176368 139741127199362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2237] ppid=2222 vsize=14089320 memory=3833179225026736428 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2237/stat : 2237 (java) S 2222 2222 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226690344 14427463680 34265 33554432000 4194304 4196468 140721416360064 139740661123808 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2238] ppid=2222 vsize=14089320 memory=6442213867749794400 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2238/stat : 2238 (java) S 2222 2222 31211 0 -1 1077944384 464 0 0 0 0 0 0 0 20 0 15 0 226690344 14427463680 34265 33554432000 4194304 4196468 140721416360064 139740660071088 139741127199362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
Current children cumulated CPU time: 11.67 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 138516 KiB

[startup+8.30068 s]
/proc/loadavg: 1.93 1.99 2.04 3/217 2238
/proc/meminfo: memFree=16820688/32770624 swapFree=67108844/67108860
[pid=2222] ppid=2219 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2222/stat : 2222 (xcsp3-exec) S 2219 2222 31211 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 226690338 115843072 364 33554432000 4194304 5098028 140726690081424 140726690079528 140220778304124 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28643328 140726690087994 140726690088196 140726690088196 140726690090954 0
/proc/2222/statm: 28282 364 306 221 0 87 0
[pid=2224] ppid=2222 vsize=14089320 memory=139108 CPUtime=11.77 cores=1,3,5,7
/proc/2224/stat : 2224 (java) S 2222 2222 31211 0 -1 1077944320 31807 0 0 0 1168 9 0 0 20 0 15 0 226690338 14427463680 34777 33554432000 4194304 4196468 140721416360064 140721416342608 139741127188215 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
/proc/2224/statm: 3522330 34777 3380 1 0 3483524 0
[pid=2224/tid=2225] ppid=2222 vsize=14089320 memory=1456 CPUtime=8.26 cores=1,3,5,7
/proc/2224/task/2225/stat : 2225 (java) R 2222 2222 31211 0 -1 4202560 8656 0 0 0 821 5 0 0 20 0 15 0 226690339 14427463680 34777 33554432000 4194304 4196468 140721416360064 139741131425216 139740741967141 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2226] ppid=2222 vsize=14089320 memory=118576 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2226/stat : 2226 (java) S 2222 2222 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226690340 14427463680 34777 33554432000 4194304 4196468 140721416360064 139741057277072 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2227] ppid=2222 vsize=14089320 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2227/stat : 2227 (java) S 2222 2222 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226690340 14427463680 34777 33554432000 4194304 4196468 140721416360064 139740722150416 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2228] ppid=2222 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2228/stat : 2228 (java) S 2222 2222 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226690340 14427463680 34777 33554432000 4194304 4196468 140721416360064 139740721097616 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2229] ppid=2222 vsize=14089320 memory=4596 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2229/stat : 2229 (java) S 2222 2222 31211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 226690340 14427463680 34777 33554432000 4194304 4196468 140721416360064 139740720044816 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2230] ppid=2222 vsize=14089320 memory=55 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2230/stat : 2230 (java) S 2222 2222 31211 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 226690341 14427463680 34777 33554432000 4194304 4196468 140721416360064 139740668492144 139741127199362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2231] ppid=2222 vsize=14089320 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2231/stat : 2231 (java) S 2222 2222 31211 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 226690341 14427463680 34777 33554432000 4194304 4196468 140721416360064 139740667438112 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2232] ppid=2222 vsize=14089320 memory=7167663613869878838 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2232/stat : 2232 (java) S 2222 2222 31211 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 226690342 14427463680 34777 33554432000 4194304 4196468 140721416360064 139740666385264 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2233] ppid=2222 vsize=14089320 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2233/stat : 2233 (java) S 2222 2222 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226690344 14427463680 34777 33554432000 4194304 4196468 140721416360064 139740665333584 139741127206811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2234] ppid=2222 vsize=14089320 memory=1456 CPUtime=1.5 cores=1,3,5,7
/proc/2224/task/2234/stat : 2234 (java) S 2222 2222 31211 0 -1 1077944384 9349 0 0 0 149 1 0 0 20 0 15 0 226690344 14427463680 34777 33554432000 4194304 4196468 140721416360064 139740664281968 139741127199362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2235] ppid=2222 vsize=14089320 memory=1456 CPUtime=1.49 cores=1,3,5,7
/proc/2224/task/2235/stat : 2235 (java) S 2222 2222 31211 0 -1 1077944384 7733 0 0 0 148 1 0 0 20 0 15 0 226690344 14427463680 34777 33554432000 4194304 4196468 140721416360064 139740663229168 139741127199362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2236] ppid=2222 vsize=14089320 memory=135012 CPUtime=0.48 cores=1,3,5,7
/proc/2224/task/2236/stat : 2236 (java) S 2222 2222 31211 0 -1 1077944384 3992 0 0 0 48 0 0 0 20 0 15 0 226690344 14427463680 34777 33554432000 4194304 4196468 140721416360064 139740662176368 139741127199362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2237] ppid=2222 vsize=14089320 memory=844 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2237/stat : 2237 (java) S 2222 2222 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226690344 14427463680 34777 33554432000 4194304 4196468 140721416360064 139740661123808 139741127198421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
[pid=2224/tid=2238] ppid=2222 vsize=14089320 memory=3952 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2238/stat : 2238 (java) S 2222 2222 31211 0 -1 1077944384 464 0 0 0 0 0 0 0 20 0 15 0 226690344 14427463680 34777 33554432000 4194304 4196468 140721416360064 139740660071088 139741127199362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27119616 140721416361094 140721416361265 140721416361265 140721416363983 0
Current children cumulated CPU time: 11.77 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 140564 KiB

Child status: 0
Real time (s): 8.34975
CPU time (s): 11.8386
CPU user time (s): 11.7298
CPU system time (s): 0.108802
CPU usage (%): 141.784
Max. virtual memory (cumulated for all children) (KiB): 14204496
Max. memory (cumulated for all children) (KiB): 140564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.7298
system time used= 0.108802
maximum resident set size= 141452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33153
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= 2446
involuntary context switches= 17


# summary of solver processes directly reported to runsolver:
#   pid: 2222
#   total CPU time (s): 11.8386
#   total CPU user time (s): 11.7298
#   total CPU system time (s): 0.108802

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.075393 second user time and 0.117291 second system time

The end

Launcher Data

Begin job on node136 at 2018-08-12 18:27:52
IDJOB=4306601
IDBENCH=141317
IDSOLVER=2787
FILE ID=node136/4306601-1534091272
RUNJOBID= node136-1534063588-31243
PBS_JOBID= 21036988
Free space on /tmp= 35520 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-10a_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4306601-1534091272/watcher-4306601-1534091272 -o /tmp/evaluation-result-4306601-1534091272/solver-4306601-1534091272 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534063588-31243 --watchdog 2580  HOME/xcsp3-exec -seed 1823446471 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306601-1534091272.xml

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

MD5SUM BENCH= a5c040ab978d2252c9b6b6d47e833d0a
RANDOM SEED=1823446471

node136.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.50
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.50
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.50
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.50
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:        16940852 kB
MemAvailable:   31704784 kB
Buffers:          256188 kB
Cached:         14611256 kB
SwapCached:            8 kB
Active:          7429424 kB
Inactive:        7692180 kB
Active(anon):     203636 kB
Inactive(anon):   102964 kB
Active(file):    7225788 kB
Inactive(file):  7589216 kB
Unevictable:        7296 kB
Mlocked:            7296 kB
SwapTotal:      67108860 kB
SwapFree:       67108844 kB
Dirty:             21840 kB
Writeback:             0 kB
AnonPages:        191612 kB
Mapped:            65868 kB
Shmem:             49788 kB
Slab:             405692 kB
SReclaimable:     377388 kB
SUnreclaim:        28304 kB
KernelStack:        3856 kB
PageTables:         5944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1286624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     83968 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= 35496 MiB
End job on node136 at 2018-08-12 18:28:00