Trace number 4301474

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.106 242.819

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-scen-08-opt_c18.xml
MD5SUM9be5bd0a86f9e024d7fdf548556c4b89
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2505
Best CPU time to get the best result obtained on this benchmark251.999
Satisfiable
(Un)Satisfiability was proved
Number of variables6202
Number of constraints5744
Number of domains11
Minimum domain size2
Maximum domain size44
Distribution of domain sizes[{"size":2,"count":5286},{"size":6,"count":6},{"size":22,"count":36},{"size":24,"count":8},{"size":36,"count":360},{"size":42,"count":22},{"size":44,"count":484}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":12},{"degree":2,"count":5287},{"degree":3,"count":38},{"degree":4,"count":17},{"degree":5,"count":102},{"degree":6,"count":22},{"degree":7,"count":111},{"degree":8,"count":16},{"degree":9,"count":111},{"degree":10,"count":35},{"degree":11,"count":48},{"degree":12,"count":33},{"degree":13,"count":52},{"degree":14,"count":19},{"degree":15,"count":61},{"degree":16,"count":14},{"degree":17,"count":33},{"degree":18,"count":10},{"degree":19,"count":26},{"degree":20,"count":19},{"degree":21,"count":18},{"degree":22,"count":8},{"degree":23,"count":15},{"degree":24,"count":11},{"degree":25,"count":13},{"degree":26,"count":1},{"degree":27,"count":14},{"degree":28,"count":12},{"degree":29,"count":6},{"degree":30,"count":10},{"degree":31,"count":2},{"degree":32,"count":2},{"degree":34,"count":3},{"degree":35,"count":4},{"degree":36,"count":4},{"degree":37,"count":1},{"degree":38,"count":2},{"degree":39,"count":4},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":458},{"arity":3,"count":5286}]
Number of extensional constraints0
Number of intensional constraints5744
Distribution of constraint types[{"type":"intension","count":5744}]
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-4301474-1532881567.xml"  -tl '252s' -p 1
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4301474-1532881567.xml, -tl, 252s, -p, 1]
0.34/0.22	c simple solver
0.34/0.28	c parse instance...
12.96/6.08	c solve instance...
252.08/242.80	s UNKNOWN
252.08/242.80	c Unexpected resolution interruption!

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (10053 MiB free)
  memory of node 1: 16384 MiB (12673 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301474-1532881567/watcher-4301474-1532881567 -o /tmp/evaluation-result-4301474-1532881567/solver-4301474-1532881567 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532878307-6428 --watchdog 312 HOME/xcsp3-exec -seed 850736185 -dir HOME -tl 252 -ml 11000 -p 1 HOME/instance-4301474-1532881567.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=9154, runsolver pid=9151

[startup+0.100095 s]*
/proc/loadavg: 1.94 1.91 1.87 4/217 9170
/proc/meminfo: memFree=23256048/32770624 swapFree=67108860/67108860
[pid=9154] ppid=9151 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/9154/stat : 9154 (xcsp3-exec) S 9151 9154 6396 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 105719864 115843072 363 33554432000 4194304 5098028 140731822854928 140731822853032 140038421426812 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34897920 140731822859329 140731822859529 140731822859529 140731822862282 0
/proc/9154/statm: 28282 363 305 221 0 87 0
[pid=9156] ppid=9154 vsize=14082940 memory=28968 CPUtime=0.12 cores=1,3,5,7
/proc/9156/stat : 9156 (java) S 9154 9154 6396 0 -1 1077944320 5609 0 0 0 11 1 0 0 20 0 15 0 105719865 14420930560 7242 33554432000 4194304 4196468 140726303872224 140726303854768 139642912829175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
/proc/9156/statm: 3520735 7242 3009 1 0 3483012 0
[pid=9156/tid=9157] ppid=9154 vsize=14082940 memory=7901466175200269147 CPUtime=0.08 cores=1,3,5,7
/proc/9156/task/9157/stat : 9157 (java) R 9154 9154 6396 0 -1 4202560 3617 0 0 0 8 0 0 0 20 0 15 0 105719865 14420930560 7242 33554432000 4194304 4196468 140726303872224 139642917053264 139642912841110 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9158] ppid=9154 vsize=14082940 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9158/stat : 9158 (java) S 9154 9154 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105719866 14420930560 7242 33554432000 4194304 4196468 140726303872224 139642508864144 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9159] ppid=9154 vsize=14082940 memory=140353288689280 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9159/stat : 9159 (java) S 9154 9154 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105719866 14420930560 7242 33554432000 4194304 4196468 140726303872224 139642507811344 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9160] ppid=9154 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9160/stat : 9160 (java) S 9154 9154 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105719866 14420930560 7242 33554432000 4194304 4196468 140726303872224 139642506758544 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9161] ppid=9154 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9161/stat : 9161 (java) S 9154 9154 6396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105719866 14420930560 7242 33554432000 4194304 4196468 140726303872224 139642505705744 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9162] ppid=9154 vsize=14082940 memory=140353288689280 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9162/stat : 9162 (java) S 9154 9154 6396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105719867 14420930560 7242 33554432000 4194304 4196468 140726303872224 139642387020656 139642912840322 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9163] ppid=9154 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9163/stat : 9163 (java) S 9154 9154 6396 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105719867 14420930560 7242 33554432000 4194304 4196468 140726303872224 139642385966624 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9164] ppid=9154 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9164/stat : 9164 (java) S 9154 9154 6396 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105719868 14420930560 7242 33554432000 4194304 4196468 140726303872224 139642384913776 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9165] ppid=9154 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9165/stat : 9165 (java) S 9154 9154 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105719870 14420930560 7242 33554432000 4194304 4196468 140726303872224 139642383862096 139642912847771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9166] ppid=9154 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9166/stat : 9166 (java) S 9154 9154 6396 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 105719870 14420930560 7242 33554432000 4194304 4196468 140726303872224 139642382809456 139642912840322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9167] ppid=9154 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9167/stat : 9167 (java) S 9154 9154 6396 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 105719870 14420930560 7242 33554432000 4194304 4196468 140726303872224 139642381756656 139642912840322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9168] ppid=9154 vsize=14082940 memory=140353288689280 CPUtime=0.01 cores=1,3,5,7
/proc/9156/task/9168/stat : 9168 (java) R 9154 9154 6396 0 -1 4202560 272 0 0 0 1 0 0 0 20 0 15 0 105719870 14420930560 7242 33554432000 4194304 4196468 140726303872224 139642380703856 139642897068961 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9169] ppid=9154 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9169/stat : 9169 (java) S 9154 9154 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105719870 14420930560 7242 33554432000 4194304 4196468 140726303872224 139642379651296 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9170] ppid=9154 vsize=14082940 memory=140353288689280 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9170/stat : 9170 (java) S 9154 9154 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105719871 14420930560 7242 33554432000 4194304 4196468 140726303872224 139642378599600 139642912840322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 30420 KiB

