Trace number 4282643

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-18)OPT3 1.8555 0.85663301

General information on the benchmark

NameOpenStacks/OpenStacks-m2c-s1/
OpenStacks-m2c-tiny.xml
MD5SUMb48c1d78a7c2914aa1b4afc3a63a668c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.017028
Satisfiable
(Un)Satisfiability was proved
Number of variables73
Number of constraints65
Number of domains3
Minimum domain size2
Maximum domain size10
Distribution of domain sizes[{"size":2,"count":45},{"size":9,"count":19},{"size":10,"count":9}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":54},{"degree":3,"count":1},{"degree":5,"count":8},{"degree":10,"count":10}]
Minimum constraint arity3
Maximum constraint arity9
Distribution of constraint arities[{"arity":3,"count":47},{"arity":4,"count":4},{"arity":5,"count":2},{"arity":6,"count":11},{"arity":9,"count":1}]
Number of extensional constraints45
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":45},{"type":"allDifferent","count":1},{"type":"sum","count":9},{"type":"minimum","count":5},{"type":"maximum","count":5}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.05	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282643-1503167348.xml"  -tl '2520s' -p 1 -x 0
0.18/0.23	c [HOME/instance-4282643-1503167348.xml, -tl, 2520s, -p, 1, -x, 0]
0.18/0.29	c simple solver
0.35/0.36	c parse instance...
0.81/0.58	c solve instance...
1.39/0.71	o 4 
1.39/0.73	o 3 
1.70/0.84	s OPTIMUM FOUND
1.70/0.84	v <instantiation>
1.70/0.84	v 	<list>p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] min[0] min[1] min[2] min[3] min[4] max[0] max[1] max[2] max[3] max[4] o[0][0] o[0][1] o[0][2] o[0][3] o[0][4] o[0][5] o[0][6] o[0][7] o[0][8] o[1][0] o[1][1] o[1][2] o[1][3] o[1][4] o[1][5] o[1][6] o[1][7] o[1][8] o[2][0] o[2][1] o[2][2] o[2][3] o[2][4] o[2][5] o[2][6] o[2][7] o[2][8] o[3][0] o[3][1] o[3][2] o[3][3] o[3][4] o[3][5] o[3][6] o[3][7] o[3][8] o[4][0] o[4][1] o[4][2] o[4][3] o[4][4] o[4][5] o[4][6] o[4][7] o[4][8] so[0] so[1] so[2] so[3] so[4] so[5] so[6] so[7] so[8] </list>
1.70/0.84	v 	<values>0 5 2 4 3 8 1 7 6 0 0 2 4 6 3 4 8 6 8 1 1 1 1 0 0 0 0 0 1 1 1 1 1 0 0 0 0 0 0 1 1 1 1 1 1 1 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 1 1 1 2 2 3 3 3 2 3 2 2 </values>
1.70/0.84	v </instantiation>

Verifier Data

OK	3

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

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

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

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


