Trace number 4301673

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
Sat4j-CSP 2018-07-11? (TO) 257.7 95.4743

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-test03-0400_c18.xml
MD5SUMa5fe7a04cb5002912ef3d870057982e3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark163903545
Best CPU time to get the best result obtained on this benchmark252.14
Satisfiable
(Un)Satisfiability was proved
Number of variables6864
Number of constraints4370
Number of domains85
Minimum domain size1
Maximum domain size175
Distribution of domain sizes[{"size":1,"count":8},{"size":2,"count":2413},{"size":11,"count":2021},{"size":12,"count":1},{"size":21,"count":15},{"size":26,"count":8},{"size":29,"count":37},{"size":31,"count":9},{"size":32,"count":9},{"size":33,"count":36},{"size":35,"count":22},{"size":37,"count":62},{"size":41,"count":51},{"size":43,"count":13},{"size":44,"count":6},{"size":47,"count":16},{"size":49,"count":20},{"size":51,"count":47},{"size":53,"count":8},{"size":55,"count":14},{"size":56,"count":16},{"size":57,"count":3},{"size":59,"count":3},{"size":61,"count":30},{"size":63,"count":21},"...",{"size":91,"count":18}, {"size":93,"count":6}, {"size":94,"count":7}, {"size":97,"count":4}, {"size":99,"count":11}, {"size":101,"count":31}, {"size":103,"count":5}, {"size":105,"count":6}, {"size":107,"count":14}, {"size":109,"count":15}, {"size":113,"count":11}, {"size":115,"count":20}, {"size":117,"count":3}, {"size":123,"count":35}, {"size":127,"count":5}, {"size":135,"count":20}, {"size":136,"count":127}, {"size":137,"count":28}, {"size":153,"count":82}, {"size":158,"count":107}, {"size":160,"count":191}, {"size":163,"count":78}, {"size":165,"count":126}, {"size":167,"count":89}, {"size":175,"count":655}]
Minimum variable degree2
Maximum variable degree2022
Distribution of variable degrees[{"degree":2,"count":6063},{"degree":3,"count":3},{"degree":4,"count":12},{"degree":5,"count":22},{"degree":6,"count":42},{"degree":7,"count":47},{"degree":8,"count":59},{"degree":9,"count":62},{"degree":10,"count":77},{"degree":11,"count":88},{"degree":12,"count":91},{"degree":13,"count":96},{"degree":14,"count":131},{"degree":15,"count":70},{"degree":2022,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":328},{"arity":3,"count":2021},{"arity":6,"count":2021}]
Number of extensional constraints2021
Number of intensional constraints2349
Distribution of constraint types[{"type":"extension","count":2021},{"type":"intension","count":2349}]
Optimization problemYES
Type of objectivemin SUM

Solver Data


Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301673-1532883602/watcher-4301673-1532883602 -o /tmp/evaluation-result-4301673-1532883602/solver-4301673-1532883602 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22035 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301673-1532883602.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=27996, runsolver pid=27993
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 4.48 3.39 2.87 8/217 28011
/proc/meminfo: memFree=27776252/32770624 swapFree=67108860/67108860
[pid=27996] ppid=27993 vsize=10659012 memory=31092 CPUtime=0.12 cores=0,2,4,6
/proc/27996/stat : 27996 (java) S 27993 27996 22004 0 -1 1077944320 6840 0 0 0 11 1 0 0 20 0 15 0 105923448 10914828288 7773 33554432000 4194304 4196468 140737008905232 140737008887776 140464126521079 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
/proc/27996/statm: 2664753 7773 2841 1 0 2627263 0
[pid=27996/tid=27998] ppid=27993 vsize=10659012 memory=-8701690554792053891 CPUtime=0.09 cores=0,2,4,6
/proc/27996/task/27998/stat : 27998 (java) R 27993 27996 22004 0 -1 4202560 4676 0 0 0 8 1 0 0 20 0 15 0 105923449 10914828288 7773 33554432000 4194304 4196468 140737008905232 140464130742848 140464126533014 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=27999] ppid=27993 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27996/task/27999/stat : 27999 (java) S 27993 27996 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105923450 10914828288 7773 33554432000 4194304 4196468 140737008905232 140463733185168 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28000] ppid=27993 vsize=10659012 memory=139987383993984 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28000/stat : 28000 (java) S 27993 27996 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105923450 10914828288 7773 33554432000 4194304 4196468 140737008905232 140463732132368 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28001] ppid=27993 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28001/stat : 28001 (java) S 27993 27996 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105923450 10914828288 7773 33554432000 4194304 4196468 140737008905232 140463731079568 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28002] ppid=27993 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28002/stat : 28002 (java) S 27993 27996 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105923450 10914828288 7773 33554432000 4194304 4196468 140737008905232 140463730026768 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28003] ppid=27993 vsize=10659012 memory=139987383993984 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28003/stat : 28003 (java) S 27993 27996 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105923451 10914828288 7773 33554432000 4194304 4196468 140737008905232 140463431322480 140464126532226 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28004] ppid=27993 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28004/stat : 28004 (java) S 27993 27996 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105923452 10914828288 7773 33554432000 4194304 4196468 140737008905232 140463430268448 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28005] ppid=27993 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28005/stat : 28005 (java) S 27993 27996 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105923452 10914828288 7773 33554432000 4194304 4196468 140737008905232 140463429215600 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28006] ppid=27993 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28006/stat : 28006 (java) S 27993 27996 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105923454 10914828288 7773 33554432000 4194304 4196468 140737008905232 140463428163920 140464126539675 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28007] ppid=27993 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28007/stat : 28007 (java) S 27993 27996 22004 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 105923454 10914828288 7773 33554432000 4194304 4196468 140737008905232 140463427111280 140464126532226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28008] ppid=27993 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28008/stat : 28008 (java) S 27993 27996 22004 0 -1 1077944384 147 0 0 0 0 0 0 0 20 0 15 0 105923454 10914828288 7773 33554432000 4194304 4196468 140737008905232 140463426058480 140464126532226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28009] ppid=27993 vsize=10659012 memory=139987383993984 CPUtime=0.02 cores=0,2,4,6
/proc/27996/task/28009/stat : 28009 (java) R 27993 27996 22004 0 -1 4202560 346 0 0 0 2 0 0 0 20 0 15 0 105923454 10914828288 7773 33554432000 4194304 4196468 140737008905232 140463425005680 140464110703823 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28010] ppid=27993 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28010/stat : 28010 (java) S 27993 27996 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105923454 10914828288 7773 33554432000 4194304 4196468 140737008905232 140463423953120 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28011] ppid=27993 vsize=10659012 memory=139987383993984 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28011/stat : 28011 (java) R 27993 27996 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105923455 10914828288 7773 33554432000 4194304 4196468 140737008905232 140463422901424 140464126542426 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31092 KiB

