Trace number 4272606

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 5a (2017-07-26)SAT 2.1315601 0.97197998

General information on the benchmark

NameQRandom/
QRandom-geometric-rw/geometric-50-20-d4-75-54.xml
MD5SUMa4dbf7a89b77d3d2fc660abfcd1a3804
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.038649999
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints412
Number of domains1
Minimum domain size20
Maximum domain size20
Distribution of domain sizes[{"size":20,"count":50}]
Minimum variable degree7
Maximum variable degree25
Distribution of variable degrees[{"degree":7,"count":1},{"degree":8,"count":1},{"degree":9,"count":1},{"degree":11,"count":4},{"degree":12,"count":1},{"degree":13,"count":2},{"degree":14,"count":10},{"degree":15,"count":2},{"degree":16,"count":5},{"degree":17,"count":3},{"degree":18,"count":3},{"degree":19,"count":4},{"degree":20,"count":3},{"degree":21,"count":3},{"degree":22,"count":1},{"degree":23,"count":3},{"degree":24,"count":2},{"degree":25,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":412}]
Number of extensional constraints412
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":412}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.10	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272606-1502768870.xml"  -tl '2520s' -p 1 -x 3
0.05/0.30	c [HOME/instance-4272606-1502768870.xml, -tl, 2520s, -p, 1, -x, 3]
0.23/0.36	c simple solver
0.42/0.42	c parse instance...
1.57/0.86	c solve instance...
1.90/0.95	s SATISFIABLE
1.90/0.95	v <instantiation>
1.90/0.95	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] </list>
1.90/0.95	v 	<values>7 15 14 13 3 8 15 9 2 17 1 13 4 6 4 2 8 2 18 7 18 6 13 7 8 1 11 1 19 3 10 9 9 3 14 13 2 11 6 1 7 8 6 11 10 13 15 9 11 18 </values>
1.90/0.95	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 (13922 MiB free)
  memory of node 1: 16384 MiB (15344 MiB free)
  node distances:
     10  21
     21  10

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

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

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


[startup+0.100177 s]*
/proc/loadavg: 1.56 1.62 1.66 3/198 32694
/proc/meminfo: memFree=29969144/32770624 swapFree=67108860/67108860
[pid=32692] ppid=32689 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/32692/stat : 32692 (xcsp3-exec) S 32689 32692 897 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 79107589 9740288 344 18446744073709551615 4194304 5098028 140730051497360 140730051495464 140577622442620 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 33366016 140730051498361 140730051498565 140730051498565 140730051502059 0
/proc/32692/statm: 2378 344 289 221 0 87 0
[pid=32694] ppid=32692 vsize=11657624 memory=9364 CPUtime=0 cores=1,3,5,7
/proc/32694/stat : 32694 (java) S 32692 32692 897 0 -1 1077944320 2096 0 0 0 0 0 0 0 20 0 2 0 79107599 11937406976 2341 18446744073709551615 4194304 4196468 140731751340976 140731751323520 140671583829751 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
/proc/32694/statm: 2914406 2341 1151 1 0 2904376 0
[pid=32694/tid=32695] ppid=32692 vsize=11657624 memory=7311146985107750967 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32695/stat : 32695 (java) R 32692 32692 897 0 -1 4202560 938 0 0 0 0 0 0 0 20 0 2 0 79107600 11937406976 2407 18446744073709551615 4194304 4196468 140731751340976 140671588071840 140671564939024 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 11667136 KiB
Current children cumulated memory: 10740 KiB

[startup+0.209622 s]*
/proc/loadavg: 1.56 1.62 1.66 2/211 32707
/proc/meminfo: memFree=29958512/32770624 swapFree=67108860/67108860
[pid=32692] ppid=32689 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/32692/stat : 32692 (xcsp3-exec) S 32689 32692 897 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 79107589 9740288 344 18446744073709551615 4194304 5098028 140730051497360 140730051495464 140577622442620 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 33366016 140730051498361 140730051498565 140730051498565 140730051502059 0
/proc/32692/statm: 2378 344 289 221 0 87 0
[pid=32694] ppid=32692 vsize=13973868 memory=21644 CPUtime=0.05 cores=1,3,5,7
/proc/32694/stat : 32694 (java) S 32692 32692 897 0 -1 1077944320 4855 0 0 0 5 0 0 0 20 0 15 0 79107599 14309240832 5411 18446744073709551615 4194304 4196468 140731751340976 140731751323520 140671583829751 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
/proc/32694/statm: 3493467 5411 2577 1 0 3482964 0
[pid=32694/tid=32695] ppid=32692 vsize=13973868 memory=7311146985107750967 CPUtime=0.05 cores=1,3,5,7
/proc/32694/task/32695/stat : 32695 (java) R 32692 32692 897 0 -1 4202560 3013 0 0 0 5 0 0 0 20 0 15 0 79107600 14309240832 5411 18446744073709551615 4194304 4196468 140731751340976 140671588060656 140671583851677 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32696] ppid=32692 vsize=13973868 memory=12619 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32696/stat : 32696 (java) S 32692 32692 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79107600 14309240832 5411 18446744073709551615 4194304 4196468 140731751340976 140671525775760 140671583839957 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32697] ppid=32692 vsize=13973868 memory=140324433529314 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32697/stat : 32697 (java) S 32692 32692 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79107600 14309240832 5411 18446744073709551615 4194304 4196468 140731751340976 140671524722960 140671583839957 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32698] ppid=32692 vsize=13973868 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32698/stat : 32698 (java) S 32692 32692 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79107600 14309240832 5411 18446744073709551615 4194304 4196468 140731751340976 140671523670672 140671583839957 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32699] ppid=32692 vsize=13973868 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32699/stat : 32699 (java) S 32692 32692 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 79107600 14309240832 5411 18446744073709551615 4194304 4196468 140731751340976 140671522617872 140671583839957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32700] ppid=32692 vsize=13973868 memory=140324433499776 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32700/stat : 32700 (java) S 32692 32692 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 79107602 14309240832 5411 18446744073709551615 4194304 4196468 140731751340976 140671129528944 140671583840898 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32701] ppid=32692 vsize=13973868 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32701/stat : 32701 (java) S 32692 32692 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 79107602 14309240832 5411 18446744073709551615 4194304 4196468 140731751340976 140671128474912 140671583839957 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32702] ppid=32692 vsize=13973868 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32702/stat : 32702 (java) S 32692 32692 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 79107602 14309240832 5411 18446744073709551615 4194304 4196468 140731751340976 140671127422576 140671583839957 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32703] ppid=32692 vsize=13973868 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32703/stat : 32703 (java) S 32692 32692 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79107605 14309240832 5411 18446744073709551615 4194304 4196468 140731751340976 140671126370896 140671583848347 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32704] ppid=32692 vsize=13973868 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32704/stat : 32704 (java) S 32692 32692 897 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 79107605 14309240832 5411 18446744073709551615 4194304 4196468 140731751340976 140671125317744 140671583840898 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32705] ppid=32692 vsize=13973868 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32705/stat : 32705 (java) S 32692 32692 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79107605 14309240832 5411 18446744073709551615 4194304 4196468 140731751340976 140671124264944 140671583840898 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32706] ppid=32692 vsize=13973868 memory=140324433499776 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32706/stat : 32706 (java) S 32692 32692 897 0 -1 1077944384 230 0 0 0 0 0 0 0 20 0 15 0 79107605 14309240832 5411 18446744073709551615 4194304 4196468 140731751340976 140671123212656 140671583840898 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32707] ppid=32692 vsize=13973868 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32707/stat : 32707 (java) S 32692 32692 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79107605 14309240832 5411 18446744073709551615 4194304 4196468 140731751340976 140671122160096 140671583839957 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32708] ppid=32692 vsize=13973868 memory=140324433499776 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32708/stat : 32708 (java) S 32692 32692 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79107611 14309240832 5411 18446744073709551615 4194304 4196468 140731751340976 140671121107888 140671583840898 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13983380 KiB
Current children cumulated memory: 23020 KiB