[startup+0.100202 s]*
/proc/loadavg: 1.91 1.78 1.75 3/206 1531
/proc/meminfo: memFree=31455892/32770624 swapFree=67108860/67108860
[pid=1521] ppid=1518 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/1521/stat : 1521 (xcsp3-exec) S 1518 1521 18108 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 15141806 9740288 345 18446744073709551615 4194304 5098028 140720749570624 140720749568728 139871157662332 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 5 0 0 7196144 7232144 8237056 140720749576569 140720749576774 140720749576774 140720749580267 0
/proc/1521/statm: 2378 345 289 221 0 87 0
[pid=1523] ppid=1521 vsize=13574484 memory=19352 CPUtime=0.04 cores=0,2,4,6
/proc/1523/stat : 1523 (java) S 1521 1521 18108 0 -1 1077944320 4219 0 0 0 3 1 0 0 20 0 9 0 15141812 13900271616 4838 18446744073709551615 4194304 4196468 140722700675008 140722700657552 140240999374583 0 0 1 16800970 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
/proc/1523/statm: 3393621 4838 2105 1 0 3383118 0
[pid=1523/tid=1524] ppid=1521 vsize=13574484 memory=1404226546353086858 CPUtime=0.03 cores=0,2,4,6
/proc/1523/task/1524/stat : 1524 (java) R 1521 1521 18108 0 -1 4202560 2951 0 0 0 3 0 0 0 20 0 9 0 15141812 13900271616 4903 18446744073709551615 4194304 4196468 140722700675008 140241003609976 140240999396509 0 4 1 16800970 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1525] ppid=1521 vsize=13574484 memory=3691042058319900680 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1525/stat : 1525 (java) S 1521 1521 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 15141813 13900271616 4903 18446744073709551615 4194304 4196468 140722700675008 140240956341008 140240999384789 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1526] ppid=1521 vsize=13574484 memory=139959615592064 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1526/stat : 1526 (java) S 1521 1521 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 15141813 13900271616 4903 18446744073709551615 4194304 4196468 140722700675008 140240955288464 140240999384789 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1527] ppid=1521 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1527/stat : 1527 (java) S 1521 1521 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 15141813 13900271616 4903 18446744073709551615 4194304 4196468 140722700675008 140240954235920 140240999384789 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1528] ppid=1521 vsize=13574484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1528/stat : 1528 (java) S 1521 1521 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 15141813 13900271616 4903 18446744073709551615 4194304 4196468 140722700675008 140240953183376 140240999384789 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1529] ppid=1521 vsize=13574484 memory=139959615592064 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1529/stat : 1529 (java) S 1521 1521 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 15141814 13900271616 4903 18446744073709551615 4194304 4196468 140722700675008 140240476944368 140240999385730 0 0 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1530] ppid=1521 vsize=13574484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1530/stat : 1530 (java) S 1521 1521 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 15141815 13900271616 4903 18446744073709551615 4194304 4196468 140722700675008 140240475890592 140240999384789 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1531] ppid=1521 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1531/stat : 1531 (java) S 1521 1521 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 15141815 13900271616 4903 18446744073709551615 4194304 4196468 140722700675008 140240474838000 140240999384789 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 20732 KiB

