Trace number 4301273

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Choco-solver 4.0.7b seq (e747e1e)? (TO) 252.097 243.027

General information on the benchmark

NameNurseRostering/
NurseRostering-15_c18.xml
MD5SUM08877e0fafa48cd5ca524d34b6939bef
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark43817
Best CPU time to get the best result obtained on this benchmark251.967
Satisfiable
(Un)Satisfiability was proved
Number of variables3553
Number of constraints9202
Number of domains26
Minimum domain size1
Maximum domain size46
Distribution of domain sizes[{"size":1,"count":135},{"size":2,"count":760},{"size":3,"count":8},{"size":4,"count":30},{"size":5,"count":14},{"size":7,"count":1890},{"size":8,"count":2},{"size":9,"count":2},{"size":12,"count":2},{"size":13,"count":11},{"size":15,"count":15},{"size":20,"count":10},{"size":22,"count":38},{"size":43,"count":90},{"size":46,"count":546}]
Minimum variable degree2
Maximum variable degree31
Distribution of variable degrees[{"degree":2,"count":1393},{"degree":3,"count":270},{"degree":18,"count":2},{"degree":19,"count":33},{"degree":20,"count":47},{"degree":21,"count":9},{"degree":22,"count":30},{"degree":23,"count":52},{"degree":24,"count":74},{"degree":25,"count":66},{"degree":26,"count":110},{"degree":27,"count":537},{"degree":28,"count":506},{"degree":29,"count":252},{"degree":30,"count":135},{"degree":31,"count":37}]
Minimum constraint arity2
Maximum constraint arity180
Distribution of constraint arities[{"arity":2,"count":3337},{"arity":3,"count":3120},{"arity":4,"count":390},{"arity":6,"count":1340},{"arity":7,"count":405},{"arity":43,"count":315},{"arity":46,"count":294},{"arity":180,"count":1}]
Number of extensional constraints2139
Number of intensional constraints1116
Distribution of constraint types[{"type":"extension","count":2139},{"type":"intension","count":1116},{"type":"regular","count":3592},{"type":"sum","count":90},{"type":"count","count":2264},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4301273-1532877738.xml"  -tl '252s' -p 1
0.12/0.17	c Choco e747e1e
0.12/0.18	c [HOME/instance-4301273-1532877738.xml, -tl, 252s, -p, 1]
0.12/0.21	c simple solver
0.34/0.28	c parse instance...
6.25/2.17	c solve instance...
252.06/243.01	s UNKNOWN
252.06/243.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 (12899 MiB free)
  memory of node 1: 16384 MiB (13657 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301273-1532877738/watcher-4301273-1532877738 -o /tmp/evaluation-result-4301273-1532877738/solver-4301273-1532877738 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532875384-10018 --watchdog 312 HOME/xcsp3-exec -seed 589757483 -dir HOME -tl 252 -ml 11000 -p 1 HOME/instance-4301273-1532877738.xml 

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

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
Current StackSize limit: 8192 KiB
solver pid=11837, runsolver pid=11834


[startup+0.100098 s]*
/proc/loadavg: 2.14 2.07 1.95 4/222 11853
/proc/meminfo: memFree=27176512/32770624 swapFree=67108856/67108860
[pid=11837] ppid=11834 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/11837/stat : 11837 (xcsp3-exec) S 11834 11837 5155 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 105336975 115843072 363 33554432000 4194304 5098028 140736881355792 140736881353896 140465281159804 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 39776256 140736881357889 140736881358089 140736881358089 140736881360842 0
/proc/11837/statm: 28282 363 306 221 0 87 0
[pid=11839] ppid=11837 vsize=14082940 memory=29716 CPUtime=0.12 cores=1,3,5,7
/proc/11839/stat : 11839 (java) S 11837 11837 5155 0 -1 1077944320 5270 0 0 0 11 1 0 0 20 0 15 0 105336976 14420930560 7429 33554432000 4194304 4196468 140723831888464 140723831871008 139804576984823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
/proc/11839/statm: 3520735 7429 3027 1 0 3483012 0
[pid=11839/tid=11840] ppid=11837 vsize=14082940 memory=8514701219880730790 CPUtime=0.08 cores=1,3,5,7
/proc/11839/task/11840/stat : 11840 (java) R 11837 11837 5155 0 -1 4202560 3292 0 0 0 8 0 0 0 20 0 15 0 105336976 14420930560 7429 33554432000 4194304 4196468 140723831888464 139804581217016 139804576996758 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11841] ppid=11837 vsize=14082940 memory=3472468306649814224 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11841/stat : 11841 (java) S 11837 11837 5155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105336977 14420930560 7429 33554432000 4194304 4196468 140723831888464 139804542265616 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11842] ppid=11837 vsize=14082940 memory=140177754662528 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11842/stat : 11842 (java) S 11837 11837 5155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105336977 14420930560 7429 33554432000 4194304 4196468 140723831888464 139804171942288 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11843] ppid=11837 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11843/stat : 11843 (java) S 11837 11837 5155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105336977 14420930560 7429 33554432000 4194304 4196468 140723831888464 139804170889744 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11844] ppid=11837 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11844/stat : 11844 (java) S 11837 11837 5155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105336977 14420930560 7429 33554432000 4194304 4196468 140723831888464 139804169837200 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11845] ppid=11837 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11845/stat : 11845 (java) S 11837 11837 5155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105336978 14420930560 7429 33554432000 4194304 4196468 140723831888464 139803916839408 139804576995970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11846] ppid=11837 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11846/stat : 11846 (java) S 11837 11837 5155 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105336979 14420930560 7429 33554432000 4194304 4196468 140723831888464 139803915785632 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11847] ppid=11837 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11847/stat : 11847 (java) S 11837 11837 5155 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105336979 14420930560 7429 33554432000 4194304 4196468 140723831888464 139803914733040 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11848] ppid=11837 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11848/stat : 11848 (java) S 11837 11837 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105336981 14420930560 7429 33554432000 4194304 4196468 140723831888464 139803913681616 139804577003419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11849] ppid=11837 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11849/stat : 11849 (java) S 11837 11837 5155 0 -1 1077944384 414 0 0 0 0 0 0 0 20 0 15 0 105336981 14420930560 7429 33554432000 4194304 4196468 140723831888464 139803912628208 139804576995970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11850] ppid=11837 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11850/stat : 11850 (java) S 11837 11837 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105336981 14420930560 7429 33554432000 4194304 4196468 140723831888464 139803911575664 139804576995970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11851] ppid=11837 vsize=14082940 memory=140177754662528 CPUtime=0.01 cores=1,3,5,7
/proc/11839/task/11851/stat : 11851 (java) S 11837 11837 5155 0 -1 1077944384 257 0 0 0 1 0 0 0 20 0 15 0 105336981 14420930560 7429 33554432000 4194304 4196468 140723831888464 139803910523120 139804576995970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11852] ppid=11837 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11852/stat : 11852 (java) S 11837 11837 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105336981 14420930560 7429 33554432000 4194304 4196468 140723831888464 139803909470816 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11853] ppid=11837 vsize=14082940 memory=140177754662528 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11853/stat : 11853 (java) S 11837 11837 5155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105336982 14420930560 7429 33554432000 4194304 4196468 140723831888464 139803908418352 139804576995970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 31168 KiB

