Trace number 4282209

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-18)UNSAT 7.7179499 3.5267

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-04-04-fair.xml
MD5SUM005af5eedf24bd8f858adc721c64a56d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark7.3145099
Satisfiable
(Un)Satisfiability was proved
Number of variables4347
Number of constraints4102
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":614},{"size":201,"count":25},{"size":20001,"count":3708}]
Minimum variable degree2
Maximum variable degree49
Distribution of variable degrees[{"degree":2,"count":3807},{"degree":3,"count":96},{"degree":4,"count":16},{"degree":5,"count":65},{"degree":6,"count":59},{"degree":7,"count":88},{"degree":8,"count":101},{"degree":9,"count":66},{"degree":10,"count":11},{"degree":13,"count":16},{"degree":14,"count":5},{"degree":22,"count":5},{"degree":24,"count":2},{"degree":28,"count":1},{"degree":31,"count":4},{"degree":37,"count":1},{"degree":48,"count":2},{"degree":49,"count":2}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":710},{"arity":3,"count":3390}]
Number of extensional constraints0
Number of intensional constraints4102
Distribution of constraint types[{"type":"intension","count":4102}]
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-4282209-1503159592.xml"  -tl '2520s' -p 1 -x 0
0.08/0.28	c [HOME/instance-4282209-1503159592.xml, -tl, 2520s, -p, 1, -x, 0]
0.27/0.33	c simple solver
0.27/0.40	c parse instance...
2.68/1.14	c solve instance...
7.68/3.51	s UNSATISFIABLE

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282209-1503159592/watcher-4282209-1503159592 -o /tmp/evaluation-result-4282209-1503159592/solver-4282209-1503159592 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node131-1503095854-18172 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 853325789 HOME/instance-4282209-1503159592.xml 

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

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


[startup+0.100213 s]*
/proc/loadavg: 2.01 2.02 2.04 3/198 32305
/proc/meminfo: memFree=31327864/32770624 swapFree=67108860/67108860
[pid=32302] ppid=32299 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32302/stat : 32302 (xcsp3-exec) S 32299 32302 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 14366238 9740288 345 18446744073709551615 4194304 5098028 140725276384912 140725276383016 140030502384252 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 27914240 140725276393850 140725276394054 140725276394054 140725276397547 0
/proc/32302/statm: 2378 345 289 221 0 87 0
[pid=32304] ppid=32302 vsize=13356504 memory=12972 CPUtime=0 cores=1,3,5,7
/proc/32304/stat : 32304 (java) S 32302 32302 18108 0 -1 1077944320 2532 0 0 0 0 0 0 0 20 0 6 0 14366247 13677060096 3243 18446744073709551615 4194304 4196468 140735010553056 140735010535600 140278286290679 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
/proc/32304/statm: 3339126 3243 1261 1 0 3329096 0
[pid=32304/tid=32305] ppid=32302 vsize=13356508 memory=-8713483618642721886 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32305/stat : 32305 (java) R 32302 32302 18108 0 -1 4202560 1302 0 0 0 0 0 0 0 20 0 6 0 14366248 13677064192 3308 18446744073709551615 4194304 4196468 140735010553056 140278290531656 140278278970368 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32306] ppid=32302 vsize=13356504 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32306/stat : 32306 (java) S 32302 32302 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 14366248 13677060096 3313 18446744073709551615 4194304 4196468 140735010553056 140278205705360 140278286300885 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32307] ppid=32302 vsize=13356504 memory=140216666949248 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32307/stat : 32307 (java) S 32302 32302 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 14366248 13677060096 3313 18446744073709551615 4194304 4196468 140735010553056 140278204652560 140278286300885 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32308] ppid=32302 vsize=13356504 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32308/stat : 32308 (java) S 32302 32302 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 14366248 13677060096 3313 18446744073709551615 4194304 4196468 140735010553056 140278203599760 140278286300885 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32309] ppid=32302 vsize=13356504 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32309/stat : 32309 (java) S 32302 32302 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 14366248 13677060096 3313 18446744073709551615 4194304 4196468 140735010553056 140278202546960 140278286300885 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13366016 KiB
Current children cumulated memory: 14352 KiB

