Trace number 4284550

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) 248.011 240.024

General information on the benchmark

NameStillLife/StillLife-wst-s1/
StillLife-wastage-50.xml
MD5SUMb46c08097c4951fbb159b9042bff535d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1137
Best CPU time to get the best result obtained on this benchmark1807.03
Satisfiable
(Un)Satisfiability was proved
Number of variables5461
Number of constraints3008
Number of domains4
Minimum domain size2
Maximum domain size5409
Distribution of domain sizes[{"size":2,"count":2704},{"size":3,"count":2704},{"size":2501,"count":1},{"size":5409,"count":52}]
Minimum variable degree1
Maximum variable degree53
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":2701},{"degree":3,"count":55},{"degree":4,"count":200},{"degree":8,"count":196},{"degree":9,"count":2304},{"degree":53,"count":1}]
Minimum constraint arity2
Maximum constraint arity54
Distribution of constraint arities[{"arity":2,"count":252},{"arity":3,"count":200},{"arity":10,"count":2500},{"arity":52,"count":4},{"arity":53,"count":1},{"arity":54,"count":51}]
Number of extensional constraints2700
Number of intensional constraints251
Distribution of constraint types[{"type":"extension","count":2700},{"type":"intension","count":251},{"type":"sum","count":53},{"type":"instantiation","count":4}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4284550-1503210539.xml"  -tl '264s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4284550-1503210539.xml, -tl, 264s, -p, 1, -x, 3]
0.12/0.19	c simple solver
0.34/0.26	c parse instance...
3.34/1.68	c solve instance...
247.99/240.01	s UNKNOWN
247.99/240.01	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 (10754 MiB free)
  memory of node 1: 16384 MiB (12138 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284550-1503210539/watcher-4284550-1503210539 -o /tmp/evaluation-result-4284550-1503210539/solver-4284550-1503210539 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node104-1503208966-3841 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 669736589 HOME/instance-4284550-1503210539.xml 

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

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


[startup+0.100135 s]*
/proc/loadavg: 1.64 1.76 1.69 3/219 4392
/proc/meminfo: memFree=23422648/32770624 swapFree=67108860/67108860
[pid=4376] ppid=4373 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/4376/stat : 4376 (xcsp3-exec) S 4373 4376 3809 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154141619 9740288 346 33554432000 4194304 5098028 140727733271168 140727733269272 140261656326780 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 18817024 140727733277813 140727733278016 140727733278016 140727733280747 0
/proc/4376/statm: 2378 346 289 221 0 87 0
[pid=4378] ppid=4376 vsize=13978596 memory=30108 CPUtime=0.12 cores=1,3,5,7
/proc/4378/stat : 4378 (java) S 4376 4376 3809 0 -1 1077944320 5439 0 0 0 11 1 0 0 20 0 15 0 154141620 14314082304 7527 33554432000 4194304 4196468 140728350893008 140728350875552 140003242262263 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
/proc/4378/statm: 3494649 7527 2867 1 0 3482966 0
[pid=4378/tid=4379] ppid=4376 vsize=13978596 memory=7972681543331320667 CPUtime=0.08 cores=1,3,5,7
/proc/4378/task/4379/stat : 4379 (java) R 4376 4376 3809 0 -1 4202560 3397 0 0 0 8 0 0 0 20 0 15 0 154141620 14314082304 7527 33554432000 4194304 4196468 140728350893008 140003246497208 140002864431168 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4380] ppid=4376 vsize=13978596 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4380/stat : 4380 (java) S 4376 4376 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154141621 14314082304 7527 33554432000 4194304 4196468 140728350893008 140003194882960 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4381] ppid=4376 vsize=13978596 memory=140498536814208 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4381/stat : 4381 (java) S 4376 4376 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154141621 14314082304 7527 33554432000 4194304 4196468 140728350893008 140003193830160 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4382] ppid=4376 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4382/stat : 4382 (java) S 4376 4376 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154141621 14314082304 7527 33554432000 4194304 4196468 140728350893008 140003192777872 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4383] ppid=4376 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4383/stat : 4383 (java) S 4376 4376 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154141621 14314082304 7527 33554432000 4194304 4196468 140728350893008 140003191725072 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4384] ppid=4376 vsize=13978596 memory=140498536814208 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4384/stat : 4384 (java) S 4376 4376 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154141622 14314082304 7527 33554432000 4194304 4196468 140728350893008 140002783668336 140003242273410 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4385] ppid=4376 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4385/stat : 4385 (java) S 4376 4376 3809 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154141622 14314082304 7527 33554432000 4194304 4196468 140728350893008 140002782614304 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4386] ppid=4376 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4386/stat : 4386 (java) S 4376 4376 3809 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154141623 14314082304 7527 33554432000 4194304 4196468 140728350893008 140002781561968 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4387] ppid=4376 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4387/stat : 4387 (java) S 4376 4376 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154141625 14314082304 7527 33554432000 4194304 4196468 140728350893008 140002218731600 140003242280859 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4388] ppid=4376 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4388/stat : 4388 (java) S 4376 4376 3809 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 154141625 14314082304 7527 33554432000 4194304 4196468 140728350893008 140002217679472 140003242273410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4389] ppid=4376 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4389/stat : 4389 (java) S 4376 4376 3809 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 154141625 14314082304 7527 33554432000 4194304 4196468 140728350893008 140002216626672 140003242273410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4390] ppid=4376 vsize=13978596 memory=140498536814208 CPUtime=0.01 cores=1,3,5,7
/proc/4378/task/4390/stat : 4390 (java) S 4376 4376 3809 0 -1 1077944384 329 0 0 0 1 0 0 0 20 0 15 0 154141625 14314082304 7527 33554432000 4194304 4196468 140728350893008 140002215574384 140003242273410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4391] ppid=4376 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4391/stat : 4391 (java) S 4376 4376 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154141625 14314082304 7527 33554432000 4194304 4196468 140728350893008 140002214521824 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4392] ppid=4376 vsize=13978596 memory=140498536814208 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4392/stat : 4392 (java) S 4376 4376 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154141625 14314082304 7527 33554432000 4194304 4196468 140728350893008 140002213468592 140003242273410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 31492 KiB