[startup+0.210907 s]*
/proc/loadavg: 2.14 2.07 1.95 4/222 11853
/proc/meminfo: memFree=27165968/32770624 swapFree=67108856/67108860
[pid=11837] ppid=11834 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/11837/stat : 11837 (xcsp3-exec) S 11834 11837 5155 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 105336975 115843072 363 33554432000 4194304 5098028 140736881355792 140736881353896 140465281159804 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 39776256 140736881357889 140736881358089 140736881358089 140736881360842 0
/proc/11837/statm: 28282 363 306 221 0 87 0
[pid=11839] ppid=11837 vsize=14082940 memory=40708 CPUtime=0.34 cores=1,3,5,7
/proc/11839/stat : 11839 (java) S 11837 11837 5155 0 -1 1077944320 7736 0 0 0 33 1 0 0 20 0 15 0 105336976 14420930560 10177 33554432000 4194304 4196468 140723831888464 140723831871008 139804576984823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
/proc/11839/statm: 3520735 10177 3192 1 0 3483012 0
[pid=11839/tid=11840] ppid=11837 vsize=14082940 memory=5854518564242424225 CPUtime=0.2 cores=1,3,5,7
/proc/11839/task/11840/stat : 11840 (java) R 11837 11837 5155 0 -1 4202560 4988 0 0 0 19 1 0 0 20 0 15 0 105336976 14420930560 10177 33554432000 4194304 4196468 140723831888464 139804581219808 139804577006749 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11841] ppid=11837 vsize=14082940 memory=3472468306649814224 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11841/stat : 11841 (java) S 11837 11837 5155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105336977 14420930560 10177 33554432000 4194304 4196468 140723831888464 139804542265616 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11842] ppid=11837 vsize=14082940 memory=140177754662528 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11842/stat : 11842 (java) S 11837 11837 5155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105336977 14420930560 10177 33554432000 4194304 4196468 140723831888464 139804171942288 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11843] ppid=11837 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11843/stat : 11843 (java) S 11837 11837 5155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105336977 14420930560 10177 33554432000 4194304 4196468 140723831888464 139804170889744 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11844] ppid=11837 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11844/stat : 11844 (java) S 11837 11837 5155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105336977 14420930560 10177 33554432000 4194304 4196468 140723831888464 139804169837200 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11845] ppid=11837 vsize=14082940 memory=140177754662528 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11845/stat : 11845 (java) S 11837 11837 5155 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105336978 14420930560 10177 33554432000 4194304 4196468 140723831888464 139803916839408 139804576995970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11846] ppid=11837 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11846/stat : 11846 (java) S 11837 11837 5155 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105336979 14420930560 10177 33554432000 4194304 4196468 140723831888464 139803915785632 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11847] ppid=11837 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11847/stat : 11847 (java) S 11837 11837 5155 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105336979 14420930560 10177 33554432000 4194304 4196468 140723831888464 139803914733040 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11848] ppid=11837 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11848/stat : 11848 (java) S 11837 11837 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105336981 14420930560 10177 33554432000 4194304 4196468 140723831888464 139803913681616 139804577003419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11849] ppid=11837 vsize=14082940 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/11839/task/11849/stat : 11849 (java) S 11837 11837 5155 0 -1 1077944384 517 0 0 0 3 0 0 0 20 0 15 0 105336981 14420930560 10177 33554432000 4194304 4196468 140723831888464 139803912628208 139804576995970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11850] ppid=11837 vsize=14082940 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/11839/task/11850/stat : 11850 (java) S 11837 11837 5155 0 -1 1077944384 159 0 0 0 2 0 0 0 20 0 15 0 105336981 14420930560 10177 33554432000 4194304 4196468 140723831888464 139803911575664 139804576995970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11851] ppid=11837 vsize=14082940 memory=140177754662528 CPUtime=0.08 cores=1,3,5,7
/proc/11839/task/11851/stat : 11851 (java) S 11837 11837 5155 0 -1 1077944384 777 0 0 0 8 0 0 0 20 0 15 0 105336981 14420930560 10177 33554432000 4194304 4196468 140723831888464 139803910523120 139804576995970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11852] ppid=11837 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11852/stat : 11852 (java) S 11837 11837 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105336981 14420930560 10177 33554432000 4194304 4196468 140723831888464 139803909470816 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11853] ppid=11837 vsize=14082940 memory=140177754662528 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11853/stat : 11853 (java) S 11837 11837 5155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105336982 14420930560 10177 33554432000 4194304 4196468 140723831888464 139803908418352 139804576995970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 42160 KiB

