Trace number 4283257

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 5a (2017-08-18)? (TO) 2520.0801 2477.6299

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t04-1.xml
MD5SUMe916ba0c5634620e8924ec581ee284c9
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark217
Best CPU time to get the best result obtained on this benchmark20087.1
Satisfiable
(Un)Satisfiability was proved
Number of variables5040
Number of constraints262
Number of domains17
Minimum domain size2
Maximum domain size195
Distribution of domain sizes[{"size":2,"count":240},{"size":4,"count":240},{"size":25,"count":480},{"size":44,"count":240},{"size":45,"count":240},{"size":73,"count":240},{"size":78,"count":240},{"size":87,"count":480},{"size":102,"count":240},{"size":107,"count":240},{"size":130,"count":240},{"size":131,"count":240},{"size":132,"count":480},{"size":139,"count":480},{"size":170,"count":240},{"size":175,"count":240},{"size":195,"count":240}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":5040}]
Minimum constraint arity21
Maximum constraint arity4800
Distribution of constraint arities[{"arity":21,"count":240},{"arity":240,"count":21},{"arity":4800,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":260}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.10	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283257-1503194180.xml"  -tl '2520s' -p 1 -x 3
0.07/0.28	c [HOME/instance-4283257-1503194180.xml, -tl, 2520s, -p, 1, -x, 3]
0.26/0.34	c simple solver
0.26/0.41	c parse instance...
1.21/0.78	c solve instance...
2520.03/2477.60	s UNKNOWN
2520.03/2477.60	c Unexpected resolution interruption!

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283257-1503194180/watcher-4283257-1503194180 -o /tmp/evaluation-result-4283257-1503194180/solver-4283257-1503194180 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1503172076-28737 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1265167493 HOME/instance-4283257-1503194180.xml 

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

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

solver pid=32312, runsolver pid=32309

[startup+0.100141 s]*
/proc/loadavg: 1.85 2.04 1.98 2/197 32313
/proc/meminfo: memFree=28377664/32770624 swapFree=67108860/67108860
[pid=32312] ppid=32309 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32312/stat : 32312 (xcsp3-exec) S 32309 32312 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 107758613 9740288 345 18446744073709551615 4194304 5098028 140727359869600 140727359867704 140346200736380 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 19456000 140727359873400 140727359873605 140727359873605 140727359877099 0
/proc/32312/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

[startup+0.209469 s]*
/proc/loadavg: 1.85 2.04 1.98 3/212 32328
/proc/meminfo: memFree=28363360/32770624 swapFree=67108860/67108860
[pid=32312] ppid=32309 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32312/stat : 32312 (xcsp3-exec) S 32309 32312 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 107758613 9740288 345 18446744073709551615 4194304 5098028 140727359869600 140727359867704 140346200736380 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 19456000 140727359873400 140727359873605 140727359873605 140727359877099 0
/proc/32312/statm: 2378 345 289 221 0 87 0
[pid=32314] ppid=32312 vsize=13974352 memory=26556 CPUtime=0.07 cores=1,3,5,7
/proc/32314/stat : 32314 (java) S 32312 32312 13977 0 -1 1077944320 5083 0 0 0 7 0 0 0 20 0 15 0 107758623 14309736448 6639 18446744073709551615 4194304 4196468 140721626569104 140721626551648 140372141055735 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
/proc/32314/statm: 3493588 6639 2700 1 0 3482964 0
[pid=32314/tid=32315] ppid=32312 vsize=13974352 memory=7311146985107750967 CPUtime=0.06 cores=1,3,5,7
/proc/32314/task/32315/stat : 32315 (java) R 32312 32312 13977 0 -1 4202560 3235 0 0 0 6 0 0 0 20 0 15 0 107758623 14309736448 6639 18446744073709551615 4194304 4196468 140721626569104 140372145281424 140372141067670 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32316] ppid=32312 vsize=13974352 memory=1358 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32316/stat : 32316 (java) S 32312 32312 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107758624 14309736448 6639 18446744073709551615 4194304 4196468 140721626569104 140372083002256 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32317] ppid=32312 vsize=13974352 memory=288370579486795392 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32317/stat : 32317 (java) S 32312 32312 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107758624 14309736448 6639 18446744073709551615 4194304 4196468 140721626569104 140372081949456 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32318] ppid=32312 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32318/stat : 32318 (java) S 32312 32312 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107758624 14309736448 6639 18446744073709551615 4194304 4196468 140721626569104 140371739286672 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32319] ppid=32312 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32319/stat : 32319 (java) S 32312 32312 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 107758624 14309736448 6639 18446744073709551615 4194304 4196468 140721626569104 140371738233872 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32320] ppid=32312 vsize=13974352 memory=140203335083648 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32320/stat : 32320 (java) S 32312 32312 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 107758625 14309736448 6639 18446744073709551615 4194304 4196468 140721626569104 140371686815856 140372141066882 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32321] ppid=32312 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32321/stat : 32321 (java) S 32312 32312 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 107758626 14309736448 6639 18446744073709551615 4194304 4196468 140721626569104 140371685761824 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32322] ppid=32312 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32322/stat : 32322 (java) S 32312 32312 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 107758626 14309736448 6639 18446744073709551615 4194304 4196468 140721626569104 140371684709488 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32323] ppid=32312 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32323/stat : 32323 (java) S 32312 32312 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107758628 14309736448 6639 18446744073709551615 4194304 4196468 140721626569104 140371683657808 140372141074331 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32324] ppid=32312 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32324/stat : 32324 (java) S 32312 32312 13977 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 107758628 14309736448 6639 18446744073709551615 4194304 4196468 140721626569104 140371682605680 140372141066882 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32325] ppid=32312 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32325/stat : 32325 (java) S 32312 32312 13977 0 -1 1077944384 287 0 0 0 0 0 0 0 20 0 15 0 107758628 14309736448 6639 18446744073709551615 4194304 4196468 140721626569104 140371681552880 140372141066882 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32326] ppid=32312 vsize=13974352 memory=140203335083648 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32326/stat : 32326 (java) R 32312 32312 13977 0 -1 4202560 231 0 0 0 0 0 0 0 20 0 15 0 107758628 14309736448 6639 18446744073709551615 4194304 4196468 140721626569104 140371680500592 140372119919040 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32327] ppid=32312 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32327/stat : 32327 (java) S 32312 32312 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107758628 14309736448 6639 18446744073709551615 4194304 4196468 140721626569104 140371679448032 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32328] ppid=32312 vsize=13974352 memory=140203335083648 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32328/stat : 32328 (java) S 32312 32312 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107758633 14309736448 6639 18446744073709551615 4194304 4196468 140721626569104 140371049048496 140372141066882 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 27936 KiB