[startup+0.210605 s]*
/proc/loadavg: 1.94 1.91 1.87 5/217 9170
/proc/meminfo: memFree=23235128/32770624 swapFree=67108860/67108860
[pid=9154] ppid=9151 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/9154/stat : 9154 (xcsp3-exec) S 9151 9154 6396 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 105719864 115843072 363 33554432000 4194304 5098028 140731822854928 140731822853032 140038421426812 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34897920 140731822859329 140731822859529 140731822859529 140731822862282 0
/proc/9154/statm: 28282 363 305 221 0 87 0
[pid=9156] ppid=9154 vsize=14082940 memory=41280 CPUtime=0.34 cores=1,3,5,7
/proc/9156/stat : 9156 (java) S 9154 9154 6396 0 -1 1077944320 8328 0 0 0 32 2 0 0 20 0 15 0 105719865 14420930560 10320 33554432000 4194304 4196468 140726303872224 140726303854768 139642912829175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
/proc/9156/statm: 3520735 10320 3218 1 0 3483012 0
[pid=9156/tid=9157] ppid=9154 vsize=14082940 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/9156/task/9157/stat : 9157 (java) R 9154 9154 6396 0 -1 4202560 5440 0 0 0 19 1 0 0 20 0 15 0 105719865 14420930560 10320 33554432000 4194304 4196468 140726303872224 139642917063872 139642896909662 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9158] ppid=9154 vsize=14082940 memory=12591 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9158/stat : 9158 (java) S 9154 9154 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105719866 14420930560 10320 33554432000 4194304 4196468 140726303872224 139642508864144 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9159] ppid=9154 vsize=14082940 memory=140353289310371 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9159/stat : 9159 (java) S 9154 9154 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105719866 14420930560 10320 33554432000 4194304 4196468 140726303872224 139642507811344 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9160] ppid=9154 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9160/stat : 9160 (java) S 9154 9154 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105719866 14420930560 10320 33554432000 4194304 4196468 140726303872224 139642506758544 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9161] ppid=9154 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9161/stat : 9161 (java) S 9154 9154 6396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105719866 14420930560 10320 33554432000 4194304 4196468 140726303872224 139642505705744 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9162] ppid=9154 vsize=14082940 memory=140353288689280 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9162/stat : 9162 (java) S 9154 9154 6396 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105719867 14420930560 10320 33554432000 4194304 4196468 140726303872224 139642387020656 139642912840322 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9163] ppid=9154 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9163/stat : 9163 (java) S 9154 9154 6396 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105719867 14420930560 10320 33554432000 4194304 4196468 140726303872224 139642385966624 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9164] ppid=9154 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9164/stat : 9164 (java) S 9154 9154 6396 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105719868 14420930560 10320 33554432000 4194304 4196468 140726303872224 139642384913776 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9165] ppid=9154 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9165/stat : 9165 (java) S 9154 9154 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105719870 14420930560 10320 33554432000 4194304 4196468 140726303872224 139642383862096 139642912847771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9166] ppid=9154 vsize=14082940 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/9156/task/9166/stat : 9166 (java) S 9154 9154 6396 0 -1 1077944384 598 0 0 0 2 0 0 0 20 0 15 0 105719870 14420930560 10320 33554432000 4194304 4196468 140726303872224 139642382809456 139642912840322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9167] ppid=9154 vsize=14082940 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/9156/task/9167/stat : 9167 (java) S 9154 9154 6396 0 -1 1077944384 217 0 0 0 2 0 0 0 20 0 15 0 105719870 14420930560 10320 33554432000 4194304 4196468 140726303872224 139642381756656 139642912840322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9168] ppid=9154 vsize=14082940 memory=140353288689280 CPUtime=0.08 cores=1,3,5,7
/proc/9156/task/9168/stat : 9168 (java) S 9154 9154 6396 0 -1 1077944384 770 0 0 0 8 0 0 0 20 0 15 0 105719870 14420930560 10320 33554432000 4194304 4196468 140726303872224 139642380703856 139642912840322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9169] ppid=9154 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9169/stat : 9169 (java) S 9154 9154 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105719870 14420930560 10320 33554432000 4194304 4196468 140726303872224 139642379651296 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9170] ppid=9154 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9170/stat : 9170 (java) S 9154 9154 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105719871 14420930560 10320 33554432000 4194304 4196468 140726303872224 139642378599600 139642912840322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 42732 KiB

