Trace number 4306836

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 NameAnswerCPU timeWall clock time
Choco-solver 4.0.7b seq (e747e1e)SAT 1.27514 0.606977

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K04-P02_c18.xml
MD5SUMdf122225b0586fd0ab127ca5658303c8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.023731
Satisfiable
(Un)Satisfiability was proved
Number of variables44
Number of constraints18
Number of domains2
Minimum domain size16
Maximum domain size17
Distribution of domain sizes[{"size":16,"count":16},{"size":17,"count":8}]
Minimum variable degree0
Maximum variable degree5
Distribution of variable degrees[{"degree":0,"count":20},{"degree":2,"count":16},{"degree":5,"count":8}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":16},{"arity":8,"count":1},{"arity":16,"count":1}]
Number of extensional constraints0
Number of intensional constraints16
Distribution of constraint types[{"type":"intension","count":16},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4306836-1534055160.xml"  -tl '2520s' -p 1
0.11/0.17	c Choco e747e1e
0.11/0.18	c [HOME/instance-4306836-1534055160.xml, -tl, 2520s, -p, 1]
0.11/0.21	c simple solver
0.34/0.28	c parse instance...
0.72/0.48	c solve instance...
1.02/0.59	s SATISFIABLE
1.02/0.59	v <instantiation>
1.02/0.59	v 	<list>cn[0][0] cn[0][1] cn[0][2] cn[0][3] cn[1][0] cn[1][1] cn[1][2] cn[1][3] ce[0][0][1] ce[0][0][2] ce[0][0][3] ce[0][1][2] ce[0][1][3] ce[0][2][3] ce[1][0][1] ce[1][0][2] ce[1][0][3] ce[1][1][2] ce[1][1][3] ce[1][2][3] cie[0][0] cie[0][1] cie[0][2] cie[0][3] </list>
1.02/0.59	v 	<values>16 0 2 13 7 15 8 3 16 14 3 2 13 11 8 1 4 7 12 5 9 15 6 10 </values>
1.02/0.59	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4306836-1534055160/watcher-4306836-1534055160 -o /tmp/evaluation-result-4306836-1534055160/solver-4306836-1534055160 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534040134-26256 --watchdog 2580 HOME/xcsp3-exec -seed 1753133097 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306836-1534055160.xml 

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

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

solver pid=28204, runsolver pid=28201

[startup+0.100132 s]*
/proc/loadavg: 1.23 1.33 1.39 3/217 28220
/proc/meminfo: memFree=13358880/32770624 swapFree=67108792/67108860
[pid=28204] ppid=28201 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28204/stat : 28204 (xcsp3-exec) S 28201 28204 24759 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 223079309 115843072 363 33554432000 4194304 5098028 140722796244128 140722796242232 140676946805372 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 23564288 140722796250170 140722796250372 140722796250372 140722796253130 0
/proc/28204/statm: 28282 363 305 221 0 87 0
[pid=28206] ppid=28204 vsize=14082940 memory=28840 CPUtime=0.11 cores=0,2,4,6
/proc/28206/stat : 28206 (java) S 28204 28204 24759 0 -1 1077944320 5498 0 0 0 10 1 0 0 20 0 15 0 223079309 14420930560 7210 33554432000 4194304 4196468 140731109820912 140731109803456 140338036252407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
/proc/28206/statm: 3520735 7210 3054 1 0 3483012 0
[pid=28206/tid=28207] ppid=28204 vsize=14082940 memory=8514701219880730790 CPUtime=0.09 cores=0,2,4,6
/proc/28206/task/28207/stat : 28207 (java) R 28204 28204 24759 0 -1 4202560 3505 0 0 0 8 1 0 0 20 0 15 0 223079309 14420930560 7210 33554432000 4194304 4196468 140731109820912 140338040484656 140338036264342 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28208] ppid=28204 vsize=14082940 memory=3472468736865707216 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28208/stat : 28208 (java) S 28204 28204 24759 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223079310 14420930560 7210 33554432000 4194304 4196468 140731109820912 140337992804752 140338036262613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28209] ppid=28204 vsize=14082940 memory=140607970555520 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28209/stat : 28209 (java) S 28204 28204 24759 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223079310 14420930560 7210 33554432000 4194304 4196468 140731109820912 140337991751952 140338036262613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28210] ppid=28204 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28210/stat : 28210 (java) S 28204 28204 24759 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223079310 14420930560 7210 33554432000 4194304 4196468 140731109820912 140337990699664 140338036262613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28211] ppid=28204 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28211/stat : 28211 (java) S 28204 28204 24759 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223079310 14420930560 7210 33554432000 4194304 4196468 140731109820912 140337629030928 140338036262613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28212] ppid=28204 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28212/stat : 28212 (java) S 28204 28204 24759 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223079312 14420930560 7210 33554432000 4194304 4196468 140731109820912 140336948542064 140338036263554 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28213] ppid=28204 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28213/stat : 28213 (java) S 28204 28204 24759 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 223079312 14420930560 7210 33554432000 4194304 4196468 140731109820912 140336947488032 140338036262613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28214] ppid=28204 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28214/stat : 28214 (java) S 28204 28204 24759 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 223079312 14420930560 7210 33554432000 4194304 4196468 140731109820912 140336946435696 140338036262613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28215] ppid=28204 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28215/stat : 28215 (java) S 28204 28204 24759 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223079315 14420930560 7210 33554432000 4194304 4196468 140731109820912 140336945384016 140338036271003 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28216] ppid=28204 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28216/stat : 28216 (java) S 28204 28204 24759 0 -1 1077944384 417 0 0 0 0 0 0 0 20 0 15 0 223079315 14420930560 7210 33554432000 4194304 4196468 140731109820912 140336944330864 140338036263554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28217] ppid=28204 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28217/stat : 28217 (java) S 28204 28204 24759 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223079315 14420930560 7210 33554432000 4194304 4196468 140731109820912 140336943278064 140338036263554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28218] ppid=28204 vsize=14082940 memory=140607970555520 CPUtime=0.01 cores=0,2,4,6
/proc/28206/task/28218/stat : 28218 (java) R 28204 28204 24759 0 -1 4202560 277 0 0 0 1 0 0 0 20 0 15 0 223079315 14420930560 7210 33554432000 4194304 4196468 140731109820912 140336942225776 140338020332894 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28219] ppid=28204 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28219/stat : 28219 (java) S 28204 28204 24759 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223079315 14420930560 7210 33554432000 4194304 4196468 140731109820912 140336941173216 140338036262613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28220] ppid=28204 vsize=14082940 memory=140607970555520 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28220/stat : 28220 (java) S 28204 28204 24759 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223079315 14420930560 7210 33554432000 4194304 4196468 140731109820912 140336940121008 140338036263554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 30292 KiB

