Trace number 4280349

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.5 par (2017-08-18)OPT11 1.3615201 0.681315

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-05-a3.xml
MD5SUM52bc390cc6b0904238f0f092c3eebf68
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark0.023799
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints13
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":10},{"size":501,"count":5}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":15},{"degree":2,"count":10},{"degree":5,"count":3},{"degree":6,"count":2}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":10},{"arity":5,"count":1},{"arity":10,"count":1}]
Number of extensional constraints0
Number of intensional constraints11
Distribution of constraint types[{"type":"intension","count":11},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4280349-1503135642.xml"  -tl '20160s' -p 8 -x 0
0.10/0.15	c [HOME/instance-4280349-1503135642.xml, -tl, 20160s, -p, 8, -x, 0]
0.10/0.20	c 8 solvers in parallel
0.31/0.27	c parse instance...
0.69/0.60	c solve instance...
1.00/0.66	o 12 
1.00/0.67	o 11 
1.00/0.67	s OPTIMUM FOUND
1.00/0.67	v <instantiation>
1.00/0.67	v 	<list>x[0] x[1] x[2] x[3] x[4] y[0][1] y[0][2] y[0][3] y[0][4] y[1][2] y[1][3] y[1][4] y[2][3] y[2][4] y[3][4] </list>
1.00/0.67	v 	<values>0 1 4 9 11 1 4 9 11 3 8 10 5 7 2 </values>
1.00/0.67	v </instantiation>

Verifier Data

OK	11

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4280349-1503135642/watcher-4280349-1503135642 -o /tmp/evaluation-result-4280349-1503135642/solver-4280349-1503135642 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1503132049-19687 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 2066668934 HOME/instance-4280349-1503135642.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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


[startup+0.10428 s]*
/proc/loadavg: 2.70 5.34 7.09 2/199 21747
/proc/meminfo: memFree=21367848/32770624 swapFree=67108860/67108860
[pid=21726] ppid=21723 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/21726/stat : 21726 (xcsp3-exec) S 21723 21726 19660 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 146644913 9740288 345 33554432000 4194304 5098028 140731109838592 140731109836696 140540155400828 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11857920 140731109839972 140731109840183 140731109840183 140731109842923 0
/proc/21726/statm: 2378 345 289 221 0 87 0
[pid=21728] ppid=21726 vsize=25999808 memory=28468 CPUtime=0.1 cores=0-7
/proc/21728/stat : 21728 (java) S 21726 21726 19660 0 -1 1077944320 5511 0 0 0 10 0 0 0 20 0 20 0 146644914 26623803392 7117 33554432000 4194304 4196468 140725231489520 140725231472064 139957680451319 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
/proc/21728/statm: 6499952 7117 2844 1 0 6488269 0
[pid=21728/tid=21729] ppid=21726 vsize=25999808 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/21728/task/21729/stat : 21729 (java) R 21726 21726 19660 0 -1 4202560 3519 0 0 0 8 0 0 0 20 0 20 0 146644914 26623803392 7117 33554432000 4194304 4196468 140725231489520 139957684669184 139957297556762 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21730] ppid=21726 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21730/stat : 21730 (java) S 21726 21726 19660 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146644915 26623803392 7117 33554432000 4194304 4196468 140725231489520 139957633072272 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21731] ppid=21726 vsize=25999808 memory=139976506467968 CPUtime=0 cores=0-7
/proc/21728/task/21731/stat : 21731 (java) S 21726 21726 19660 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146644915 26623803392 7117 33554432000 4194304 4196468 140725231489520 139957632019472 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21732] ppid=21726 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21732/stat : 21732 (java) S 21726 21726 19660 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 146644915 26623803392 7117 33554432000 4194304 4196468 140725231489520 139957630966672 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21733] ppid=21726 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21733/stat : 21733 (java) S 21726 21726 19660 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146644915 26623803392 7117 33554432000 4194304 4196468 140725231489520 139957629913872 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21734] ppid=21726 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21734/stat : 21734 (java) S 21726 21726 19660 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146644915 26623803392 7117 33554432000 4194304 4196468 140725231489520 139957628861072 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21735] ppid=21726 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/21728/task/21735/stat : 21735 (java) S 21726 21726 19660 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146644915 26623803392 7117 33554432000 4194304 4196468 140725231489520 139957627808272 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21736] ppid=21726 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21736/stat : 21736 (java) S 21726 21726 19660 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146644915 26623803392 7117 33554432000 4194304 4196468 140725231489520 139957626755472 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21737] ppid=21726 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21737/stat : 21737 (java) S 21726 21726 19660 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146644915 26623803392 7117 33554432000 4194304 4196468 140725231489520 139957625702672 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21738] ppid=21726 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21738/stat : 21738 (java) S 21726 21726 19660 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146644916 26623803392 7117 33554432000 4194304 4196468 140725231489520 139955952716656 139957680462466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21739] ppid=21726 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21739/stat : 21739 (java) S 21726 21726 19660 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 146644917 26623803392 7117 33554432000 4194304 4196468 140725231489520 139955951662624 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21740] ppid=21726 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21740/stat : 21740 (java) S 21726 21726 19660 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 146644917 26623803392 7117 33554432000 4194304 4196468 140725231489520 139955950609776 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21741] ppid=21726 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21741/stat : 21741 (java) S 21726 21726 19660 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146644919 26623803392 7117 33554432000 4194304 4196468 140725231489520 139955949558096 139957680469915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21742] ppid=21726 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21742/stat : 21742 (java) S 21726 21726 19660 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 20 0 146644919 26623803392 7117 33554432000 4194304 4196468 140725231489520 139955948505456 139957680462466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21743] ppid=21726 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21743/stat : 21743 (java) S 21726 21726 19660 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 146644919 26623803392 7117 33554432000 4194304 4196468 140725231489520 139955947452656 139957680462466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21744] ppid=21726 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21744/stat : 21744 (java) S 21726 21726 19660 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 146644920 26623803392 7117 33554432000 4194304 4196468 140725231489520 139955946399856 139957680462466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21745] ppid=21726 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/21728/task/21745/stat : 21745 (java) S 21726 21726 19660 0 -1 1077944384 248 0 0 0 1 0 0 0 20 0 20 0 146644920 26623803392 7117 33554432000 4194304 4196468 140725231489520 139955945347056 139957680462466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21746] ppid=21726 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21746/stat : 21746 (java) S 21726 21726 19660 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 146644920 26623803392 7117 33554432000 4194304 4196468 140725231489520 139955944295520 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21747] ppid=21726 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/21728/task/21747/stat : 21747 (java) S 21726 21726 19660 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146644920 26623803392 7117 33554432000 4194304 4196468 140725231489520 139955943242800 139957680462466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 29848 KiB