[startup+0.310822 s]*
/proc/loadavg: 2.14 2.07 1.95 3/222 11853
/proc/meminfo: memFree=27158896/32770624 swapFree=67108856/67108860
[pid=11837] ppid=11834 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/11837/stat : 11837 (xcsp3-exec) S 11834 11837 5155 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 105336975 115843072 363 33554432000 4194304 5098028 140736881355792 140736881353896 140465281159804 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 39776256 140736881357889 140736881358089 140736881358089 140736881360842 0
/proc/11837/statm: 28282 363 306 221 0 87 0
[pid=11839] ppid=11837 vsize=14087196 memory=48032 CPUtime=0.52 cores=1,3,5,7
/proc/11839/stat : 11839 (java) S 11837 11837 5155 0 -1 1077944320 8613 0 0 0 49 3 0 0 20 0 15 0 105336976 14425288704 11943 33554432000 4194304 4196468 140723831888464 140723831871008 139804576984823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
/proc/11839/statm: 3521799 12008 3258 1 0 3483012 0
[pid=11839/tid=11840] ppid=11837 vsize=14087196 memory=8514701219881125278 CPUtime=0.29 cores=1,3,5,7
/proc/11839/task/11840/stat : 11840 (java) R 11837 11837 5155 0 -1 4202560 5713 0 0 0 27 2 0 0 20 0 15 0 105336976 14425288704 12017 33554432000 4194304 4196468 140723831888464 139804581215936 139804561065310 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11841] ppid=11837 vsize=14087196 memory=3472468306649814224 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11841/stat : 11841 (java) S 11837 11837 5155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105336977 14425288704 12017 33554432000 4194304 4196468 140723831888464 139804542265616 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11842] ppid=11837 vsize=14087196 memory=140177754662528 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11842/stat : 11842 (java) S 11837 11837 5155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105336977 14425288704 12017 33554432000 4194304 4196468 140723831888464 139804171942288 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11843] ppid=11837 vsize=14087196 memory=19 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11843/stat : 11843 (java) S 11837 11837 5155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105336977 14425288704 12017 33554432000 4194304 4196468 140723831888464 139804170889744 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11844] ppid=11837 vsize=14087196 memory=140177599244319 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11844/stat : 11844 (java) S 11837 11837 5155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105336977 14425288704 12017 33554432000 4194304 4196468 140723831888464 139804169837200 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11845] ppid=11837 vsize=14087196 memory=280355198467872 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11845/stat : 11845 (java) S 11837 11837 5155 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105336978 14425288704 12017 33554432000 4194304 4196468 140723831888464 139803916839408 139804576995970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11846] ppid=11837 vsize=14087196 memory=140177599221263 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11846/stat : 11846 (java) S 11837 11837 5155 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105336979 14425288704 12017 33554432000 4194304 4196468 140723831888464 139803915785632 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11847] ppid=11837 vsize=14087196 memory=280355353892960 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11847/stat : 11847 (java) S 11837 11837 5155 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105336979 14425288704 12017 33554432000 4194304 4196468 140723831888464 139803914733040 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11848] ppid=11837 vsize=14087196 memory=140177599225871 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11848/stat : 11848 (java) S 11837 11837 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105336981 14425288704 12017 33554432000 4194304 4196468 140723831888464 139803913681616 139804577003419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11849] ppid=11837 vsize=14087196 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/11839/task/11849/stat : 11849 (java) S 11837 11837 5155 0 -1 1077944384 541 0 0 0 4 0 0 0 20 0 15 0 105336981 14425288704 12017 33554432000 4194304 4196468 140723831888464 139803912628208 139804576995970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11850] ppid=11837 vsize=14087196 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/11839/task/11850/stat : 11850 (java) S 11837 11837 5155 0 -1 1077944384 159 0 0 0 3 0 0 0 20 0 15 0 105336981 14425288704 12017 33554432000 4194304 4196468 140723831888464 139803911575664 139804576995970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11851] ppid=11837 vsize=14087196 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/11839/task/11851/stat : 11851 (java) S 11837 11837 5155 0 -1 1077944384 902 0 0 0 13 0 0 0 20 0 15 0 105336981 14425288704 12017 33554432000 4194304 4196468 140723831888464 139803910523120 139804576995970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11852] ppid=11837 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11852/stat : 11852 (java) S 11837 11837 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105336981 14425288704 12017 33554432000 4194304 4196468 140723831888464 139803909470816 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11853] ppid=11837 vsize=14087196 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11853/stat : 11853 (java) S 11837 11837 5155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105336982 14425288704 12017 33554432000 4194304 4196468 140723831888464 139803908418352 139804576995970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 49484 KiB

