Trace number 4301393

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)OPT4 1.25432 0.602955

General information on the benchmark

NameGraphColoring/
GraphColoring-queen5-5_c18.xml
MD5SUMe12c8a42b46a63e49e1504c0c9e3cd93
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.031522
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints160
Number of domains1
Minimum domain size25
Maximum domain size25
Distribution of domain sizes[{"size":25,"count":25}]
Minimum variable degree13
Maximum variable degree17
Distribution of variable degrees[{"degree":13,"count":16},{"degree":15,"count":8},{"degree":17,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":160}]
Number of extensional constraints0
Number of intensional constraints160
Distribution of constraint types[{"type":"intension","count":160}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4301393-1532880357.xml"  -tl '252s' -p 1
0.11/0.18	c Choco e747e1e
0.11/0.18	c [HOME/instance-4301393-1532880357.xml, -tl, 252s, -p, 1]
0.33/0.22	c simple solver
0.33/0.28	c parse instance...
1.02/0.55	c solve instance...
1.02/0.57	o 4 
1.02/0.58	s OPTIMUM FOUND
1.02/0.58	v <instantiation>
1.02/0.58	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] </list>
1.02/0.58	v 	<values>1 4 3 2 0 3 2 0 1 4 0 1 4 3 2 4 3 2 0 1 2 0 1 4 3 </values>
1.02/0.58	v </instantiation>

Verifier Data

OK	4

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301393-1532880357/watcher-4301393-1532880357 -o /tmp/evaluation-result-4301393-1532880357/solver-4301393-1532880357 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532880125-7616 --watchdog 312 HOME/xcsp3-exec -seed 495038291 -dir HOME -tl 252 -ml 11000 -p 1 HOME/instance-4301393-1532880357.xml 

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

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

solver pid=7819, runsolver pid=7816

[startup+0.10012 s]*
/proc/loadavg: 2.01 2.04 2.03 4/217 7835
/proc/meminfo: memFree=26718092/32770624 swapFree=67108496/67108860
[pid=7819] ppid=7816 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/7819/stat : 7819 (xcsp3-exec) S 7816 7819 7585 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 105598863 115843072 364 33554432000 4194304 5098028 140725458314656 140725458312760 140434624631420 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 36610048 140725458322497 140725458322697 140725458322697 140725458325450 0
/proc/7819/statm: 28282 364 306 221 0 87 0
[pid=7821] ppid=7819 vsize=14082940 memory=28928 CPUtime=0.11 cores=0,2,4,6
/proc/7821/stat : 7821 (java) S 7819 7819 7585 0 -1 1077944320 5582 0 0 0 10 1 0 0 20 0 15 0 105598863 14420930560 7232 33554432000 4194304 4196468 140731452279888 140731452262432 139972151492343 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
/proc/7821/statm: 3520735 7232 3031 1 0 3483012 0
[pid=7821/tid=7822] ppid=7819 vsize=14082940 memory=7685011918109774683 CPUtime=0.08 cores=0,2,4,6
/proc/7821/task/7822/stat : 7822 (java) R 7819 7819 7585 0 -1 4202560 3603 0 0 0 8 0 0 0 20 0 15 0 105598864 14420930560 7232 33554432000 4194304 4196468 140731452279888 139972155718688 139972151514269 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7823] ppid=7819 vsize=14082940 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7823/stat : 7823 (java) S 7819 7819 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105598864 14420930560 7232 33554432000 4194304 4196468 140731452279888 139971747097104 139972151502549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7824] ppid=7819 vsize=14082940 memory=140526523188864 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7824/stat : 7824 (java) S 7819 7819 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105598864 14420930560 7232 33554432000 4194304 4196468 140731452279888 139971746044560 139972151502549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7825] ppid=7819 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7825/stat : 7825 (java) S 7819 7819 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105598864 14420930560 7232 33554432000 4194304 4196468 140731452279888 139971744991504 139972151502549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7826] ppid=7819 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7826/stat : 7826 (java) S 7819 7819 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105598864 14420930560 7232 33554432000 4194304 4196468 140731452279888 139971743938960 139972151502549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7827] ppid=7819 vsize=14082940 memory=140526523188864 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7827/stat : 7827 (java) S 7819 7819 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105598866 14420930560 7232 33554432000 4194304 4196468 140731452279888 139971625663216 139972151503490 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7828] ppid=7819 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7828/stat : 7828 (java) S 7819 7819 7585 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105598866 14420930560 7232 33554432000 4194304 4196468 140731452279888 139971624609440 139972151502549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7829] ppid=7819 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7829/stat : 7829 (java) S 7819 7819 7585 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105598866 14420930560 7232 33554432000 4194304 4196468 140731452279888 139971623556336 139972151502549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7830] ppid=7819 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7830/stat : 7830 (java) S 7819 7819 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105598869 14420930560 7232 33554432000 4194304 4196468 140731452279888 139971622504912 139972151510939 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7831] ppid=7819 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7831/stat : 7831 (java) S 7819 7819 7585 0 -1 1077944384 414 0 0 0 0 0 0 0 20 0 15 0 105598869 14420930560 7232 33554432000 4194304 4196468 140731452279888 139971621452016 139972151503490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7832] ppid=7819 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7832/stat : 7832 (java) S 7819 7819 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105598869 14420930560 7232 33554432000 4194304 4196468 140731452279888 139971620399472 139972151503490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7833] ppid=7819 vsize=14082940 memory=140526523188864 CPUtime=0.01 cores=0,2,4,6
/proc/7821/task/7833/stat : 7833 (java) S 7819 7819 7585 0 -1 1077944384 262 0 0 0 1 0 0 0 20 0 15 0 105598869 14420930560 7232 33554432000 4194304 4196468 140731452279888 139971619346416 139972151503490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7834] ppid=7819 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7834/stat : 7834 (java) S 7819 7819 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105598869 14420930560 7232 33554432000 4194304 4196468 140731452279888 139971618294112 139972151502549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7835] ppid=7819 vsize=14082940 memory=140526523188864 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7835/stat : 7835 (java) S 7819 7819 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105598869 14420930560 7232 33554432000 4194304 4196468 140731452279888 139971617242160 139972151503490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 30384 KiB

