Trace number 4306979

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Choco-solver 4.0.7b seq (e747e1e)OPT9 1.77747 0.770271

General information on the benchmark

NameBacp/Bacp-m1/
Bacp-m1-05_c18.xml
MD5SUM57539414b171e46171fa8a7098eb6fd5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark0.024134
Satisfiable
(Un)Satisfiability was proved
Number of variables106
Number of constraints36
Number of domains7
Minimum domain size2
Maximum domain size10
Distribution of domain sizes[{"size":2,"count":80},{"size":5,"count":21},{"size":10,"count":5}]
Minimum variable degree1
Maximum variable degree9
Distribution of variable degrees[{"degree":1,"count":5},{"degree":2,"count":85},{"degree":6,"count":3},{"degree":7,"count":8},{"degree":8,"count":3},{"degree":9,"count":2}]
Minimum constraint arity2
Maximum constraint arity17
Distribution of constraint arities[{"arity":2,"count":10},{"arity":6,"count":16},{"arity":17,"count":10}]
Number of extensional constraints16
Number of intensional constraints10
Distribution of constraint types[{"type":"extension","count":16},{"type":"intension","count":10},{"type":"sum","count":5},{"type":"count","count":5}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4306979-1534151999.xml"  -tl '2520s' -p 1
0.12/0.17	c Choco e747e1e
0.12/0.18	c [HOME/instance-4306979-1534151999.xml, -tl, 2520s, -p, 1]
0.12/0.21	c simple solver
0.34/0.28	c parse instance...
0.72/0.50	c solve instance...
1.01/0.53	o 12 
1.01/0.53	o 11 
1.01/0.53	o 10 
1.01/0.54	o 9 
1.59/0.75	s OPTIMUM FOUND
1.59/0.75	v <instantiation>
1.59/0.75	v 	<list>prd[0] prd[1] prd[2] prd[3] prd[4] prd[5] prd[6] prd[7] prd[8] prd[9] prd[10] prd[11] prd[12] prd[13] prd[14] prd[15] nco[0] nco[1] nco[2] nco[3] nco[4] ncr[0] ncr[1] ncr[2] ncr[3] ncr[4] cp[0][0] cp[0][1] cp[0][2] cp[0][3] cp[0][4] cp[1][0] cp[1][1] cp[1][2] cp[1][3] cp[1][4] cp[2][0] cp[2][1] cp[2][2] cp[2][3] cp[2][4] cp[3][0] cp[3][1] cp[3][2] cp[3][3] cp[3][4] cp[4][0] cp[4][1] cp[4][2] cp[4][3] cp[4][4] cp[5][0] cp[5][1] cp[5][2] cp[5][3] cp[5][4] cp[6][0] cp[6][1] cp[6][2] cp[6][3] cp[6][4] cp[7][0] cp[7][1] cp[7][2] cp[7][3] cp[7][4] cp[8][0] cp[8][1] cp[8][2] cp[8][3] cp[8][4] cp[9][0] cp[9][1] cp[9][2] cp[9][3] cp[9][4] cp[10][0] cp[10][1] cp[10][2] cp[10][3] cp[10][4] cp[11][0] cp[11][1] cp[11][2] cp[11][3] cp[11][4] cp[12][0] cp[12][1] cp[12][2] cp[12][3] cp[12][4] cp[13][0] cp[13][1] cp[13][2] cp[13][3] cp[13][4] cp[14][0] cp[14][1] cp[14][2] cp[14][3] cp[14][4] cp[15][0] cp[15][1] cp[15][2] cp[15][3] cp[15][4] </list>
1.59/0.75	v 	<values>4 4 2 2 2 3 0 1 4 1 1 0 2 3 3 0 3 3 4 3 3 9 9 9 9 8 0 0 0 0 2 0 0 0 0 3 0 0 2 0 0 0 0 4 0 0 0 0 1 0 0 0 0 0 3 0 3 0 0 0 0 0 3 0 0 0 0 0 0 0 3 0 3 0 0 0 0 3 0 0 0 3 0 0 0 0 0 0 2 0 0 0 0 0 3 0 0 0 0 3 0 3 0 0 0 0 </values>
1.59/0.75	v </instantiation>

Verifier Data

OK	9

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4306979-1534151999/watcher-4306979-1534151999 -o /tmp/evaluation-result-4306979-1534151999/solver-4306979-1534151999 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534136952-1000 --watchdog 2580 HOME/xcsp3-exec -seed 2119124198 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306979-1534151999.xml 

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

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


[startup+0.100161 s]*
/proc/loadavg: 1.62 1.52 1.54 3/217 2810
/proc/meminfo: memFree=23966400/32770624 swapFree=67058936/67108860
[pid=2794] ppid=2791 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2794/stat : 2794 (xcsp3-exec) S 2791 2794 636 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 232763093 115843072 363 33554432000 4194304 5098028 140733584006720 140733584004824 140547538195068 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 12439552 140733584012346 140733584012548 140733584012548 140733584015306 0
/proc/2794/statm: 28282 363 305 221 0 87 0
[pid=2796] ppid=2794 vsize=14082940 memory=28580 CPUtime=0.12 cores=0,2,4,6
/proc/2796/stat : 2796 (java) S 2794 2794 636 0 -1 1077944320 5570 0 0 0 11 1 0 0 20 0 15 0 232763093 14420930560 7145 33554432000 4194304 4196468 140723324337136 140723324319680 140394949463799 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
/proc/2796/statm: 3520735 7145 2994 1 0 3483012 0
[pid=2796/tid=2797] ppid=2794 vsize=14082940 memory=7883960649037381690 CPUtime=0.09 cores=0,2,4,6
/proc/2796/task/2797/stat : 2797 (java) R 2794 2794 636 0 -1 4202560 3586 0 0 0 8 1 0 0 20 0 15 0 232763094 14420930560 7145 33554432000 4194304 4196468 140723324337136 140394953685072 140394949475734 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2798] ppid=2794 vsize=14082940 memory=12684 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2798/stat : 2798 (java) S 2794 2794 636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 232763094 14420930560 7145 33554432000 4194304 4196468 140723324337136 140394902084240 140394949474005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2799] ppid=2794 vsize=14082940 memory=140655790043932 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2799/stat : 2799 (java) S 2794 2794 636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 232763094 14420930560 7145 33554432000 4194304 4196468 140723324337136 140394901031440 140394949474005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2800] ppid=2794 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2800/stat : 2800 (java) S 2794 2794 636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 232763094 14420930560 7145 33554432000 4194304 4196468 140723324337136 140394899978640 140394949474005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2801] ppid=2794 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2801/stat : 2801 (java) S 2794 2794 636 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 232763094 14420930560 7145 33554432000 4194304 4196468 140723324337136 140394898925840 140394949474005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2802] ppid=2794 vsize=14082940 memory=140655790024320 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2802/stat : 2802 (java) S 2794 2794 636 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 232763096 14420930560 7145 33554432000 4194304 4196468 140723324337136 140394289408880 140394949474946 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2803] ppid=2794 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2803/stat : 2803 (java) S 2794 2794 636 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 232763096 14420930560 7145 33554432000 4194304 4196468 140723324337136 140394288354848 140394949474005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2804] ppid=2794 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2804/stat : 2804 (java) S 2794 2794 636 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 232763096 14420930560 7145 33554432000 4194304 4196468 140723324337136 140394287302000 140394949474005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2805] ppid=2794 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2805/stat : 2805 (java) S 2794 2794 636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 232763099 14420930560 7145 33554432000 4194304 4196468 140723324337136 140394286250320 140394949482395 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2806] ppid=2794 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2806/stat : 2806 (java) S 2794 2794 636 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 232763099 14420930560 7145 33554432000 4194304 4196468 140723324337136 140394285197680 140394949474946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2807] ppid=2794 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2807/stat : 2807 (java) S 2794 2794 636 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 232763099 14420930560 7145 33554432000 4194304 4196468 140723324337136 140394284144880 140394949474946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2808] ppid=2794 vsize=14082940 memory=140655790024320 CPUtime=0.01 cores=0,2,4,6
/proc/2796/task/2808/stat : 2808 (java) R 2794 2794 636 0 -1 4202560 264 0 0 0 1 0 0 0 20 0 15 0 232763099 14420930560 7145 33554432000 4194304 4196468 140723324337136 140394283092080 140394929378220 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2809] ppid=2794 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2809/stat : 2809 (java) S 2794 2794 636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 232763099 14420930560 7145 33554432000 4194304 4196468 140723324337136 140394282039520 140394949474005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2810] ppid=2794 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2810/stat : 2810 (java) S 2794 2794 636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 232763099 14420930560 7145 33554432000 4194304 4196468 140723324337136 140394280987824 140394949474946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 30032 KiB

