Trace number 4269415

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 NameAnswerCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-09)? (TO) 2520.1299 2509.6299

General information on the benchmark

NameColouredQueens/ColouredQueens-m1-s1/
ColouredQueens-14.xml
MD5SUMeb742fbc5fe115028f4ee34ab4b949cf
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables196
Number of constraints78
Number of domains1
Minimum domain size14
Maximum domain size14
Distribution of domain sizes[{"size":14,"count":196}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":192}]
Minimum constraint arity2
Maximum constraint arity14
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":4},{"arity":12,"count":4},{"arity":13,"count":4},{"arity":14,"count":30}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":78}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269415-1502693578.xml"  -tl '2520s' -p 1 -x 0
0.07/0.28	c [HOME/instance-4269415-1502693578.xml, -tl, 2520s, -p, 1, -x, 0]
0.26/0.34	c simple solver
0.26/0.41	c parse instance...
0.64/0.60	c solve instance...
2520.09/2509.60	s UNKNOWN
2520.09/2509.60	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 (15436 MiB free)
  memory of node 1: 16384 MiB (15371 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269415-1502693578/watcher-4269415-1502693578 -o /tmp/evaluation-result-4269415-1502693578/solver-4269415-1502693578 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502649032-24470 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 460064175 HOME/instance-4269415-1502693578.xml 

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

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


[startup+0.10149 s]*
/proc/loadavg: 1.71 1.65 1.68 3/202 31367
/proc/meminfo: memFree=31547644/32770624 swapFree=67108764/67108860
[pid=31364] ppid=31361 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31364/stat : 31364 (xcsp3-exec) S 31361 31364 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 116864279 9740288 345 18446744073709551615 4194304 5098028 140723274269360 140723274267464 139630533612156 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 37044224 140723274277241 140723274277445 140723274277445 140723274280939 0
/proc/31364/statm: 2378 345 289 221 0 87 0
[pid=31366] ppid=31364 vsize=13358712 memory=11204 CPUtime=0 cores=0,2,4,6
/proc/31366/stat : 31366 (java) S 31364 31364 4674 0 -1 1077944320 2581 0 0 0 0 0 0 0 20 0 6 0 116864289 13679321088 2801 18446744073709551615 4194304 4196468 140732058171088 140732058153632 140320152092407 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
/proc/31366/statm: 3339678 2801 1308 1 0 3329175 0
[pid=31366/tid=31367] ppid=31364 vsize=13358712 memory=-8713483618642852700 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31367/stat : 31367 (java) R 31364 31364 4674 0 -1 4202560 1391 0 0 0 0 0 0 0 20 0 6 0 116864290 13679321088 2866 18446744073709551615 4194304 4196468 140732058171088 140320156328528 140320113074038 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31368] ppid=31364 vsize=13358712 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31368/stat : 31368 (java) S 31364 31364 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 116864290 13679321088 2866 18446744073709551615 4194304 4196468 140732058171088 140319752448400 140320152102613 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31369] ppid=31364 vsize=13358712 memory=139852071310976 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31369/stat : 31369 (java) S 31364 31364 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 116864290 13679321088 2866 18446744073709551615 4194304 4196468 140732058171088 140319751395600 140320152102613 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31370] ppid=31364 vsize=13358712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31370/stat : 31370 (java) S 31364 31364 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 116864290 13679321088 2866 18446744073709551615 4194304 4196468 140732058171088 140319750343312 140320152102613 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31371] ppid=31364 vsize=13358712 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31371/stat : 31371 (java) S 31364 31364 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 116864290 13679321088 2866 18446744073709551615 4194304 4196468 140732058171088 140319749290512 140320152102613 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 12584 KiB