[startup+0.210867 s]*
/proc/loadavg: 1.64 1.76 1.69 6/219 4392
/proc/meminfo: memFree=23411360/32770624 swapFree=67108860/67108860
[pid=4376] ppid=4373 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/4376/stat : 4376 (xcsp3-exec) S 4373 4376 3809 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154141619 9740288 346 33554432000 4194304 5098028 140727733271168 140727733269272 140261656326780 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 18817024 140727733277813 140727733278016 140727733278016 140727733280747 0
/proc/4376/statm: 2378 346 289 221 0 87 0
[pid=4378] ppid=4376 vsize=13982852 memory=42700 CPUtime=0.34 cores=1,3,5,7
/proc/4378/stat : 4378 (java) S 4376 4376 3809 0 -1 1077944320 8275 0 0 0 32 2 0 0 20 0 15 0 154141620 14318440448 10675 33554432000 4194304 4196468 140728350893008 140728350875552 140003242262263 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
/proc/4378/statm: 3495713 10675 3066 1 0 3482966 0
[pid=4378/tid=4379] ppid=4376 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/4378/task/4379/stat : 4379 (java) R 4376 4376 3809 0 -1 4202560 5388 0 0 0 18 1 0 0 20 0 15 0 154141620 14318440448 10675 33554432000 4194304 4196468 140728350893008 140003246473168 140003242274198 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4380] ppid=4376 vsize=13982852 memory=8944 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4380/stat : 4380 (java) S 4376 4376 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154141621 14318440448 10675 33554432000 4194304 4196468 140728350893008 140003194882960 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4381] ppid=4376 vsize=13982852 memory=140498537208636 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4381/stat : 4381 (java) S 4376 4376 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154141621 14318440448 10675 33554432000 4194304 4196468 140728350893008 140003193830160 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4382] ppid=4376 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4382/stat : 4382 (java) S 4376 4376 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154141621 14318440448 10675 33554432000 4194304 4196468 140728350893008 140003192777872 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4383] ppid=4376 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4383/stat : 4383 (java) S 4376 4376 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154141621 14318440448 10675 33554432000 4194304 4196468 140728350893008 140003191725072 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4384] ppid=4376 vsize=13982852 memory=140498536814208 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4384/stat : 4384 (java) S 4376 4376 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154141622 14318440448 10675 33554432000 4194304 4196468 140728350893008 140002783668336 140003242273410 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4385] ppid=4376 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4385/stat : 4385 (java) S 4376 4376 3809 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154141622 14318440448 10675 33554432000 4194304 4196468 140728350893008 140002782614304 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4386] ppid=4376 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4386/stat : 4386 (java) S 4376 4376 3809 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154141623 14318440448 10675 33554432000 4194304 4196468 140728350893008 140002781561968 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4387] ppid=4376 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4387/stat : 4387 (java) S 4376 4376 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154141625 14318440448 10675 33554432000 4194304 4196468 140728350893008 140002218731600 140003242280859 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4388] ppid=4376 vsize=13982852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/4378/task/4388/stat : 4388 (java) S 4376 4376 3809 0 -1 1077944384 412 0 0 0 2 0 0 0 20 0 15 0 154141625 14318440448 10675 33554432000 4194304 4196468 140728350893008 140002217679472 140003242273410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4389] ppid=4376 vsize=13982852 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/4378/task/4389/stat : 4389 (java) S 4376 4376 3809 0 -1 1077944384 450 0 0 0 2 0 0 0 20 0 15 0 154141625 14318440448 10675 33554432000 4194304 4196468 140728350893008 140002216626672 140003242273410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4390] ppid=4376 vsize=13982852 memory=140498536814208 CPUtime=0.08 cores=1,3,5,7
/proc/4378/task/4390/stat : 4390 (java) R 4376 4376 3809 0 -1 4202560 734 0 0 0 8 0 0 0 20 0 15 0 154141625 14318440448 10675 33554432000 4194304 4196468 140728350893008 140002215574384 140003223516940 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4391] ppid=4376 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4391/stat : 4391 (java) S 4376 4376 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154141625 14318440448 10675 33554432000 4194304 4196468 140728350893008 140002214521824 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4392] ppid=4376 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4392/stat : 4392 (java) S 4376 4376 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154141625 14318440448 10675 33554432000 4194304 4196468 140728350893008 140002213468592 140003242273410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 44084 KiB

