Trace number 4283258

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.04 2471.8201

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t04-6.xml
MD5SUM4f6b0364d1c2702efbd3acc25cc5ef4e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark199
Best CPU time to get the best result obtained on this benchmark2400.06
Satisfiable
(Un)Satisfiability was proved
Number of variables4704
Number of constraints246
Number of domains20
Minimum domain size2
Maximum domain size160
Distribution of domain sizes[{"size":2,"count":224},{"size":8,"count":224},{"size":12,"count":224},{"size":36,"count":448},{"size":42,"count":224},{"size":75,"count":224},{"size":79,"count":224},{"size":93,"count":224},{"size":110,"count":224},{"size":117,"count":224},{"size":121,"count":224},{"size":123,"count":224},{"size":126,"count":224},{"size":139,"count":224},{"size":141,"count":224},{"size":142,"count":224},{"size":149,"count":224},{"size":153,"count":224},{"size":158,"count":224},{"size":160,"count":224}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":4704}]
Minimum constraint arity21
Maximum constraint arity4480
Distribution of constraint arities[{"arity":21,"count":224},{"arity":224,"count":21},{"arity":4480,"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":244}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283258-1503194842.xml"  -tl '2520s' -p 1 -x 3
0.10/0.27	c [HOME/instance-4283258-1503194842.xml, -tl, 2520s, -p, 1, -x, 3]
0.29/0.33	c simple solver
0.29/0.40	c parse instance...
1.25/0.76	c solve instance...
2520.00/2471.80	s UNKNOWN
2520.00/2471.80	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 (15395 MiB free)
  memory of node 1: 16384 MiB (14390 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283258-1503194842/watcher-4283258-1503194842 -o /tmp/evaluation-result-4283258-1503194842/solver-4283258-1503194842 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node131-1503171558-2270 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1903410897 HOME/instance-4283258-1503194842.xml 

running on 4 cores: 0,2,4,6

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=6284, runsolver pid=6281

[startup+0.100142 s]*
/proc/loadavg: 1.86 1.74 1.59 3/203 6291
/proc/meminfo: memFree=30494576/32770624 swapFree=67108860/67108860
[pid=6284] ppid=6281 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6284/stat : 6284 (xcsp3-exec) S 6281 6284 18108 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 17891233 9740288 345 18446744073709551615 4194304 5098028 140723421270288 140723421268392 139780588364412 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 33488896 140723421278585 140723421278790 140723421278790 140723421282283 0
/proc/6284/statm: 2378 345 289 221 0 87 0
[pid=6286] ppid=6284 vsize=13358712 memory=14512 CPUtime=0.01 cores=0,2,4,6
/proc/6286/stat : 6286 (java) S 6284 6284 18108 0 -1 1077944320 3412 0 0 0 1 0 0 0 20 0 6 0 17891242 13679321088 3628 18446744073709551615 4194304 4196468 140725754998224 140725754980768 139926708244215 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
/proc/6286/statm: 3339678 3628 1905 1 0 3329175 0
[pid=6286/tid=6287] ppid=6284 vsize=13374792 memory=-8023549066454273880 CPUtime=0.01 cores=0,2,4,6
/proc/6286/task/6287/stat : 6287 (java) R 6284 6284 18108 0 -1 4202560 2206 0 0 0 1 0 0 0 20 0 6 0 17891242 13695787008 3694 18446744073709551615 4194304 4196468 140725754998224 139926712480336 139926692292608 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6288] ppid=6284 vsize=13374792 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6288/stat : 6288 (java) S 6284 6284 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 17891243 13695787008 3694 18446744073709551615 4194304 4196468 140725754998224 139926307858832 139926708254421 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6289] ppid=6284 vsize=13374792 memory=140656321279616 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6289/stat : 6289 (java) S 6284 6284 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 17891243 13695787008 3694 18446744073709551615 4194304 4196468 140725754998224 139926306806032 139926708254421 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6290] ppid=6284 vsize=13374792 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6290/stat : 6290 (java) S 6284 6284 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 17891243 13695787008 3694 18446744073709551615 4194304 4196468 140725754998224 139926305753744 139926708254421 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6291] ppid=6284 vsize=13374792 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6291/stat : 6291 (java) S 6284 6284 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 17891243 13695787008 3694 18446744073709551615 4194304 4196468 140725754998224 139926304700944 139926708254421 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 15892 KiB