[startup+0.210337 s]*
/proc/loadavg: 1.71 1.65 1.68 3/215 31380
/proc/meminfo: memFree=31537184/32770624 swapFree=67108764/67108860
[pid=31364] ppid=31361 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31364/stat : 31364 (xcsp3-exec) S 31361 31364 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 116864279 9740288 345 18446744073709551615 4194304 5098028 140723274269360 140723274267464 139630533612156 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 37044224 140723274277241 140723274277445 140723274277445 140723274280939 0
/proc/31364/statm: 2378 345 289 221 0 87 0
[pid=31366] ppid=31364 vsize=13974352 memory=26368 CPUtime=0.07 cores=0,2,4,6
/proc/31366/stat : 31366 (java) S 31364 31364 4674 0 -1 1077944320 5025 0 0 0 6 1 0 0 20 0 15 0 116864289 14309736448 6592 18446744073709551615 4194304 4196468 140732058171088 140732058153632 140320152092407 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
/proc/31366/statm: 3493588 6592 2720 1 0 3482964 0
[pid=31366/tid=31367] ppid=31364 vsize=13974352 memory=7311146985107750967 CPUtime=0.06 cores=0,2,4,6
/proc/31366/task/31367/stat : 31367 (java) R 31364 31364 4674 0 -1 4202560 3168 0 0 0 5 1 0 0 20 0 15 0 116864290 14309736448 6592 18446744073709551615 4194304 4196468 140732058171088 140320156327536 140320136172894 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31368] ppid=31364 vsize=13974352 memory=12630 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31368/stat : 31368 (java) S 31364 31364 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116864290 14309736448 6592 18446744073709551615 4194304 4196468 140732058171088 140319752448400 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31369] ppid=31364 vsize=13974352 memory=3617994044183680672 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31369/stat : 31369 (java) S 31364 31364 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116864290 14309736448 6592 18446744073709551615 4194304 4196468 140732058171088 140319751395600 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31370] ppid=31364 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31370/stat : 31370 (java) S 31364 31364 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116864290 14309736448 6592 18446744073709551615 4194304 4196468 140732058171088 140319750343312 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31371] ppid=31364 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31371/stat : 31371 (java) S 31364 31364 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116864290 14309736448 6592 18446744073709551615 4194304 4196468 140732058171088 140319749290512 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31372] ppid=31364 vsize=13974352 memory=139852071310976 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31372/stat : 31372 (java) S 31364 31364 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116864292 14309736448 6592 18446744073709551615 4194304 4196468 140732058171088 140319630621296 140320152103554 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31373] ppid=31364 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31373/stat : 31373 (java) S 31364 31364 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 116864292 14309736448 6592 18446744073709551615 4194304 4196468 140732058171088 140319629567264 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31374] ppid=31364 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31374/stat : 31374 (java) S 31364 31364 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 116864292 14309736448 6592 18446744073709551615 4194304 4196468 140732058171088 140319628514928 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31375] ppid=31364 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31375/stat : 31375 (java) S 31364 31364 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116864295 14309736448 6592 18446744073709551615 4194304 4196468 140732058171088 140319627463248 140320152111003 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31376] ppid=31364 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31376/stat : 31376 (java) S 31364 31364 4674 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 116864295 14309736448 6592 18446744073709551615 4194304 4196468 140732058171088 140319626410096 140320152103554 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31377] ppid=31364 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31377/stat : 31377 (java) S 31364 31364 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116864295 14309736448 6592 18446744073709551615 4194304 4196468 140732058171088 140319625357296 140320152103554 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31378] ppid=31364 vsize=13974352 memory=139852071310976 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31378/stat : 31378 (java) R 31364 31364 4674 0 -1 4202560 243 0 0 0 0 0 0 0 20 0 15 0 116864295 14309736448 6592 18446744073709551615 4194304 4196468 140732058171088 140319624305008 140320152113754 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31379] ppid=31364 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31379/stat : 31379 (java) S 31364 31364 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116864295 14309736448 6592 18446744073709551615 4194304 4196468 140732058171088 140319623252448 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31380] ppid=31364 vsize=13974352 memory=139852071310976 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31380/stat : 31380 (java) S 31364 31364 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116864299 14309736448 6592 18446744073709551615 4194304 4196468 140732058171088 140319622200240 140320152103554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 27748 KiB

[startup+0.310468 s]*
/proc/loadavg: 1.71 1.65 1.68 4/215 31380
/proc/meminfo: memFree=31519900/32770624 swapFree=67108764/67108860
[pid=31364] ppid=31361 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31364/stat : 31364 (xcsp3-exec) S 31361 31364 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 116864279 9740288 345 18446744073709551615 4194304 5098028 140723274269360 140723274267464 139630533612156 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 37044224 140723274277241 140723274277445 140723274277445 140723274280939 0
/proc/31364/statm: 2378 345 289 221 0 87 0
[pid=31366] ppid=31364 vsize=13974352 memory=37084 CPUtime=0.26 cores=0,2,4,6
/proc/31366/stat : 31366 (java) S 31364 31364 4674 0 -1 1077944320 8860 0 0 0 23 3 0 0 20 0 15 0 116864289 14309736448 9271 18446744073709551615 4194304 4196468 140732058171088 140732058153632 140320152092407 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
/proc/31366/statm: 3493588 9271 2976 1 0 3482964 0
[pid=31366/tid=31367] ppid=31364 vsize=13974352 memory=-8774313645642428999 CPUtime=0.16 cores=0,2,4,6
/proc/31366/task/31367/stat : 31367 (java) R 31364 31364 4674 0 -1 4202560 6057 0 0 0 14 2 0 0 20 0 15 0 116864290 14309736448 9271 18446744073709551615 4194304 4196468 140732058171088 140320156316088 140320136172894 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31368] ppid=31364 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31368/stat : 31368 (java) S 31364 31364 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116864290 14309736448 9271 18446744073709551615 4194304 4196468 140732058171088 140319752448400 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31369] ppid=31364 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31369/stat : 31369 (java) S 31364 31364 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116864290 14309736448 9271 18446744073709551615 4194304 4196468 140732058171088 140319751395600 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31370] ppid=31364 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31370/stat : 31370 (java) S 31364 31364 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116864290 14309736448 9271 18446744073709551615 4194304 4196468 140732058171088 140319750343312 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31371] ppid=31364 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31371/stat : 31371 (java) S 31364 31364 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116864290 14309736448 9271 18446744073709551615 4194304 4196468 140732058171088 140319749290512 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31372] ppid=31364 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31372/stat : 31372 (java) S 31364 31364 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116864292 14309736448 9271 18446744073709551615 4194304 4196468 140732058171088 140319630621296 140320152103554 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31373] ppid=31364 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31373/stat : 31373 (java) S 31364 31364 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 116864292 14309736448 9271 18446744073709551615 4194304 4196468 140732058171088 140319629567264 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31374] ppid=31364 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31374/stat : 31374 (java) S 31364 31364 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 116864292 14309736448 9271 18446744073709551615 4194304 4196468 140732058171088 140319628514928 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31375] ppid=31364 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31375/stat : 31375 (java) S 31364 31364 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116864295 14309736448 9271 18446744073709551615 4194304 4196468 140732058171088 140319627463248 140320152111003 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31376] ppid=31364 vsize=13974352 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/31366/task/31376/stat : 31376 (java) R 31364 31364 4674 0 -1 4202560 354 0 0 0 2 0 0 0 20 0 15 0 116864295 14309736448 9271 18446744073709551615 4194304 4196468 140732058171088 140319626410096 140320144381856 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31377] ppid=31364 vsize=13974352 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/31366/task/31377/stat : 31377 (java) S 31364 31364 4674 0 -1 1077944384 395 0 0 0 1 0 0 0 20 0 15 0 116864295 14309736448 9271 18446744073709551615 4194304 4196468 140732058171088 140319625357296 140320152103554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31378] ppid=31364 vsize=13974352 memory=139852071310976 CPUtime=0.05 cores=0,2,4,6
/proc/31366/task/31378/stat : 31378 (java) R 31364 31364 4674 0 -1 4202560 749 0 0 0 5 0 0 0 20 0 15 0 116864295 14309736448 9271 18446744073709551615 4194304 4196468 140732058171088 140319624305008 140320152103554 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31379] ppid=31364 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31379/stat : 31379 (java) S 31364 31364 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116864295 14309736448 9271 18446744073709551615 4194304 4196468 140732058171088 140319623252448 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31380] ppid=31364 vsize=13974352 memory=139852071310976 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31380/stat : 31380 (java) S 31364 31364 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116864299 14309736448 9271 18446744073709551615 4194304 4196468 140732058171088 140319622200240 140320152103554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38464 KiB