[startup+0.701002 s]
/proc/loadavg: 2.14 2.07 1.95 6/222 11853
/proc/meminfo: memFree=27135696/32770624 swapFree=67108856/67108860
[pid=11837] ppid=11834 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/11837/stat : 11837 (xcsp3-exec) S 11834 11837 5155 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 105336975 115843072 363 33554432000 4194304 5098028 140736881355792 140736881353896 140465281159804 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 39776256 140736881357889 140736881358089 140736881358089 140736881360842 0
/proc/11837/statm: 28282 363 306 221 0 87 0
[pid=11839] ppid=11837 vsize=14089320 memory=98780 CPUtime=1.76 cores=1,3,5,7
/proc/11839/stat : 11839 (java) S 11837 11837 5155 0 -1 1077944320 13722 0 0 0 172 4 0 0 20 0 15 0 105336976 14427463680 24695 33554432000 4194304 4196468 140723831888464 140723831871008 139804576984823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
/proc/11839/statm: 3522330 24695 3353 1 0 3483524 0
[pid=11839/tid=11840] ppid=11837 vsize=14089320 memory=5795117241467496816 CPUtime=0.66 cores=1,3,5,7
/proc/11839/task/11840/stat : 11840 (java) R 11837 11837 5155 0 -1 4202560 6214 0 0 0 64 2 0 0 20 0 15 0 105336976 14427463680 24695 33554432000 4194304 4196468 140723831888464 139804581218296 139804214567055 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11841] ppid=11837 vsize=14089320 memory=4639059895069856102 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11841/stat : 11841 (java) S 11837 11837 5155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105336977 14427463680 24695 33554432000 4194304 4196468 140723831888464 139804542265616 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11842] ppid=11837 vsize=14089320 memory=4638778419807998288 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11842/stat : 11842 (java) S 11837 11837 5155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105336977 14427463680 24695 33554432000 4194304 4196468 140723831888464 139804171942288 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11843] ppid=11837 vsize=14089320 memory=7100839870071150693 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11843/stat : 11843 (java) S 11837 11837 5155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105336977 14427463680 24695 33554432000 4194304 4196468 140723831888464 139804170889744 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11844] ppid=11837 vsize=14089320 memory=-7395679465411340910 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11844/stat : 11844 (java) S 11837 11837 5155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105336977 14427463680 24695 33554432000 4194304 4196468 140723831888464 139804169837200 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11845] ppid=11837 vsize=14089320 memory=-9001734043636558696 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11845/stat : 11845 (java) S 11837 11837 5155 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105336978 14427463680 24695 33554432000 4194304 4196468 140723831888464 139803916839408 139804576995970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11846] ppid=11837 vsize=14089320 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11846/stat : 11846 (java) S 11837 11837 5155 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105336979 14427463680 24695 33554432000 4194304 4196468 140723831888464 139803915785632 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11847] ppid=11837 vsize=14089320 memory=6884 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11847/stat : 11847 (java) S 11837 11837 5155 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105336979 14427463680 24695 33554432000 4194304 4196468 140723831888464 139803914733040 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11848] ppid=11837 vsize=14089320 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11848/stat : 11848 (java) S 11837 11837 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105336981 14427463680 24761 33554432000 4194304 4196468 140723831888464 139803913681616 139804577003419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11849] ppid=11837 vsize=14089320 memory=30512 CPUtime=0.34 cores=1,3,5,7
/proc/11839/task/11849/stat : 11849 (java) R 11837 11837 5155 0 -1 4202560 2147 0 0 0 34 0 0 0 20 0 15 0 105336981 14427463680 24761 33554432000 4194304 4196468 140723831888464 139803912609224 139804560890828 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11850] ppid=11837 vsize=14089320 memory=1244 CPUtime=0.33 cores=1,3,5,7
/proc/11839/task/11850/stat : 11850 (java) R 11837 11837 5155 0 -1 4202560 1619 0 0 0 33 0 0 0 20 0 15 0 105336981 14427463680 24761 33554432000 4194304 4196468 140723831888464 139803911556680 139804560481412 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11851] ppid=11837 vsize=14089320 memory=2268 CPUtime=0.39 cores=1,3,5,7
/proc/11839/task/11851/stat : 11851 (java) S 11837 11837 5155 0 -1 1077944384 2452 0 0 0 39 0 0 0 20 0 15 0 105336981 14427463680 24761 33554432000 4194304 4196468 140723831888464 139803910523120 139804576995970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11852] ppid=11837 vsize=14089320 memory=7163890427858739792 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11852/stat : 11852 (java) S 11837 11837 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105336981 14427463680 24761 33554432000 4194304 4196468 140723831888464 139803909470816 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11853] ppid=11837 vsize=14089320 memory=7881696724453321575 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11853/stat : 11853 (java) S 11837 11837 5155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105336982 14427463680 24761 33554432000 4194304 4196468 140723831888464 139803908418352 139804576995970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
Current children cumulated CPU time: 1.76 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 100232 KiB

[startup+1.50586 s]
/proc/loadavg: 2.29 2.11 1.96 3/222 11853
/proc/meminfo: memFree=27051372/32770624 swapFree=67108856/67108860
[pid=11837] ppid=11834 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/11837/stat : 11837 (xcsp3-exec) S 11834 11837 5155 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 105336975 115843072 363 33554432000 4194304 5098028 140736881355792 140736881353896 140465281159804 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 39776256 140736881357889 140736881358089 140736881358089 140736881360842 0
/proc/11837/statm: 28282 363 306 221 0 87 0

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