[startup+0.211075 s]*
/proc/loadavg: 1.62 1.52 1.54 5/217 2810
/proc/meminfo: memFree=23955040/32770624 swapFree=67058936/67108860
[pid=2794] ppid=2791 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2794/stat : 2794 (xcsp3-exec) S 2791 2794 636 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 232763093 115843072 363 33554432000 4194304 5098028 140733584006720 140733584004824 140547538195068 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 12439552 140733584012346 140733584012548 140733584012548 140733584015306 0
/proc/2794/statm: 28282 363 305 221 0 87 0
[pid=2796] ppid=2794 vsize=14082940 memory=41460 CPUtime=0.34 cores=0,2,4,6
/proc/2796/stat : 2796 (java) S 2794 2794 636 0 -1 1077944320 8355 0 0 0 32 2 0 0 20 0 15 0 232763093 14420930560 10365 33554432000 4194304 4196468 140723324337136 140723324319680 140394949463799 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
/proc/2796/statm: 3520735 10365 3228 1 0 3483012 0
[pid=2796/tid=2797] ppid=2794 vsize=14087196 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/2796/task/2797/stat : 2797 (java) R 2794 2794 636 0 -1 4202560 5473 0 0 0 18 1 0 0 20 0 15 0 232763094 14425288704 10434 33554432000 4194304 4196468 140723324337136 140394953684792 140394276559648 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2798] ppid=2794 vsize=14087196 memory=12684 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2798/stat : 2798 (java) S 2794 2794 636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 232763094 14425288704 10434 33554432000 4194304 4196468 140723324337136 140394902084240 140394949474005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2799] ppid=2794 vsize=14087196 memory=140655790043932 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2799/stat : 2799 (java) S 2794 2794 636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 232763094 14425288704 10434 33554432000 4194304 4196468 140723324337136 140394901031440 140394949474005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2800] ppid=2794 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2800/stat : 2800 (java) S 2794 2794 636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 232763094 14425288704 10434 33554432000 4194304 4196468 140723324337136 140394899978640 140394949474005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2801] ppid=2794 vsize=14087196 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2801/stat : 2801 (java) S 2794 2794 636 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 232763094 14425288704 10434 33554432000 4194304 4196468 140723324337136 140394898925840 140394949474005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2802] ppid=2794 vsize=14087196 memory=140655790024320 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2802/stat : 2802 (java) S 2794 2794 636 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 232763096 14425288704 10434 33554432000 4194304 4196468 140723324337136 140394289408880 140394949474946 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2803] ppid=2794 vsize=14087196 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2803/stat : 2803 (java) S 2794 2794 636 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 232763096 14425288704 10434 33554432000 4194304 4196468 140723324337136 140394288354848 140394949474005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2804] ppid=2794 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2804/stat : 2804 (java) S 2794 2794 636 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 232763096 14425288704 10434 33554432000 4194304 4196468 140723324337136 140394287302000 140394949474005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2805] ppid=2794 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2805/stat : 2805 (java) S 2794 2794 636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 232763099 14425288704 10434 33554432000 4194304 4196468 140723324337136 140394286250320 140394949482395 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2806] ppid=2794 vsize=14087196 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/2796/task/2806/stat : 2806 (java) S 2794 2794 636 0 -1 1077944384 472 0 0 0 2 0 0 0 20 0 15 0 232763099 14425288704 10434 33554432000 4194304 4196468 140723324337136 140394285197680 140394949474946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2807] ppid=2794 vsize=14087196 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/2796/task/2807/stat : 2807 (java) S 2794 2794 636 0 -1 1077944384 397 0 0 0 2 0 0 0 20 0 15 0 232763099 14425288704 10434 33554432000 4194304 4196468 140723324337136 140394284144880 140394949474946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2808] ppid=2794 vsize=14087196 memory=140655790024320 CPUtime=0.07 cores=0,2,4,6
/proc/2796/task/2808/stat : 2808 (java) S 2794 2794 636 0 -1 1077944384 736 0 0 0 7 0 0 0 20 0 15 0 232763099 14425288704 10434 33554432000 4194304 4196468 140723324337136 140394283092080 140394949474946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2809] ppid=2794 vsize=14087196 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2809/stat : 2809 (java) S 2794 2794 636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 232763099 14425288704 10434 33554432000 4194304 4196468 140723324337136 140394282039520 140394949474005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2810] ppid=2794 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2810/stat : 2810 (java) S 2794 2794 636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 232763099 14425288704 10434 33554432000 4194304 4196468 140723324337136 140394280987824 140394949474946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 42912 KiB