[startup+0.210699 s]*
/proc/loadavg: 4.48 3.39 2.87 6/217 28011
/proc/meminfo: memFree=27761468/32770624 swapFree=67108860/67108860
[pid=27996] ppid=27993 vsize=10659012 memory=40968 CPUtime=0.33 cores=0,2,4,6
/proc/27996/stat : 27996 (java) S 27993 27996 22004 0 -1 1077944320 7883 0 0 0 31 2 0 0 20 0 15 0 105923448 10914828288 10242 33554432000 4194304 4196468 140737008905232 140737008887776 140464126521079 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
/proc/27996/statm: 2664753 10242 2948 1 0 2627263 0
[pid=27996/tid=27998] ppid=27993 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/27996/task/27998/stat : 27998 (java) R 27993 27996 22004 0 -1 4202560 5064 0 0 0 19 1 0 0 20 0 15 0 105923449 10914828288 10242 33554432000 4194304 4196468 140737008905232 140464130757360 140464126543005 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=27999] ppid=27993 vsize=10659012 memory=364 CPUtime=0 cores=0,2,4,6
/proc/27996/task/27999/stat : 27999 (java) S 27993 27996 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105923450 10914828288 10242 33554432000 4194304 4196468 140737008905232 140463733185168 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28000] ppid=27993 vsize=10659012 memory=139987384016272 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28000/stat : 28000 (java) S 27993 27996 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105923450 10914828288 10242 33554432000 4194304 4196468 140737008905232 140463732132368 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28001] ppid=27993 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28001/stat : 28001 (java) S 27993 27996 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105923450 10914828288 10242 33554432000 4194304 4196468 140737008905232 140463731079568 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28002] ppid=27993 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28002/stat : 28002 (java) S 27993 27996 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105923450 10914828288 10242 33554432000 4194304 4196468 140737008905232 140463730026768 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28003] ppid=27993 vsize=10659012 memory=139987383993984 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28003/stat : 28003 (java) S 27993 27996 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105923451 10914828288 10242 33554432000 4194304 4196468 140737008905232 140463431322480 140464126532226 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28004] ppid=27993 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28004/stat : 28004 (java) S 27993 27996 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105923452 10914828288 10242 33554432000 4194304 4196468 140737008905232 140463430268448 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28005] ppid=27993 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28005/stat : 28005 (java) S 27993 27996 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105923452 10914828288 10242 33554432000 4194304 4196468 140737008905232 140463429215600 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28006] ppid=27993 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28006/stat : 28006 (java) S 27993 27996 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105923454 10914828288 10242 33554432000 4194304 4196468 140737008905232 140463428163920 140464126539675 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28007] ppid=27993 vsize=10659012 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/27996/task/28007/stat : 28007 (java) S 27993 27996 22004 0 -1 1077944384 510 0 0 0 1 0 0 0 20 0 15 0 105923454 10914828288 10242 33554432000 4194304 4196468 140737008905232 140463427111280 140464126532226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28008] ppid=27993 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/27996/task/28008/stat : 28008 (java) S 27993 27996 22004 0 -1 1077944384 260 0 0 0 2 0 0 0 20 0 15 0 105923454 10914828288 10242 33554432000 4194304 4196468 140737008905232 140463426058480 140464126532226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28009] ppid=27993 vsize=10659012 memory=139987383993984 CPUtime=0.07 cores=0,2,4,6
/proc/27996/task/28009/stat : 28009 (java) S 27993 27996 22004 0 -1 1077944384 682 0 0 0 7 0 0 0 20 0 15 0 105923454 10914828288 10242 33554432000 4194304 4196468 140737008905232 140463425005680 140464126532226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28010] ppid=27993 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28010/stat : 28010 (java) S 27993 27996 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105923454 10914828288 10242 33554432000 4194304 4196468 140737008905232 140463423953120 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28011] ppid=27993 vsize=10659012 memory=139987383993984 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28011/stat : 28011 (java) S 27993 27996 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105923455 10914828288 10242 33554432000 4194304 4196468 140737008905232 140463422901424 140464126532226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 40968 KiB