[startup+0.214574 s]*
/proc/loadavg: 2.01 2.02 2.04 4/211 32318
/proc/meminfo: memFree=31313216/32770624 swapFree=67108860/67108860
[pid=32302] ppid=32299 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32302/stat : 32302 (xcsp3-exec) S 32299 32302 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 14366238 9740288 345 18446744073709551615 4194304 5098028 140725276384912 140725276383016 140030502384252 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 27914240 140725276393850 140725276394054 140725276394054 140725276397547 0
/proc/32302/statm: 2378 345 289 221 0 87 0
[pid=32304] ppid=32302 vsize=13974352 memory=28164 CPUtime=0.08 cores=1,3,5,7
/proc/32304/stat : 32304 (java) S 32302 32302 18108 0 -1 1077944320 4925 0 0 0 7 1 0 0 20 0 15 0 14366247 14309736448 7041 18446744073709551615 4194304 4196468 140735010553056 140735010535600 140278286290679 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
/proc/32304/statm: 3493588 7041 2751 1 0 3482964 0
[pid=32304/tid=32305] ppid=32302 vsize=13974352 memory=-6871798056524144002 CPUtime=0.07 cores=1,3,5,7
/proc/32304/task/32305/stat : 32305 (java) R 32302 32302 18108 0 -1 4202560 3071 0 0 0 6 1 0 0 20 0 15 0 14366248 14309736448 7041 18446744073709551615 4194304 4196468 140735010553056 140278290504176 140278286312605 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32306] ppid=32302 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32306/stat : 32306 (java) S 32302 32302 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14366248 14309736448 7041 18446744073709551615 4194304 4196468 140735010553056 140278205705360 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32307] ppid=32302 vsize=13974352 memory=140216666949248 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32307/stat : 32307 (java) S 32302 32302 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14366248 14309736448 7041 18446744073709551615 4194304 4196468 140735010553056 140278204652560 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32308] ppid=32302 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32308/stat : 32308 (java) S 32302 32302 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14366248 14309736448 7041 18446744073709551615 4194304 4196468 140735010553056 140278203599760 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32309] ppid=32302 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32309/stat : 32309 (java) S 32302 32302 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14366248 14309736448 7041 18446744073709551615 4194304 4196468 140735010553056 140278202546960 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32310] ppid=32302 vsize=13974352 memory=140216666949248 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32310/stat : 32310 (java) S 32302 32302 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14366250 14309736448 7041 18446744073709551615 4194304 4196468 140735010553056 140277763787120 140278286301826 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32311] ppid=32302 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32311/stat : 32311 (java) S 32302 32302 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14366250 14309736448 7041 18446744073709551615 4194304 4196468 140735010553056 140277762733088 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32312] ppid=32302 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32312/stat : 32312 (java) S 32302 32302 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 14366250 14309736448 7041 18446744073709551615 4194304 4196468 140735010553056 140277761680240 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32313] ppid=32302 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32313/stat : 32313 (java) S 32302 32302 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14366253 14309736448 7041 18446744073709551615 4194304 4196468 140735010553056 140277760628560 140278286309275 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32314] ppid=32302 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32314/stat : 32314 (java) R 32302 32302 18108 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 14366253 14309736448 7041 18446744073709551615 4194304 4196468 140735010553056 140277759576944 140278286301826 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32315] ppid=32302 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32315/stat : 32315 (java) S 32302 32302 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14366253 14309736448 7041 18446744073709551615 4194304 4196468 140735010553056 140277758524144 140278286301826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32316] ppid=32302 vsize=13974352 memory=140216666949248 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32316/stat : 32316 (java) R 32302 32302 18108 0 -1 4202560 245 0 0 0 0 0 0 0 20 0 15 0 14366253 14309736448 7041 18446744073709551615 4194304 4196468 140735010553056 140277757471344 140278286302614 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32317] ppid=32302 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32317/stat : 32317 (java) S 32302 32302 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14366253 14309736448 7041 18446744073709551615 4194304 4196468 140735010553056 140277756418784 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32318] ppid=32302 vsize=13974352 memory=140216666949248 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32318/stat : 32318 (java) S 32302 32302 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14366257 14309736448 7041 18446744073709551615 4194304 4196468 140735010553056 140277755366064 140278286301826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29544 KiB

[startup+0.31027 s]*
/proc/loadavg: 2.01 2.02 2.04 4/211 32318
/proc/meminfo: memFree=31300608/32770624 swapFree=67108860/67108860
[pid=32302] ppid=32299 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32302/stat : 32302 (xcsp3-exec) S 32299 32302 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 14366238 9740288 345 18446744073709551615 4194304 5098028 140725276384912 140725276383016 140030502384252 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 27914240 140725276393850 140725276394054 140725276394054 140725276397547 0
/proc/32302/statm: 2378 345 289 221 0 87 0
[pid=32304] ppid=32302 vsize=13974352 memory=37316 CPUtime=0.27 cores=1,3,5,7
/proc/32304/stat : 32304 (java) S 32302 32302 18108 0 -1 1077944320 8424 0 0 0 24 3 0 0 20 0 15 0 14366247 14309736448 9329 18446744073709551615 4194304 4196468 140735010553056 140735010535600 140278286290679 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
/proc/32304/statm: 3493588 9329 2974 1 0 3482964 0
[pid=32304/tid=32305] ppid=32302 vsize=13974352 memory=-8774313645642428999 CPUtime=0.17 cores=1,3,5,7
/proc/32304/task/32305/stat : 32305 (java) R 32302 32302 18108 0 -1 4202560 5689 0 0 0 15 2 0 0 20 0 15 0 14366248 14309736448 9329 18446744073709551615 4194304 4196468 140735010553056 140278290525952 140278278968693 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32306] ppid=32302 vsize=13974352 memory=140216666956241 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32306/stat : 32306 (java) S 32302 32302 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14366248 14309736448 9329 18446744073709551615 4194304 4196468 140735010553056 140278205705360 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32307] ppid=32302 vsize=13974352 memory=7517161375054655082 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32307/stat : 32307 (java) S 32302 32302 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14366248 14309736448 9329 18446744073709551615 4194304 4196468 140735010553056 140278204652560 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32308] ppid=32302 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32308/stat : 32308 (java) S 32302 32302 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14366248 14309736448 9329 18446744073709551615 4194304 4196468 140735010553056 140278203599760 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32309] ppid=32302 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32309/stat : 32309 (java) S 32302 32302 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14366248 14309736448 9329 18446744073709551615 4194304 4196468 140735010553056 140278202546960 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32310] ppid=32302 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32310/stat : 32310 (java) S 32302 32302 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14366250 14309736448 9329 18446744073709551615 4194304 4196468 140735010553056 140277763787120 140278286301826 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32311] ppid=32302 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32311/stat : 32311 (java) S 32302 32302 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14366250 14309736448 9329 18446744073709551615 4194304 4196468 140735010553056 140277762733088 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32312] ppid=32302 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32312/stat : 32312 (java) S 32302 32302 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 14366250 14309736448 9329 18446744073709551615 4194304 4196468 140735010553056 140277761680240 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32313] ppid=32302 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32313/stat : 32313 (java) S 32302 32302 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14366253 14309736448 9329 18446744073709551615 4194304 4196468 140735010553056 140277760628560 140278286309275 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32314] ppid=32302 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/32304/task/32314/stat : 32314 (java) S 32302 32302 18108 0 -1 1077944384 650 0 0 0 2 0 0 0 20 0 15 0 14366253 14309736448 9329 18446744073709551615 4194304 4196468 140735010553056 140277759576944 140278286301826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32315] ppid=32302 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32315/stat : 32315 (java) S 32302 32302 18108 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 14366253 14309736448 9329 18446744073709551615 4194304 4196468 140735010553056 140277758524144 140278286301826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32316] ppid=32302 vsize=13974352 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/32304/task/32316/stat : 32316 (java) R 32302 32302 18108 0 -1 4202560 739 0 0 0 5 0 0 0 20 0 15 0 14366253 14309736448 9329 18446744073709551615 4194304 4196468 140735010553056 140277757471472 140278286312026 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32317] ppid=32302 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32317/stat : 32317 (java) S 32302 32302 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14366253 14309736448 9329 18446744073709551615 4194304 4196468 140735010553056 140277756418784 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32318] ppid=32302 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32318/stat : 32318 (java) S 32302 32302 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14366257 14309736448 9329 18446744073709551615 4194304 4196468 140735010553056 140277755366064 140278286301826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38696 KiB