[startup+0.316238 s]*
/proc/loadavg: 1.62 1.52 1.54 4/217 2810
/proc/meminfo: memFree=23948092/32770624 swapFree=67058936/67108860
[pid=2794] ppid=2791 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2794/stat : 2794 (xcsp3-exec) S 2791 2794 636 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 232763093 115843072 363 33554432000 4194304 5098028 140733584006720 140733584004824 140547538195068 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 12439552 140733584012346 140733584012548 140733584012548 140733584015306 0
/proc/2794/statm: 28282 363 305 221 0 87 0
[pid=2796] ppid=2794 vsize=14087196 memory=48584 CPUtime=0.53 cores=0,2,4,6
/proc/2796/stat : 2796 (java) S 2794 2794 636 0 -1 1077944320 9305 0 0 0 50 3 0 0 20 0 15 0 232763093 14425288704 12146 33554432000 4194304 4196468 140723324337136 140723324319680 140394949463799 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
/proc/2796/statm: 3521799 12146 3269 1 0 3483012 0
[pid=2796/tid=2797] ppid=2794 vsize=14087196 memory=8112282956445269571 CPUtime=0.3 cores=0,2,4,6
/proc/2796/task/2797/stat : 2797 (java) R 2794 2794 636 0 -1 4202560 6252 0 0 0 28 2 0 0 20 0 15 0 232763094 14425288704 12211 33554432000 4194304 4196468 140723324337136 140394953700512 140394933544286 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2798] ppid=2794 vsize=14087196 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2798/stat : 2798 (java) S 2794 2794 636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 232763094 14425288704 12211 33554432000 4194304 4196468 140723324337136 140394902084240 140394949474005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2799] ppid=2794 vsize=14087196 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2799/stat : 2799 (java) S 2794 2794 636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 232763094 14425288704 12211 33554432000 4194304 4196468 140723324337136 140394901031440 140394949474005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2800] ppid=2794 vsize=14087196 memory=4956998493510226538 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2800/stat : 2800 (java) S 2794 2794 636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 232763094 14425288704 12211 33554432000 4194304 4196468 140723324337136 140394899978640 140394949474005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2801] ppid=2794 vsize=14087196 memory=6944656592455360569 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2801/stat : 2801 (java) S 2794 2794 636 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 232763094 14425288704 12211 33554432000 4194304 4196468 140723324337136 140394898925840 140394949474005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2802] ppid=2794 vsize=14087196 memory=-9001734000804784231 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2802/stat : 2802 (java) S 2794 2794 636 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 232763096 14425288704 12211 33554432000 4194304 4196468 140723324337136 140394289408880 140394949474946 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2803] ppid=2794 vsize=14087196 memory=-4266093328290194108 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2803/stat : 2803 (java) S 2794 2794 636 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 232763096 14425288704 12211 33554432000 4194304 4196468 140723324337136 140394288354848 140394949474005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2804] ppid=2794 vsize=14087196 memory=-8383301570218270069 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2804/stat : 2804 (java) S 2794 2794 636 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 232763096 14425288704 12217 33554432000 4194304 4196468 140723324337136 140394287302000 140394949474005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2805] ppid=2794 vsize=14087196 memory=-7812800577974661519 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2805/stat : 2805 (java) S 2794 2794 636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 232763099 14425288704 12217 33554432000 4194304 4196468 140723324337136 140394286250320 140394949482395 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2806] ppid=2794 vsize=14087196 memory=6529253631088562301 CPUtime=0.05 cores=0,2,4,6
/proc/2796/task/2806/stat : 2806 (java) S 2794 2794 636 0 -1 1077944384 559 0 0 0 5 0 0 0 20 0 15 0 232763099 14425288704 12217 33554432000 4194304 4196468 140723324337136 140394285197680 140394949474946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2807] ppid=2794 vsize=14087196 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/2796/task/2807/stat : 2807 (java) S 2794 2794 636 0 -1 1077944384 409 0 0 0 4 0 0 0 20 0 15 0 232763099 14425288704 12217 33554432000 4194304 4196468 140723324337136 140394284144880 140394949474946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2808] ppid=2794 vsize=14087196 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/2796/task/2808/stat : 2808 (java) S 2794 2794 636 0 -1 1077944384 803 0 0 0 12 0 0 0 20 0 15 0 232763099 14425288704 12217 33554432000 4194304 4196468 140723324337136 140394283092080 140394949474946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2809] ppid=2794 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2809/stat : 2809 (java) S 2794 2794 636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 232763099 14425288704 12217 33554432000 4194304 4196468 140723324337136 140394282039520 140394949474005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2810] ppid=2794 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2810/stat : 2810 (java) S 2794 2794 636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 232763099 14425288704 12217 33554432000 4194304 4196468 140723324337136 140394280987824 140394949474946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 50036 KiB