[startup+0.311149 s]*
/proc/loadavg: 4.48 3.39 2.87 7/217 28011
/proc/meminfo: memFree=27743084/32770624 swapFree=67108860/67108860
[pid=27996] ppid=27993 vsize=10659012 memory=58168 CPUtime=0.59 cores=0,2,4,6
/proc/27996/stat : 27996 (java) S 27993 27996 22004 0 -1 1077944320 9543 0 0 0 56 3 0 0 20 0 15 0 105923448 10914828288 14542 33554432000 4194304 4196468 140737008905232 140737008887776 140464126521079 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
/proc/27996/statm: 2664753 14542 3051 1 0 2627263 0
[pid=27996/tid=27998] ppid=27993 vsize=10659012 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/27996/task/27998/stat : 27998 (java) R 27993 27996 22004 0 -1 4202560 5413 0 0 0 28 2 0 0 20 0 15 0 105923449 10914828288 14542 33554432000 4194304 4196468 140737008905232 140464130757344 140464126543005 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=27999] ppid=27993 vsize=10659012 memory=288230600429797399 CPUtime=0 cores=0,2,4,6
/proc/27996/task/27999/stat : 27999 (java) S 27993 27996 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105923450 10914828288 14542 33554432000 4194304 4196468 140737008905232 140463733185168 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28000] ppid=27993 vsize=10659012 memory=139987384016245 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28000/stat : 28000 (java) S 27993 27996 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105923450 10914828288 14542 33554432000 4194304 4196468 140737008905232 140463732132368 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28001] ppid=27993 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28001/stat : 28001 (java) S 27993 27996 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105923450 10914828288 14542 33554432000 4194304 4196468 140737008905232 140463731079568 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28002] ppid=27993 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28002/stat : 28002 (java) S 27993 27996 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105923450 10914828288 14542 33554432000 4194304 4196468 140737008905232 140463730026768 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28003] ppid=27993 vsize=10659012 memory=139987383993984 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28003/stat : 28003 (java) S 27993 27996 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105923451 10914828288 14542 33554432000 4194304 4196468 140737008905232 140463431322480 140464126532226 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28004] ppid=27993 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28004/stat : 28004 (java) S 27993 27996 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105923452 10914828288 14542 33554432000 4194304 4196468 140737008905232 140463430268448 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28005] ppid=27993 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28005/stat : 28005 (java) S 27993 27996 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105923452 10914828288 14542 33554432000 4194304 4196468 140737008905232 140463429215600 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28006] ppid=27993 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28006/stat : 28006 (java) S 27993 27996 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105923454 10914828288 14542 33554432000 4194304 4196468 140737008905232 140463428163920 140464126539675 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28007] ppid=27993 vsize=10659012 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/27996/task/28007/stat : 28007 (java) R 27993 27996 22004 0 -1 4202560 1160 0 0 0 6 0 0 0 20 0 15 0 105923454 10914828288 14542 33554432000 4194304 4196468 140737008905232 140463427092296 140464109996205 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28008] ppid=27993 vsize=10659012 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27996/task/28008/stat : 28008 (java) R 27993 27996 22004 0 -1 4202560 604 0 0 0 8 0 0 0 20 0 15 0 105923454 10914828288 14542 33554432000 4194304 4196468 140737008905232 140463426058480 140464112554048 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28009] ppid=27993 vsize=10659012 memory=139987383993984 CPUtime=0.12 cores=0,2,4,6
/proc/27996/task/28009/stat : 28009 (java) R 27993 27996 22004 0 -1 1077944384 998 0 0 0 12 0 0 0 20 0 15 0 105923454 10914828288 14542 33554432000 4194304 4196468 140737008905232 140463425005680 140464126532226 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28010] ppid=27993 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28010/stat : 28010 (java) S 27993 27996 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105923454 10914828288 14542 33554432000 4194304 4196468 140737008905232 140463423953120 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28011] ppid=27993 vsize=10659012 memory=139987383993984 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28011/stat : 28011 (java) S 27993 27996 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105923455 10914828288 14542 33554432000 4194304 4196468 140737008905232 140463422901424 140464126532226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 58168 KiB

[startup+0.701131 s]
/proc/loadavg: 4.48 3.39 2.87 8/217 28011
/proc/meminfo: memFree=27407236/32770624 swapFree=67108860/67108860
[pid=27996] ppid=27993 vsize=10659012 memory=360108 CPUtime=1.67 cores=0,2,4,6
/proc/27996/stat : 27996 (java) S 27993 27996 22004 0 -1 1077944320 11863 0 0 0 140 27 0 0 20 0 15 0 105923448 10914828288 90027 33554432000 4194304 4196468 140737008905232 140737008887776 140464126521079 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
/proc/27996/statm: 2664753 90027 3084 1 0 2627263 0
[pid=27996/tid=27998] ppid=27993 vsize=10659012 memory=1840 CPUtime=0.58 cores=0,2,4,6
/proc/27996/task/27998/stat : 27998 (java) S 27993 27996 22004 0 -1 1077944384 5470 0 0 0 51 7 0 0 20 0 15 0 105923449 10914828288 90027 33554432000 4194304 4196468 140737008905232 140464130760160 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=27999] ppid=27993 vsize=10659012 memory=1004 CPUtime=0.06 cores=0,2,4,6
/proc/27996/task/27999/stat : 27999 (java) R 27993 27996 22004 0 -1 4202560 67 0 0 0 2 4 0 0 20 0 15 0 105923450 10914828288 90027 33554432000 4194304 4196468 140737008905232 140463733185168 140464119623796 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28000] ppid=27993 vsize=10659012 memory=12060 CPUtime=0.08 cores=0,2,4,6
/proc/27996/task/28000/stat : 28000 (java) R 27993 27996 22004 0 -1 4202560 161 0 0 0 4 4 0 0 20 0 15 0 105923450 10914828288 90539 33554432000 4194304 4196468 140737008905232 140463732132568 140464119623796 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28001] ppid=27993 vsize=10659012 memory=5788 CPUtime=0.09 cores=0,2,4,6
/proc/27996/task/28001/stat : 28001 (java) R 27993 27996 22004 0 -1 4202560 185 0 0 0 4 5 0 0 20 0 15 0 105923450 10914828288 90539 33554432000 4194304 4196468 140737008905232 140463731079568 140464119624152 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28002] ppid=27993 vsize=10659012 memory=792 CPUtime=0.09 cores=0,2,4,6
/proc/27996/task/28002/stat : 28002 (java) R 27993 27996 22004 0 -1 4202560 189 0 0 0 4 5 0 0 20 0 15 0 105923450 10914828288 90539 33554432000 4194304 4196468 140737008905232 140463730026768 140464119623796 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28003] ppid=27993 vsize=10659012 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28003/stat : 28003 (java) S 27993 27996 22004 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 105923451 10914828288 90539 33554432000 4194304 4196468 140737008905232 140463431320992 140464126531285 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28004] ppid=27993 vsize=10659012 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28004/stat : 28004 (java) S 27993 27996 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105923452 10914828288 90539 33554432000 4194304 4196468 140737008905232 140463430268448 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28005] ppid=27993 vsize=10659012 memory=1416 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28005/stat : 28005 (java) S 27993 27996 22004 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 105923452 10914828288 90539 33554432000 4194304 4196468 140737008905232 140463429215600 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28006] ppid=27993 vsize=10659012 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28006/stat : 28006 (java) S 27993 27996 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105923454 10914828288 90539 33554432000 4194304 4196468 140737008905232 140463428163920 140464126539675 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28007] ppid=27993 vsize=10659012 memory=7163631965283378496 CPUtime=0.33 cores=0,2,4,6
/proc/27996/task/28007/stat : 28007 (java) R 27993 27996 22004 0 -1 4202560 2224 0 0 0 33 0 0 0 20 0 15 0 105923454 10914828288 90539 33554432000 4194304 4196468 140737008905232 140463427097160 140464108066309 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28008] ppid=27993 vsize=10659012 memory=7667213801450137426 CPUtime=0.24 cores=0,2,4,6
/proc/27996/task/28008/stat : 28008 (java) S 27993 27996 22004 0 -1 1077944384 1078 0 0 0 24 0 0 0 20 0 15 0 105923454 10914828288 90539 33554432000 4194304 4196468 140737008905232 140463426058480 140464126532226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28009] ppid=27993 vsize=10659012 memory=7079773312675500112 CPUtime=0.14 cores=0,2,4,6
/proc/27996/task/28009/stat : 28009 (java) S 27993 27996 22004 0 -1 1077944384 1048 0 0 0 14 0 0 0 20 0 15 0 105923454 10914828288 90539 33554432000 4194304 4196468 140737008905232 140463425005680 140464126532226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28010] ppid=27993 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28010/stat : 28010 (java) S 27993 27996 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105923454 10914828288 90539 33554432000 4194304 4196468 140737008905232 140463423953120 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28011] ppid=27993 vsize=10659012 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28011/stat : 28011 (java) S 27993 27996 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105923455 10914828288 90539 33554432000 4194304 4196468 140737008905232 140463422901424 140464126532226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
Current children cumulated CPU time: 1.67 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 360108 KiB