[startup+0.310278 s]*
/proc/loadavg: 1.85 2.04 1.98 3/212 32328
/proc/meminfo: memFree=28348332/32770624 swapFree=67108860/67108860
[pid=32312] ppid=32309 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32312/stat : 32312 (xcsp3-exec) S 32309 32312 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 107758613 9740288 345 18446744073709551615 4194304 5098028 140727359869600 140727359867704 140346200736380 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 19456000 140727359873400 140727359873605 140727359873605 140727359877099 0
/proc/32312/statm: 2378 345 289 221 0 87 0
[pid=32314] ppid=32312 vsize=13974352 memory=38844 CPUtime=0.26 cores=1,3,5,7
/proc/32314/stat : 32314 (java) S 32312 32312 13977 0 -1 1077944320 8837 0 0 0 24 2 0 0 20 0 15 0 107758623 14309736448 9711 18446744073709551615 4194304 4196468 140721626569104 140721626551648 140372141055735 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
/proc/32314/statm: 3493588 9711 2974 1 0 3482964 0
[pid=32314/tid=32315] ppid=32312 vsize=13974352 memory=-8774313645642428999 CPUtime=0.16 cores=1,3,5,7
/proc/32314/task/32315/stat : 32315 (java) R 32312 32312 13977 0 -1 4202560 6033 0 0 0 15 1 0 0 20 0 15 0 107758623 14309736448 9711 18446744073709551615 4194304 4196468 140721626569104 140372145277264 140372125136222 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32316] ppid=32312 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32316/stat : 32316 (java) S 32312 32312 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107758624 14309736448 9711 18446744073709551615 4194304 4196468 140721626569104 140372083002256 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32317] ppid=32312 vsize=13974352 memory=140203335083648 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32317/stat : 32317 (java) S 32312 32312 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107758624 14309736448 9711 18446744073709551615 4194304 4196468 140721626569104 140372081949456 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32318] ppid=32312 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32318/stat : 32318 (java) S 32312 32312 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107758624 14309736448 9711 18446744073709551615 4194304 4196468 140721626569104 140371739286672 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32319] ppid=32312 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32319/stat : 32319 (java) S 32312 32312 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 107758624 14309736448 9711 18446744073709551615 4194304 4196468 140721626569104 140371738233872 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32320] ppid=32312 vsize=13974352 memory=140203335083648 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32320/stat : 32320 (java) S 32312 32312 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 107758625 14309736448 9711 18446744073709551615 4194304 4196468 140721626569104 140371686815856 140372141066882 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32321] ppid=32312 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32321/stat : 32321 (java) S 32312 32312 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 107758626 14309736448 9711 18446744073709551615 4194304 4196468 140721626569104 140371685761824 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32322] ppid=32312 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32322/stat : 32322 (java) S 32312 32312 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 107758626 14309736448 9711 18446744073709551615 4194304 4196468 140721626569104 140371684709488 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32323] ppid=32312 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32323/stat : 32323 (java) S 32312 32312 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107758628 14309736448 9711 18446744073709551615 4194304 4196468 140721626569104 140371683657808 140372141074331 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32324] ppid=32312 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/32314/task/32324/stat : 32324 (java) R 32312 32312 13977 0 -1 4202560 91 0 0 0 1 0 0 0 20 0 15 0 107758628 14309736448 9711 18446744073709551615 4194304 4196468 140721626569104 140371682605680 140372125952194 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32325] ppid=32312 vsize=13974352 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/32314/task/32325/stat : 32325 (java) S 32312 32312 13977 0 -1 1077944384 658 0 0 0 1 0 0 0 20 0 15 0 107758628 14309736448 9711 18446744073709551615 4194304 4196468 140721626569104 140371681552880 140372141066882 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32326] ppid=32312 vsize=13974352 memory=140203335083648 CPUtime=0.05 cores=1,3,5,7
/proc/32314/task/32326/stat : 32326 (java) S 32312 32312 13977 0 -1 1077944384 753 0 0 0 5 0 0 0 20 0 15 0 107758628 14309736448 9711 18446744073709551615 4194304 4196468 140721626569104 140371680500592 140372141066882 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32327] ppid=32312 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32327/stat : 32327 (java) S 32312 32312 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107758628 14309736448 9711 18446744073709551615 4194304 4196468 140721626569104 140371679448032 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32328] ppid=32312 vsize=13974352 memory=140203335083648 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32328/stat : 32328 (java) S 32312 32312 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107758633 14309736448 9711 18446744073709551615 4194304 4196468 140721626569104 140371049048496 140372141066882 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 40224 KiB