[startup+0.701505 s]
/proc/loadavg: 1.71 1.65 1.68 6/215 31380
/proc/meminfo: memFree=31509220/32770624 swapFree=67108764/67108860
[pid=31364] ppid=31361 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31364/stat : 31364 (xcsp3-exec) S 31361 31364 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 116864279 9740288 345 18446744073709551615 4194304 5098028 140723274269360 140723274267464 139630533612156 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 37044224 140723274277241 140723274277445 140723274277445 140723274280939 0
/proc/31364/statm: 2378 345 289 221 0 87 0
[pid=31366] ppid=31364 vsize=13980732 memory=62960 CPUtime=1.19 cores=0,2,4,6
/proc/31366/stat : 31366 (java) S 31364 31364 4674 0 -1 1077944320 13400 0 0 0 113 6 0 0 20 0 15 0 116864289 14316269568 15740 18446744073709551615 4194304 4196468 140732058171088 140732058153632 140320152092407 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
/proc/31366/statm: 3495183 15740 3175 1 0 3483476 0
[pid=31366/tid=31367] ppid=31364 vsize=13980732 memory=279703839711704 CPUtime=0.54 cores=0,2,4,6
/proc/31366/task/31367/stat : 31367 (java) R 31364 31364 4674 0 -1 4202560 8421 0 0 0 50 4 0 0 20 0 15 0 116864290 14316269568 15740 18446744073709551615 4194304 4196468 140732058171088 140320156329544 140319755279674 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31368] ppid=31364 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31368/stat : 31368 (java) S 31364 31364 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116864290 14316269568 15740 18446744073709551615 4194304 4196468 140732058171088 140319752448400 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31369] ppid=31364 vsize=13980732 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31369/stat : 31369 (java) S 31364 31364 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116864290 14316269568 15740 18446744073709551615 4194304 4196468 140732058171088 140319751395600 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31370] ppid=31364 vsize=13980732 memory=279703839828032 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31370/stat : 31370 (java) S 31364 31364 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116864290 14316269568 15740 18446744073709551615 4194304 4196468 140732058171088 140319750343312 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31371] ppid=31364 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31371/stat : 31371 (java) S 31364 31364 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116864290 14316269568 15740 18446744073709551615 4194304 4196468 140732058171088 140319749290512 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31372] ppid=31364 vsize=13980732 memory=741 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31372/stat : 31372 (java) S 31364 31364 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 116864292 14316269568 15740 18446744073709551615 4194304 4196468 140732058171088 140319630621296 140320152103554 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31373] ppid=31364 vsize=13980732 memory=37 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31373/stat : 31373 (java) S 31364 31364 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 116864292 14316269568 15740 18446744073709551615 4194304 4196468 140732058171088 140319629567264 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31374] ppid=31364 vsize=13980732 memory=415 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31374/stat : 31374 (java) S 31364 31364 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 116864292 14316269568 15740 18446744073709551615 4194304 4196468 140732058171088 140319628514928 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31375] ppid=31364 vsize=13980732 memory=521 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31375/stat : 31375 (java) S 31364 31364 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116864295 14316269568 15740 18446744073709551615 4194304 4196468 140732058171088 140319627463248 140320152111003 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31376] ppid=31364 vsize=13980732 memory=90 CPUtime=0.17 cores=0,2,4,6
/proc/31366/task/31376/stat : 31376 (java) R 31364 31364 4674 0 -1 4202560 1003 0 0 0 17 0 0 0 20 0 15 0 116864295 14316269568 15740 18446744073709551615 4194304 4196468 140732058171088 140319626410224 140320131338980 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31377] ppid=31364 vsize=13980732 memory=6 CPUtime=0.17 cores=0,2,4,6
/proc/31366/task/31377/stat : 31377 (java) R 31364 31364 4674 0 -1 4202560 1195 0 0 0 17 0 0 0 20 0 15 0 116864295 14316269568 15740 18446744073709551615 4194304 4196468 140732058171088 140319625347408 140320133610289 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31378] ppid=31364 vsize=13980732 memory=51680 CPUtime=0.28 cores=0,2,4,6
/proc/31366/task/31378/stat : 31378 (java) S 31364 31364 4674 0 -1 1077944384 1473 0 0 0 28 0 0 0 20 0 15 0 116864295 14316269568 15740 18446744073709551615 4194304 4196468 140732058171088 140319624305008 140320152103554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31379] ppid=31364 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31379/stat : 31379 (java) S 31364 31364 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116864295 14316269568 15740 18446744073709551615 4194304 4196468 140732058171088 140319623252448 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31380] ppid=31364 vsize=13980732 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31380/stat : 31380 (java) S 31364 31364 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116864299 14316269568 15740 18446744073709551615 4194304 4196468 140732058171088 140319622200240 140320152103554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 64340 KiB