[startup+0.309964 s]*
/proc/loadavg: 1.56 1.62 1.66 3/212 32708
/proc/meminfo: memFree=29945116/32770624 swapFree=67108860/67108860
[pid=32692] ppid=32689 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/32692/stat : 32692 (xcsp3-exec) S 32689 32692 897 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 79107589 9740288 344 18446744073709551615 4194304 5098028 140730051497360 140730051495464 140577622442620 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 33366016 140730051498361 140730051498565 140730051498565 140730051502059 0
/proc/32692/statm: 2378 344 289 221 0 87 0
[pid=32694] ppid=32692 vsize=13974352 memory=36568 CPUtime=0.23 cores=1,3,5,7
/proc/32694/stat : 32694 (java) S 32692 32692 897 0 -1 1077944320 8716 0 0 0 21 2 0 0 20 0 15 0 79107599 14309736448 9142 18446744073709551615 4194304 4196468 140731751340976 140731751323520 140671583829751 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
/proc/32694/statm: 3493588 9142 2972 1 0 3482964 0
[pid=32694/tid=32695] ppid=32692 vsize=13974352 memory=-8774313645642428999 CPUtime=0.14 cores=1,3,5,7
/proc/32694/task/32695/stat : 32695 (java) R 32692 32692 897 0 -1 4202560 5935 0 0 0 13 1 0 0 20 0 15 0 79107600 14309736448 9142 18446744073709551615 4194304 4196468 140731751340976 140671588052128 140671567910238 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32696] ppid=32692 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32696/stat : 32696 (java) S 32692 32692 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79107600 14309736448 9142 18446744073709551615 4194304 4196468 140731751340976 140671525775760 140671583839957 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32697] ppid=32692 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32697/stat : 32697 (java) S 32692 32692 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79107600 14309736448 9142 18446744073709551615 4194304 4196468 140731751340976 140671524722960 140671583839957 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32698] ppid=32692 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32698/stat : 32698 (java) S 32692 32692 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79107600 14309736448 9142 18446744073709551615 4194304 4196468 140731751340976 140671523670672 140671583839957 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32699] ppid=32692 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32699/stat : 32699 (java) S 32692 32692 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 79107600 14309736448 9142 18446744073709551615 4194304 4196468 140731751340976 140671522617872 140671583839957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32700] ppid=32692 vsize=13974352 memory=140324433499776 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32700/stat : 32700 (java) S 32692 32692 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 79107602 14309736448 9142 18446744073709551615 4194304 4196468 140731751340976 140671129528944 140671583840898 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32701] ppid=32692 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32701/stat : 32701 (java) S 32692 32692 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 79107602 14309736448 9142 18446744073709551615 4194304 4196468 140731751340976 140671128474912 140671583839957 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32702] ppid=32692 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32702/stat : 32702 (java) S 32692 32692 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 79107602 14309736448 9142 18446744073709551615 4194304 4196468 140731751340976 140671127422576 140671583839957 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32703] ppid=32692 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32703/stat : 32703 (java) S 32692 32692 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79107605 14309736448 9142 18446744073709551615 4194304 4196468 140731751340976 140671126370896 140671583848347 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32704] ppid=32692 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/32694/task/32704/stat : 32704 (java) R 32692 32692 897 0 -1 1077944384 555 0 0 0 1 0 0 0 20 0 15 0 79107605 14309736448 9142 18446744073709551615 4194304 4196468 140731751340976 140671125317744 140671583840898 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32705] ppid=32692 vsize=13974352 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/32694/task/32705/stat : 32705 (java) S 32692 32692 897 0 -1 1077944384 227 0 0 0 1 0 0 0 20 0 15 0 79107605 14309736448 9142 18446744073709551615 4194304 4196468 140731751340976 140671124264944 140671583840898 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32706] ppid=32692 vsize=13974352 memory=140324433499776 CPUtime=0.05 cores=1,3,5,7
/proc/32694/task/32706/stat : 32706 (java) R 32692 32692 897 0 -1 4202560 698 0 0 0 5 0 0 0 20 0 15 0 79107605 14309736448 9142 18446744073709551615 4194304 4196468 140731751340976 140671123212656 140671583851098 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32707] ppid=32692 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32707/stat : 32707 (java) S 32692 32692 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79107605 14309736448 9142 18446744073709551615 4194304 4196468 140731751340976 140671122160096 140671583839957 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32708] ppid=32692 vsize=13974352 memory=140324433499776 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32708/stat : 32708 (java) S 32692 32692 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79107611 14309736448 9142 18446744073709551615 4194304 4196468 140731751340976 140671121107888 140671583840898 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 37944 KiB

