Trace number 4281080

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 par (2017-08-18)SAT 4.1498699 1.2614599

General information on the benchmark

NameSocialGolfers/SocialGolfers-cp-s1/
SocialGolfers-5-2-4-cp.xml
MD5SUM612b3a9d83ebb0dde099fe85e279ef2b
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.296404
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints276
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":40}]
Minimum variable degree29
Maximum variable degree30
Distribution of variable degrees[{"degree":29,"count":30},{"degree":30,"count":10}]
Minimum constraint arity4
Maximum constraint arity40
Distribution of constraint arities[{"arity":4,"count":270},{"arity":10,"count":5},{"arity":40,"count":1}]
Number of extensional constraints0
Number of intensional constraints270
Distribution of constraint types[{"type":"intension","count":270},{"type":"lex","count":1},{"type":"cardinality","count":4},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4281080-1503140566.xml"  -tl '20160s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4281080-1503140566.xml, -tl, 20160s, -p, 8, -x, 0]
0.12/0.19	c 8 solvers in parallel
0.33/0.26	c parse instance...
3.29/1.12	c solve instance...
3.84/1.25	s SATISFIABLE
3.84/1.25	v <instantiation>
3.84/1.25	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] </list>
3.84/1.25	v 	<values>0 0 1 1 2 2 3 3 4 4 3 4 0 4 1 3 1 2 0 2 4 0 1 2 0 3 1 2 3 4 4 1 1 0 0 3 2 3 4 2 </values>
3.84/1.25	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281080-1503140566/watcher-4281080-1503140566 -o /tmp/evaluation-result-4281080-1503140566/solver-4281080-1503140566 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1503136251-22362 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1105664018 HOME/instance-4281080-1503140566.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=22855, runsolver pid=22852

[startup+0.100153 s]*
/proc/loadavg: 4.35 2.30 2.31 3/199 22876
/proc/meminfo: memFree=27046588/32770624 swapFree=67108860/67108860
[pid=22855] ppid=22852 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/22855/stat : 22855 (xcsp3-exec) S 22852 22855 22335 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 147144484 9740288 346 33554432000 4194304 5098028 140731924524480 140731924522584 140031394189948 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34254848 140731924530276 140731924530487 140731924530487 140731924533227 0
/proc/22855/statm: 2378 346 289 221 0 87 0
[pid=22857] ppid=22855 vsize=25999808 memory=26624 CPUtime=0.12 cores=0-7
/proc/22857/stat : 22857 (java) S 22855 22855 22335 0 -1 1077944320 5480 0 0 0 10 2 0 0 20 0 20 0 147144484 26623803392 6656 33554432000 4194304 4196468 140733829536144 140733829518688 140328138993399 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
/proc/22857/statm: 6499952 6656 2894 1 0 6488269 0
[pid=22857/tid=22858] ppid=22855 vsize=25999808 memory=8256957874457976988 CPUtime=0.09 cores=0-7
/proc/22857/task/22858/stat : 22858 (java) R 22855 22855 22335 0 -1 4202560 3497 0 0 0 8 1 0 0 20 0 20 0 147144484 26623803392 6656 33554432000 4194304 4196468 140733829536144 140328143226392 140327739509163 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22859] ppid=22855 vsize=25999808 memory=732369824380480485 CPUtime=0 cores=0-7
/proc/22857/task/22859/stat : 22859 (java) S 22855 22855 22335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147144485 26623803392 6656 33554432000 4194304 4196468 140733829536144 140328061574160 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22860] ppid=22855 vsize=25999808 memory=139686043027072 CPUtime=0 cores=0-7
/proc/22857/task/22860/stat : 22860 (java) S 22855 22855 22335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147144485 26623803392 6656 33554432000 4194304 4196468 140733829536144 140328060521616 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22861] ppid=22855 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22857/task/22861/stat : 22861 (java) S 22855 22855 22335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147144485 26623803392 6656 33554432000 4194304 4196468 140733829536144 140328059468560 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22862] ppid=22855 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22857/task/22862/stat : 22862 (java) S 22855 22855 22335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147144485 26623803392 6656 33554432000 4194304 4196468 140733829536144 140328058416016 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22863] ppid=22855 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22857/task/22863/stat : 22863 (java) S 22855 22855 22335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147144485 26623803392 6656 33554432000 4194304 4196468 140733829536144 140327693343248 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22864] ppid=22855 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/22857/task/22864/stat : 22864 (java) S 22855 22855 22335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147144485 26623803392 6656 33554432000 4194304 4196468 140733829536144 140327692290704 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22865] ppid=22855 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22857/task/22865/stat : 22865 (java) S 22855 22855 22335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147144485 26623803392 6721 33554432000 4194304 4196468 140733829536144 140327691237648 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22866] ppid=22855 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22857/task/22866/stat : 22866 (java) S 22855 22855 22335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147144485 26623803392 6721 33554432000 4194304 4196468 140733829536144 140327690185104 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22867] ppid=22855 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22857/task/22867/stat : 22867 (java) S 22855 22855 22335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147144487 26623803392 6721 33554432000 4194304 4196468 140733829536144 140327533931248 140328139004546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22868] ppid=22855 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22857/task/22868/stat : 22868 (java) S 22855 22855 22335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 147144487 26623803392 6721 33554432000 4194304 4196468 140733829536144 140327532877472 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22869] ppid=22855 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22857/task/22869/stat : 22869 (java) S 22855 22855 22335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 147144487 26623803392 6721 33554432000 4194304 4196468 140733829536144 140327531824368 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22870] ppid=22855 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22857/task/22870/stat : 22870 (java) S 22855 22855 22335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147144490 26623803392 6721 33554432000 4194304 4196468 140733829536144 140327530772944 140328139011995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22871] ppid=22855 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22857/task/22871/stat : 22871 (java) S 22855 22855 22335 0 -1 1077944384 407 0 0 0 0 0 0 0 20 0 20 0 147144490 26623803392 6721 33554432000 4194304 4196468 140733829536144 140327529720048 140328139004546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22872] ppid=22855 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22857/task/22872/stat : 22872 (java) S 22855 22855 22335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147144490 26623803392 6721 33554432000 4194304 4196468 140733829536144 140327528667504 140328139004546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22873] ppid=22855 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22857/task/22873/stat : 22873 (java) R 22855 22855 22335 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 147144490 26623803392 6721 33554432000 4194304 4196468 140733829536144 140327527614448 140328139004546 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22874] ppid=22855 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/22857/task/22874/stat : 22874 (java) R 22855 22855 22335 0 -1 4202560 268 0 0 0 1 0 0 0 20 0 20 0 147144490 26623803392 6721 33554432000 4194304 4196468 140733829536144 140327526561904 140328120230960 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22875] ppid=22855 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22857/task/22875/stat : 22875 (java) S 22855 22855 22335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147144490 26623803392 6721 33554432000 4194304 4196468 140733829536144 140327525510112 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22876] ppid=22855 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/22857/task/22876/stat : 22876 (java) S 22855 22855 22335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147144490 26623803392 6721 33554432000 4194304 4196468 140733829536144 140327524457648 140328139004546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28008 KiB