[startup+0.209824 s]*
/proc/loadavg: 1.86 1.74 1.59 3/212 6300
/proc/meminfo: memFree=30482420/32770624 swapFree=67108860/67108860
[pid=6284] ppid=6281 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6284/stat : 6284 (xcsp3-exec) S 6281 6284 18108 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 17891233 9740288 345 18446744073709551615 4194304 5098028 140723421270288 140723421268392 139780588364412 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 33488896 140723421278585 140723421278790 140723421278790 140723421282283 0
/proc/6284/statm: 2378 345 289 221 0 87 0
[pid=6286] ppid=6284 vsize=13974352 memory=28420 CPUtime=0.1 cores=0,2,4,6
/proc/6286/stat : 6286 (java) S 6284 6284 18108 0 -1 1077944320 5006 0 0 0 9 1 0 0 20 0 15 0 17891242 14309736448 7105 18446744073709551615 4194304 4196468 140725754998224 140725754980768 139926708244215 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
/proc/6286/statm: 3493588 7105 2754 1 0 3482964 0
[pid=6286/tid=6287] ppid=6284 vsize=13974352 memory=-8023549066454273880 CPUtime=0.07 cores=0,2,4,6
/proc/6286/task/6287/stat : 6287 (java) R 6284 6284 18108 0 -1 4202560 3144 0 0 0 7 0 0 0 20 0 15 0 17891242 14309736448 7105 18446744073709551615 4194304 4196468 140725754998224 139926712468304 139926708266141 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6288] ppid=6284 vsize=13974352 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6288/stat : 6288 (java) S 6284 6284 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17891243 14309736448 7105 18446744073709551615 4194304 4196468 140725754998224 139926307858832 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6289] ppid=6284 vsize=13974352 memory=140656321279616 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6289/stat : 6289 (java) S 6284 6284 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17891243 14309736448 7105 18446744073709551615 4194304 4196468 140725754998224 139926306806032 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6290] ppid=6284 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6290/stat : 6290 (java) S 6284 6284 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17891243 14309736448 7105 18446744073709551615 4194304 4196468 140725754998224 139926305753744 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6291] ppid=6284 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6291/stat : 6291 (java) S 6284 6284 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17891243 14309736448 7105 18446744073709551615 4194304 4196468 140725754998224 139926304700944 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6292] ppid=6284 vsize=13974352 memory=140656321279616 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6292/stat : 6292 (java) S 6284 6284 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17891244 14309736448 7105 18446744073709551615 4194304 4196468 140725754998224 139926186814064 139926708255362 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6293] ppid=6284 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6293/stat : 6293 (java) S 6284 6284 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17891244 14309736448 7105 18446744073709551615 4194304 4196468 140725754998224 139926185760032 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6294] ppid=6284 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6294/stat : 6294 (java) S 6284 6284 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17891245 14309736448 7105 18446744073709551615 4194304 4196468 140725754998224 139926184707696 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6295] ppid=6284 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6295/stat : 6295 (java) S 6284 6284 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17891247 14309736448 7105 18446744073709551615 4194304 4196468 140725754998224 139926183656016 139926708262811 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6296] ppid=6284 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6296/stat : 6296 (java) S 6284 6284 18108 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 17891247 14309736448 7105 18446744073709551615 4194304 4196468 140725754998224 139926182602864 139926708255362 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6297] ppid=6284 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6297/stat : 6297 (java) S 6284 6284 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17891247 14309736448 7105 18446744073709551615 4194304 4196468 140725754998224 139926181550064 139926708255362 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6298] ppid=6284 vsize=13974352 memory=140656321279616 CPUtime=0.01 cores=0,2,4,6
/proc/6286/task/6298/stat : 6298 (java) S 6284 6284 18108 0 -1 1077944384 249 0 0 0 1 0 0 0 20 0 15 0 17891247 14309736448 7105 18446744073709551615 4194304 4196468 140725754998224 139926180497776 139926708255362 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6299] ppid=6284 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6299/stat : 6299 (java) S 6284 6284 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17891247 14309736448 7105 18446744073709551615 4194304 4196468 140725754998224 139926179445216 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6300] ppid=6284 vsize=13974352 memory=140656321279616 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6300/stat : 6300 (java) S 6284 6284 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17891251 14309736448 7105 18446744073709551615 4194304 4196468 140725754998224 139926178393008 139926708255362 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29800 KiB