[startup+0.70754 s]
/proc/loadavg: 1.56 1.62 1.66 3/212 32708
/proc/meminfo: memFree=29933308/32770624 swapFree=67108860/67108860
[pid=32692] ppid=32689 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/32692/stat : 32692 (xcsp3-exec) S 32689 32692 897 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 79107589 9740288 344 18446744073709551615 4194304 5098028 140730051497360 140730051495464 140577622442620 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 33366016 140730051498361 140730051498565 140730051498565 140730051502059 0
/proc/32692/statm: 2378 344 289 221 0 87 0
[pid=32694] ppid=32692 vsize=13978684 memory=92292 CPUtime=1.24 cores=1,3,5,7
/proc/32694/stat : 32694 (java) S 32692 32692 897 0 -1 1077944320 13159 0 0 0 118 6 0 0 20 0 15 0 79107599 14314172416 23073 18446744073709551615 4194304 4196468 140731751340976 140731751323520 140671583829751 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
/proc/32694/statm: 3494671 23073 3156 1 0 3482964 0
[pid=32694/tid=32695] ppid=32692 vsize=13978684 memory=2244 CPUtime=0.53 cores=1,3,5,7
/proc/32694/task/32695/stat : 32695 (java) R 32692 32692 897 0 -1 4202560 7809 0 0 0 49 4 0 0 20 0 15 0 79107600 14314172416 23073 18446744073709551615 4194304 4196468 140731751340976 140671588066800 140671201671769 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32696] ppid=32692 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32696/stat : 32696 (java) S 32692 32692 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79107600 14314172416 23073 18446744073709551615 4194304 4196468 140731751340976 140671525775760 140671583839957 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32697] ppid=32692 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32697/stat : 32697 (java) S 32692 32692 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79107600 14314172416 23073 18446744073709551615 4194304 4196468 140731751340976 140671524722960 140671583839957 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32698] ppid=32692 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32698/stat : 32698 (java) S 32692 32692 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79107600 14314172416 23073 18446744073709551615 4194304 4196468 140731751340976 140671523670672 140671583839957 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32699] ppid=32692 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32699/stat : 32699 (java) S 32692 32692 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 79107600 14314172416 23073 18446744073709551615 4194304 4196468 140731751340976 140671522617872 140671583839957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32700] ppid=32692 vsize=13978684 memory=3977297634295638623 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32700/stat : 32700 (java) S 32692 32692 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 79107602 14314172416 23073 18446744073709551615 4194304 4196468 140731751340976 140671129528944 140671583840898 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32701] ppid=32692 vsize=13978684 memory=280648598748000 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32701/stat : 32701 (java) S 32692 32692 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 79107602 14314172416 23073 18446744073709551615 4194304 4196468 140731751340976 140671128474912 140671583839957 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32702] ppid=32692 vsize=13978684 memory=280648598748192 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32702/stat : 32702 (java) S 32692 32692 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 79107602 14314172416 23073 18446744073709551615 4194304 4196468 140731751340976 140671127422576 140671583839957 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32703] ppid=32692 vsize=13978684 memory=280648598748384 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32703/stat : 32703 (java) S 32692 32692 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79107605 14314172416 23073 18446744073709551615 4194304 4196468 140731751340976 140671126370896 140671583848347 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32704] ppid=32692 vsize=13978684 memory=280648598748576 CPUtime=0.21 cores=1,3,5,7
/proc/32694/task/32704/stat : 32704 (java) R 32692 32692 897 0 -1 4202560 1593 0 0 0 21 0 0 0 20 0 15 0 79107605 14314172416 23073 18446744073709551615 4194304 4196468 140731751340976 140671125303824 140671563068208 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32705] ppid=32692 vsize=13978684 memory=280648598748768 CPUtime=0.19 cores=1,3,5,7
/proc/32694/task/32705/stat : 32705 (java) R 32692 32692 897 0 -1 4202560 913 0 0 0 19 0 0 0 20 0 15 0 79107605 14314172416 23073 18446744073709551615 4194304 4196468 140731751340976 140671124254736 140671563073647 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32706] ppid=32692 vsize=13978684 memory=280648598748960 CPUtime=0.28 cores=1,3,5,7
/proc/32694/task/32706/stat : 32706 (java) S 32692 32692 897 0 -1 1077944384 1537 0 0 0 28 0 0 0 20 0 15 0 79107605 14314172416 23073 18446744073709551615 4194304 4196468 140731751340976 140671123212656 140671583840898 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32707] ppid=32692 vsize=13978684 memory=280648598247328 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32707/stat : 32707 (java) S 32692 32692 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79107605 14314172416 23073 18446744073709551615 4194304 4196468 140731751340976 140671122160096 140671583839957 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32708] ppid=32692 vsize=13978684 memory=135 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32708/stat : 32708 (java) S 32692 32692 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79107611 14314172416 23073 18446744073709551615 4194304 4196468 140731751340976 140671121107888 140671583840898 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 93668 KiB