[startup+0.210576 s]*
/proc/loadavg: 2.01 2.04 2.03 4/217 7835
/proc/meminfo: memFree=26707548/32770624 swapFree=67108496/67108860
[pid=7819] ppid=7816 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/7819/stat : 7819 (xcsp3-exec) S 7816 7819 7585 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 105598863 115843072 364 33554432000 4194304 5098028 140725458314656 140725458312760 140434624631420 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 36610048 140725458322497 140725458322697 140725458322697 140725458325450 0
/proc/7819/statm: 28282 364 306 221 0 87 0
[pid=7821] ppid=7819 vsize=14082940 memory=41296 CPUtime=0.33 cores=0,2,4,6
/proc/7821/stat : 7821 (java) S 7819 7819 7585 0 -1 1077944320 8312 0 0 0 30 3 0 0 20 0 15 0 105598863 14420930560 10324 33554432000 4194304 4196468 140731452279888 140731452262432 139972151492343 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
/proc/7821/statm: 3520735 10324 3223 1 0 3483012 0
[pid=7821/tid=7822] ppid=7819 vsize=14082940 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/7821/task/7822/stat : 7822 (java) R 7819 7819 7585 0 -1 4202560 5441 0 0 0 18 1 0 0 20 0 15 0 105598864 14420930560 10324 33554432000 4194304 4196468 140731452279888 139972155727328 139972135572830 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7823] ppid=7819 vsize=14082940 memory=8950 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7823/stat : 7823 (java) S 7819 7819 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105598864 14420930560 10324 33554432000 4194304 4196468 140731452279888 139971747097104 139972151502549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7824] ppid=7819 vsize=14082940 memory=140526523686301 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7824/stat : 7824 (java) S 7819 7819 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105598864 14420930560 10324 33554432000 4194304 4196468 140731452279888 139971746044560 139972151502549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7825] ppid=7819 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7825/stat : 7825 (java) S 7819 7819 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105598864 14420930560 10324 33554432000 4194304 4196468 140731452279888 139971744991504 139972151502549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7826] ppid=7819 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7826/stat : 7826 (java) S 7819 7819 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105598864 14420930560 10324 33554432000 4194304 4196468 140731452279888 139971743938960 139972151502549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7827] ppid=7819 vsize=14082940 memory=140526523188864 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7827/stat : 7827 (java) S 7819 7819 7585 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105598866 14420930560 10324 33554432000 4194304 4196468 140731452279888 139971625663216 139972151503490 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7828] ppid=7819 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7828/stat : 7828 (java) S 7819 7819 7585 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105598866 14420930560 10324 33554432000 4194304 4196468 140731452279888 139971624609440 139972151502549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7829] ppid=7819 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7829/stat : 7829 (java) S 7819 7819 7585 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105598866 14420930560 10324 33554432000 4194304 4196468 140731452279888 139971623556336 139972151502549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7830] ppid=7819 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7830/stat : 7830 (java) S 7819 7819 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105598869 14420930560 10324 33554432000 4194304 4196468 140731452279888 139971622504912 139972151510939 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7831] ppid=7819 vsize=14082940 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/7821/task/7831/stat : 7831 (java) S 7819 7819 7585 0 -1 1077944384 536 0 0 0 2 0 0 0 20 0 15 0 105598869 14420930560 10324 33554432000 4194304 4196468 140731452279888 139971621452016 139972151503490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7832] ppid=7819 vsize=14082940 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/7821/task/7832/stat : 7832 (java) S 7819 7819 7585 0 -1 1077944384 270 0 0 0 2 0 0 0 20 0 15 0 105598869 14420930560 10324 33554432000 4194304 4196468 140731452279888 139971620399472 139972151503490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7833] ppid=7819 vsize=14082940 memory=140526523188864 CPUtime=0.07 cores=0,2,4,6
/proc/7821/task/7833/stat : 7833 (java) R 7819 7819 7585 0 -1 1077944384 768 0 0 0 7 0 0 0 20 0 15 0 105598869 14420930560 10324 33554432000 4194304 4196468 140731452279888 139971619346416 139972151503490 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7834] ppid=7819 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7834/stat : 7834 (java) S 7819 7819 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105598869 14420930560 10324 33554432000 4194304 4196468 140731452279888 139971618294112 139972151502549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7835] ppid=7819 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7835/stat : 7835 (java) S 7819 7819 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105598869 14420930560 10324 33554432000 4194304 4196468 140731452279888 139971617242160 139972151503490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 42752 KiB