[startup+0.209548 s]*
/proc/loadavg: 4.35 2.30 2.31 2/199 22876
/proc/meminfo: memFree=27034388/32770624 swapFree=67108860/67108860
[pid=22855] ppid=22852 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/22855/stat : 22855 (xcsp3-exec) S 22852 22855 22335 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 147144484 9740288 346 33554432000 4194304 5098028 140731924524480 140731924522584 140031394189948 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34254848 140731924530276 140731924530487 140731924530487 140731924533227 0
/proc/22855/statm: 2378 346 289 221 0 87 0
[pid=22857] ppid=22855 vsize=26004064 memory=38876 CPUtime=0.33 cores=0-7
/proc/22857/stat : 22857 (java) S 22855 22855 22335 0 -1 1077944320 8318 0 0 0 30 3 0 0 20 0 20 0 147144484 26628161536 9719 33554432000 4194304 4196468 140733829536144 140733829518688 140328138993399 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
/proc/22857/statm: 6501016 9719 3038 1 0 6488269 0
[pid=22857/tid=22858] ppid=22855 vsize=26004064 memory=0 CPUtime=0.19 cores=0-7
/proc/22857/task/22858/stat : 22858 (java) R 22855 22855 22335 0 -1 4202560 5406 0 0 0 18 1 0 0 20 0 20 0 147144484 26628161536 9719 33554432000 4194304 4196468 140733829536144 140328143213456 140328139015325 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22859] ppid=22855 vsize=26004064 memory=732369824380480485 CPUtime=0 cores=0-7
/proc/22857/task/22859/stat : 22859 (java) S 22855 22855 22335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147144485 26628161536 9719 33554432000 4194304 4196468 140733829536144 140328061574160 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22860] ppid=22855 vsize=26004064 memory=139686043027072 CPUtime=0 cores=0-7
/proc/22857/task/22860/stat : 22860 (java) S 22855 22855 22335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147144485 26628161536 9719 33554432000 4194304 4196468 140733829536144 140328060521616 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22861] ppid=22855 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22857/task/22861/stat : 22861 (java) S 22855 22855 22335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147144485 26628161536 9719 33554432000 4194304 4196468 140733829536144 140328059468560 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22862] ppid=22855 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22857/task/22862/stat : 22862 (java) S 22855 22855 22335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147144485 26628161536 9719 33554432000 4194304 4196468 140733829536144 140328058416016 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22863] ppid=22855 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22857/task/22863/stat : 22863 (java) S 22855 22855 22335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147144485 26628161536 9719 33554432000 4194304 4196468 140733829536144 140327693343248 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22864] ppid=22855 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/22857/task/22864/stat : 22864 (java) S 22855 22855 22335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147144485 26628161536 9719 33554432000 4194304 4196468 140733829536144 140327692290704 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22865] ppid=22855 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22857/task/22865/stat : 22865 (java) S 22855 22855 22335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147144485 26628161536 9719 33554432000 4194304 4196468 140733829536144 140327691237648 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22866] ppid=22855 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22857/task/22866/stat : 22866 (java) S 22855 22855 22335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147144485 26628161536 9719 33554432000 4194304 4196468 140733829536144 140327690185104 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22867] ppid=22855 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22857/task/22867/stat : 22867 (java) S 22855 22855 22335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147144487 26628161536 9719 33554432000 4194304 4196468 140733829536144 140327533931248 140328139004546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22868] ppid=22855 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22857/task/22868/stat : 22868 (java) S 22855 22855 22335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 147144487 26628161536 9719 33554432000 4194304 4196468 140733829536144 140327532877472 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22869] ppid=22855 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22857/task/22869/stat : 22869 (java) S 22855 22855 22335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 147144487 26628161536 9719 33554432000 4194304 4196468 140733829536144 140327531824368 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22870] ppid=22855 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22857/task/22870/stat : 22870 (java) S 22855 22855 22335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147144490 26628161536 9719 33554432000 4194304 4196468 140733829536144 140327530772944 140328139011995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22871] ppid=22855 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/22857/task/22871/stat : 22871 (java) S 22855 22855 22335 0 -1 1077944384 442 0 0 0 1 0 0 0 20 0 20 0 147144490 26628161536 9719 33554432000 4194304 4196468 140733829536144 140327529720048 140328139004546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22872] ppid=22855 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/22857/task/22872/stat : 22872 (java) S 22855 22855 22335 0 -1 1077944384 258 0 0 0 1 0 0 0 20 0 20 0 147144490 26628161536 9719 33554432000 4194304 4196468 140733829536144 140327528667504 140328139004546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22873] ppid=22855 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/22857/task/22873/stat : 22873 (java) R 22855 22855 22335 0 -1 1077944384 99 0 0 0 2 0 0 0 20 0 20 0 147144490 26628161536 9719 33554432000 4194304 4196468 140733829536144 140327527614448 140328139004546 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22874] ppid=22855 vsize=26004064 memory=0 CPUtime=0.07 cores=0-7
/proc/22857/task/22874/stat : 22874 (java) R 22855 22855 22335 0 -1 4202560 802 0 0 0 7 0 0 0 20 0 20 0 147144490 26628161536 9719 33554432000 4194304 4196468 140733829536144 140327526561904 140328139005334 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22875] ppid=22855 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22857/task/22875/stat : 22875 (java) S 22855 22855 22335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147144490 26628161536 9719 33554432000 4194304 4196468 140733829536144 140327525510112 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22876] ppid=22855 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/22857/task/22876/stat : 22876 (java) S 22855 22855 22335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147144490 26628161536 9719 33554432000 4194304 4196468 140733829536144 140327524457648 140328139004546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40260 KiB