[startup+1.50117 s]
/proc/loadavg: 4.48 3.39 2.87 7/217 28011
/proc/meminfo: memFree=27107512/32770624 swapFree=67108860/67108860
[pid=27996] ppid=27993 vsize=10661848 memory=536764 CPUtime=4.09 cores=0,2,4,6
/proc/27996/stat : 27996 (java) S 27993 27996 22004 0 -1 1077944320 24826 0 0 0 370 39 0 0 20 0 15 0 105923448 10917732352 134191 33554432000 4194304 4196468 140737008905232 140737008887776 140464126521079 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
/proc/27996/statm: 2665462 134191 3147 1 0 2627953 0
[pid=27996/tid=27998] ppid=27993 vsize=10661848 memory=0 CPUtime=1.28 cores=0,2,4,6
/proc/27996/task/27998/stat : 27998 (java) R 27993 27996 22004 0 -1 4202560 5988 0 0 0 120 8 0 0 20 0 15 0 105923449 10917732352 134191 33554432000 4194304 4196468 140737008905232 140464130755192 140463764000716 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=27999] ppid=27993 vsize=10661848 memory=-6951259422114956437 CPUtime=0.11 cores=0,2,4,6
/proc/27996/task/27999/stat : 27999 (java) S 27993 27996 22004 0 -1 1077944384 132 0 0 0 7 4 0 0 20 0 15 0 105923450 10917732352 134191 33554432000 4194304 4196468 140737008905232 140463733185168 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28000] ppid=27993 vsize=10661848 memory=-6509546260019855295 CPUtime=0.14 cores=0,2,4,6
/proc/27996/task/28000/stat : 28000 (java) S 27993 27996 22004 0 -1 1077944384 215 0 0 0 8 6 0 0 20 0 15 0 105923450 10917732352 134191 33554432000 4194304 4196468 140737008905232 140463732132368 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28001] ppid=27993 vsize=10661848 memory=-7390251449858225344 CPUtime=0.17 cores=0,2,4,6
/proc/27996/task/28001/stat : 28001 (java) S 27993 27996 22004 0 -1 1077944384 261 0 0 0 9 8 0 0 20 0 15 0 105923450 10917732352 134191 33554432000 4194304 4196468 140737008905232 140463731079568 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28002] ppid=27993 vsize=10661848 memory=4134692831991786133 CPUtime=0.17 cores=0,2,4,6
/proc/27996/task/28002/stat : 28002 (java) S 27993 27996 22004 0 -1 1077944384 265 0 0 0 9 8 0 0 20 0 15 0 105923450 10917732352 134191 33554432000 4194304 4196468 140737008905232 140463730026768 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28003] ppid=27993 vsize=10661848 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28003/stat : 28003 (java) S 27993 27996 22004 0 -1 1077944384 344 0 0 0 0 0 0 0 20 0 15 0 105923451 10917732352 134191 33554432000 4194304 4196468 140737008905232 140463431322480 140464126532226 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0

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


[startup+94.9989 s]
# the end of solver process 27996 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.565 s, system=6.13575 s

Solver just ended.
Dumping a history of the last processes samples