[startup+0.211011 s]*
/proc/loadavg: 2.70 5.34 7.09 2/199 21747
/proc/meminfo: memFree=21354620/32770624 swapFree=67108860/67108860
[pid=21726] ppid=21723 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/21726/stat : 21726 (xcsp3-exec) S 21723 21726 19660 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 146644913 9740288 345 33554432000 4194304 5098028 140731109838592 140731109836696 140540155400828 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11857920 140731109839972 140731109840183 140731109840183 140731109842923 0
/proc/21726/statm: 2378 345 289 221 0 87 0
[pid=21728] ppid=21726 vsize=26004064 memory=40404 CPUtime=0.31 cores=0-7
/proc/21728/stat : 21728 (java) S 21726 21726 19660 0 -1 1077944320 8188 0 0 0 29 2 0 0 20 0 20 0 146644914 26628161536 10101 33554432000 4194304 4196468 140725231489520 140725231472064 139957680451319 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
/proc/21728/statm: 6501016 10101 3036 1 0 6488269 0
[pid=21728/tid=21729] ppid=21726 vsize=26004064 memory=8318255677412212789 CPUtime=0.18 cores=0-7
/proc/21728/task/21729/stat : 21729 (java) R 21726 21726 19660 0 -1 4202560 5318 0 0 0 17 1 0 0 20 0 20 0 146644914 26628161536 10101 33554432000 4194304 4196468 140725231489520 139957684666400 139957664531806 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21730] ppid=21726 vsize=26004064 memory=330 CPUtime=0 cores=0-7
/proc/21728/task/21730/stat : 21730 (java) S 21726 21726 19660 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146644915 26628161536 10101 33554432000 4194304 4196468 140725231489520 139957633072272 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21731] ppid=21726 vsize=26004064 memory=139976507451942 CPUtime=0 cores=0-7
/proc/21728/task/21731/stat : 21731 (java) S 21726 21726 19660 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146644915 26628161536 10101 33554432000 4194304 4196468 140725231489520 139957632019472 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21732] ppid=21726 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/21728/task/21732/stat : 21732 (java) S 21726 21726 19660 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 146644915 26628161536 10101 33554432000 4194304 4196468 140725231489520 139957630966672 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21733] ppid=21726 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21733/stat : 21733 (java) S 21726 21726 19660 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146644915 26628161536 10101 33554432000 4194304 4196468 140725231489520 139957629913872 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21734] ppid=21726 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21734/stat : 21734 (java) S 21726 21726 19660 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146644915 26628161536 10101 33554432000 4194304 4196468 140725231489520 139957628861072 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21735] ppid=21726 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/21728/task/21735/stat : 21735 (java) S 21726 21726 19660 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146644915 26628161536 10101 33554432000 4194304 4196468 140725231489520 139957627808272 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21736] ppid=21726 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21736/stat : 21736 (java) S 21726 21726 19660 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146644915 26628161536 10101 33554432000 4194304 4196468 140725231489520 139957626755472 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21737] ppid=21726 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21737/stat : 21737 (java) S 21726 21726 19660 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146644915 26628161536 10101 33554432000 4194304 4196468 140725231489520 139957625702672 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21738] ppid=21726 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21738/stat : 21738 (java) S 21726 21726 19660 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146644916 26628161536 10101 33554432000 4194304 4196468 140725231489520 139955952716656 139957680462466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21739] ppid=21726 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21739/stat : 21739 (java) S 21726 21726 19660 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 146644917 26628161536 10101 33554432000 4194304 4196468 140725231489520 139955951662624 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21740] ppid=21726 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21740/stat : 21740 (java) S 21726 21726 19660 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 146644917 26628161536 10101 33554432000 4194304 4196468 140725231489520 139955950609776 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21741] ppid=21726 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21741/stat : 21741 (java) S 21726 21726 19660 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146644919 26628161536 10101 33554432000 4194304 4196468 140725231489520 139955949558096 139957680469915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21742] ppid=21726 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/21728/task/21742/stat : 21742 (java) S 21726 21726 19660 0 -1 1077944384 374 0 0 0 1 0 0 0 20 0 20 0 146644919 26628161536 10101 33554432000 4194304 4196468 140725231489520 139955948505456 139957680462466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21743] ppid=21726 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21743/stat : 21743 (java) S 21726 21726 19660 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 20 0 146644919 26628161536 10101 33554432000 4194304 4196468 140725231489520 139955947452656 139957680462466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21744] ppid=21726 vsize=26004064 memory=-1 CPUtime=0.01 cores=0-7
/proc/21728/task/21744/stat : 21744 (java) S 21726 21726 19660 0 -1 1077944384 334 0 0 0 1 0 0 0 20 0 20 0 146644920 26628161536 10101 33554432000 4194304 4196468 140725231489520 139955946399856 139957680462466 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21745] ppid=21726 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/21728/task/21745/stat : 21745 (java) S 21726 21726 19660 0 -1 1077944384 751 0 0 0 7 0 0 0 20 0 20 0 146644920 26628161536 10101 33554432000 4194304 4196468 140725231489520 139955945347056 139957680462466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21746] ppid=21726 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21746/stat : 21746 (java) S 21726 21726 19660 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 146644920 26628161536 10101 33554432000 4194304 4196468 140725231489520 139955944295520 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21747] ppid=21726 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/21728/task/21747/stat : 21747 (java) S 21726 21726 19660 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146644920 26628161536 10101 33554432000 4194304 4196468 140725231489520 139955943242800 139957680462466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 41784 KiB