[startup+0.21083 s]*
/proc/loadavg: 1.91 1.78 1.75 5/212 1537
/proc/meminfo: memFree=31449652/32770624 swapFree=67108860/67108860
[pid=1521] ppid=1518 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/1521/stat : 1521 (xcsp3-exec) S 1518 1521 18108 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 15141806 9740288 345 18446744073709551615 4194304 5098028 140720749570624 140720749568728 139871157662332 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 5 0 0 7196144 7232144 8237056 140720749576569 140720749576774 140720749576774 140720749580267 0
/proc/1521/statm: 2378 345 289 221 0 87 0
[pid=1523] ppid=1521 vsize=13974352 memory=31160 CPUtime=0.18 cores=0,2,4,6
/proc/1523/stat : 1523 (java) S 1521 1521 18108 0 -1 1077944320 6228 0 0 0 16 2 0 0 20 0 15 0 15141812 14309736448 7790 18446744073709551615 4194304 4196468 140722700675008 140722700657552 140240999374583 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
/proc/1523/statm: 3493588 7790 2964 1 0 3482964 0
[pid=1523/tid=1524] ppid=1521 vsize=13974352 memory=1404226546353086858 CPUtime=0.11 cores=0,2,4,6
/proc/1523/task/1524/stat : 1524 (java) R 1521 1521 18108 0 -1 4202560 3512 0 0 0 10 1 0 0 20 0 15 0 15141812 14309736448 7790 18446744073709551615 4194304 4196468 140722700675008 140241003608336 140240631180493 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1525] ppid=1521 vsize=13974352 memory=3691042058319900680 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1525/stat : 1525 (java) S 1521 1521 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15141813 14309736448 7790 18446744073709551615 4194304 4196468 140722700675008 140240956341008 140240999384789 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1526] ppid=1521 vsize=13974352 memory=139959615592064 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1526/stat : 1526 (java) S 1521 1521 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15141813 14309736448 7790 18446744073709551615 4194304 4196468 140722700675008 140240955288464 140240999384789 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1527] ppid=1521 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1527/stat : 1527 (java) S 1521 1521 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15141813 14309736448 7790 18446744073709551615 4194304 4196468 140722700675008 140240954235920 140240999384789 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1528] ppid=1521 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1528/stat : 1528 (java) S 1521 1521 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15141813 14309736448 7790 18446744073709551615 4194304 4196468 140722700675008 140240953183376 140240999384789 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1529] ppid=1521 vsize=13974352 memory=139959615592064 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1529/stat : 1529 (java) S 1521 1521 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15141814 14309736448 7790 18446744073709551615 4194304 4196468 140722700675008 140240476944368 140240999385730 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1530] ppid=1521 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1530/stat : 1530 (java) S 1521 1521 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 15141815 14309736448 7790 18446744073709551615 4194304 4196468 140722700675008 140240475890592 140240999384789 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1531] ppid=1521 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1531/stat : 1531 (java) S 1521 1521 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 15141815 14309736448 7790 18446744073709551615 4194304 4196468 140722700675008 140240474838000 140240999384789 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1532] ppid=1521 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1532/stat : 1532 (java) S 1521 1521 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15141817 14309736448 7790 18446744073709551615 4194304 4196468 140722700675008 140240473786576 140240999393179 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1533] ppid=1521 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/1523/task/1533/stat : 1533 (java) R 1521 1521 18108 0 -1 4202560 690 0 0 0 1 0 0 0 20 0 15 0 15141817 14309736448 7790 18446744073709551615 4194304 4196468 140722700675008 140240472715208 140240980895983 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1534] ppid=1521 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1534/stat : 1534 (java) R 1521 1521 18108 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 15141817 14309736448 7790 18446744073709551615 4194304 4196468 140722700675008 140240471681744 140240999384789 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1535] ppid=1521 vsize=13974352 memory=139959615592064 CPUtime=0.03 cores=0,2,4,6
/proc/1523/task/1535/stat : 1535 (java) R 1521 1521 18108 0 -1 4202560 674 0 0 0 3 0 0 0 20 0 15 0 15141817 14309736448 7790 18446744073709551615 4194304 4196468 140722700675008 140240470624984 140240978662018 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1536] ppid=1521 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1536/stat : 1536 (java) S 1521 1521 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15141817 14309736448 7790 18446744073709551615 4194304 4196468 140722700675008 140240469576800 140240999384789 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1537] ppid=1521 vsize=13974352 memory=139959615592064 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1537/stat : 1537 (java) S 1521 1521 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15141821 14309736448 7790 18446744073709551615 4194304 4196468 140722700675008 140240468523312 140240999385730 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 32540 KiB

