Trace number 4282269

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-18)SAT 0.97331899 0.636289

General information on the benchmark

NameLangford/Langford-m2-s1/
LangfordBin-16.xml
MD5SUM27c67f30ca0ef1b1bbbeaa4cb2c2f178
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.91860801
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints48
Number of domains2
Minimum domain size16
Maximum domain size32
Distribution of domain sizes[{"size":16,"count":32},{"size":32,"count":32}]
Minimum variable degree2
Maximum variable degree32
Distribution of variable degrees[{"degree":2,"count":32},{"degree":32,"count":32}]
Minimum constraint arity2
Maximum constraint arity33
Distribution of constraint arities[{"arity":2,"count":16},{"arity":33,"count":32}]
Number of extensional constraints0
Number of intensional constraints16
Distribution of constraint types[{"type":"intension","count":16},{"type":"element","count":32}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282269-1503119827.xml"  -tl '2520s' -p 1 -x 0
0.10/0.27	c [HOME/instance-4282269-1503119827.xml, -tl, 2520s, -p, 1, -x, 0]
0.29/0.33	c simple solver
0.29/0.40	c parse instance...
0.67/0.57	c solve instance...
0.92/0.61	s SATISFIABLE
0.92/0.61	v <instantiation>
0.92/0.61	v 	<list>v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] v[12] v[13] v[14] v[15] v[16] v[17] v[18] v[19] v[20] v[21] v[22] v[23] v[24] v[25] v[26] v[27] v[28] v[29] v[30] v[31] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] p[20] p[21] p[22] p[23] p[24] p[25] p[26] p[27] p[28] p[29] p[30] p[31] </list>
0.92/0.61	v 	<values>16 12 15 7 10 13 9 4 11 14 2 7 4 2 12 10 9 16 15 13 11 8 6 3 14 5 1 3 1 6 8 5 28 26 13 10 27 23 12 7 31 25 29 22 11 3 30 21 16 6 15 4 20 8 14 1 19 5 24 9 18 2 17 0 </values>
0.92/0.61	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 (15374 MiB free)
  memory of node 1: 16384 MiB (15547 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282269-1503119827/watcher-4282269-1503119827 -o /tmp/evaluation-result-4282269-1503119827/solver-4282269-1503119827 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1503095823-17350 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 787143561 HOME/instance-4282269-1503119827.xml 

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

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

solver pid=21873, runsolver pid=21870

[startup+0.100172 s]*
/proc/loadavg: 2.17 2.08 1.99 3/199 21875
/proc/meminfo: memFree=31664180/32770624 swapFree=67108860/67108860
[pid=21873] ppid=21870 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/21873/stat : 21873 (xcsp3-exec) S 21870 21873 17292 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 10391790 9740288 344 18446744073709551615 4194304 5098028 140737392536800 140737392534904 140298336354940 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 15560704 140737392537978 140737392538182 140737392538182 140737392541675 0
/proc/21873/statm: 2378 344 289 221 0 87 0
[pid=21875] ppid=21873 vsize=11659680 memory=9552 CPUtime=0 cores=0,2,4,6
/proc/21875/stat : 21875 (java) S 21873 21873 17292 0 -1 1077944320 2189 0 0 0 0 0 0 0 20 0 4 0 10391800 11939512320 2388 18446744073709551615 4194304 4196468 140730541608368 140730541590912 140450876157687 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
/proc/21875/statm: 2914920 2388 1151 1 0 2904890 0
[pid=21875/tid=21876] ppid=21873 vsize=11660708 memory=-8713483618642981981 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21876/stat : 21876 (java) S 21873 21873 17292 0 -1 1077944384 957 0 0 0 0 0 0 0 20 0 5 0 10391800 11940564992 2454 18446744073709551615 4194304 4196468 140730541608368 140450880399056 140450876167893 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21877] ppid=21873 vsize=11660708 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21877/stat : 21877 (java) S 21873 21873 17292 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 5 0 10391801 11940564992 2454 18446744073709551615 4194304 4196468 140730541608368 140450810592352 140450876167893 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21878] ppid=21873 vsize=11660708 memory=140167891482240 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21878/stat : 21878 (java) S 21873 21873 17292 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 5 0 10391801 11940564992 2454 18446744073709551615 4194304 4196468 140730541608368 140450809539808 140450876167893 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21879] ppid=21873 vsize=11661736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21879/stat : 21879 (java) S 21873 21873 17292 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 6 0 10391801 11941617664 2454 18446744073709551615 4194304 4196468 140730541608368 140450808487264 140450876167893 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21880] ppid=21873 vsize=11661736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21880/stat : 21880 (java) R 21873 21873 17292 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 6 0 10391801 11941617664 2454 18446744073709551615 4194304 4196468 140730541608368 140450880399056 140450868897537 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 11669192 KiB
Current children cumulated memory: 10928 KiB