[startup+93.6012 s]
/proc/loadavg: 3.91 3.48 2.95 8/217 28109
/proc/meminfo: memFree=19544560/32770624 swapFree=67108860/67108860
[pid=27996] ppid=27993 vsize=10661136 memory=8327232 CPUtime=254.8 cores=0,2,4,6
/proc/27996/stat : 27996 (java) S 27993 27996 22004 0 -1 1077944320 715385 0 0 0 24875 605 0 0 20 0 15 0 105923448 10917003264 2081808 33554432000 4194304 4196468 140737008905232 140737008887776 140464126521079 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
/proc/27996/statm: 2665284 2081808 3188 1 0 2627775 0
[pid=27996/tid=27998] ppid=27993 vsize=10661136 memory=1840 CPUtime=28.21 cores=0,2,4,6
/proc/27996/task/27998/stat : 27998 (java) S 27993 27996 22004 0 -1 1077944384 22787 0 0 0 2783 38 0 0 20 0 15 0 105923449 10917003264 2081808 33554432000 4194304 4196468 140737008905232 140464130757536 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=27999] ppid=27993 vsize=10661136 memory=1004 CPUtime=52.01 cores=0,2,4,6
/proc/27996/task/27999/stat : 27999 (java) R 27993 27996 22004 0 -1 4202560 128657 0 0 0 5060 141 0 0 20 0 15 0 105923450 10917003264 2081808 33554432000 4194304 4196468 140737008905232 140463733185288 140464119624051 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28000] ppid=27993 vsize=10661136 memory=12060 CPUtime=51.86 cores=0,2,4,6
/proc/27996/task/28000/stat : 28000 (java) R 27993 27996 22004 0 -1 4202560 204664 0 0 0 5041 145 0 0 20 0 15 0 105923450 10917003264 2081808 33554432000 4194304 4196468 140737008905232 140463732132488 140464111510568 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28001] ppid=27993 vsize=10661136 memory=5788 CPUtime=51.75 cores=0,2,4,6
/proc/27996/task/28001/stat : 28001 (java) R 27993 27996 22004 0 -1 4202560 120622 0 0 0 5043 132 0 0 20 0 15 0 105923450 10917003264 2081808 33554432000 4194304 4196468 140737008905232 140463731079688 140464119624072 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28002] ppid=27993 vsize=10661136 memory=1200 CPUtime=52.08 cores=0,2,4,6
/proc/27996/task/28002/stat : 28002 (java) R 27993 27996 22004 0 -1 4202560 132467 0 0 0 5072 136 0 0 20 0 15 0 105923450 10917003264 2081808 33554432000 4194304 4196468 140737008905232 140463730026888 140464119624058 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28003] ppid=27993 vsize=10661136 memory=15872 CPUtime=12.79 cores=0,2,4,6
/proc/27996/task/28003/stat : 28003 (java) S 27993 27996 22004 0 -1 1077944384 64422 0 0 0 1275 4 0 0 20 0 15 0 105923451 10917003264 2081808 33554432000 4194304 4196468 140737008905232 140463431321024 140464126531285 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28004] ppid=27993 vsize=10661136 memory=18004 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28004/stat : 28004 (java) S 27993 27996 22004 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 105923452 10917003264 2081808 33554432000 4194304 4196468 140737008905232 140463430268512 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28005] ppid=27993 vsize=10661136 memory=4052 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28005/stat : 28005 (java) S 27993 27996 22004 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 105923452 10917003264 2081808 33554432000 4194304 4196468 140737008905232 140463429215616 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28006] ppid=27993 vsize=10661136 memory=18248 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28006/stat : 28006 (java) S 27993 27996 22004 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 105923454 10917003264 2081808 33554432000 4194304 4196468 140737008905232 140463428163568 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28007] ppid=27993 vsize=10661136 memory=640 CPUtime=2.62 cores=0,2,4,6
/proc/27996/task/28007/stat : 28007 (java) S 27993 27996 22004 0 -1 1077944384 14533 0 0 0 260 2 0 0 20 0 15 0 105923454 10917003264 2081808 33554432000 4194304 4196468 140737008905232 140463427111328 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28008] ppid=27993 vsize=10661136 memory=1784 CPUtime=2.63 cores=0,2,4,6
/proc/27996/task/28008/stat : 28008 (java) S 27993 27996 22004 0 -1 1077944384 17474 0 0 0 262 1 0 0 20 0 15 0 105923454 10917003264 2081808 33554432000 4194304 4196468 140737008905232 140463426058240 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28009] ppid=27993 vsize=10661136 memory=8327208 CPUtime=0.72 cores=0,2,4,6
/proc/27996/task/28009/stat : 28009 (java) S 27993 27996 22004 0 -1 1077944384 7000 0 0 0 71 1 0 0 20 0 15 0 105923454 10917003264 2081808 33554432000 4194304 4196468 140737008905232 140463425005728 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28010] ppid=27993 vsize=10661136 memory=8327208 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28010/stat : 28010 (java) S 27993 27996 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105923454 10917003264 2081808 33554432000 4194304 4196468 140737008905232 140463423953120 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28011] ppid=27993 vsize=10661136 memory=6791534058613427641 CPUtime=0.03 cores=0,2,4,6
/proc/27996/task/28011/stat : 28011 (java) S 27993 27996 22004 0 -1 1077944384 1354 0 0 0 2 1 0 0 20 0 15 0 105923455 10917003264 2081808 33554432000 4194304 4196468 140737008905232 140463422901424 140464126532226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
Current children cumulated CPU time: 254.8 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8327232 KiB