[startup+0.70082 s]
/proc/loadavg: 1.62 1.52 1.54 4/217 2810
/proc/meminfo: memFree=23931548/32770624 swapFree=67058936/67108860
[pid=2794] ppid=2791 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2794/stat : 2794 (xcsp3-exec) S 2791 2794 636 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 232763093 115843072 363 33554432000 4194304 5098028 140733584006720 140733584004824 140547538195068 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 12439552 140733584012346 140733584012548 140733584012548 140733584015306 0
/proc/2794/statm: 28282 363 305 221 0 87 0
[pid=2796] ppid=2794 vsize=14089320 memory=77068 CPUtime=1.59 cores=0,2,4,6
/proc/2796/stat : 2796 (java) S 2794 2794 636 0 -1 1077944320 14518 0 0 0 154 5 0 0 20 0 15 0 232763093 14427463680 19267 33554432000 4194304 4196468 140723324337136 140723324319680 140394949463799 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
/proc/2796/statm: 3522330 19267 3362 1 0 3483524 0
[pid=2796/tid=2797] ppid=2794 vsize=14089320 memory=5795153719298590087 CPUtime=0.67 cores=0,2,4,6
/proc/2796/task/2797/stat : 2797 (java) R 2794 2794 636 0 -1 4202560 7096 0 0 0 64 3 0 0 20 0 15 0 232763094 14427463680 19267 33554432000 4194304 4196468 140723324337136 140394953699840 140394582625057 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2798] ppid=2794 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2798/stat : 2798 (java) S 2794 2794 636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 232763094 14427463680 19267 33554432000 4194304 4196468 140723324337136 140394902084240 140394949474005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2799] ppid=2794 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2799/stat : 2799 (java) S 2794 2794 636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 232763094 14427463680 19267 33554432000 4194304 4196468 140723324337136 140394901031440 140394949474005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2800] ppid=2794 vsize=14089320 memory=976 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2800/stat : 2800 (java) S 2794 2794 636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 232763094 14427463680 19267 33554432000 4194304 4196468 140723324337136 140394899978640 140394949474005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2801] ppid=2794 vsize=14089320 memory=1140 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2801/stat : 2801 (java) S 2794 2794 636 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 232763094 14427463680 19267 33554432000 4194304 4196468 140723324337136 140394898925840 140394949474005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2802] ppid=2794 vsize=14089320 memory=1024 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2802/stat : 2802 (java) S 2794 2794 636 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 232763096 14427463680 19267 33554432000 4194304 4196468 140723324337136 140394289408880 140394949474946 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2803] ppid=2794 vsize=14089320 memory=3172 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2803/stat : 2803 (java) S 2794 2794 636 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 232763096 14427463680 19267 33554432000 4194304 4196468 140723324337136 140394288354848 140394949474005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2804] ppid=2794 vsize=14089320 memory=2076 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2804/stat : 2804 (java) S 2794 2794 636 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 232763096 14427463680 19267 33554432000 4194304 4196468 140723324337136 140394287302000 140394949474005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2805] ppid=2794 vsize=14089320 memory=9004 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2805/stat : 2805 (java) S 2794 2794 636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 232763099 14427463680 19267 33554432000 4194304 4196468 140723324337136 140394286250320 140394949482395 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2806] ppid=2794 vsize=14089320 memory=768 CPUtime=0.28 cores=0,2,4,6
/proc/2796/task/2806/stat : 2806 (java) R 2794 2794 636 0 -1 4202560 1591 0 0 0 28 0 0 0 20 0 15 0 232763099 14427463680 19267 33554432000 4194304 4196468 140723324337136 140394285178344 140394933857556 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2807] ppid=2794 vsize=14089320 memory=736 CPUtime=0.27 cores=0,2,4,6
/proc/2796/task/2807/stat : 2807 (java) R 2794 2794 636 0 -1 4202560 2558 0 0 0 27 0 0 0 20 0 15 0 232763099 14427463680 19267 33554432000 4194304 4196468 140723324337136 140394284129544 140394934571611 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2808] ppid=2794 vsize=14089320 memory=1520 CPUtime=0.33 cores=0,2,4,6
/proc/2796/task/2808/stat : 2808 (java) S 2794 2794 636 0 -1 1077944384 1973 0 0 0 33 0 0 0 20 0 15 0 232763099 14427463680 19267 33554432000 4194304 4196468 140723324337136 140394283092080 140394949474946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2809] ppid=2794 vsize=14089320 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2809/stat : 2809 (java) S 2794 2794 636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 232763099 14427463680 19267 33554432000 4194304 4196468 140723324337136 140394282039520 140394949474005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2810] ppid=2794 vsize=14089320 memory=5116 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2810/stat : 2810 (java) S 2794 2794 636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 232763099 14427463680 19333 33554432000 4194304 4196468 140723324337136 140394280987824 140394949474946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
Current children cumulated CPU time: 1.59 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 78520 KiB