[startup+0.214864 s]*
/proc/loadavg: 1.23 1.33 1.39 3/217 28220
/proc/meminfo: memFree=13347592/32770624 swapFree=67108792/67108860
[pid=28204] ppid=28201 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28204/stat : 28204 (xcsp3-exec) S 28201 28204 24759 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 223079309 115843072 363 33554432000 4194304 5098028 140722796244128 140722796242232 140676946805372 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 23564288 140722796250170 140722796250372 140722796250372 140722796253130 0
/proc/28204/statm: 28282 363 305 221 0 87 0
[pid=28206] ppid=28204 vsize=14087196 memory=40796 CPUtime=0.34 cores=0,2,4,6
/proc/28206/stat : 28206 (java) S 28204 28204 24759 0 -1 1077944320 8265 0 0 0 31 3 0 0 20 0 15 0 223079309 14425288704 10199 33554432000 4194304 4196468 140731109820912 140731109803456 140338036252407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
/proc/28206/statm: 3521799 10199 3179 1 0 3483012 0
[pid=28206/tid=28207] ppid=28204 vsize=14087196 memory=5854518564242424225 CPUtime=0.2 cores=0,2,4,6
/proc/28206/task/28207/stat : 28207 (java) R 28204 28204 24759 0 -1 4202560 5466 0 0 0 18 2 0 0 20 0 15 0 223079309 14425288704 10199 33554432000 4194304 4196468 140731109820912 140338040473400 140338020332894 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28208] ppid=28204 vsize=14087196 memory=3472468736865707216 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28208/stat : 28208 (java) S 28204 28204 24759 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223079310 14425288704 10199 33554432000 4194304 4196468 140731109820912 140337992804752 140338036262613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28209] ppid=28204 vsize=14087196 memory=140607970555520 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28209/stat : 28209 (java) S 28204 28204 24759 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223079310 14425288704 10199 33554432000 4194304 4196468 140731109820912 140337991751952 140338036262613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28210] ppid=28204 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28210/stat : 28210 (java) S 28204 28204 24759 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223079310 14425288704 10199 33554432000 4194304 4196468 140731109820912 140337990699664 140338036262613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28211] ppid=28204 vsize=14087196 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28211/stat : 28211 (java) S 28204 28204 24759 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223079310 14425288704 10199 33554432000 4194304 4196468 140731109820912 140337629030928 140338036262613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28212] ppid=28204 vsize=14087196 memory=140607970555520 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28212/stat : 28212 (java) S 28204 28204 24759 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 223079312 14425288704 10199 33554432000 4194304 4196468 140731109820912 140336948542064 140338036263554 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28213] ppid=28204 vsize=14087196 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28213/stat : 28213 (java) S 28204 28204 24759 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 223079312 14425288704 10199 33554432000 4194304 4196468 140731109820912 140336947488032 140338036262613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28214] ppid=28204 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28214/stat : 28214 (java) S 28204 28204 24759 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 223079312 14425288704 10199 33554432000 4194304 4196468 140731109820912 140336946435696 140338036262613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28215] ppid=28204 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28215/stat : 28215 (java) S 28204 28204 24759 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223079315 14425288704 10199 33554432000 4194304 4196468 140731109820912 140336945384016 140338036271003 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28216] ppid=28204 vsize=14087196 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28206/task/28216/stat : 28216 (java) S 28204 28204 24759 0 -1 1077944384 571 0 0 0 2 0 0 0 20 0 15 0 223079315 14425288704 10199 33554432000 4194304 4196468 140731109820912 140336944330864 140338036263554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28217] ppid=28204 vsize=14087196 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/28206/task/28217/stat : 28217 (java) S 28204 28204 24759 0 -1 1077944384 114 0 0 0 1 0 0 0 20 0 15 0 223079315 14425288704 10199 33554432000 4194304 4196468 140731109820912 140336943278064 140338036263554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28218] ppid=28204 vsize=14087196 memory=140607970555520 CPUtime=0.08 cores=0,2,4,6
/proc/28206/task/28218/stat : 28218 (java) R 28204 28204 24759 0 -1 4202560 806 0 0 0 8 0 0 0 20 0 15 0 223079315 14425288704 10199 33554432000 4194304 4196468 140731109820912 140336942225776 140338036264342 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28219] ppid=28204 vsize=14087196 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28219/stat : 28219 (java) S 28204 28204 24759 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223079315 14425288704 10199 33554432000 4194304 4196468 140731109820912 140336941173216 140338036262613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28220] ppid=28204 vsize=14087196 memory=140607970555520 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28220/stat : 28220 (java) S 28204 28204 24759 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223079315 14425288704 10199 33554432000 4194304 4196468 140731109820912 140336940121008 140338036263554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 42248 KiB