[startup+0.971924 s]
# the end of solver process 32692 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.05223 s, system=0.079327 s

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

[startup+0.801574 s]
/proc/loadavg: 1.56 1.62 1.66 3/212 32708
/proc/meminfo: memFree=29933308/32770624 swapFree=67108860/67108860
[pid=32692] ppid=32689 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/32692/stat : 32692 (xcsp3-exec) S 32689 32692 897 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 79107589 9740288 344 18446744073709551615 4194304 5098028 140730051497360 140730051495464 140577622442620 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 33366016 140730051498361 140730051498565 140730051498565 140730051502059 0
/proc/32692/statm: 2378 344 289 221 0 87 0
[pid=32694] ppid=32692 vsize=13978684 memory=112912 CPUtime=1.57 cores=1,3,5,7
/proc/32694/stat : 32694 (java) S 32692 32692 897 0 -1 1077944320 13727 0 0 0 150 7 0 0 20 0 15 0 79107599 14314172416 28228 18446744073709551615 4194304 4196468 140731751340976 140731751323520 140671583829751 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
/proc/32694/statm: 3494671 28228 3164 1 0 3482964 0
[pid=32694/tid=32695] ppid=32692 vsize=13978684 memory=0 CPUtime=0.62 cores=1,3,5,7
/proc/32694/task/32695/stat : 32695 (java) R 32692 32692 897 0 -1 4202560 7891 0 0 0 58 4 0 0 20 0 15 0 79107600 14314172416 28228 18446744073709551615 4194304 4196468 140731751340976 140671588066320 140671201865203 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32696] ppid=32692 vsize=13978684 memory=140324299091296 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32696/stat : 32696 (java) S 32692 32692 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79107600 14314172416 28228 18446744073709551615 4194304 4196468 140731751340976 140671525775760 140671583839957 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32697] ppid=32692 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32697/stat : 32697 (java) S 32692 32692 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79107600 14314172416 28228 18446744073709551615 4194304 4196468 140731751340976 140671524722960 140671583839957 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32698] ppid=32692 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32698/stat : 32698 (java) S 32692 32692 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79107600 14314172416 28228 18446744073709551615 4194304 4196468 140731751340976 140671523670672 140671583839957 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32699] ppid=32692 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32699/stat : 32699 (java) S 32692 32692 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 79107600 14314172416 28228 18446744073709551615 4194304 4196468 140731751340976 140671522617872 140671583839957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32700] ppid=32692 vsize=13978684 memory=7809523229951467572 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32700/stat : 32700 (java) S 32692 32692 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 79107602 14314172416 28228 18446744073709551615 4194304 4196468 140731751340976 140671129528944 140671583840898 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32701] ppid=32692 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32701/stat : 32701 (java) S 32692 32692 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 79107602 14314172416 28228 18446744073709551615 4194304 4196468 140731751340976 140671128474912 140671583839957 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32702] ppid=32692 vsize=13978684 memory=4948216401004632704 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32702/stat : 32702 (java) S 32692 32692 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 79107602 14314172416 28228 18446744073709551615 4194304 4196468 140731751340976 140671127422576 140671583839957 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32703] ppid=32692 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32703/stat : 32703 (java) S 32692 32692 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79107605 14314172416 28228 18446744073709551615 4194304 4196468 140731751340976 140671126370896 140671583848347 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32704] ppid=32692 vsize=13978684 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/32694/task/32704/stat : 32704 (java) R 32692 32692 897 0 -1 4202560 1647 0 0 0 30 0 0 0 20 0 15 0 79107605 14314172416 28228 18446744073709551615 4194304 4196468 140731751340976 140671125304288 140671567216973 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32705] ppid=32692 vsize=13978684 memory=840 CPUtime=0.29 cores=1,3,5,7
/proc/32694/task/32705/stat : 32705 (java) R 32692 32692 897 0 -1 4202560 1190 0 0 0 29 0 0 0 20 0 15 0 79107605 14314172416 28228 18446744073709551615 4194304 4196468 140731751340976 140671124251728 140671561286720 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32706] ppid=32692 vsize=13978684 memory=16436 CPUtime=0.32 cores=1,3,5,7
/proc/32694/task/32706/stat : 32706 (java) S 32692 32692 897 0 -1 1077944384 1693 0 0 0 32 0 0 0 20 0 15 0 79107605 14314172416 28228 18446744073709551615 4194304 4196468 140731751340976 140671123212656 140671583840898 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32707] ppid=32692 vsize=13978684 memory=3016 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32707/stat : 32707 (java) S 32692 32692 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79107605 14314172416 28228 18446744073709551615 4194304 4196468 140731751340976 140671122160096 140671583839957 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32708] ppid=32692 vsize=13978684 memory=2860 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32708/stat : 32708 (java) S 32692 32692 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79107611 14314172416 28228 18446744073709551615 4194304 4196468 140731751340976 140671121107888 140671583840898 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
Current children cumulated CPU time: 1.57 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 114288 KiB