[startup+0.309269 s]*
/proc/loadavg: 4.35 2.30 2.31 3/199 22876
/proc/meminfo: memFree=27030232/32770624 swapFree=67108860/67108860
[pid=22855] ppid=22852 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/22855/stat : 22855 (xcsp3-exec) S 22852 22855 22335 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 147144484 9740288 346 33554432000 4194304 5098028 140731924524480 140731924522584 140031394189948 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34254848 140731924530276 140731924530487 140731924530487 140731924533227 0
/proc/22855/statm: 2378 346 289 221 0 87 0
[pid=22857] ppid=22855 vsize=26004064 memory=45556 CPUtime=0.5 cores=0-7
/proc/22857/stat : 22857 (java) S 22855 22855 22335 0 -1 1077944320 9120 0 0 0 47 3 0 0 20 0 20 0 147144484 26628161536 11389 33554432000 4194304 4196468 140733829536144 140733829518688 140328138993399 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
/proc/22857/statm: 6501016 11389 3073 1 0 6488269 0
[pid=22857/tid=22858] ppid=22855 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/22857/task/22858/stat : 22858 (java) R 22855 22855 22335 0 -1 4202560 6087 0 0 0 27 2 0 0 20 0 20 0 147144484 26628161536 11389 33554432000 4194304 4196468 140733829536144 140328143231648 140328123073886 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22859] ppid=22855 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22857/task/22859/stat : 22859 (java) S 22855 22855 22335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147144485 26628161536 11389 33554432000 4194304 4196468 140733829536144 140328061574160 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22860] ppid=22855 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22857/task/22860/stat : 22860 (java) S 22855 22855 22335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147144485 26628161536 11389 33554432000 4194304 4196468 140733829536144 140328060521616 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22861] ppid=22855 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22857/task/22861/stat : 22861 (java) S 22855 22855 22335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147144485 26628161536 11389 33554432000 4194304 4196468 140733829536144 140328059468560 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22862] ppid=22855 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22857/task/22862/stat : 22862 (java) S 22855 22855 22335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147144485 26628161536 11389 33554432000 4194304 4196468 140733829536144 140328058416016 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22863] ppid=22855 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/22857/task/22863/stat : 22863 (java) S 22855 22855 22335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147144485 26628161536 11389 33554432000 4194304 4196468 140733829536144 140327693343248 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22864] ppid=22855 vsize=26004064 memory=139685892551599 CPUtime=0 cores=0-7
/proc/22857/task/22864/stat : 22864 (java) S 22855 22855 22335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147144485 26628161536 11389 33554432000 4194304 4196468 140733829536144 140327692290704 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22865] ppid=22855 vsize=26004064 memory=139685892553904 CPUtime=0 cores=0-7
/proc/22857/task/22865/stat : 22865 (java) S 22855 22855 22335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147144485 26628161536 11389 33554432000 4194304 4196468 140733829536144 140327691237648 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22866] ppid=22855 vsize=26004064 memory=139685892556208 CPUtime=0 cores=0-7
/proc/22857/task/22866/stat : 22866 (java) S 22855 22855 22335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147144485 26628161536 11389 33554432000 4194304 4196468 140733829536144 140327690185104 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22867] ppid=22855 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22857/task/22867/stat : 22867 (java) S 22855 22855 22335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147144487 26628161536 11389 33554432000 4194304 4196468 140733829536144 140327533931248 140328139004546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22868] ppid=22855 vsize=26004064 memory=279371785119376 CPUtime=0 cores=0-7
/proc/22857/task/22868/stat : 22868 (java) S 22855 22855 22335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 147144487 26628161536 11389 33554432000 4194304 4196468 140733829536144 140327532877472 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22869] ppid=22855 vsize=26004064 memory=279371785126288 CPUtime=0 cores=0-7
/proc/22857/task/22869/stat : 22869 (java) S 22855 22855 22335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 147144487 26628161536 11389 33554432000 4194304 4196468 140733829536144 140327531824368 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22870] ppid=22855 vsize=26004064 memory=279371785067568 CPUtime=0 cores=0-7
/proc/22857/task/22870/stat : 22870 (java) S 22855 22855 22335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147144490 26628161536 11389 33554432000 4194304 4196468 140733829536144 140327530772944 140328139011995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22871] ppid=22855 vsize=26004064 memory=279371785140112 CPUtime=0.01 cores=0-7
/proc/22857/task/22871/stat : 22871 (java) S 22855 22855 22335 0 -1 1077944384 451 0 0 0 1 0 0 0 20 0 20 0 147144490 26628161536 11389 33554432000 4194304 4196468 140733829536144 140327529720048 140328139004546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22872] ppid=22855 vsize=26004064 memory=279371785147024 CPUtime=0.03 cores=0-7
/proc/22857/task/22872/stat : 22872 (java) S 22855 22855 22335 0 -1 1077944384 274 0 0 0 3 0 0 0 20 0 20 0 147144490 26628161536 11389 33554432000 4194304 4196468 140733829536144 140327528667504 140328139004546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22873] ppid=22855 vsize=26004064 memory=279371785144720 CPUtime=0.02 cores=0-7
/proc/22857/task/22873/stat : 22873 (java) S 22855 22855 22335 0 -1 1077944384 99 0 0 0 2 0 0 0 20 0 20 0 147144490 26628161536 11389 33554432000 4194304 4196468 140733829536144 140327527614448 140328139004546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22874] ppid=22855 vsize=26004064 memory=279371785160880 CPUtime=0.11 cores=0-7
/proc/22857/task/22874/stat : 22874 (java) R 22855 22855 22335 0 -1 4202560 900 0 0 0 11 0 0 0 20 0 20 0 147144490 26628161536 11389 33554432000 4194304 4196468 140733829536144 140327526559568 140328124158999 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22875] ppid=22855 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22857/task/22875/stat : 22875 (java) S 22855 22855 22335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147144490 26628161536 11389 33554432000 4194304 4196468 140733829536144 140327525510112 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22876] ppid=22855 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/22857/task/22876/stat : 22876 (java) S 22855 22855 22335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147144490 26628161536 11389 33554432000 4194304 4196468 140733829536144 140327524457648 140328139004546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 46940 KiB