[pid=11839/tid=11845] ppid=11837 vsize=14091368 memory=5788911507359232418 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11845/stat : 11845 (java) S 11837 11837 5155 0 -1 1077944384 413 0 0 0 0 0 0 0 20 0 15 0 105336978 14429560832 81395 33554432000 4194304 4196468 140723831888464 139803916839408 139804576995970 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11846] ppid=11837 vsize=14091368 memory=280355198526752 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11846/stat : 11846 (java) S 11837 11837 5155 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 105336979 14429560832 81395 33554432000 4194304 4196468 140723831888464 139803915785696 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11847] ppid=11837 vsize=14091368 memory=5859271460124907626 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11847/stat : 11847 (java) S 11837 11837 5155 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 105336979 14429560832 81395 33554432000 4194304 4196468 140723831888464 139803914733056 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11848] ppid=11837 vsize=14091368 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11848/stat : 11848 (java) S 11837 11837 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105336981 14429560832 81395 33554432000 4194304 4196468 140723831888464 139803913681616 139804577003419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11849] ppid=11837 vsize=14091368 memory=305040 CPUtime=4 cores=1,3,5,7
/proc/11839/task/11849/stat : 11849 (java) S 11837 11837 5155 0 -1 1077944384 22679 0 0 0 398 2 0 0 20 0 15 0 105336981 14429560832 81395 33554432000 4194304 4196468 140723831888464 139803912628208 139804576995970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11850] ppid=11837 vsize=14091368 memory=1232 CPUtime=3.54 cores=1,3,5,7
/proc/11839/task/11850/stat : 11850 (java) S 11837 11837 5155 0 -1 1077944384 15035 0 0 0 352 2 0 0 20 0 15 0 105336981 14429560832 81395 33554432000 4194304 4196468 140723831888464 139803911575664 139804576995970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11851] ppid=11837 vsize=14091368 memory=1452 CPUtime=1.06 cores=1,3,5,7
/proc/11839/task/11851/stat : 11851 (java) S 11837 11837 5155 0 -1 1077944384 10259 0 0 0 105 1 0 0 20 0 15 0 105336981 14429560832 81395 33554432000 4194304 4196468 140723831888464 139803910523120 139804576995970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11852] ppid=11837 vsize=14091368 memory=325580 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11852/stat : 11852 (java) S 11837 11837 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105336981 14429560832 81395 33554432000 4194304 4196468 140723831888464 139803909470816 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11853] ppid=11837 vsize=14091368 memory=1452 CPUtime=0.02 cores=1,3,5,7
/proc/11839/task/11853/stat : 11853 (java) S 11837 11837 5155 0 -1 1077944384 752 0 0 0 1 1 0 0 20 0 15 0 105336982 14429560832 81395 33554432000 4194304 4196468 140723831888464 139803908418352 139804576995970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 31 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
Current children cumulated CPU time: 110.91 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 327032 KiB

[startup+162.301 s]
/proc/loadavg: 2.09 2.08 1.97 3/222 11856
/proc/meminfo: memFree=26707420/32770624 swapFree=67108856/67108860
[pid=11837] ppid=11834 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/11837/stat : 11837 (xcsp3-exec) S 11834 11837 5155 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 105336975 115843072 363 33554432000 4194304 5098028 140736881355792 140736881353896 140465281159804 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 39776256 140736881357889 140736881358089 140736881358089 140736881360842 0
/proc/11837/statm: 28282 363 306 221 0 87 0
[pid=11839] ppid=11837 vsize=14091368 memory=362480 CPUtime=171.01 cores=1,3,5,7
/proc/11839/stat : 11839 (java) S 11837 11837 5155 0 -1 1077944320 69502 0 0 0 17082 19 0 0 20 0 15 0 105336976 14429560832 90620 33554432000 4194304 4196468 140723831888464 140723831871008 139804576984823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
/proc/11839/statm: 3522842 90620 3426 1 0 3484036 0
[pid=11839/tid=11840] ppid=11837 vsize=14091368 memory=362480 CPUtime=162.05 cores=1,3,5,7
/proc/11839/task/11840/stat : 11840 (java) R 11837 11837 5155 0 -1 4202560 14900 0 0 0 16198 7 0 0 20 0 15 0 105336976 14429560832 90620 33554432000 4194304 4196468 140723831888464 139804581221752 139804223534775 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11841] ppid=11837 vsize=14091368 memory=1452 CPUtime=0.03 cores=1,3,5,7
/proc/11839/task/11841/stat : 11841 (java) S 11837 11837 5155 0 -1 1077944384 117 0 0 0 3 0 0 0 20 0 15 0 105336977 14429560832 90620 33554432000 4194304 4196468 140723831888464 139804542265616 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11842] ppid=11837 vsize=14091368 memory=1452 CPUtime=0.04 cores=1,3,5,7
/proc/11839/task/11842/stat : 11842 (java) S 11837 11837 5155 0 -1 1077944384 237 0 0 0 4 0 0 0 20 0 15 0 105336977 14429560832 90620 33554432000 4194304 4196468 140723831888464 139804171942288 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11843] ppid=11837 vsize=14091368 memory=356336 CPUtime=0.03 cores=1,3,5,7
/proc/11839/task/11843/stat : 11843 (java) S 11837 11837 5155 0 -1 1077944384 206 0 0 0 3 0 0 0 20 0 15 0 105336977 14429560832 90620 33554432000 4194304 4196468 140723831888464 139804170889744 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11844] ppid=11837 vsize=14091368 memory=1452 CPUtime=0.04 cores=1,3,5,7
/proc/11839/task/11844/stat : 11844 (java) S 11837 11837 5155 0 -1 1077944384 136 0 0 0 4 0 0 0 20 0 15 0 105336977 14429560832 90620 33554432000 4194304 4196468 140723831888464 139804169837200 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11845] ppid=11837 vsize=14091368 memory=280355199359824 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11845/stat : 11845 (java) S 11837 11837 5155 0 -1 1077944384 455 0 0 0 0 0 0 0 20 0 15 0 105336978 14429560832 90620 33554432000 4194304 4196468 140723831888464 139803916839408 139804576995970 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11846] ppid=11837 vsize=14091368 memory=-8707038579349950309 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11846/stat : 11846 (java) S 11837 11837 5155 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 105336979 14429560832 90620 33554432000 4194304 4196468 140723831888464 139803915785696 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11847] ppid=11837 vsize=14091368 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11847/stat : 11847 (java) S 11837 11837 5155 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 105336979 14429560832 90620 33554432000 4194304 4196468 140723831888464 139803914733056 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11848] ppid=11837 vsize=14091368 memory=360432 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11848/stat : 11848 (java) S 11837 11837 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105336981 14429560832 90620 33554432000 4194304 4196468 140723831888464 139803913681616 139804577003419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11849] ppid=11837 vsize=14091368 memory=1452 CPUtime=4.06 cores=1,3,5,7
/proc/11839/task/11849/stat : 11849 (java) S 11837 11837 5155 0 -1 1077944384 25063 0 0 0 404 2 0 0 20 0 15 0 105336981 14429560832 90620 33554432000 4194304 4196468 140723831888464 139803912628208 139804576995970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11850] ppid=11837 vsize=14091368 memory=1452 CPUtime=3.54 cores=1,3,5,7
/proc/11839/task/11850/stat : 11850 (java) S 11837 11837 5155 0 -1 1077944384 15206 0 0 0 352 2 0 0 20 0 15 0 105336981 14429560832 90620 33554432000 4194304 4196468 140723831888464 139803911575664 139804576995970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11851] ppid=11837 vsize=14091368 memory=1452 CPUtime=1.06 cores=1,3,5,7
/proc/11839/task/11851/stat : 11851 (java) S 11837 11837 5155 0 -1 1077944384 11057 0 0 0 105 1 0 0 20 0 15 0 105336981 14429560832 90620 33554432000 4194304 4196468 140723831888464 139803910523120 139804576995970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11852] ppid=11837 vsize=14091368 memory=4036 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11852/stat : 11852 (java) S 11837 11837 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105336981 14429560832 90620 33554432000 4194304 4196468 140723831888464 139803909470816 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11853] ppid=11837 vsize=14091368 memory=1452 CPUtime=0.04 cores=1,3,5,7
/proc/11839/task/11853/stat : 11853 (java) S 11837 11837 5155 0 -1 1077944384 784 0 0 0 1 3 0 0 20 0 15 0 105336982 14429560832 90620 33554432000 4194304 4196468 140723831888464 139803908418352 139804576995970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 31 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
Current children cumulated CPU time: 171.01 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 363932 KiB

