Trace number 4272004

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-07-26)OPT6119 1.97551 0.89841503

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.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272004-1502846435.xml"  -tl '2520s' -p 1 -x 3
0.11/0.26	c [HOME/instance-4272004-1502846435.xml, -tl, 2520s, -p, 1, -x, 3]
0.30/0.32	c simple solver
0.30/0.39	c parse instance...
0.99/0.65	c solve instance...
1.33/0.71	o 6119 
1.67/0.88	s OPTIMUM FOUND
1.67/0.88	v <instantiation>
1.67/0.88	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.67/0.88	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.67/0.88	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 (14524 MiB free)
  memory of node 1: 16384 MiB (15328 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272004-1502846435/watcher-4272004-1502846435 -o /tmp/evaluation-result-4272004-1502846435/solver-4272004-1502846435 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11629 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 643675180 HOME/instance-4272004-1502846435.xml 

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

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


[startup+0.100173 s]*
/proc/loadavg: 1.71 1.56 1.60 4/203 12765
/proc/meminfo: memFree=30563064/32770624 swapFree=67108860/67108860
[pid=12758] ppid=12755 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/12758/stat : 12758 (xcsp3-exec) S 12755 12758 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 86864129 9740288 345 18446744073709551615 4194304 5098028 140731948950064 140731948948168 140154061574780 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 7 0 0 7196144 7232144 8564736 140731948953977 140731948954181 140731948954181 140731948957675 0
/proc/12758/statm: 2378 345 289 221 0 87 0
[pid=12760] ppid=12758 vsize=13507920 memory=15300 CPUtime=0.01 cores=1,3,5,7
/proc/12760/stat : 12760 (java) S 12758 12758 897 0 -1 1077944320 3645 0 0 0 1 0 0 0 20 0 8 0 86864137 13832110080 3825 18446744073709551615 4194304 4196468 140729556399344 140729556381888 140402578087671 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
/proc/12760/statm: 3376980 3825 2021 1 0 3366477 0
[pid=12760/tid=12761] ppid=12758 vsize=13507920 memory=7311146985107750967 CPUtime=0.01 cores=1,3,5,7
/proc/12760/task/12761/stat : 12761 (java) R 12758 12758 897 0 -1 4202560 2385 0 0 0 1 0 0 0 20 0 8 0 86864137 13832110080 3825 18446744073709551615 4194304 4196468 140729556399344 140402582327728 140402564208704 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12762] ppid=12758 vsize=13507920 memory=12619 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12762/stat : 12762 (java) S 12758 12758 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 86864138 13832110080 3825 18446744073709551615 4194304 4196468 140729556399344 140402549931152 140402578097877 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12763] ppid=12758 vsize=13507920 memory=3690895230294447776 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12763/stat : 12763 (java) S 12758 12758 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 86864138 13832110080 3825 18446744073709551615 4194304 4196468 140729556399344 140402176814096 140402578097877 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12764] ppid=12758 vsize=13507920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12764/stat : 12764 (java) S 12758 12758 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 86864138 13832110080 3825 18446744073709551615 4194304 4196468 140729556399344 140402175761296 140402578097877 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12765] ppid=12758 vsize=13507920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12765/stat : 12765 (java) S 12758 12758 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 86864138 13832110080 3825 18446744073709551615 4194304 4196468 140729556399344 140402174708496 140402578097877 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12766] ppid=12758 vsize=13507920 memory=140144512226944 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12766/stat : 12766 (java) S 12758 12758 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 86864139 13832110080 3825 18446744073709551615 4194304 4196468 140729556399344 140402056685936 140402578098818 0 0 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12767] ppid=12758 vsize=13507920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12767/stat : 12767 (java) S 12758 12758 897 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 8 0 86864140 13832110080 3825 18446744073709551615 4194304 4196468 140729556399344 140402055630800 140402578097877 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13517432 KiB
Current children cumulated memory: 16680 KiB