[startup+0.311953 s]*
/proc/loadavg: 1.94 1.91 1.87 4/217 9170
/proc/meminfo: memFree=23233232/32770624 swapFree=67108860/67108860
[pid=9154] ppid=9151 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/9154/stat : 9154 (xcsp3-exec) S 9151 9154 6396 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 105719864 115843072 363 33554432000 4194304 5098028 140731822854928 140731822853032 140038421426812 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34897920 140731822859329 140731822859529 140731822859529 140731822862282 0
/proc/9154/statm: 28282 363 305 221 0 87 0
[pid=9156] ppid=9154 vsize=14087196 memory=48104 CPUtime=0.52 cores=1,3,5,7
/proc/9156/stat : 9156 (java) S 9154 9154 6396 0 -1 1077944320 9213 0 0 0 49 3 0 0 20 0 15 0 105719865 14425288704 12026 33554432000 4194304 4196468 140726303872224 140726303854768 139642912829175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
/proc/9156/statm: 3521799 12026 3258 1 0 3483012 0
[pid=9156/tid=9157] ppid=9154 vsize=14087196 memory=8112282956445269571 CPUtime=0.29 cores=1,3,5,7
/proc/9156/task/9157/stat : 9157 (java) R 9154 9154 6396 0 -1 4202560 6158 0 0 0 27 2 0 0 20 0 15 0 105719865 14425288704 12026 33554432000 4194304 4196468 140726303872224 139642917057376 139642912851101 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9158] ppid=9154 vsize=14087196 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9158/stat : 9158 (java) S 9154 9154 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105719866 14425288704 12026 33554432000 4194304 4196468 140726303872224 139642508864144 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9159] ppid=9154 vsize=14087196 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9159/stat : 9159 (java) S 9154 9154 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105719866 14425288704 12026 33554432000 4194304 4196468 140726303872224 139642507811344 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9160] ppid=9154 vsize=14087196 memory=-5587046532246807594 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9160/stat : 9160 (java) S 9154 9154 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105719866 14425288704 12026 33554432000 4194304 4196468 140726303872224 139642506758544 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9161] ppid=9154 vsize=14087196 memory=7379517710693473142 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9161/stat : 9161 (java) S 9154 9154 6396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105719866 14425288704 12026 33554432000 4194304 4196468 140726303872224 139642505705744 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9162] ppid=9154 vsize=14087196 memory=7016714186490735262 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9162/stat : 9162 (java) S 9154 9154 6396 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105719867 14425288704 12026 33554432000 4194304 4196468 140726303872224 139642387020656 139642912840322 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9163] ppid=9154 vsize=14087196 memory=-9062862659931694204 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9163/stat : 9163 (java) S 9154 9154 6396 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105719867 14425288704 12026 33554432000 4194304 4196468 140726303872224 139642385966624 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9164] ppid=9154 vsize=14087196 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9164/stat : 9164 (java) S 9154 9154 6396 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105719868 14425288704 12026 33554432000 4194304 4196468 140726303872224 139642384913776 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9165] ppid=9154 vsize=14087196 memory=8693815914432465728 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9165/stat : 9165 (java) S 9154 9154 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105719870 14425288704 12026 33554432000 4194304 4196468 140726303872224 139642383862096 139642912847771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9166] ppid=9154 vsize=14087196 memory=8325818968683490714 CPUtime=0.05 cores=1,3,5,7
/proc/9156/task/9166/stat : 9166 (java) R 9154 9154 6396 0 -1 4202560 713 0 0 0 5 0 0 0 20 0 15 0 105719870 14425288704 12026 33554432000 4194304 4196468 140726303872224 139642382809456 139642890393936 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9167] ppid=9154 vsize=14087196 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/9156/task/9167/stat : 9167 (java) S 9154 9154 6396 0 -1 1077944384 226 0 0 0 4 0 0 0 20 0 15 0 105719870 14425288704 12026 33554432000 4194304 4196468 140726303872224 139642381756656 139642912840322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9168] ppid=9154 vsize=14087196 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/9156/task/9168/stat : 9168 (java) S 9154 9154 6396 0 -1 1077944384 822 0 0 0 12 0 0 0 20 0 15 0 105719870 14425288704 12026 33554432000 4194304 4196468 140726303872224 139642380703856 139642912840322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9169] ppid=9154 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9169/stat : 9169 (java) S 9154 9154 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105719870 14425288704 12026 33554432000 4194304 4196468 140726303872224 139642379651296 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9170] ppid=9154 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9170/stat : 9170 (java) S 9154 9154 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105719871 14425288704 12026 33554432000 4194304 4196468 140726303872224 139642378599600 139642912840322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 49556 KiB