[startup+0.315411 s]*
/proc/loadavg: 1.23 1.33 1.39 4/217 28220
/proc/meminfo: memFree=13338224/32770624 swapFree=67108792/67108860
[pid=28204] ppid=28201 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28204/stat : 28204 (xcsp3-exec) S 28201 28204 24759 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 223079309 115843072 363 33554432000 4194304 5098028 140722796244128 140722796242232 140676946805372 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 23564288 140722796250170 140722796250372 140722796250372 140722796253130 0
/proc/28204/statm: 28282 363 305 221 0 87 0
[pid=28206] ppid=28204 vsize=14087196 memory=47960 CPUtime=0.54 cores=0,2,4,6
/proc/28206/stat : 28206 (java) S 28204 28204 24759 0 -1 1077944320 9243 0 0 0 50 4 0 0 20 0 15 0 223079309 14425288704 11990 33554432000 4194304 4196468 140731109820912 140731109803456 140338036252407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
/proc/28206/statm: 3521799 11990 3241 1 0 3483012 0
[pid=28206/tid=28207] ppid=28204 vsize=14087196 memory=8514701219881125278 CPUtime=0.3 cores=0,2,4,6
/proc/28206/task/28207/stat : 28207 (java) R 28204 28204 24759 0 -1 4202560 6197 0 0 0 28 2 0 0 20 0 15 0 223079309 14425288704 11990 33554432000 4194304 4196468 140731109820912 140338040489184 140338020332894 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28208] ppid=28204 vsize=14087196 memory=3472468736865707216 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28208/stat : 28208 (java) S 28204 28204 24759 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223079310 14425288704 11990 33554432000 4194304 4196468 140731109820912 140337992804752 140338036262613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28209] ppid=28204 vsize=14087196 memory=140607970555520 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28209/stat : 28209 (java) S 28204 28204 24759 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223079310 14425288704 11990 33554432000 4194304 4196468 140731109820912 140337991751952 140338036262613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28210] ppid=28204 vsize=14087196 memory=14 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28210/stat : 28210 (java) S 28204 28204 24759 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223079310 14425288704 11990 33554432000 4194304 4196468 140731109820912 140337990699664 140338036262613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28211] ppid=28204 vsize=14087196 memory=140607834171423 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28211/stat : 28211 (java) S 28204 28204 24759 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223079310 14425288704 11990 33554432000 4194304 4196468 140731109820912 140337629030928 140338036262613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28212] ppid=28204 vsize=14087196 memory=281215668303616 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28212/stat : 28212 (java) S 28204 28204 24759 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 223079312 14425288704 11990 33554432000 4194304 4196468 140731109820912 140336948542064 140338036263554 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28213] ppid=28204 vsize=14087196 memory=140607834148367 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28213/stat : 28213 (java) S 28204 28204 24759 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 223079312 14425288704 11990 33554432000 4194304 4196468 140731109820912 140336947488032 140338036262613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28214] ppid=28204 vsize=14087196 memory=281215804713056 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28214/stat : 28214 (java) S 28204 28204 24759 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 223079312 14425288704 11990 33554432000 4194304 4196468 140731109820912 140336946435696 140338036262613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28215] ppid=28204 vsize=14087196 memory=140607834152975 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28215/stat : 28215 (java) S 28204 28204 24759 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223079315 14425288704 11990 33554432000 4194304 4196468 140731109820912 140336945384016 140338036271003 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28216] ppid=28204 vsize=14087196 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/28206/task/28216/stat : 28216 (java) S 28204 28204 24759 0 -1 1077944384 651 0 0 0 5 0 0 0 20 0 15 0 223079315 14425288704 11990 33554432000 4194304 4196468 140731109820912 140336944330864 140338036263554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28217] ppid=28204 vsize=14087196 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/28206/task/28217/stat : 28217 (java) S 28204 28204 24759 0 -1 1077944384 127 0 0 0 3 0 0 0 20 0 15 0 223079315 14425288704 11990 33554432000 4194304 4196468 140731109820912 140336943278064 140338036263554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28218] ppid=28204 vsize=14087196 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/28206/task/28218/stat : 28218 (java) S 28204 28204 24759 0 -1 1077944384 964 0 0 0 12 0 0 0 20 0 15 0 223079315 14425288704 11990 33554432000 4194304 4196468 140731109820912 140336942225776 140338036263554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28219] ppid=28204 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28219/stat : 28219 (java) S 28204 28204 24759 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223079315 14425288704 11990 33554432000 4194304 4196468 140731109820912 140336941173216 140338036262613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28220] ppid=28204 vsize=14087196 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28220/stat : 28220 (java) S 28204 28204 24759 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223079315 14425288704 11990 33554432000 4194304 4196468 140731109820912 140336940121008 140338036263554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 49412 KiB