[startup+0.210134 s]*
/proc/loadavg: 1.71 1.56 1.60 3/212 12774
/proc/meminfo: memFree=30551396/32770624 swapFree=67108860/67108860
[pid=12758] ppid=12755 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/12758/stat : 12758 (xcsp3-exec) S 12755 12758 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 86864129 9740288 345 18446744073709551615 4194304 5098028 140731948950064 140731948948168 140154061574780 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 7 0 0 7196144 7232144 8564736 140731948953977 140731948954181 140731948954181 140731948957675 0
/proc/12758/statm: 2378 345 289 221 0 87 0
[pid=12760] ppid=12758 vsize=13974352 memory=28908 CPUtime=0.11 cores=1,3,5,7
/proc/12760/stat : 12760 (java) S 12758 12758 897 0 -1 1077944320 5115 0 0 0 10 1 0 0 20 0 15 0 86864137 14309736448 7227 18446744073709551615 4194304 4196468 140729556399344 140729556381888 140402578087671 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
/proc/12760/statm: 3493588 7227 2838 1 0 3482964 0
[pid=12760/tid=12761] ppid=12758 vsize=13974352 memory=7311146985107750967 CPUtime=0.08 cores=1,3,5,7
/proc/12760/task/12761/stat : 12761 (java) R 12758 12758 897 0 -1 4202560 3164 0 0 0 8 0 0 0 20 0 15 0 86864137 14309736448 7227 18446744073709551615 4194304 4196468 140729556399344 140402582310064 140402578109597 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12762] ppid=12758 vsize=13974352 memory=12619 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12762/stat : 12762 (java) S 12758 12758 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86864138 14309736448 7227 18446744073709551615 4194304 4196468 140729556399344 140402549931152 140402578097877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12763] ppid=12758 vsize=13974352 memory=3690895230294447776 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12763/stat : 12763 (java) S 12758 12758 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86864138 14309736448 7227 18446744073709551615 4194304 4196468 140729556399344 140402176814096 140402578097877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12764] ppid=12758 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12764/stat : 12764 (java) S 12758 12758 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86864138 14309736448 7227 18446744073709551615 4194304 4196468 140729556399344 140402175761296 140402578097877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12765] ppid=12758 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12765/stat : 12765 (java) S 12758 12758 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 86864138 14309736448 7227 18446744073709551615 4194304 4196468 140729556399344 140402174708496 140402578097877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12766] ppid=12758 vsize=13974352 memory=140144512226944 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12766/stat : 12766 (java) S 12758 12758 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 86864139 14309736448 7227 18446744073709551615 4194304 4196468 140729556399344 140402056685936 140402578098818 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12767] ppid=12758 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12767/stat : 12767 (java) S 12758 12758 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 86864140 14309736448 7227 18446744073709551615 4194304 4196468 140729556399344 140402055631904 140402578097877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12768] ppid=12758 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12768/stat : 12768 (java) S 12758 12758 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 86864140 14309736448 7227 18446744073709551615 4194304 4196468 140729556399344 140402054579056 140402578097877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12769] ppid=12758 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12769/stat : 12769 (java) S 12758 12758 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86864142 14309736448 7227 18446744073709551615 4194304 4196468 140729556399344 140402053527376 140402578106267 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12770] ppid=12758 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12770/stat : 12770 (java) S 12758 12758 897 0 -1 1077944384 430 0 0 0 0 0 0 0 20 0 15 0 86864142 14309736448 7227 18446744073709551615 4194304 4196468 140729556399344 140402052475760 140402578098818 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12771] ppid=12758 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12771/stat : 12771 (java) S 12758 12758 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86864142 14309736448 7227 18446744073709551615 4194304 4196468 140729556399344 140402051422960 140402578098818 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12772] ppid=12758 vsize=13974352 memory=140144512226944 CPUtime=0.01 cores=1,3,5,7
/proc/12760/task/12772/stat : 12772 (java) S 12758 12758 897 0 -1 1077944384 244 0 0 0 1 0 0 0 20 0 15 0 86864142 14309736448 7227 18446744073709551615 4194304 4196468 140729556399344 140402050370160 140402578098818 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12773] ppid=12758 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12773/stat : 12773 (java) S 12758 12758 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86864142 14309736448 7227 18446744073709551615 4194304 4196468 140729556399344 140402049317600 140402578097877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12774] ppid=12758 vsize=13974352 memory=140144512226944 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12774/stat : 12774 (java) S 12758 12758 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86864147 14309736448 7227 18446744073709551615 4194304 4196468 140729556399344 140402048264880 140402578098818 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 30288 KiB