[startup+0.311695 s]*
/proc/loadavg: 1.64 1.76 1.69 5/219 4392
/proc/meminfo: memFree=23404784/32770624 swapFree=67108860/67108860
[pid=4376] ppid=4373 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/4376/stat : 4376 (xcsp3-exec) S 4373 4376 3809 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154141619 9740288 346 33554432000 4194304 5098028 140727733271168 140727733269272 140261656326780 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 18817024 140727733277813 140727733278016 140727733278016 140727733280747 0
/proc/4376/statm: 2378 346 289 221 0 87 0
[pid=4378] ppid=4376 vsize=13982852 memory=49292 CPUtime=0.52 cores=1,3,5,7
/proc/4378/stat : 4378 (java) S 4376 4376 3809 0 -1 1077944320 9008 0 0 0 49 3 0 0 20 0 15 0 154141620 14318440448 12323 33554432000 4194304 4196468 140728350893008 140728350875552 140003242262263 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
/proc/4378/statm: 3495713 12323 3105 1 0 3482966 0
[pid=4378/tid=4379] ppid=4376 vsize=13982852 memory=8112282956445269571 CPUtime=0.29 cores=1,3,5,7
/proc/4378/task/4379/stat : 4379 (java) R 4376 4376 3809 0 -1 4202560 5919 0 0 0 27 2 0 0 20 0 15 0 154141620 14318440448 12323 33554432000 4194304 4196468 140728350893008 140003246499936 140002864497878 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4380] ppid=4376 vsize=13982852 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4380/stat : 4380 (java) S 4376 4376 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154141621 14318440448 12323 33554432000 4194304 4196468 140728350893008 140003194882960 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4381] ppid=4376 vsize=13982852 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4381/stat : 4381 (java) S 4376 4376 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154141621 14318440448 12323 33554432000 4194304 4196468 140728350893008 140003193830160 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4382] ppid=4376 vsize=13982852 memory=-2026666227646604569 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4382/stat : 4382 (java) S 4376 4376 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154141621 14318440448 12323 33554432000 4194304 4196468 140728350893008 140003192777872 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4383] ppid=4376 vsize=13982852 memory=7593740018551660441 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4383/stat : 4383 (java) S 4376 4376 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154141621 14318440448 12323 33554432000 4194304 4196468 140728350893008 140003191725072 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4384] ppid=4376 vsize=13982852 memory=6944657691966988345 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4384/stat : 4384 (java) S 4376 4376 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154141622 14318440448 12323 33554432000 4194304 4196468 140728350893008 140002783668336 140003242273410 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4385] ppid=4376 vsize=13982852 memory=4196912344889787449 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4385/stat : 4385 (java) S 4376 4376 3809 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154141622 14318440448 12323 33554432000 4194304 4196468 140728350893008 140002782614304 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4386] ppid=4376 vsize=13982852 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4386/stat : 4386 (java) S 4376 4376 3809 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154141623 14318440448 12323 33554432000 4194304 4196468 140728350893008 140002781561968 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4387] ppid=4376 vsize=13982852 memory=-6444775992005010620 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4387/stat : 4387 (java) S 4376 4376 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154141625 14318440448 12323 33554432000 4194304 4196468 140728350893008 140002218731600 140003242280859 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4388] ppid=4376 vsize=13982852 memory=7100839887185294217 CPUtime=0.04 cores=1,3,5,7
/proc/4378/task/4388/stat : 4388 (java) R 4376 4376 3809 0 -1 4202560 458 0 0 0 4 0 0 0 20 0 15 0 154141625 14318440448 12323 33554432000 4194304 4196468 140728350893008 140002217679472 140003221979399 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4389] ppid=4376 vsize=13982852 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/4378/task/4389/stat : 4389 (java) R 4376 4376 3809 0 -1 1077944384 489 0 0 0 4 0 0 0 20 0 15 0 154141625 14318440448 12323 33554432000 4194304 4196468 140728350893008 140002216626672 140003242273410 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4390] ppid=4376 vsize=13982852 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/4378/task/4390/stat : 4390 (java) R 4376 4376 3809 0 -1 4202560 843 0 0 0 13 0 0 0 20 0 15 0 154141625 14318440448 12323 33554432000 4194304 4196468 140728350893008 140002215574384 140003223672271 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4391] ppid=4376 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4391/stat : 4391 (java) S 4376 4376 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154141625 14318440448 12323 33554432000 4194304 4196468 140728350893008 140002214521824 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4392] ppid=4376 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4392/stat : 4392 (java) S 4376 4376 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154141625 14318440448 12323 33554432000 4194304 4196468 140728350893008 140002213468592 140003242273410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 50676 KiB