[startup+0.310309 s]*
/proc/loadavg: 1.86 1.74 1.59 5/212 6300
/proc/meminfo: memFree=30472604/32770624 swapFree=67108860/67108860
[pid=6284] ppid=6281 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6284/stat : 6284 (xcsp3-exec) S 6281 6284 18108 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 17891233 9740288 345 18446744073709551615 4194304 5098028 140723421270288 140723421268392 139780588364412 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 33488896 140723421278585 140723421278790 140723421278790 140723421282283 0
/proc/6284/statm: 2378 345 289 221 0 87 0
[pid=6286] ppid=6284 vsize=13974352 memory=39844 CPUtime=0.29 cores=0,2,4,6
/proc/6286/stat : 6286 (java) S 6284 6284 18108 0 -1 1077944320 8553 0 0 0 26 3 0 0 20 0 15 0 17891242 14309736448 9895 18446744073709551615 4194304 4196468 140725754998224 140725754980768 139926708244215 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
/proc/6286/statm: 3493588 9895 2974 1 0 3482964 0
[pid=6286/tid=6287] ppid=6284 vsize=13974352 memory=-7677926825137650786 CPUtime=0.18 cores=0,2,4,6
/proc/6286/task/6287/stat : 6287 (java) R 6284 6284 18108 0 -1 4202560 5760 0 0 0 16 2 0 0 20 0 15 0 17891242 14309736448 9961 18446744073709551615 4194304 4196468 140725754998224 139926712478256 139926708265562 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6288] ppid=6284 vsize=13974352 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6288/stat : 6288 (java) S 6284 6284 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17891243 14309736448 9961 18446744073709551615 4194304 4196468 140725754998224 139926307858832 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6289] ppid=6284 vsize=13974352 memory=140656321286609 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6289/stat : 6289 (java) S 6284 6284 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17891243 14309736448 9961 18446744073709551615 4194304 4196468 140725754998224 139926306806032 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6290] ppid=6284 vsize=13974352 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6290/stat : 6290 (java) S 6284 6284 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17891243 14309736448 9961 18446744073709551615 4194304 4196468 140725754998224 139926305753744 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6291] ppid=6284 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6291/stat : 6291 (java) S 6284 6284 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17891243 14309736448 9961 18446744073709551615 4194304 4196468 140725754998224 139926304700944 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6292] ppid=6284 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6292/stat : 6292 (java) S 6284 6284 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17891244 14309736448 9961 18446744073709551615 4194304 4196468 140725754998224 139926186814064 139926708255362 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6293] ppid=6284 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6293/stat : 6293 (java) S 6284 6284 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17891244 14309736448 9961 18446744073709551615 4194304 4196468 140725754998224 139926185760032 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6294] ppid=6284 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6294/stat : 6294 (java) S 6284 6284 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17891245 14309736448 9961 18446744073709551615 4194304 4196468 140725754998224 139926184707696 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6295] ppid=6284 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6295/stat : 6295 (java) S 6284 6284 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17891247 14309736448 9961 18446744073709551615 4194304 4196468 140725754998224 139926183656016 139926708262811 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6296] ppid=6284 vsize=13974352 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/6286/task/6296/stat : 6296 (java) R 6284 6284 18108 0 -1 4202560 573 0 0 0 2 0 0 0 20 0 15 0 17891247 14309736448 9961 18446744073709551615 4194304 4196468 140725754998224 139926182602864 139926694260000 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6297] ppid=6284 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/6286/task/6297/stat : 6297 (java) R 6284 6284 18108 0 -1 4202560 202 0 0 0 1 0 0 0 20 0 15 0 17891247 14309736448 9961 18446744073709551615 4194304 4196468 140725754998224 139926181531080 139926691767472 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6298] ppid=6284 vsize=13974352 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/6286/task/6298/stat : 6298 (java) R 6284 6284 18108 0 -1 1077944384 720 0 0 0 6 0 0 0 20 0 15 0 17891247 14309736448 9961 18446744073709551615 4194304 4196468 140725754998224 139926180497776 139926708255362 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6299] ppid=6284 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6299/stat : 6299 (java) S 6284 6284 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17891247 14309736448 9961 18446744073709551615 4194304 4196468 140725754998224 139926179445216 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6300] ppid=6284 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6300/stat : 6300 (java) S 6284 6284 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17891251 14309736448 9961 18446744073709551615 4194304 4196468 140725754998224 139926178393008 139926708255362 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 41224 KiB

[startup+0.701203 s]
/proc/loadavg: 1.86 1.74 1.59 5/212 6300
/proc/meminfo: memFree=30460636/32770624 swapFree=67108860/67108860
[pid=6284] ppid=6281 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6284/stat : 6284 (xcsp3-exec) S 6281 6284 18108 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 17891233 9740288 345 18446744073709551615 4194304 5098028 140723421270288 140723421268392 139780588364412 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 33488896 140723421278585 140723421278790 140723421278790 140723421282283 0
/proc/6284/statm: 2378 345 289 221 0 87 0
[pid=6286] ppid=6284 vsize=13980732 memory=71076 CPUtime=1.25 cores=0,2,4,6
/proc/6286/stat : 6286 (java) S 6284 6284 18108 0 -1 1077944320 11789 0 0 0 120 5 0 0 20 0 15 0 17891242 14316269568 17769 18446744073709551615 4194304 4196468 140725754998224 140725754980768 139926708244215 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
/proc/6286/statm: 3495183 17769 3172 1 0 3483476 0
[pid=6286/tid=6287] ppid=6284 vsize=13980732 memory=0 CPUtime=0.56 cores=0,2,4,6
/proc/6286/task/6287/stat : 6287 (java) R 6284 6284 18108 0 -1 4202560 8010 0 0 0 52 4 0 0 20 0 15 0 17891242 14316269568 17769 18446744073709551615 4194304 4196468 140725754998224 139926712472080 139926692773925 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6288] ppid=6284 vsize=13980732 memory=8320808402719881013 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6288/stat : 6288 (java) S 6284 6284 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17891243 14316269568 17769 18446744073709551615 4194304 4196468 140725754998224 139926307858832 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6289] ppid=6284 vsize=13980732 memory=6368748898559742033 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6289/stat : 6289 (java) S 6284 6284 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17891243 14316269568 17769 18446744073709551615 4194304 4196468 140725754998224 139926306806032 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6290] ppid=6284 vsize=13980732 memory=4128 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6290/stat : 6290 (java) S 6284 6284 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17891243 14316269568 17769 18446744073709551615 4194304 4196468 140725754998224 139926305753744 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6291] ppid=6284 vsize=13980732 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6291/stat : 6291 (java) S 6284 6284 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17891243 14316269568 17769 18446744073709551615 4194304 4196468 140725754998224 139926304700944 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6292] ppid=6284 vsize=13980732 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6292/stat : 6292 (java) S 6284 6284 18108 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 17891244 14316269568 17769 18446744073709551615 4194304 4196468 140725754998224 139926186814064 139926708255362 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6293] ppid=6284 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6293/stat : 6293 (java) S 6284 6284 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17891244 14316269568 17769 18446744073709551615 4194304 4196468 140725754998224 139926185760032 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6294] ppid=6284 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6294/stat : 6294 (java) S 6284 6284 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17891245 14316269568 17769 18446744073709551615 4194304 4196468 140725754998224 139926184707696 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6295] ppid=6284 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6295/stat : 6295 (java) S 6284 6284 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17891247 14316269568 17769 18446744073709551615 4194304 4196468 140725754998224 139926183656016 139926708262811 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6296] ppid=6284 vsize=13980732 memory=30305 CPUtime=0.17 cores=0,2,4,6
/proc/6286/task/6296/stat : 6296 (java) R 6284 6284 18108 0 -1 4202560 846 0 0 0 17 0 0 0 20 0 15 0 17891247 14316269568 17769 18446744073709551615 4194304 4196468 140725754998224 139926182596056 139926692631264 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6297] ppid=6284 vsize=13980732 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/6286/task/6297/stat : 6297 (java) R 6284 6284 18108 0 -1 4202560 427 0 0 0 19 0 0 0 20 0 15 0 17891247 14316269568 17769 18446744073709551615 4194304 4196468 140725754998224 139926181541712 139926691738236 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6298] ppid=6284 vsize=13980732 memory=-3967418655009478193 CPUtime=0.31 cores=0,2,4,6
/proc/6286/task/6298/stat : 6298 (java) R 6284 6284 18108 0 -1 4202560 1198 0 0 0 31 0 0 0 20 0 15 0 17891247 14316269568 17769 18446744073709551615 4194304 4196468 140725754998224 139926180497776 139926701344062 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6299] ppid=6284 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6299/stat : 6299 (java) S 6284 6284 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17891247 14316269568 17769 18446744073709551615 4194304 4196468 140725754998224 139926179445216 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6300] ppid=6284 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6300/stat : 6300 (java) S 6284 6284 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17891251 14316269568 17769 18446744073709551615 4194304 4196468 140725754998224 139926178393008 139926708255362 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 72456 KiB