[startup+0.60694 s]
# the end of solver process 28204 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.21452 s, system=0.06062 s

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

[startup+0.411377 s]*
/proc/loadavg: 1.23 1.33 1.39 5/217 28220
/proc/meminfo: memFree=13325504/32770624 swapFree=67108792/67108860
[pid=28204] ppid=28201 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28204/stat : 28204 (xcsp3-exec) S 28201 28204 24759 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 223079309 115843072 363 33554432000 4194304 5098028 140722796244128 140722796242232 140676946805372 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 23564288 140722796250170 140722796250372 140722796250372 140722796253130 0
/proc/28204/statm: 28282 363 305 221 0 87 0
[pid=28206] ppid=28204 vsize=14089320 memory=55044 CPUtime=0.72 cores=0,2,4,6
/proc/28206/stat : 28206 (java) S 28204 28204 24759 0 -1 1077944320 9895 0 0 0 68 4 0 0 20 0 15 0 223079309 14427463680 13761 33554432000 4194304 4196468 140731109820912 140731109803456 140338036252407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
/proc/28206/statm: 3522330 13761 3317 1 0 3483524 0
[pid=28206/tid=28207] ppid=28204 vsize=14089320 memory=5854518564242424225 CPUtime=0.4 cores=0,2,4,6
/proc/28206/task/28207/stat : 28207 (java) R 28204 28204 24759 0 -1 4202560 6665 0 0 0 37 3 0 0 20 0 15 0 223079309 14427463680 13761 33554432000 4194304 4196468 140731109820912 140338040459584 140338021328012 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28208] ppid=28204 vsize=14089320 memory=3472468736865707216 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28208/stat : 28208 (java) S 28204 28204 24759 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223079310 14427463680 13761 33554432000 4194304 4196468 140731109820912 140337992804752 140338036262613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28209] ppid=28204 vsize=14089320 memory=140607970555520 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28209/stat : 28209 (java) S 28204 28204 24759 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223079310 14427463680 13761 33554432000 4194304 4196468 140731109820912 140337991751952 140338036262613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28210] ppid=28204 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28210/stat : 28210 (java) S 28204 28204 24759 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223079310 14427463680 13761 33554432000 4194304 4196468 140731109820912 140337990699664 140338036262613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28211] ppid=28204 vsize=14089320 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28211/stat : 28211 (java) S 28204 28204 24759 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223079310 14427463680 13761 33554432000 4194304 4196468 140731109820912 140337629030928 140338036262613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28212] ppid=28204 vsize=14089320 memory=140607970555520 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28212/stat : 28212 (java) S 28204 28204 24759 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 223079312 14427463680 13761 33554432000 4194304 4196468 140731109820912 140336948542064 140338036263554 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28213] ppid=28204 vsize=14089320 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28213/stat : 28213 (java) S 28204 28204 24759 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 223079312 14427463680 13761 33554432000 4194304 4196468 140731109820912 140336947488032 140338036262613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28214] ppid=28204 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28214/stat : 28214 (java) S 28204 28204 24759 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 223079312 14427463680 13761 33554432000 4194304 4196468 140731109820912 140336946435696 140338036262613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28215] ppid=28204 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28215/stat : 28215 (java) S 28204 28204 24759 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223079315 14427463680 13761 33554432000 4194304 4196468 140731109820912 140336945384016 140338036271003 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28216] ppid=28204 vsize=14089320 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28206/task/28216/stat : 28216 (java) R 28204 28204 24759 0 -1 4202560 674 0 0 0 7 0 0 0 20 0 15 0 223079315 14427463680 13761 33554432000 4194304 4196468 140731109820912 140336944319536 140338021378298 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28217] ppid=28204 vsize=14089320 memory=-1 CPUtime=0.06 cores=0,2,4,6
/proc/28206/task/28217/stat : 28217 (java) R 28204 28204 24759 0 -1 4202560 169 0 0 0 6 0 0 0 20 0 15 0 223079315 14427463680 13761 33554432000 4194304 4196468 140731109820912 140336943278064 140338021153737 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28218] ppid=28204 vsize=14089320 memory=140607970555520 CPUtime=0.17 cores=0,2,4,6
/proc/28206/task/28218/stat : 28218 (java) R 28204 28204 24759 0 -1 1077944384 1083 0 0 0 17 0 0 0 20 0 15 0 223079315 14427463680 13761 33554432000 4194304 4196468 140731109820912 140336942225776 140338036263554 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28219] ppid=28204 vsize=14089320 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28219/stat : 28219 (java) S 28204 28204 24759 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223079315 14427463680 13761 33554432000 4194304 4196468 140731109820912 140336941173216 140338036262613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28220] ppid=28204 vsize=14089320 memory=140607970555520 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28220/stat : 28220 (java) S 28204 28204 24759 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223079315 14427463680 13761 33554432000 4194304 4196468 140731109820912 140336940121008 140338036263554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
Current children cumulated CPU time: 0.72 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 56496 KiB

