Trace number 4282578

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)SAT 1.41603 0.91359001

General information on the benchmark

NameSubisomorphism/Subisomorphism-m1-LV/
Subisomorphism-g08-g31.xml
MD5SUM8350f69b30d41bfb657e468d66c4f714
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.018184001
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints63
Number of domains1
Minimum domain size100
Maximum domain size100
Distribution of domain sizes[{"size":100,"count":30}]
Minimum variable degree2
Maximum variable degree8
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":3},{"degree":4,"count":10},{"degree":5,"count":3},{"degree":6,"count":6},{"degree":7,"count":4},{"degree":8,"count":3}]
Minimum constraint arity2
Maximum constraint arity30
Distribution of constraint arities[{"arity":2,"count":62},{"arity":30,"count":1}]
Number of extensional constraints62
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":62},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.10	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282578-1503136936.xml"  -tl '2520s' -p 1 -x 0
0.05/0.29	c [HOME/instance-4282578-1503136936.xml, -tl, 2520s, -p, 1, -x, 0]
0.24/0.35	c simple solver
0.41/0.42	c parse instance...
1.11/0.81	c solve instance...
1.11/0.89	s SATISFIABLE
1.11/0.89	v <instantiation>
1.11/0.89	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] </list>
1.11/0.89	v 	<values>0 23 30 45 9 7 54 28 59 6 10 12 16 81 43 31 24 2 42 17 40 36 26 75 14 39 82 1 27 73 </values>
1.11/0.89	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 (14194 MiB free)
  memory of node 1: 16384 MiB (15743 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282578-1503136936/watcher-4282578-1503136936 -o /tmp/evaluation-result-4282578-1503136936/solver-4282578-1503136936 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1503095815-16490 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1786168339 HOME/instance-4282578-1503136936.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
Current StackSize limit: 8192 KiB

solver pid=23421, runsolver pid=23418

[startup+0.100109 s]*
/proc/loadavg: 1.89 1.93 1.85 2/196 23422
/proc/meminfo: memFree=30657464/32770624 swapFree=67108860/67108860
[pid=23421] ppid=23418 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/23421/stat : 23421 (xcsp3-exec) S 23418 23421 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 12103333 9740288 345 18446744073709551615 4194304 5098028 140732953206848 140732953204952 140604005479036 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 10 0 0 7196144 7232144 21852160 140732953215353 140732953215558 140732953215558 140732953219051 0
/proc/23421/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

[startup+0.209041 s]*
/proc/loadavg: 1.89 1.93 1.85 2/210 23436
/proc/meminfo: memFree=30644824/32770624 swapFree=67108860/67108860
[pid=23421] ppid=23418 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/23421/stat : 23421 (xcsp3-exec) S 23418 23421 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 12103333 9740288 345 18446744073709551615 4194304 5098028 140732953206848 140732953204952 140604005479036 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 10 0 0 7196144 7232144 21852160 140732953215353 140732953215558 140732953215558 140732953219051 0
/proc/23421/statm: 2378 345 289 221 0 87 0
[pid=23423] ppid=23421 vsize=13974352 memory=22336 CPUtime=0.05 cores=1,3,5,7
/proc/23423/stat : 23423 (java) S 23421 23421 16431 0 -1 1077944320 4988 0 0 0 5 0 0 0 20 0 15 0 12103344 14309736448 5518 18446744073709551615 4194304 4196468 140727692853328 140727692835872 140641893826295 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
/proc/23423/statm: 3493588 5584 2603 1 0 3482964 0
[pid=23423/tid=23424] ppid=23421 vsize=13974352 memory=7311146985107750967 CPUtime=0.04 cores=1,3,5,7
/proc/23423/task/23424/stat : 23424 (java) R 23421 23421 16431 0 -1 4202560 3172 0 0 0 4 0 0 0 20 0 15 0 12103344 14309736448 5584 18446744073709551615 4194304 4196468 140727692853328 140641898068576 140641786809317 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23425] ppid=23421 vsize=13974352 memory=10596 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23425/stat : 23425 (java) S 23421 23421 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12103345 14309736448 5584 18446744073709551615 4194304 4196468 140727692853328 140641493584144 140641893836501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23426] ppid=23421 vsize=13974352 memory=3617437349321000608 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23426/stat : 23426 (java) S 23421 23421 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12103345 14309736448 5584 18446744073709551615 4194304 4196468 140727692853328 140641492531600 140641893836501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23427] ppid=23421 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23427/stat : 23427 (java) S 23421 23421 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12103345 14309736448 5584 18446744073709551615 4194304 4196468 140727692853328 140641491479056 140641893836501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23428] ppid=23421 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23428/stat : 23428 (java) S 23421 23421 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12103345 14309736448 5584 18446744073709551615 4194304 4196468 140727692853328 140641490426512 140641893836501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23429] ppid=23421 vsize=13974352 memory=140643963651712 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23429/stat : 23429 (java) S 23421 23421 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12103346 14309736448 5584 18446744073709551615 4194304 4196468 140727692853328 140641372396016 140641893837442 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23430] ppid=23421 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23430/stat : 23430 (java) S 23421 23421 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12103347 14309736448 5650 18446744073709551615 4194304 4196468 140727692853328 140641371342240 140641893836501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23431] ppid=23421 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23431/stat : 23431 (java) S 23421 23421 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12103347 14309736448 5650 18446744073709551615 4194304 4196468 140727692853328 140641370289648 140641893836501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23432] ppid=23421 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23432/stat : 23432 (java) S 23421 23421 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12103349 14309736448 5650 18446744073709551615 4194304 4196468 140727692853328 140641369238224 140641893844891 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23433] ppid=23421 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23433/stat : 23433 (java) S 23421 23421 16431 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 12103349 14309736448 5650 18446744073709551615 4194304 4196468 140727692853328 140641368184816 140641893837442 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23434] ppid=23421 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23434/stat : 23434 (java) S 23421 23421 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12103349 14309736448 5650 18446744073709551615 4194304 4196468 140727692853328 140641367132272 140641893837442 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23435] ppid=23421 vsize=13974352 memory=140643963651712 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23435/stat : 23435 (java) S 23421 23421 16431 0 -1 1077944384 236 0 0 0 0 0 0 0 20 0 15 0 12103349 14309736448 5650 18446744073709551615 4194304 4196468 140727692853328 140641366079728 140641893837442 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23436] ppid=23421 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23436/stat : 23436 (java) S 23421 23421 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12103350 14309736448 5650 18446744073709551615 4194304 4196468 140727692853328 140641365027424 140641893836501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23437] ppid=23421 vsize=13974352 memory=140643963651712 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23437/stat : 23437 (java) S 23421 23421 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12103355 14309736448 5650 18446744073709551615 4194304 4196468 140727692853328 140641363974960 140641893837442 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 23716 KiB