[startup+0.701293 s]
/proc/loadavg: 1.64 1.76 1.69 6/219 4392
/proc/meminfo: memFree=23377584/32770624 swapFree=67108860/67108860
[pid=4376] ppid=4373 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/4376/stat : 4376 (xcsp3-exec) S 4373 4376 3809 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154141619 9740288 346 33554432000 4194304 5098028 140727733271168 140727733269272 140261656326780 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 18817024 140727733277813 140727733278016 140727733278016 140727733280747 0
/proc/4376/statm: 2378 346 289 221 0 87 0
[pid=4378] ppid=4376 vsize=13982928 memory=102352 CPUtime=1.78 cores=1,3,5,7
/proc/4378/stat : 4378 (java) S 4376 4376 3809 0 -1 1077944320 12004 0 0 0 174 4 0 0 20 0 15 0 154141620 14318518272 25588 33554432000 4194304 4196468 140728350893008 140728350875552 140003242262263 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
/proc/4378/statm: 3495732 25588 3197 1 0 3482966 0
[pid=4378/tid=4379] ppid=4376 vsize=13982928 memory=1728 CPUtime=0.67 cores=1,3,5,7
/proc/4378/task/4379/stat : 4379 (java) R 4376 4376 3809 0 -1 4202560 6326 0 0 0 64 3 0 0 20 0 15 0 154141620 14318518272 25588 33554432000 4194304 4196468 140728350893008 140003246500864 140003225249444 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4380] ppid=4376 vsize=13982928 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4380/stat : 4380 (java) S 4376 4376 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154141621 14318518272 25588 33554432000 4194304 4196468 140728350893008 140003194882960 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4381] ppid=4376 vsize=13982928 memory=796 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4381/stat : 4381 (java) S 4376 4376 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154141621 14318518272 25588 33554432000 4194304 4196468 140728350893008 140003193830160 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4382] ppid=4376 vsize=13982928 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4382/stat : 4382 (java) S 4376 4376 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154141621 14318518272 25588 33554432000 4194304 4196468 140728350893008 140003192777872 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4383] ppid=4376 vsize=13982928 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4383/stat : 4383 (java) S 4376 4376 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154141621 14318518272 25588 33554432000 4194304 4196468 140728350893008 140003191725072 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4384] ppid=4376 vsize=13982928 memory=8612 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4384/stat : 4384 (java) S 4376 4376 3809 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154141622 14318518272 25588 33554432000 4194304 4196468 140728350893008 140002783668336 140003242273410 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4385] ppid=4376 vsize=13982928 memory=5784 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4385/stat : 4385 (java) S 4376 4376 3809 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154141622 14318518272 25588 33554432000 4194304 4196468 140728350893008 140002782614304 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4386] ppid=4376 vsize=13982928 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4386/stat : 4386 (java) S 4376 4376 3809 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154141623 14318518272 25588 33554432000 4194304 4196468 140728350893008 140002781561968 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4387] ppid=4376 vsize=13982928 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4387/stat : 4387 (java) S 4376 4376 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154141625 14318518272 25588 33554432000 4194304 4196468 140728350893008 140002218731600 140003242280859 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4388] ppid=4376 vsize=13982928 memory=11112 CPUtime=0.37 cores=1,3,5,7
/proc/4378/task/4388/stat : 4388 (java) S 4376 4376 3809 0 -1 1077944384 1298 0 0 0 37 0 0 0 20 0 15 0 154141625 14318518272 25588 33554432000 4194304 4196468 140728350893008 140002217679472 140003242273410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4389] ppid=4376 vsize=13982928 memory=1228 CPUtime=0.38 cores=1,3,5,7
/proc/4378/task/4389/stat : 4389 (java) S 4376 4376 3809 0 -1 1077944384 1407 0 0 0 38 0 0 0 20 0 15 0 154141625 14318518272 25588 33554432000 4194304 4196468 140728350893008 140002216626672 140003242273410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4390] ppid=4376 vsize=13982928 memory=1420 CPUtime=0.33 cores=1,3,5,7
/proc/4378/task/4390/stat : 4390 (java) S 4376 4376 3809 0 -1 1077944384 1668 0 0 0 33 0 0 0 20 0 15 0 154141625 14318518272 25588 33554432000 4194304 4196468 140728350893008 140002215574384 140003242273410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4391] ppid=4376 vsize=13982928 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4391/stat : 4391 (java) S 4376 4376 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154141625 14318518272 25588 33554432000 4194304 4196468 140728350893008 140002214521824 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4392] ppid=4376 vsize=13982928 memory=16448 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4392/stat : 4392 (java) S 4376 4376 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154141625 14318518272 25588 33554432000 4194304 4196468 140728350893008 140002213468592 140003242273410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
Current children cumulated CPU time: 1.78 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 103736 KiB

[startup+1.50079 s]
/proc/loadavg: 1.64 1.76 1.69 4/219 4392
/proc/meminfo: memFree=23327264/32770624 swapFree=67108860/67108860
[pid=4376] ppid=4373 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/4376/stat : 4376 (xcsp3-exec) S 4373 4376 3809 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154141619 9740288 346 33554432000 4194304 5098028 140727733271168 140727733269272 140261656326780 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 18817024 140727733277813 140727733278016 140727733278016 140727733280747 0
/proc/4376/statm: 2378 346 289 221 0 87 0

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