[startup+0.210195 s]*
/proc/loadavg: 2.17 2.08 1.99 3/213 21889
/proc/meminfo: memFree=31650968/32770624 swapFree=67108860/67108860
[pid=21873] ppid=21870 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/21873/stat : 21873 (xcsp3-exec) S 21870 21873 17292 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 10391790 9740288 344 18446744073709551615 4194304 5098028 140737392536800 140737392534904 140298336354940 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 15560704 140737392537978 140737392538182 140737392538182 140737392541675 0
/proc/21873/statm: 2378 344 289 221 0 87 0
[pid=21875] ppid=21873 vsize=13974352 memory=27640 CPUtime=0.1 cores=0,2,4,6
/proc/21875/stat : 21875 (java) S 21873 21873 17292 0 -1 1077944320 5316 0 0 0 9 1 0 0 20 0 15 0 10391800 14309736448 6910 18446744073709551615 4194304 4196468 140730541608368 140730541590912 140450876157687 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
/proc/21875/statm: 3493588 6910 2757 1 0 3482964 0
[pid=21875/tid=21876] ppid=21873 vsize=13974352 memory=7311146985107750967 CPUtime=0.07 cores=0,2,4,6
/proc/21875/task/21876/stat : 21876 (java) R 21873 21873 17292 0 -1 4202560 3456 0 0 0 7 0 0 0 20 0 15 0 10391800 14309736448 6910 18446744073709551615 4194304 4196468 140730541608368 140450880382496 140450876179613 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21877] ppid=21873 vsize=13974352 memory=10613 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21877/stat : 21877 (java) S 21873 21873 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10391801 14309736448 6910 18446744073709551615 4194304 4196468 140730541608368 140450810592016 140450876167893 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21878] ppid=21873 vsize=13974352 memory=288370544043193984 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21878/stat : 21878 (java) S 21873 21873 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10391801 14309736448 6910 18446744073709551615 4194304 4196468 140730541608368 140450809539472 140450876167893 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21879] ppid=21873 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21879/stat : 21879 (java) S 21873 21873 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10391801 14309736448 6910 18446744073709551615 4194304 4196468 140730541608368 140450808486928 140450876167893 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21880] ppid=21873 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21880/stat : 21880 (java) S 21873 21873 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10391801 14309736448 6910 18446744073709551615 4194304 4196468 140730541608368 140450807434384 140450876167893 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21881] ppid=21873 vsize=13974352 memory=140167891482240 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21881/stat : 21881 (java) S 21873 21873 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10391802 14309736448 6910 18446744073709551615 4194304 4196468 140730541608368 140450354132976 140450876168834 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21882] ppid=21873 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21882/stat : 21882 (java) S 21873 21873 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 10391803 14309736448 6910 18446744073709551615 4194304 4196468 140730541608368 140450353079200 140450876167893 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21883] ppid=21873 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21883/stat : 21883 (java) S 21873 21873 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 10391803 14309736448 6910 18446744073709551615 4194304 4196468 140730541608368 140450352026608 140450876167893 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21884] ppid=21873 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21884/stat : 21884 (java) S 21873 21873 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10391805 14309736448 6910 18446744073709551615 4194304 4196468 140730541608368 140450350975184 140450876176283 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21885] ppid=21873 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21885/stat : 21885 (java) S 21873 21873 17292 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 10391805 14309736448 6910 18446744073709551615 4194304 4196468 140730541608368 140450349922800 140450876168834 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21886] ppid=21873 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21886/stat : 21886 (java) S 21873 21873 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10391805 14309736448 6910 18446744073709551615 4194304 4196468 140730541608368 140450348870256 140450876168834 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21887] ppid=21873 vsize=13974352 memory=140167891482240 CPUtime=0.01 cores=0,2,4,6
/proc/21875/task/21887/stat : 21887 (java) S 21873 21873 17292 0 -1 1077944384 249 0 0 0 1 0 0 0 20 0 15 0 10391805 14309736448 6910 18446744073709551615 4194304 4196468 140730541608368 140450347817712 140450876168834 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21888] ppid=21873 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21888/stat : 21888 (java) S 21873 21873 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10391806 14309736448 6910 18446744073709551615 4194304 4196468 140730541608368 140450346765408 140450876167893 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21889] ppid=21873 vsize=13974352 memory=140167891482240 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21889/stat : 21889 (java) S 21873 21873 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10391809 14309736448 6910 18446744073709551615 4194304 4196468 140730541608368 140450345711920 140450876168834 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29016 KiB