[startup+0.486395 s]*
/proc/loadavg: 2.70 5.34 7.09 3/199 21747
/proc/meminfo: memFree=21345064/32770624 swapFree=67108860/67108860
[pid=21726] ppid=21723 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/21726/stat : 21726 (xcsp3-exec) S 21723 21726 19660 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 146644913 9740288 345 33554432000 4194304 5098028 140731109838592 140731109836696 140540155400828 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11857920 140731109839972 140731109840183 140731109840183 140731109842923 0
/proc/21726/statm: 2378 345 289 221 0 87 0
[pid=21728] ppid=21726 vsize=26004140 memory=52092 CPUtime=0.64 cores=0-7
/proc/21728/stat : 21728 (java) S 21726 21726 19660 0 -1 1077944320 9761 0 0 0 60 4 0 0 20 0 20 0 146644914 26628239360 13023 33554432000 4194304 4196468 140725231489520 140725231472064 139957680451319 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
/proc/21728/statm: 6501035 13023 3164 1 0 6488269 0
[pid=21728/tid=21729] ppid=21726 vsize=26004140 memory=6791534058613427641 CPUtime=0.36 cores=0-7
/proc/21728/task/21729/stat : 21729 (java) D 21726 21726 19660 0 -1 1077944384 6509 0 0 0 34 2 0 0 20 0 20 0 146644914 26628239360 13023 33554432000 4194304 4196468 140725231489520 139957684658672 139957673130541 0 4 0 16800975 18446744072101568036 0 0 -1 1 0 0 9 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21730] ppid=21726 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21730/stat : 21730 (java) S 21726 21726 19660 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146644915 26628239360 13023 33554432000 4194304 4196468 140725231489520 139957633072272 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21731] ppid=21726 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21731/stat : 21731 (java) S 21726 21726 19660 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146644915 26628239360 13023 33554432000 4194304 4196468 140725231489520 139957632019472 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21732] ppid=21726 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21732/stat : 21732 (java) S 21726 21726 19660 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 146644915 26628239360 13023 33554432000 4194304 4196468 140725231489520 139957630966672 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21733] ppid=21726 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21733/stat : 21733 (java) S 21726 21726 19660 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146644915 26628239360 13023 33554432000 4194304 4196468 140725231489520 139957629913872 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21734] ppid=21726 vsize=26004140 memory=2244 CPUtime=0 cores=0-7
/proc/21728/task/21734/stat : 21734 (java) S 21726 21726 19660 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146644915 26628239360 13023 33554432000 4194304 4196468 140725231489520 139957628861072 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21735] ppid=21726 vsize=26004172 memory=139976406823855 CPUtime=0 cores=0-7
/proc/21728/task/21735/stat : 21735 (java) S 21726 21726 19660 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146644915 26628272128 13023 33554432000 4194304 4196468 140725231489520 139957627808272 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21736] ppid=21726 vsize=26004172 memory=139976406826160 CPUtime=0 cores=0-7
/proc/21728/task/21736/stat : 21736 (java) S 21726 21726 19660 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146644915 26628272128 13023 33554432000 4194304 4196468 140725231489520 139957626755472 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21737] ppid=21726 vsize=26004140 memory=139976406828464 CPUtime=0 cores=0-7
/proc/21728/task/21737/stat : 21737 (java) S 21726 21726 19660 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146644915 26628239360 13023 33554432000 4194304 4196468 140725231489520 139957625702672 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21738] ppid=21726 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21738/stat : 21738 (java) S 21726 21726 19660 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146644916 26628239360 13023 33554432000 4194304 4196468 140725231489520 139955952716656 139957680462466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21739] ppid=21726 vsize=26004140 memory=279952813663888 CPUtime=0 cores=0-7
/proc/21728/task/21739/stat : 21739 (java) S 21726 21726 19660 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 146644917 26628239360 13023 33554432000 4194304 4196468 140725231489520 139955951662624 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21740] ppid=21726 vsize=26004140 memory=279952813670800 CPUtime=0 cores=0-7
/proc/21728/task/21740/stat : 21740 (java) S 21726 21726 19660 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 146644917 26628239360 13023 33554432000 4194304 4196468 140725231489520 139955950609776 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21741] ppid=21726 vsize=26004140 memory=279952813612080 CPUtime=0 cores=0-7
/proc/21728/task/21741/stat : 21741 (java) S 21726 21726 19660 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146644919 26628239360 13023 33554432000 4194304 4196468 140725231489520 139955949558096 139957680469915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21742] ppid=21726 vsize=26004140 memory=279952813684624 CPUtime=0.03 cores=0-7
/proc/21728/task/21742/stat : 21742 (java) S 21726 21726 19660 0 -1 1077944384 463 0 0 0 3 0 0 0 20 0 20 0 146644919 26628239360 13023 33554432000 4194304 4196468 140725231489520 139955948505456 139957680462466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21743] ppid=21726 vsize=26004140 memory=279952813691536 CPUtime=0.02 cores=0-7
/proc/21728/task/21743/stat : 21743 (java) R 21726 21726 19660 0 -1 4202560 160 0 0 0 2 0 0 0 20 0 20 0 146644919 26628239360 13023 33554432000 4194304 4196468 140725231489520 139955947452656 139957658617800 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21744] ppid=21726 vsize=26004140 memory=279952813689232 CPUtime=0.04 cores=0-7
/proc/21728/task/21744/stat : 21744 (java) S 21726 21726 19660 0 -1 1077944384 423 0 0 0 4 0 0 0 20 0 20 0 146644920 26628239360 13023 33554432000 4194304 4196468 140725231489520 139955946399856 139957680462466 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21745] ppid=21726 vsize=26004172 memory=279952813705392 CPUtime=0.15 cores=0-7
/proc/21728/task/21745/stat : 21745 (java) S 21726 21726 19660 0 -1 1077944384 908 0 0 0 15 0 0 0 20 0 20 0 146644920 26628272128 13023 33554432000 4194304 4196468 140725231489520 139955945347056 139957680462466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21746] ppid=21726 vsize=26004172 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21746/stat : 21746 (java) S 21726 21726 19660 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 146644920 26628272128 13023 33554432000 4194304 4196468 140725231489520 139955944295520 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21747] ppid=21726 vsize=26004140 memory=-1 CPUtime=0 cores=0-7
/proc/21728/task/21747/stat : 21747 (java) S 21726 21726 19660 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146644920 26628239360 13024 33554432000 4194304 4196468 140725231489520 139955943242800 139957680462466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 26013652 KiB
Current children cumulated memory: 53472 KiB