[startup+0.310331 s]*
/proc/loadavg: 1.71 1.56 1.60 5/212 12774
/proc/meminfo: memFree=30540960/32770624 swapFree=67108860/67108860
[pid=12758] ppid=12755 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/12758/stat : 12758 (xcsp3-exec) S 12755 12758 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 86864129 9740288 345 18446744073709551615 4194304 5098028 140731948950064 140731948948168 140154061574780 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 7 0 0 7196144 7232144 8564736 140731948953977 140731948954181 140731948954181 140731948957675 0
/proc/12758/statm: 2378 345 289 221 0 87 0
[pid=12760] ppid=12758 vsize=13974352 memory=40272 CPUtime=0.3 cores=1,3,5,7
/proc/12760/stat : 12760 (java) S 12758 12758 897 0 -1 1077944320 8749 0 0 0 28 2 0 0 20 0 15 0 86864137 14309736448 10068 18446744073709551615 4194304 4196468 140729556399344 140729556381888 140402578087671 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
/proc/12760/statm: 3493588 10068 3016 1 0 3482964 0
[pid=12760/tid=12761] ppid=12758 vsize=13974352 memory=-8774313645642428999 CPUtime=0.18 cores=1,3,5,7
/proc/12760/task/12761/stat : 12761 (java) R 12758 12758 897 0 -1 4202560 5886 0 0 0 16 2 0 0 20 0 15 0 86864137 14309736448 10068 18446744073709551615 4194304 4196468 140729556399344 140402582321648 140402578099606 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12762] ppid=12758 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12762/stat : 12762 (java) S 12758 12758 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86864138 14309736448 10068 18446744073709551615 4194304 4196468 140729556399344 140402549931152 140402578097877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12763] ppid=12758 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12763/stat : 12763 (java) S 12758 12758 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86864138 14309736448 10068 18446744073709551615 4194304 4196468 140729556399344 140402176814096 140402578097877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12764] ppid=12758 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12764/stat : 12764 (java) S 12758 12758 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86864138 14309736448 10068 18446744073709551615 4194304 4196468 140729556399344 140402175761296 140402578097877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12765] ppid=12758 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12765/stat : 12765 (java) S 12758 12758 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 86864138 14309736448 10068 18446744073709551615 4194304 4196468 140729556399344 140402174708496 140402578097877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12766] ppid=12758 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12766/stat : 12766 (java) S 12758 12758 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 86864139 14309736448 10068 18446744073709551615 4194304 4196468 140729556399344 140402056685936 140402578098818 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12767] ppid=12758 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12767/stat : 12767 (java) S 12758 12758 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 86864140 14309736448 10068 18446744073709551615 4194304 4196468 140729556399344 140402055631904 140402578097877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12768] ppid=12758 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12768/stat : 12768 (java) S 12758 12758 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 86864140 14309736448 10068 18446744073709551615 4194304 4196468 140729556399344 140402054579056 140402578097877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12769] ppid=12758 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12769/stat : 12769 (java) S 12758 12758 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86864142 14309736448 10068 18446744073709551615 4194304 4196468 140729556399344 140402053527376 140402578106267 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12770] ppid=12758 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/12760/task/12770/stat : 12770 (java) S 12758 12758 897 0 -1 1077944384 628 0 0 0 2 0 0 0 20 0 15 0 86864142 14309736448 10068 18446744073709551615 4194304 4196468 140729556399344 140402052475760 140402578098818 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12771] ppid=12758 vsize=13974352 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/12760/task/12771/stat : 12771 (java) S 12758 12758 897 0 -1 1077944384 218 0 0 0 2 0 0 0 20 0 15 0 86864142 14309736448 10068 18446744073709551615 4194304 4196468 140729556399344 140402051422960 140402578098818 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12772] ppid=12758 vsize=13974352 memory=140144512226944 CPUtime=0.06 cores=1,3,5,7
/proc/12760/task/12772/stat : 12772 (java) S 12758 12758 897 0 -1 1077944384 715 0 0 0 6 0 0 0 20 0 15 0 86864142 14309736448 10068 18446744073709551615 4194304 4196468 140729556399344 140402050370160 140402578098818 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12773] ppid=12758 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12773/stat : 12773 (java) S 12758 12758 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86864142 14309736448 10068 18446744073709551615 4194304 4196468 140729556399344 140402049317600 140402578097877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12774] ppid=12758 vsize=13974352 memory=140144512226944 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12774/stat : 12774 (java) S 12758 12758 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86864147 14309736448 10068 18446744073709551615 4194304 4196468 140729556399344 140402048264880 140402578098818 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 41652 KiB