[startup+0.770224 s]
# the end of solver process 2794 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.71488 s, system=0.062596 s

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

[startup+0.70082 s]
/proc/loadavg: 1.62 1.52 1.54 4/217 2810
/proc/meminfo: memFree=23931548/32770624 swapFree=67058936/67108860
[pid=2794] ppid=2791 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2794/stat : 2794 (xcsp3-exec) S 2791 2794 636 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 232763093 115843072 363 33554432000 4194304 5098028 140733584006720 140733584004824 140547538195068 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 12439552 140733584012346 140733584012548 140733584012548 140733584015306 0
/proc/2794/statm: 28282 363 305 221 0 87 0
[pid=2796] ppid=2794 vsize=14089320 memory=77068 CPUtime=1.59 cores=0,2,4,6
/proc/2796/stat : 2796 (java) S 2794 2794 636 0 -1 1077944320 14518 0 0 0 154 5 0 0 20 0 15 0 232763093 14427463680 19267 33554432000 4194304 4196468 140723324337136 140723324319680 140394949463799 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
/proc/2796/statm: 3522330 19267 3362 1 0 3483524 0
[pid=2796/tid=2797] ppid=2794 vsize=14089320 memory=5795153719298590087 CPUtime=0.67 cores=0,2,4,6
/proc/2796/task/2797/stat : 2797 (java) R 2794 2794 636 0 -1 4202560 7096 0 0 0 64 3 0 0 20 0 15 0 232763094 14427463680 19267 33554432000 4194304 4196468 140723324337136 140394953699840 140394582625057 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2798] ppid=2794 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2798/stat : 2798 (java) S 2794 2794 636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 232763094 14427463680 19267 33554432000 4194304 4196468 140723324337136 140394902084240 140394949474005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2799] ppid=2794 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2799/stat : 2799 (java) S 2794 2794 636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 232763094 14427463680 19267 33554432000 4194304 4196468 140723324337136 140394901031440 140394949474005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2800] ppid=2794 vsize=14089320 memory=976 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2800/stat : 2800 (java) S 2794 2794 636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 232763094 14427463680 19267 33554432000 4194304 4196468 140723324337136 140394899978640 140394949474005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2801] ppid=2794 vsize=14089320 memory=1140 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2801/stat : 2801 (java) S 2794 2794 636 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 232763094 14427463680 19267 33554432000 4194304 4196468 140723324337136 140394898925840 140394949474005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2802] ppid=2794 vsize=14089320 memory=1024 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2802/stat : 2802 (java) S 2794 2794 636 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 232763096 14427463680 19267 33554432000 4194304 4196468 140723324337136 140394289408880 140394949474946 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2803] ppid=2794 vsize=14089320 memory=3172 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2803/stat : 2803 (java) S 2794 2794 636 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 232763096 14427463680 19267 33554432000 4194304 4196468 140723324337136 140394288354848 140394949474005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2804] ppid=2794 vsize=14089320 memory=2076 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2804/stat : 2804 (java) S 2794 2794 636 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 232763096 14427463680 19267 33554432000 4194304 4196468 140723324337136 140394287302000 140394949474005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2805] ppid=2794 vsize=14089320 memory=9004 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2805/stat : 2805 (java) S 2794 2794 636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 232763099 14427463680 19267 33554432000 4194304 4196468 140723324337136 140394286250320 140394949482395 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2806] ppid=2794 vsize=14089320 memory=768 CPUtime=0.28 cores=0,2,4,6
/proc/2796/task/2806/stat : 2806 (java) R 2794 2794 636 0 -1 4202560 1591 0 0 0 28 0 0 0 20 0 15 0 232763099 14427463680 19267 33554432000 4194304 4196468 140723324337136 140394285178344 140394933857556 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2807] ppid=2794 vsize=14089320 memory=736 CPUtime=0.27 cores=0,2,4,6
/proc/2796/task/2807/stat : 2807 (java) R 2794 2794 636 0 -1 4202560 2558 0 0 0 27 0 0 0 20 0 15 0 232763099 14427463680 19267 33554432000 4194304 4196468 140723324337136 140394284129544 140394934571611 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2808] ppid=2794 vsize=14089320 memory=1520 CPUtime=0.33 cores=0,2,4,6
/proc/2796/task/2808/stat : 2808 (java) S 2794 2794 636 0 -1 1077944384 1973 0 0 0 33 0 0 0 20 0 15 0 232763099 14427463680 19267 33554432000 4194304 4196468 140723324337136 140394283092080 140394949474946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2809] ppid=2794 vsize=14089320 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2809/stat : 2809 (java) S 2794 2794 636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 232763099 14427463680 19267 33554432000 4194304 4196468 140723324337136 140394282039520 140394949474005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
[pid=2796/tid=2810] ppid=2794 vsize=14089320 memory=5116 CPUtime=0 cores=0,2,4,6
/proc/2796/task/2810/stat : 2810 (java) S 2794 2794 636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 232763099 14427463680 19333 33554432000 4194304 4196468 140723324337136 140394280987824 140394949474946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11333632 140723324339334 140723324339505 140723324339505 140723324342223 0
Current children cumulated CPU time: 1.59 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 78520 KiB