[startup+0.701339 s]
/proc/loadavg: 2.01 2.02 2.04 6/211 32318
/proc/meminfo: memFree=31282448/32770624 swapFree=67108860/67108860
[pid=32302] ppid=32299 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32302/stat : 32302 (xcsp3-exec) S 32299 32302 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 14366238 9740288 345 18446744073709551615 4194304 5098028 140725276384912 140725276383016 140030502384252 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 27914240 140725276393850 140725276394054 140725276394054 140725276397547 0
/proc/32302/statm: 2378 345 289 221 0 87 0
[pid=32304] ppid=32302 vsize=13978684 memory=83712 CPUtime=1.3 cores=1,3,5,7
/proc/32304/stat : 32304 (java) S 32302 32302 18108 0 -1 1077944320 12590 0 0 0 125 5 0 0 20 0 15 0 14366247 14314172416 20928 18446744073709551615 4194304 4196468 140735010553056 140735010535600 140278286290679 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
/proc/32304/statm: 3494671 20928 3163 1 0 3482964 0
[pid=32304/tid=32305] ppid=32302 vsize=13978684 memory=7813587196152198965 CPUtime=0.54 cores=1,3,5,7
/proc/32304/task/32305/stat : 32305 (java) R 32302 32302 18108 0 -1 4202560 7402 0 0 0 51 3 0 0 20 0 15 0 14366248 14314172416 20928 18446744073709551615 4194304 4196468 140735010553056 140278290528048 140277879560252 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32306] ppid=32302 vsize=13978684 memory=5787223808583951424 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32306/stat : 32306 (java) S 32302 32302 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14366248 14314172416 20928 18446744073709551615 4194304 4196468 140735010553056 140278205705360 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32307] ppid=32302 vsize=13978684 memory=4128 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32307/stat : 32307 (java) S 32302 32302 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14366248 14314172416 20928 18446744073709551615 4194304 4196468 140735010553056 140278204652560 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32308] ppid=32302 vsize=13978684 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32308/stat : 32308 (java) S 32302 32302 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14366248 14314172416 20928 18446744073709551615 4194304 4196468 140735010553056 140278203599760 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32309] ppid=32302 vsize=13978684 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32309/stat : 32309 (java) S 32302 32302 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14366248 14314172416 20928 18446744073709551615 4194304 4196468 140735010553056 140278202546960 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32310] ppid=32302 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32310/stat : 32310 (java) S 32302 32302 18108 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 14366250 14314172416 20928 18446744073709551615 4194304 4196468 140735010553056 140277763787120 140278286301826 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32311] ppid=32302 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32311/stat : 32311 (java) S 32302 32302 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14366250 14314172416 20928 18446744073709551615 4194304 4196468 140735010553056 140277762733088 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32312] ppid=32302 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32312/stat : 32312 (java) S 32302 32302 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 14366250 14314172416 20928 18446744073709551615 4194304 4196468 140735010553056 140277761680240 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32313] ppid=32302 vsize=13978684 memory=30305 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32313/stat : 32313 (java) S 32302 32302 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14366253 14314172416 20928 18446744073709551615 4194304 4196468 140735010553056 140277760628560 140278286309275 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32314] ppid=32302 vsize=13978684 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/32304/task/32314/stat : 32314 (java) R 32302 32302 18108 0 -1 4202560 1428 0 0 0 24 0 0 0 20 0 15 0 14366253 14314172416 20928 18446744073709551615 4194304 4196468 140735010553056 140277759567328 140278265503680 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32315] ppid=32302 vsize=13978684 memory=-3967418655009478193 CPUtime=0.21 cores=1,3,5,7
/proc/32304/task/32315/stat : 32315 (java) R 32302 32302 18108 0 -1 4202560 937 0 0 0 21 0 0 0 20 0 15 0 14366253 14314172416 20928 18446744073709551615 4194304 4196468 140735010553056 140277758508352 140278269787449 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32316] ppid=32302 vsize=13978684 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/32304/task/32316/stat : 32316 (java) S 32302 32302 18108 0 -1 1077944384 1514 0 0 0 27 0 0 0 20 0 15 0 14366253 14314172416 20928 18446744073709551615 4194304 4196468 140735010553056 140277757471344 140278286301826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32317] ppid=32302 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32317/stat : 32317 (java) S 32302 32302 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14366253 14314172416 20928 18446744073709551615 4194304 4196468 140735010553056 140277756418784 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32318] ppid=32302 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32318/stat : 32318 (java) S 32302 32302 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14366257 14314172416 20928 18446744073709551615 4194304 4196468 140735010553056 140277755366064 140278286301826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
Current children cumulated CPU time: 1.3 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 85092 KiB

