Trace number 4283284

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 5a (2017-08-18)OPT6119 2.0021501 0.93943697

General information on the benchmark

NameFastfood/Fastfood-m1-s1/
Fastfood-ff69.xml
MD5SUM3619f551efba05977411abbefb319bf8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6119
Best CPU time to get the best result obtained on this benchmark0.041142002
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints65
Number of domains27
Minimum domain size23
Maximum domain size26
Distribution of domain sizes[{"size":23,"count":2},{"size":25,"count":6},{"size":26,"count":57}]
Minimum variable degree2
Maximum variable degree33
Distribution of variable degrees[{"degree":2,"count":64},{"degree":33,"count":1}]
Minimum constraint arity1
Maximum constraint arity2
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":64}]
Number of extensional constraints32
Number of intensional constraints32
Distribution of constraint types[{"type":"extension","count":32},{"type":"intension","count":32},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283284-1503221696.xml"  -tl '2520s' -p 1 -x 3
0.07/0.29	c [HOME/instance-4283284-1503221696.xml, -tl, 2520s, -p, 1, -x, 3]
0.24/0.35	c simple solver
0.43/0.42	c parse instance...
0.90/0.69	c solve instance...
1.20/0.74	o 6119 
1.90/0.92	s OPTIMUM FOUND
1.90/0.92	v <instantiation>
1.90/0.92	v 	<list>x[0] drd[0][0] drd[1][0] drd[2][0] drd[3][0] drd[4][0] drd[5][0] drd[6][0] drd[7][0] drd[8][0] drd[9][0] drd[10][0] drd[11][0] drd[12][0] drd[13][0] drd[14][0] drd[15][0] drd[16][0] drd[17][0] drd[18][0] drd[19][0] drd[20][0] drd[21][0] drd[22][0] drd[23][0] drd[24][0] drd[25][0] drd[26][0] drd[27][0] drd[28][0] drd[29][0] drd[30][0] drd[31][0] dr[0] dr[1] dr[2] dr[3] dr[4] dr[5] dr[6] dr[7] dr[8] dr[9] dr[10] dr[11] dr[12] dr[13] dr[14] dr[15] dr[16] dr[17] dr[18] dr[19] dr[20] dr[21] dr[22] dr[23] dr[24] dr[25] dr[26] dr[27] dr[28] dr[29] dr[30] dr[31] </list>
1.90/0.92	v 	<values>137 0 87 15 15 50 56 50 79 23 39 42 112 114 574 96 375 375 33 70 524 524 330 330 101 75 75 469 469 72 125 411 409 0 87 15 15 50 56 50 79 23 39 42 112 114 574 96 375 375 33 70 524 524 330 330 101 75 75 469 469 72 125 411 409 </values>
1.90/0.92	v </instantiation>

Verifier Data

OK	6119

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283284-1503221696/watcher-4283284-1503221696 -o /tmp/evaluation-result-4283284-1503221696/solver-4283284-1503221696 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1503172173-21712 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 115176344 HOME/instance-4283284-1503221696.xml 

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

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

solver pid=31525, runsolver pid=31522

[startup+0.100159 s]*
/proc/loadavg: 1.95 1.81 1.68 3/202 31528
/proc/meminfo: memFree=30511720/32770624 swapFree=67105588/67108860
[pid=31525] ppid=31522 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31525/stat : 31525 (xcsp3-exec) S 31522 31525 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124364662 9740288 345 18446744073709551615 4194304 5098028 140729585554624 140729585552728 139846839927420 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 20832256 140729585561977 140729585562181 140729585562181 140729585565675 0
/proc/31525/statm: 2378 345 289 221 0 87 0
[pid=31527] ppid=31525 vsize=13356504 memory=11076 CPUtime=0 cores=0,2,4,6
/proc/31527/stat : 31527 (java) S 31525 31525 8557 0 -1 1077944320 2528 0 0 0 0 0 0 0 20 0 6 0 124364672 13677060096 2769 18446744073709551615 4194304 4196468 140720931788928 140720931771472 140199318208247 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
/proc/31527/statm: 3339126 2769 1291 1 0 3329096 0
[pid=31527/tid=31528] ppid=31525 vsize=13356504 memory=-6871798056524144002 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31528/stat : 31528 (java) R 31525 31525 8557 0 -1 4202560 1302 0 0 0 0 0 0 0 20 0 6 0 124364672 13677060096 2769 18446744073709551615 4194304 4196468 140720931788928 140199322450024 140199310887440 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31529] ppid=31525 vsize=13356508 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31529/stat : 31529 (java) S 31525 31525 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 124364673 13677064192 2769 18446744073709551615 4194304 4196468 140720931788928 140199279106320 140199318218453 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31530] ppid=31525 vsize=13356504 memory=140167362905728 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31530/stat : 31530 (java) S 31525 31525 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 124364673 13677060096 2801 18446744073709551615 4194304 4196468 140720931788928 140199278053776 140199318218453 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31531] ppid=31525 vsize=13356504 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31531/stat : 31531 (java) S 31525 31525 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 124364673 13677060096 2801 18446744073709551615 4194304 4196468 140720931788928 140199277001232 140199318218453 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31532] ppid=31525 vsize=13356504 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31532/stat : 31532 (java) S 31525 31525 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 124364673 13677060096 2801 18446744073709551615 4194304 4196468 140720931788928 140198915009168 140199318218453 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13366016 KiB
Current children cumulated memory: 12456 KiB