[startup+0.700957 s]
/proc/loadavg: 4.35 2.30 2.31 6/199 22876
/proc/meminfo: memFree=27013792/32770624 swapFree=67108860/67108860
[pid=22855] ppid=22852 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/22855/stat : 22855 (xcsp3-exec) S 22852 22855 22335 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 147144484 9740288 346 33554432000 4194304 5098028 140731924524480 140731924522584 140031394189948 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34254848 140731924530276 140731924530487 140731924530487 140731924533227 0
/proc/22855/statm: 2378 346 289 221 0 87 0
[pid=22857] ppid=22855 vsize=26006188 memory=85796 CPUtime=1.66 cores=0-7
/proc/22857/stat : 22857 (java) S 22855 22855 22335 0 -1 1077944320 12494 0 0 0 160 6 0 0 20 0 20 0 147144484 26630336512 21449 33554432000 4194304 4196468 140733829536144 140733829518688 140328138993399 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
/proc/22857/statm: 6501547 21449 3206 1 0 6488781 0
[pid=22857/tid=22858] ppid=22855 vsize=26006188 memory=279371785455808 CPUtime=0.67 cores=0-7
/proc/22857/task/22858/stat : 22858 (java) R 22855 22855 22335 0 -1 4202560 6723 0 0 0 64 3 0 0 20 0 20 0 147144484 26630336512 21449 33554432000 4194304 4196468 140733829536144 140328143230096 140327741885314 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22859] ppid=22855 vsize=26006188 memory=1420 CPUtime=0 cores=0-7
/proc/22857/task/22859/stat : 22859 (java) S 22855 22855 22335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147144485 26630336512 21449 33554432000 4194304 4196468 140733829536144 140328061574160 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22860] ppid=22855 vsize=26006188 memory=11108 CPUtime=0 cores=0-7
/proc/22857/task/22860/stat : 22860 (java) S 22855 22855 22335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147144485 26630336512 21449 33554432000 4194304 4196468 140733829536144 140328060521616 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22861] ppid=22855 vsize=26006188 memory=1712 CPUtime=0 cores=0-7
/proc/22857/task/22861/stat : 22861 (java) S 22855 22855 22335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147144485 26630336512 21449 33554432000 4194304 4196468 140733829536144 140328059468560 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22862] ppid=22855 vsize=26006188 memory=1952 CPUtime=0 cores=0-7
/proc/22857/task/22862/stat : 22862 (java) S 22855 22855 22335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147144485 26630336512 21449 33554432000 4194304 4196468 140733829536144 140328058416016 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22863] ppid=22855 vsize=26006188 memory=8612 CPUtime=0 cores=0-7
/proc/22857/task/22863/stat : 22863 (java) S 22855 22855 22335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147144485 26630336512 21449 33554432000 4194304 4196468 140733829536144 140327693343248 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22864] ppid=22855 vsize=26006188 memory=1224 CPUtime=0 cores=0-7
/proc/22857/task/22864/stat : 22864 (java) S 22855 22855 22335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147144485 26630336512 21449 33554432000 4194304 4196468 140733829536144 140327692290704 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22865] ppid=22855 vsize=26006188 memory=792 CPUtime=0 cores=0-7
/proc/22857/task/22865/stat : 22865 (java) S 22855 22855 22335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147144485 26630336512 21449 33554432000 4194304 4196468 140733829536144 140327691237648 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22866] ppid=22855 vsize=26006188 memory=1004 CPUtime=0 cores=0-7
/proc/22857/task/22866/stat : 22866 (java) S 22855 22855 22335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147144485 26630336512 21449 33554432000 4194304 4196468 140733829536144 140327690185104 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22867] ppid=22855 vsize=26006188 memory=5788 CPUtime=0 cores=0-7
/proc/22857/task/22867/stat : 22867 (java) S 22855 22855 22335 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 147144487 26630336512 21449 33554432000 4194304 4196468 140733829536144 140327533931248 140328139004546 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22868] ppid=22855 vsize=26006188 memory=1196 CPUtime=0 cores=0-7
/proc/22857/task/22868/stat : 22868 (java) S 22855 22855 22335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 147144487 26630336512 21449 33554432000 4194304 4196468 140733829536144 140327532877472 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22869] ppid=22855 vsize=26006188 memory=4612 CPUtime=0 cores=0-7
/proc/22857/task/22869/stat : 22869 (java) S 22855 22855 22335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 147144487 26630336512 21449 33554432000 4194304 4196468 140733829536144 140327531824368 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22870] ppid=22855 vsize=26006188 memory=15876 CPUtime=0 cores=0-7
/proc/22857/task/22870/stat : 22870 (java) S 22855 22855 22335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147144490 26630336512 21449 33554432000 4194304 4196468 140733829536144 140327530772944 140328139011995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22871] ppid=22855 vsize=26006188 memory=18448 CPUtime=0.2 cores=0-7
/proc/22857/task/22871/stat : 22871 (java) R 22855 22855 22335 0 -1 4202560 1133 0 0 0 20 0 0 0 20 0 20 0 147144490 26630336512 21449 33554432000 4194304 4196468 140733829536144 140327529698384 140328118684457 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22872] ppid=22855 vsize=26006188 memory=22948 CPUtime=0.2 cores=0-7
/proc/22857/task/22872/stat : 22872 (java) S 22855 22855 22335 0 -1 1077944384 777 0 0 0 20 0 0 0 20 0 20 0 147144490 26630336512 21449 33554432000 4194304 4196468 140733829536144 140327528667504 140328139004546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22873] ppid=22855 vsize=26006188 memory=4044 CPUtime=0.17 cores=0-7
/proc/22857/task/22873/stat : 22873 (java) S 22855 22855 22335 0 -1 1077944384 749 0 0 0 17 0 0 0 20 0 20 0 147144490 26630336512 21449 33554432000 4194304 4196468 140733829536144 140327527614448 140328139004546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22874] ppid=22855 vsize=26006188 memory=1792 CPUtime=0.37 cores=0-7
/proc/22857/task/22874/stat : 22874 (java) R 22855 22855 22335 0 -1 4202560 1798 0 0 0 37 0 0 0 20 0 20 0 147144490 26630336512 21449 33554432000 4194304 4196468 140733829536144 140327526556976 140328123073886 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22875] ppid=22855 vsize=26006188 memory=636 CPUtime=0 cores=0-7
/proc/22857/task/22875/stat : 22875 (java) S 22855 22855 22335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147144490 26630336512 21449 33554432000 4194304 4196468 140733829536144 140327525510112 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22876] ppid=22855 vsize=26006188 memory=956 CPUtime=0 cores=0-7
/proc/22857/task/22876/stat : 22876 (java) S 22855 22855 22335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147144490 26630336512 21449 33554432000 4194304 4196468 140733829536144 140327524457648 140328139004546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
Current children cumulated CPU time: 1.66 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 87180 KiB