[startup+0.681262 s]
# the end of solver process 21726 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.2897 s, system=0.071814 s

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

[startup+0.510119 s]*
/proc/loadavg: 2.70 5.34 7.09 2/199 21747
/proc/meminfo: memFree=21344692/32770624 swapFree=67108860/67108860
[pid=21726] ppid=21723 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/21726/stat : 21726 (xcsp3-exec) S 21723 21726 19660 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 146644913 9740288 345 33554432000 4194304 5098028 140731109838592 140731109836696 140540155400828 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11857920 140731109839972 140731109840183 140731109840183 140731109842923 0
/proc/21726/statm: 2378 345 289 221 0 87 0
[pid=21728] ppid=21726 vsize=26006188 memory=54460 CPUtime=0.69 cores=0-7
/proc/21728/stat : 21728 (java) S 21726 21726 19660 0 -1 1077944320 9923 0 0 0 65 4 0 0 20 0 20 0 146644914 26630336512 13615 33554432000 4194304 4196468 140725231489520 140725231472064 139957680451319 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
/proc/21728/statm: 6501547 13615 3166 1 0 6488781 0
[pid=21728/tid=21729] ppid=21726 vsize=26006188 memory=8316850467074736180 CPUtime=0.38 cores=0-7
/proc/21728/task/21729/stat : 21729 (java) R 21726 21726 19660 0 -1 4202560 6615 0 0 0 36 2 0 0 20 0 20 0 146644914 26630336512 13615 33554432000 4194304 4196468 140725231489520 139957684689008 139957664531806 0 4 0 16800975 0 0 0 -1 1 0 0 9 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21730] ppid=21726 vsize=26006188 memory=9235 CPUtime=0 cores=0-7
/proc/21728/task/21730/stat : 21730 (java) S 21726 21726 19660 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146644915 26630336512 13615 33554432000 4194304 4196468 140725231489520 139957633072272 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21731] ppid=21726 vsize=26006188 memory=139976507451942 CPUtime=0 cores=0-7
/proc/21728/task/21731/stat : 21731 (java) S 21726 21726 19660 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146644915 26630336512 13615 33554432000 4194304 4196468 140725231489520 139957632019472 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21732] ppid=21726 vsize=26006188 memory=-1 CPUtime=0 cores=0-7
/proc/21728/task/21732/stat : 21732 (java) S 21726 21726 19660 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 146644915 26630336512 13615 33554432000 4194304 4196468 140725231489520 139957630966672 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21733] ppid=21726 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21733/stat : 21733 (java) S 21726 21726 19660 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146644915 26630336512 13679 33554432000 4194304 4196468 140725231489520 139957629913872 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21734] ppid=21726 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21734/stat : 21734 (java) S 21726 21726 19660 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146644915 26630336512 13679 33554432000 4194304 4196468 140725231489520 139957628861072 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21735] ppid=21726 vsize=26006188 memory=-1 CPUtime=0 cores=0-7
/proc/21728/task/21735/stat : 21735 (java) S 21726 21726 19660 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146644915 26630336512 13679 33554432000 4194304 4196468 140725231489520 139957627808272 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21736] ppid=21726 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21736/stat : 21736 (java) S 21726 21726 19660 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146644915 26630336512 13679 33554432000 4194304 4196468 140725231489520 139957626755472 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21737] ppid=21726 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21737/stat : 21737 (java) S 21726 21726 19660 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146644915 26630336512 13679 33554432000 4194304 4196468 140725231489520 139957625702672 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21738] ppid=21726 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21738/stat : 21738 (java) S 21726 21726 19660 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146644916 26630336512 13679 33554432000 4194304 4196468 140725231489520 139955952716656 139957680462466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21739] ppid=21726 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21739/stat : 21739 (java) S 21726 21726 19660 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 146644917 26630336512 13679 33554432000 4194304 4196468 140725231489520 139955951662624 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21740] ppid=21726 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21740/stat : 21740 (java) S 21726 21726 19660 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 146644917 26630336512 13679 33554432000 4194304 4196468 140725231489520 139955950609776 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21741] ppid=21726 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21741/stat : 21741 (java) S 21726 21726 19660 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146644919 26630336512 13679 33554432000 4194304 4196468 140725231489520 139955949558096 139957680469915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21742] ppid=21726 vsize=26006188 memory=0 CPUtime=0.04 cores=0-7
/proc/21728/task/21742/stat : 21742 (java) R 21726 21726 19660 0 -1 4202560 467 0 0 0 4 0 0 0 20 0 20 0 146644919 26630336512 13679 33554432000 4194304 4196468 140725231489520 139955948496912 139957664868048 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21743] ppid=21726 vsize=26006188 memory=0 CPUtime=0.03 cores=0-7
/proc/21728/task/21743/stat : 21743 (java) S 21726 21726 19660 0 -1 1077944384 165 0 0 0 3 0 0 0 20 0 20 0 146644919 26630336512 13679 33554432000 4194304 4196468 140725231489520 139955947452656 139957680462466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21744] ppid=21726 vsize=26006188 memory=-1 CPUtime=0.04 cores=0-7
/proc/21728/task/21744/stat : 21744 (java) R 21726 21726 19660 0 -1 4202560 428 0 0 0 4 0 0 0 20 0 20 0 146644920 26630336512 13679 33554432000 4194304 4196468 140725231489520 139955946388336 139957659962304 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21745] ppid=21726 vsize=26006188 memory=-1 CPUtime=0.16 cores=0-7
/proc/21728/task/21745/stat : 21745 (java) R 21726 21726 19660 0 -1 4202560 943 0 0 0 16 0 0 0 20 0 20 0 146644920 26630336512 13679 33554432000 4194304 4196468 140725231489520 139955945347056 139957659808815 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21746] ppid=21726 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21746/stat : 21746 (java) S 21726 21726 19660 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 146644920 26630336512 13679 33554432000 4194304 4196468 140725231489520 139955944295520 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21747] ppid=21726 vsize=26006188 memory=-1 CPUtime=0 cores=0-7
/proc/21728/task/21747/stat : 21747 (java) S 21726 21726 19660 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146644920 26630336512 13679 33554432000 4194304 4196468 140725231489520 139955943242800 139957680462466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 55840 KiB