[startup+1.50078 s]
/proc/loadavg: 1.89 1.69 1.69 5/215 31380
/proc/meminfo: memFree=31483784/32770624 swapFree=67108764/67108860
[pid=31364] ppid=31361 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31364/stat : 31364 (xcsp3-exec) S 31361 31364 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 116864279 9740288 345 18446744073709551615 4194304 5098028 140723274269360 140723274267464 139630533612156 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 37044224 140723274277241 140723274277445 140723274277445 140723274280939 0
/proc/31364/statm: 2378 345 289 221 0 87 0
[pid=31366] ppid=31364 vsize=13980732 memory=82028 CPUtime=3.58 cores=0,2,4,6
/proc/31366/stat : 31366 (java) S 31364 31364 4674 0 -1 1077944320 22842 0 0 0 351 7 0 0 20 0 15 0 116864289 14316269568 20507 18446744073709551615 4194304 4196468 140732058171088 140732058153632 140320152092407 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
/proc/31366/statm: 3495183 20507 3195 1 0 3483476 0
[pid=31366/tid=31367] ppid=31364 vsize=13980732 memory=279703839840480 CPUtime=1.33 cores=0,2,4,6
/proc/31366/task/31367/stat : 31367 (java) R 31364 31364 4674 0 -1 4202560 8883 0 0 0 129 4 0 0 20 0 15 0 116864290 14316269568 20507 18446744073709551615 4194304 4196468 140732058171088 140320156329576 140319756314156 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31368] ppid=31364 vsize=13980732 memory=139851919924960 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31368/stat : 31368 (java) S 31364 31364 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116864290 14316269568 20507 18446744073709551615 4194304 4196468 140732058171088 140319752448400 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31369] ppid=31364 vsize=13980732 memory=7959526994344038153 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31369/stat : 31369 (java) S 31364 31364 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116864290 14316269568 20507 18446744073709551615 4194304 4196468 140732058171088 140319751395600 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31370] ppid=31364 vsize=13980732 memory=139851919925024 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31370/stat : 31370 (java) S 31364 31364 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116864290 14316269568 20507 18446744073709551615 4194304 4196468 140732058171088 140319750343312 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31371] ppid=31364 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31371/stat : 31371 (java) S 31364 31364 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116864290 14316269568 20507 18446744073709551615 4194304 4196468 140732058171088 140319749290512 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31372] ppid=31364 vsize=13980732 memory=741 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31372/stat : 31372 (java) S 31364 31364 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 116864292 14316269568 20507 18446744073709551615 4194304 4196468 140732058171088 140319630621296 140320152103554 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31373] ppid=31364 vsize=13980732 memory=37 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31373/stat : 31373 (java) S 31364 31364 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 116864292 14316269568 20507 18446744073709551615 4194304 4196468 140732058171088 140319629567264 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31374] ppid=31364 vsize=13980732 memory=415 CPUtime=0 cores=0,2,4,6

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