[startup+222.301 s]
/proc/loadavg: 2.09 2.08 1.97 3/222 11939
/proc/meminfo: memFree=26834312/32770624 swapFree=67108856/67108860
[pid=11837] ppid=11834 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/11837/stat : 11837 (xcsp3-exec) S 11834 11837 5155 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 105336975 115843072 363 33554432000 4194304 5098028 140736881355792 140736881353896 140465281159804 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 39776256 140736881357889 140736881358089 140736881358089 140736881360842 0
/proc/11837/statm: 28282 363 306 221 0 87 0
[pid=11839] ppid=11837 vsize=14091368 memory=453072 CPUtime=231.26 cores=1,3,5,7
/proc/11839/stat : 11839 (java) S 11837 11837 5155 0 -1 1077944320 73315 0 0 0 23099 27 0 0 20 0 15 0 105336976 14429560832 113268 33554432000 4194304 4196468 140723831888464 140723831871008 139804576984823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
/proc/11839/statm: 3522842 113268 3426 1 0 3484036 0
[pid=11839/tid=11840] ppid=11837 vsize=14091368 memory=1452 CPUtime=222 cores=1,3,5,7
/proc/11839/task/11840/stat : 11840 (java) R 11837 11837 5155 0 -1 4202560 15220 0 0 0 22193 7 0 0 20 0 15 0 105336976 14429560832 113268 33554432000 4194304 4196468 140723831888464 139804581224416 139804222196103 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11841] ppid=11837 vsize=14091368 memory=453072 CPUtime=0.09 cores=1,3,5,7
/proc/11839/task/11841/stat : 11841 (java) S 11837 11837 5155 0 -1 1077944384 303 0 0 0 7 2 0 0 20 0 15 0 105336977 14429560832 113268 33554432000 4194304 4196468 140723831888464 139804542265616 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11842] ppid=11837 vsize=14091368 memory=1452 CPUtime=0.09 cores=1,3,5,7
/proc/11839/task/11842/stat : 11842 (java) S 11837 11837 5155 0 -1 1077944384 377 0 0 0 7 2 0 0 20 0 15 0 105336977 14429560832 113268 33554432000 4194304 4196468 140723831888464 139804171942288 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11843] ppid=11837 vsize=14091368 memory=1452 CPUtime=0.08 cores=1,3,5,7
/proc/11839/task/11843/stat : 11843 (java) S 11837 11837 5155 0 -1 1077944384 352 0 0 0 6 2 0 0 20 0 15 0 105336977 14429560832 113268 33554432000 4194304 4196468 140723831888464 139804170889744 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11844] ppid=11837 vsize=14091368 memory=453072 CPUtime=0.09 cores=1,3,5,7
/proc/11839/task/11844/stat : 11844 (java) S 11837 11837 5155 0 -1 1077944384 497 0 0 0 7 2 0 0 20 0 15 0 105336977 14429560832 113268 33554432000 4194304 4196468 140723831888464 139804169837200 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11845] ppid=11837 vsize=14091368 memory=1012 CPUtime=0.01 cores=1,3,5,7
/proc/11839/task/11845/stat : 11845 (java) S 11837 11837 5155 0 -1 1077944384 739 0 0 0 1 0 0 0 20 0 15 0 105336978 14429560832 113268 33554432000 4194304 4196468 140723831888464 139803916839408 139804576995970 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11846] ppid=11837 vsize=14091368 memory=1948 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11846/stat : 11846 (java) S 11837 11837 5155 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 105336979 14429560832 113268 33554432000 4194304 4196468 140723831888464 139803915785696 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11847] ppid=11837 vsize=14091368 memory=30516 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11847/stat : 11847 (java) S 11837 11837 5155 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 105336979 14429560832 113268 33554432000 4194304 4196468 140723831888464 139803914733056 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11848] ppid=11837 vsize=14091368 memory=403448 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11848/stat : 11848 (java) S 11837 11837 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105336981 14429560832 113268 33554432000 4194304 4196468 140723831888464 139803913681616 139804577003419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11849] ppid=11837 vsize=14091368 memory=1452 CPUtime=4.12 cores=1,3,5,7
/proc/11839/task/11849/stat : 11849 (java) S 11837 11837 5155 0 -1 1077944384 25333 0 0 0 409 3 0 0 20 0 15 0 105336981 14429560832 113268 33554432000 4194304 4196468 140723831888464 139803912628208 139804576995970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11850] ppid=11837 vsize=14091368 memory=1452 CPUtime=3.57 cores=1,3,5,7
/proc/11839/task/11850/stat : 11850 (java) S 11837 11837 5155 0 -1 1077944384 16394 0 0 0 355 2 0 0 20 0 15 0 105336981 14429560832 113268 33554432000 4194304 4196468 140723831888464 139803911575664 139804576995970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11851] ppid=11837 vsize=14091368 memory=4036 CPUtime=1.07 cores=1,3,5,7
/proc/11839/task/11851/stat : 11851 (java) S 11837 11837 5155 0 -1 1077944384 11964 0 0 0 106 1 0 0 20 0 15 0 105336981 14429560832 113268 33554432000 4194304 4196468 140723831888464 139803910523120 139804576995970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11852] ppid=11837 vsize=14091368 memory=30516 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11852/stat : 11852 (java) S 11837 11837 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105336981 14429560832 113268 33554432000 4194304 4196468 140723831888464 139803909470816 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11853] ppid=11837 vsize=14091368 memory=4036 CPUtime=0.06 cores=1,3,5,7
/proc/11839/task/11853/stat : 11853 (java) S 11837 11837 5155 0 -1 1077944384 795 0 0 0 2 4 0 0 20 0 15 0 105336982 14429560832 113268 33554432000 4194304 4196468 140723831888464 139803908418352 139804576995970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 31 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
Current children cumulated CPU time: 231.26 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 454524 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+243.001 s]*
/proc/loadavg: 2.07 2.07 1.97 3/222 11939
/proc/meminfo: memFree=26817812/32770624 swapFree=67108856/67108860
[pid=11837] ppid=11834 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/11837/stat : 11837 (xcsp3-exec) S 11834 11837 5155 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 105336975 115843072 363 33554432000 4194304 5098028 140736881355792 140736881353896 140465281159804 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 39776256 140736881357889 140736881358089 140736881358089 140736881360842 0
/proc/11837/statm: 28282 363 306 221 0 87 0
[pid=11839] ppid=11837 vsize=14091368 memory=453072 CPUtime=252.06 cores=1,3,5,7
/proc/11839/stat : 11839 (java) S 11837 11837 5155 0 -1 1077944320 73985 0 0 0 25179 27 0 0 20 0 15 0 105336976 14429560832 113268 33554432000 4194304 4196468 140723831888464 140723831871008 139804576984823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
/proc/11839/statm: 3522842 113268 3426 1 0 3484036 0
[pid=11839/tid=11840] ppid=11837 vsize=14091368 memory=6791534058613427641 CPUtime=242.71 cores=1,3,5,7
/proc/11839/task/11840/stat : 11840 (java) R 11837 11837 5155 0 -1 4202560 15224 0 0 0 24264 7 0 0 20 0 15 0 105336976 14429560832 113268 33554432000 4194304 4196468 140723831888464 139804581221648 139804223534780 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11841] ppid=11837 vsize=14091368 memory=-7003737579269690708 CPUtime=0.09 cores=1,3,5,7
/proc/11839/task/11841/stat : 11841 (java) S 11837 11837 5155 0 -1 1077944384 303 0 0 0 7 2 0 0 20 0 15 0 105336977 14429560832 113268 33554432000 4194304 4196468 140723831888464 139804542265616 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11842] ppid=11837 vsize=14091368 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11839/task/11842/stat : 11842 (java) S 11837 11837 5155 0 -1 1077944384 377 0 0 0 7 2 0 0 20 0 15 0 105336977 14429560832 113268 33554432000 4194304 4196468 140723831888464 139804171942288 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11843] ppid=11837 vsize=14091368 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11839/task/11843/stat : 11843 (java) S 11837 11837 5155 0 -1 1077944384 352 0 0 0 6 2 0 0 20 0 15 0 105336977 14429560832 113268 33554432000 4194304 4196468 140723831888464 139804170889744 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11844] ppid=11837 vsize=14091368 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11839/task/11844/stat : 11844 (java) S 11837 11837 5155 0 -1 1077944384 497 0 0 0 7 2 0 0 20 0 15 0 105336977 14429560832 113268 33554432000 4194304 4196468 140723831888464 139804169837200 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11845] ppid=11837 vsize=14091368 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/11839/task/11845/stat : 11845 (java) S 11837 11837 5155 0 -1 1077944384 743 0 0 0 1 0 0 0 20 0 15 0 105336978 14429560832 113268 33554432000 4194304 4196468 140723831888464 139803916839408 139804576995970 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11846] ppid=11837 vsize=14091368 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11846/stat : 11846 (java) S 11837 11837 5155 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 105336979 14429560832 113268 33554432000 4194304 4196468 140723831888464 139803915785696 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11847] ppid=11837 vsize=14091368 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11847/stat : 11847 (java) S 11837 11837 5155 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 105336979 14429560832 113268 33554432000 4194304 4196468 140723831888464 139803914733056 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11848] ppid=11837 vsize=14091368 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11848/stat : 11848 (java) S 11837 11837 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105336981 14429560832 113268 33554432000 4194304 4196468 140723831888464 139803913681616 139804577003419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11849] ppid=11837 vsize=14091368 memory=0 CPUtime=4.2 cores=1,3,5,7
/proc/11839/task/11849/stat : 11849 (java) S 11837 11837 5155 0 -1 1077944384 25956 0 0 0 417 3 0 0 20 0 15 0 105336981 14429560832 113268 33554432000 4194304 4196468 140723831888464 139803912628208 139804576995970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11850] ppid=11837 vsize=14091368 memory=0 CPUtime=3.58 cores=1,3,5,7
/proc/11839/task/11850/stat : 11850 (java) S 11837 11837 5155 0 -1 1077944384 16394 0 0 0 356 2 0 0 20 0 15 0 105336981 14429560832 113268 33554432000 4194304 4196468 140723831888464 139803911575664 139804576995970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11851] ppid=11837 vsize=14091368 memory=0 CPUtime=1.08 cores=1,3,5,7
/proc/11839/task/11851/stat : 11851 (java) S 11837 11837 5155 0 -1 1077944384 12001 0 0 0 107 1 0 0 20 0 15 0 105336981 14429560832 113268 33554432000 4194304 4196468 140723831888464 139803910523120 139804576995970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11852] ppid=11837 vsize=14091368 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11839/task/11852/stat : 11852 (java) S 11837 11837 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105336981 14429560832 113268 33554432000 4194304 4196468 140723831888464 139803909470816 139804576995029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
[pid=11839/tid=11853] ppid=11837 vsize=14091368 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/11839/task/11853/stat : 11853 (java) S 11837 11837 5155 0 -1 1077944384 797 0 0 0 2 4 0 0 20 0 15 0 105336982 14429560832 113268 33554432000 4194304 4196468 140723831888464 139803908418352 139804576995970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 31 0 0 6293624 6294260 12038144 140723831895180 140723831895350 140723831895350 140723831898063 0
Current children cumulated CPU time: 252.06 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 454524 KiB

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