[startup+1.2614 s]
# the end of solver process 22855 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.89628 s, system=0.253593 s

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

[startup+0.801089 s]
/proc/loadavg: 4.35 2.30 2.31 6/199 22876
/proc/meminfo: memFree=27013792/32770624 swapFree=67108860/67108860
[pid=22855] ppid=22852 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/22855/stat : 22855 (xcsp3-exec) S 22852 22855 22335 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 147144484 9740288 346 33554432000 4194304 5098028 140731924524480 140731924522584 140031394189948 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34254848 140731924530276 140731924530487 140731924530487 140731924533227 0
/proc/22855/statm: 2378 346 289 221 0 87 0
[pid=22857] ppid=22855 vsize=26006188 memory=117544 CPUtime=2.06 cores=0-7
/proc/22857/stat : 22857 (java) S 22855 22855 22335 0 -1 1077944320 13739 0 0 0 199 7 0 0 20 0 20 0 147144484 26630336512 29386 33554432000 4194304 4196468 140733829536144 140733829518688 140328138993399 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
/proc/22857/statm: 6501547 29386 3209 1 0 6488781 0
[pid=22857/tid=22858] ppid=22855 vsize=26006188 memory=6791534058613427641 CPUtime=0.77 cores=0-7
/proc/22857/task/22858/stat : 22858 (java) R 22855 22855 22335 0 -1 4202560 6755 0 0 0 74 3 0 0 20 0 20 0 147144484 26630336512 29386 33554432000 4194304 4196468 140733829536144 140328143230688 140327742964931 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22859] ppid=22855 vsize=26006188 memory=1236 CPUtime=0 cores=0-7
/proc/22857/task/22859/stat : 22859 (java) S 22855 22855 22335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147144485 26630336512 29386 33554432000 4194304 4196468 140733829536144 140328061574160 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22860] ppid=22855 vsize=26006188 memory=2240 CPUtime=0 cores=0-7
/proc/22857/task/22860/stat : 22860 (java) S 22855 22855 22335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147144485 26630336512 29386 33554432000 4194304 4196468 140733829536144 140328060521616 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22861] ppid=22855 vsize=26006188 memory=4128 CPUtime=0 cores=0-7
/proc/22857/task/22861/stat : 22861 (java) S 22855 22855 22335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147144485 26630336512 29386 33554432000 4194304 4196468 140733829536144 140328059468560 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22862] ppid=22855 vsize=26006188 memory=1572 CPUtime=0 cores=0-7
/proc/22857/task/22862/stat : 22862 (java) S 22855 22855 22335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147144485 26630336512 29386 33554432000 4194304 4196468 140733829536144 140328058416016 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22863] ppid=22855 vsize=26006188 memory=932 CPUtime=0 cores=0-7
/proc/22857/task/22863/stat : 22863 (java) S 22855 22855 22335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147144485 26630336512 29386 33554432000 4194304 4196468 140733829536144 140327693343248 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22864] ppid=22855 vsize=26006188 memory=2200 CPUtime=0 cores=0-7
/proc/22857/task/22864/stat : 22864 (java) S 22855 22855 22335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147144485 26630336512 29386 33554432000 4194304 4196468 140733829536144 140327692290704 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22865] ppid=22855 vsize=26006188 memory=7792 CPUtime=0 cores=0-7
/proc/22857/task/22865/stat : 22865 (java) S 22855 22855 22335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147144485 26630336512 29386 33554432000 4194304 4196468 140733829536144 140327691237648 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22866] ppid=22855 vsize=26006188 memory=840 CPUtime=0 cores=0-7
/proc/22857/task/22866/stat : 22866 (java) S 22855 22855 22335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147144485 26630336512 29386 33554432000 4194304 4196468 140733829536144 140327690185104 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22867] ppid=22855 vsize=26006188 memory=1692 CPUtime=0 cores=0-7
/proc/22857/task/22867/stat : 22867 (java) S 22855 22855 22335 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 147144487 26630336512 29386 33554432000 4194304 4196468 140733829536144 140327533931248 140328139004546 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22868] ppid=22855 vsize=26006188 memory=22244 CPUtime=0 cores=0-7
/proc/22857/task/22868/stat : 22868 (java) S 22855 22855 22335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 147144487 26630336512 29386 33554432000 4194304 4196468 140733829536144 140327532877472 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22869] ppid=22855 vsize=26006188 memory=-7749696028082845524 CPUtime=0 cores=0-7
/proc/22857/task/22869/stat : 22869 (java) S 22855 22855 22335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 147144487 26630336512 29386 33554432000 4194304 4196468 140733829536144 140327531824368 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22870] ppid=22855 vsize=26006188 memory=6933690279252828305 CPUtime=0 cores=0-7
/proc/22857/task/22870/stat : 22870 (java) S 22855 22855 22335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147144490 26630336512 29386 33554432000 4194304 4196468 140733829536144 140327530772944 140328139011995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22871] ppid=22855 vsize=26006188 memory=-7384994778349280928 CPUtime=0.28 cores=0-7
/proc/22857/task/22871/stat : 22871 (java) S 22855 22855 22335 0 -1 1077944384 1200 0 0 0 28 0 0 0 20 0 20 0 147144490 26630336512 29386 33554432000 4194304 4196468 140733829536144 140327529720048 140328139004546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22872] ppid=22855 vsize=26006188 memory=0 CPUtime=0.29 cores=0-7
/proc/22857/task/22872/stat : 22872 (java) R 22855 22855 22335 0 -1 4202560 1199 0 0 0 29 0 0 0 20 0 20 0 147144490 26630336512 29386 33554432000 4194304 4196468 140733829536144 140327528648520 140328120537856 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22873] ppid=22855 vsize=26006188 memory=0 CPUtime=0.25 cores=0-7
/proc/22857/task/22873/stat : 22873 (java) R 22855 22855 22335 0 -1 4202560 1276 0 0 0 25 0 0 0 20 0 20 0 147144490 26630336512 29386 33554432000 4194304 4196468 140733829536144 140327527600992 140328124119171 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22874] ppid=22855 vsize=26006188 memory=0 CPUtime=0.41 cores=0-7
/proc/22857/task/22874/stat : 22874 (java) R 22855 22855 22335 0 -1 4202560 1995 0 0 0 41 0 0 0 20 0 20 0 147144490 26630336512 29386 33554432000 4194304 4196468 140733829536144 140327526561904 140328119756736 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22875] ppid=22855 vsize=26006188 memory=56 CPUtime=0 cores=0-7
/proc/22857/task/22875/stat : 22875 (java) S 22855 22855 22335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147144490 26630336512 29386 33554432000 4194304 4196468 140733829536144 140327525510112 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22876] ppid=22855 vsize=26006188 memory=12700 CPUtime=0 cores=0-7
/proc/22857/task/22876/stat : 22876 (java) S 22855 22855 22335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147144490 26630336512 29386 33554432000 4194304 4196468 140733829536144 140327524457648 140328139004546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
Current children cumulated CPU time: 2.06 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 118928 KiB