[startup+0.310033 s]*
/proc/loadavg: 1.89 1.93 1.85 3/211 23437
/proc/meminfo: memFree=30631812/32770624 swapFree=67108860/67108860
[pid=23421] ppid=23418 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/23421/stat : 23421 (xcsp3-exec) S 23418 23421 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 12103333 9740288 345 18446744073709551615 4194304 5098028 140732953206848 140732953204952 140604005479036 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 10 0 0 7196144 7232144 21852160 140732953215353 140732953215558 140732953215558 140732953219051 0
/proc/23421/statm: 2378 345 289 221 0 87 0
[pid=23423] ppid=23421 vsize=13974352 memory=36532 CPUtime=0.24 cores=1,3,5,7
/proc/23423/stat : 23423 (java) S 23421 23421 16431 0 -1 1077944320 8763 0 0 0 22 2 0 0 20 0 15 0 12103344 14309736448 9133 18446744073709551615 4194304 4196468 140727692853328 140727692835872 140641893826295 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
/proc/23423/statm: 3493588 9133 2974 1 0 3482964 0
[pid=23423/tid=23424] ppid=23421 vsize=13974352 memory=-8774313645642428999 CPUtime=0.14 cores=1,3,5,7
/proc/23423/task/23424/stat : 23424 (java) R 23421 23421 16431 0 -1 4202560 5992 0 0 0 13 1 0 0 20 0 15 0 12103344 14309736448 9133 18446744073709551615 4194304 4196468 140727692853328 140641898048672 140641877906782 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23425] ppid=23421 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23425/stat : 23425 (java) S 23421 23421 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12103345 14309736448 9133 18446744073709551615 4194304 4196468 140727692853328 140641493584144 140641893836501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23426] ppid=23421 vsize=13974352 memory=140643963651712 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23426/stat : 23426 (java) S 23421 23421 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12103345 14309736448 9133 18446744073709551615 4194304 4196468 140727692853328 140641492531600 140641893836501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23427] ppid=23421 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23427/stat : 23427 (java) S 23421 23421 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12103345 14309736448 9133 18446744073709551615 4194304 4196468 140727692853328 140641491479056 140641893836501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23428] ppid=23421 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23428/stat : 23428 (java) S 23421 23421 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12103345 14309736448 9133 18446744073709551615 4194304 4196468 140727692853328 140641490426512 140641893836501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23429] ppid=23421 vsize=13974352 memory=140643963651712 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23429/stat : 23429 (java) S 23421 23421 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12103346 14309736448 9133 18446744073709551615 4194304 4196468 140727692853328 140641372396016 140641893837442 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23430] ppid=23421 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23430/stat : 23430 (java) S 23421 23421 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12103347 14309736448 9133 18446744073709551615 4194304 4196468 140727692853328 140641371342240 140641893836501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23431] ppid=23421 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23431/stat : 23431 (java) S 23421 23421 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12103347 14309736448 9133 18446744073709551615 4194304 4196468 140727692853328 140641370289648 140641893836501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23432] ppid=23421 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23432/stat : 23432 (java) S 23421 23421 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12103349 14309736448 9133 18446744073709551615 4194304 4196468 140727692853328 140641369238224 140641893844891 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23433] ppid=23421 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/23423/task/23433/stat : 23433 (java) S 23421 23421 16431 0 -1 1077944384 680 0 0 0 1 0 0 0 20 0 15 0 12103349 14309736448 9133 18446744073709551615 4194304 4196468 140727692853328 140641368184816 140641893837442 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23434] ppid=23421 vsize=13974352 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/23423/task/23434/stat : 23434 (java) S 23421 23421 16431 0 -1 1077944384 64 0 0 0 1 0 0 0 20 0 15 0 12103349 14309736448 9133 18446744073709551615 4194304 4196468 140727692853328 140641367132272 140641893837442 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23435] ppid=23421 vsize=13974352 memory=140643963651712 CPUtime=0.05 cores=1,3,5,7
/proc/23423/task/23435/stat : 23435 (java) S 23421 23421 16431 0 -1 1077944384 724 0 0 0 5 0 0 0 20 0 15 0 12103349 14309736448 9133 18446744073709551615 4194304 4196468 140727692853328 140641366079728 140641893837442 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23436] ppid=23421 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23436/stat : 23436 (java) S 23421 23421 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12103350 14309736448 9133 18446744073709551615 4194304 4196468 140727692853328 140641365027424 140641893836501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23437] ppid=23421 vsize=13974352 memory=140643963651712 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23437/stat : 23437 (java) S 23421 23421 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12103355 14309736448 9133 18446744073709551615 4194304 4196468 140727692853328 140641363974960 140641893837442 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 37912 KiB