[startup+0.701105 s]
/proc/loadavg: 1.85 2.04 1.98 5/212 32328
/proc/meminfo: memFree=28335084/32770624 swapFree=67108860/67108860
[pid=32312] ppid=32309 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32312/stat : 32312 (xcsp3-exec) S 32309 32312 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 107758613 9740288 345 18446744073709551615 4194304 5098028 140727359869600 140727359867704 140346200736380 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 19456000 140727359873400 140727359873605 140727359873605 140727359877099 0
/proc/32312/statm: 2378 345 289 221 0 87 0
[pid=32314] ppid=32312 vsize=13980732 memory=72744 CPUtime=1.21 cores=1,3,5,7
/proc/32314/stat : 32314 (java) S 32312 32312 13977 0 -1 1077944320 11896 0 0 0 116 5 0 0 20 0 15 0 107758623 14316269568 18186 18446744073709551615 4194304 4196468 140721626569104 140721626551648 140372141055735 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
/proc/32314/statm: 3495183 18186 3167 1 0 3483476 0
[pid=32314/tid=32315] ppid=32312 vsize=13980732 memory=0 CPUtime=0.54 cores=1,3,5,7
/proc/32314/task/32315/stat : 32315 (java) R 32312 32312 13977 0 -1 4202560 7999 0 0 0 51 3 0 0 20 0 15 0 107758623 14316269568 18186 18446744073709551615 4194304 4196468 140721626569104 140372145293008 140372141067670 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32316] ppid=32312 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32316/stat : 32316 (java) S 32312 32312 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107758624 14316269568 18186 18446744073709551615 4194304 4196468 140721626569104 140372083002256 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32317] ppid=32312 vsize=13980732 memory=7951474931967289441 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32317/stat : 32317 (java) S 32312 32312 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107758624 14316269568 18186 18446744073709551615 4194304 4196468 140721626569104 140372081949456 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32318] ppid=32312 vsize=13980732 memory=7373916858537504097 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32318/stat : 32318 (java) S 32312 32312 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107758624 14316269568 18186 18446744073709551615 4194304 4196468 140721626569104 140371739286672 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32319] ppid=32312 vsize=13980732 memory=4639059873309409380 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32319/stat : 32319 (java) S 32312 32312 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 107758624 14316269568 18186 18446744073709551615 4194304 4196468 140721626569104 140371738233872 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32320] ppid=32312 vsize=13980732 memory=-9033795734659767669 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32320/stat : 32320 (java) S 32312 32312 13977 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 107758625 14316269568 18186 18446744073709551615 4194304 4196468 140721626569104 140371686815856 140372141066882 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32321] ppid=32312 vsize=13980732 memory=-7887927021948682183 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32321/stat : 32321 (java) S 32312 32312 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 107758626 14316269568 18186 18446744073709551615 4194304 4196468 140721626569104 140371685761824 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32322] ppid=32312 vsize=13980732 memory=-9001734043636558696 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32322/stat : 32322 (java) S 32312 32312 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 107758626 14316269568 18186 18446744073709551615 4194304 4196468 140721626569104 140371684709488 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32323] ppid=32312 vsize=13980732 memory=-7522837415797432223 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32323/stat : 32323 (java) S 32312 32312 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107758628 14316269568 18186 18446744073709551615 4194304 4196468 140721626569104 140371683657808 140372141074331 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32324] ppid=32312 vsize=13980732 memory=-7606742920825102191 CPUtime=0.17 cores=1,3,5,7
/proc/32314/task/32324/stat : 32324 (java) R 32312 32312 13977 0 -1 4202560 333 0 0 0 17 0 0 0 20 0 15 0 107758628 14316269568 18186 18446744073709551615 4194304 4196468 140721626569104 140371682595088 140372119444784 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32325] ppid=32312 vsize=13980732 memory=54864 CPUtime=0.16 cores=1,3,5,7
/proc/32314/task/32325/stat : 32325 (java) R 32312 32312 13977 0 -1 4202560 942 0 0 0 16 0 0 0 20 0 15 0 107758628 14316269568 18186 18446744073709551615 4194304 4196468 140721626569104 140371681539952 140372125449916 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32326] ppid=32312 vsize=13980732 memory=-8774313645642428999 CPUtime=0.3 cores=1,3,5,7
/proc/32314/task/32326/stat : 32326 (java) R 32312 32312 13977 0 -1 1077944384 1315 0 0 0 30 0 0 0 20 0 15 0 107758628 14316269568 18186 18446744073709551615 4194304 4196468 140721626569104 140371680500592 140372141066882 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32327] ppid=32312 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32327/stat : 32327 (java) S 32312 32312 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107758628 14316269568 18186 18446744073709551615 4194304 4196468 140721626569104 140371679448032 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32328] ppid=32312 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32328/stat : 32328 (java) S 32312 32312 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107758633 14316269568 18186 18446744073709551615 4194304 4196468 140721626569104 140371049048496 140372141066882 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 74124 KiB