[startup+0.310501 s]*
/proc/loadavg: 1.91 1.78 1.75 4/212 1537
/proc/meminfo: memFree=31436192/32770624 swapFree=67108860/67108860
[pid=1521] ppid=1518 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/1521/stat : 1521 (xcsp3-exec) S 1518 1521 18108 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 15141806 9740288 345 18446744073709551615 4194304 5098028 140720749570624 140720749568728 139871157662332 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 5 0 0 7196144 7232144 8237056 140720749576569 140720749576774 140720749576774 140720749580267 0
/proc/1521/statm: 2378 345 289 221 0 87 0
[pid=1523] ppid=1521 vsize=13978608 memory=40568 CPUtime=0.35 cores=0,2,4,6
/proc/1523/stat : 1523 (java) S 1521 1521 18108 0 -1 1077944320 9812 0 0 0 32 3 0 0 20 0 15 0 15141812 14314094592 10142 18446744073709551615 4194304 4196468 140722700675008 140722700657552 140240999374583 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
/proc/1523/statm: 3494652 10142 3042 1 0 3482964 0
[pid=1523/tid=1524] ppid=1521 vsize=13978608 memory=7230368021996071252 CPUtime=0.21 cores=0,2,4,6
/proc/1523/task/1524/stat : 1524 (java) R 1521 1521 18108 0 -1 4202560 6922 0 0 0 19 2 0 0 20 0 15 0 15141812 14314094592 10142 18446744073709551615 4194304 4196468 140722700675008 140241003585488 140240992052597 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1525] ppid=1521 vsize=13978608 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1525/stat : 1525 (java) S 1521 1521 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15141813 14314094592 10142 18446744073709551615 4194304 4196468 140722700675008 140240956341008 140240999384789 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1526] ppid=1521 vsize=13978608 memory=139959615593444 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1526/stat : 1526 (java) S 1521 1521 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15141813 14314094592 10142 18446744073709551615 4194304 4196468 140722700675008 140240955288464 140240999384789 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1527] ppid=1521 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1527/stat : 1527 (java) S 1521 1521 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15141813 14314094592 10142 18446744073709551615 4194304 4196468 140722700675008 140240954235920 140240999384789 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1528] ppid=1521 vsize=13978608 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1528/stat : 1528 (java) S 1521 1521 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15141813 14314094592 10142 18446744073709551615 4194304 4196468 140722700675008 140240953183376 140240999384789 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1529] ppid=1521 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1529/stat : 1529 (java) S 1521 1521 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15141814 14314094592 10142 18446744073709551615 4194304 4196468 140722700675008 140240476944368 140240999385730 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1530] ppid=1521 vsize=13978608 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1530/stat : 1530 (java) S 1521 1521 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 15141815 14314094592 10142 18446744073709551615 4194304 4196468 140722700675008 140240475890592 140240999384789 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1531] ppid=1521 vsize=13978608 memory=139959615592064 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1531/stat : 1531 (java) S 1521 1521 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 15141815 14314094592 10142 18446744073709551615 4194304 4196468 140722700675008 140240474838000 140240999384789 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1532] ppid=1521 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1532/stat : 1532 (java) S 1521 1521 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15141817 14314094592 10142 18446744073709551615 4194304 4196468 140722700675008 140240473786576 140240999393179 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1533] ppid=1521 vsize=13978608 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/1523/task/1533/stat : 1533 (java) S 1521 1521 18108 0 -1 1077944384 710 0 0 0 2 0 0 0 20 0 15 0 15141817 14314094592 10142 18446744073709551615 4194304 4196468 140722700675008 140240472734192 140240999385730 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1534] ppid=1521 vsize=13978608 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/1523/task/1534/stat : 1534 (java) S 1521 1521 18108 0 -1 1077944384 148 0 0 0 2 0 0 0 20 0 15 0 15141817 14314094592 10142 18446744073709551615 4194304 4196468 140722700675008 140240471681648 140240999385730 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1535] ppid=1521 vsize=13978608 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1523/task/1535/stat : 1535 (java) R 1521 1521 18108 0 -1 4202560 735 0 0 0 8 0 0 0 20 0 15 0 15141817 14314094592 10142 18446744073709551615 4194304 4196468 140722700675008 140240470629104 140240991611710 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1536] ppid=1521 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1536/stat : 1536 (java) S 1521 1521 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15141817 14314094592 10142 18446744073709551615 4194304 4196468 140722700675008 140240469576800 140240999384789 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1537] ppid=1521 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1537/stat : 1537 (java) S 1521 1521 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15141821 14314094592 10142 18446744073709551615 4194304 4196468 140722700675008 140240468523312 140240999385730 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 41948 KiB