[startup+0.704364 s]
/proc/loadavg: 1.71 1.56 1.60 6/212 12774
/proc/meminfo: memFree=30529996/32770624 swapFree=67108860/67108860
[pid=12758] ppid=12755 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/12758/stat : 12758 (xcsp3-exec) S 12755 12758 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 86864129 9740288 345 18446744073709551615 4194304 5098028 140731948950064 140731948948168 140154061574780 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 7 0 0 7196144 7232144 8564736 140731948953977 140731948954181 140731948954181 140731948957675 0
/proc/12758/statm: 2378 345 289 221 0 87 0
[pid=12760] ppid=12758 vsize=13980732 memory=71988 CPUtime=1.33 cores=1,3,5,7
/proc/12760/stat : 12760 (java) S 12758 12758 897 0 -1 1077944320 13157 0 0 0 128 5 0 0 20 0 15 0 86864137 14316269568 17997 18446744073709551615 4194304 4196468 140729556399344 140729556381888 140402578087671 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
/proc/12760/statm: 3495183 17997 3172 1 0 3483476 0
[pid=12760/tid=12761] ppid=12758 vsize=13980732 memory=6935650355287975249 CPUtime=0.56 cores=1,3,5,7
/proc/12760/task/12761/stat : 12761 (java) R 12758 12758 897 0 -1 4202560 8341 0 0 0 53 3 0 0 20 0 15 0 86864137 14316269568 17997 18446744073709551615 4194304 4196468 140729556399344 140402582325328 140402578099606 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12762] ppid=12758 vsize=13980732 memory=7372786582024121444 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12762/stat : 12762 (java) S 12758 12758 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86864138 14316269568 17997 18446744073709551615 4194304 4196468 140729556399344 140402549931152 140402578097877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12763] ppid=12758 vsize=13980732 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12763/stat : 12763 (java) S 12758 12758 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86864138 14316269568 17997 18446744073709551615 4194304 4196468 140729556399344 140402176814096 140402578097877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12764] ppid=12758 vsize=13980732 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12764/stat : 12764 (java) S 12758 12758 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86864138 14316269568 17997 18446744073709551615 4194304 4196468 140729556399344 140402175761296 140402578097877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12765] ppid=12758 vsize=13980732 memory=10164 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12765/stat : 12765 (java) S 12758 12758 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 86864138 14316269568 17997 18446744073709551615 4194304 4196468 140729556399344 140402174708496 140402578097877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12766] ppid=12758 vsize=13980732 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12766/stat : 12766 (java) S 12758 12758 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 86864139 14316269568 17997 18446744073709551615 4194304 4196468 140729556399344 140402056685936 140402578098818 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12767] ppid=12758 vsize=13980732 memory=2000 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12767/stat : 12767 (java) S 12758 12758 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 86864140 14316269568 17997 18446744073709551615 4194304 4196468 140729556399344 140402055631904 140402578097877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12768] ppid=12758 vsize=13980732 memory=11016 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12768/stat : 12768 (java) S 12758 12758 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 86864140 14316269568 17997 18446744073709551615 4194304 4196468 140729556399344 140402054579056 140402578097877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12769] ppid=12758 vsize=13980732 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12769/stat : 12769 (java) S 12758 12758 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86864142 14316269568 17997 18446744073709551615 4194304 4196468 140729556399344 140402053527376 140402578106267 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12770] ppid=12758 vsize=13980732 memory=15880 CPUtime=0.23 cores=1,3,5,7
/proc/12760/task/12770/stat : 12770 (java) R 12758 12758 897 0 -1 4202560 1398 0 0 0 23 0 0 0 20 0 15 0 86864142 14316269568 17997 18446744073709551615 4194304 4196468 140729556399344 140402052465360 140402562481566 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12771] ppid=12758 vsize=13980732 memory=26692 CPUtime=0.2 cores=1,3,5,7
/proc/12760/task/12771/stat : 12771 (java) R 12758 12758 897 0 -1 4202560 803 0 0 0 20 0 0 0 20 0 15 0 86864142 14316269568 17997 18446744073709551615 4194304 4196468 140729556399344 140402051409328 140402559607297 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12772] ppid=12758 vsize=13980732 memory=4044 CPUtime=0.3 cores=1,3,5,7
/proc/12760/task/12772/stat : 12772 (java) S 12758 12758 897 0 -1 1077944384 1309 0 0 0 30 0 0 0 20 0 15 0 86864142 14316269568 17997 18446744073709551615 4194304 4196468 140729556399344 140402050370160 140402578098818 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12773] ppid=12758 vsize=13980732 memory=640 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12773/stat : 12773 (java) S 12758 12758 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86864142 14316269568 17997 18446744073709551615 4194304 4196468 140729556399344 140402049317600 140402578097877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12774] ppid=12758 vsize=13980732 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12774/stat : 12774 (java) S 12758 12758 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86864147 14316269568 17997 18446744073709551615 4194304 4196468 140729556399344 140402048264880 140402578098818 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
Current children cumulated CPU time: 1.33 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 73368 KiB