[startup+1.50108 s]
/proc/loadavg: 1.85 2.04 1.98 5/212 32328
/proc/meminfo: memFree=28302596/32770624 swapFree=67108860/67108860
[pid=32312] ppid=32309 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32312/stat : 32312 (xcsp3-exec) S 32309 32312 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 107758613 9740288 345 18446744073709551615 4194304 5098028 140727359869600 140727359867704 140346200736380 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 19456000 140727359873400 140727359873605 140727359873605 140727359877099 0
/proc/32312/statm: 2378 345 289 221 0 87 0
[pid=32314] ppid=32312 vsize=13980732 memory=118168 CPUtime=3.61 cores=1,3,5,7
/proc/32314/stat : 32314 (java) S 32312 32312 13977 0 -1 1077944320 24705 0 0 0 354 7 0 0 20 0 15 0 107758623 14316269568 29542 18446744073709551615 4194304 4196468 140721626569104 140721626551648 140372141055735 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
/proc/32314/statm: 3495183 29542 3196 1 0 3483476 0
[pid=32314/tid=32315] ppid=32312 vsize=13980732 memory=-8774313645642428999 CPUtime=1.34 cores=1,3,5,7
/proc/32314/task/32315/stat : 32315 (java) R 32312 32312 13977 0 -1 4202560 8897 0 0 0 130 4 0 0 20 0 15 0 107758623 14316269568 29542 18446744073709551615 4194304 4196468 140721626569104 140372145294304 140372141067670 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32316] ppid=32312 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32316/stat : 32316 (java) S 32312 32312 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107758624 14316269568 29542 18446744073709551615 4194304 4196468 140721626569104 140372083002256 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32317] ppid=32312 vsize=13980732 memory=4211126178335182707 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32317/stat : 32317 (java) S 32312 32312 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107758624 14316269568 29542 18446744073709551615 4194304 4196468 140721626569104 140372081949456 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32318] ppid=32312 vsize=13980732 memory=280406469897520 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32318/stat : 32318 (java) S 32312 32312 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107758624 14316269568 29542 18446744073709551615 4194304 4196468 140721626569104 140371739286672 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32319] ppid=32312 vsize=13980732 memory=280406469897584 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32319/stat : 32319 (java) S 32312 32312 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 107758624 14316269568 29542 18446744073709551615 4194304 4196468 140721626569104 140371738233872 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32320] ppid=32312 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32320/stat : 32320 (java) S 32312 32312 13977 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 107758625 14316269568 29542 18446744073709551615 4194304 4196468 140721626569104 140371686815856 140372141066882 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32321] ppid=32312 vsize=13980732 memory=8546823402028195750 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32321/stat : 32321 (java) S 32312 32312 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 107758626 14316269568 29542 18446744073709551615 4194304 4196468 140721626569104 140371685761824 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32322] ppid=32312 vsize=13980732 memory=-7606742951091920751 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32322/stat : 32322 (java) S 32312 32312 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 107758626 14316269568 29542 18446744073709551615 4194304 4196468 140721626569104 140371684709488 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32323] ppid=32312 vsize=13980732 memory=6944656425123485561 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32323/stat : 32323 (java) S 32312 32312 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107758628 14316269568 29542 18446744073709551615 4194304 4196468 140721626569104 140371683657808 140372141074331 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32324] ppid=32312 vsize=13980732 memory=-3761991693426146123 CPUtime=0.91 cores=1,3,5,7
/proc/32314/task/32324/stat : 32324 (java) R 32312 32312 13977 0 -1 4202560 6594 0 0 0 91 0 0 0 20 0 15 0 107758628 14316269568 29542 18446744073709551615 4194304 4196468 140721626569104 140371682604864 140372120710928 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32325] ppid=32312 vsize=13980732 memory=-5874771483550381248 CPUtime=0.85 cores=1,3,5,7
/proc/32314/task/32325/stat : 32325 (java) R 32312 32312 13977 0 -1 4202560 5460 0 0 0 84 1 0 0 20 0 15 0 107758628 14316269568 29542 18446744073709551615 4194304 4196468 140721626569104 140371681533896 140372124442523 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32326] ppid=32312 vsize=13980732 memory=16484084485400 CPUtime=0.49 cores=1,3,5,7
/proc/32314/task/32326/stat : 32326 (java) R 32312 32312 13977 0 -1 1077944384 2440 0 0 0 48 1 0 0 20 0 15 0 107758628 14316269568 29542 18446744073709551615 4194304 4196468 140721626569104 140371680500592 140372141066882 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32327] ppid=32312 vsize=13980732 memory=1621 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32327/stat : 32327 (java) S 32312 32312 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107758628 14316269568 29542 18446744073709551615 4194304 4196468 140721626569104 140371679448032 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32328] ppid=32312 vsize=13980732 memory=29914 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32328/stat : 32328 (java) S 32312 32312 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 107758633 14316269568 29542 18446744073709551615 4194304 4196468 140721626569104 140371049048496 140372141066882 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0

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