[startup+0.703444 s]
/proc/loadavg: 1.91 1.78 1.75 5/212 1537
/proc/meminfo: memFree=31423340/32770624 swapFree=67108860/67108860
[pid=1521] ppid=1518 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/1521/stat : 1521 (xcsp3-exec) S 1518 1521 18108 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 15141806 9740288 345 18446744073709551615 4194304 5098028 140720749570624 140720749568728 139871157662332 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 5 0 0 7196144 7232144 8237056 140720749576569 140720749576774 140720749576774 140720749580267 0
/proc/1521/statm: 2378 345 289 221 0 87 0
[pid=1523] ppid=1521 vsize=13980732 memory=62728 CPUtime=1.39 cores=0,2,4,6
/proc/1523/stat : 1523 (java) S 1521 1521 18108 0 -1 1077944320 12934 0 0 0 134 5 0 0 20 0 15 0 15141812 14316269568 15682 18446744073709551615 4194304 4196468 140722700675008 140722700657552 140240999374583 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
/proc/1523/statm: 3495183 15682 3171 1 0 3483476 0
[pid=1523/tid=1524] ppid=1521 vsize=13980732 memory=2004 CPUtime=0.59 cores=0,2,4,6
/proc/1523/task/1524/stat : 1524 (java) R 1521 1521 18108 0 -1 4202560 8157 0 0 0 56 3 0 0 20 0 15 0 15141812 14316269568 15682 18446744073709551615 4194304 4196468 140722700675008 140241003613800 140240634406515 0 4 1 16800974 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1525] ppid=1521 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1525/stat : 1525 (java) S 1521 1521 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15141813 14316269568 15682 18446744073709551615 4194304 4196468 140722700675008 140240956341008 140240999384789 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1526] ppid=1521 vsize=13980732 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1526/stat : 1526 (java) S 1521 1521 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15141813 14316269568 15682 18446744073709551615 4194304 4196468 140722700675008 140240955288464 140240999384789 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1527] ppid=1521 vsize=13980732 memory=198908 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1527/stat : 1527 (java) S 1521 1521 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15141813 14316269568 15682 18446744073709551615 4194304 4196468 140722700675008 140240954235920 140240999384789 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1528] ppid=1521 vsize=13980732 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1528/stat : 1528 (java) S 1521 1521 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15141813 14316269568 15682 18446744073709551615 4194304 4196468 140722700675008 140240953183376 140240999384789 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1529] ppid=1521 vsize=13980732 memory=2368 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1529/stat : 1529 (java) S 1521 1521 18108 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 15141814 14316269568 15682 18446744073709551615 4194304 4196468 140722700675008 140240476944368 140240999385730 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1530] ppid=1521 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1530/stat : 1530 (java) S 1521 1521 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 15141815 14316269568 15682 18446744073709551615 4194304 4196468 140722700675008 140240475890592 140240999384789 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1531] ppid=1521 vsize=13980732 memory=56860 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1531/stat : 1531 (java) S 1521 1521 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 15141815 14316269568 15682 18446744073709551615 4194304 4196468 140722700675008 140240474838000 140240999384789 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1532] ppid=1521 vsize=13980732 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1532/stat : 1532 (java) S 1521 1521 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15141817 14316269568 15682 18446744073709551615 4194304 4196468 140722700675008 140240473786576 140240999393179 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1533] ppid=1521 vsize=13980732 memory=4300 CPUtime=0.23 cores=0,2,4,6
/proc/1523/task/1533/stat : 1533 (java) R 1521 1521 18108 0 -1 4202560 1266 0 0 0 23 0 0 0 20 0 15 0 15141817 14316269568 15682 18446744073709551615 4194304 4196468 140722700675008 140240472720880 140240977231744 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1534] ppid=1521 vsize=13980732 memory=1584 CPUtime=0.23 cores=0,2,4,6
/proc/1523/task/1534/stat : 1534 (java) R 1521 1521 18108 0 -1 4202560 731 0 0 0 23 0 0 0 20 0 15 0 15141817 14316269568 15682 18446744073709551615 4194304 4196468 140722700675008 140240471671360 140240980919257 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1535] ppid=1521 vsize=13980732 memory=928 CPUtime=0.31 cores=0,2,4,6
/proc/1523/task/1535/stat : 1535 (java) S 1521 1521 18108 0 -1 1077944384 1471 0 0 0 31 0 0 0 20 0 15 0 15141817 14316269568 15682 18446744073709551615 4194304 4196468 140722700675008 140240470629104 140240999385730 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1536] ppid=1521 vsize=13980732 memory=2160 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1536/stat : 1536 (java) S 1521 1521 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15141817 14316269568 15682 18446744073709551615 4194304 4196468 140722700675008 140240469576800 140240999384789 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1537] ppid=1521 vsize=13980732 memory=844 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1537/stat : 1537 (java) S 1521 1521 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15141821 14316269568 15682 18446744073709551615 4194304 4196468 140722700675008 140240468523312 140240999385730 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
Current children cumulated CPU time: 1.39 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 64108 KiB