/proc/31366/task/31374/stat : 31374 (java) S 31364 31364 4674 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 116864292 14316269568 628447 18446744073709551615 4194304 4196468 140732058171088 140319628514928 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31375] ppid=31364 vsize=13980732 memory=1314572 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31375/stat : 31375 (java) S 31364 31364 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116864295 14316269568 628447 18446744073709551615 4194304 4196468 140732058171088 140319627463248 140320152111003 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31376] ppid=31364 vsize=13980732 memory=1380 CPUtime=1.48 cores=0,2,4,6
/proc/31366/task/31376/stat : 31376 (java) S 31364 31364 4674 0 -1 1077944384 9994 0 0 0 147 1 0 0 20 0 15 0 116864295 14316269568 628447 18446744073709551615 4194304 4196468 140732058171088 140319626410096 140320152103554 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31377] ppid=31364 vsize=13980732 memory=1380 CPUtime=1.38 cores=0,2,4,6
/proc/31366/task/31377/stat : 31377 (java) S 31364 31364 4674 0 -1 1077944384 12865 0 0 0 136 2 0 0 20 0 15 0 116864295 14316269568 628447 18446744073709551615 4194304 4196468 140732058171088 140319625357296 140320152103554 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31378] ppid=31364 vsize=13980732 memory=1346452 CPUtime=0.46 cores=0,2,4,6
/proc/31366/task/31378/stat : 31378 (java) S 31364 31364 4674 0 -1 1077944384 7889 0 0 0 45 1 0 0 20 0 15 0 116864295 14316269568 628447 18446744073709551615 4194304 4196468 140732058171088 140319624305008 140320152103554 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31379] ppid=31364 vsize=13980732 memory=1349020 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31379/stat : 31379 (java) S 31364 31364 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116864295 14316269568 628447 18446744073709551615 4194304 4196468 140732058171088 140319623252448 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31380] ppid=31364 vsize=13980732 memory=1380 CPUtime=0.74 cores=0,2,4,6
/proc/31366/task/31380/stat : 31380 (java) S 31364 31364 4674 0 -1 1077944384 1377 0 0 0 34 40 0 0 20 0 15 0 116864299 14316269568 628447 18446744073709551615 4194304 4196468 140732058171088 140319622200240 140320152103554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
Current children cumulated CPU time: 2391.81 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2515168 KiB

[startup+2442.3 s]
/proc/loadavg: 1.69 1.62 1.63 3/216 31634
/proc/meminfo: memFree=29410684/32770624 swapFree=67108764/67108860
[pid=31364] ppid=31361 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31364/stat : 31364 (xcsp3-exec) S 31361 31364 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 116864279 9740288 345 18446744073709551615 4194304 5098028 140723274269360 140723274267464 139630533612156 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 37044224 140723274277241 140723274277445 140723274277445 140723274280939 0
/proc/31364/statm: 2378 345 289 221 0 87 0
[pid=31366] ppid=31364 vsize=13980732 memory=2179612 CPUtime=2452.17 cores=0,2,4,6
/proc/31366/stat : 31366 (java) S 31364 31364 4674 0 -1 1077944320 185098 0 0 0 244486 731 0 0 20 0 15 0 116864289 14316269568 544903 18446744073709551615 4194304 4196468 140732058171088 140732058153632 140320152092407 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
/proc/31366/statm: 3495183 544903 3254 1 0 3483476 0
[pid=31366/tid=31367] ppid=31364 vsize=13980732 memory=2025404 CPUtime=2438.3 cores=0,2,4,6
/proc/31366/task/31367/stat : 31367 (java) R 31364 31364 4674 0 -1 4202560 105478 0 0 0 243182 648 0 0 20 0 15 0 116864290 14316269568 544903 18446744073709551615 4194304 4196468 140732058171088 140320156332072 140319756373233 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31368] ppid=31364 vsize=13980732 memory=1600308 CPUtime=2.11 cores=0,2,4,6
/proc/31366/task/31368/stat : 31368 (java) S 31364 31364 4674 0 -1 1077944384 5650 0 0 0 203 8 0 0 20 0 15 0 116864290 14316269568 544903 18446744073709551615 4194304 4196468 140732058171088 140319752448400 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31369] ppid=31364 vsize=13980732 memory=4902404 CPUtime=2.11 cores=0,2,4,6
/proc/31366/task/31369/stat : 31369 (java) S 31364 31364 4674 0 -1 1077944384 6852 0 0 0 203 8 0 0 20 0 15 0 116864290 14316269568 544903 18446744073709551615 4194304 4196468 140732058171088 140319751395600 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31370] ppid=31364 vsize=13980732 memory=1062368 CPUtime=2.09 cores=0,2,4,6
/proc/31366/task/31370/stat : 31370 (java) S 31364 31364 4674 0 -1 1077944384 6179 0 0 0 202 7 0 0 20 0 15 0 116864290 14316269568 544903 18446744073709551615 4194304 4196468 140732058171088 140319750343312 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31371] ppid=31364 vsize=13980732 memory=1715452 CPUtime=2.11 cores=0,2,4,6
/proc/31366/task/31371/stat : 31371 (java) S 31364 31364 4674 0 -1 1077944384 6106 0 0 0 204 7 0 0 20 0 15 0 116864290 14316269568 544903 18446744073709551615 4194304 4196468 140732058171088 140319749290512 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31372] ppid=31364 vsize=13980732 memory=2179612 CPUtime=1.28 cores=0,2,4,6
/proc/31366/task/31372/stat : 31372 (java) S 31364 31364 4674 0 -1 1077944384 21304 0 0 0 103 25 0 0 20 0 15 0 116864292 14316269568 544903 18446744073709551615 4194304 4196468 140732058171088 140319630621296 140320152103554 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31373] ppid=31364 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31373/stat : 31373 (java) S 31364 31364 4674 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 116864292 14316269568 544903 18446744073709551615 4194304 4196468 140732058171088 140319629567264 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31374] ppid=31364 vsize=13980732 memory=986220 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31374/stat : 31374 (java) S 31364 31364 4674 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 116864292 14316269568 544903 18446744073709551615 4194304 4196468 140732058171088 140319628514928 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31375] ppid=31364 vsize=13980732 memory=453180 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31375/stat : 31375 (java) S 31364 31364 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116864295 14316269568 544903 18446744073709551615 4194304 4196468 140732058171088 140319627463248 140320152111003 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31376] ppid=31364 vsize=13980732 memory=1380 CPUtime=1.48 cores=0,2,4,6
/proc/31366/task/31376/stat : 31376 (java) S 31364 31364 4674 0 -1 1077944384 9996 0 0 0 147 1 0 0 20 0 15 0 116864295 14316269568 544903 18446744073709551615 4194304 4196468 140732058171088 140319626410096 140320152103554 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31377] ppid=31364 vsize=13980732 memory=1986340 CPUtime=1.38 cores=0,2,4,6
/proc/31366/task/31377/stat : 31377 (java) S 31364 31364 4674 0 -1 1077944384 12867 0 0 0 136 2 0 0 20 0 15 0 116864295 14316269568 544903 18446744073709551615 4194304 4196468 140732058171088 140319625357296 140320152103554 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31378] ppid=31364 vsize=13980732 memory=1380 CPUtime=0.46 cores=0,2,4,6
/proc/31366/task/31378/stat : 31378 (java) S 31364 31364 4674 0 -1 1077944384 7891 0 0 0 45 1 0 0 20 0 15 0 116864295 14316269568 544903 18446744073709551615 4194304 4196468 140732058171088 140319624305008 140320152103554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31379] ppid=31364 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31379/stat : 31379 (java) S 31364 31364 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116864295 14316269568 544903 18446744073709551615 4194304 4196468 140732058171088 140319623252448 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31380] ppid=31364 vsize=13980732 memory=2140548 CPUtime=0.76 cores=0,2,4,6
/proc/31366/task/31380/stat : 31380 (java) S 31364 31364 4674 0 -1 1077944384 1398 0 0 0 34 42 0 0 20 0 15 0 116864299 14316269568 544903 18446744073709551615 4194304 4196468 140732058171088 140319622200240 140320152103554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
Current children cumulated CPU time: 2452.17 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2180992 KiB