[startup+0.31253 s]*
/proc/loadavg: 2.17 2.08 1.99 4/213 21889
/proc/meminfo: memFree=31638776/32770624 swapFree=67108860/67108860
[pid=21873] ppid=21870 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/21873/stat : 21873 (xcsp3-exec) S 21870 21873 17292 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 10391790 9740288 344 18446744073709551615 4194304 5098028 140737392536800 140737392534904 140298336354940 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 15560704 140737392537978 140737392538182 140737392538182 140737392541675 0
/proc/21873/statm: 2378 344 289 221 0 87 0
[pid=21875] ppid=21873 vsize=13974352 memory=37204 CPUtime=0.29 cores=0,2,4,6
/proc/21875/stat : 21875 (java) S 21873 21873 17292 0 -1 1077944320 8875 0 0 0 27 2 0 0 20 0 15 0 10391800 14309736448 9301 18446744073709551615 4194304 4196468 140730541608368 140730541590912 140450876157687 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
/proc/21875/statm: 3493588 9301 2986 1 0 3482964 0
[pid=21875/tid=21876] ppid=21873 vsize=13974352 memory=-8774313645642428999 CPUtime=0.17 cores=0,2,4,6
/proc/21875/task/21876/stat : 21876 (java) R 21873 21873 17292 0 -1 4202560 6160 0 0 0 15 2 0 0 20 0 15 0 10391800 14309736448 9301 18446744073709551615 4194304 4196468 140730541608368 140450880395744 140450868835701 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21877] ppid=21873 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21877/stat : 21877 (java) S 21873 21873 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10391801 14309736448 9301 18446744073709551615 4194304 4196468 140730541608368 140450810592016 140450876167893 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21878] ppid=21873 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21878/stat : 21878 (java) S 21873 21873 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10391801 14309736448 9301 18446744073709551615 4194304 4196468 140730541608368 140450809539472 140450876167893 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21879] ppid=21873 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21879/stat : 21879 (java) S 21873 21873 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10391801 14309736448 9301 18446744073709551615 4194304 4196468 140730541608368 140450808486928 140450876167893 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21880] ppid=21873 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21880/stat : 21880 (java) S 21873 21873 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10391801 14309736448 9301 18446744073709551615 4194304 4196468 140730541608368 140450807434384 140450876167893 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21881] ppid=21873 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21881/stat : 21881 (java) S 21873 21873 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10391802 14309736448 9301 18446744073709551615 4194304 4196468 140730541608368 140450354132976 140450876168834 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21882] ppid=21873 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21882/stat : 21882 (java) S 21873 21873 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 10391803 14309736448 9301 18446744073709551615 4194304 4196468 140730541608368 140450353079200 140450876167893 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21883] ppid=21873 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21883/stat : 21883 (java) S 21873 21873 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 10391803 14309736448 9301 18446744073709551615 4194304 4196468 140730541608368 140450352026608 140450876167893 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21884] ppid=21873 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21884/stat : 21884 (java) S 21873 21873 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10391805 14309736448 9301 18446744073709551615 4194304 4196468 140730541608368 140450350975184 140450876176283 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21885] ppid=21873 vsize=13974352 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/21875/task/21885/stat : 21885 (java) S 21873 21873 17292 0 -1 1077944384 508 0 0 0 2 0 0 0 20 0 15 0 10391805 14309736448 9301 18446744073709551615 4194304 4196468 140730541608368 140450349922800 140450876168834 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21886] ppid=21873 vsize=13974352 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/21875/task/21886/stat : 21886 (java) D 21873 21873 17292 0 -1 4202560 203 0 0 0 1 0 0 0 20 0 15 0 10391805 14309736448 9301 18446744073709551615 4194304 4196468 140730541608368 140450348851272 140450868874839 0 4 1 16800974 18446744071582151463 0 0 -1 2 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21887] ppid=21873 vsize=13974352 memory=140167891482240 CPUtime=0.06 cores=0,2,4,6
/proc/21875/task/21887/stat : 21887 (java) S 21873 21873 17292 0 -1 1077944384 699 0 0 0 6 0 0 0 20 0 15 0 10391805 14309736448 9301 18446744073709551615 4194304 4196468 140730541608368 140450347817712 140450876168834 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21888] ppid=21873 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21888/stat : 21888 (java) S 21873 21873 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10391806 14309736448 9301 18446744073709551615 4194304 4196468 140730541608368 140450346765408 140450876167893 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21889] ppid=21873 vsize=13974352 memory=140167891482240 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21889/stat : 21889 (java) S 21873 21873 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10391809 14309736448 9813 18446744073709551615 4194304 4196468 140730541608368 140450345711920 140450876168834 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38580 KiB