[startup+0.318035 s]*
/proc/loadavg: 2.01 2.04 2.03 4/217 7835
/proc/meminfo: memFree=26700600/32770624 swapFree=67108496/67108860
[pid=7819] ppid=7816 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/7819/stat : 7819 (xcsp3-exec) S 7816 7819 7585 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 105598863 115843072 364 33554432000 4194304 5098028 140725458314656 140725458312760 140434624631420 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 36610048 140725458322497 140725458322697 140725458322697 140725458325450 0
/proc/7819/statm: 28282 364 306 221 0 87 0
[pid=7821] ppid=7819 vsize=14087196 memory=48560 CPUtime=0.53 cores=0,2,4,6
/proc/7821/stat : 7821 (java) S 7819 7819 7585 0 -1 1077944320 9250 0 0 0 49 4 0 0 20 0 15 0 105598863 14425288704 12140 33554432000 4194304 4196468 140731452279888 140731452262432 139972151492343 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
/proc/7821/statm: 3521799 12140 3265 1 0 3483012 0
[pid=7821/tid=7822] ppid=7819 vsize=14087196 memory=8112282956445269571 CPUtime=0.3 cores=0,2,4,6
/proc/7821/task/7822/stat : 7822 (java) R 7819 7819 7585 0 -1 4202560 6210 0 0 0 28 2 0 0 20 0 15 0 105598864 14425288704 12140 33554432000 4194304 4196468 140731452279888 139972155723456 139972151514269 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7823] ppid=7819 vsize=14087196 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7823/stat : 7823 (java) S 7819 7819 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105598864 14425288704 12140 33554432000 4194304 4196468 140731452279888 139971747097104 139972151502549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7824] ppid=7819 vsize=14087196 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7824/stat : 7824 (java) S 7819 7819 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105598864 14425288704 12140 33554432000 4194304 4196468 140731452279888 139971746044560 139972151502549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7825] ppid=7819 vsize=14087196 memory=-2026666227646604569 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7825/stat : 7825 (java) S 7819 7819 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105598864 14425288704 12140 33554432000 4194304 4196468 140731452279888 139971744991504 139972151502549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7826] ppid=7819 vsize=14087196 memory=7089317150647820184 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7826/stat : 7826 (java) S 7819 7819 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105598864 14425288704 12140 33554432000 4194304 4196468 140731452279888 139971743938960 139972151502549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7827] ppid=7819 vsize=14087196 memory=6944657691966988345 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7827/stat : 7827 (java) S 7819 7819 7585 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105598866 14425288704 12140 33554432000 4194304 4196468 140731452279888 139971625663216 139972151503490 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7828] ppid=7819 vsize=14087196 memory=4196912344889787449 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7828/stat : 7828 (java) S 7819 7819 7585 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105598866 14425288704 12140 33554432000 4194304 4196468 140731452279888 139971624609440 139972151502549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7829] ppid=7819 vsize=14087196 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7829/stat : 7829 (java) S 7819 7819 7585 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105598866 14425288704 12140 33554432000 4194304 4196468 140731452279888 139971623556336 139972151502549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7830] ppid=7819 vsize=14087196 memory=-6444775992005010620 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7830/stat : 7830 (java) S 7819 7819 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105598869 14425288704 12140 33554432000 4194304 4196468 140731452279888 139971622504912 139972151510939 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7831] ppid=7819 vsize=14087196 memory=8325818968683490714 CPUtime=0.04 cores=0,2,4,6
/proc/7821/task/7831/stat : 7831 (java) S 7819 7819 7585 0 -1 1077944384 547 0 0 0 4 0 0 0 20 0 15 0 105598869 14425288704 12140 33554432000 4194304 4196468 140731452279888 139971621452016 139972151503490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7832] ppid=7819 vsize=14087196 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/7821/task/7832/stat : 7832 (java) S 7819 7819 7585 0 -1 1077944384 351 0 0 0 4 0 0 0 20 0 15 0 105598869 14425288704 12140 33554432000 4194304 4196468 140731452279888 139971620399472 139972151503490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7833] ppid=7819 vsize=14087196 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/7821/task/7833/stat : 7833 (java) S 7819 7819 7585 0 -1 1077944384 841 0 0 0 12 0 0 0 20 0 15 0 105598869 14425288704 12140 33554432000 4194304 4196468 140731452279888 139971619346416 139972151503490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7834] ppid=7819 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7834/stat : 7834 (java) S 7819 7819 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105598869 14425288704 12140 33554432000 4194304 4196468 140731452279888 139971618294112 139972151502549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7835] ppid=7819 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7835/stat : 7835 (java) S 7819 7819 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105598869 14425288704 12140 33554432000 4194304 4196468 140731452279888 139971617242160 139972151503490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 50016 KiB