[startup+2502.3 s]
/proc/loadavg: 1.57 1.60 1.62 3/218 31650
/proc/meminfo: memFree=25581756/32770624 swapFree=67108764/67108860
[pid=31364] ppid=31361 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31364/stat : 31364 (xcsp3-exec) S 31361 31364 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 116864279 9740288 345 18446744073709551615 4194304 5098028 140723274269360 140723274267464 139630533612156 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 37044224 140723274277241 140723274277445 140723274277445 140723274280939 0
/proc/31364/statm: 2378 345 289 221 0 87 0
[pid=31366] ppid=31364 vsize=13980732 memory=5991556 CPUtime=2512.71 cores=0,2,4,6
/proc/31366/stat : 31366 (java) S 31364 31364 4674 0 -1 1077944320 190790 0 0 0 250482 789 0 0 20 0 15 0 116864289 14316269568 1497889 18446744073709551615 4194304 4196468 140732058171088 140732058153632 140320152092407 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
/proc/31366/statm: 3495183 1497889 3254 1 0 3483476 0
[pid=31366/tid=31367] ppid=31364 vsize=13980732 memory=5797764 CPUtime=2498.09 cores=0,2,4,6
/proc/31366/task/31367/stat : 31367 (java) R 31364 31364 4674 0 -1 4202560 111118 0 0 0 249106 703 0 0 20 0 15 0 116864290 14316269568 1497889 18446744073709551615 4194304 4196468 140732058171088 140320156332272 140319757082535 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31368] ppid=31364 vsize=13980732 memory=4741964 CPUtime=2.29 cores=0,2,4,6
/proc/31366/task/31368/stat : 31368 (java) S 31364 31364 4674 0 -1 1077944384 5661 0 0 0 221 8 0 0 20 0 15 0 116864290 14316269568 1497889 18446744073709551615 4194304 4196468 140732058171088 140319752448400 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31369] ppid=31364 vsize=13980732 memory=5288884 CPUtime=2.28 cores=0,2,4,6
/proc/31366/task/31369/stat : 31369 (java) S 31364 31364 4674 0 -1 1077944384 6866 0 0 0 220 8 0 0 20 0 15 0 116864290 14316269568 1497889 18446744073709551615 4194304 4196468 140732058171088 140319751395600 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31370] ppid=31364 vsize=13980732 memory=5953516 CPUtime=2.26 cores=0,2,4,6
/proc/31366/task/31370/stat : 31370 (java) S 31364 31364 4674 0 -1 1077944384 6188 0 0 0 219 7 0 0 20 0 15 0 116864290 14316269568 1497889 18446744073709551615 4194304 4196468 140732058171088 140319750343312 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31371] ppid=31364 vsize=13980732 memory=5954024 CPUtime=2.29 cores=0,2,4,6
/proc/31366/task/31371/stat : 31371 (java) S 31364 31364 4674 0 -1 1077944384 6116 0 0 0 222 7 0 0 20 0 15 0 116864290 14316269568 1497889 18446744073709551615 4194304 4196468 140732058171088 140319749290512 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31372] ppid=31364 vsize=13980732 memory=5991556 CPUtime=1.3 cores=0,2,4,6
/proc/31366/task/31372/stat : 31372 (java) S 31364 31364 4674 0 -1 1077944384 21308 0 0 0 104 26 0 0 20 0 15 0 116864292 14316269568 1497889 18446744073709551615 4194304 4196468 140732058171088 140319630621296 140320152103554 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31373] ppid=31364 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31373/stat : 31373 (java) S 31364 31364 4674 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 116864292 14316269568 1497889 18446744073709551615 4194304 4196468 140732058171088 140319629567264 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31374] ppid=31364 vsize=13980732 memory=5991556 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31374/stat : 31374 (java) S 31364 31364 4674 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 116864292 14316269568 1497889 18446744073709551615 4194304 4196468 140732058171088 140319628514928 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31375] ppid=31364 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31375/stat : 31375 (java) S 31364 31364 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116864295 14316269568 1497889 18446744073709551615 4194304 4196468 140732058171088 140319627463248 140320152111003 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31376] ppid=31364 vsize=13980732 memory=1380 CPUtime=1.48 cores=0,2,4,6
/proc/31366/task/31376/stat : 31376 (java) S 31364 31364 4674 0 -1 1077944384 9996 0 0 0 147 1 0 0 20 0 15 0 116864295 14316269568 1497889 18446744073709551615 4194304 4196468 140732058171088 140319626410096 140320152103554 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31377] ppid=31364 vsize=13980732 memory=1380 CPUtime=1.38 cores=0,2,4,6
/proc/31366/task/31377/stat : 31377 (java) S 31364 31364 4674 0 -1 1077944384 12867 0 0 0 136 2 0 0 20 0 15 0 116864295 14316269568 1497889 18446744073709551615 4194304 4196468 140732058171088 140319625357296 140320152103554 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31378] ppid=31364 vsize=13980732 memory=5991556 CPUtime=0.46 cores=0,2,4,6
/proc/31366/task/31378/stat : 31378 (java) S 31364 31364 4674 0 -1 1077944384 7891 0 0 0 45 1 0 0 20 0 15 0 116864295 14316269568 1497889 18446744073709551615 4194304 4196468 140732058171088 140319624305008 140320152103554 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31379] ppid=31364 vsize=13980732 memory=57144 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31379/stat : 31379 (java) S 31364 31364 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116864295 14316269568 1497889 18446744073709551615 4194304 4196468 140732058171088 140319623252448 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31380] ppid=31364 vsize=13980732 memory=1296 CPUtime=0.78 cores=0,2,4,6
/proc/31366/task/31380/stat : 31380 (java) S 31364 31364 4674 0 -1 1077944384 1402 0 0 0 35 43 0 0 20 0 15 0 116864299 14316269568 1497889 18446744073709551615 4194304 4196468 140732058171088 140319622200240 140320152103554 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
Current children cumulated CPU time: 2512.71 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 5992936 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2509.6 s]
/proc/loadavg: 1.53 1.59 1.62 3/218 31650
/proc/meminfo: memFree=25582748/32770624 swapFree=67108764/67108860
[pid=31364] ppid=31361 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31364/stat : 31364 (xcsp3-exec) S 31361 31364 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 116864279 9740288 345 18446744073709551615 4194304 5098028 140723274269360 140723274267464 139630533612156 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 37044224 140723274277241 140723274277445 140723274277445 140723274280939 0
/proc/31364/statm: 2378 345 289 221 0 87 0
[pid=31366] ppid=31364 vsize=13980732 memory=6029080 CPUtime=2520.09 cores=0,2,4,6
/proc/31366/stat : 31366 (java) S 31364 31364 4674 0 -1 1077944320 190856 0 0 0 251219 790 0 0 20 0 15 0 116864289 14316269568 1507270 18446744073709551615 4194304 4196468 140732058171088 140732058153632 140320152092407 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
/proc/31366/statm: 3495183 1507270 3254 1 0 3483476 0
[pid=31366/tid=31367] ppid=31364 vsize=13980732 memory=844 CPUtime=2505.36 cores=0,2,4,6
/proc/31366/task/31367/stat : 31367 (java) R 31364 31364 4674 0 -1 4202560 111177 0 0 0 249832 704 0 0 20 0 15 0 116864290 14316269568 1507270 18446744073709551615 4194304 4196468 140732058171088 140320156332064 140319757782966 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31368] ppid=31364 vsize=13980732 memory=57144 CPUtime=2.31 cores=0,2,4,6
/proc/31366/task/31368/stat : 31368 (java) S 31364 31364 4674 0 -1 1077944384 5664 0 0 0 223 8 0 0 20 0 15 0 116864290 14316269568 1507270 18446744073709551615 4194304 4196468 140732058171088 140319752448400 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31369] ppid=31364 vsize=13980732 memory=1296 CPUtime=2.31 cores=0,2,4,6
/proc/31366/task/31369/stat : 31369 (java) S 31364 31364 4674 0 -1 1077944384 6870 0 0 0 223 8 0 0 20 0 15 0 116864290 14316269568 1507270 18446744073709551615 4194304 4196468 140732058171088 140319751395600 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31370] ppid=31364 vsize=13980732 memory=2320 CPUtime=2.29 cores=0,2,4,6
/proc/31366/task/31370/stat : 31370 (java) S 31364 31364 4674 0 -1 1077944384 6188 0 0 0 222 7 0 0 20 0 15 0 116864290 14316269568 1507270 18446744073709551615 4194304 4196468 140732058171088 140319750343312 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31371] ppid=31364 vsize=13980732 memory=1724 CPUtime=2.32 cores=0,2,4,6
/proc/31366/task/31371/stat : 31371 (java) S 31364 31364 4674 0 -1 1077944384 6116 0 0 0 225 7 0 0 20 0 15 0 116864290 14316269568 1507270 18446744073709551615 4194304 4196468 140732058171088 140319749290512 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31372] ppid=31364 vsize=13980732 memory=2012 CPUtime=1.3 cores=0,2,4,6
/proc/31366/task/31372/stat : 31372 (java) S 31364 31364 4674 0 -1 1077944384 21308 0 0 0 104 26 0 0 20 0 15 0 116864292 14316269568 1507270 18446744073709551615 4194304 4196468 140732058171088 140319630621296 140320152103554 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31373] ppid=31364 vsize=13980732 memory=11028 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31373/stat : 31373 (java) S 31364 31364 4674 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 116864292 14316269568 1507270 18446744073709551615 4194304 4196468 140732058171088 140319629567264 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31374] ppid=31364 vsize=13980732 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31374/stat : 31374 (java) S 31364 31364 4674 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 116864292 14316269568 1507270 18446744073709551615 4194304 4196468 140732058171088 140319628514928 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31375] ppid=31364 vsize=13980732 memory=644 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31375/stat : 31375 (java) S 31364 31364 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116864295 14316269568 1507270 18446744073709551615 4194304 4196468 140732058171088 140319627463248 140320152111003 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31376] ppid=31364 vsize=13980732 memory=1796 CPUtime=1.48 cores=0,2,4,6
/proc/31366/task/31376/stat : 31376 (java) S 31364 31364 4674 0 -1 1077944384 9996 0 0 0 147 1 0 0 20 0 15 0 116864295 14316269568 1507270 18446744073709551615 4194304 4196468 140732058171088 140319626410096 140320152103554 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31377] ppid=31364 vsize=13980732 memory=956 CPUtime=1.38 cores=0,2,4,6
/proc/31366/task/31377/stat : 31377 (java) S 31364 31364 4674 0 -1 1077944384 12867 0 0 0 136 2 0 0 20 0 15 0 116864295 14316269568 1507270 18446744073709551615 4194304 4196468 140732058171088 140319625357296 140320152103554 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31378] ppid=31364 vsize=13980732 memory=5990016 CPUtime=0.46 cores=0,2,4,6
/proc/31366/task/31378/stat : 31378 (java) S 31364 31364 4674 0 -1 1077944384 7891 0 0 0 45 1 0 0 20 0 15 0 116864295 14316269568 1507270 18446744073709551615 4194304 4196468 140732058171088 140319624305008 140320152103554 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31379] ppid=31364 vsize=13980732 memory=5990016 CPUtime=0 cores=0,2,4,6
/proc/31366/task/31379/stat : 31379 (java) S 31364 31364 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116864295 14316269568 1507270 18446744073709551615 4194304 4196468 140732058171088 140319623252448 140320152102613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
[pid=31366/tid=31380] ppid=31364 vsize=13980732 memory=-8774313645642428999 CPUtime=0.78 cores=0,2,4,6
/proc/31366/task/31380/stat : 31380 (java) S 31364 31364 4674 0 -1 1077944384 1402 0 0 0 35 43 0 0 20 0 15 0 116864299 14316269568 1507270 18446744073709551615 4194304 4196468 140732058171088 140319622200240 140320152103554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 11694080 140732058173873 140732058174049 140732058174049 140732058177487 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 6030460 KiB

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