[startup+0.636253 s]
# the end of solver process 21873 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.911972 s, system=0.061347 s

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

[startup+0.410458 s]*
/proc/loadavg: 2.17 2.08 1.99 4/213 21889
/proc/meminfo: memFree=31634164/32770624 swapFree=67108860/67108860
[pid=21873] ppid=21870 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/21873/stat : 21873 (xcsp3-exec) S 21870 21873 17292 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 10391790 9740288 344 18446744073709551615 4194304 5098028 140737392536800 140737392534904 140298336354940 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 15560704 140737392537978 140737392538182 140737392538182 140737392541675 0
/proc/21873/statm: 2378 344 289 221 0 87 0
[pid=21875] ppid=21873 vsize=13978608 memory=43640 CPUtime=0.46 cores=0,2,4,6
/proc/21875/stat : 21875 (java) S 21873 21873 17292 0 -1 1077944320 10253 0 0 0 43 3 0 0 20 0 15 0 10391800 14314094592 10910 18446744073709551615 4194304 4196468 140730541608368 140730541590912 140450876157687 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
/proc/21875/statm: 3494652 10910 3064 1 0 3482964 0
[pid=21875/tid=21876] ppid=21873 vsize=13978608 memory=7311146985107750967 CPUtime=0.27 cores=0,2,4,6
/proc/21875/task/21876/stat : 21876 (java) R 21873 21873 17292 0 -1 4202560 7383 0 0 0 25 2 0 0 20 0 15 0 10391800 14314094592 10910 18446744073709551615 4194304 4196468 140730541608368 140450880391456 140450860238174 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21877] ppid=21873 vsize=13978608 memory=10613 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21877/stat : 21877 (java) S 21873 21873 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10391801 14314094592 10910 18446744073709551615 4194304 4196468 140730541608368 140450810592016 140450876167893 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21878] ppid=21873 vsize=13978608 memory=288370544043193984 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21878/stat : 21878 (java) S 21873 21873 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10391801 14314094592 10910 18446744073709551615 4194304 4196468 140730541608368 140450809539472 140450876167893 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21879] ppid=21873 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21879/stat : 21879 (java) S 21873 21873 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10391801 14314094592 10910 18446744073709551615 4194304 4196468 140730541608368 140450808486928 140450876167893 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21880] ppid=21873 vsize=13978608 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21880/stat : 21880 (java) S 21873 21873 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10391801 14314094592 10910 18446744073709551615 4194304 4196468 140730541608368 140450807434384 140450876167893 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21881] ppid=21873 vsize=13978608 memory=140167891482240 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21881/stat : 21881 (java) S 21873 21873 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10391802 14314094592 10910 18446744073709551615 4194304 4196468 140730541608368 140450354132976 140450876168834 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21882] ppid=21873 vsize=13978608 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21882/stat : 21882 (java) S 21873 21873 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 10391803 14314094592 10910 18446744073709551615 4194304 4196468 140730541608368 140450353079200 140450876167893 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21883] ppid=21873 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21883/stat : 21883 (java) S 21873 21873 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 10391803 14314094592 10910 18446744073709551615 4194304 4196468 140730541608368 140450352026608 140450876167893 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21884] ppid=21873 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21884/stat : 21884 (java) S 21873 21873 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10391805 14314094592 10910 18446744073709551615 4194304 4196468 140730541608368 140450350975184 140450876176283 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21885] ppid=21873 vsize=13978608 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/21875/task/21885/stat : 21885 (java) S 21873 21873 17292 0 -1 1077944384 513 0 0 0 3 0 0 0 20 0 15 0 10391805 14314094592 10910 18446744073709551615 4194304 4196468 140730541608368 140450349922800 140450876168834 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21886] ppid=21873 vsize=13978608 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/21875/task/21886/stat : 21886 (java) S 21873 21873 17292 0 -1 1077944384 267 0 0 0 3 0 0 0 20 0 15 0 10391805 14314094592 10910 18446744073709551615 4194304 4196468 140730541608368 140450348870256 140450876168834 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21887] ppid=21873 vsize=13978608 memory=140167891482240 CPUtime=0.11 cores=0,2,4,6
/proc/21875/task/21887/stat : 21887 (java) R 21873 21873 17292 0 -1 4202560 794 0 0 0 11 0 0 0 20 0 15 0 10391805 14314094592 10910 18446744073709551615 4194304 4196468 140730541608368 140450347812288 140450855087833 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21888] ppid=21873 vsize=13978608 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21888/stat : 21888 (java) S 21873 21873 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10391806 14314094592 10910 18446744073709551615 4194304 4196468 140730541608368 140450346765408 140450876167893 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21889] ppid=21873 vsize=13978608 memory=140167891482240 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21889/stat : 21889 (java) S 21873 21873 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10391809 14314094592 10910 18446744073709551615 4194304 4196468 140730541608368 140450345711920 140450876168834 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 45016 KiB