[startup+1.50134 s]
/proc/loadavg: 2.01 2.02 2.04 6/211 32318
/proc/meminfo: memFree=31187504/32770624 swapFree=67108860/67108860
[pid=32302] ppid=32299 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32302/stat : 32302 (xcsp3-exec) S 32299 32302 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 14366238 9740288 345 18446744073709551615 4194304 5098028 140725276384912 140725276383016 140030502384252 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 27914240 140725276393850 140725276394054 140725276394054 140725276397547 0
/proc/32302/statm: 2378 345 289 221 0 87 0
[pid=32304] ppid=32302 vsize=13980732 memory=300128 CPUtime=3.79 cores=1,3,5,7
/proc/32304/stat : 32304 (java) S 32302 32302 18108 0 -1 1077944320 20663 0 0 0 356 23 0 0 20 0 15 0 14366247 14316269568 75032 18446744073709551615 4194304 4196468 140735010553056 140735010535600 140278286290679 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
/proc/32304/statm: 3495183 75032 3222 1 0 3483476 0
[pid=32304/tid=32305] ppid=32302 vsize=13980732 memory=0 CPUtime=1.23 cores=1,3,5,7
/proc/32304/task/32305/stat : 32305 (java) R 32302 32302 18108 0 -1 4202560 9077 0 0 0 118 5 0 0 20 0 15 0 14366248 14316269568 75032 18446744073709551615 4194304 4196468 140735010553056 140278290530016 140278269674447 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32306] ppid=32302 vsize=13980732 memory=4498716170645055337 CPUtime=0.09 cores=1,3,5,7
/proc/32304/task/32306/stat : 32306 (java) S 32302 32302 18108 0 -1 1077944384 170 0 0 0 6 3 0 0 20 0 15 0 14366248 14316269568 75032 18446744073709551615 4194304 4196468 140735010553056 140278205705360 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32307] ppid=32302 vsize=13980732 memory=6154283662619600695 CPUtime=0.09 cores=1,3,5,7
/proc/32304/task/32307/stat : 32307 (java) S 32302 32302 18108 0 -1 1077944384 744 0 0 0 6 3 0 0 20 0 15 0 14366248 14316269568 75032 18446744073709551615 4194304 4196468 140735010553056 140278204652560 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32308] ppid=32302 vsize=13980732 memory=7092723455386936864 CPUtime=0.09 cores=1,3,5,7
/proc/32304/task/32308/stat : 32308 (java) S 32302 32302 18108 0 -1 1077944384 146 0 0 0 6 3 0 0 20 0 15 0 14366248 14316269568 75032 18446744073709551615 4194304 4196468 140735010553056 140278203599760 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32309] ppid=32302 vsize=13980732 memory=4128 CPUtime=0.09 cores=1,3,5,7
/proc/32304/task/32309/stat : 32309 (java) S 32302 32302 18108 0 -1 1077944384 374 0 0 0 6 3 0 0 20 0 15 0 14366248 14316269568 75032 18446744073709551615 4194304 4196468 140735010553056 140278202546960 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32310] ppid=32302 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32310/stat : 32310 (java) S 32302 32302 18108 0 -1 1077944384 259 0 0 0 0 0 0 0 20 0 15 0 14366250 14316269568 75032 18446744073709551615 4194304 4196468 140735010553056 140277763787120 140278286301826 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32311] ppid=32302 vsize=13980732 memory=140216522489984 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32311/stat : 32311 (java) S 32302 32302 18108 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 14366250 14316269568 75032 18446744073709551615 4194304 4196468 140735010553056 140277762733088 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32312] ppid=32302 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7

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