/proc/4378/task/4386/stat : 4386 (java) S 4376 4376 3809 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 154141623 14320615424 89175 33554432000 4194304 4196468 140728350893008 140002781561968 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4387] ppid=4376 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4387/stat : 4387 (java) S 4376 4376 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154141625 14320615424 89175 33554432000 4194304 4196468 140728350893008 140002218731600 140003242280859 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4388] ppid=4376 vsize=13984976 memory=305264 CPUtime=3.08 cores=1,3,5,7
/proc/4378/task/4388/stat : 4388 (java) S 4376 4376 3809 0 -1 1077944384 19097 0 0 0 306 2 0 0 20 0 15 0 154141625 14320615424 89175 33554432000 4194304 4196468 140728350893008 140002217679472 140003242273410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4389] ppid=4376 vsize=13984976 memory=305432 CPUtime=2.23 cores=1,3,5,7
/proc/4378/task/4389/stat : 4389 (java) S 4376 4376 3809 0 -1 1077944384 9757 0 0 0 222 1 0 0 20 0 15 0 154141625 14320615424 89175 33554432000 4194304 4196468 140728350893008 140002216626672 140003242273410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4390] ppid=4376 vsize=13984976 memory=1384 CPUtime=0.83 cores=1,3,5,7
/proc/4378/task/4390/stat : 4390 (java) S 4376 4376 3809 0 -1 1077944384 9621 0 0 0 82 1 0 0 20 0 15 0 154141625 14320615424 89175 33554432000 4194304 4196468 140728350893008 140002215574384 140003242273410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4391] ppid=4376 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4391/stat : 4391 (java) S 4376 4376 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154141625 14320615424 89175 33554432000 4194304 4196468 140728350893008 140002214521824 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4392] ppid=4376 vsize=13984976 memory=2428 CPUtime=0.01 cores=1,3,5,7
/proc/4378/task/4392/stat : 4392 (java) S 4376 4376 3809 0 -1 1077944384 653 0 0 0 1 0 0 0 20 0 15 0 154141625 14320615424 89175 33554432000 4194304 4196468 140728350893008 140002213468592 140003242273410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
Current children cumulated CPU time: 108.89 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 358084 KiB

[startup+162.301 s]
/proc/loadavg: 1.89 1.81 1.71 3/217 4475
/proc/meminfo: memFree=22864272/32770624 swapFree=67108860/67108860
[pid=4376] ppid=4373 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/4376/stat : 4376 (xcsp3-exec) S 4373 4376 3809 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154141619 9740288 346 33554432000 4194304 5098028 140727733271168 140727733269272 140261656326780 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 18817024 140727733277813 140727733278016 140727733278016 140727733280747 0
/proc/4376/statm: 2378 346 289 221 0 87 0
[pid=4378] ppid=4376 vsize=13984976 memory=360784 CPUtime=169.36 cores=1,3,5,7
/proc/4378/stat : 4378 (java) S 4376 4376 3809 0 -1 1077944320 66271 0 0 0 16900 36 0 0 20 0 15 0 154141620 14320615424 90196 33554432000 4194304 4196468 140728350893008 140728350875552 140003242262263 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
/proc/4378/statm: 3496244 90196 3268 1 0 3483478 0
[pid=4378/tid=4379] ppid=4376 vsize=13984976 memory=360784 CPUtime=162.09 cores=1,3,5,7
/proc/4378/task/4379/stat : 4379 (java) R 4376 4376 3809 0 -1 4202560 14835 0 0 0 16204 5 0 0 20 0 15 0 154141620 14320615424 90196 33554432000 4194304 4196468 140728350893008 140003246498496 140002871720878 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4380] ppid=4376 vsize=13984976 memory=360784 CPUtime=0.16 cores=1,3,5,7
/proc/4378/task/4380/stat : 4380 (java) S 4376 4376 3809 0 -1 1077944384 1449 0 0 0 10 6 0 0 20 0 15 0 154141621 14320615424 90196 33554432000 4194304 4196468 140728350893008 140003194882960 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4381] ppid=4376 vsize=13984976 memory=360784 CPUtime=0.15 cores=1,3,5,7
/proc/4378/task/4381/stat : 4381 (java) S 4376 4376 3809 0 -1 1077944384 1257 0 0 0 10 5 0 0 20 0 15 0 154141621 14320615424 90196 33554432000 4194304 4196468 140728350893008 140003193830160 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4382] ppid=4376 vsize=13984976 memory=1384 CPUtime=0.16 cores=1,3,5,7
/proc/4378/task/4382/stat : 4382 (java) S 4376 4376 3809 0 -1 1077944384 1386 0 0 0 10 6 0 0 20 0 15 0 154141621 14320615424 90196 33554432000 4194304 4196468 140728350893008 140003192777872 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4383] ppid=4376 vsize=13984976 memory=360784 CPUtime=0.15 cores=1,3,5,7
/proc/4378/task/4383/stat : 4383 (java) S 4376 4376 3809 0 -1 1077944384 789 0 0 0 10 5 0 0 20 0 15 0 154141621 14320615424 90196 33554432000 4194304 4196468 140728350893008 140003191725072 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4384] ppid=4376 vsize=13984976 memory=1384 CPUtime=0.01 cores=1,3,5,7
/proc/4378/task/4384/stat : 4384 (java) S 4376 4376 3809 0 -1 1077944384 1005 0 0 0 1 0 0 0 20 0 15 0 154141622 14320615424 90196 33554432000 4194304 4196468 140728350893008 140002783668336 140003242273410 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4385] ppid=4376 vsize=13984976 memory=42824 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4385/stat : 4385 (java) S 4376 4376 3809 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 154141622 14320615424 90196 33554432000 4194304 4196468 140728350893008 140002782614368 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4386] ppid=4376 vsize=13984976 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4386/stat : 4386 (java) S 4376 4376 3809 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 154141623 14320615424 90196 33554432000 4194304 4196468 140728350893008 140002781561968 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4387] ppid=4376 vsize=13984976 memory=360784 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4387/stat : 4387 (java) S 4376 4376 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154141625 14320615424 90196 33554432000 4194304 4196468 140728350893008 140002218731600 140003242280859 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4388] ppid=4376 vsize=13984976 memory=1384 CPUtime=3.25 cores=1,3,5,7
/proc/4378/task/4388/stat : 4388 (java) S 4376 4376 3809 0 -1 1077944384 21367 0 0 0 323 2 0 0 20 0 15 0 154141625 14320615424 90196 33554432000 4194304 4196468 140728350893008 140002217679472 140003242273410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4389] ppid=4376 vsize=13984976 memory=1384 CPUtime=2.41 cores=1,3,5,7
/proc/4378/task/4389/stat : 4389 (java) S 4376 4376 3809 0 -1 1077944384 11812 0 0 0 240 1 0 0 20 0 15 0 154141625 14320615424 90196 33554432000 4194304 4196468 140728350893008 140002216626672 140003242273410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4390] ppid=4376 vsize=13984976 memory=360784 CPUtime=0.84 cores=1,3,5,7
/proc/4378/task/4390/stat : 4390 (java) S 4376 4376 3809 0 -1 1077944384 9973 0 0 0 83 1 0 0 20 0 15 0 154141625 14320615424 90196 33554432000 4194304 4196468 140728350893008 140002215574384 140003242273410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4391] ppid=4376 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4391/stat : 4391 (java) S 4376 4376 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154141625 14320615424 90196 33554432000 4194304 4196468 140728350893008 140002214521824 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4392] ppid=4376 vsize=13984976 memory=360784 CPUtime=0.03 cores=1,3,5,7
/proc/4378/task/4392/stat : 4392 (java) S 4376 4376 3809 0 -1 1077944384 1039 0 0 0 2 1 0 0 20 0 15 0 154141625 14320615424 90196 33554432000 4194304 4196468 140728350893008 140002213468592 140003242273410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
Current children cumulated CPU time: 169.36 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 362168 KiB