[startup+0.901577 s]
/proc/loadavg: 1.56 1.62 1.66 3/212 32708
/proc/meminfo: memFree=29933308/32770624 swapFree=67108860/67108860
[pid=32692] ppid=32689 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/32692/stat : 32692 (xcsp3-exec) S 32689 32692 897 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 79107589 9740288 344 18446744073709551615 4194304 5098028 140730051497360 140730051495464 140577622442620 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 33366016 140730051498361 140730051498565 140730051498565 140730051502059 0
/proc/32692/statm: 2378 344 289 221 0 87 0
[pid=32694] ppid=32692 vsize=13980732 memory=124692 CPUtime=1.9 cores=1,3,5,7
/proc/32694/stat : 32694 (java) S 32692 32692 897 0 -1 1077944320 14464 0 0 0 183 7 0 0 20 0 15 0 79107599 14316269568 31173 18446744073709551615 4194304 4196468 140731751340976 140731751323520 140671583829751 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
/proc/32694/statm: 3495183 31173 3171 1 0 3483476 0
[pid=32694/tid=32695] ppid=32692 vsize=13980732 memory=2244 CPUtime=0.72 cores=1,3,5,7
/proc/32694/task/32695/stat : 32695 (java) R 32692 32692 897 0 -1 4202560 8436 0 0 0 68 4 0 0 20 0 15 0 79107600 14316269568 31173 18446744073709551615 4194304 4196468 140731751340976 140671588068592 140671201714091 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32696] ppid=32692 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32696/stat : 32696 (java) S 32692 32692 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79107600 14316269568 31173 18446744073709551615 4194304 4196468 140731751340976 140671525775760 140671583839957 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32697] ppid=32692 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32697/stat : 32697 (java) S 32692 32692 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79107600 14316269568 31173 18446744073709551615 4194304 4196468 140731751340976 140671524722960 140671583839957 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32698] ppid=32692 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32698/stat : 32698 (java) S 32692 32692 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79107600 14316269568 31173 18446744073709551615 4194304 4196468 140731751340976 140671523670672 140671583839957 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32699] ppid=32692 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32699/stat : 32699 (java) S 32692 32692 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 79107600 14316269568 31173 18446744073709551615 4194304 4196468 140731751340976 140671522617872 140671583839957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32700] ppid=32692 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32700/stat : 32700 (java) S 32692 32692 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 79107602 14316269568 31173 18446744073709551615 4194304 4196468 140731751340976 140671129528944 140671583840898 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32701] ppid=32692 vsize=13980732 memory=3204 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32701/stat : 32701 (java) S 32692 32692 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 79107602 14316269568 31173 18446744073709551615 4194304 4196468 140731751340976 140671128474912 140671583839957 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32702] ppid=32692 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32702/stat : 32702 (java) S 32692 32692 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 79107602 14316269568 31173 18446744073709551615 4194304 4196468 140731751340976 140671127422576 140671583839957 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32703] ppid=32692 vsize=13980732 memory=1046372 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32703/stat : 32703 (java) S 32692 32692 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79107605 14316269568 31173 18446744073709551615 4194304 4196468 140731751340976 140671126370896 140671583848347 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32704] ppid=32692 vsize=13980732 memory=4060 CPUtime=0.39 cores=1,3,5,7
/proc/32694/task/32704/stat : 32704 (java) R 32692 32692 897 0 -1 4202560 1665 0 0 0 39 0 0 0 20 0 15 0 79107605 14316269568 31173 18446744073709551615 4194304 4196468 140731751340976 140671125304560 140671568955932 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32705] ppid=32692 vsize=13980732 memory=1156 CPUtime=0.37 cores=1,3,5,7
/proc/32694/task/32705/stat : 32705 (java) R 32692 32692 897 0 -1 4202560 1235 0 0 0 37 0 0 0 20 0 15 0 79107605 14316269568 31173 18446744073709551615 4194304 4196468 140731751340976 140671124254544 140671563087388 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32706] ppid=32692 vsize=13980732 memory=2364 CPUtime=0.39 cores=1,3,5,7
/proc/32694/task/32706/stat : 32706 (java) R 32692 32692 897 0 -1 4202560 1822 0 0 0 38 1 0 0 20 0 15 0 79107605 14316269568 31173 18446744073709551615 4194304 4196468 140731751340976 140671123212656 140671563544532 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32707] ppid=32692 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32707/stat : 32707 (java) S 32692 32692 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79107605 14316269568 31173 18446744073709551615 4194304 4196468 140731751340976 140671122160096 140671583839957 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
[pid=32694/tid=32708] ppid=32692 vsize=13980732 memory=3977297634295638623 CPUtime=0 cores=1,3,5,7
/proc/32694/task/32708/stat : 32708 (java) S 32692 32692 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79107611 14316269568 31173 18446744073709551615 4194304 4196468 140731751340976 140671121107888 140671583840898 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34209792 140731751342513 140731751342689 140731751342689 140731751346127 0
Current children cumulated CPU time: 1.9 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 126068 KiB