[startup+0.610236 s]
/proc/loadavg: 2.17 2.08 1.99 5/213 21889
/proc/meminfo: memFree=31626816/32770624 swapFree=67108860/67108860
[pid=21873] ppid=21870 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/21873/stat : 21873 (xcsp3-exec) S 21870 21873 17292 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 10391790 9740288 344 18446744073709551615 4194304 5098028 140737392536800 140737392534904 140298336354940 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 15560704 140737392537978 140737392538182 140737392538182 140737392541675 0
/proc/21873/statm: 2378 344 289 221 0 87 0
[pid=21875] ppid=21873 vsize=13980732 memory=60824 CPUtime=0.92 cores=0,2,4,6
/proc/21875/stat : 21875 (java) S 21873 21873 17292 0 -1 1077944320 12980 0 0 0 87 5 0 0 20 0 15 0 10391800 14316269568 15206 18446744073709551615 4194304 4196468 140730541608368 140730541590912 140450876157687 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
/proc/21875/statm: 3495183 15206 3169 1 0 3483476 0
[pid=21875/tid=21876] ppid=21873 vsize=13980732 memory=14972269717904871 CPUtime=0.46 cores=0,2,4,6
/proc/21875/task/21876/stat : 21876 (java) R 21873 21873 17292 0 -1 4202560 8640 0 0 0 42 4 0 0 20 0 15 0 10391800 14316269568 15206 18446744073709551615 4194304 4196468 140730541608368 140450880396560 140450876169622 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21877] ppid=21873 vsize=13980732 memory=-7103146973613356224 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21877/stat : 21877 (java) S 21873 21873 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10391801 14316269568 15206 18446744073709551615 4194304 4196468 140730541608368 140450810592016 140450876167893 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21878] ppid=21873 vsize=13980732 memory=8978309881829228949 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21878/stat : 21878 (java) S 21873 21873 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10391801 14316269568 15206 18446744073709551615 4194304 4196468 140730541608368 140450809539472 140450876167893 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21879] ppid=21873 vsize=13980732 memory=6944613755328037012 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21879/stat : 21879 (java) S 21873 21873 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10391801 14316269568 15206 18446744073709551615 4194304 4196468 140730541608368 140450808486928 140450876167893 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21880] ppid=21873 vsize=13980732 memory=4206468019030941792 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21880/stat : 21880 (java) S 21873 21873 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10391801 14316269568 15206 18446744073709551615 4194304 4196468 140730541608368 140450807434384 140450876167893 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21881] ppid=21873 vsize=13980732 memory=-7595718148000617571 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21881/stat : 21881 (java) S 21873 21873 17292 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 10391802 14316269568 15206 18446744073709551615 4194304 4196468 140730541608368 140450354132976 140450876168834 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21882] ppid=21873 vsize=13980732 memory=-6876588627878947929 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21882/stat : 21882 (java) S 21873 21873 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 10391803 14316269568 15206 18446744073709551615 4194304 4196468 140730541608368 140450353079200 140450876167893 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21883] ppid=21873 vsize=13980732 memory=-2317720213663324238 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21883/stat : 21883 (java) S 21873 21873 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 10391803 14316269568 15206 18446744073709551615 4194304 4196468 140730541608368 140450352026608 140450876167893 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21884] ppid=21873 vsize=13980732 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21884/stat : 21884 (java) S 21873 21873 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10391805 14316269568 15206 18446744073709551615 4194304 4196468 140730541608368 140450350975184 140450876176283 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21885] ppid=21873 vsize=13980732 memory=6944656592387989600 CPUtime=0.11 cores=0,2,4,6
/proc/21875/task/21885/stat : 21885 (java) S 21873 21873 17292 0 -1 1077944384 1049 0 0 0 11 0 0 0 20 0 15 0 10391805 14316269568 15206 18446744073709551615 4194304 4196468 140730541608368 140450349922800 140450876168834 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21886] ppid=21873 vsize=13980732 memory=6944656575208382560 CPUtime=0.11 cores=0,2,4,6
/proc/21875/task/21886/stat : 21886 (java) R 21873 21873 17292 0 -1 1077944384 729 0 0 0 11 0 0 0 20 0 15 0 10391805 14316269568 15206 18446744073709551615 4194304 4196468 140730541608368 140450348870256 140450876168834 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21887] ppid=21873 vsize=13980732 memory=6944656575208382560 CPUtime=0.21 cores=0,2,4,6
/proc/21875/task/21887/stat : 21887 (java) R 21873 21873 17292 0 -1 4202560 1253 0 0 0 21 0 0 0 20 0 15 0 10391805 14316269568 15206 18446744073709551615 4194304 4196468 140730541608368 140450347817712 140450855128161 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21888] ppid=21873 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21888/stat : 21888 (java) S 21873 21873 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10391806 14316269568 15206 18446744073709551615 4194304 4196468 140730541608368 140450346765408 140450876167893 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
[pid=21875/tid=21889] ppid=21873 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21889/stat : 21889 (java) S 21873 21873 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10391809 14316269568 15206 18446744073709551615 4194304 4196468 140730541608368 140450345711920 140450876168834 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15224832 140730541613490 140730541613666 140730541613666 140730541617103 0
Current children cumulated CPU time: 0.92 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 62200 KiB