[startup+0.898358 s]
# the end of solver process 12758 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.91123 s, system=0.064287 s

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

[startup+0.801407 s]
/proc/loadavg: 1.71 1.56 1.60 6/212 12774
/proc/meminfo: memFree=30529996/32770624 swapFree=67108860/67108860
[pid=12758] ppid=12755 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/12758/stat : 12758 (xcsp3-exec) S 12755 12758 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 86864129 9740288 345 18446744073709551615 4194304 5098028 140731948950064 140731948948168 140154061574780 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 7 0 0 7196144 7232144 8564736 140731948953977 140731948954181 140731948954181 140731948957675 0
/proc/12758/statm: 2378 345 289 221 0 87 0
[pid=12760] ppid=12758 vsize=13980732 memory=80372 CPUtime=1.67 cores=1,3,5,7
/proc/12760/stat : 12760 (java) S 12758 12758 897 0 -1 1077944320 14818 0 0 0 162 5 0 0 20 0 15 0 86864137 14316269568 20093 18446744073709551615 4194304 4196468 140729556399344 140729556381888 140402578087671 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
/proc/12760/statm: 3495183 20093 3178 1 0 3483476 0
[pid=12760/tid=12761] ppid=12758 vsize=13980732 memory=140144380240752 CPUtime=0.66 cores=1,3,5,7
/proc/12760/task/12761/stat : 12761 (java) R 12758 12758 897 0 -1 4202560 8372 0 0 0 63 3 0 0 20 0 15 0 86864137 14316269568 20093 18446744073709551615 4194304 4196468 140729556399344 140402582326400 140402222022560 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12762] ppid=12758 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12762/stat : 12762 (java) S 12758 12758 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86864138 14316269568 20093 18446744073709551615 4194304 4196468 140729556399344 140402549931152 140402578097877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12763] ppid=12758 vsize=13980732 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12763/stat : 12763 (java) S 12758 12758 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86864138 14316269568 20093 18446744073709551615 4194304 4196468 140729556399344 140402176814096 140402578097877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12764] ppid=12758 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12764/stat : 12764 (java) S 12758 12758 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86864138 14316269568 20093 18446744073709551615 4194304 4196468 140729556399344 140402175761296 140402578097877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12765] ppid=12758 vsize=13980732 memory=280288760430832 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12765/stat : 12765 (java) S 12758 12758 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 86864138 14316269568 20093 18446744073709551615 4194304 4196468 140729556399344 140402174708496 140402578097877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12766] ppid=12758 vsize=13980732 memory=280288760685696 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12766/stat : 12766 (java) S 12758 12758 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 86864139 14316269568 20093 18446744073709551615 4194304 4196468 140729556399344 140402056685936 140402578098818 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12767] ppid=12758 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12767/stat : 12767 (java) S 12758 12758 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 86864140 14316269568 20093 18446744073709551615 4194304 4196468 140729556399344 140402055631904 140402578097877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12768] ppid=12758 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12768/stat : 12768 (java) S 12758 12758 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 86864140 14316269568 20093 18446744073709551615 4194304 4196468 140729556399344 140402054579056 140402578097877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12769] ppid=12758 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12769/stat : 12769 (java) S 12758 12758 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86864142 14316269568 20093 18446744073709551615 4194304 4196468 140729556399344 140402053527376 140402578106267 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12770] ppid=12758 vsize=13980732 memory=280288760517824 CPUtime=0.33 cores=1,3,5,7
/proc/12760/task/12770/stat : 12770 (java) R 12758 12758 897 0 -1 4202560 2104 0 0 0 33 0 0 0 20 0 15 0 86864142 14316269568 20093 18446744073709551615 4194304 4196468 140729556399344 140402052461640 140402559609752 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12771] ppid=12758 vsize=13980732 memory=288230617509003574 CPUtime=0.3 cores=1,3,5,7
/proc/12760/task/12771/stat : 12771 (java) R 12758 12758 897 0 -1 4202560 1194 0 0 0 30 0 0 0 20 0 15 0 86864142 14316269568 20093 18446744073709551615 4194304 4196468 140729556399344 140402051410048 140402557490804 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12772] ppid=12758 vsize=13980732 memory=14973360639576424 CPUtime=0.35 cores=1,3,5,7
/proc/12760/task/12772/stat : 12772 (java) R 12758 12758 897 0 -1 4202560 1842 0 0 0 35 0 0 0 20 0 15 0 86864142 14316269568 20093 18446744073709551615 4194304 4196468 140729556399344 140402050370160 140402562168158 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12773] ppid=12758 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12773/stat : 12773 (java) S 12758 12758 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86864142 14316269568 20093 18446744073709551615 4194304 4196468 140729556399344 140402049317600 140402578097877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
[pid=12760/tid=12774] ppid=12758 vsize=13980732 memory=1 CPUtime=0 cores=1,3,5,7
/proc/12760/task/12774/stat : 12774 (java) S 12758 12758 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86864147 14316269568 20093 18446744073709551615 4194304 4196468 140729556399344 140402048264880 140402578098818 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9875456 140729556406705 140729556406881 140729556406881 140729556410319 0
Current children cumulated CPU time: 1.67 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 81752 KiB