[startup+1.50077 s]
/proc/loadavg: 1.86 1.74 1.59 4/212 6300
/proc/meminfo: memFree=30431724/32770624 swapFree=67108860/67108860
[pid=6284] ppid=6281 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6284/stat : 6284 (xcsp3-exec) S 6281 6284 18108 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 17891233 9740288 345 18446744073709551615 4194304 5098028 140723421270288 140723421268392 139780588364412 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 33488896 140723421278585 140723421278790 140723421278790 140723421282283 0
/proc/6284/statm: 2378 345 289 221 0 87 0
[pid=6286] ppid=6284 vsize=13980732 memory=108252 CPUtime=3.28 cores=0,2,4,6
/proc/6286/stat : 6286 (java) S 6284 6284 18108 0 -1 1077944320 25149 0 0 0 320 8 0 0 20 0 15 0 17891242 14316269568 27063 18446744073709551615 4194304 4196468 140725754998224 140725754980768 139926708244215 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
/proc/6286/statm: 3495183 27063 3193 1 0 3483476 0
[pid=6286/tid=6287] ppid=6284 vsize=13980732 memory=4128 CPUtime=1.35 cores=0,2,4,6
/proc/6286/task/6287/stat : 6287 (java) R 6284 6284 18108 0 -1 4202560 8626 0 0 0 131 4 0 0 20 0 15 0 17891242 14316269568 27063 18446744073709551615 4194304 4196468 140725754998224 139926712481016 139926353887566 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6288] ppid=6284 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6288/stat : 6288 (java) S 6284 6284 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17891243 14316269568 27063 18446744073709551615 4194304 4196468 140725754998224 139926307858832 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6289] ppid=6284 vsize=13980732 memory=140656219766912 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6289/stat : 6289 (java) S 6284 6284 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17891243 14316269568 27063 18446744073709551615 4194304 4196468 140725754998224 139926306806032 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6290] ppid=6284 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6290/stat : 6290 (java) S 6284 6284 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17891243 14316269568 27063 18446744073709551615 4194304 4196468 140725754998224 139926305753744 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6291] ppid=6284 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6291/stat : 6291 (java) S 6284 6284 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17891243 14316269568 27063 18446744073709551615 4194304 4196468 140725754998224 139926304700944 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6292] ppid=6284 vsize=13980732 memory=276 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6292/stat : 6292 (java) S 6284 6284 18108 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 17891244 14316269568 27063 18446744073709551615 4194304 4196468 140725754998224 139926186814064 139926708255362 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6293] ppid=6284 vsize=13980732 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6293/stat : 6293 (java) S 6284 6284 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17891244 14316269568 27063 18446744073709551615 4194304 4196468 140725754998224 139926185760032 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6294] ppid=6284 vsize=13980732 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6

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