[startup+0.701229 s]
/proc/loadavg: 1.94 1.91 1.87 3/217 9170
/proc/meminfo: memFree=23211732/32770624 swapFree=67108860/67108860
[pid=9154] ppid=9151 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/9154/stat : 9154 (xcsp3-exec) S 9151 9154 6396 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 105719864 115843072 363 33554432000 4194304 5098028 140731822854928 140731822853032 140038421426812 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34897920 140731822859329 140731822859529 140731822859529 140731822862282 0
/proc/9154/statm: 28282 363 305 221 0 87 0
[pid=9156] ppid=9154 vsize=14089320 memory=118356 CPUtime=1.76 cores=1,3,5,7
/proc/9156/stat : 9156 (java) S 9154 9154 6396 0 -1 1077944320 12930 0 0 0 171 5 0 0 20 0 15 0 105719865 14427463680 29589 33554432000 4194304 4196468 140726303872224 140726303854768 139642912829175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
/proc/9156/statm: 3522330 29589 3350 1 0 3483524 0
[pid=9156/tid=9157] ppid=9154 vsize=14089320 memory=33 CPUtime=0.67 cores=1,3,5,7
/proc/9156/task/9157/stat : 9157 (java) R 9154 9154 6396 0 -1 4202560 6673 0 0 0 64 3 0 0 20 0 15 0 105719865 14427463680 29589 33554432000 4194304 4196468 140726303872224 139642917064976 139642912843039 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9158] ppid=9154 vsize=14089320 memory=-7816663703405220396 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9158/stat : 9158 (java) S 9154 9154 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105719866 14427463680 29589 33554432000 4194304 4196468 140726303872224 139642508864144 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9159] ppid=9154 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9159/stat : 9159 (java) S 9154 9154 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105719866 14427463680 29589 33554432000 4194304 4196468 140726303872224 139642507811344 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9160] ppid=9154 vsize=14089320 memory=30100 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9160/stat : 9160 (java) S 9154 9154 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105719866 14427463680 29589 33554432000 4194304 4196468 140726303872224 139642506758544 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9161] ppid=9154 vsize=14089320 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9161/stat : 9161 (java) S 9154 9154 6396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105719866 14427463680 29589 33554432000 4194304 4196468 140726303872224 139642505705744 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9162] ppid=9154 vsize=14089320 memory=2416 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9162/stat : 9162 (java) S 9154 9154 6396 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105719867 14427463680 29589 33554432000 4194304 4196468 140726303872224 139642387020656 139642912840322 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9163] ppid=9154 vsize=14089320 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9163/stat : 9163 (java) S 9154 9154 6396 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105719867 14427463680 29589 33554432000 4194304 4196468 140726303872224 139642385966624 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9164] ppid=9154 vsize=14089320 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9164/stat : 9164 (java) S 9154 9154 6396 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105719868 14427463680 29589 33554432000 4194304 4196468 140726303872224 139642384913776 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9165] ppid=9154 vsize=14089320 memory=796 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9165/stat : 9165 (java) S 9154 9154 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105719870 14427463680 29589 33554432000 4194304 4196468 140726303872224 139642383862096 139642912847771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9166] ppid=9154 vsize=14089320 memory=5408 CPUtime=0.37 cores=1,3,5,7
/proc/9156/task/9166/stat : 9166 (java) R 9154 9154 6396 0 -1 4202560 1772 0 0 0 37 0 0 0 20 0 15 0 105719870 14427463680 29589 33554432000 4194304 4196468 140726303872224 139642382807856 139642896355827 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9167] ppid=9154 vsize=14089320 memory=1008 CPUtime=0.37 cores=1,3,5,7
/proc/9156/task/9167/stat : 9167 (java) R 9154 9154 6396 0 -1 4202560 1350 0 0 0 37 0 0 0 20 0 15 0 105719870 14427463680 29589 33554432000 4194304 4196468 140726303872224 139642381736656 139642896328343 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9168] ppid=9154 vsize=14089320 memory=9992 CPUtime=0.31 cores=1,3,5,7
/proc/9156/task/9168/stat : 9168 (java) R 9154 9154 6396 0 -1 4202560 1826 0 0 0 31 0 0 0 20 0 15 0 105719870 14427463680 29589 33554432000 4194304 4196468 140726303872224 139642380700952 139642891754852 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9169] ppid=9154 vsize=14089320 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9169/stat : 9169 (java) S 9154 9154 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105719870 14427463680 29589 33554432000 4194304 4196468 140726303872224 139642379651296 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9170] ppid=9154 vsize=14089320 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9170/stat : 9170 (java) S 9154 9154 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105719871 14427463680 29589 33554432000 4194304 4196468 140726303872224 139642378599600 139642912840322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
Current children cumulated CPU time: 1.76 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 119808 KiB

[startup+1.50122 s]
/proc/loadavg: 1.94 1.91 1.87 5/217 9170
/proc/meminfo: memFree=23125788/32770624 swapFree=67108860/67108860
[pid=9154] ppid=9151 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/9154/stat : 9154 (xcsp3-exec) S 9151 9154 6396 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 105719864 115843072 363 33554432000 4194304 5098028 140731822854928 140731822853032 140038421426812 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34897920 140731822859329 140731822859529 140731822859529 140731822862282 0
/proc/9154/statm: 28282 363 305 221 0 87 0

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