[startup+0.602918 s]
# the end of solver process 7819 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.18505 s, system=0.069271 s

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

[startup+0.4103 s]*
/proc/loadavg: 2.01 2.04 2.03 3/217 7835
/proc/meminfo: memFree=26695824/32770624 swapFree=67108496/67108860
[pid=7819] ppid=7816 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/7819/stat : 7819 (xcsp3-exec) S 7816 7819 7585 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 105598863 115843072 364 33554432000 4194304 5098028 140725458314656 140725458312760 140434624631420 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 36610048 140725458322497 140725458322697 140725458322697 140725458325450 0
/proc/7819/statm: 28282 364 306 221 0 87 0
[pid=7821] ppid=7819 vsize=14089320 memory=54940 CPUtime=0.71 cores=0,2,4,6
/proc/7821/stat : 7821 (java) S 7819 7819 7585 0 -1 1077944320 9867 0 0 0 67 4 0 0 20 0 15 0 105598863 14427463680 13735 33554432000 4194304 4196468 140731452279888 140731452262432 139972151492343 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
/proc/7821/statm: 3522330 13735 3307 1 0 3483524 0
[pid=7821/tid=7822] ppid=7819 vsize=14089320 memory=7883960649037381690 CPUtime=0.39 cores=0,2,4,6
/proc/7821/task/7822/stat : 7822 (java) R 7819 7819 7585 0 -1 4202560 6601 0 0 0 37 2 0 0 20 0 15 0 105598864 14427463680 13780 33554432000 4194304 4196468 140731452279888 139972155730416 139971788681693 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7823] ppid=7819 vsize=14089320 memory=8950 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7823/stat : 7823 (java) S 7819 7819 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105598864 14427463680 13780 33554432000 4194304 4196468 140731452279888 139971747097104 139972151502549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7824] ppid=7819 vsize=14089320 memory=140526523686301 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7824/stat : 7824 (java) S 7819 7819 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105598864 14427463680 13780 33554432000 4194304 4196468 140731452279888 139971746044560 139972151502549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7825] ppid=7819 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7825/stat : 7825 (java) S 7819 7819 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105598864 14427463680 13780 33554432000 4194304 4196468 140731452279888 139971744991504 139972151502549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7826] ppid=7819 vsize=14089320 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7826/stat : 7826 (java) S 7819 7819 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105598864 14427463680 13780 33554432000 4194304 4196468 140731452279888 139971743938960 139972151502549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7827] ppid=7819 vsize=14089320 memory=140526523188864 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7827/stat : 7827 (java) S 7819 7819 7585 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105598866 14427463680 13780 33554432000 4194304 4196468 140731452279888 139971625663216 139972151503490 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7828] ppid=7819 vsize=14089320 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7828/stat : 7828 (java) S 7819 7819 7585 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105598866 14427463680 13780 33554432000 4194304 4196468 140731452279888 139971624609440 139972151502549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7829] ppid=7819 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7829/stat : 7829 (java) S 7819 7819 7585 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105598866 14427463680 13780 33554432000 4194304 4196468 140731452279888 139971623556336 139972151502549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7830] ppid=7819 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7830/stat : 7830 (java) S 7819 7819 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105598869 14427463680 13780 33554432000 4194304 4196468 140731452279888 139971622504912 139972151510939 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7831] ppid=7819 vsize=14089320 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/7821/task/7831/stat : 7831 (java) R 7819 7819 7585 0 -1 1077944384 556 0 0 0 5 0 0 0 20 0 15 0 105598869 14427463680 13780 33554432000 4194304 4196468 140731452279888 139971621452016 139972151503490 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7832] ppid=7819 vsize=14089320 memory=-1 CPUtime=0.06 cores=0,2,4,6
/proc/7821/task/7832/stat : 7832 (java) R 7819 7819 7585 0 -1 4202560 360 0 0 0 6 0 0 0 20 0 15 0 105598869 14427463680 13780 33554432000 4194304 4196468 140731452279888 139971620399472 139972151503490 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7833] ppid=7819 vsize=14089320 memory=140526523188864 CPUtime=0.18 cores=0,2,4,6
/proc/7821/task/7833/stat : 7833 (java) R 7819 7819 7585 0 -1 4202560 1045 0 0 0 18 0 0 0 20 0 15 0 105598869 14427463680 13780 33554432000 4194304 4196468 140731452279888 139971619346416 139972144589179 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7834] ppid=7819 vsize=14089320 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7834/stat : 7834 (java) S 7819 7819 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105598869 14427463680 13780 33554432000 4194304 4196468 140731452279888 139971618294112 139972151502549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7835] ppid=7819 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7835/stat : 7835 (java) S 7819 7819 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105598869 14427463680 13780 33554432000 4194304 4196468 140731452279888 139971617242160 139972151503490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
Current children cumulated CPU time: 0.71 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 56396 KiB