[startup+1.20574 s]
/proc/loadavg: 4.35 2.30 2.31 2/199 22876
/proc/meminfo: memFree=26900776/32770624 swapFree=67108860/67108860
[pid=22855] ppid=22852 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/22855/stat : 22855 (xcsp3-exec) S 22852 22855 22335 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 147144484 9740288 346 33554432000 4194304 5098028 140731924524480 140731924522584 140031394189948 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34254848 140731924530276 140731924530487 140731924530487 140731924533227 0
/proc/22855/statm: 2378 346 289 221 0 87 0
[pid=22857] ppid=22855 vsize=26538700 memory=245188 CPUtime=3.84 cores=0-7
/proc/22857/stat : 22857 (java) S 22855 22855 22335 0 -1 1077944320 18979 0 0 0 360 24 0 0 20 0 28 0 147144484 27175628800 61297 33554432000 4194304 4196468 140733829536144 140733829518688 140328138993399 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
/proc/22857/statm: 6634675 61297 3247 1 0 6621909 0
[pid=22857/tid=22858] ppid=22855 vsize=26538700 memory=6791534058613427641 CPUtime=1.04 cores=0-7
/proc/22857/task/22858/stat : 22858 (java) S 22855 22855 22335 0 -1 1077944384 7195 0 0 0 100 4 0 0 20 0 28 0 147144484 27175628800 61297 33554432000 4194304 4196468 140733829536144 140328143234176 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22859] ppid=22855 vsize=26538700 memory=288230621803970871 CPUtime=0.03 cores=0-7
/proc/22857/task/22859/stat : 22859 (java) S 22855 22855 22335 0 -1 1077944384 56 0 0 0 1 2 0 0 20 0 28 0 147144485 27175628800 61297 33554432000 4194304 4196468 140733829536144 140328061574160 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22860] ppid=22855 vsize=26538700 memory=15541808151136815 CPUtime=0.04 cores=0-7
/proc/22857/task/22860/stat : 22860 (java) S 22855 22855 22335 0 -1 1077944384 81 0 0 0 2 2 0 0 20 0 28 0 147144485 27175628800 61297 33554432000 4194304 4196468 140733829536144 140328060521616 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22861] ppid=22855 vsize=26538700 memory=0 CPUtime=0.02 cores=0-7
/proc/22857/task/22861/stat : 22861 (java) S 22855 22855 22335 0 -1 1077944384 78 0 0 0 1 1 0 0 20 0 28 0 147144485 27175628800 61297 33554432000 4194304 4196468 140733829536144 140328059468560 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22862] ppid=22855 vsize=26538700 memory=0 CPUtime=0.04 cores=0-7
/proc/22857/task/22862/stat : 22862 (java) S 22855 22855 22335 0 -1 1077944384 70 0 0 0 2 2 0 0 20 0 28 0 147144485 27175628800 61297 33554432000 4194304 4196468 140733829536144 140328058416016 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22863] ppid=22855 vsize=26538700 memory=0 CPUtime=0.03 cores=0-7
/proc/22857/task/22863/stat : 22863 (java) S 22855 22855 22335 0 -1 1077944384 28 0 0 0 2 1 0 0 20 0 28 0 147144485 27175628800 61297 33554432000 4194304 4196468 140733829536144 140327693343248 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22864] ppid=22855 vsize=26538700 memory=0 CPUtime=0.04 cores=0-7
/proc/22857/task/22864/stat : 22864 (java) S 22855 22855 22335 0 -1 1077944384 60 0 0 0 3 1 0 0 20 0 28 0 147144485 27175628800 61297 33554432000 4194304 4196468 140733829536144 140327692290704 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22865] ppid=22855 vsize=26538700 memory=0 CPUtime=0.02 cores=0-7
/proc/22857/task/22865/stat : 22865 (java) S 22855 22855 22335 0 -1 1077944384 135 0 0 0 1 1 0 0 20 0 28 0 147144485 27175628800 61297 33554432000 4194304 4196468 140733829536144 140327691237648 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22866] ppid=22855 vsize=26538700 memory=0 CPUtime=0.03 cores=0-7
/proc/22857/task/22866/stat : 22866 (java) S 22855 22855 22335 0 -1 1077944384 89 0 0 0 2 1 0 0 20 0 28 0 147144485 27175628800 61297 33554432000 4194304 4196468 140733829536144 140327690185104 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22867] ppid=22855 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/22857/task/22867/stat : 22867 (java) S 22855 22855 22335 0 -1 1077944384 120 0 0 0 0 0 0 0 20 0 28 0 147144487 27175628800 61297 33554432000 4194304 4196468 140733829536144 140327533931248 140328139004546 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22868] ppid=22855 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/22857/task/22868/stat : 22868 (java) S 22855 22855 22335 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 147144487 27175628800 61297 33554432000 4194304 4196468 140733829536144 140327532877472 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22869] ppid=22855 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/22857/task/22869/stat : 22869 (java) S 22855 22855 22335 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 147144487 27175628800 61297 33554432000 4194304 4196468 140733829536144 140327531824368 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22870] ppid=22855 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/22857/task/22870/stat : 22870 (java) S 22855 22855 22335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 147144490 27175628800 61297 33554432000 4194304 4196468 140733829536144 140327530772944 140328139011995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22871] ppid=22855 vsize=26538700 memory=0 CPUtime=0.51 cores=0-7
/proc/22857/task/22871/stat : 22871 (java) R 22855 22855 22335 0 -1 4202560 2232 0 0 0 50 1 0 0 20 0 28 0 147144490 27175628800 61297 33554432000 4194304 4196468 140733829536144 140327529709488 140328118845472 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22872] ppid=22855 vsize=26538700 memory=288230574492221466 CPUtime=0.59 cores=0-7
/proc/22857/task/22872/stat : 22872 (java) R 22855 22855 22335 0 -1 4202560 2455 0 0 0 58 1 0 0 20 0 28 0 147144490 27175628800 61297 33554432000 4194304 4196468 140733829536144 140327528659376 140328124095842 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22873] ppid=22855 vsize=26538700 memory=288230621803970871 CPUtime=0.52 cores=0-7
/proc/22857/task/22873/stat : 22873 (java) R 22855 22855 22335 0 -1 4202560 2361 0 0 0 52 0 0 0 20 0 28 0 147144490 27175628800 61297 33554432000 4194304 4196468 140733829536144 140327527605776 140328118239573 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22874] ppid=22855 vsize=26538700 memory=15541808151136815 CPUtime=0.52 cores=0-7
/proc/22857/task/22874/stat : 22874 (java) R 22855 22855 22335 0 -1 4202560 2359 0 0 0 51 1 0 0 20 0 28 0 147144490 27175628800 61297 33554432000 4194304 4196468 140733829536144 140327526559696 140328119235084 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22875] ppid=22855 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/22857/task/22875/stat : 22875 (java) S 22855 22855 22335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 147144490 27175628800 61297 33554432000 4194304 4196468 140733829536144 140327525510112 140328139003605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
[pid=22857/tid=22876] ppid=22855 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/22857/task/22876/stat : 22876 (java) S 22855 22855 22335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 147144490 27175628800 61297 33554432000 4194304 4196468 140733829536144 140327524457648 140328139004546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10051584 140733829543058 140733829543235 140733829543235 140733829545935 0
Current children cumulated CPU time: 3.84 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 246572 KiB