/proc/6286/task/6294/stat : 6294 (java) S 6284 6284 18108 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 17891245 14316269568 766670 18446744073709551615 4194304 4196468 140725754998224 139926184707712 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6295] ppid=6284 vsize=13980732 memory=3066680 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6295/stat : 6295 (java) S 6284 6284 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17891247 14316269568 766670 18446744073709551615 4194304 4196468 140725754998224 139926183656016 139926708262811 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6296] ppid=6284 vsize=13980732 memory=1380 CPUtime=3.52 cores=0,2,4,6
/proc/6286/task/6296/stat : 6296 (java) S 6284 6284 18108 0 -1 1077944384 30582 0 0 0 349 3 0 0 20 0 15 0 17891247 14316269568 766670 18446744073709551615 4194304 4196468 140725754998224 139926182602864 139926708255362 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6297] ppid=6284 vsize=13980732 memory=1380 CPUtime=4.74 cores=0,2,4,6
/proc/6286/task/6297/stat : 6297 (java) S 6284 6284 18108 0 -1 1077944384 49534 0 0 0 469 5 0 0 20 0 15 0 17891247 14316269568 766670 18446744073709551615 4194304 4196468 140725754998224 139926181550064 139926708255362 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6298] ppid=6284 vsize=13980732 memory=0 CPUtime=0.88 cores=0,2,4,6
/proc/6286/task/6298/stat : 6298 (java) S 6284 6284 18108 0 -1 1077944384 13051 0 0 0 85 3 0 0 20 0 15 0 17891247 14316269568 766670 18446744073709551615 4194304 4196468 140725754998224 139926180497776 139926708255362 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6299] ppid=6284 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6299/stat : 6299 (java) S 6284 6284 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17891247 14316269568 766670 18446744073709551615 4194304 4196468 140725754998224 139926179445216 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6300] ppid=6284 vsize=13980732 memory=7680170660397595203 CPUtime=1.16 cores=0,2,4,6
/proc/6286/task/6300/stat : 6300 (java) S 6284 6284 18108 0 -1 1077944384 2675 0 0 0 55 61 0 0 20 0 15 0 17891251 14316269568 766670 18446744073709551615 4194304 4196468 140725754998224 139926178393008 139926708255362 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
Current children cumulated CPU time: 2368.28 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 3068060 KiB

[startup+2382.3 s]
/proc/loadavg: 1.83 1.89 1.83 3/212 6542
/proc/meminfo: memFree=28330916/32770624 swapFree=67108860/67108860
[pid=6284] ppid=6281 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6284/stat : 6284 (xcsp3-exec) S 6281 6284 18108 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 17891233 9740288 345 18446744073709551615 4194304 5098028 140723421270288 140723421268392 139780588364412 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 33488896 140723421278585 140723421278790 140723421278790 140723421282283 0
/proc/6284/statm: 2378 345 289 221 0 87 0
[pid=6286] ppid=6284 vsize=13980732 memory=3020000 CPUtime=2429.18 cores=0,2,4,6
/proc/6286/stat : 6286 (java) S 6284 6284 18108 0 -1 1077944320 334550 0 0 0 242339 579 0 0 20 0 15 0 17891242 14316269568 755000 18446744073709551615 4194304 4196468 140725754998224 140725754980768 139926708244215 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
/proc/6286/statm: 3495183 755000 3264 1 0 3483476 0
[pid=6286/tid=6287] ppid=6284 vsize=13980732 memory=3020000 CPUtime=2368.13 cores=0,2,4,6
/proc/6286/task/6287/stat : 6287 (java) R 6284 6284 18108 0 -1 4202560 159253 0 0 0 236783 30 0 0 20 0 15 0 17891242 14316269568 755000 18446744073709551615 4194304 4196468 140725754998224 139926712483584 139926357322188 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6288] ppid=6284 vsize=13980732 memory=3020000 CPUtime=12.33 cores=0,2,4,6
/proc/6286/task/6288/stat : 6288 (java) S 6284 6284 18108 0 -1 1077944384 14705 0 0 0 1111 122 0 0 20 0 15 0 17891243 14316269568 755000 18446744073709551615 4194304 4196468 140725754998224 139926307858832 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6289] ppid=6284 vsize=13980732 memory=3020000 CPUtime=12.32 cores=0,2,4,6
/proc/6286/task/6289/stat : 6289 (java) S 6284 6284 18108 0 -1 1077944384 14831 0 0 0 1111 121 0 0 20 0 15 0 17891243 14316269568 755000 18446744073709551615 4194304 4196468 140725754998224 139926306806032 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6290] ppid=6284 vsize=13980732 memory=3020000 CPUtime=12.28 cores=0,2,4,6
/proc/6286/task/6290/stat : 6290 (java) S 6284 6284 18108 0 -1 1077944384 15391 0 0 0 1108 120 0 0 20 0 15 0 17891243 14316269568 755000 18446744073709551615 4194304 4196468 140725754998224 139926305753744 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6291] ppid=6284 vsize=13980732 memory=3020000 CPUtime=12.28 cores=0,2,4,6
/proc/6286/task/6291/stat : 6291 (java) S 6284 6284 18108 0 -1 1077944384 17542 0 0 0 1107 121 0 0 20 0 15 0 17891243 14316269568 755000 18446744073709551615 4194304 4196468 140725754998224 139926304700944 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6292] ppid=6284 vsize=13980732 memory=3020000 CPUtime=1.38 cores=0,2,4,6
/proc/6286/task/6292/stat : 6292 (java) S 6284 6284 18108 0 -1 1077944384 15350 0 0 0 134 4 0 0 20 0 15 0 17891244 14316269568 755000 18446744073709551615 4194304 4196468 140725754998224 139926186814064 139926708255362 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6293] ppid=6284 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6293/stat : 6293 (java) S 6284 6284 18108 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 17891244 14316269568 755000 18446744073709551615 4194304 4196468 140725754998224 139926185760096 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6294] ppid=6284 vsize=13980732 memory=3020000 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6294/stat : 6294 (java) S 6284 6284 18108 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 17891245 14316269568 755000 18446744073709551615 4194304 4196468 140725754998224 139926184707712 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6295] ppid=6284 vsize=13980732 memory=281312440565600 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6295/stat : 6295 (java) S 6284 6284 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17891247 14316269568 755000 18446744073709551615 4194304 4196468 140725754998224 139926183656016 139926708262811 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6296] ppid=6284 vsize=13980732 memory=4206468019014099040 CPUtime=3.54 cores=0,2,4,6
/proc/6286/task/6296/stat : 6296 (java) S 6284 6284 18108 0 -1 1077944384 30786 0 0 0 351 3 0 0 20 0 15 0 17891247 14316269568 755000 18446744073709551615 4194304 4196468 140725754998224 139926182602864 139926708255362 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6297] ppid=6284 vsize=13980732 memory=1796 CPUtime=4.74 cores=0,2,4,6
/proc/6286/task/6297/stat : 6297 (java) S 6284 6284 18108 0 -1 1077944384 49538 0 0 0 469 5 0 0 20 0 15 0 17891247 14316269568 755000 18446744073709551615 4194304 4196468 140725754998224 139926181550064 139926708255362 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6298] ppid=6284 vsize=13980732 memory=7680170660397595203 CPUtime=0.89 cores=0,2,4,6
/proc/6286/task/6298/stat : 6298 (java) S 6284 6284 18108 0 -1 1077944384 13058 0 0 0 86 3 0 0 20 0 15 0 17891247 14316269568 755000 18446744073709551615 4194304 4196468 140725754998224 139926180497776 139926708255362 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6299] ppid=6284 vsize=13980732 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6299/stat : 6299 (java) S 6284 6284 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17891247 14316269568 755000 18446744073709551615 4194304 4196468 140725754998224 139926179445216 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6300] ppid=6284 vsize=13980732 memory=1380 CPUtime=1.2 cores=0,2,4,6
/proc/6286/task/6300/stat : 6300 (java) S 6284 6284 18108 0 -1 1077944384 2714 0 0 0 57 63 0 0 20 0 15 0 17891251 14316269568 755000 18446744073709551615 4194304 4196468 140725754998224 139926178393008 139926708255362 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
Current children cumulated CPU time: 2429.18 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 3021380 KiB