Child status: 0
Real time (s): 0.97198
CPU time (s): 2.13156
CPU user time (s): 2.05223
CPU system time (s): 0.079327
CPU usage (%): 219.301
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 126068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.05223
system time used= 0.079327
maximum resident set size= 128388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15290
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= 1533
involuntary context switches= 11


# summary of solver processes directly reported to runsolver:
#   pid: 32692
#   total CPU time (s): 2.13156
#   total CPU user time (s): 2.05223
#   total CPU system time (s): 0.079327

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.033107 second user time and 0.040848 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-15 05:33:43
IDJOB=4272606
IDBENCH=126141
IDSOLVER=2664
FILE ID=node125/4272606-1502768870
RUNJOBID= node125-1502662595-11629
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/QRandom/QRandom-geometric-rw/geometric-50-20-d4-75-54.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4272606-1502768870/watcher-4272606-1502768870 -o /tmp/evaluation-result-4272606-1502768870/solver-4272606-1502768870 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11629 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 722112318 HOME/instance-4272606-1502768870.xml

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

MD5SUM BENCH= a4dbf7a89b77d3d2fc660abfcd1a3804
RANDOM SEED=722112318

node125.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29969188 kB
MemAvailable:   30950376 kB
Buffers:          301124 kB
Cached:           973748 kB
SwapCached:            0 kB
Active:          1758508 kB
Inactive:         605888 kB
Active(anon):    1089948 kB
Inactive(anon):    33100 kB
Active(file):     668560 kB
Inactive(file):   572788 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8256 kB
Writeback:             0 kB
AnonPages:       1089272 kB
Mapped:            63088 kB
Shmem:             33444 kB
Slab:             137516 kB
SReclaimable:     111352 kB
SUnreclaim:        26164 kB
KernelStack:        3424 kB
PageTables:         8720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1751200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    978944 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node125 at 2017-08-15 05:33:44