[startup+0.210439 s]*
/proc/loadavg: 1.95 1.81 1.68 2/214 31540
/proc/meminfo: memFree=30502596/32770624 swapFree=67105588/67108860
[pid=31525] ppid=31522 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31525/stat : 31525 (xcsp3-exec) S 31522 31525 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124364662 9740288 345 18446744073709551615 4194304 5098028 140729585554624 140729585552728 139846839927420 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 20832256 140729585561977 140729585562181 140729585562181 140729585565675 0
/proc/31525/statm: 2378 345 289 221 0 87 0
[pid=31527] ppid=31525 vsize=13974352 memory=21492 CPUtime=0.07 cores=0,2,4,6
/proc/31527/stat : 31527 (java) S 31525 31525 8557 0 -1 1077944320 4824 0 0 0 6 1 0 0 20 0 15 0 124364672 14309736448 5373 18446744073709551615 4194304 4196468 140720931788928 140720931771472 140199318208247 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
/proc/31527/statm: 3493588 5373 2711 1 0 3482964 0
[pid=31527/tid=31528] ppid=31525 vsize=13974352 memory=7077796292425249400 CPUtime=0.05 cores=0,2,4,6
/proc/31527/task/31528/stat : 31528 (java) R 31525 31525 8557 0 -1 4202560 2978 0 0 0 5 0 0 0 20 0 15 0 124364672 14309736448 5373 18446744073709551615 4194304 4196468 140720931788928 140199322450528 140199318230173 0 4 1 16800974 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31529] ppid=31525 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31529/stat : 31529 (java) S 31525 31525 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124364673 14309736448 5373 18446744073709551615 4194304 4196468 140720931788928 140199279106320 140199318218453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31530] ppid=31525 vsize=13974352 memory=140167362905728 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31530/stat : 31530 (java) S 31525 31525 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124364673 14309736448 5373 18446744073709551615 4194304 4196468 140720931788928 140199278053776 140199318218453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31531] ppid=31525 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31531/stat : 31531 (java) S 31525 31525 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124364673 14309736448 5373 18446744073709551615 4194304 4196468 140720931788928 140199277001232 140199318218453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31532] ppid=31525 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31532/stat : 31532 (java) S 31525 31525 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124364673 14309736448 5373 18446744073709551615 4194304 4196468 140720931788928 140198915009168 140199318218453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31533] ppid=31525 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31533/stat : 31533 (java) S 31525 31525 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124364674 14309736448 5373 18446744073709551615 4194304 4196468 140720931788928 140198796806640 140199318219394 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31534] ppid=31525 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31534/stat : 31534 (java) S 31525 31525 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 124364674 14309736448 5373 18446744073709551615 4194304 4196468 140720931788928 140198795752864 140199318218453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31535] ppid=31525 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31535/stat : 31535 (java) S 31525 31525 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 124364675 14309736448 5373 18446744073709551615 4194304 4196468 140720931788928 140198794700272 140199318218453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31536] ppid=31525 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31536/stat : 31536 (java) S 31525 31525 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124364677 14309736448 5373 18446744073709551615 4194304 4196468 140720931788928 140198793648848 140199318226843 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31537] ppid=31525 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31537/stat : 31537 (java) S 31525 31525 8557 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 124364677 14309736448 5373 18446744073709551615 4194304 4196468 140720931788928 140198792595440 140199318219394 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31538] ppid=31525 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31538/stat : 31538 (java) S 31525 31525 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124364677 14309736448 5373 18446744073709551615 4194304 4196468 140720931788928 140198791542896 140199318219394 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31539] ppid=31525 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31539/stat : 31539 (java) S 31525 31525 8557 0 -1 1077944384 232 0 0 0 0 0 0 0 20 0 15 0 124364677 14309736448 5373 18446744073709551615 4194304 4196468 140720931788928 140198790490352 140199318219394 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31540] ppid=31525 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31540/stat : 31540 (java) S 31525 31525 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124364677 14309736448 5373 18446744073709551615 4194304 4196468 140720931788928 140198789438048 140199318218453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31541] ppid=31525 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31541/stat : 31541 (java) S 31525 31525 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124364683 14309736448 5373 18446744073709551615 4194304 4196468 140720931788928 140198788385584 140199318219394 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 22872 KiB