/proc/32304/task/32306/stat : 32306 (java) S 32302 32302 18108 0 -1 1077944384 170 0 0 0 6 3 0 0 20 0 15 0 14366248 14316269568 83869 18446744073709551615 4194304 4196468 140735010553056 140278205705360 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32307] ppid=32302 vsize=13980732 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32304/task/32307/stat : 32307 (java) S 32302 32302 18108 0 -1 1077944384 744 0 0 0 6 3 0 0 20 0 15 0 14366248 14316269568 83869 18446744073709551615 4194304 4196468 140735010553056 140278204652560 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32308] ppid=32302 vsize=13980732 memory=6944656592455359580 CPUtime=0.09 cores=1,3,5,7
/proc/32304/task/32308/stat : 32308 (java) S 32302 32302 18108 0 -1 1077944384 146 0 0 0 6 3 0 0 20 0 15 0 14366248 14316269568 83869 18446744073709551615 4194304 4196468 140735010553056 140278203599760 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32309] ppid=32302 vsize=13980732 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32304/task/32309/stat : 32309 (java) S 32302 32302 18108 0 -1 1077944384 374 0 0 0 6 3 0 0 20 0 15 0 14366248 14316269568 83869 18446744073709551615 4194304 4196468 140735010553056 140278202546960 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32310] ppid=32302 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32310/stat : 32310 (java) S 32302 32302 18108 0 -1 1077944384 271 0 0 0 0 0 0 0 20 0 15 0 14366250 14316269568 83869 18446744073709551615 4194304 4196468 140735010553056 140277763787120 140278286301826 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32311] ppid=32302 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32311/stat : 32311 (java) S 32302 32302 18108 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 14366250 14316269568 83869 18446744073709551615 4194304 4196468 140735010553056 140277762733088 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32312] ppid=32302 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32312/stat : 32312 (java) S 32302 32302 18108 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 14366250 14316269568 83869 18446744073709551615 4194304 4196468 140735010553056 140277761680240 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32313] ppid=32302 vsize=13980732 memory=127 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32313/stat : 32313 (java) S 32302 32302 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14366253 14316269568 83869 18446744073709551615 4194304 4196468 140735010553056 140277760628560 140278286309275 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32314] ppid=32302 vsize=13980732 memory=121 CPUtime=1.75 cores=1,3,5,7
/proc/32304/task/32314/stat : 32314 (java) S 32302 32302 18108 0 -1 1077944384 6257 0 0 0 175 0 0 0 20 0 15 0 14366253 14316269568 83869 18446744073709551615 4194304 4196468 140735010553056 140277759576944 140278286301826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32315] ppid=32302 vsize=13980732 memory=64 CPUtime=1.48 cores=1,3,5,7
/proc/32304/task/32315/stat : 32315 (java) S 32302 32302 18108 0 -1 1077944384 4205 0 0 0 148 0 0 0 20 0 15 0 14366253 14316269568 83869 18446744073709551615 4194304 4196468 140735010553056 140277758524144 140278286301826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32316] ppid=32302 vsize=13980732 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/32304/task/32316/stat : 32316 (java) S 32302 32302 18108 0 -1 1077944384 3942 0 0 0 67 1 0 0 20 0 15 0 14366253 14316269568 83869 18446744073709551615 4194304 4196468 140735010553056 140277757471344 140278286301826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32317] ppid=32302 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32317/stat : 32317 (java) S 32302 32302 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14366253 14316269568 83869 18446744073709551615 4194304 4196468 140735010553056 140277756418784 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32318] ppid=32302 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32318/stat : 32318 (java) S 32302 32302 18108 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 14366257 14316269568 83869 18446744073709551615 4194304 4196468 140735010553056 140277755366064 140278286301826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
Current children cumulated CPU time: 7.19 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 336856 KiB

[startup+3.52664 s]
# the end of solver process 32302 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.46312 s, system=0.254828 s

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