Child status: 0
Real time (s): 0.898415
CPU time (s): 1.97551
CPU user time (s): 1.91123
CPU system time (s): 0.064287
CPU usage (%): 219.889
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 81752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.91123
system time used= 0.064287
maximum resident set size= 87144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16344
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= 1434
involuntary context switches= 11


# summary of solver processes directly reported to runsolver:
#   pid: 12758
#   total CPU time (s): 1.97551
#   total CPU user time (s): 1.91123
#   total CPU system time (s): 0.064287

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.022237 second user time and 0.053572 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-16 03:06:29
IDJOB=4272004
IDBENCH=138383
IDSOLVER=2664
FILE ID=node125/4272004-1502846435
RUNJOBID= node125-1502662595-11629
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-4272004-1502846435/watcher-4272004-1502846435 -o /tmp/evaluation-result-4272004-1502846435/solver-4272004-1502846435 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11629 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 643675180 HOME/instance-4272004-1502846435.xml

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

MD5SUM BENCH= 3619f551efba05977411abbefb319bf8
RANDOM SEED=643675180

node125.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.07
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.07
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.07
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.07
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:        30569460 kB
MemAvailable:   31583848 kB
Buffers:          307180 kB
Cached:          1008436 kB
SwapCached:            0 kB
Active:          1137968 kB
Inactive:         628052 kB
Active(anon):     450760 kB
Inactive(anon):    41304 kB
Active(file):     687208 kB
Inactive(file):   586748 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8028 kB
Writeback:             4 kB
AnonPages:        449836 kB
Mapped:            65184 kB
Shmem:             41668 kB
Slab:             138820 kB
SReclaimable:     112536 kB
SUnreclaim:        26284 kB
KernelStack:        3472 kB
PageTables:         5984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1067364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    387072 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 node125 at 2017-08-16 03:06:30