[startup+0.609984 s]*
/proc/loadavg: 2.70 5.34 7.09 2/199 21747
/proc/meminfo: memFree=21334624/32770624 swapFree=67108860/67108860
[pid=21726] ppid=21723 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/21726/stat : 21726 (xcsp3-exec) S 21723 21726 19660 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 146644913 9740288 345 33554432000 4194304 5098028 140731109838592 140731109836696 140540155400828 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11857920 140731109839972 140731109840183 140731109840183 140731109842923 0
/proc/21726/statm: 2378 345 289 221 0 87 0
[pid=21728] ppid=21726 vsize=26472136 memory=74668 CPUtime=1 cores=0-7
/proc/21728/stat : 21728 (java) S 21726 21726 19660 0 -1 1077944320 11494 0 0 0 95 5 0 0 20 0 27 0 146644914 27107467264 18667 33554432000 4194304 4196468 140725231489520 140725231472064 139957680451319 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
/proc/21728/statm: 6618034 18667 3193 1 0 6605268 0
[pid=21728/tid=21729] ppid=21726 vsize=26472136 memory=6791534058613427641 CPUtime=0.48 cores=0-7
/proc/21728/task/21729/stat : 21729 (java) S 21726 21726 19660 0 -1 1077944384 6787 0 0 0 45 3 0 0 20 0 27 0 146644914 27107467264 18667 33554432000 4194304 4196468 140725231489520 139957684692096 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21730] ppid=21726 vsize=26472136 memory=844 CPUtime=0 cores=0-7
/proc/21728/task/21730/stat : 21730 (java) S 21726 21726 19660 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 27 0 146644915 27107467264 18667 33554432000 4194304 4196468 140725231489520 139957633072272 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21731] ppid=21726 vsize=26473164 memory=1696 CPUtime=0 cores=0-7
/proc/21728/task/21731/stat : 21731 (java) S 21726 21726 19660 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 27 0 146644915 27108519936 19179 33554432000 4194304 4196468 140725231489520 139957632019472 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21732] ppid=21726 vsize=26473164 memory=920 CPUtime=0 cores=0-7
/proc/21728/task/21732/stat : 21732 (java) S 21726 21726 19660 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 146644915 27108519936 19179 33554432000 4194304 4196468 140725231489520 139957630966672 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21733] ppid=21726 vsize=26473164 memory=4416 CPUtime=0 cores=0-7
/proc/21728/task/21733/stat : 21733 (java) S 21726 21726 19660 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 146644915 27108519936 19179 33554432000 4194304 4196468 140725231489520 139957629913872 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21734] ppid=21726 vsize=26473164 memory=4108 CPUtime=0 cores=0-7
/proc/21728/task/21734/stat : 21734 (java) S 21726 21726 19660 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 146644915 27108519936 19179 33554432000 4194304 4196468 140725231489520 139957628861072 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21735] ppid=21726 vsize=26473164 memory=1156 CPUtime=0 cores=0-7
/proc/21728/task/21735/stat : 21735 (java) S 21726 21726 19660 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 146644915 27108519936 19179 33554432000 4194304 4196468 140725231489520 139957627808272 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21736] ppid=21726 vsize=26473164 memory=2252 CPUtime=0 cores=0-7
/proc/21728/task/21736/stat : 21736 (java) S 21726 21726 19660 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 146644915 27108519936 19179 33554432000 4194304 4196468 140725231489520 139957626755472 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21737] ppid=21726 vsize=26473164 memory=1380 CPUtime=0 cores=0-7
/proc/21728/task/21737/stat : 21737 (java) S 21726 21726 19660 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 146644915 27108519936 19179 33554432000 4194304 4196468 140725231489520 139957625702672 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21738] ppid=21726 vsize=26473164 memory=52092 CPUtime=0 cores=0-7
/proc/21728/task/21738/stat : 21738 (java) S 21726 21726 19660 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 146644916 27108519936 19179 33554432000 4194304 4196468 140725231489520 139955952716656 139957680462466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21739] ppid=21726 vsize=26473164 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21739/stat : 21739 (java) S 21726 21726 19660 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 146644917 27108519936 19179 33554432000 4194304 4196468 140725231489520 139955951662624 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21740] ppid=21726 vsize=26473164 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21740/stat : 21740 (java) S 21726 21726 19660 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 146644917 27108519936 19179 33554432000 4194304 4196468 140725231489520 139955950609776 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21741] ppid=21726 vsize=26473164 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21741/stat : 21741 (java) S 21726 21726 19660 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 146644919 27108519936 19179 33554432000 4194304 4196468 140725231489520 139955949558096 139957680469915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21742] ppid=21726 vsize=26473164 memory=0 CPUtime=0.08 cores=0-7
/proc/21728/task/21742/stat : 21742 (java) S 21726 21726 19660 0 -1 1077944384 799 0 0 0 8 0 0 0 20 0 28 0 146644919 27108519936 19179 33554432000 4194304 4196468 140725231489520 139955948505456 139957680462466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21743] ppid=21726 vsize=26473164 memory=0 CPUtime=0.05 cores=0-7
/proc/21728/task/21743/stat : 21743 (java) S 21726 21726 19660 0 -1 1077944384 270 0 0 0 5 0 0 0 20 0 28 0 146644919 27108519936 19179 33554432000 4194304 4196468 140725231489520 139955947452656 139957680462466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21744] ppid=21726 vsize=26473164 memory=-1 CPUtime=0.1 cores=0-7
/proc/21728/task/21744/stat : 21744 (java) S 21726 21726 19660 0 -1 1077944384 833 0 0 0 10 0 0 0 20 0 28 0 146644920 27108519936 19691 33554432000 4194304 4196468 140725231489520 139955946399856 139957680462466 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21745] ppid=21726 vsize=26604236 memory=139976406823855 CPUtime=0.23 cores=0-7
/proc/21728/task/21745/stat : 21745 (java) R 21726 21726 19660 0 -1 4202560 1314 0 0 0 23 0 0 0 20 0 28 0 146644920 27242737664 19691 33554432000 4194304 4196468 140725231489520 139955945342672 139957664612896 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21746] ppid=21726 vsize=26538700 memory=3689636878213984304 CPUtime=0 cores=0-7
/proc/21728/task/21746/stat : 21746 (java) S 21726 21726 19660 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 146644920 27175628800 19691 33554432000 4194304 4196468 140725231489520 139955944295520 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21747] ppid=21726 vsize=26538700 memory=3906364840703244595 CPUtime=0 cores=0-7
/proc/21728/task/21747/stat : 21747 (java) S 21726 21726 19660 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 146644920 27175628800 19691 33554432000 4194304 4196468 140725231489520 139955943242800 139957680462466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21748] ppid=21726 vsize=26538700 memory=139976506467967 CPUtime=0 cores=0-7
/proc/21728/task/21748/stat : 21748 (java) R 21726 21726 19660 0 -1 4202560 48 0 0 0 0 0 0 0 20 0 28 0 146644975 27175628800 19691 33554432000 4194304 4196468 140725231489520 139955196013408 139957672692709 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21749] ppid=21726 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21749/stat : 21749 (java) S 21726 21726 19660 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 28 0 146644975 27175628800 19691 33554432000 4194304 4196468 140725231489520 139955194973632 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21750] ppid=21726 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21750/stat : 21750 (java) S 21726 21726 19660 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 146644975 27175628800 19691 33554432000 4194304 4196468 140725231489520 139955193920832 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21751] ppid=21726 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21751/stat : 21751 (java) S 21726 21726 19660 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 28 0 146644975 27175628800 19691 33554432000 4194304 4196468 140725231489520 139955192867936 139957680462466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21752] ppid=21726 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21752/stat : 21752 (java) S 21726 21726 19660 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 146644975 27175628800 19691 33554432000 4194304 4196468 140725231489520 139955191815232 139957680461525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21753] ppid=21726 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21753/stat : 21753 (java) R 21726 21726 19660 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 146644975 27175628800 19691 33554432000 4194304 4196468 140725231489520 139955190762432 139957680461525 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21754] ppid=21726 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21754/stat : 21754 (java) R 21726 21726 19660 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 28 0 146644975 27175628800 19691 33554432000 4194304 4196468 140725231489520 139955189710656 139957666152366 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
[pid=21728/tid=21755] ppid=21726 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/21728/task/21755/stat : 21755 (java) R 21726 21726 19660 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 28 0 146644975 27175628800 19691 33554432000 4194304 4196468 140725231489520 139955188665096 139957662100267 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8310784 140725231494290 140725231494467 140725231494467 140725231497167 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 26481648 KiB
Current children cumulated memory: 76048 KiB