Child status: 0
Real time (s): 1.26146
CPU time (s): 4.14987
CPU user time (s): 3.89628
CPU system time (s): 0.253593
CPU usage (%): 328.974
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 246572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.89628
system time used= 0.253593
maximum resident set size= 246720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20192
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= 3207
involuntary context switches= 19


# summary of solver processes directly reported to runsolver:
#   pid: 22855
#   total CPU time (s): 4.14987
#   total CPU user time (s): 3.89628
#   total CPU system time (s): 0.253593

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.031528 second user time and 0.051038 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-19 12:48:26
IDJOB=4281080
IDBENCH=126671
IDSOLVER=2675
FILE ID=node107/4281080-1503140566
RUNJOBID= node107-1503136251-22362
PBS_JOBID= 20630792
Free space on /tmp= 61868 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/SocialGolfers/SocialGolfers-cp-s1/SocialGolfers-5-2-4-cp.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4281080-1503140566/watcher-4281080-1503140566 -o /tmp/evaluation-result-4281080-1503140566/solver-4281080-1503140566 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1503136251-22362 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1105664018 HOME/instance-4281080-1503140566.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 612b3a9d83ebb0dde099fe85e279ef2b
RANDOM SEED=1105664018

node107.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.84
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.84
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.84
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.84
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:        27062276 kB
MemAvailable:   31977124 kB
Buffers:          264068 kB
Cached:          4944404 kB
SwapCached:            0 kB
Active:           828212 kB
Inactive:        4433292 kB
Active(anon):      55868 kB
Inactive(anon):    33132 kB
Active(file):     772344 kB
Inactive(file):  4400160 kB
Unevictable:        7640 kB
Mlocked:            7640 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7672 kB
Writeback:             0 kB
AnonPages:         60792 kB
Mapped:            50788 kB
Shmem:             33420 kB
Slab:             142392 kB
SReclaimable:     116360 kB
SUnreclaim:        26032 kB
KernelStack:        3168 kB
PageTables:         4836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     333752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61860 MiB
End job on node107 at 2017-08-19 12:48:27