[startup+2442.3 s]
/proc/loadavg: 1.67 1.82 1.80 3/212 6544
/proc/meminfo: memFree=28240080/32770624 swapFree=67108860/67108860
[pid=6284] ppid=6281 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6284/stat : 6284 (xcsp3-exec) S 6281 6284 18108 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 17891233 9740288 345 18446744073709551615 4194304 5098028 140723421270288 140723421268392 139780588364412 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 33488896 140723421278585 140723421278790 140723421278790 140723421282283 0
/proc/6284/statm: 2378 345 289 221 0 87 0
[pid=6286] ppid=6284 vsize=13980732 memory=3020200 CPUtime=2490.06 cores=0,2,4,6
/proc/6286/stat : 6286 (java) S 6284 6284 18108 0 -1 1077944320 338814 0 0 0 248426 580 0 0 20 0 15 0 17891242 14316269568 755050 18446744073709551615 4194304 4196468 140725754998224 140725754980768 139926708244215 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
/proc/6286/statm: 3495183 755050 3264 1 0 3483476 0
[pid=6286/tid=6287] ppid=6284 vsize=13980732 memory=3020000 CPUtime=2427.84 cores=0,2,4,6
/proc/6286/task/6287/stat : 6287 (java) R 6284 6284 18108 0 -1 4202560 161509 0 0 0 242754 30 0 0 20 0 15 0 17891242 14316269568 755050 18446744073709551615 4194304 4196468 140725754998224 139926712483584 139926355442398 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6288] ppid=6284 vsize=13980732 memory=3020200 CPUtime=12.62 cores=0,2,4,6
/proc/6286/task/6288/stat : 6288 (java) S 6284 6284 18108 0 -1 1077944384 15008 0 0 0 1139 123 0 0 20 0 15 0 17891243 14316269568 755050 18446744073709551615 4194304 4196468 140725754998224 139926307858832 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6289] ppid=6284 vsize=13980732 memory=3020200 CPUtime=12.61 cores=0,2,4,6
/proc/6286/task/6289/stat : 6289 (java) S 6284 6284 18108 0 -1 1077944384 15752 0 0 0 1139 122 0 0 20 0 15 0 17891243 14316269568 755050 18446744073709551615 4194304 4196468 140725754998224 139926306806032 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6290] ppid=6284 vsize=13980732 memory=3020200 CPUtime=12.57 cores=0,2,4,6
/proc/6286/task/6290/stat : 6290 (java) S 6284 6284 18108 0 -1 1077944384 15561 0 0 0 1137 120 0 0 20 0 15 0 17891243 14316269568 755050 18446744073709551615 4194304 4196468 140725754998224 139926305753744 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6291] ppid=6284 vsize=13980732 memory=3020200 CPUtime=12.56 cores=0,2,4,6
/proc/6286/task/6291/stat : 6291 (java) S 6284 6284 18108 0 -1 1077944384 17876 0 0 0 1135 121 0 0 20 0 15 0 17891243 14316269568 755050 18446744073709551615 4194304 4196468 140725754998224 139926304700944 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6292] ppid=6284 vsize=13980732 memory=1380 CPUtime=1.38 cores=0,2,4,6
/proc/6286/task/6292/stat : 6292 (java) S 6284 6284 18108 0 -1 1077944384 15577 0 0 0 134 4 0 0 20 0 15 0 17891244 14316269568 755050 18446744073709551615 4194304 4196468 140725754998224 139926186814064 139926708255362 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6293] ppid=6284 vsize=13980732 memory=3020200 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6293/stat : 6293 (java) S 6284 6284 18108 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 17891244 14316269568 755050 18446744073709551615 4194304 4196468 140725754998224 139926185760096 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6294] ppid=6284 vsize=13980732 memory=3020200 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6294/stat : 6294 (java) S 6284 6284 18108 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 17891245 14316269568 755050 18446744073709551615 4194304 4196468 140725754998224 139926184707712 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6295] ppid=6284 vsize=13980732 memory=3020200 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6295/stat : 6295 (java) S 6284 6284 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17891247 14316269568 755050 18446744073709551615 4194304 4196468 140725754998224 139926183656016 139926708262811 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6296] ppid=6284 vsize=13980732 memory=1380 CPUtime=3.54 cores=0,2,4,6
/proc/6286/task/6296/stat : 6296 (java) S 6284 6284 18108 0 -1 1077944384 30789 0 0 0 351 3 0 0 20 0 15 0 17891247 14316269568 755050 18446744073709551615 4194304 4196468 140725754998224 139926182602864 139926708255362 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6297] ppid=6284 vsize=13980732 memory=3020200 CPUtime=4.74 cores=0,2,4,6
/proc/6286/task/6297/stat : 6297 (java) S 6284 6284 18108 0 -1 1077944384 49542 0 0 0 469 5 0 0 20 0 15 0 17891247 14316269568 755050 18446744073709551615 4194304 4196468 140725754998224 139926181550064 139926708255362 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6298] ppid=6284 vsize=13980732 memory=1380 CPUtime=0.89 cores=0,2,4,6
/proc/6286/task/6298/stat : 6298 (java) S 6284 6284 18108 0 -1 1077944384 13065 0 0 0 86 3 0 0 20 0 15 0 17891247 14316269568 755050 18446744073709551615 4194304 4196468 140725754998224 139926180497776 139926708255362 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6299] ppid=6284 vsize=13980732 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6299/stat : 6299 (java) S 6284 6284 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17891247 14316269568 755050 18446744073709551615 4194304 4196468 140725754998224 139926179445216 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6300] ppid=6284 vsize=13980732 memory=3020200 CPUtime=1.23 cores=0,2,4,6
/proc/6286/task/6300/stat : 6300 (java) S 6284 6284 18108 0 -1 1077944384 2753 0 0 0 59 64 0 0 20 0 15 0 17891251 14316269568 755050 18446744073709551615 4194304 4196468 140725754998224 139926178393008 139926708255362 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
Current children cumulated CPU time: 2490.06 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 3021580 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2471.8 s]
/proc/loadavg: 1.73 1.82 1.81 3/212 6544
/proc/meminfo: memFree=28203744/32770624 swapFree=67108860/67108860
[pid=6284] ppid=6281 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6284/stat : 6284 (xcsp3-exec) S 6281 6284 18108 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 17891233 9740288 345 18446744073709551615 4194304 5098028 140723421270288 140723421268392 139780588364412 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 33488896 140723421278585 140723421278790 140723421278790 140723421282283 0
/proc/6284/statm: 2378 345 289 221 0 87 0
[pid=6286] ppid=6284 vsize=13980732 memory=3020212 CPUtime=2520 cores=0,2,4,6
/proc/6286/stat : 6286 (java) S 6284 6284 18108 0 -1 1077944320 340182 0 0 0 251419 581 0 0 20 0 15 0 17891242 14316269568 755053 18446744073709551615 4194304 4196468 140725754998224 140725754980768 139926708244215 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
/proc/6286/statm: 3495183 755053 3264 1 0 3483476 0
[pid=6286/tid=6287] ppid=6284 vsize=13980732 memory=1012 CPUtime=2457.19 cores=0,2,4,6
/proc/6286/task/6287/stat : 6287 (java) R 6284 6284 18108 0 -1 4202560 162137 0 0 0 245689 30 0 0 20 0 15 0 17891242 14316269568 755053 18446744073709551615 4194304 4196468 140725754998224 139926712483480 139926350486908 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6288] ppid=6284 vsize=13980732 memory=1200 CPUtime=12.76 cores=0,2,4,6
/proc/6286/task/6288/stat : 6288 (java) S 6284 6284 18108 0 -1 1077944384 15109 0 0 0 1153 123 0 0 20 0 15 0 17891243 14316269568 755053 18446744073709551615 4194304 4196468 140725754998224 139926307858832 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6289] ppid=6284 vsize=13980732 memory=15876 CPUtime=12.75 cores=0,2,4,6
/proc/6286/task/6289/stat : 6289 (java) S 6284 6284 18108 0 -1 1077944384 15865 0 0 0 1153 122 0 0 20 0 15 0 17891243 14316269568 755053 18446744073709551615 4194304 4196468 140725754998224 139926306806032 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6290] ppid=6284 vsize=13980732 memory=8116 CPUtime=12.71 cores=0,2,4,6
/proc/6286/task/6290/stat : 6290 (java) S 6284 6284 18108 0 -1 1077944384 15600 0 0 0 1151 120 0 0 20 0 15 0 17891243 14316269568 755053 18446744073709551615 4194304 4196468 140725754998224 139926305753744 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6291] ppid=6284 vsize=13980732 memory=844 CPUtime=12.7 cores=0,2,4,6
/proc/6286/task/6291/stat : 6291 (java) S 6284 6284 18108 0 -1 1077944384 17912 0 0 0 1149 121 0 0 20 0 15 0 17891243 14316269568 755053 18446744073709551615 4194304 4196468 140725754998224 139926304700944 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6292] ppid=6284 vsize=13980732 memory=4068 CPUtime=1.39 cores=0,2,4,6
/proc/6286/task/6292/stat : 6292 (java) S 6284 6284 18108 0 -1 1077944384 15632 0 0 0 135 4 0 0 20 0 15 0 17891244 14316269568 755053 18446744073709551615 4194304 4196468 140725754998224 139926186814064 139926708255362 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6293] ppid=6284 vsize=13980732 memory=1152 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6293/stat : 6293 (java) S 6284 6284 18108 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 17891244 14316269568 755053 18446744073709551615 4194304 4196468 140725754998224 139926185760096 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6294] ppid=6284 vsize=13980732 memory=3272 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6294/stat : 6294 (java) S 6284 6284 18108 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 17891245 14316269568 755053 18446744073709551615 4194304 4196468 140725754998224 139926184707712 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6295] ppid=6284 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6295/stat : 6295 (java) S 6284 6284 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17891247 14316269568 755053 18446744073709551615 4194304 4196468 140725754998224 139926183656016 139926708262811 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6296] ppid=6284 vsize=13980732 memory=3020212 CPUtime=3.54 cores=0,2,4,6
/proc/6286/task/6296/stat : 6296 (java) S 6284 6284 18108 0 -1 1077944384 30789 0 0 0 351 3 0 0 20 0 15 0 17891247 14316269568 755053 18446744073709551615 4194304 4196468 140725754998224 139926182602864 139926708255362 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6297] ppid=6284 vsize=13980732 memory=1156 CPUtime=4.74 cores=0,2,4,6
/proc/6286/task/6297/stat : 6297 (java) S 6284 6284 18108 0 -1 1077944384 49542 0 0 0 469 5 0 0 20 0 15 0 17891247 14316269568 755053 18446744073709551615 4194304 4196468 140725754998224 139926181550064 139926708255362 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6298] ppid=6284 vsize=13980732 memory=3040 CPUtime=0.89 cores=0,2,4,6
/proc/6286/task/6298/stat : 6298 (java) S 6284 6284 18108 0 -1 1077944384 13459 0 0 0 86 3 0 0 20 0 15 0 17891247 14316269568 755053 18446744073709551615 4194304 4196468 140725754998224 139926180497776 139926708255362 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6299] ppid=6284 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6286/task/6299/stat : 6299 (java) S 6284 6284 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17891247 14316269568 755053 18446744073709551615 4194304 4196468 140725754998224 139926179445216 139926708254421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
[pid=6286/tid=6300] ppid=6284 vsize=13980732 memory=18488 CPUtime=1.24 cores=0,2,4,6
/proc/6286/task/6300/stat : 6300 (java) S 6284 6284 18108 0 -1 1077944384 2755 0 0 0 60 64 0 0 20 0 15 0 17891251 14316269568 755053 18446744073709551615 4194304 4196468 140725754998224 139926178393008 139926708255362 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22560768 140725755003314 140725755003490 140725755003490 140725755006927 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 3021592 KiB

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

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