[startup+0.511379 s]*
/proc/loadavg: 2.01 2.04 2.03 4/217 7835
/proc/meminfo: memFree=26684784/32770624 swapFree=67108496/67108860
[pid=7819] ppid=7816 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/7819/stat : 7819 (xcsp3-exec) S 7816 7819 7585 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 105598863 115843072 364 33554432000 4194304 5098028 140725458314656 140725458312760 140434624631420 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 36610048 140725458322497 140725458322697 140725458322697 140725458325450 0
/proc/7819/statm: 28282 364 306 221 0 87 0
[pid=7821] ppid=7819 vsize=14089320 memory=66516 CPUtime=1.02 cores=0,2,4,6
/proc/7821/stat : 7821 (java) S 7819 7819 7585 0 -1 1077944320 11859 0 0 0 97 5 0 0 20 0 15 0 105598863 14427463680 16629 33554432000 4194304 4196468 140731452279888 140731452262432 139972151492343 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
/proc/7821/statm: 3522330 16629 3352 1 0 3483524 0
[pid=7821/tid=7822] ppid=7819 vsize=14089320 memory=8112282956445269571 CPUtime=0.49 cores=0,2,4,6
/proc/7821/task/7822/stat : 7822 (java) R 7819 7819 7585 0 -1 4202560 6914 0 0 0 46 3 0 0 20 0 15 0 105598864 14427463680 16636 33554432000 4194304 4196468 140731452279888 139972155726112 139971788719829 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7823] ppid=7819 vsize=14089320 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7823/stat : 7823 (java) S 7819 7819 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105598864 14427463680 16636 33554432000 4194304 4196468 140731452279888 139971747097104 139972151502549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7824] ppid=7819 vsize=14089320 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7824/stat : 7824 (java) S 7819 7819 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105598864 14427463680 16636 33554432000 4194304 4196468 140731452279888 139971746044560 139972151502549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7825] ppid=7819 vsize=14089320 memory=-2026666227646604569 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7825/stat : 7825 (java) S 7819 7819 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105598864 14427463680 16636 33554432000 4194304 4196468 140731452279888 139971744991504 139972151502549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7826] ppid=7819 vsize=14089320 memory=7089317150647820184 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7826/stat : 7826 (java) S 7819 7819 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105598864 14427463680 16636 33554432000 4194304 4196468 140731452279888 139971743938960 139972151502549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7827] ppid=7819 vsize=14089320 memory=6944657691966988345 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7827/stat : 7827 (java) S 7819 7819 7585 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105598866 14427463680 16636 33554432000 4194304 4196468 140731452279888 139971625663216 139972151503490 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7828] ppid=7819 vsize=14089320 memory=4196912344889787449 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7828/stat : 7828 (java) S 7819 7819 7585 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105598866 14427463680 16636 33554432000 4194304 4196468 140731452279888 139971624609440 139972151502549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7829] ppid=7819 vsize=14089320 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7829/stat : 7829 (java) S 7819 7819 7585 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105598866 14427463680 16636 33554432000 4194304 4196468 140731452279888 139971623556336 139972151502549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7830] ppid=7819 vsize=14089320 memory=-6444775992005010620 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7830/stat : 7830 (java) S 7819 7819 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105598869 14427463680 16636 33554432000 4194304 4196468 140731452279888 139971622504912 139972151510939 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7831] ppid=7819 vsize=14089320 memory=8325818968683490714 CPUtime=0.12 cores=0,2,4,6
/proc/7821/task/7831/stat : 7831 (java) S 7819 7819 7585 0 -1 1077944384 1081 0 0 0 12 0 0 0 20 0 15 0 105598869 14427463680 16636 33554432000 4194304 4196468 140731452279888 139971621452016 139972151503490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7832] ppid=7819 vsize=14089320 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/7821/task/7832/stat : 7832 (java) S 7819 7819 7585 0 -1 1077944384 901 0 0 0 12 0 0 0 20 0 15 0 105598869 14427463680 16636 33554432000 4194304 4196468 140731452279888 139971620399472 139972151503490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7833] ppid=7819 vsize=14089320 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/7821/task/7833/stat : 7833 (java) R 7819 7819 7585 0 -1 4202560 1659 0 0 0 26 0 0 0 20 0 15 0 105598869 14427463680 16636 33554432000 4194304 4196468 140731452279888 139971619342144 139972136657982 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7834] ppid=7819 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7834/stat : 7834 (java) S 7819 7819 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105598869 14427463680 16636 33554432000 4194304 4196468 140731452279888 139971618294112 139972151502549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
[pid=7821/tid=7835] ppid=7819 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7821/task/7835/stat : 7835 (java) S 7819 7819 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105598869 14427463680 16636 33554432000 4194304 4196468 140731452279888 139971617242160 139972151503490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19693568 140731452286092 140731452286262 140731452286262 140731452288975 0
Current children cumulated CPU time: 1.02 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 67972 KiB