[startup+0.701318 s]
/proc/loadavg: 1.89 1.93 1.85 2/211 23437
/proc/meminfo: memFree=30619504/32770624 swapFree=67108860/67108860
[pid=23421] ppid=23418 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/23421/stat : 23421 (xcsp3-exec) S 23418 23421 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 12103333 9740288 345 18446744073709551615 4194304 5098028 140732953206848 140732953204952 140604005479036 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 10 0 0 7196144 7232144 21852160 140732953215353 140732953215558 140732953215558 140732953219051 0
/proc/23421/statm: 2378 345 289 221 0 87 0
[pid=23423] ppid=23421 vsize=13978684 memory=57096 CPUtime=0.8 cores=1,3,5,7
/proc/23423/stat : 23423 (java) S 23421 23421 16431 0 -1 1077944320 12059 0 0 0 75 5 0 0 20 0 15 0 12103344 14314172416 14274 18446744073709551615 4194304 4196468 140727692853328 140727692835872 140641893826295 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
/proc/23423/statm: 3494671 14274 3136 1 0 3482964 0
[pid=23423/tid=23424] ppid=23421 vsize=13978684 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/23423/task/23424/stat : 23424 (java) R 23421 23421 16431 0 -1 4202560 7888 0 0 0 38 3 0 0 20 0 15 0 12103344 14314172416 14274 18446744073709551615 4194304 4196468 140727692853328 140641898062944 140641886504309 0 4 1 16800974 0 0 0 -1 3 0 0 16 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23425] ppid=23421 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23425/stat : 23425 (java) S 23421 23421 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12103345 14314172416 14274 18446744073709551615 4194304 4196468 140727692853328 140641493584144 140641893836501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23426] ppid=23421 vsize=13978684 memory=7525331703890859377 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23426/stat : 23426 (java) S 23421 23421 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12103345 14314172416 14274 18446744073709551615 4194304 4196468 140727692853328 140641492531600 140641893836501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23427] ppid=23421 vsize=13978684 memory=7007712420471858773 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23427/stat : 23427 (java) S 23421 23421 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12103345 14314172416 14274 18446744073709551615 4194304 4196468 140727692853328 140641491479056 140641893836501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23428] ppid=23421 vsize=13978684 memory=6935656952459513936 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23428/stat : 23428 (java) S 23421 23421 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12103345 14314172416 14274 18446744073709551615 4194304 4196468 140727692853328 140641490426512 140641893836501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23429] ppid=23421 vsize=13978684 memory=8514726395714824858 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23429/stat : 23429 (java) S 23421 23421 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12103346 14314172416 14274 18446744073709551615 4194304 4196468 140727692853328 140641372396016 140641893837442 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23430] ppid=23421 vsize=13978684 memory=-7668917182949848256 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23430/stat : 23430 (java) S 23421 23421 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12103347 14314172416 14274 18446744073709551615 4194304 4196468 140727692853328 140641371342240 140641893836501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23431] ppid=23421 vsize=13978684 memory=4137282616176187523 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23431/stat : 23431 (java) S 23421 23421 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12103347 14314172416 14274 18446744073709551615 4194304 4196468 140727692853328 140641370289648 140641893836501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23432] ppid=23421 vsize=13978684 memory=-7384994774051102368 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23432/stat : 23432 (java) S 23421 23421 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12103349 14314172416 14274 18446744073709551615 4194304 4196468 140727692853328 140641369238224 140641893844891 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23433] ppid=23421 vsize=13978684 memory=7077805514658193553 CPUtime=0.09 cores=1,3,5,7
/proc/23423/task/23433/stat : 23433 (java) R 23421 23421 16431 0 -1 4202560 1053 0 0 0 9 0 0 0 20 0 15 0 12103349 14314172416 14274 18446744073709551615 4194304 4196468 140727692853328 140641368173488 140641878941541 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23434] ppid=23421 vsize=13978684 memory=46964 CPUtime=0.09 cores=1,3,5,7
/proc/23423/task/23434/stat : 23434 (java) R 23421 23421 16431 0 -1 4202560 629 0 0 0 9 0 0 0 20 0 15 0 12103349 14314172416 14274 18446744073709551615 4194304 4196468 140727692853328 140641367118152 140641878952067 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23435] ppid=23421 vsize=13978684 memory=-8774313645642428999 CPUtime=0.19 cores=1,3,5,7
/proc/23423/task/23435/stat : 23435 (java) S 23421 23421 16431 0 -1 1077944384 1185 0 0 0 19 0 0 0 20 0 15 0 12103349 14314172416 14274 18446744073709551615 4194304 4196468 140727692853328 140641366079728 140641893837442 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23436] ppid=23421 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23436/stat : 23436 (java) S 23421 23421 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12103350 14314172416 14274 18446744073709551615 4194304 4196468 140727692853328 140641365027424 140641893836501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23437] ppid=23421 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23437/stat : 23437 (java) S 23421 23421 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12103355 14314172416 14274 18446744073709551615 4194304 4196468 140727692853328 140641363974960 140641893837442 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
Current children cumulated CPU time: 0.8 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 58476 KiB