[startup+0.856578 s]
# the end of solver process 1521 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.79186 s, system=0.063639 s

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

[startup+0.801471 s]
/proc/loadavg: 1.91 1.78 1.75 5/212 1537
/proc/meminfo: memFree=31423340/32770624 swapFree=67108860/67108860
[pid=1521] ppid=1518 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/1521/stat : 1521 (xcsp3-exec) S 1518 1521 18108 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 15141806 9740288 345 18446744073709551615 4194304 5098028 140720749570624 140720749568728 139871157662332 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 5 0 0 7196144 7232144 8237056 140720749576569 140720749576774 140720749576774 140720749580267 0
/proc/1521/statm: 2378 345 289 221 0 87 0
[pid=1523] ppid=1521 vsize=13980732 memory=66856 CPUtime=1.7 cores=0,2,4,6
/proc/1523/stat : 1523 (java) S 1521 1521 18108 0 -1 1077944320 13961 0 0 0 165 5 0 0 20 0 15 0 15141812 14316269568 16714 18446744073709551615 4194304 4196468 140722700675008 140722700657552 140240999374583 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
/proc/1523/statm: 3495183 16714 3173 1 0 3483476 0
[pid=1523/tid=1524] ppid=1521 vsize=13980732 memory=8514726395714825349 CPUtime=0.69 cores=0,2,4,6
/proc/1523/task/1524/stat : 1524 (java) R 1521 1521 18108 0 -1 4202560 8158 0 0 0 66 3 0 0 20 0 15 0 15141812 14316269568 16714 18446744073709551615 4194304 4196468 140722700675008 140241003613928 140240634406372 0 4 1 16800974 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1525] ppid=1521 vsize=13980732 memory=-8253362762722141311 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1525/stat : 1525 (java) S 1521 1521 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15141813 14316269568 16714 18446744073709551615 4194304 4196468 140722700675008 140240956341008 140240999384789 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1526] ppid=1521 vsize=13980732 memory=9047017150487036571 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1526/stat : 1526 (java) S 1521 1521 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15141813 14316269568 16714 18446744073709551615 4194304 4196468 140722700675008 140240955288464 140240999384789 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1527] ppid=1521 vsize=13980732 memory=-8707038579349950309 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1527/stat : 1527 (java) S 1521 1521 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15141813 14316269568 16714 18446744073709551615 4194304 4196468 140722700675008 140240954235920 140240999384789 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1528] ppid=1521 vsize=13980732 memory=-8412656567318647667 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1528/stat : 1528 (java) S 1521 1521 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15141813 14316269568 16714 18446744073709551615 4194304 4196468 140722700675008 140240953183376 140240999384789 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1529] ppid=1521 vsize=13980732 memory=4427205132082312746 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1529/stat : 1529 (java) S 1521 1521 18108 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 15141814 14316269568 16714 18446744073709551615 4194304 4196468 140722700675008 140240476944368 140240999385730 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1530] ppid=1521 vsize=13980732 memory=-8412652152092201843 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1530/stat : 1530 (java) S 1521 1521 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 15141815 14316269568 16714 18446744073709551615 4194304 4196468 140722700675008 140240475890592 140240999384789 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1531] ppid=1521 vsize=13980732 memory=-8486080722631693414 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1531/stat : 1531 (java) S 1521 1521 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 15141815 14316269568 16714 18446744073709551615 4194304 4196468 140722700675008 140240474838000 140240999384789 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1532] ppid=1521 vsize=13980732 memory=-7023579799431922829 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1532/stat : 1532 (java) S 1521 1521 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15141817 14316269568 16714 18446744073709551615 4194304 4196468 140722700675008 140240473786576 140240999393179 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1533] ppid=1521 vsize=13980732 memory=4426639978525455914 CPUtime=0.33 cores=0,2,4,6
/proc/1523/task/1533/stat : 1533 (java) R 1521 1521 18108 0 -1 4202560 1741 0 0 0 33 0 0 0 20 0 15 0 15141817 14316269568 16714 18446744073709551615 4194304 4196468 140722700675008 140240472723792 140240982866270 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1534] ppid=1521 vsize=13980732 memory=3047711553219693942 CPUtime=0.32 cores=0,2,4,6
/proc/1523/task/1534/stat : 1534 (java) R 1521 1521 18108 0 -1 4202560 1071 0 0 0 32 0 0 0 20 0 15 0 15141817 14316269568 16714 18446744073709551615 4194304 4196468 140722700675008 140240471671360 140240978552088 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1535] ppid=1521 vsize=13980732 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/1523/task/1535/stat : 1535 (java) S 1521 1521 18108 0 -1 1077944384 1682 0 0 0 32 0 0 0 20 0 15 0 15141817 14316269568 16714 18446744073709551615 4194304 4196468 140722700675008 140240470629104 140240999385730 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1536] ppid=1521 vsize=13980732 memory=7381511322739436114 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1536/stat : 1536 (java) S 1521 1521 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15141817 14316269568 16714 18446744073709551615 4194304 4196468 140722700675008 140240469576800 140240999384789 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
[pid=1523/tid=1537] ppid=1521 vsize=13980732 memory=7594882514933071982 CPUtime=0 cores=0,2,4,6
/proc/1523/task/1537/stat : 1537 (java) S 1521 1521 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15141821 14316269568 16714 18446744073709551615 4194304 4196468 140722700675008 140240468523312 140240999385730 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38780928 140722700681650 140722700681826 140722700681826 140722700685263 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 68236 KiB