/proc/9156/task/9164/stat : 9164 (java) S 9154 9154 6396 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 105719868 14429560832 206633 33554432000 4194304 4196468 140726303872224 139642384913776 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9165] ppid=9154 vsize=14091368 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9165/stat : 9165 (java) S 9154 9154 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105719870 14429560832 206633 33554432000 4194304 4196468 140726303872224 139642383862096 139642912847771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9166] ppid=9154 vsize=14091368 memory=824392 CPUtime=3.37 cores=1,3,5,7
/proc/9156/task/9166/stat : 9166 (java) S 9154 9154 6396 0 -1 1077944384 15254 0 0 0 334 3 0 0 20 0 15 0 105719870 14429560832 206633 33554432000 4194304 4196468 140726303872224 139642382809456 139642912840322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9167] ppid=9154 vsize=14091368 memory=16412 CPUtime=2.93 cores=1,3,5,7
/proc/9156/task/9167/stat : 9167 (java) S 9154 9154 6396 0 -1 1077944384 14438 0 0 0 291 2 0 0 20 0 15 0 105719870 14429560832 206633 33554432000 4194304 4196468 140726303872224 139642381756656 139642912840322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9168] ppid=9154 vsize=14091368 memory=17224 CPUtime=0.84 cores=1,3,5,7
/proc/9156/task/9168/stat : 9168 (java) S 9154 9154 6396 0 -1 1077944384 7107 0 0 0 83 1 0 0 20 0 15 0 105719870 14429560832 206633 33554432000 4194304 4196468 140726303872224 139642380703856 139642912840322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9169] ppid=9154 vsize=14091368 memory=280706312790656 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9169/stat : 9169 (java) S 9154 9154 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105719870 14429560832 206633 33554432000 4194304 4196468 140726303872224 139642379651296 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9170] ppid=9154 vsize=14091368 memory=280706311785616 CPUtime=0.04 cores=1,3,5,7
/proc/9156/task/9170/stat : 9170 (java) S 9154 9154 6396 0 -1 1077944384 1048 0 0 0 1 3 0 0 20 0 15 0 105719871 14429560832 206633 33554432000 4194304 4196468 140726303872224 139642378599600 139642912840322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
Current children cumulated CPU time: 111.22 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 827984 KiB

[startup+162.301 s]
/proc/loadavg: 2.02 1.95 1.88 3/217 9173
/proc/meminfo: memFree=22439888/32770624 swapFree=67108860/67108860
[pid=9154] ppid=9151 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/9154/stat : 9154 (xcsp3-exec) S 9151 9154 6396 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 105719864 115843072 363 33554432000 4194304 5098028 140731822854928 140731822853032 140038421426812 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34897920 140731822859329 140731822859529 140731822859529 140731822862282 0
/proc/9154/statm: 28282 363 305 221 0 87 0
[pid=9156] ppid=9154 vsize=14091368 memory=841248 CPUtime=171.5 cores=1,3,5,7
/proc/9156/stat : 9156 (java) S 9154 9154 6396 0 -1 1077944320 66287 0 0 0 17092 58 0 0 20 0 15 0 105719865 14429560832 210312 33554432000 4194304 4196468 140726303872224 140726303854768 139642912829175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
/proc/9156/statm: 3522842 210312 3435 1 0 3484036 0
[pid=9156/tid=9157] ppid=9154 vsize=14091368 memory=841248 CPUtime=161.62 cores=1,3,5,7
/proc/9156/task/9157/stat : 9157 (java) R 9154 9154 6396 0 -1 4202560 16871 0 0 0 16151 11 0 0 20 0 15 0 105719865 14429560832 210312 33554432000 4194304 4196468 140726303872224 139642917064880 139642559016455 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9158] ppid=9154 vsize=14091368 memory=841248 CPUtime=0.59 cores=1,3,5,7
/proc/9156/task/9158/stat : 9158 (java) S 9154 9154 6396 0 -1 1077944384 573 0 0 0 50 9 0 0 20 0 15 0 105719866 14429560832 210312 33554432000 4194304 4196468 140726303872224 139642508864144 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9159] ppid=9154 vsize=14091368 memory=841248 CPUtime=0.58 cores=1,3,5,7
/proc/9156/task/9159/stat : 9159 (java) S 9154 9154 6396 0 -1 1077944384 1860 0 0 0 50 8 0 0 20 0 15 0 105719866 14429560832 210312 33554432000 4194304 4196468 140726303872224 139642507811344 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9160] ppid=9154 vsize=14091368 memory=841248 CPUtime=0.58 cores=1,3,5,7
/proc/9156/task/9160/stat : 9160 (java) S 9154 9154 6396 0 -1 1077944384 572 0 0 0 49 9 0 0 20 0 15 0 105719866 14429560832 210312 33554432000 4194304 4196468 140726303872224 139642506758544 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9161] ppid=9154 vsize=14091368 memory=841248 CPUtime=0.56 cores=1,3,5,7
/proc/9156/task/9161/stat : 9161 (java) S 9154 9154 6396 0 -1 1077944384 647 0 0 0 48 8 0 0 20 0 15 0 105719866 14429560832 210312 33554432000 4194304 4196468 140726303872224 139642505705744 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9162] ppid=9154 vsize=14091368 memory=1452 CPUtime=0.03 cores=1,3,5,7
/proc/9156/task/9162/stat : 9162 (java) S 9154 9154 6396 0 -1 1077944384 1805 0 0 0 3 0 0 0 20 0 15 0 105719867 14429560832 210312 33554432000 4194304 4196468 140726303872224 139642387020656 139642912840322 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9163] ppid=9154 vsize=14091368 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9163/stat : 9163 (java) S 9154 9154 6396 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 105719867 14429560832 210312 33554432000 4194304 4196468 140726303872224 139642385966624 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9164] ppid=9154 vsize=14091368 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9164/stat : 9164 (java) S 9154 9154 6396 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 105719868 14429560832 210312 33554432000 4194304 4196468 140726303872224 139642384913776 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9165] ppid=9154 vsize=14091368 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9165/stat : 9165 (java) S 9154 9154 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105719870 14429560832 210312 33554432000 4194304 4196468 140726303872224 139642383862096 139642912847771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9166] ppid=9154 vsize=14091368 memory=1428 CPUtime=3.47 cores=1,3,5,7
/proc/9156/task/9166/stat : 9166 (java) S 9154 9154 6396 0 -1 1077944384 17200 0 0 0 344 3 0 0 20 0 15 0 105719870 14429560832 210312 33554432000 4194304 4196468 140726303872224 139642382809456 139642912840322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9167] ppid=9154 vsize=14091368 memory=841248 CPUtime=3.05 cores=1,3,5,7
/proc/9156/task/9167/stat : 9167 (java) S 9154 9154 6396 0 -1 1077944384 16457 0 0 0 303 2 0 0 20 0 15 0 105719870 14429560832 210312 33554432000 4194304 4196468 140726303872224 139642381756656 139642912840322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9168] ppid=9154 vsize=14091368 memory=1452 CPUtime=0.87 cores=1,3,5,7
/proc/9156/task/9168/stat : 9168 (java) S 9154 9154 6396 0 -1 1077944384 7871 0 0 0 86 1 0 0 20 0 15 0 105719870 14429560832 210312 33554432000 4194304 4196468 140726303872224 139642380703856 139642912840322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9169] ppid=9154 vsize=14091368 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9169/stat : 9169 (java) S 9154 9154 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105719870 14429560832 210312 33554432000 4194304 4196468 140726303872224 139642379651296 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9170] ppid=9154 vsize=14091368 memory=4128 CPUtime=0.07 cores=1,3,5,7
/proc/9156/task/9170/stat : 9170 (java) S 9154 9154 6396 0 -1 1077944384 1076 0 0 0 3 4 0 0 20 0 15 0 105719871 14429560832 210312 33554432000 4194304 4196468 140726303872224 139642378599600 139642912840322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
Current children cumulated CPU time: 171.5 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 842700 KiB