[startup+222.301 s]
/proc/loadavg: 1.88 1.83 1.72 3/217 4476
/proc/meminfo: memFree=22555296/32770624 swapFree=67108860/67108860
[pid=4376] ppid=4373 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/4376/stat : 4376 (xcsp3-exec) S 4373 4376 3809 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154141619 9740288 346 33554432000 4194304 5098028 140727733271168 140727733269272 140261656326780 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 18817024 140727733277813 140727733278016 140727733278016 140727733280747 0
/proc/4376/statm: 2378 346 289 221 0 87 0
[pid=4378] ppid=4376 vsize=13984976 memory=434432 CPUtime=230.17 cores=1,3,5,7
/proc/4378/stat : 4378 (java) S 4376 4376 3809 0 -1 1077944320 76368 0 0 0 22974 43 0 0 20 0 15 0 154141620 14320615424 108608 33554432000 4194304 4196468 140728350893008 140728350875552 140003242262263 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
/proc/4378/statm: 3496244 108608 3269 1 0 3483478 0
[pid=4378/tid=4379] ppid=4376 vsize=13984976 memory=443652 CPUtime=222.05 cores=1,3,5,7
/proc/4378/task/4379/stat : 4379 (java) R 4376 4376 3809 0 -1 4202560 15322 0 0 0 22200 5 0 0 20 0 15 0 154141620 14320615424 108608 33554432000 4194304 4196468 140728350893008 140003246498928 140002871578003 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4380] ppid=4376 vsize=13984976 memory=426360 CPUtime=0.2 cores=1,3,5,7
/proc/4378/task/4380/stat : 4380 (java) S 4376 4376 3809 0 -1 1077944384 1565 0 0 0 13 7 0 0 20 0 15 0 154141621 14320615424 108608 33554432000 4194304 4196468 140728350893008 140003194882960 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4381] ppid=4376 vsize=13984976 memory=1384 CPUtime=0.2 cores=1,3,5,7
/proc/4378/task/4381/stat : 4381 (java) S 4376 4376 3809 0 -1 1077944384 1495 0 0 0 13 7 0 0 20 0 15 0 154141621 14320615424 108608 33554432000 4194304 4196468 140728350893008 140003193830160 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4382] ppid=4376 vsize=13984976 memory=1384 CPUtime=0.19 cores=1,3,5,7
/proc/4378/task/4382/stat : 4382 (java) S 4376 4376 3809 0 -1 1077944384 1808 0 0 0 12 7 0 0 20 0 15 0 154141621 14320615424 108608 33554432000 4194304 4196468 140728350893008 140003192777872 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4383] ppid=4376 vsize=13984976 memory=434432 CPUtime=0.2 cores=1,3,5,7
/proc/4378/task/4383/stat : 4383 (java) S 4376 4376 3809 0 -1 1077944384 1318 0 0 0 13 7 0 0 20 0 15 0 154141621 14320615424 108608 33554432000 4194304 4196468 140728350893008 140003191725072 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4384] ppid=4376 vsize=13984976 memory=426360 CPUtime=0.01 cores=1,3,5,7
/proc/4378/task/4384/stat : 4384 (java) S 4376 4376 3809 0 -1 1077944384 1168 0 0 0 1 0 0 0 20 0 15 0 154141622 14320615424 108608 33554432000 4194304 4196468 140728350893008 140002783668336 140003242273410 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4385] ppid=4376 vsize=13984976 memory=426360 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4385/stat : 4385 (java) S 4376 4376 3809 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 154141622 14320615424 108608 33554432000 4194304 4196468 140728350893008 140002782614368 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4386] ppid=4376 vsize=13984976 memory=8612 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4386/stat : 4386 (java) S 4376 4376 3809 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 154141623 14320615424 108608 33554432000 4194304 4196468 140728350893008 140002781561968 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4387] ppid=4376 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4387/stat : 4387 (java) S 4376 4376 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154141625 14320615424 108608 33554432000 4194304 4196468 140728350893008 140002218731600 140003242280859 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4388] ppid=4376 vsize=13984976 memory=434432 CPUtime=3.39 cores=1,3,5,7
/proc/4378/task/4388/stat : 4388 (java) S 4376 4376 3809 0 -1 1077944384 23240 0 0 0 337 2 0 0 20 0 15 0 154141625 14320615424 108608 33554432000 4194304 4196468 140728350893008 140002217679472 140003242273410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4389] ppid=4376 vsize=13984976 memory=42824 CPUtime=2.95 cores=1,3,5,7
/proc/4378/task/4389/stat : 4389 (java) S 4376 4376 3809 0 -1 1077944384 17893 0 0 0 293 2 0 0 20 0 15 0 154141625 14320615424 108608 33554432000 4194304 4196468 140728350893008 140002216626672 140003242273410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4390] ppid=4376 vsize=13984976 memory=4140 CPUtime=0.85 cores=1,3,5,7
/proc/4378/task/4390/stat : 4390 (java) S 4376 4376 3809 0 -1 1077944384 10156 0 0 0 84 1 0 0 20 0 15 0 154141625 14320615424 108608 33554432000 4194304 4196468 140728350893008 140002215574384 140003242273410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4391] ppid=4376 vsize=13984976 memory=42824 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4391/stat : 4391 (java) S 4376 4376 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154141625 14320615424 108608 33554432000 4194304 4196468 140728350893008 140002214521824 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4392] ppid=4376 vsize=13984976 memory=4140 CPUtime=0.04 cores=1,3,5,7
/proc/4378/task/4392/stat : 4392 (java) S 4376 4376 3809 0 -1 1077944384 1044 0 0 0 2 2 0 0 20 0 15 0 154141625 14320615424 108608 33554432000 4194304 4196468 140728350893008 140002213468592 140003242273410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
Current children cumulated CPU time: 230.17 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 435816 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.91 1.84 1.73 3/217 4476
/proc/meminfo: memFree=22572316/32770624 swapFree=67108860/67108860
[pid=4376] ppid=4373 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/4376/stat : 4376 (xcsp3-exec) S 4373 4376 3809 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154141619 9740288 346 33554432000 4194304 5098028 140727733271168 140727733269272 140261656326780 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 18817024 140727733277813 140727733278016 140727733278016 140727733280747 0
/proc/4376/statm: 2378 346 289 221 0 87 0
[pid=4378] ppid=4376 vsize=13984976 memory=434432 CPUtime=247.99 cores=1,3,5,7
/proc/4378/stat : 4378 (java) S 4376 4376 3809 0 -1 1077944320 79814 0 0 0 24755 44 0 0 20 0 15 0 154141620 14320615424 108608 33554432000 4194304 4196468 140728350893008 140728350875552 140003242262263 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
/proc/4378/statm: 3496244 108608 3269 1 0 3483478 0
[pid=4378/tid=4379] ppid=4376 vsize=13984976 memory=1384 CPUtime=239.75 cores=1,3,5,7
/proc/4378/task/4379/stat : 4379 (java) R 4376 4376 3809 0 -1 4202560 16152 0 0 0 23970 5 0 0 20 0 15 0 154141620 14320615424 108608 33554432000 4194304 4196468 140728350893008 140003246498816 140002871577741 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4380] ppid=4376 vsize=13984976 memory=881580 CPUtime=0.2 cores=1,3,5,7
/proc/4378/task/4380/stat : 4380 (java) S 4376 4376 3809 0 -1 1077944384 1565 0 0 0 13 7 0 0 20 0 15 0 154141621 14320615424 108608 33554432000 4194304 4196468 140728350893008 140003194882960 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4381] ppid=4376 vsize=13984976 memory=4126316290023845779 CPUtime=0.2 cores=1,3,5,7
/proc/4378/task/4381/stat : 4381 (java) S 4376 4376 3809 0 -1 1077944384 1495 0 0 0 13 7 0 0 20 0 15 0 154141621 14320615424 108608 33554432000 4194304 4196468 140728350893008 140003193830160 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4382] ppid=4376 vsize=13984976 memory=42824 CPUtime=0.19 cores=1,3,5,7
/proc/4378/task/4382/stat : 4382 (java) S 4376 4376 3809 0 -1 1077944384 1808 0 0 0 12 7 0 0 20 0 15 0 154141621 14320615424 108608 33554432000 4194304 4196468 140728350893008 140003192777872 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4383] ppid=4376 vsize=13984976 memory=1296 CPUtime=0.2 cores=1,3,5,7
/proc/4378/task/4383/stat : 4383 (java) S 4376 4376 3809 0 -1 1077944384 1318 0 0 0 13 7 0 0 20 0 15 0 154141621 14320615424 108608 33554432000 4194304 4196468 140728350893008 140003191725072 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4384] ppid=4376 vsize=13984976 memory=2428 CPUtime=0.01 cores=1,3,5,7
/proc/4378/task/4384/stat : 4384 (java) S 4376 4376 3809 0 -1 1077944384 1208 0 0 0 1 0 0 0 20 0 15 0 154141622 14320615424 108608 33554432000 4194304 4196468 140728350893008 140002783668336 140003242273410 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4385] ppid=4376 vsize=13984976 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4385/stat : 4385 (java) S 4376 4376 3809 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 154141622 14320615424 108608 33554432000 4194304 4196468 140728350893008 140002782614368 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4386] ppid=4376 vsize=13984976 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4386/stat : 4386 (java) S 4376 4376 3809 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 154141623 14320615424 108608 33554432000 4194304 4196468 140728350893008 140002781561968 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4387] ppid=4376 vsize=13984976 memory=796 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4387/stat : 4387 (java) S 4376 4376 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154141625 14320615424 108608 33554432000 4194304 4196468 140728350893008 140002218731600 140003242280859 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4388] ppid=4376 vsize=13984976 memory=434432 CPUtime=3.43 cores=1,3,5,7
/proc/4378/task/4388/stat : 4388 (java) S 4376 4376 3809 0 -1 1077944384 24640 0 0 0 341 2 0 0 20 0 15 0 154141625 14320615424 108608 33554432000 4194304 4196468 140728350893008 140002217679472 140003242273410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4389] ppid=4376 vsize=13984976 memory=4048 CPUtime=3 cores=1,3,5,7
/proc/4378/task/4389/stat : 4389 (java) S 4376 4376 3809 0 -1 1077944384 19032 0 0 0 298 2 0 0 20 0 15 0 154141625 14320615424 108608 33554432000 4194304 4196468 140728350893008 140002216626672 140003242273410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4390] ppid=4376 vsize=13984976 memory=1236 CPUtime=0.85 cores=1,3,5,7
/proc/4378/task/4390/stat : 4390 (java) S 4376 4376 3809 0 -1 1077944384 10159 0 0 0 84 1 0 0 20 0 15 0 154141625 14320615424 108608 33554432000 4194304 4196468 140728350893008 140002215574384 140003242273410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4391] ppid=4376 vsize=13984976 memory=644 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4391/stat : 4391 (java) S 4376 4376 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154141625 14320615424 108608 33554432000 4194304 4196468 140728350893008 140002214521824 140003242272469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
[pid=4378/tid=4392] ppid=4376 vsize=13984976 memory=1788 CPUtime=0.04 cores=1,3,5,7
/proc/4378/task/4392/stat : 4392 (java) S 4376 4376 3809 0 -1 1077944384 1078 0 0 0 2 2 0 0 20 0 15 0 154141625 14320615424 108608 33554432000 4194304 4196468 140728350893008 140002213468592 140003242273410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8699904 140728350897309 140728350897484 140728350897484 140728350900175 0
Current children cumulated CPU time: 247.99 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 435816 KiB

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

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