[startup+3.20101 s]
/proc/loadavg: 2.09 2.04 2.04 4/211 32318
/proc/meminfo: memFree=31005004/32770624 swapFree=67108860/67108860
[pid=32302] ppid=32299 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32302/stat : 32302 (xcsp3-exec) S 32299 32302 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 14366238 9740288 345 18446744073709551615 4194304 5098028 140725276384912 140725276383016 140030502384252 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 27914240 140725276393850 140725276394054 140725276394054 140725276397547 0
/proc/32302/statm: 2378 345 289 221 0 87 0
[pid=32304] ppid=32302 vsize=13980732 memory=335476 CPUtime=7.31 cores=1,3,5,7
/proc/32304/stat : 32304 (java) S 32302 32302 18108 0 -1 1077944320 26842 0 0 0 707 24 0 0 20 0 15 0 14366247 14316269568 83869 18446744073709551615 4194304 4196468 140735010553056 140735010535600 140278286290679 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
/proc/32304/statm: 3495183 83869 3226 1 0 3483476 0
[pid=32304/tid=32305] ppid=32302 vsize=13980732 memory=7451600743314974034 CPUtime=2.93 cores=1,3,5,7
/proc/32304/task/32305/stat : 32305 (java) R 32302 32302 18108 0 -1 4202560 9367 0 0 0 287 6 0 0 20 0 15 0 14366248 14316269568 83869 18446744073709551615 4194304 4196468 140735010553056 140278290527376 140277883723359 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32306] ppid=32302 vsize=13980732 memory=56 CPUtime=0.09 cores=1,3,5,7
/proc/32304/task/32306/stat : 32306 (java) S 32302 32302 18108 0 -1 1077944384 170 0 0 0 6 3 0 0 20 0 15 0 14366248 14316269568 83869 18446744073709551615 4194304 4196468 140735010553056 140278205705360 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32307] ppid=32302 vsize=13980732 memory=280433044835664 CPUtime=0.09 cores=1,3,5,7
/proc/32304/task/32307/stat : 32307 (java) S 32302 32302 18108 0 -1 1077944384 744 0 0 0 6 3 0 0 20 0 15 0 14366248 14316269568 83869 18446744073709551615 4194304 4196468 140735010553056 140278204652560 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32308] ppid=32302 vsize=13980732 memory=6944652177228980320 CPUtime=0.09 cores=1,3,5,7
/proc/32304/task/32308/stat : 32308 (java) S 32302 32302 18108 0 -1 1077944384 146 0 0 0 6 3 0 0 20 0 15 0 14366248 14316269568 83869 18446744073709551615 4194304 4196468 140735010553056 140278203599760 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32309] ppid=32302 vsize=13980732 memory=-8713483618642721886 CPUtime=0.09 cores=1,3,5,7
/proc/32304/task/32309/stat : 32309 (java) S 32302 32302 18108 0 -1 1077944384 374 0 0 0 6 3 0 0 20 0 15 0 14366248 14316269568 83869 18446744073709551615 4194304 4196468 140735010553056 140278202546960 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32310] ppid=32302 vsize=13980732 memory=280433044793568 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32310/stat : 32310 (java) S 32302 32302 18108 0 -1 1077944384 271 0 0 0 0 0 0 0 20 0 15 0 14366250 14316269568 83869 18446744073709551615 4194304 4196468 140735010553056 140277763787120 140278286301826 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32311] ppid=32302 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32311/stat : 32311 (java) S 32302 32302 18108 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 14366250 14316269568 83869 18446744073709551615 4194304 4196468 140735010553056 140277762733088 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32312] ppid=32302 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32312/stat : 32312 (java) S 32302 32302 18108 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 14366250 14316269568 83869 18446744073709551615 4194304 4196468 140735010553056 140277761680240 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32313] ppid=32302 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32313/stat : 32313 (java) S 32302 32302 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14366253 14316269568 83869 18446744073709551615 4194304 4196468 140735010553056 140277760628560 140278286309275 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32314] ppid=32302 vsize=13980732 memory=0 CPUtime=1.76 cores=1,3,5,7
/proc/32304/task/32314/stat : 32314 (java) S 32302 32302 18108 0 -1 1077944384 6263 0 0 0 176 0 0 0 20 0 15 0 14366253 14316269568 83869 18446744073709551615 4194304 4196468 140735010553056 140277759576944 140278286301826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32315] ppid=32302 vsize=13980732 memory=-8774313645642428999 CPUtime=1.49 cores=1,3,5,7
/proc/32304/task/32315/stat : 32315 (java) S 32302 32302 18108 0 -1 1077944384 4210 0 0 0 149 0 0 0 20 0 15 0 14366253 14316269568 83869 18446744073709551615 4194304 4196468 140735010553056 140277758524144 140278286301826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32316] ppid=32302 vsize=13980732 memory=1380 CPUtime=0.68 cores=1,3,5,7
/proc/32304/task/32316/stat : 32316 (java) S 32302 32302 18108 0 -1 1077944384 3944 0 0 0 67 1 0 0 20 0 15 0 14366253 14316269568 83869 18446744073709551615 4194304 4196468 140735010553056 140277757471344 140278286301826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32317] ppid=32302 vsize=13980732 memory=335336 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32317/stat : 32317 (java) S 32302 32302 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14366253 14316269568 83869 18446744073709551615 4194304 4196468 140735010553056 140277756418784 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32318] ppid=32302 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32318/stat : 32318 (java) S 32302 32302 18108 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 14366257 14316269568 83869 18446744073709551615 4194304 4196468 140735010553056 140277755366064 140278286301826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
Current children cumulated CPU time: 7.31 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 336856 KiB