Child status: 0
Real time (s): 0.602955
CPU time (s): 1.25432
CPU user time (s): 1.18505
CPU system time (s): 0.069271
CPU usage (%): 208.029
Max. virtual memory (cumulated for all children) (KiB): 14202448
Max. memory (cumulated for all children) (KiB): 67972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.18505
system time used= 0.069271
maximum resident set size= 72436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12716
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= 1647
involuntary context switches= 5


# summary of solver processes directly reported to runsolver:
#   pid: 7819
#   total CPU time (s): 1.25432
#   total CPU user time (s): 1.18505
#   total CPU system time (s): 0.069271

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.031891 second user time and 0.041857 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-29 18:05:57
IDJOB=4301393
IDBENCH=141139
IDSOLVER=2772
FILE ID=node149/4301393-1532880357
RUNJOBID= node149-1532880125-7616
PBS_JOBID= 21022517
Free space on /tmp= 45720 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/GraphColoring/GraphColoring-queen5-5_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-4301393-1532880357/watcher-4301393-1532880357 -o /tmp/evaluation-result-4301393-1532880357/solver-4301393-1532880357 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532880125-7616 --watchdog 312  HOME/xcsp3-exec -seed 495038291 -dir HOME -tl 252 -ml 11000 -p 1 HOME/instance-4301393-1532880357.xml

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

MD5SUM BENCH= e12c8a42b46a63e49e1504c0c9e3cd93
RANDOM SEED=495038291

node149.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.60
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.60
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.60
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.60
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:        26736096 kB
MemAvailable:   31251476 kB
Buffers:          163764 kB
Cached:          4575108 kB
SwapCached:           60 kB
Active:          2308324 kB
Inactive:        3161432 kB
Active(anon):     680424 kB
Inactive(anon):    78000 kB
Active(file):    1627900 kB
Inactive(file):  3083432 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:             21800 kB
Writeback:             0 kB
AnonPages:        889892 kB
Mapped:            49520 kB
Shmem:             25040 kB
Slab:             261168 kB
SReclaimable:     232508 kB
SUnreclaim:        28660 kB
KernelStack:        3840 kB
PageTables:         7216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2248808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    772096 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= 45700 MiB
End job on node149 at 2018-07-29 18:05:57