[startup+222.301 s]
/proc/loadavg: 2.01 1.96 1.89 3/217 9252
/proc/meminfo: memFree=22762896/32770624 swapFree=67108860/67108860
[pid=9154] ppid=9151 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/9154/stat : 9154 (xcsp3-exec) S 9151 9154 6396 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 105719864 115843072 363 33554432000 4194304 5098028 140731822854928 140731822853032 140038421426812 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34897920 140731822859329 140731822859529 140731822859529 140731822862282 0
/proc/9154/statm: 28282 363 305 221 0 87 0
[pid=9156] ppid=9154 vsize=14091368 memory=841248 CPUtime=231.54 cores=1,3,5,7
/proc/9156/stat : 9156 (java) S 9154 9154 6396 0 -1 1077944320 68198 0 0 0 23094 60 0 0 20 0 15 0 105719865 14429560832 210312 33554432000 4194304 4196468 140726303872224 140726303854768 139642912829175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
/proc/9156/statm: 3522842 210312 3435 1 0 3484036 0
[pid=9156/tid=9157] ppid=9154 vsize=14091368 memory=1452 CPUtime=221.62 cores=1,3,5,7
/proc/9156/task/9157/stat : 9157 (java) R 9154 9154 6396 0 -1 4202560 17903 0 0 0 22151 11 0 0 20 0 15 0 105719865 14429560832 210312 33554432000 4194304 4196468 140726303872224 139642917065616 139642558931256 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9158] ppid=9154 vsize=14091368 memory=841248 CPUtime=0.59 cores=1,3,5,7
/proc/9156/task/9158/stat : 9158 (java) S 9154 9154 6396 0 -1 1077944384 573 0 0 0 50 9 0 0 20 0 15 0 105719866 14429560832 210312 33554432000 4194304 4196468 140726303872224 139642508864144 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9159] ppid=9154 vsize=14091368 memory=1452 CPUtime=0.58 cores=1,3,5,7
/proc/9156/task/9159/stat : 9159 (java) S 9154 9154 6396 0 -1 1077944384 1860 0 0 0 50 8 0 0 20 0 15 0 105719866 14429560832 210312 33554432000 4194304 4196468 140726303872224 139642507811344 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9160] ppid=9154 vsize=14091368 memory=841248 CPUtime=0.58 cores=1,3,5,7
/proc/9156/task/9160/stat : 9160 (java) S 9154 9154 6396 0 -1 1077944384 572 0 0 0 49 9 0 0 20 0 15 0 105719866 14429560832 210312 33554432000 4194304 4196468 140726303872224 139642506758544 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9161] ppid=9154 vsize=14091368 memory=1452 CPUtime=0.56 cores=1,3,5,7
/proc/9156/task/9161/stat : 9161 (java) S 9154 9154 6396 0 -1 1077944384 647 0 0 0 48 8 0 0 20 0 15 0 105719866 14429560832 210312 33554432000 4194304 4196468 140726303872224 139642505705744 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9162] ppid=9154 vsize=14091368 memory=841248 CPUtime=0.03 cores=1,3,5,7
/proc/9156/task/9162/stat : 9162 (java) S 9154 9154 6396 0 -1 1077944384 1846 0 0 0 3 0 0 0 20 0 15 0 105719867 14429560832 210312 33554432000 4194304 4196468 140726303872224 139642387020656 139642912840322 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9163] ppid=9154 vsize=14091368 memory=4128 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9163/stat : 9163 (java) S 9154 9154 6396 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 105719867 14429560832 210312 33554432000 4194304 4196468 140726303872224 139642385966624 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9164] ppid=9154 vsize=14091368 memory=30100 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9164/stat : 9164 (java) S 9154 9154 6396 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 105719868 14429560832 210312 33554432000 4194304 4196468 140726303872224 139642384913776 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9165] ppid=9154 vsize=14091368 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9165/stat : 9165 (java) S 9154 9154 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105719870 14429560832 210312 33554432000 4194304 4196468 140726303872224 139642383862096 139642912847771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9166] ppid=9154 vsize=14091368 memory=1452 CPUtime=3.47 cores=1,3,5,7
/proc/9156/task/9166/stat : 9166 (java) S 9154 9154 6396 0 -1 1077944384 17994 0 0 0 344 3 0 0 20 0 15 0 105719870 14429560832 210312 33554432000 4194304 4196468 140726303872224 139642382809456 139642912840322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9167] ppid=9154 vsize=14091368 memory=841248 CPUtime=3.05 cores=1,3,5,7
/proc/9156/task/9167/stat : 9167 (java) S 9154 9154 6396 0 -1 1077944384 16460 0 0 0 303 2 0 0 20 0 15 0 105719870 14429560832 210312 33554432000 4194304 4196468 140726303872224 139642381756656 139642912840322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9168] ppid=9154 vsize=14091368 memory=1452 CPUtime=0.87 cores=1,3,5,7
/proc/9156/task/9168/stat : 9168 (java) S 9154 9154 6396 0 -1 1077944384 7875 0 0 0 86 1 0 0 20 0 15 0 105719870 14429560832 210312 33554432000 4194304 4196468 140726303872224 139642380703856 139642912840322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9169] ppid=9154 vsize=14091368 memory=841248 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9169/stat : 9169 (java) S 9154 9154 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105719870 14429560832 210312 33554432000 4194304 4196468 140726303872224 139642379651296 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9170] ppid=9154 vsize=14091368 memory=30100 CPUtime=0.09 cores=1,3,5,7
/proc/9156/task/9170/stat : 9170 (java) S 9154 9154 6396 0 -1 1077944384 1113 0 0 0 4 5 0 0 20 0 15 0 105719871 14429560832 210312 33554432000 4194304 4196468 140726303872224 139642378599600 139642912840322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
Current children cumulated CPU time: 231.54 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 842700 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+242.801 s]
/proc/loadavg: 2.00 1.96 1.89 3/218 9260
/proc/meminfo: memFree=22758828/32770624 swapFree=67108860/67108860
[pid=9154] ppid=9151 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/9154/stat : 9154 (xcsp3-exec) S 9151 9154 6396 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 105719864 115843072 363 33554432000 4194304 5098028 140731822854928 140731822853032 140038421426812 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34897920 140731822859329 140731822859529 140731822859529 140731822862282 0
/proc/9154/statm: 28282 363 305 221 0 87 0
[pid=9156] ppid=9154 vsize=14091368 memory=841248 CPUtime=252.08 cores=1,3,5,7
/proc/9156/stat : 9156 (java) S 9154 9154 6396 0 -1 1077944320 70686 0 0 0 25147 61 0 0 20 0 15 0 105719865 14429560832 210312 33554432000 4194304 4196468 140726303872224 140726303854768 139642912829175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
/proc/9156/statm: 3522842 210312 3435 1 0 3484036 0
[pid=9156/tid=9157] ppid=9154 vsize=14091368 memory=14134428972616243 CPUtime=242.12 cores=1,3,5,7
/proc/9156/task/9157/stat : 9157 (java) R 9154 9154 6396 0 -1 4202560 18625 0 0 0 24201 11 0 0 20 0 15 0 105719865 14429560832 210312 33554432000 4194304 4196468 140726303872224 139642917068472 139642558931184 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9158] ppid=9154 vsize=14091368 memory=1428 CPUtime=0.59 cores=1,3,5,7
/proc/9156/task/9158/stat : 9158 (java) S 9154 9154 6396 0 -1 1077944384 573 0 0 0 50 9 0 0 20 0 15 0 105719866 14429560832 210312 33554432000 4194304 4196468 140726303872224 139642508864144 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9159] ppid=9154 vsize=14091368 memory=15876 CPUtime=0.58 cores=1,3,5,7
/proc/9156/task/9159/stat : 9159 (java) S 9154 9154 6396 0 -1 1077944384 1860 0 0 0 50 8 0 0 20 0 15 0 105719866 14429560832 210312 33554432000 4194304 4196468 140726303872224 139642507811344 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9160] ppid=9154 vsize=14091368 memory=16412 CPUtime=0.58 cores=1,3,5,7
/proc/9156/task/9160/stat : 9160 (java) S 9154 9154 6396 0 -1 1077944384 572 0 0 0 49 9 0 0 20 0 15 0 105719866 14429560832 210312 33554432000 4194304 4196468 140726303872224 139642506758544 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9161] ppid=9154 vsize=14091368 memory=17228 CPUtime=0.56 cores=1,3,5,7
/proc/9156/task/9161/stat : 9161 (java) S 9154 9154 6396 0 -1 1077944384 647 0 0 0 48 8 0 0 20 0 15 0 105719866 14429560832 210312 33554432000 4194304 4196468 140726303872224 139642505705744 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9162] ppid=9154 vsize=14091368 memory=4048 CPUtime=0.03 cores=1,3,5,7
/proc/9156/task/9162/stat : 9162 (java) S 9154 9154 6396 0 -1 1077944384 1855 0 0 0 3 0 0 0 20 0 15 0 105719867 14429560832 210312 33554432000 4194304 4196468 140726303872224 139642387020656 139642912840322 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9163] ppid=9154 vsize=14091368 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9163/stat : 9163 (java) S 9154 9154 6396 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 105719867 14429560832 210312 33554432000 4194304 4196468 140726303872224 139642385966624 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9164] ppid=9154 vsize=14091368 memory=636 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9164/stat : 9164 (java) S 9154 9154 6396 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 105719868 14429560832 210312 33554432000 4194304 4196468 140726303872224 139642384913776 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9165] ppid=9154 vsize=14091368 memory=960 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9165/stat : 9165 (java) S 9154 9154 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105719870 14429560832 210312 33554432000 4194304 4196468 140726303872224 139642383862096 139642912847771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9166] ppid=9154 vsize=14091368 memory=1232 CPUtime=3.48 cores=1,3,5,7
/proc/9156/task/9166/stat : 9166 (java) S 9154 9154 6396 0 -1 1077944384 18624 0 0 0 345 3 0 0 20 0 15 0 105719870 14429560832 210312 33554432000 4194304 4196468 140726303872224 139642382809456 139642912840322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9167] ppid=9154 vsize=14091368 memory=2344 CPUtime=3.07 cores=1,3,5,7
/proc/9156/task/9167/stat : 9167 (java) S 9154 9154 6396 0 -1 1077944384 17335 0 0 0 305 2 0 0 20 0 15 0 105719870 14429560832 210312 33554432000 4194304 4196468 140726303872224 139642381756656 139642912840322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9168] ppid=9154 vsize=14091368 memory=932 CPUtime=0.87 cores=1,3,5,7
/proc/9156/task/9168/stat : 9168 (java) S 9154 9154 6396 0 -1 1077944384 8090 0 0 0 86 1 0 0 20 0 15 0 105719870 14429560832 210312 33554432000 4194304 4196468 140726303872224 139642380703856 139642912840322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9169] ppid=9154 vsize=14091368 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/9156/task/9169/stat : 9169 (java) S 9154 9154 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105719870 14429560832 210312 33554432000 4194304 4196468 140726303872224 139642379651296 139642912839381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
[pid=9156/tid=9170] ppid=9154 vsize=14091368 memory=16412 CPUtime=0.11 cores=1,3,5,7
/proc/9156/task/9170/stat : 9170 (java) S 9154 9154 6396 0 -1 1077944384 1150 0 0 0 5 6 0 0 20 0 15 0 105719871 14429560832 210312 33554432000 4194304 4196468 140726303872224 139642378599600 139642912840322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21970944 140726303880332 140726303880502 140726303880502 140726303883215 0
Current children cumulated CPU time: 252.08 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 842700 KiB

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

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

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

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