[startup+2509.61 s]
# the end of solver process 31364 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000907 s, system=0.000907 s

[startup+2509.63 s]
# the end of solver process 31366 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2512.21 s, system=7.92859 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): 2509.63
CPU time (s): 2520.13
CPU user time (s): 2512.21
CPU system time (s): 7.92859
CPU usage (%): 100.418
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 6030460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2512.21
system time used= 7.92859
maximum resident set size= 6029536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191626
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 74708
involuntary context switches= 5964


# summary of solver processes directly reported to runsolver:
#   pid: 31364,31366
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2512.21
#   total CPU system time (s): 7.92859

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6687 second user time and 23.3371 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-14 08:39:04
IDJOB=4269415
IDBENCH=115875
IDSOLVER=2660
FILE ID=node134/4269415-1502693578
RUNJOBID= node134-1502649032-24470
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/ColouredQueens/ColouredQueens-m1-s1/ColouredQueens-14.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4269415-1502693578/watcher-4269415-1502693578 -o /tmp/evaluation-result-4269415-1502693578/solver-4269415-1502693578 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502649032-24470 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 460064175 HOME/instance-4269415-1502693578.xml

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

MD5SUM BENCH= eb742fbc5fe115028f4ee34ab4b949cf
RANDOM SEED=460064175

node134.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31548184 kB
MemAvailable:   31762820 kB
Buffers:          248768 kB
Cached:           256808 kB
SwapCached:            4 kB
Active:           588256 kB
Inactive:         177828 kB
Active(anon):     207360 kB
Inactive(anon):    94540 kB
Active(file):     380896 kB
Inactive(file):    83288 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              7604 kB
Writeback:             0 kB
AnonPages:        260000 kB
Mapped:            69924 kB
Shmem:             41564 kB
Slab:             159500 kB
SReclaimable:     132576 kB
SUnreclaim:        26924 kB
KernelStack:        3504 kB
PageTables:         5600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1204488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    196608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62016 MiB
End job on node134 at 2017-08-14 09:20:54