Child status: 0
Real time (s): 0.770271
CPU time (s): 1.77747
CPU user time (s): 1.71488
CPU system time (s): 0.062596
CPU usage (%): 230.759
Max. virtual memory (cumulated for all children) (KiB): 14202448
Max. memory (cumulated for all children) (KiB): 78520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.71488
system time used= 0.062596
maximum resident set size= 82280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16215
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= 1815
involuntary context switches= 24


# summary of solver processes directly reported to runsolver:
#   pid: 2794
#   total CPU time (s): 1.77747
#   total CPU user time (s): 1.71488
#   total CPU system time (s): 0.062596

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.02349 second user time and 0.052852 second system time

The end

Launcher Data

Begin job on node103 at 2018-08-13 11:19:59
IDJOB=4306979
IDBENCH=141685
IDSOLVER=2787
FILE ID=node103/4306979-1534151999
RUNJOBID= node103-1534136952-1000
PBS_JOBID= 21037024
Free space on /tmp= 34612 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/Bacp/Bacp-m1/Bacp-m1-05_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4306979-1534151999/watcher-4306979-1534151999 -o /tmp/evaluation-result-4306979-1534151999/solver-4306979-1534151999 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534136952-1000 --watchdog 2580  HOME/xcsp3-exec -seed 2119124198 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306979-1534151999.xml

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

MD5SUM BENCH= 57539414b171e46171fa8a7098eb6fd5
RANDOM SEED=2119124198

node103.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.48
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.48
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.48
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.48
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:        23982812 kB
MemAvailable:   31071668 kB
Buffers:          148180 kB
Cached:          7124136 kB
SwapCached:         5336 kB
Active:          4837872 kB
Inactive:        3319272 kB
Active(anon):     876988 kB
Inactive(anon):    59428 kB
Active(file):    3960884 kB
Inactive(file):  3259844 kB
Unevictable:        7796 kB
Mlocked:            7796 kB
SwapTotal:      67108860 kB
SwapFree:       67058936 kB
Dirty:             21712 kB
Writeback:             4 kB
AnonPages:        888012 kB
Mapped:            64060 kB
Shmem:             48668 kB
Slab:             325504 kB
SReclaimable:     296588 kB
SUnreclaim:        28916 kB
KernelStack:        3536 kB
PageTables:         7352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1469800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    835584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 34592 MiB
End job on node103 at 2018-08-13 11:20:00