[startup+0.310533 s]*
/proc/loadavg: 1.95 1.81 1.68 3/215 31541
/proc/meminfo: memFree=30488528/32770624 swapFree=67105588/67108860
[pid=31525] ppid=31522 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31525/stat : 31525 (xcsp3-exec) S 31522 31525 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124364662 9740288 345 18446744073709551615 4194304 5098028 140729585554624 140729585552728 139846839927420 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 20832256 140729585561977 140729585562181 140729585562181 140729585565675 0
/proc/31525/statm: 2378 345 289 221 0 87 0
[pid=31527] ppid=31525 vsize=13974352 memory=36252 CPUtime=0.24 cores=0,2,4,6
/proc/31527/stat : 31527 (java) S 31525 31525 8557 0 -1 1077944320 8648 0 0 0 22 2 0 0 20 0 15 0 124364672 14309736448 9063 18446744073709551615 4194304 4196468 140720931788928 140720931771472 140199318208247 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
/proc/31527/statm: 3493588 9063 2968 1 0 3482964 0
[pid=31527/tid=31528] ppid=31525 vsize=13974352 memory=-8774313645642428999 CPUtime=0.15 cores=0,2,4,6
/proc/31527/task/31528/stat : 31528 (java) R 31525 31525 8557 0 -1 4202560 5929 0 0 0 13 2 0 0 20 0 15 0 124364672 14309736448 9063 18446744073709551615 4194304 4196468 140720931788928 140199322439776 140199318230173 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31529] ppid=31525 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31529/stat : 31529 (java) S 31525 31525 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124364673 14309736448 9063 18446744073709551615 4194304 4196468 140720931788928 140199279106320 140199318218453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31530] ppid=31525 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31530/stat : 31530 (java) S 31525 31525 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124364673 14309736448 9063 18446744073709551615 4194304 4196468 140720931788928 140199278053776 140199318218453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31531] ppid=31525 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31531/stat : 31531 (java) S 31525 31525 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124364673 14309736448 9063 18446744073709551615 4194304 4196468 140720931788928 140199277001232 140199318218453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31532] ppid=31525 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31532/stat : 31532 (java) S 31525 31525 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124364673 14309736448 9063 18446744073709551615 4194304 4196468 140720931788928 140198915009168 140199318218453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31533] ppid=31525 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31533/stat : 31533 (java) S 31525 31525 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124364674 14309736448 9063 18446744073709551615 4194304 4196468 140720931788928 140198796806640 140199318219394 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31534] ppid=31525 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31534/stat : 31534 (java) S 31525 31525 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 124364674 14309736448 9063 18446744073709551615 4194304 4196468 140720931788928 140198795752864 140199318218453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31535] ppid=31525 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31535/stat : 31535 (java) S 31525 31525 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 124364675 14309736448 9063 18446744073709551615 4194304 4196468 140720931788928 140198794700272 140199318218453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31536] ppid=31525 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31536/stat : 31536 (java) S 31525 31525 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124364677 14309736448 9063 18446744073709551615 4194304 4196468 140720931788928 140198793648848 140199318226843 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31537] ppid=31525 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/31527/task/31537/stat : 31537 (java) S 31525 31525 8557 0 -1 1077944384 583 0 0 0 1 0 0 0 20 0 15 0 124364677 14309736448 9063 18446744073709551615 4194304 4196468 140720931788928 140198792595440 140199318219394 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31538] ppid=31525 vsize=13974352 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/31527/task/31538/stat : 31538 (java) S 31525 31525 8557 0 -1 1077944384 104 0 0 0 1 0 0 0 20 0 15 0 124364677 14309736448 9063 18446744073709551615 4194304 4196468 140720931788928 140198791542896 140199318219394 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31539] ppid=31525 vsize=13974352 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/31527/task/31539/stat : 31539 (java) S 31525 31525 8557 0 -1 1077944384 727 0 0 0 5 0 0 0 20 0 15 0 124364677 14309736448 9063 18446744073709551615 4194304 4196468 140720931788928 140198790490352 140199318219394 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31540] ppid=31525 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31540/stat : 31540 (java) S 31525 31525 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124364677 14309736448 9063 18446744073709551615 4194304 4196468 140720931788928 140198789438048 140199318218453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31541] ppid=31525 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31541/stat : 31541 (java) S 31525 31525 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124364683 14309736448 9063 18446744073709551615 4194304 4196468 140720931788928 140198788385584 140199318219394 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 37632 KiB