[startup+0.518046 s]*
/proc/loadavg: 1.23 1.33 1.39 6/217 28220
/proc/meminfo: memFree=13311480/32770624 swapFree=67108792/67108860
[pid=28204] ppid=28201 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28204/stat : 28204 (xcsp3-exec) S 28201 28204 24759 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 223079309 115843072 363 33554432000 4194304 5098028 140722796244128 140722796242232 140676946805372 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 23564288 140722796250170 140722796250372 140722796250372 140722796253130 0
/proc/28204/statm: 28282 363 305 221 0 87 0
[pid=28206] ppid=28204 vsize=14089320 memory=67156 CPUtime=1.02 cores=0,2,4,6
/proc/28206/stat : 28206 (java) S 28204 28204 24759 0 -1 1077944320 12008 0 0 0 97 5 0 0 20 0 15 0 223079309 14427463680 16789 33554432000 4194304 4196468 140731109820912 140731109803456 140338036252407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
/proc/28206/statm: 3522330 16789 3351 1 0 3483524 0
[pid=28206/tid=28207] ppid=28204 vsize=14089320 memory=-8540663193526752614 CPUtime=0.5 cores=0,2,4,6
/proc/28206/task/28207/stat : 28207 (java) R 28204 28204 24759 0 -1 4202560 6982 0 0 0 47 3 0 0 20 0 15 0 223079309 14427463680 16789 33554432000 4194304 4196468 140731109820912 140338040489376 140337670648456 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28208] ppid=28204 vsize=14089320 memory=3472468736865707216 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28208/stat : 28208 (java) S 28204 28204 24759 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223079310 14427463680 16789 33554432000 4194304 4196468 140731109820912 140337992804752 140338036262613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28209] ppid=28204 vsize=14089320 memory=140607970555520 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28209/stat : 28209 (java) S 28204 28204 24759 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223079310 14427463680 16789 33554432000 4194304 4196468 140731109820912 140337991751952 140338036262613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28210] ppid=28204 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28210/stat : 28210 (java) S 28204 28204 24759 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223079310 14427463680 16789 33554432000 4194304 4196468 140731109820912 140337990699664 140338036262613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28211] ppid=28204 vsize=14089320 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28211/stat : 28211 (java) S 28204 28204 24759 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223079310 14427463680 16789 33554432000 4194304 4196468 140731109820912 140337629030928 140338036262613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28212] ppid=28204 vsize=14089320 memory=140607970555520 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28212/stat : 28212 (java) S 28204 28204 24759 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 223079312 14427463680 16789 33554432000 4194304 4196468 140731109820912 140336948542064 140338036263554 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28213] ppid=28204 vsize=14089320 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28213/stat : 28213 (java) S 28204 28204 24759 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 223079312 14427463680 16789 33554432000 4194304 4196468 140731109820912 140336947488032 140338036262613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28214] ppid=28204 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28214/stat : 28214 (java) S 28204 28204 24759 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 223079312 14427463680 16789 33554432000 4194304 4196468 140731109820912 140336946435696 140338036262613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28215] ppid=28204 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28215/stat : 28215 (java) S 28204 28204 24759 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223079315 14427463680 16789 33554432000 4194304 4196468 140731109820912 140336945384016 140338036271003 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28216] ppid=28204 vsize=14089320 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/28206/task/28216/stat : 28216 (java) R 28204 28204 24759 0 -1 1077944384 1162 0 0 0 13 0 0 0 20 0 15 0 223079315 14427463680 16789 33554432000 4194304 4196468 140731109820912 140336944330864 140338036263554 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28217] ppid=28204 vsize=14089320 memory=-1 CPUtime=0.12 cores=0,2,4,6
/proc/28206/task/28217/stat : 28217 (java) R 28204 28204 24759 0 -1 4202560 744 0 0 0 12 0 0 0 20 0 15 0 223079315 14427463680 16789 33554432000 4194304 4196468 140731109820912 140336943267664 140338015559416 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28218] ppid=28204 vsize=14089320 memory=140607970555520 CPUtime=0.25 cores=0,2,4,6
/proc/28206/task/28218/stat : 28218 (java) R 28204 28204 24759 0 -1 4202560 1814 0 0 0 25 0 0 0 20 0 15 0 223079315 14427463680 16789 33554432000 4194304 4196468 140731109820912 140336942225904 140338028489534 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28219] ppid=28204 vsize=14089320 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28219/stat : 28219 (java) S 28204 28204 24759 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223079315 14427463680 16789 33554432000 4194304 4196468 140731109820912 140336941173216 140338036262613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
[pid=28206/tid=28220] ppid=28204 vsize=14089320 memory=140607970555520 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28220/stat : 28220 (java) S 28204 28204 24759 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223079315 14427463680 16789 33554432000 4194304 4196468 140731109820912 140336940121008 140338036263554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36106240 140731109823622 140731109823793 140731109823793 140731109826511 0
Current children cumulated CPU time: 1.02 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 68608 KiB