Child status: 143
Real time (s): 242.819
CPU time (s): 252.106
CPU user time (s): 251.479
CPU system time (s): 0.626615
CPU usage (%): 103.825
Max. virtual memory (cumulated for all children) (KiB): 14204496
Max. memory (cumulated for all children) (KiB): 842700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.479
system time used= 0.626615
maximum resident set size= 848536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71789
page faults= 0
swaps= 0
block input operations= 0
block output operations= 392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8614
involuntary context switches= 167


# summary of solver processes directly reported to runsolver:
#   pid: 9154,9156
#   total CPU time (s): 252.106
#   total CPU user time (s): 251.479
#   total CPU system time (s): 0.626615

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.619 second user time and 2.36616 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-29 18:26:07
IDJOB=4301474
IDBENCH=141189
IDSOLVER=2772
FILE ID=node139/4301474-1532881567
RUNJOBID= node139-1532878307-6428
PBS_JOBID= 21022510
Free space on /tmp= 45024 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/Rlfap/Rlfap-opt/Rlfap-scen-08-opt_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-4301474-1532881567/watcher-4301474-1532881567 -o /tmp/evaluation-result-4301474-1532881567/solver-4301474-1532881567 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532878307-6428 --watchdog 312  HOME/xcsp3-exec -seed 850736185 -dir HOME -tl 252 -ml 11000 -p 1 HOME/instance-4301474-1532881567.xml

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

MD5SUM BENCH= 9be5bd0a86f9e024d7fdf548556c4b89
RANDOM SEED=850736185

node139.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.80
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.80
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.80
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.80
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:        23273228 kB
MemAvailable:   31269996 kB
Buffers:          249320 kB
Cached:          7862144 kB
SwapCached:            0 kB
Active:          3698380 kB
Inactive:        5127000 kB
Active(anon):     668292 kB
Inactive(anon):    73544 kB
Active(file):    3030088 kB
Inactive(file):  5053456 kB
Unevictable:        7308 kB
Mlocked:            7308 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             22344 kB
Writeback:             0 kB
AnonPages:        663772 kB
Mapped:            57584 kB
Shmem:             25228 kB
Slab:             370708 kB
SReclaimable:     341684 kB
SUnreclaim:        29024 kB
KernelStack:        3840 kB
PageTables:         6700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1915492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    534528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 45004 MiB
End job on node139 at 2018-07-29 18:30:10