[startup+0.913543 s]
# the end of solver process 23421 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.35045 s, system=0.065585 s

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

[startup+0.802212 s]
/proc/loadavg: 1.89 1.93 1.85 2/211 23437
/proc/meminfo: memFree=30619504/32770624 swapFree=67108860/67108860
[pid=23421] ppid=23418 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/23421/stat : 23421 (xcsp3-exec) S 23418 23421 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 12103333 9740288 345 18446744073709551615 4194304 5098028 140732953206848 140732953204952 140604005479036 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 10 0 0 7196144 7232144 21852160 140732953215353 140732953215558 140732953215558 140732953219051 0
/proc/23421/statm: 2378 345 289 221 0 87 0
[pid=23423] ppid=23421 vsize=13981756 memory=62792 CPUtime=1.11 cores=1,3,5,7
/proc/23423/stat : 23423 (java) S 23421 23421 16431 0 -1 1077944320 12727 0 0 0 105 6 0 0 20 0 15 0 12103344 14317318144 15698 18446744073709551615 4194304 4196468 140727692853328 140727692835872 140641893826295 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
/proc/23423/statm: 3495439 15698 3164 1 0 3483732 0
[pid=23423/tid=23424] ppid=23421 vsize=13980732 memory=0 CPUtime=0.51 cores=1,3,5,7
/proc/23423/task/23424/stat : 23424 (java) R 23421 23421 16431 0 -1 1077944384 8346 0 0 0 47 4 0 0 20 0 15 0 12103344 14316269568 15698 18446744073709551615 4194304 4196468 140727692853328 140641898045504 140641886505517 0 4 1 16800974 0 0 0 -1 3 0 0 16 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23425] ppid=23421 vsize=13981756 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23425/stat : 23425 (java) S 23421 23421 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12103345 14317318144 15698 18446744073709551615 4194304 4196468 140727692853328 140641493584144 140641893836501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23426] ppid=23421 vsize=13981756 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23426/stat : 23426 (java) S 23421 23421 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12103345 14317318144 15698 18446744073709551615 4194304 4196468 140727692853328 140641492531600 140641893836501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23427] ppid=23421 vsize=13981756 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23427/stat : 23427 (java) S 23421 23421 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12103345 14317318144 15698 18446744073709551615 4194304 4196468 140727692853328 140641491479056 140641893836501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23428] ppid=23421 vsize=13981756 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23428/stat : 23428 (java) S 23421 23421 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12103345 14317318144 15698 18446744073709551615 4194304 4196468 140727692853328 140641490426512 140641893836501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23429] ppid=23421 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23429/stat : 23429 (java) S 23421 23421 16431 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 12103346 14316269568 15698 18446744073709551615 4194304 4196468 140727692853328 140641372396016 140641893837442 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23430] ppid=23421 vsize=13980732 memory=7017826922289717586 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23430/stat : 23430 (java) S 23421 23421 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12103347 14316269568 15698 18446744073709551615 4194304 4196468 140727692853328 140641371342240 140641893836501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23431] ppid=23421 vsize=13981756 memory=6369032594405744997 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23431/stat : 23431 (java) S 23421 23421 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12103347 14317318144 15698 18446744073709551615 4194304 4196468 140727692853328 140641370289648 140641893836501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23432] ppid=23421 vsize=13981756 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23432/stat : 23432 (java) S 23421 23421 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12103349 14317318144 15698 18446744073709551615 4194304 4196468 140727692853328 140641369238224 140641893844891 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23433] ppid=23421 vsize=13981756 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/23423/task/23433/stat : 23433 (java) S 23421 23421 16431 0 -1 1077944384 1096 0 0 0 16 0 0 0 20 0 15 0 12103349 14317318144 15698 18446744073709551615 4194304 4196468 140727692853328 140641368184816 140641893837442 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23434] ppid=23421 vsize=13980732 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/23423/task/23434/stat : 23434 (java) S 23421 23421 16431 0 -1 1077944384 684 0 0 0 16 0 0 0 20 0 15 0 12103349 14316269568 15698 18446744073709551615 4194304 4196468 140727692853328 140641367132272 140641893837442 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23435] ppid=23421 vsize=13980732 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/23423/task/23435/stat : 23435 (java) S 23421 23421 16431 0 -1 1077944384 1297 0 0 0 24 0 0 0 20 0 15 0 12103349 14316269568 15698 18446744073709551615 4194304 4196468 140727692853328 140641366079728 140641893837442 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23436] ppid=23421 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23436/stat : 23436 (java) S 23421 23421 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12103350 14316269568 15698 18446744073709551615 4194304 4196468 140727692853328 140641365027424 140641893836501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23437] ppid=23421 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23437/stat : 23437 (java) S 23421 23421 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12103355 14316269568 15698 18446744073709551615 4194304 4196468 140727692853328 140641363974960 140641893837442 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 13991268 KiB
Current children cumulated memory: 64172 KiB