Child status: 0
Real time (s): 0.681315
CPU time (s): 1.36152
CPU user time (s): 1.2897
CPU system time (s): 0.071814
CPU usage (%): 199.837
Max. virtual memory (cumulated for all children) (KiB): 26481648
Max. memory (cumulated for all children) (KiB): 76048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.2897
system time used= 0.071814
maximum resident set size= 123720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12709
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2538
involuntary context switches= 29


# summary of solver processes directly reported to runsolver:
#   pid: 21726
#   total CPU time (s): 1.36152
#   total CPU user time (s): 1.2897
#   total CPU system time (s): 0.071814

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.02161 second user time and 0.050424 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-19 11:26:22
IDJOB=4280349
IDBENCH=126209
IDSOLVER=2675
FILE ID=node149/4280349-1503135642
RUNJOBID= node149-1503132049-19687
PBS_JOBID= 20630788
Free space on /tmp= 61768 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-05-a3.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4280349-1503135642/watcher-4280349-1503135642 -o /tmp/evaluation-result-4280349-1503135642/solver-4280349-1503135642 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1503132049-19687 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 2066668934 HOME/instance-4280349-1503135642.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 52bc390cc6b0904238f0f092c3eebf68
RANDOM SEED=2066668934

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.43
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.43
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.43
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.43
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:        21386324 kB
MemAvailable:   31950460 kB
Buffers:          346348 kB
Cached:         10488808 kB
SwapCached:            0 kB
Active:          2163748 kB
Inactive:        8726472 kB
Active(anon):      58248 kB
Inactive(anon):    33128 kB
Active(file):    2105500 kB
Inactive(file):  8693344 kB
Unevictable:        7912 kB
Mlocked:            7912 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7864 kB
Writeback:            12 kB
AnonPages:         62684 kB
Mapped:            50912 kB
Shmem:             33416 kB
Slab:             188956 kB
SReclaimable:     162256 kB
SUnreclaim:        26700 kB
KernelStack:        3216 kB
PageTables:         4652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     333576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61764 MiB
End job on node149 at 2017-08-19 11:26:22