[startup+0.701716 s]
/proc/loadavg: 1.95 1.81 1.68 5/215 31541
/proc/meminfo: memFree=30476472/32770624 swapFree=67105588/67108860
[pid=31525] ppid=31522 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31525/stat : 31525 (xcsp3-exec) S 31522 31525 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124364662 9740288 345 18446744073709551615 4194304 5098028 140729585554624 140729585552728 139846839927420 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 20832256 140729585561977 140729585562181 140729585562181 140729585565675 0
/proc/31525/statm: 2378 345 289 221 0 87 0
[pid=31527] ppid=31525 vsize=13980732 memory=71224 CPUtime=1.2 cores=0,2,4,6
/proc/31527/stat : 31527 (java) S 31525 31525 8557 0 -1 1077944320 13426 0 0 0 115 5 0 0 20 0 15 0 124364672 14316269568 17806 18446744073709551615 4194304 4196468 140720931788928 140720931771472 140199318208247 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
/proc/31527/statm: 3495183 17806 3171 1 0 3483476 0
[pid=31527/tid=31528] ppid=31525 vsize=13980732 memory=-8774313645642428999 CPUtime=0.53 cores=0,2,4,6
/proc/31527/task/31528/stat : 31528 (java) R 31525 31525 8557 0 -1 4202560 8592 0 0 0 49 4 0 0 20 0 15 0 124364672 14316269568 17806 18446744073709551615 4194304 4196468 140720931788928 140199322446240 140198960059219 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31529] ppid=31525 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31529/stat : 31529 (java) S 31525 31525 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124364673 14316269568 17806 18446744073709551615 4194304 4196468 140720931788928 140199279106320 140199318218453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31530] ppid=31525 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31530/stat : 31530 (java) S 31525 31525 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124364673 14316269568 17806 18446744073709551615 4194304 4196468 140720931788928 140199278053776 140199318218453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31531] ppid=31525 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31531/stat : 31531 (java) S 31525 31525 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124364673 14316269568 17806 18446744073709551615 4194304 4196468 140720931788928 140199277001232 140199318218453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31532] ppid=31525 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31532/stat : 31532 (java) S 31525 31525 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124364673 14316269568 17806 18446744073709551615 4194304 4196468 140720931788928 140198915009168 140199318218453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31533] ppid=31525 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31533/stat : 31533 (java) S 31525 31525 8557 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 124364674 14316269568 17806 18446744073709551615 4194304 4196468 140720931788928 140198796806640 140199318219394 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31534] ppid=31525 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31534/stat : 31534 (java) S 31525 31525 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 124364674 14316269568 17806 18446744073709551615 4194304 4196468 140720931788928 140198795752864 140199318218453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31535] ppid=31525 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31535/stat : 31535 (java) S 31525 31525 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 124364675 14316269568 17806 18446744073709551615 4194304 4196468 140720931788928 140198794700272 140199318218453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31536] ppid=31525 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31536/stat : 31536 (java) S 31525 31525 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124364677 14316269568 17806 18446744073709551615 4194304 4196468 140720931788928 140198793648848 140199318226843 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31537] ppid=31525 vsize=13980732 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/31527/task/31537/stat : 31537 (java) R 31525 31525 8557 0 -1 4202560 1310 0 0 0 19 0 0 0 20 0 15 0 124364677 14316269568 17806 18446744073709551615 4194304 4196468 140720931788928 140198792583280 140199301763491 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31538] ppid=31525 vsize=13980732 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/31527/task/31538/stat : 31538 (java) R 31525 31525 8557 0 -1 4202560 691 0 0 0 16 0 0 0 20 0 15 0 124364677 14316269568 17806 18446744073709551615 4194304 4196468 140720931788928 140198791533168 140199302971394 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31539] ppid=31525 vsize=13980732 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/31527/task/31539/stat : 31539 (java) S 31525 31525 8557 0 -1 1077944384 1525 0 0 0 29 0 0 0 20 0 15 0 124364677 14316269568 17806 18446744073709551615 4194304 4196468 140720931788928 140198790490352 140199318219394 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31540] ppid=31525 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31540/stat : 31540 (java) S 31525 31525 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124364677 14316269568 17806 18446744073709551615 4194304 4196468 140720931788928 140198789438048 140199318218453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31541] ppid=31525 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31541/stat : 31541 (java) S 31525 31525 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124364683 14316269568 17806 18446744073709551615 4194304 4196468 140720931788928 140198788385584 140199318219394 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 72604 KiB