[startup+94.4007 s]
/proc/loadavg: 3.91 3.48 2.95 6/217 28109
/proc/meminfo: memFree=19340892/32770624 swapFree=67108860/67108860
[pid=27996] ppid=27993 vsize=10661136 memory=8327236 CPUtime=257.09 cores=0,2,4,6
/proc/27996/stat : 27996 (java) S 27993 27996 22004 0 -1 1077944320 716305 0 0 0 25104 605 0 0 20 0 15 0 105923448 10917003264 2081809 33554432000 4194304 4196468 140737008905232 140737008887776 140464126521079 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
/proc/27996/statm: 2665284 2081809 3188 1 0 2627775 0
[pid=27996/tid=27998] ppid=27993 vsize=10661136 memory=4872558044660077418 CPUtime=28.21 cores=0,2,4,6
/proc/27996/task/27998/stat : 27998 (java) S 27993 27996 22004 0 -1 1077944384 22787 0 0 0 2783 38 0 0 20 0 15 0 105923449 10917003264 2081809 33554432000 4194304 4196468 140737008905232 140464130757536 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=27999] ppid=27993 vsize=10661136 memory=5788 CPUtime=52.51 cores=0,2,4,6
/proc/27996/task/27999/stat : 27999 (java) S 27993 27996 22004 0 -1 1077944384 128694 0 0 0 5110 141 0 0 20 0 15 0 105923450 10917003264 2081809 33554432000 4194304 4196468 140737008905232 140463733185168 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28000] ppid=27993 vsize=10661136 memory=792 CPUtime=52.36 cores=0,2,4,6
/proc/27996/task/28000/stat : 28000 (java) S 27993 27996 22004 0 -1 1077944384 204703 0 0 0 5091 145 0 0 20 0 15 0 105923450 10917003264 2081809 33554432000 4194304 4196468 140737008905232 140463732132368 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28001] ppid=27993 vsize=10661136 memory=1228 CPUtime=52.23 cores=0,2,4,6
/proc/27996/task/28001/stat : 28001 (java) S 27993 27996 22004 0 -1 1077944384 120661 0 0 0 5091 132 0 0 20 0 15 0 105923450 10917003264 2081809 33554432000 4194304 4196468 140737008905232 140463731079568 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28002] ppid=27993 vsize=10661136 memory=8327232 CPUtime=52.58 cores=0,2,4,6
/proc/27996/task/28002/stat : 28002 (java) S 27993 27996 22004 0 -1 1077944384 132507 0 0 0 5122 136 0 0 20 0 15 0 105923450 10917003264 2081809 33554432000 4194304 4196468 140737008905232 140463730026768 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28003] ppid=27993 vsize=10661136 memory=844 CPUtime=13.09 cores=0,2,4,6
/proc/27996/task/28003/stat : 28003 (java) R 27993 27996 22004 0 -1 4202560 65187 0 0 0 1305 4 0 0 20 0 15 0 105923451 10917003264 2081809 33554432000 4194304 4196468 140737008905232 140463431320912 140464111221775 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28004] ppid=27993 vsize=10661136 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28004/stat : 28004 (java) S 27993 27996 22004 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 105923452 10917003264 2081809 33554432000 4194304 4196468 140737008905232 140463430268512 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28005] ppid=27993 vsize=10661136 memory=916 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28005/stat : 28005 (java) S 27993 27996 22004 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 105923452 10917003264 2081809 33554432000 4194304 4196468 140737008905232 140463429215616 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28006] ppid=27993 vsize=10661136 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28006/stat : 28006 (java) S 27993 27996 22004 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 105923454 10917003264 2081809 33554432000 4194304 4196468 140737008905232 140463428163568 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28007] ppid=27993 vsize=10661136 memory=15872 CPUtime=2.62 cores=0,2,4,6
/proc/27996/task/28007/stat : 28007 (java) S 27993 27996 22004 0 -1 1077944384 14533 0 0 0 260 2 0 0 20 0 15 0 105923454 10917003264 2081809 33554432000 4194304 4196468 140737008905232 140463427111328 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28008] ppid=27993 vsize=10661136 memory=18004 CPUtime=2.63 cores=0,2,4,6
/proc/27996/task/28008/stat : 28008 (java) S 27993 27996 22004 0 -1 1077944384 17474 0 0 0 262 1 0 0 20 0 15 0 105923454 10917003264 2081809 33554432000 4194304 4196468 140737008905232 140463426058240 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28009] ppid=27993 vsize=10661136 memory=4052 CPUtime=0.72 cores=0,2,4,6
/proc/27996/task/28009/stat : 28009 (java) S 27993 27996 22004 0 -1 1077944384 7000 0 0 0 71 1 0 0 20 0 15 0 105923454 10917003264 2081809 33554432000 4194304 4196468 140737008905232 140463425005728 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28010] ppid=27993 vsize=10661136 memory=18248 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28010/stat : 28010 (java) S 27993 27996 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105923454 10917003264 2081809 33554432000 4194304 4196468 140737008905232 140463423953120 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28011] ppid=27993 vsize=10661136 memory=640 CPUtime=0.03 cores=0,2,4,6
/proc/27996/task/28011/stat : 28011 (java) S 27993 27996 22004 0 -1 1077944384 1354 0 0 0 2 1 0 0 20 0 15 0 105923455 10917003264 2081809 33554432000 4194304 4196468 140737008905232 140463422901424 140464126532226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
Current children cumulated CPU time: 257.09 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8327236 KiB