[startup+240.024 s]
# the end of solver process 4378 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=247.563 s, system=0.447313 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): 240.024
CPU time (s): 248.011
CPU user time (s): 247.563
CPU system time (s): 0.447313
CPU usage (%): 103.328
Max. virtual memory (cumulated for all children) (KiB): 13996496
Max. memory (cumulated for all children) (KiB): 445036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 247.563
system time used= 0.447313
maximum resident set size= 443652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80855
page faults= 0
swaps= 0
block input operations= 0
block output operations= 392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9026
involuntary context switches= 166


# summary of solver processes directly reported to runsolver:
#   pid: 4376,4378
#   total CPU time (s): 248.011
#   total CPU user time (s): 247.563
#   total CPU system time (s): 0.447313

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.5978 second user time and 2.06477 second system time

The end

Launcher Data

Begin job on node104 at 2017-08-20 08:14:39
IDJOB=4284550
IDBENCH=115882
IDSOLVER=2680
FILE ID=node104/4284550-1503210539
RUNJOBID= node104-1503208966-3841
PBS_JOBID= 20630870
Free space on /tmp= 61720 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/StillLife/StillLife-wst-s1/StillLife-wastage-50.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-4284550-1503210539/watcher-4284550-1503210539 -o /tmp/evaluation-result-4284550-1503210539/solver-4284550-1503210539 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node104-1503208966-3841 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 669736589 HOME/instance-4284550-1503210539.xml

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

MD5SUM BENCH= b46c08097c4951fbb159b9042bff535d
RANDOM SEED=669736589

node104.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.43
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.43
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.43
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.43
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:        23441968 kB
MemAvailable:   31540236 kB
Buffers:          280120 kB
Cached:          8097136 kB
SwapCached:            0 kB
Active:          3731260 kB
Inactive:        5120436 kB
Active(anon):     477744 kB
Inactive(anon):    33192 kB
Active(file):    3253516 kB
Inactive(file):  5087244 kB
Unevictable:        7828 kB
Mlocked:            7828 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8244 kB
Writeback:             0 kB
AnonPages:        482572 kB
Mapped:            64076 kB
Shmem:             33420 kB
Slab:             173048 kB
SReclaimable:     146688 kB
SUnreclaim:        26360 kB
KernelStack:        3584 kB
PageTables:         6400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1187036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    309248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61712 MiB
End job on node104 at 2017-08-20 08:18:39