[startup+0.939395 s]
# the end of solver process 31525 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.93909 s, system=0.06306 s

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

[startup+0.801683 s]
/proc/loadavg: 1.95 1.81 1.68 5/215 31541
/proc/meminfo: memFree=30476472/32770624 swapFree=67105588/67108860
[pid=31525] ppid=31522 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31525/stat : 31525 (xcsp3-exec) S 31522 31525 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124364662 9740288 345 18446744073709551615 4194304 5098028 140729585554624 140729585552728 139846839927420 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 20832256 140729585561977 140729585562181 140729585562181 140729585565675 0
/proc/31525/statm: 2378 345 289 221 0 87 0
[pid=31527] ppid=31525 vsize=13980732 memory=78508 CPUtime=1.56 cores=0,2,4,6
/proc/31527/stat : 31527 (java) S 31525 31525 8557 0 -1 1077944320 15348 0 0 0 151 5 0 0 20 0 15 0 124364672 14316269568 19627 18446744073709551615 4194304 4196468 140720931788928 140720931771472 140199318208247 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
/proc/31527/statm: 3495183 19627 3178 1 0 3483476 0
[pid=31527/tid=31528] ppid=31525 vsize=13980732 memory=19650 CPUtime=0.63 cores=0,2,4,6
/proc/31527/task/31528/stat : 31528 (java) R 31525 31525 8557 0 -1 4202560 8757 0 0 0 59 4 0 0 20 0 15 0 124364672 14316269568 19627 18446744073709551615 4194304 4196468 140720931788928 140199322444608 140199318220182 0 4 1 16800974 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31529] ppid=31525 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31529/stat : 31529 (java) S 31525 31525 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124364673 14316269568 19627 18446744073709551615 4194304 4196468 140720931788928 140199279106320 140199318218453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31530] ppid=31525 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31530/stat : 31530 (java) S 31525 31525 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124364673 14316269568 19627 18446744073709551615 4194304 4196468 140720931788928 140199278053776 140199318218453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31531] ppid=31525 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31531/stat : 31531 (java) S 31525 31525 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124364673 14316269568 19627 18446744073709551615 4194304 4196468 140720931788928 140199277001232 140199318218453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31532] ppid=31525 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31532/stat : 31532 (java) S 31525 31525 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124364673 14316269568 19627 18446744073709551615 4194304 4196468 140720931788928 140198915009168 140199318218453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31533] ppid=31525 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31533/stat : 31533 (java) S 31525 31525 8557 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 124364674 14316269568 19627 18446744073709551615 4194304 4196468 140720931788928 140198796806640 140199318219394 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31534] ppid=31525 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31534/stat : 31534 (java) S 31525 31525 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 124364674 14316269568 19627 18446744073709551615 4194304 4196468 140720931788928 140198795752864 140199318218453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31535] ppid=31525 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31535/stat : 31535 (java) S 31525 31525 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 124364675 14316269568 19627 18446744073709551615 4194304 4196468 140720931788928 140198794700272 140199318218453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31536] ppid=31525 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31536/stat : 31536 (java) S 31525 31525 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124364677 14316269568 19627 18446744073709551615 4194304 4196468 140720931788928 140198793648848 140199318226843 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31537] ppid=31525 vsize=13980732 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/31527/task/31537/stat : 31537 (java) R 31525 31525 8557 0 -1 4202560 1934 0 0 0 29 0 0 0 20 0 15 0 124364677 14316269568 19627 18446744073709551615 4194304 4196468 140720931788928 140198792581464 140199299752905 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31538] ppid=31525 vsize=13980732 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/31527/task/31538/stat : 31538 (java) R 31525 31525 8557 0 -1 4202560 1189 0 0 0 26 0 0 0 20 0 15 0 124364677 14316269568 19627 18446744073709551615 4194304 4196468 140720931788928 140198791528776 140199299755536 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31539] ppid=31525 vsize=13980732 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/31527/task/31539/stat : 31539 (java) S 31525 31525 8557 0 -1 1077944384 2160 0 0 0 35 0 0 0 20 0 15 0 124364677 14316269568 19627 18446744073709551615 4194304 4196468 140720931788928 140198790490352 140199318219394 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31540] ppid=31525 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31540/stat : 31540 (java) S 31525 31525 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124364677 14316269568 19627 18446744073709551615 4194304 4196468 140720931788928 140198789438048 140199318218453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31541] ppid=31525 vsize=13980732 memory=5936378071369601616 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31541/stat : 31541 (java) S 31525 31525 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124364683 14316269568 19627 18446744073709551615 4194304 4196468 140720931788928 140198788385584 140199318219394 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
Current children cumulated CPU time: 1.56 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 79888 KiB