[startup+94.8007 s]
/proc/loadavg: 3.91 3.48 2.95 6/217 28109
/proc/meminfo: memFree=19340892/32770624 swapFree=67108860/67108860
[pid=27996] ppid=27993 vsize=10661136 memory=8327236 CPUtime=257.49 cores=0,2,4,6
/proc/27996/stat : 27996 (java) S 27993 27996 22004 0 -1 1077944320 716305 0 0 0 25144 605 0 0 20 0 15 0 105923448 10917003264 2081809 33554432000 4194304 4196468 140737008905232 140737008887776 140464126521079 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
/proc/27996/statm: 2665284 2081809 3188 1 0 2627775 0
[pid=27996/tid=27998] ppid=27993 vsize=10661136 memory=1416 CPUtime=28.21 cores=0,2,4,6
/proc/27996/task/27998/stat : 27998 (java) S 27993 27996 22004 0 -1 1077944384 22787 0 0 0 2783 38 0 0 20 0 15 0 105923449 10917003264 2081809 33554432000 4194304 4196468 140737008905232 140464130757536 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=27999] ppid=27993 vsize=10661136 memory=4612 CPUtime=52.51 cores=0,2,4,6
/proc/27996/task/27999/stat : 27999 (java) S 27993 27996 22004 0 -1 1077944384 128694 0 0 0 5110 141 0 0 20 0 15 0 105923450 10917003264 2081809 33554432000 4194304 4196468 140737008905232 140463733185168 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28000] ppid=27993 vsize=10661136 memory=8508 CPUtime=52.36 cores=0,2,4,6
/proc/27996/task/28000/stat : 28000 (java) S 27993 27996 22004 0 -1 1077944384 204703 0 0 0 5091 145 0 0 20 0 15 0 105923450 10917003264 2081809 33554432000 4194304 4196468 140737008905232 140463732132368 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28001] ppid=27993 vsize=10661136 memory=1624 CPUtime=52.23 cores=0,2,4,6
/proc/27996/task/28001/stat : 28001 (java) S 27993 27996 22004 0 -1 1077944384 120661 0 0 0 5091 132 0 0 20 0 15 0 105923450 10917003264 2081809 33554432000 4194304 4196468 140737008905232 140463731079568 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28002] ppid=27993 vsize=10661136 memory=1200 CPUtime=52.58 cores=0,2,4,6
/proc/27996/task/28002/stat : 28002 (java) S 27993 27996 22004 0 -1 1077944384 132507 0 0 0 5122 136 0 0 20 0 15 0 105923450 10917003264 2081809 33554432000 4194304 4196468 140737008905232 140463730026768 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28003] ppid=27993 vsize=10661136 memory=8327208 CPUtime=13.49 cores=0,2,4,6
/proc/27996/task/28003/stat : 28003 (java) R 27993 27996 22004 0 -1 4202560 65187 0 0 0 1345 4 0 0 20 0 15 0 105923451 10917003264 2081809 33554432000 4194304 4196468 140737008905232 140463431320912 140464111221723 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28004] ppid=27993 vsize=10661136 memory=960 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28004/stat : 28004 (java) S 27993 27996 22004 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 105923452 10917003264 2081809 33554432000 4194304 4196468 140737008905232 140463430268512 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28005] ppid=27993 vsize=10661136 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28005/stat : 28005 (java) S 27993 27996 22004 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 105923452 10917003264 2081809 33554432000 4194304 4196468 140737008905232 140463429215616 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28006] ppid=27993 vsize=10661136 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28006/stat : 28006 (java) S 27993 27996 22004 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 105923454 10917003264 2081809 33554432000 4194304 4196468 140737008905232 140463428163568 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28007] ppid=27993 vsize=10661136 memory=1416 CPUtime=2.62 cores=0,2,4,6
/proc/27996/task/28007/stat : 28007 (java) S 27993 27996 22004 0 -1 1077944384 14533 0 0 0 260 2 0 0 20 0 15 0 105923454 10917003264 2081809 33554432000 4194304 4196468 140737008905232 140463427111328 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28008] ppid=27993 vsize=10661136 memory=4612 CPUtime=2.63 cores=0,2,4,6
/proc/27996/task/28008/stat : 28008 (java) S 27993 27996 22004 0 -1 1077944384 17474 0 0 0 262 1 0 0 20 0 15 0 105923454 10917003264 2081809 33554432000 4194304 4196468 140737008905232 140463426058240 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28009] ppid=27993 vsize=10661136 memory=8508 CPUtime=0.72 cores=0,2,4,6
/proc/27996/task/28009/stat : 28009 (java) S 27993 27996 22004 0 -1 1077944384 7000 0 0 0 71 1 0 0 20 0 15 0 105923454 10917003264 2081809 33554432000 4194304 4196468 140737008905232 140463425005728 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28010] ppid=27993 vsize=10661136 memory=1624 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28010/stat : 28010 (java) S 27993 27996 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105923454 10917003264 2081809 33554432000 4194304 4196468 140737008905232 140463423953120 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28011] ppid=27993 vsize=10661136 memory=1200 CPUtime=0.03 cores=0,2,4,6
/proc/27996/task/28011/stat : 28011 (java) S 27993 27996 22004 0 -1 1077944384 1354 0 0 0 2 1 0 0 20 0 15 0 105923455 10917003264 2081809 33554432000 4194304 4196468 140737008905232 140463422901424 140464126532226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
Current children cumulated CPU time: 257.49 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8327236 KiB