/proc/32314/task/32322/stat : 32322 (java) S 32312 32312 13977 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 107758626 14316269568 1099017 18446744073709551615 4194304 4196468 140721626569104 140371684709504 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32323] ppid=32312 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32323/stat : 32323 (java) S 32312 32312 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107758628 14316269568 1099017 18446744073709551615 4194304 4196468 140721626569104 140371683657808 140372141074331 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32324] ppid=32312 vsize=13980732 memory=4396068 CPUtime=4.39 cores=1,3,5,7
/proc/32314/task/32324/stat : 32324 (java) S 32312 32312 13977 0 -1 1077944384 49738 0 0 0 435 4 0 0 20 0 15 0 107758628 14316269568 1099017 18446744073709551615 4194304 4196468 140721626569104 140371682605680 140372141066882 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32325] ppid=32312 vsize=13980732 memory=1380 CPUtime=5.59 cores=1,3,5,7
/proc/32314/task/32325/stat : 32325 (java) S 32312 32312 13977 0 -1 1077944384 57346 0 0 0 554 5 0 0 20 0 15 0 107758628 14316269568 1099017 18446744073709551615 4194304 4196468 140721626569104 140371681552880 140372141066882 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32326] ppid=32312 vsize=13980732 memory=7379259492792423522 CPUtime=0.89 cores=1,3,5,7
/proc/32314/task/32326/stat : 32326 (java) S 32312 32312 13977 0 -1 1077944384 14397 0 0 0 87 2 0 0 20 0 15 0 107758628 14316269568 1099017 18446744073709551615 4194304 4196468 140721626569104 140371680500592 140372141066882 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32327] ppid=32312 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32327/stat : 32327 (java) S 32312 32312 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107758628 14316269568 1099017 18446744073709551615 4194304 4196468 140721626569104 140371679448032 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32328] ppid=32312 vsize=13980732 memory=1380 CPUtime=1.02 cores=1,3,5,7
/proc/32314/task/32328/stat : 32328 (java) S 32312 32312 13977 0 -1 1077944384 2064 0 0 0 48 54 0 0 20 0 15 0 107758633 14316269568 1099017 18446744073709551615 4194304 4196468 140721626569104 140371049048496 140372141066882 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
Current children cumulated CPU time: 2363 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 4397448 KiB

[startup+2382.3 s]
/proc/loadavg: 2.02 2.00 1.97 3/213 32570
/proc/meminfo: memFree=23482744/32770624 swapFree=67108860/67108860
[pid=32312] ppid=32309 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32312/stat : 32312 (xcsp3-exec) S 32309 32312 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 107758613 9740288 345 18446744073709551615 4194304 5098028 140727359869600 140727359867704 140346200736380 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 19456000 140727359873400 140727359873605 140727359873605 140727359877099 0
/proc/32312/statm: 2378 345 289 221 0 87 0
[pid=32314] ppid=32312 vsize=13980732 memory=4340148 CPUtime=2423.84 cores=1,3,5,7
/proc/32314/stat : 32314 (java) S 32312 32312 13977 0 -1 1077944320 340498 0 0 0 241787 597 0 0 20 0 15 0 107758623 14316269568 1085037 18446744073709551615 4194304 4196468 140721626569104 140721626551648 140372141055735 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
/proc/32314/statm: 3495183 1085037 3267 1 0 3483476 0
[pid=32314/tid=32315] ppid=32312 vsize=13980732 memory=4340148 CPUtime=2371.29 cores=1,3,5,7
/proc/32314/task/32315/stat : 32315 (java) R 32312 32312 13977 0 -1 4202560 145552 0 0 0 237094 35 0 0 20 0 15 0 107758623 14316269568 1085037 18446744073709551615 4194304 4196468 140721626569104 140372145294992 140371769104252 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32316] ppid=32312 vsize=13980732 memory=4340148 CPUtime=9.96 cores=1,3,5,7
/proc/32314/task/32316/stat : 32316 (java) S 32312 32312 13977 0 -1 1077944384 14090 0 0 0 872 124 0 0 20 0 15 0 107758624 14316269568 1085037 18446744073709551615 4194304 4196468 140721626569104 140372083002256 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32317] ppid=32312 vsize=13980732 memory=4340148 CPUtime=9.99 cores=1,3,5,7
/proc/32314/task/32317/stat : 32317 (java) S 32312 32312 13977 0 -1 1077944384 16442 0 0 0 874 125 0 0 20 0 15 0 107758624 14316269568 1085037 18446744073709551615 4194304 4196468 140721626569104 140372081949456 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32318] ppid=32312 vsize=13980732 memory=1380 CPUtime=9.9 cores=1,3,5,7
/proc/32314/task/32318/stat : 32318 (java) S 32312 32312 13977 0 -1 1077944384 14119 0 0 0 866 124 0 0 20 0 15 0 107758624 14316269568 1085037 18446744073709551615 4194304 4196468 140721626569104 140371739286672 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32319] ppid=32312 vsize=13980732 memory=4340148 CPUtime=9.93 cores=1,3,5,7
/proc/32314/task/32319/stat : 32319 (java) S 32312 32312 13977 0 -1 1077944384 13475 0 0 0 867 126 0 0 20 0 15 0 107758624 14316269568 1085037 18446744073709551615 4194304 4196468 140721626569104 140371738233872 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32320] ppid=32312 vsize=13980732 memory=1380 CPUtime=0.76 cores=1,3,5,7
/proc/32314/task/32320/stat : 32320 (java) S 32312 32312 13977 0 -1 1077944384 11848 0 0 0 72 4 0 0 20 0 15 0 107758625 14316269568 1085037 18446744073709551615 4194304 4196468 140721626569104 140371686815856 140372141066882 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32321] ppid=32312 vsize=13980732 memory=4340148 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32321/stat : 32321 (java) S 32312 32312 13977 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 107758626 14316269568 1085037 18446744073709551615 4194304 4196468 140721626569104 140371685761888 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32322] ppid=32312 vsize=13980732 memory=11044 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32322/stat : 32322 (java) S 32312 32312 13977 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 107758626 14316269568 1085037 18446744073709551615 4194304 4196468 140721626569104 140371684709504 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32323] ppid=32312 vsize=13980732 memory=4340148 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32323/stat : 32323 (java) S 32312 32312 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107758628 14316269568 1085037 18446744073709551615 4194304 4196468 140721626569104 140371683657808 140372141074331 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32324] ppid=32312 vsize=13980732 memory=1380 CPUtime=4.39 cores=1,3,5,7
/proc/32314/task/32324/stat : 32324 (java) S 32312 32312 13977 0 -1 1077944384 49741 0 0 0 435 4 0 0 20 0 15 0 107758628 14316269568 1085037 18446744073709551615 4194304 4196468 140721626569104 140371682605680 140372141066882 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32325] ppid=32312 vsize=13980732 memory=4340148 CPUtime=5.59 cores=1,3,5,7
/proc/32314/task/32325/stat : 32325 (java) S 32312 32312 13977 0 -1 1077944384 57354 0 0 0 554 5 0 0 20 0 15 0 107758628 14316269568 1085037 18446744073709551615 4194304 4196468 140721626569104 140371681552880 140372141066882 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32326] ppid=32312 vsize=13980732 memory=1380 CPUtime=0.89 cores=1,3,5,7
/proc/32314/task/32326/stat : 32326 (java) S 32312 32312 13977 0 -1 1077944384 14400 0 0 0 87 2 0 0 20 0 15 0 107758628 14316269568 1085037 18446744073709551615 4194304 4196468 140721626569104 140371680500592 140372141066882 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32327] ppid=32312 vsize=13980732 memory=4120 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32327/stat : 32327 (java) S 32312 32312 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107758628 14316269568 1085037 18446744073709551615 4194304 4196468 140721626569104 140371679448032 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32328] ppid=32312 vsize=13980732 memory=1380 CPUtime=1.04 cores=1,3,5,7
/proc/32314/task/32328/stat : 32328 (java) S 32312 32312 13977 0 -1 1077944384 2091 0 0 0 49 55 0 0 20 0 15 0 107758633 14316269568 1085037 18446744073709551615 4194304 4196468 140721626569104 140371049048496 140372141066882 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
Current children cumulated CPU time: 2423.84 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 4341528 KiB