[startup+3.40083 s]
/proc/loadavg: 2.09 2.04 2.04 4/211 32318
/proc/meminfo: memFree=31005004/32770624 swapFree=67108860/67108860
[pid=32302] ppid=32299 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32302/stat : 32302 (xcsp3-exec) S 32299 32302 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 14366238 9740288 345 18446744073709551615 4194304 5098028 140725276384912 140725276383016 140030502384252 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 27914240 140725276393850 140725276394054 140725276394054 140725276397547 0
/proc/32302/statm: 2378 345 289 221 0 87 0
[pid=32304] ppid=32302 vsize=13980732 memory=337728 CPUtime=7.55 cores=1,3,5,7
/proc/32304/stat : 32304 (java) S 32302 32302 18108 0 -1 1077944320 26941 0 0 0 731 24 0 0 20 0 15 0 14366247 14316269568 84432 18446744073709551615 4194304 4196468 140735010553056 140735010535600 140278286290679 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
/proc/32304/statm: 3495183 84432 3228 1 0 3483476 0
[pid=32304/tid=32305] ppid=32302 vsize=13980732 memory=329688 CPUtime=3.13 cores=1,3,5,7
/proc/32304/task/32305/stat : 32305 (java) R 32302 32302 18108 0 -1 4202560 9432 0 0 0 307 6 0 0 20 0 15 0 14366248 14316269568 84432 18446744073709551615 4194304 4196468 140735010553056 140278290527832 140277883271609 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32306] ppid=32302 vsize=13980732 memory=-7025448733113094249 CPUtime=0.09 cores=1,3,5,7
/proc/32304/task/32306/stat : 32306 (java) S 32302 32302 18108 0 -1 1077944384 170 0 0 0 6 3 0 0 20 0 15 0 14366248 14316269568 84432 18446744073709551615 4194304 4196468 140735010553056 140278205705360 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32307] ppid=32302 vsize=13980732 memory=-7175204567652784766 CPUtime=0.09 cores=1,3,5,7
/proc/32304/task/32307/stat : 32307 (java) S 32302 32302 18108 0 -1 1077944384 744 0 0 0 6 3 0 0 20 0 15 0 14366248 14316269568 84432 18446744073709551615 4194304 4196468 140735010553056 140278204652560 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32308] ppid=32302 vsize=13980732 memory=3054156605268465310 CPUtime=0.09 cores=1,3,5,7
/proc/32304/task/32308/stat : 32308 (java) S 32302 32302 18108 0 -1 1077944384 146 0 0 0 6 3 0 0 20 0 15 0 14366248 14316269568 84432 18446744073709551615 4194304 4196468 140735010553056 140278203599760 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32309] ppid=32302 vsize=13980732 memory=-6520471753822164382 CPUtime=0.09 cores=1,3,5,7
/proc/32304/task/32309/stat : 32309 (java) S 32302 32302 18108 0 -1 1077944384 374 0 0 0 6 3 0 0 20 0 15 0 14366248 14316269568 84432 18446744073709551615 4194304 4196468 140735010553056 140278202546960 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32310] ppid=32302 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32310/stat : 32310 (java) S 32302 32302 18108 0 -1 1077944384 271 0 0 0 0 0 0 0 20 0 15 0 14366250 14316269568 84432 18446744073709551615 4194304 4196468 140735010553056 140277763787120 140278286301826 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32311] ppid=32302 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32311/stat : 32311 (java) S 32302 32302 18108 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 14366250 14316269568 84432 18446744073709551615 4194304 4196468 140735010553056 140277762733088 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32312] ppid=32302 vsize=13980732 memory=280433044546016 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32312/stat : 32312 (java) S 32302 32302 18108 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 14366250 14316269568 84432 18446744073709551615 4194304 4196468 140735010553056 140277761680240 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32313] ppid=32302 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32313/stat : 32313 (java) S 32302 32302 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14366253 14316269568 84432 18446744073709551615 4194304 4196468 140735010553056 140277760628560 140278286309275 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32314] ppid=32302 vsize=13980732 memory=0 CPUtime=1.78 cores=1,3,5,7
/proc/32304/task/32314/stat : 32314 (java) S 32302 32302 18108 0 -1 1077944384 6263 0 0 0 178 0 0 0 20 0 15 0 14366253 14316269568 84432 18446744073709551615 4194304 4196468 140735010553056 140277759576944 140278286301826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32315] ppid=32302 vsize=13980732 memory=3832759781474738896 CPUtime=1.5 cores=1,3,5,7
/proc/32304/task/32315/stat : 32315 (java) S 32302 32302 18108 0 -1 1077944384 4224 0 0 0 150 0 0 0 20 0 15 0 14366253 14316269568 84432 18446744073709551615 4194304 4196468 140735010553056 140277758524144 140278286301826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32316] ppid=32302 vsize=13980732 memory=2436 CPUtime=0.69 cores=1,3,5,7
/proc/32304/task/32316/stat : 32316 (java) S 32302 32302 18108 0 -1 1077944384 3964 0 0 0 68 1 0 0 20 0 15 0 14366253 14316269568 84432 18446744073709551615 4194304 4196468 140735010553056 140277757471344 140278286301826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32317] ppid=32302 vsize=13980732 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32317/stat : 32317 (java) S 32302 32302 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14366253 14316269568 84432 18446744073709551615 4194304 4196468 140735010553056 140277756418784 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32318] ppid=32302 vsize=13980732 memory=2004 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32318/stat : 32318 (java) S 32302 32302 18108 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 14366257 14316269568 84432 18446744073709551615 4194304 4196468 140735010553056 140277755366064 140278286301826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
Current children cumulated CPU time: 7.55 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 339108 KiB