[startup+94.9121 s]
/proc/loadavg: 3.91 3.48 2.95 6/217 28109
/proc/meminfo: memFree=19340892/32770624 swapFree=67108860/67108860
[pid=27996] ppid=27993 vsize=10860828 memory=8327440 CPUtime=257.61 cores=0,2,4,6
/proc/27996/stat : 27996 (java) S 27993 27996 22004 0 -1 1077944320 720620 0 0 0 25155 606 0 0 20 0 17 0 105923448 11121487872 2081860 33554432000 4194304 4196468 140737008905232 140737008887776 140464126521079 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
/proc/27996/statm: 2715207 2081860 3190 1 0 2677698 0
[pid=27996/tid=27998] ppid=27993 vsize=10860828 memory=8327208 CPUtime=28.22 cores=0,2,4,6
/proc/27996/task/27998/stat : 27998 (java) R 27993 27996 22004 0 -1 4202560 23148 0 0 0 2784 38 0 0 20 0 17 0 105923449 11121487872 2081860 33554432000 4194304 4196468 140737008905232 140464130757424 140463770542629 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=27999] ppid=27993 vsize=10860828 memory=8327192 CPUtime=52.51 cores=0,2,4,6
/proc/27996/task/27999/stat : 27999 (java) S 27993 27996 22004 0 -1 1077944384 128694 0 0 0 5110 141 0 0 20 0 17 0 105923450 11121487872 2081860 33554432000 4194304 4196468 140737008905232 140463733185168 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28000] ppid=27993 vsize=10860828 memory=8327184 CPUtime=52.36 cores=0,2,4,6
/proc/27996/task/28000/stat : 28000 (java) S 27993 27996 22004 0 -1 1077944384 204703 0 0 0 5091 145 0 0 20 0 17 0 105923450 11121487872 2081860 33554432000 4194304 4196468 140737008905232 140463732132368 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28001] ppid=27993 vsize=10860828 memory=8327236 CPUtime=52.23 cores=0,2,4,6
/proc/27996/task/28001/stat : 28001 (java) S 27993 27996 22004 0 -1 1077944384 120661 0 0 0 5091 132 0 0 20 0 17 0 105923450 11121487872 2081860 33554432000 4194304 4196468 140737008905232 140463731079568 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28002] ppid=27993 vsize=10860828 memory=8327236 CPUtime=52.58 cores=0,2,4,6
/proc/27996/task/28002/stat : 28002 (java) S 27993 27996 22004 0 -1 1077944384 132507 0 0 0 5122 136 0 0 20 0 17 0 105923450 11121487872 2081860 33554432000 4194304 4196468 140737008905232 140463730026768 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28003] ppid=27993 vsize=10860828 memory=1784 CPUtime=13.59 cores=0,2,4,6
/proc/27996/task/28003/stat : 28003 (java) S 27993 27996 22004 0 -1 1077944384 68321 0 0 0 1355 4 0 0 20 0 17 0 105923451 11121487872 2081860 33554432000 4194304 4196468 140737008905232 140463431322480 140464126532226 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28004] ppid=27993 vsize=10860828 memory=8327232 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28004/stat : 28004 (java) S 27993 27996 22004 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 105923452 11121487872 2081860 33554432000 4194304 4196468 140737008905232 140463430268512 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28005] ppid=27993 vsize=10860828 memory=8327208 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28005/stat : 28005 (java) S 27993 27996 22004 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 105923452 11121487872 2081860 33554432000 4194304 4196468 140737008905232 140463429215616 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28006] ppid=27993 vsize=10860828 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28006/stat : 28006 (java) S 27993 27996 22004 0 -1 1077944384 248 0 0 0 0 0 0 0 20 0 17 0 105923454 11121487872 2081860 33554432000 4194304 4196468 140737008905232 140463428163920 140464126539675 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28007] ppid=27993 vsize=10860828 memory=30212 CPUtime=2.62 cores=0,2,4,6
/proc/27996/task/28007/stat : 28007 (java) S 27993 27996 22004 0 -1 1077944384 14533 0 0 0 260 2 0 0 20 0 17 0 105923454 11121487872 2081860 33554432000 4194304 4196468 140737008905232 140463427111280 140464126532226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28008] ppid=27993 vsize=10860828 memory=8327232 CPUtime=2.63 cores=0,2,4,6
/proc/27996/task/28008/stat : 28008 (java) S 27993 27996 22004 0 -1 1077944384 17475 0 0 0 262 1 0 0 20 0 17 0 105923454 11121487872 2081860 33554432000 4194304 4196468 140737008905232 140463426058480 140464126532226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28009] ppid=27993 vsize=10860828 memory=4028 CPUtime=0.72 cores=0,2,4,6
/proc/27996/task/28009/stat : 28009 (java) S 27993 27996 22004 0 -1 1077944384 7261 0 0 0 71 1 0 0 20 0 17 0 105923454 11121487872 2081860 33554432000 4194304 4196468 140737008905232 140463425005680 140464126532226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28010] ppid=27993 vsize=10860828 memory=8327208 CPUtime=0 cores=0,2,4,6
/proc/27996/task/28010/stat : 28010 (java) S 27993 27996 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105923454 11121487872 2081860 33554432000 4194304 4196468 140737008905232 140463423953120 140464126531285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
[pid=27996/tid=28011] ppid=27993 vsize=10860828 memory=8327208 CPUtime=0.03 cores=0,2,4,6
/proc/27996/task/28011/stat : 28011 (java) S 27993 27996 22004 0 -1 1077944384 1354 0 0 0 2 1 0 0 20 0 17 0 105923455 11121487872 2081860 33554432000 4194304 4196468 140737008905232 140463422901424 140464126532226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9625600 140737008911478 140737008911630 140737008911630 140737008914383 0
Current children cumulated CPU time: 257.61 s
Current children cumulated vsize: 10860828 KiB
Current children cumulated memory: 8327440 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 95.4743
CPU time (s): 257.7
CPU user time (s): 251.565
CPU system time (s): 6.13575
CPU usage (%): 269.916
Max. virtual memory (cumulated for all children) (KiB): 10860828
Max. memory (cumulated for all children) (KiB): 8327440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.565
system time used= 6.13575
maximum resident set size= 8327836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 720630
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8263
involuntary context switches= 4306


# summary of solver processes directly reported to runsolver:
#   pid: 27996
#   total CPU time (s): 257.7
#   total CPU user time (s): 251.565
#   total CPU system time (s): 6.13575

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.597728 second user time and 0.934592 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 19:00:03
IDJOB=4301673
IDBENCH=141268
IDSOLVER=2773
FILE ID=node151/4301673-1532883602
RUNJOBID= node151-1532877021-22035
PBS_JOBID= 21022509
Free space on /tmp= 59072 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-test03-0400_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301673-1532883602/watcher-4301673-1532883602 -o /tmp/evaluation-result-4301673-1532883602/solver-4301673-1532883602 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22035 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301673-1532883602.xml

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

MD5SUM BENCH= a5fe7a04cb5002912ef3d870057982e3
RANDOM SEED=818932921

node151.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.87
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.87
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.87
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.87
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:        27795332 kB
MemAvailable:   31689836 kB
Buffers:          212276 kB
Cached:          3955060 kB
SwapCached:            0 kB
Active:          1876972 kB
Inactive:        2625680 kB
Active(anon):     285180 kB
Inactive(anon):    78188 kB
Active(file):    1591792 kB
Inactive(file):  2547492 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            248544 kB
Writeback:             0 kB
AnonPages:        288088 kB
Mapped:            55532 kB
Shmem:             25224 kB
Slab:             170232 kB
SReclaimable:     142108 kB
SUnreclaim:        28124 kB
KernelStack:        3280 kB
PageTables:         5560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1305276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    206848 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= 59124 MiB
End job on node151 at 2018-07-29 19:01:38