[startup+2442.3 s]
/proc/loadavg: 2.08 2.02 1.97 3/211 32572
/proc/meminfo: memFree=23754536/32770624 swapFree=67108860/67108860
[pid=32312] ppid=32309 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32312/stat : 32312 (xcsp3-exec) S 32309 32312 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 107758613 9740288 345 18446744073709551615 4194304 5098028 140727359869600 140727359867704 140346200736380 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 19456000 140727359873400 140727359873605 140727359873605 140727359877099 0
/proc/32312/statm: 2378 345 289 221 0 87 0
[pid=32314] ppid=32312 vsize=13980732 memory=4291416 CPUtime=2484.73 cores=1,3,5,7
/proc/32314/stat : 32314 (java) S 32312 32312 13977 0 -1 1077944320 348391 0 0 0 247874 599 0 0 20 0 15 0 107758623 14316269568 1072854 18446744073709551615 4194304 4196468 140721626569104 140721626551648 140372141055735 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
/proc/32314/statm: 3495183 1072854 3267 1 0 3483476 0
[pid=32314/tid=32315] ppid=32312 vsize=13980732 memory=4340148 CPUtime=2431.01 cores=1,3,5,7
/proc/32314/task/32315/stat : 32315 (java) R 32312 32312 13977 0 -1 4202560 149280 0 0 0 243065 36 0 0 20 0 15 0 107758623 14316269568 1072854 18446744073709551615 4194304 4196468 140721626569104 140372145292600 140371769358590 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32316] ppid=32312 vsize=13980732 memory=4340148 CPUtime=10.24 cores=1,3,5,7
/proc/32314/task/32316/stat : 32316 (java) S 32312 32312 13977 0 -1 1077944384 14229 0 0 0 900 124 0 0 20 0 15 0 107758624 14316269568 1072854 18446744073709551615 4194304 4196468 140721626569104 140372083002256 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32317] ppid=32312 vsize=13980732 memory=4291416 CPUtime=10.27 cores=1,3,5,7
/proc/32314/task/32317/stat : 32317 (java) S 32312 32312 13977 0 -1 1077944384 17628 0 0 0 902 125 0 0 20 0 15 0 107758624 14316269568 1072854 18446744073709551615 4194304 4196468 140721626569104 140372081949456 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32318] ppid=32312 vsize=13980732 memory=4291416 CPUtime=10.18 cores=1,3,5,7
/proc/32314/task/32318/stat : 32318 (java) S 32312 32312 13977 0 -1 1077944384 14538 0 0 0 894 124 0 0 20 0 15 0 107758624 14316269568 1072854 18446744073709551615 4194304 4196468 140721626569104 140371739286672 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32319] ppid=32312 vsize=13980732 memory=1380 CPUtime=10.21 cores=1,3,5,7
/proc/32314/task/32319/stat : 32319 (java) S 32312 32312 13977 0 -1 1077944384 13910 0 0 0 895 126 0 0 20 0 15 0 107758624 14316269568 1072854 18446744073709551615 4194304 4196468 140721626569104 140371738233872 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32320] ppid=32312 vsize=13980732 memory=4291416 CPUtime=0.77 cores=1,3,5,7
/proc/32314/task/32320/stat : 32320 (java) S 32312 32312 13977 0 -1 1077944384 12057 0 0 0 73 4 0 0 20 0 15 0 107758625 14316269568 1072854 18446744073709551615 4194304 4196468 140721626569104 140371686815856 140372141066882 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32321] ppid=32312 vsize=13980732 memory=4291416 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32321/stat : 32321 (java) S 32312 32312 13977 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 107758626 14316269568 1072854 18446744073709551615 4194304 4196468 140721626569104 140371685761888 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32322] ppid=32312 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32322/stat : 32322 (java) S 32312 32312 13977 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 107758626 14316269568 1072854 18446744073709551615 4194304 4196468 140721626569104 140371684709504 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32323] ppid=32312 vsize=13980732 memory=4291416 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32323/stat : 32323 (java) S 32312 32312 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107758628 14316269568 1072854 18446744073709551615 4194304 4196468 140721626569104 140371683657808 140372141074331 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32324] ppid=32312 vsize=13980732 memory=4291416 CPUtime=4.39 cores=1,3,5,7
/proc/32314/task/32324/stat : 32324 (java) S 32312 32312 13977 0 -1 1077944384 49744 0 0 0 435 4 0 0 20 0 15 0 107758628 14316269568 1072854 18446744073709551615 4194304 4196468 140721626569104 140371682605680 140372141066882 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32325] ppid=32312 vsize=13980732 memory=4291416 CPUtime=5.6 cores=1,3,5,7
/proc/32314/task/32325/stat : 32325 (java) S 32312 32312 13977 0 -1 1077944384 58401 0 0 0 555 5 0 0 20 0 15 0 107758628 14316269568 1072854 18446744073709551615 4194304 4196468 140721626569104 140371681552880 140372141066882 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32326] ppid=32312 vsize=13980732 memory=1380 CPUtime=0.9 cores=1,3,5,7
/proc/32314/task/32326/stat : 32326 (java) S 32312 32312 13977 0 -1 1077944384 15082 0 0 0 87 3 0 0 20 0 15 0 107758628 14316269568 1072854 18446744073709551615 4194304 4196468 140721626569104 140371680500592 140372141066882 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32327] ppid=32312 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32327/stat : 32327 (java) S 32312 32312 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107758628 14316269568 1072854 18446744073709551615 4194304 4196468 140721626569104 140371679448032 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32328] ppid=32312 vsize=13980732 memory=1380 CPUtime=1.07 cores=1,3,5,7
/proc/32314/task/32328/stat : 32328 (java) S 32312 32312 13977 0 -1 1077944384 2136 0 0 0 51 56 0 0 20 0 15 0 107758633 14316269568 1072854 18446744073709551615 4194304 4196468 140721626569104 140371049048496 140372141066882 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
Current children cumulated CPU time: 2484.73 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 4292796 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2477.6 s]
/proc/loadavg: 1.99 2.00 1.97 3/211 32572
/proc/meminfo: memFree=23942924/32770624 swapFree=67108860/67108860
[pid=32312] ppid=32309 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32312/stat : 32312 (xcsp3-exec) S 32309 32312 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 107758613 9740288 345 18446744073709551615 4194304 5098028 140727359869600 140727359867704 140346200736380 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 19456000 140727359873400 140727359873605 140727359873605 140727359877099 0
/proc/32312/statm: 2378 345 289 221 0 87 0
[pid=32314] ppid=32312 vsize=13980732 memory=4291416 CPUtime=2520.03 cores=1,3,5,7
/proc/32314/stat : 32314 (java) S 32312 32312 13977 0 -1 1077944320 349005 0 0 0 251404 599 0 0 20 0 15 0 107758623 14316269568 1072854 18446744073709551615 4194304 4196468 140721626569104 140721626551648 140372141055735 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
/proc/32314/statm: 3495183 1072854 3267 1 0 3483476 0
[pid=32314/tid=32315] ppid=32312 vsize=13980732 memory=4284 CPUtime=2466.31 cores=1,3,5,7
/proc/32314/task/32315/stat : 32315 (java) R 32312 32312 13977 0 -1 4202560 149841 0 0 0 246595 36 0 0 20 0 15 0 107758623 14316269568 1072854 18446744073709551615 4194304 4196468 140721626569104 140372145292016 140371769465850 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32316] ppid=32312 vsize=13980732 memory=928 CPUtime=10.24 cores=1,3,5,7
/proc/32314/task/32316/stat : 32316 (java) S 32312 32312 13977 0 -1 1077944384 14229 0 0 0 900 124 0 0 20 0 15 0 107758624 14316269568 1072854 18446744073709551615 4194304 4196468 140721626569104 140372083002256 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32317] ppid=32312 vsize=13980732 memory=-8774313645642428999 CPUtime=10.27 cores=1,3,5,7
/proc/32314/task/32317/stat : 32317 (java) S 32312 32312 13977 0 -1 1077944384 17628 0 0 0 902 125 0 0 20 0 15 0 107758624 14316269568 1072854 18446744073709551615 4194304 4196468 140721626569104 140372081949456 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32318] ppid=32312 vsize=13980732 memory=1440 CPUtime=10.18 cores=1,3,5,7
/proc/32314/task/32318/stat : 32318 (java) S 32312 32312 13977 0 -1 1077944384 14538 0 0 0 894 124 0 0 20 0 15 0 107758624 14316269568 1072854 18446744073709551615 4194304 4196468 140721626569104 140371739286672 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32319] ppid=32312 vsize=13980732 memory=1204 CPUtime=10.21 cores=1,3,5,7
/proc/32314/task/32319/stat : 32319 (java) S 32312 32312 13977 0 -1 1077944384 13910 0 0 0 895 126 0 0 20 0 15 0 107758624 14316269568 1072854 18446744073709551615 4194304 4196468 140721626569104 140371738233872 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32320] ppid=32312 vsize=13980732 memory=-8774313645642428999 CPUtime=0.77 cores=1,3,5,7
/proc/32314/task/32320/stat : 32320 (java) S 32312 32312 13977 0 -1 1077944384 12095 0 0 0 73 4 0 0 20 0 15 0 107758625 14316269568 1072854 18446744073709551615 4194304 4196468 140721626569104 140371686815856 140372141066882 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32321] ppid=32312 vsize=13980732 memory=2384 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32321/stat : 32321 (java) S 32312 32312 13977 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 107758626 14316269568 1072854 18446744073709551615 4194304 4196468 140721626569104 140371685761888 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32322] ppid=32312 vsize=13980732 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32322/stat : 32322 (java) S 32312 32312 13977 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 107758626 14316269568 1072854 18446744073709551615 4194304 4196468 140721626569104 140371684709504 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32323] ppid=32312 vsize=13980732 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32323/stat : 32323 (java) S 32312 32312 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107758628 14316269568 1072854 18446744073709551615 4194304 4196468 140721626569104 140371683657808 140372141074331 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32324] ppid=32312 vsize=13980732 memory=1008 CPUtime=4.39 cores=1,3,5,7
/proc/32314/task/32324/stat : 32324 (java) S 32312 32312 13977 0 -1 1077944384 49744 0 0 0 435 4 0 0 20 0 15 0 107758628 14316269568 1072854 18446744073709551615 4194304 4196468 140721626569104 140371682605680 140372141066882 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32325] ppid=32312 vsize=13980732 memory=1232 CPUtime=5.6 cores=1,3,5,7
/proc/32314/task/32325/stat : 32325 (java) S 32312 32312 13977 0 -1 1077944384 58401 0 0 0 555 5 0 0 20 0 15 0 107758628 14316269568 1072854 18446744073709551615 4194304 4196468 140721626569104 140371681552880 140372141066882 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32326] ppid=32312 vsize=13980732 memory=9020 CPUtime=0.9 cores=1,3,5,7
/proc/32314/task/32326/stat : 32326 (java) S 32312 32312 13977 0 -1 1077944384 15082 0 0 0 87 3 0 0 20 0 15 0 107758628 14316269568 1072854 18446744073709551615 4194304 4196468 140721626569104 140371680500592 140372141066882 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32327] ppid=32312 vsize=13980732 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/32314/task/32327/stat : 32327 (java) S 32312 32312 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107758628 14316269568 1072854 18446744073709551615 4194304 4196468 140721626569104 140371679448032 140372141065941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
[pid=32314/tid=32328] ppid=32312 vsize=13980732 memory=1440 CPUtime=1.07 cores=1,3,5,7
/proc/32314/task/32328/stat : 32328 (java) S 32312 32312 13977 0 -1 1077944384 2151 0 0 0 51 56 0 0 20 0 15 0 107758633 14316269568 1072854 18446744073709551615 4194304 4196468 140721626569104 140371049048496 140372141066882 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24551424 140721626571185 140721626571361 140721626571361 140721626574799 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 4292796 KiB

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

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