[startup+2471.82 s]
# the end of solver process 6286 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.21 s, system=5.83186 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): 2471.82
CPU time (s): 2520.04
CPU user time (s): 2514.21
CPU system time (s): 5.83186
CPU usage (%): 101.951
Max. virtual memory (cumulated for all children) (KiB): 13992412
Max. memory (cumulated for all children) (KiB): 4064384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.21
system time used= 5.83186
maximum resident set size= 4063036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 341124
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60538
involuntary context switches= 3087


# summary of solver processes directly reported to runsolver:
#   pid: 6284,6286
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2514.21
#   total CPU system time (s): 5.83186

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.9945 second user time and 22.8658 second system time

The end

Launcher Data

Begin job on node131 at 2017-08-20 03:53:42
IDJOB=4283258
IDBENCH=124189
IDSOLVER=2679
FILE ID=node131/4283258-1503194842
RUNJOBID= node131-1503171558-2270
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t04-6.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-4283258-1503194842/watcher-4283258-1503194842 -o /tmp/evaluation-result-4283258-1503194842/solver-4283258-1503194842 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node131-1503171558-2270 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1903410897 HOME/instance-4283258-1503194842.xml

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

MD5SUM BENCH= 4f6b0364d1c2702efbd3acc25cc5ef4e
RANDOM SEED=1903410897

node131.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.69
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.69
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.69
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.69
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:        30501100 kB
MemAvailable:   30894252 kB
Buffers:          199004 kB
Cached:           481216 kB
SwapCached:            0 kB
Active:          1378776 kB
Inactive:         477456 kB
Active(anon):    1176380 kB
Inactive(anon):    16748 kB
Active(file):     202396 kB
Inactive(file):   460708 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7588 kB
Writeback:             4 kB
AnonPages:       1176184 kB
Mapped:            45364 kB
Shmem:             17060 kB
Slab:             116724 kB
SReclaimable:      91768 kB
SUnreclaim:        24956 kB
KernelStack:        3472 kB
PageTables:         7232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2045496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1075200 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node131 at 2017-08-20 04:34:54