[startup+0.901684 s]
/proc/loadavg: 1.95 1.81 1.68 5/215 31541
/proc/meminfo: memFree=30476472/32770624 swapFree=67105588/67108860
[pid=31525] ppid=31522 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31525/stat : 31525 (xcsp3-exec) S 31522 31525 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124364662 9740288 345 18446744073709551615 4194304 5098028 140729585554624 140729585552728 139846839927420 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 20832256 140729585561977 140729585562181 140729585562181 140729585565675 0
/proc/31525/statm: 2378 345 289 221 0 87 0
[pid=31527] ppid=31525 vsize=13980732 memory=83232 CPUtime=1.9 cores=0,2,4,6
/proc/31527/stat : 31527 (java) S 31525 31525 8557 0 -1 1077944320 16073 0 0 0 185 5 0 0 20 0 15 0 124364672 14316269568 20808 18446744073709551615 4194304 4196468 140720931788928 140720931771472 140199318208247 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
/proc/31527/statm: 3495183 20808 3179 1 0 3483476 0
[pid=31527/tid=31528] ppid=31525 vsize=13980732 memory=71224 CPUtime=0.73 cores=0,2,4,6
/proc/31527/task/31528/stat : 31528 (java) R 31525 31525 8557 0 -1 4202560 8758 0 0 0 69 4 0 0 20 0 15 0 124364672 14316269568 20808 18446744073709551615 4194304 4196468 140720931788928 140199322444464 140198956575872 0 4 1 16800974 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31529] ppid=31525 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31529/stat : 31529 (java) S 31525 31525 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124364673 14316269568 20808 18446744073709551615 4194304 4196468 140720931788928 140199279106320 140199318218453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31530] ppid=31525 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31530/stat : 31530 (java) S 31525 31525 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124364673 14316269568 20808 18446744073709551615 4194304 4196468 140720931788928 140199278053776 140199318218453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31531] ppid=31525 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31531/stat : 31531 (java) S 31525 31525 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124364673 14316269568 20808 18446744073709551615 4194304 4196468 140720931788928 140199277001232 140199318218453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31532] ppid=31525 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31532/stat : 31532 (java) S 31525 31525 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124364673 14316269568 20808 18446744073709551615 4194304 4196468 140720931788928 140198915009168 140199318218453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31533] ppid=31525 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31533/stat : 31533 (java) S 31525 31525 8557 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 124364674 14316269568 20808 18446744073709551615 4194304 4196468 140720931788928 140198796806640 140199318219394 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31534] ppid=31525 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31534/stat : 31534 (java) S 31525 31525 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 124364674 14316269568 20808 18446744073709551615 4194304 4196468 140720931788928 140198795752864 140199318218453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31535] ppid=31525 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31535/stat : 31535 (java) S 31525 31525 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 124364675 14316269568 20808 18446744073709551615 4194304 4196468 140720931788928 140198794700272 140199318218453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31536] ppid=31525 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31536/stat : 31536 (java) S 31525 31525 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124364677 14316269568 20808 18446744073709551615 4194304 4196468 140720931788928 140198793648848 140199318226843 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31537] ppid=31525 vsize=13980732 memory=0 CPUtime=0.39 cores=0,2,4,6
/proc/31527/task/31537/stat : 31537 (java) R 31525 31525 8557 0 -1 4202560 2333 0 0 0 39 0 0 0 20 0 15 0 124364677 14316269568 20808 18446744073709551615 4194304 4196468 140720931788928 140198792581464 140199303087796 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31538] ppid=31525 vsize=13980732 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/31527/task/31538/stat : 31538 (java) R 31525 31525 8557 0 -1 4202560 1386 0 0 0 36 0 0 0 20 0 15 0 124364677 14316269568 20808 18446744073709551615 4194304 4196468 140720931788928 140198791529120 140199299387289 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31539] ppid=31525 vsize=13980732 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/31527/task/31539/stat : 31539 (java) R 31525 31525 8557 0 -1 4202560 2288 0 0 0 40 0 0 0 20 0 15 0 124364677 14316269568 20808 18446744073709551615 4194304 4196468 140720931788928 140198790490352 140199296871869 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31540] ppid=31525 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31540/stat : 31540 (java) S 31525 31525 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124364677 14316269568 20808 18446744073709551615 4194304 4196468 140720931788928 140198789438048 140199318218453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
[pid=31527/tid=31541] ppid=31525 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31527/task/31541/stat : 31541 (java) S 31525 31525 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124364683 14316269568 20808 18446744073709551615 4194304 4196468 140720931788928 140198788385584 140199318219394 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11911168 140720931791281 140720931791457 140720931791457 140720931794895 0
Current children cumulated CPU time: 1.9 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 84612 KiB