[startup+2477.63 s]
# the end of solver process 32314 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.06 s, system=6.01659 s
# this solver process was not waited by its parent and was adopted by runsolver

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2477.63
CPU time (s): 2520.08
CPU user time (s): 2514.06
CPU system time (s): 6.01659
CPU usage (%): 101.713
Max. virtual memory (cumulated for all children) (KiB): 13992280
Max. memory (cumulated for all children) (KiB): 4690372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.06
system time used= 6.01659
maximum resident set size= 4688992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 350078
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58690
involuntary context switches= 1721


# summary of solver processes directly reported to runsolver:
#   pid: 32312,32314
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2514.06
#   total CPU system time (s): 6.01659

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3787 second user time and 23.8026 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-20 03:42:03
IDJOB=4283257
IDBENCH=124177
IDSOLVER=2679
FILE ID=node124/4283257-1503194180
RUNJOBID= node124-1503172076-28737
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t04-1.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4283257-1503194180/watcher-4283257-1503194180 -o /tmp/evaluation-result-4283257-1503194180/solver-4283257-1503194180 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1503172076-28737 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1265167493 HOME/instance-4283257-1503194180.xml

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

MD5SUM BENCH= e916ba0c5634620e8924ec581ee284c9
RANDOM SEED=1265167493

node124.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.51
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.51
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.51
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.51
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:        28377664 kB
MemAvailable:   29023924 kB
Buffers:          295448 kB
Cached:           643804 kB
SwapCached:            0 kB
Active:          3552844 kB
Inactive:         380912 kB
Active(anon):    2947200 kB
Inactive(anon):    89140 kB
Active(file):     605644 kB
Inactive(file):   291772 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7836 kB
Writeback:             8 kB
AnonPages:       2994252 kB
Mapped:            70884 kB
Shmem:             41704 kB
Slab:             156628 kB
SReclaimable:     129360 kB
SUnreclaim:        27268 kB
KernelStack:        3472 kB
PageTables:        11404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4127584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2875392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node124 at 2017-08-20 04:23:21