[startup+3.5008 s]
/proc/loadavg: 2.09 2.04 2.04 4/211 32318
/proc/meminfo: memFree=31005004/32770624 swapFree=67108860/67108860
[pid=32302] ppid=32299 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32302/stat : 32302 (xcsp3-exec) S 32299 32302 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 14366238 9740288 345 18446744073709551615 4194304 5098028 140725276384912 140725276383016 140030502384252 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 27914240 140725276393850 140725276394054 140725276394054 140725276397547 0
/proc/32302/statm: 2378 345 289 221 0 87 0
[pid=32304] ppid=32302 vsize=13980732 memory=337728 CPUtime=7.68 cores=1,3,5,7
/proc/32304/stat : 32304 (java) S 32302 32302 18108 0 -1 1077944320 26949 0 0 0 744 24 0 0 20 0 15 0 14366247 14316269568 84432 18446744073709551615 4194304 4196468 140735010553056 140735010535600 140278286290679 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
/proc/32304/statm: 3495183 84432 3228 1 0 3483476 0
[pid=32304/tid=32305] ppid=32302 vsize=13980732 memory=1380 CPUtime=3.23 cores=1,3,5,7
/proc/32304/task/32305/stat : 32305 (java) R 32302 32302 18108 0 -1 4202560 9432 0 0 0 317 6 0 0 20 0 15 0 14366248 14316269568 84432 18446744073709551615 4194304 4196468 140735010553056 140278290527832 140278286302614 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32306] ppid=32302 vsize=13980732 memory=335476 CPUtime=0.09 cores=1,3,5,7
/proc/32304/task/32306/stat : 32306 (java) S 32302 32302 18108 0 -1 1077944384 170 0 0 0 6 3 0 0 20 0 15 0 14366248 14316269568 84432 18446744073709551615 4194304 4196468 140735010553056 140278205705360 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32307] ppid=32302 vsize=13980732 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32304/task/32307/stat : 32307 (java) S 32302 32302 18108 0 -1 1077944384 744 0 0 0 6 3 0 0 20 0 15 0 14366248 14316269568 84432 18446744073709551615 4194304 4196468 140735010553056 140278204652560 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32308] ppid=32302 vsize=13980732 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32304/task/32308/stat : 32308 (java) S 32302 32302 18108 0 -1 1077944384 146 0 0 0 6 3 0 0 20 0 15 0 14366248 14316269568 84432 18446744073709551615 4194304 4196468 140735010553056 140278203599760 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32309] ppid=32302 vsize=13980732 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32304/task/32309/stat : 32309 (java) S 32302 32302 18108 0 -1 1077944384 374 0 0 0 6 3 0 0 20 0 15 0 14366248 14316269568 84432 18446744073709551615 4194304 4196468 140735010553056 140278202546960 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32310] ppid=32302 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32310/stat : 32310 (java) S 32302 32302 18108 0 -1 1077944384 271 0 0 0 0 0 0 0 20 0 15 0 14366250 14316269568 84432 18446744073709551615 4194304 4196468 140735010553056 140277763787120 140278286301826 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32311] ppid=32302 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32311/stat : 32311 (java) S 32302 32302 18108 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 14366250 14316269568 84432 18446744073709551615 4194304 4196468 140735010553056 140277762733088 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32312] ppid=32302 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32312/stat : 32312 (java) S 32302 32302 18108 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 14366250 14316269568 84432 18446744073709551615 4194304 4196468 140735010553056 140277761680240 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32313] ppid=32302 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32313/stat : 32313 (java) S 32302 32302 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14366253 14316269568 84432 18446744073709551615 4194304 4196468 140735010553056 140277760628560 140278286309275 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32314] ppid=32302 vsize=13980732 memory=0 CPUtime=1.8 cores=1,3,5,7
/proc/32304/task/32314/stat : 32314 (java) S 32302 32302 18108 0 -1 1077944384 6271 0 0 0 180 0 0 0 20 0 15 0 14366253 14316269568 84432 18446744073709551615 4194304 4196468 140735010553056 140277759576944 140278286301826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32315] ppid=32302 vsize=13980732 memory=127 CPUtime=1.5 cores=1,3,5,7
/proc/32304/task/32315/stat : 32315 (java) S 32302 32302 18108 0 -1 1077944384 4224 0 0 0 150 0 0 0 20 0 15 0 14366253 14316269568 84432 18446744073709551615 4194304 4196468 140735010553056 140277758524144 140278286301826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32316] ppid=32302 vsize=13980732 memory=121 CPUtime=0.69 cores=1,3,5,7
/proc/32304/task/32316/stat : 32316 (java) R 32302 32302 18108 0 -1 4202560 3964 0 0 0 68 1 0 0 20 0 15 0 14366253 14316269568 84432 18446744073709551615 4194304 4196468 140735010553056 140277757471344 140735011198813 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32317] ppid=32302 vsize=13980732 memory=64 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32317/stat : 32317 (java) S 32302 32302 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14366253 14316269568 84432 18446744073709551615 4194304 4196468 140735010553056 140277756418784 140278286300885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
[pid=32304/tid=32318] ppid=32302 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32304/task/32318/stat : 32318 (java) S 32302 32302 18108 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 14366257 14316269568 84432 18446744073709551615 4194304 4196468 140735010553056 140277755366064 140278286301826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6791168 140735010558386 140735010558562 140735010558562 140735010561999 0
Current children cumulated CPU time: 7.68 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 339108 KiB

Child status: 0
Real time (s): 3.5267
CPU time (s): 7.71795
CPU user time (s): 7.46312
CPU system time (s): 0.254828
CPU usage (%): 218.844
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 340296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.46312
system time used= 0.254828
maximum resident set size= 340452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27570
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2332
involuntary context switches= 30


# summary of solver processes directly reported to runsolver:
#   pid: 32302
#   total CPU time (s): 7.71795
#   total CPU user time (s): 7.46312
#   total CPU system time (s): 0.254828

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.042732 second user time and 0.078343 second system time

The end

Launcher Data

Begin job on node131 at 2017-08-19 18:06:12
IDJOB=4282209
IDBENCH=139269
IDSOLVER=2677
FILE ID=node131/4282209-1503159592
RUNJOBID= node131-1503095854-18172
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-04-04-fair.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-4282209-1503159592/watcher-4282209-1503159592 -o /tmp/evaluation-result-4282209-1503159592/solver-4282209-1503159592 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node131-1503095854-18172 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 853325789 HOME/instance-4282209-1503159592.xml

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

MD5SUM BENCH= 005af5eedf24bd8f858adc721c64a56d
RANDOM SEED=853325789

node131.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.69
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.69
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.69
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.69
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:        31329192 kB
MemAvailable:   31687076 kB
Buffers:          184108 kB
Cached:           460932 kB
SwapCached:            0 kB
Active:           565936 kB
Inactive:         465036 kB
Active(anon):     386116 kB
Inactive(anon):    16748 kB
Active(file):     179820 kB
Inactive(file):   448288 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7832 kB
Writeback:             4 kB
AnonPages:        385604 kB
Mapped:            44340 kB
Shmem:             17060 kB
Slab:             116376 kB
SReclaimable:      91220 kB
SUnreclaim:        25156 kB
KernelStack:        3456 kB
PageTables:         5672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1296912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    325632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node131 at 2017-08-19 18:06:15