[startup+0.900853 s]
/proc/loadavg: 1.89 1.93 1.85 2/211 23437
/proc/meminfo: memFree=30619504/32770624 swapFree=67108860/67108860
[pid=23421] ppid=23418 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/23421/stat : 23421 (xcsp3-exec) S 23418 23421 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 12103333 9740288 345 18446744073709551615 4194304 5098028 140732953206848 140732953204952 140604005479036 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 10 0 0 7196144 7232144 21852160 140732953215353 140732953215558 140732953215558 140732953219051 0
/proc/23421/statm: 2378 345 289 221 0 87 0
[pid=23423] ppid=23421 vsize=13980732 memory=68000 CPUtime=1.4 cores=1,3,5,7
/proc/23423/stat : 23423 (java) S 23421 23421 16431 0 -1 1077944320 13070 0 0 0 134 6 0 0 20 0 13 0 12103344 14316269568 17000 18446744073709551615 4194304 4196468 140727692853328 140727692835872 140641893826295 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
/proc/23423/statm: 3495183 17000 3181 1 0 3483476 0
[pid=23423/tid=23424] ppid=23421 vsize=13980732 memory=0 CPUtime=0.61 cores=1,3,5,7
/proc/23423/task/23424/stat : 23424 (java) S 23421 23421 16431 0 -1 1077944384 8491 0 0 0 57 4 0 0 20 0 13 0 12103344 14316269568 17000 18446744073709551615 4194304 4196468 140727692853328 140641898069136 140641893836501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 16 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23425] ppid=23421 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23425/stat : 23425 (java) S 23421 23421 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 12103345 14316269568 17000 18446744073709551615 4194304 4196468 140727692853328 140641493584144 140641893836501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23426] ppid=23421 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23426/stat : 23426 (java) S 23421 23421 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 12103345 14316269568 17000 18446744073709551615 4194304 4196468 140727692853328 140641492531600 140641893836501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23427] ppid=23421 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23427/stat : 23427 (java) S 23421 23421 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 12103345 14316269568 17000 18446744073709551615 4194304 4196468 140727692853328 140641491479056 140641893836501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23428] ppid=23421 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23428/stat : 23428 (java) S 23421 23421 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 12103345 14316269568 17000 18446744073709551615 4194304 4196468 140727692853328 140641490426512 140641893836501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23429] ppid=23421 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23429/stat : 23429 (java) S 23421 23421 16431 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 13 0 12103346 14316269568 17000 18446744073709551615 4194304 4196468 140727692853328 140641372396224 140641893837442 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23430] ppid=23421 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23430/stat : 23430 (java) S 23421 23421 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 13 0 12103347 14316269568 17000 18446744073709551615 4194304 4196468 140727692853328 140641371342240 140641893836501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23431] ppid=23421 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23431/stat : 23431 (java) S 23421 23421 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 13 0 12103347 14316269568 17000 18446744073709551615 4194304 4196468 140727692853328 140641370289648 140641893836501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23433] ppid=23421 vsize=13980732 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/23423/task/23433/stat : 23433 (java) S 23421 23421 16431 0 -1 1077944384 1163 0 0 0 24 0 0 0 20 0 13 0 12103349 14316269568 17000 18446744073709551615 4194304 4196468 140727692853328 140641368184816 140641893837442 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23434] ppid=23421 vsize=13980732 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/23423/task/23434/stat : 23434 (java) S 23421 23421 16431 0 -1 1077944384 726 0 0 0 24 0 0 0 20 0 13 0 12103349 14316269568 17000 18446744073709551615 4194304 4196468 140727692853328 140641367112752 140641893836501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23435] ppid=23421 vsize=13980732 memory=1380 CPUtime=0.28 cores=1,3,5,7
/proc/23423/task/23435/stat : 23435 (java) S 23421 23421 16431 0 -1 1077944384 1363 0 0 0 27 1 0 0 20 0 13 0 12103349 14316269568 17000 18446744073709551615 4194304 4196468 140727692853328 140641366079728 140641893837442 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
[pid=23423/tid=23436] ppid=23421 vsize=13980732 memory=57096 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23436/stat : 23436 (java) S 23421 23421 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 12103350 14316269568 17000 18446744073709551615 4194304 4196468 140727692853328 140641365027424 140641893836501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32120832 140727692861874 140727692862050 140727692862050 140727692865487 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 69380 KiB