[startup+243.027 s]
# the end of solver process 11837 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.81 s, system=0.286949 s

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 243.027
CPU time (s): 252.097
CPU user time (s): 251.81
CPU system time (s): 0.286949
CPU usage (%): 103.732
Max. virtual memory (cumulated for all children) (KiB): 14207524
Max. memory (cumulated for all children) (KiB): 454524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.81
system time used= 0.286949
maximum resident set size= 453904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74784
page faults= 0
swaps= 0
block input operations= 0
block output operations= 400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9019
involuntary context switches= 212


# summary of solver processes directly reported to runsolver:
#   pid: 11837
#   total CPU time (s): 252.097
#   total CPU user time (s): 251.81
#   total CPU system time (s): 0.286949

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.53486 second user time and 2.27414 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-29 17:22:18
IDJOB=4301273
IDBENCH=141050
IDSOLVER=2772
FILE ID=node133/4301273-1532877738
RUNJOBID= node133-1532875384-10018
PBS_JOBID= 21022495
Free space on /tmp= 50528 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/NurseRostering/NurseRostering-15_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301273-1532877738/watcher-4301273-1532877738 -o /tmp/evaluation-result-4301273-1532877738/solver-4301273-1532877738 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532875384-10018 --watchdog 312  HOME/xcsp3-exec -seed 589757483 -dir HOME -tl 252 -ml 11000 -p 1 HOME/instance-4301273-1532877738.xml

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

MD5SUM BENCH= 08877e0fafa48cd5ca524d34b6939bef
RANDOM SEED=589757483

node133.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.24
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.24
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.24
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.24
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:        27194248 kB
MemAvailable:   31679148 kB
Buffers:          201064 kB
Cached:          4535176 kB
SwapCached:            0 kB
Active:          2485904 kB
Inactive:        2577284 kB
Active(anon):     278164 kB
Inactive(anon):    76688 kB
Active(file):    2207740 kB
Inactive(file):  2500596 kB
Unevictable:        7096 kB
Mlocked:            7096 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:             22340 kB
Writeback:             0 kB
AnonPages:        334052 kB
Mapped:            55164 kB
Shmem:             25244 kB
Slab:             212860 kB
SReclaimable:     184800 kB
SUnreclaim:        28060 kB
KernelStack:        3632 kB
PageTables:         5920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1431444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    202752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 50504 MiB
End job on node133 at 2018-07-29 17:26:21