Child status: 0
Real time (s): 0.856633
CPU time (s): 1.8555
CPU user time (s): 1.79186
CPU system time (s): 0.063639
CPU usage (%): 216.604
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 68236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.79186
system time used= 0.063639
maximum resident set size= 69972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14620
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= 1587
involuntary context switches= 11


# summary of solver processes directly reported to runsolver:
#   pid: 1521
#   total CPU time (s): 1.8555
#   total CPU user time (s): 1.79186
#   total CPU system time (s): 0.063639

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.019591 second user time and 0.054648 second system time

The end

Launcher Data

Begin job on node131 at 2017-08-19 20:15:27
IDJOB=4282643
IDBENCH=140518
IDSOLVER=2677
FILE ID=node131/4282643-1503167348
RUNJOBID= node131-1503095854-18171
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/OpenStacks/OpenStacks-m2c-s1/OpenStacks-m2c-tiny.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-4282643-1503167348/watcher-4282643-1503167348 -o /tmp/evaluation-result-4282643-1503167348/solver-4282643-1503167348 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node131-1503095854-18171 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1486340777 HOME/instance-4282643-1503167348.xml

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

MD5SUM BENCH= b48c1d78a7c2914aa1b4afc3a63a668c
RANDOM SEED=1486340777

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31466584 kB
MemAvailable:   31831408 kB
Buffers:          188304 kB
Cached:           463700 kB
SwapCached:            0 kB
Active:           424628 kB
Inactive:         468996 kB
Active(anon):     241924 kB
Inactive(anon):    16748 kB
Active(file):     182704 kB
Inactive(file):   452248 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7656 kB
Writeback:             4 kB
AnonPages:        241688 kB
Mapped:            44576 kB
Shmem:             17060 kB
Slab:             116184 kB
SReclaimable:      91416 kB
SUnreclaim:        24768 kB
KernelStack:        3456 kB
PageTables:         5356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1257988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    149504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

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