Child status: 0
Real time (s): 0.91359
CPU time (s): 1.41603
CPU user time (s): 1.35045
CPU system time (s): 0.065585
CPU usage (%): 154.997
Max. virtual memory (cumulated for all children) (KiB): 13991268
Max. memory (cumulated for all children) (KiB): 69380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.35045
system time used= 0.065585
maximum resident set size= 68396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13599
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1464
involuntary context switches= 5


# summary of solver processes directly reported to runsolver:
#   pid: 23421
#   total CPU time (s): 1.41603
#   total CPU user time (s): 1.35045
#   total CPU system time (s): 0.065585

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.025842 second user time and 0.047004 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-19 11:48:16
IDJOB=4282578
IDBENCH=131796
IDSOLVER=2677
FILE ID=node128/4282578-1503136936
RUNJOBID= node128-1503095815-16490
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Subisomorphism/Subisomorphism-m1-LV/Subisomorphism-g08-g31.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-4282578-1503136936/watcher-4282578-1503136936 -o /tmp/evaluation-result-4282578-1503136936/solver-4282578-1503136936 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1503095815-16490 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1786168339 HOME/instance-4282578-1503136936.xml

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

MD5SUM BENCH= 8350f69b30d41bfb657e468d66c4f714
RANDOM SEED=1786168339

node128.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.47
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.47
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.47
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.47
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:        30657204 kB
MemAvailable:   30843700 kB
Buffers:          164172 kB
Cached:           312892 kB
SwapCached:            0 kB
Active:          1396480 kB
Inactive:         311992 kB
Active(anon):    1231724 kB
Inactive(anon):    16752 kB
Active(file):     164756 kB
Inactive(file):   295240 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8024 kB
Writeback:             4 kB
AnonPages:       1231468 kB
Mapped:            43788 kB
Shmem:             17060 kB
Slab:             109424 kB
SReclaimable:      84668 kB
SUnreclaim:        24756 kB
KernelStack:        3440 kB
PageTables:         7572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2265456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1165312 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node128 at 2017-08-19 11:48:17