Child status: 0
Real time (s): 0.606977
CPU time (s): 1.27514
CPU user time (s): 1.21452
CPU system time (s): 0.06062
CPU usage (%): 210.08
Max. virtual memory (cumulated for all children) (KiB): 14202448
Max. memory (cumulated for all children) (KiB): 68608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.21452
system time used= 0.06062
maximum resident set size= 69348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12988
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= 1611
involuntary context switches= 14


# summary of solver processes directly reported to runsolver:
#   pid: 28204
#   total CPU time (s): 1.27514
#   total CPU user time (s): 1.21452
#   total CPU system time (s): 0.06062

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.020582 second user time and 0.053515 second system time

The end

Launcher Data

Begin job on node150 at 2018-08-12 08:26:00
IDJOB=4306836
IDBENCH=141165
IDSOLVER=2787
FILE ID=node150/4306836-1534055160
RUNJOBID= node150-1534040134-26256
PBS_JOBID= 21036968
Free space on /tmp= 34680 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K04-P02_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-4306836-1534055160/watcher-4306836-1534055160 -o /tmp/evaluation-result-4306836-1534055160/solver-4306836-1534055160 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534040134-26256 --watchdog 2580  HOME/xcsp3-exec -seed 1753133097 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306836-1534055160.xml

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

MD5SUM BENCH= df122225b0586fd0ab127ca5658303c8
RANDOM SEED=1753133097

node150.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.76
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.76
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.76
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.76
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:        13376072 kB
MemAvailable:   29416424 kB
Buffers:          201664 kB
Cached:         15898656 kB
SwapCached:           32 kB
Active:         10511580 kB
Inactive:        8126888 kB
Active(anon):    2487436 kB
Inactive(anon):   103136 kB
Active(file):    8024144 kB
Inactive(file):  8023752 kB
Unevictable:        7736 kB
Mlocked:            7736 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             21604 kB
Writeback:             0 kB
AnonPages:       2545100 kB
Mapped:            65316 kB
Shmem:             49732 kB
Slab:             448824 kB
SReclaimable:     420916 kB
SUnreclaim:        27908 kB
KernelStack:        3872 kB
PageTables:        10536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3194740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2449408 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 34656 MiB
End job on node150 at 2018-08-12 08:26:01