Child status: 0
Real time (s): 0.939437
CPU time (s): 2.00215
CPU user time (s): 1.93909
CPU system time (s): 0.06306
CPU usage (%): 213.122
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 84612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.93909
system time used= 0.06306
maximum resident set size= 87540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16957
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= 1458
involuntary context switches= 7


# summary of solver processes directly reported to runsolver:
#   pid: 31525
#   total CPU time (s): 2.00215
#   total CPU user time (s): 1.93909
#   total CPU system time (s): 0.06306

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.029638 second user time and 0.047013 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-20 11:20:51
IDJOB=4283284
IDBENCH=138383
IDSOLVER=2679
FILE ID=node126/4283284-1503221696
RUNJOBID= node126-1503172173-21712
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Fastfood/Fastfood-m1-s1/Fastfood-ff69.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-4283284-1503221696/watcher-4283284-1503221696 -o /tmp/evaluation-result-4283284-1503221696/solver-4283284-1503221696 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1503172173-21712 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 115176344 HOME/instance-4283284-1503221696.xml

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

MD5SUM BENCH= 3619f551efba05977411abbefb319bf8
RANDOM SEED=115176344

node126.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.81
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.81
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.81
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.81
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:        30513044 kB
MemAvailable:   31133912 kB
Buffers:          321024 kB
Cached:           589936 kB
SwapCached:          524 kB
Active:          1400272 kB
Inactive:         383880 kB
Active(anon):     828888 kB
Inactive(anon):    93904 kB
Active(file):     571384 kB
Inactive(file):   289976 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              7884 kB
Writeback:             0 kB
AnonPages:        884588 kB
Mapped:            74080 kB
Shmem:             49824 kB
Slab:             177740 kB
SReclaimable:     150688 kB
SUnreclaim:        27052 kB
KernelStack:        3776 kB
PageTables:         7464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1869400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    776192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62016 MiB
End job on node126 at 2017-08-20 11:20:52