Child status: 0
Real time (s): 0.636289
CPU time (s): 0.973319
CPU user time (s): 0.911972
CPU system time (s): 0.061347
CPU usage (%): 152.968
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 62200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.911972
system time used= 0.061347
maximum resident set size= 61668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13566
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= 1346
involuntary context switches= 5


# summary of solver processes directly reported to runsolver:
#   pid: 21873
#   total CPU time (s): 0.973319
#   total CPU user time (s): 0.911972
#   total CPU system time (s): 0.061347

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.024936 second user time and 0.048875 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-19 07:03:09
IDJOB=4282269
IDBENCH=124372
IDSOLVER=2677
FILE ID=node129/4282269-1503119827
RUNJOBID= node129-1503095823-17350
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Langford/Langford-m2-s1/LangfordBin-16.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-4282269-1503119827/watcher-4282269-1503119827 -o /tmp/evaluation-result-4282269-1503119827/solver-4282269-1503119827 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1503095823-17350 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 787143561 HOME/instance-4282269-1503119827.xml

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

MD5SUM BENCH= 27c67f30ca0ef1b1bbbeaa4cb2c2f178
RANDOM SEED=787143561

node129.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.73
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.73
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.73
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.73
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:        31664956 kB
MemAvailable:   31880244 kB
Buffers:          157572 kB
Cached:           340276 kB
SwapCached:            0 kB
Active:           362932 kB
Inactive:         337956 kB
Active(anon):     203304 kB
Inactive(anon):     8556 kB
Active(file):     159628 kB
Inactive(file):   329400 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7804 kB
Writeback:             4 kB
AnonPages:        202416 kB
Mapped:            43280 kB
Shmem:              8868 kB
Slab:             109232 kB
SReclaimable:      84188 kB
SUnreclaim:        25044 kB
KernelStack:        3456 kB
PageTables:         5184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1170620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    108544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 62000 MiB
End job on node129 at 2017-08-19 07:03:10