Trace number 4282441

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 1.2379 0.71765298

General information on the benchmark

NameQueens/
Queens-m1-s1/Queens-0015-m1.xml
MD5SUMbd7811eb886e860eb393779b0133da64
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.064544998
Satisfiable
(Un)Satisfiability was proved
Number of variables15
Number of constraints106
Number of domains1
Minimum domain size15
Maximum domain size15
Distribution of domain sizes[{"size":15,"count":15}]
Minimum variable degree15
Maximum variable degree15
Distribution of variable degrees[{"degree":15,"count":15}]
Minimum constraint arity2
Maximum constraint arity15
Distribution of constraint arities[{"arity":2,"count":105},{"arity":15,"count":1}]
Number of extensional constraints0
Number of intensional constraints105
Distribution of constraint types[{"type":"intension","count":105},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282441-1503158800.xml"  -tl '2520s' -p 1 -x 0
0.10/0.27	c [HOME/instance-4282441-1503158800.xml, -tl, 2520s, -p, 1, -x, 0]
0.29/0.33	c simple solver
0.29/0.40	c parse instance...
0.67/0.60	c solve instance...
1.21/0.70	s SATISFIABLE
1.21/0.70	v <instantiation>
1.21/0.70	v 	<list>q[0] q[1] q[2] q[3] q[4] q[5] q[6] q[7] q[8] q[9] q[10] q[11] q[12] q[13] q[14] </list>
1.21/0.70	v 	<values>7 5 8 2 12 14 3 1 4 9 11 13 10 0 6 </values>
1.21/0.70	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 (15103 MiB free)
  memory of node 1: 16384 MiB (15379 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282441-1503158800/watcher-4282441-1503158800 -o /tmp/evaluation-result-4282441-1503158800/solver-4282441-1503158800 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1503095780-14041 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 592329241 HOME/instance-4282441-1503158800.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=26291, runsolver pid=26288

[startup+0.100199 s]*
/proc/loadavg: 1.85 1.91 1.99 3/202 26298
/proc/meminfo: memFree=31208040/32770624 swapFree=67108860/67108860
[pid=26291] ppid=26288 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26291/stat : 26291 (xcsp3-exec) S 26288 26291 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 104220632 9740288 345 18446744073709551615 4194304 5098028 140726377708064 140726377706168 140123038593660 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 7 0 0 7196144 7232144 33165312 140726377714041 140726377714245 140726377714245 140726377717739 0
/proc/26291/statm: 2378 345 289 221 0 87 0
[pid=26293] ppid=26291 vsize=13507920 memory=17884 CPUtime=0.01 cores=0,2,4,6
/proc/26293/stat : 26293 (java) S 26291 26291 13977 0 -1 1077944320 3763 0 0 0 1 0 0 0 20 0 8 0 104220640 13832110080 4471 18446744073709551615 4194304 4196468 140731790667392 140731790649936 140421237804791 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
/proc/26293/statm: 3376980 4471 2037 1 0 3366477 0
[pid=26293/tid=26294] ppid=26291 vsize=13507920 memory=4206989191851631162 CPUtime=0.01 cores=0,2,4,6
/proc/26293/task/26294/stat : 26294 (java) R 26291 26291 13977 0 -1 4202560 2486 0 0 0 1 0 0 0 20 0 8 0 104220640 13832110080 4471 18446744073709551615 4194304 4196468 140731790667392 140421242037928 140421219742563 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26295] ppid=26291 vsize=13507920 memory=3461491056850876041 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26295/stat : 26295 (java) S 26291 26291 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 104220641 13832110080 4471 18446744073709551615 4194304 4196468 140731790667392 140421205363216 140421237814997 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26296] ppid=26291 vsize=13507920 memory=140452221191808 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26296/stat : 26296 (java) S 26291 26291 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 104220641 13832110080 4471 18446744073709551615 4194304 4196468 140731790667392 140420837362320 140421237814997 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26297] ppid=26291 vsize=13507920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26297/stat : 26297 (java) S 26291 26291 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 104220641 13832110080 4471 18446744073709551615 4194304 4196468 140731790667392 140420836309264 140421237814997 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26298] ppid=26291 vsize=13507920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26298/stat : 26298 (java) S 26291 26291 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 104220641 13832110080 4471 18446744073709551615 4194304 4196468 140731790667392 140420835256720 140421237814997 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26299] ppid=26291 vsize=13507920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26299/stat : 26299 (java) S 26291 26291 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 104220642 13832110080 4471 18446744073709551615 4194304 4196468 140731790667392 140420716378864 140421237815938 0 0 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26300] ppid=26291 vsize=13507920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26300/stat : 26300 (java) S 26291 26291 13977 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 8 0 104220643 13832110080 4471 18446744073709551615 4194304 4196468 140731790667392 140420715323984 140421237814997 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13517432 KiB
Current children cumulated memory: 19264 KiB

[startup+0.20994 s]*
/proc/loadavg: 1.85 1.91 1.99 4/211 26307
/proc/meminfo: memFree=31198828/32770624 swapFree=67108860/67108860
[pid=26291] ppid=26288 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26291/stat : 26291 (xcsp3-exec) S 26288 26291 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 104220632 9740288 345 18446744073709551615 4194304 5098028 140726377708064 140726377706168 140123038593660 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 7 0 0 7196144 7232144 33165312 140726377714041 140726377714245 140726377714245 140726377717739 0
/proc/26291/statm: 2378 345 289 221 0 87 0
[pid=26293] ppid=26291 vsize=13974352 memory=26884 CPUtime=0.1 cores=0,2,4,6
/proc/26293/stat : 26293 (java) S 26291 26291 13977 0 -1 1077944320 5163 0 0 0 9 1 0 0 20 0 15 0 104220640 14309736448 6721 18446744073709551615 4194304 4196468 140731790667392 140731790649936 140421237804791 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
/proc/26293/statm: 3493588 6721 2755 1 0 3482964 0
[pid=26293/tid=26294] ppid=26291 vsize=13974352 memory=-6082223913028391270 CPUtime=0.07 cores=0,2,4,6
/proc/26293/task/26294/stat : 26294 (java) R 26291 26291 13977 0 -1 4202560 3306 0 0 0 7 0 0 0 20 0 15 0 104220640 14309736448 6721 18446744073709551615 4194304 4196468 140731790667392 140421242027792 140421237816726 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26295] ppid=26291 vsize=13974352 memory=3461491056850876041 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26295/stat : 26295 (java) S 26291 26291 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104220641 14309736448 6721 18446744073709551615 4194304 4196468 140731790667392 140421205363216 140421237814997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26296] ppid=26291 vsize=13974352 memory=140452221191808 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26296/stat : 26296 (java) S 26291 26291 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104220641 14309736448 6721 18446744073709551615 4194304 4196468 140731790667392 140420837362320 140421237814997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26297] ppid=26291 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26297/stat : 26297 (java) S 26291 26291 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104220641 14309736448 6721 18446744073709551615 4194304 4196468 140731790667392 140420836309264 140421237814997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26298] ppid=26291 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26298/stat : 26298 (java) S 26291 26291 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104220641 14309736448 6721 18446744073709551615 4194304 4196468 140731790667392 140420835256720 140421237814997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26299] ppid=26291 vsize=13974352 memory=140452221191808 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26299/stat : 26299 (java) S 26291 26291 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104220642 14309736448 6721 18446744073709551615 4194304 4196468 140731790667392 140420716378864 140421237815938 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26300] ppid=26291 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26300/stat : 26300 (java) S 26291 26291 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104220643 14309736448 6721 18446744073709551615 4194304 4196468 140731790667392 140420715325088 140421237814997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26301] ppid=26291 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26301/stat : 26301 (java) S 26291 26291 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104220643 14309736448 6721 18446744073709551615 4194304 4196468 140731790667392 140420714271984 140421237814997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26302] ppid=26291 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26302/stat : 26302 (java) S 26291 26291 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104220646 14309736448 6721 18446744073709551615 4194304 4196468 140731790667392 140420713220560 140421237823387 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26303] ppid=26291 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26303/stat : 26303 (java) S 26291 26291 13977 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 104220646 14309736448 6721 18446744073709551615 4194304 4196468 140731790667392 140420712167664 140421237815938 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26304] ppid=26291 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26304/stat : 26304 (java) S 26291 26291 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104220646 14309736448 6721 18446744073709551615 4194304 4196468 140731790667392 140420711115120 140421237815938 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26305] ppid=26291 vsize=13974352 memory=140452221191808 CPUtime=0.01 cores=0,2,4,6
/proc/26293/task/26305/stat : 26305 (java) R 26291 26291 13977 0 -1 4202560 241 0 0 0 1 0 0 0 20 0 15 0 104220646 14309736448 6721 18446744073709551615 4194304 4196468 140731790667392 140420710062064 140421237816726 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26306] ppid=26291 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26306/stat : 26306 (java) S 26291 26291 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104220646 14309736448 6721 18446744073709551615 4194304 4196468 140731790667392 140420709009760 140421237814997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26307] ppid=26291 vsize=13974352 memory=140452221191808 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26307/stat : 26307 (java) S 26291 26291 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104220651 14309736448 6721 18446744073709551615 4194304 4196468 140731790667392 140420707957808 140421237815938 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28264 KiB

[startup+0.310783 s]*
/proc/loadavg: 1.85 1.91 1.99 4/211 26307
/proc/meminfo: memFree=31187152/32770624 swapFree=67108860/67108860
[pid=26291] ppid=26288 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26291/stat : 26291 (xcsp3-exec) S 26288 26291 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 104220632 9740288 345 18446744073709551615 4194304 5098028 140726377708064 140726377706168 140123038593660 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 7 0 0 7196144 7232144 33165312 140726377714041 140726377714245 140726377714245 140726377717739 0
/proc/26291/statm: 2378 345 289 221 0 87 0
[pid=26293] ppid=26291 vsize=13974352 memory=37300 CPUtime=0.29 cores=0,2,4,6
/proc/26293/stat : 26293 (java) S 26291 26291 13977 0 -1 1077944320 8964 0 0 0 26 3 0 0 20 0 15 0 104220640 14309736448 9325 18446744073709551615 4194304 4196468 140731790667392 140731790649936 140421237804791 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
/proc/26293/statm: 3493588 9325 2979 1 0 3482964 0
[pid=26293/tid=26294] ppid=26291 vsize=13974352 memory=-8774313645642428999 CPUtime=0.18 cores=0,2,4,6
/proc/26293/task/26294/stat : 26294 (java) R 26291 26291 13977 0 -1 4202560 6140 0 0 0 16 2 0 0 20 0 15 0 104220640 14309736448 9325 18446744073709551615 4194304 4196468 140731790667392 140421242031104 140421237826717 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26295] ppid=26291 vsize=13974352 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26295/stat : 26295 (java) S 26291 26291 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104220641 14309736448 9325 18446744073709551615 4194304 4196468 140731790667392 140421205363216 140421237814997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26296] ppid=26291 vsize=13974352 memory=-7305533901252758645 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26296/stat : 26296 (java) S 26291 26291 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104220641 14309736448 9325 18446744073709551615 4194304 4196468 140731790667392 140420837362320 140421237814997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26297] ppid=26291 vsize=13974352 memory=8248408006974860141 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26297/stat : 26297 (java) S 26291 26291 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104220641 14309736448 9325 18446744073709551615 4194304 4196468 140731790667392 140420836309264 140421237814997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26298] ppid=26291 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26298/stat : 26298 (java) S 26291 26291 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104220641 14309736448 9325 18446744073709551615 4194304 4196468 140731790667392 140420835256720 140421237814997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26299] ppid=26291 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26299/stat : 26299 (java) S 26291 26291 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104220642 14309736448 9325 18446744073709551615 4194304 4196468 140731790667392 140420716378864 140421237815938 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26300] ppid=26291 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26300/stat : 26300 (java) S 26291 26291 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104220643 14309736448 9325 18446744073709551615 4194304 4196468 140731790667392 140420715325088 140421237814997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26301] ppid=26291 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26301/stat : 26301 (java) S 26291 26291 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104220643 14309736448 9325 18446744073709551615 4194304 4196468 140731790667392 140420714271984 140421237814997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26302] ppid=26291 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26302/stat : 26302 (java) S 26291 26291 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104220646 14309736448 9325 18446744073709551615 4194304 4196468 140731790667392 140420713220560 140421237823387 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26303] ppid=26291 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/26293/task/26303/stat : 26303 (java) S 26291 26291 13977 0 -1 1077944384 503 0 0 0 1 0 0 0 20 0 15 0 104220646 14309736448 9325 18446744073709551615 4194304 4196468 140731790667392 140420712167664 140421237815938 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26304] ppid=26291 vsize=13974352 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/26293/task/26304/stat : 26304 (java) R 26291 26291 13977 0 -1 4202560 298 0 0 0 2 0 0 0 20 0 15 0 104220646 14309736448 9325 18446744073709551615 4194304 4196468 140731790667392 140420711115120 140421223819105 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26305] ppid=26291 vsize=13974352 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/26293/task/26305/stat : 26305 (java) R 26291 26291 13977 0 -1 1077944384 716 0 0 0 6 0 0 0 20 0 15 0 104220646 14309736448 9325 18446744073709551615 4194304 4196468 140731790667392 140420710062064 140421237815938 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26306] ppid=26291 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26306/stat : 26306 (java) S 26291 26291 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104220646 14309736448 9325 18446744073709551615 4194304 4196468 140731790667392 140420709009760 140421237814997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26307] ppid=26291 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26307/stat : 26307 (java) S 26291 26291 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104220651 14309736448 9325 18446744073709551615 4194304 4196468 140731790667392 140420707957808 140421237815938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38680 KiB

[startup+0.701499 s]
/proc/loadavg: 1.85 1.91 1.99 5/211 26307
/proc/meminfo: memFree=31176020/32770624 swapFree=67108860/67108860
[pid=26291] ppid=26288 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26291/stat : 26291 (xcsp3-exec) S 26288 26291 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 104220632 9740288 345 18446744073709551615 4194304 5098028 140726377708064 140726377706168 140123038593660 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 7 0 0 7196144 7232144 33165312 140726377714041 140726377714245 140726377714245 140726377717739 0
/proc/26291/statm: 2378 345 289 221 0 87 0
[pid=26293] ppid=26291 vsize=13980732 memory=62040 CPUtime=1.21 cores=0,2,4,6
/proc/26293/stat : 26293 (java) S 26291 26291 13977 0 -1 1077944320 13145 0 0 0 116 5 0 0 20 0 15 0 104220640 14316269568 15510 18446744073709551615 4194304 4196468 140731790667392 140731790649936 140421237804791 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
/proc/26293/statm: 3495183 15510 3173 1 0 3483476 0
[pid=26293/tid=26294] ppid=26291 vsize=13980732 memory=0 CPUtime=0.55 cores=0,2,4,6
/proc/26293/task/26294/stat : 26294 (java) R 26291 26291 13977 0 -1 4202560 8524 0 0 0 52 3 0 0 20 0 15 0 104220640 14316269568 15510 18446744073709551615 4194304 4196468 140731790667392 140421242041232 140420882306411 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26295] ppid=26291 vsize=13980732 memory=6364240969878637705 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26295/stat : 26295 (java) S 26291 26291 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104220641 14316269568 15510 18446744073709551615 4194304 4196468 140731790667392 140421205363216 140421237814997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26296] ppid=26291 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26296/stat : 26296 (java) S 26291 26291 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104220641 14316269568 15510 18446744073709551615 4194304 4196468 140731790667392 140420837362320 140421237814997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26297] ppid=26291 vsize=13980732 memory=3472328296160574753 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26297/stat : 26297 (java) S 26291 26291 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104220641 14316269568 15510 18446744073709551615 4194304 4196468 140731790667392 140420836309264 140421237814997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26298] ppid=26291 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26298/stat : 26298 (java) S 26291 26291 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104220641 14316269568 15510 18446744073709551615 4194304 4196468 140731790667392 140420835256720 140421237814997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26299] ppid=26291 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26299/stat : 26299 (java) S 26291 26291 13977 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 104220642 14316269568 15510 18446744073709551615 4194304 4196468 140731790667392 140420716378864 140421237815938 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26300] ppid=26291 vsize=13980732 memory=2 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26300/stat : 26300 (java) S 26291 26291 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104220643 14316269568 15510 18446744073709551615 4194304 4196468 140731790667392 140420715325088 140421237814997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26301] ppid=26291 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26301/stat : 26301 (java) S 26291 26291 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104220643 14316269568 15510 18446744073709551615 4194304 4196468 140731790667392 140420714271984 140421237814997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26302] ppid=26291 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26302/stat : 26302 (java) S 26291 26291 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104220646 14316269568 15510 18446744073709551615 4194304 4196468 140731790667392 140420713220560 140421237823387 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26303] ppid=26291 vsize=13980732 memory=22 CPUtime=0.18 cores=0,2,4,6
/proc/26293/task/26303/stat : 26303 (java) R 26291 26291 13977 0 -1 4202560 1025 0 0 0 18 0 0 0 20 0 15 0 104220646 14316269568 15510 18446744073709551615 4194304 4196468 140731790667392 140420712167792 140421219324864 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26304] ppid=26291 vsize=13980732 memory=3 CPUtime=0.17 cores=0,2,4,6
/proc/26293/task/26304/stat : 26304 (java) R 26291 26291 13977 0 -1 4202560 967 0 0 0 17 0 0 0 20 0 15 0 104220646 14316269568 15510 18446744073709551615 4194304 4196468 140731790667392 140420711104912 140421221303786 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26305] ppid=26291 vsize=13980732 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/26293/task/26305/stat : 26305 (java) R 26291 26291 13977 0 -1 1077944384 1319 0 0 0 28 0 0 0 20 0 15 0 104220646 14316269568 15510 18446744073709551615 4194304 4196468 140731790667392 140420710062064 140421237815938 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26306] ppid=26291 vsize=13980732 memory=4120 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26306/stat : 26306 (java) S 26291 26291 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104220646 14316269568 15510 18446744073709551615 4194304 4196468 140731790667392 140420709009760 140421237814997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26307] ppid=26291 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26307/stat : 26307 (java) S 26291 26291 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104220651 14316269568 15510 18446744073709551615 4194304 4196468 140731790667392 140420707957808 140421237815938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 63420 KiB

[startup+0.717614 s]
# the end of solver process 26291 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.17902 s, system=0.058883 s

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

[startup+0.701499 s]
/proc/loadavg: 1.85 1.91 1.99 5/211 26307
/proc/meminfo: memFree=31176020/32770624 swapFree=67108860/67108860
[pid=26291] ppid=26288 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26291/stat : 26291 (xcsp3-exec) S 26288 26291 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 104220632 9740288 345 18446744073709551615 4194304 5098028 140726377708064 140726377706168 140123038593660 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 7 0 0 7196144 7232144 33165312 140726377714041 140726377714245 140726377714245 140726377717739 0
/proc/26291/statm: 2378 345 289 221 0 87 0
[pid=26293] ppid=26291 vsize=13980732 memory=62040 CPUtime=1.21 cores=0,2,4,6
/proc/26293/stat : 26293 (java) S 26291 26291 13977 0 -1 1077944320 13145 0 0 0 116 5 0 0 20 0 15 0 104220640 14316269568 15510 18446744073709551615 4194304 4196468 140731790667392 140731790649936 140421237804791 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
/proc/26293/statm: 3495183 15510 3173 1 0 3483476 0
[pid=26293/tid=26294] ppid=26291 vsize=13980732 memory=0 CPUtime=0.55 cores=0,2,4,6
/proc/26293/task/26294/stat : 26294 (java) R 26291 26291 13977 0 -1 4202560 8524 0 0 0 52 3 0 0 20 0 15 0 104220640 14316269568 15510 18446744073709551615 4194304 4196468 140731790667392 140421242041232 140420882306411 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26295] ppid=26291 vsize=13980732 memory=6364240969878637705 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26295/stat : 26295 (java) S 26291 26291 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104220641 14316269568 15510 18446744073709551615 4194304 4196468 140731790667392 140421205363216 140421237814997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26296] ppid=26291 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26296/stat : 26296 (java) S 26291 26291 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104220641 14316269568 15510 18446744073709551615 4194304 4196468 140731790667392 140420837362320 140421237814997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26297] ppid=26291 vsize=13980732 memory=3472328296160574753 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26297/stat : 26297 (java) S 26291 26291 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104220641 14316269568 15510 18446744073709551615 4194304 4196468 140731790667392 140420836309264 140421237814997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26298] ppid=26291 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26298/stat : 26298 (java) S 26291 26291 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104220641 14316269568 15510 18446744073709551615 4194304 4196468 140731790667392 140420835256720 140421237814997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26299] ppid=26291 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26299/stat : 26299 (java) S 26291 26291 13977 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 104220642 14316269568 15510 18446744073709551615 4194304 4196468 140731790667392 140420716378864 140421237815938 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26300] ppid=26291 vsize=13980732 memory=2 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26300/stat : 26300 (java) S 26291 26291 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104220643 14316269568 15510 18446744073709551615 4194304 4196468 140731790667392 140420715325088 140421237814997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26301] ppid=26291 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26301/stat : 26301 (java) S 26291 26291 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104220643 14316269568 15510 18446744073709551615 4194304 4196468 140731790667392 140420714271984 140421237814997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26302] ppid=26291 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26302/stat : 26302 (java) S 26291 26291 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104220646 14316269568 15510 18446744073709551615 4194304 4196468 140731790667392 140420713220560 140421237823387 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26303] ppid=26291 vsize=13980732 memory=22 CPUtime=0.18 cores=0,2,4,6
/proc/26293/task/26303/stat : 26303 (java) R 26291 26291 13977 0 -1 4202560 1025 0 0 0 18 0 0 0 20 0 15 0 104220646 14316269568 15510 18446744073709551615 4194304 4196468 140731790667392 140420712167792 140421219324864 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26304] ppid=26291 vsize=13980732 memory=3 CPUtime=0.17 cores=0,2,4,6
/proc/26293/task/26304/stat : 26304 (java) R 26291 26291 13977 0 -1 4202560 967 0 0 0 17 0 0 0 20 0 15 0 104220646 14316269568 15510 18446744073709551615 4194304 4196468 140731790667392 140420711104912 140421221303786 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26305] ppid=26291 vsize=13980732 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/26293/task/26305/stat : 26305 (java) R 26291 26291 13977 0 -1 1077944384 1319 0 0 0 28 0 0 0 20 0 15 0 104220646 14316269568 15510 18446744073709551615 4194304 4196468 140731790667392 140420710062064 140421237815938 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26306] ppid=26291 vsize=13980732 memory=4120 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26306/stat : 26306 (java) S 26291 26291 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104220646 14316269568 15510 18446744073709551615 4194304 4196468 140731790667392 140420709009760 140421237814997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
[pid=26293/tid=26307] ppid=26291 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26293/task/26307/stat : 26307 (java) S 26291 26291 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104220651 14316269568 15510 18446744073709551615 4194304 4196468 140731790667392 140420707957808 140421237815938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7786496 140731790676401 140731790676577 140731790676577 140731790680015 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 63420 KiB

Child status: 0
Real time (s): 0.717653
CPU time (s): 1.2379
CPU user time (s): 1.17902
CPU system time (s): 0.058883
CPU usage (%): 172.493
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 63420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.17902
system time used= 0.058883
maximum resident set size= 64724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13682
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= 1480
involuntary context switches= 6


# summary of solver processes directly reported to runsolver:
#   pid: 26291
#   total CPU time (s): 1.2379
#   total CPU user time (s): 1.17902
#   total CPU system time (s): 0.058883

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.021911 second user time and 0.051467 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-19 17:52:24
IDJOB=4282441
IDBENCH=138778
IDSOLVER=2677
FILE ID=node124/4282441-1503158800
RUNJOBID= node124-1503095780-14041
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Queens/Queens-m1-s1/Queens-0015-m1.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-4282441-1503158800/watcher-4282441-1503158800 -o /tmp/evaluation-result-4282441-1503158800/solver-4282441-1503158800 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1503095780-14041 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 592329241 HOME/instance-4282441-1503158800.xml

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

MD5SUM BENCH= bd7811eb886e860eb393779b0133da64
RANDOM SEED=592329241

node124.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.51
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.51
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.51
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.51
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:        31214068 kB
MemAvailable:   31844364 kB
Buffers:          291872 kB
Cached:           631444 kB
SwapCached:            0 kB
Active:           729996 kB
Inactive:         373616 kB
Active(anon):     132704 kB
Inactive(anon):    89140 kB
Active(file):     597292 kB
Inactive(file):   284476 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7932 kB
Writeback:             0 kB
AnonPages:        200108 kB
Mapped:            69840 kB
Shmem:             41704 kB
Slab:             155600 kB
SReclaimable:     128724 kB
SUnreclaim:        26876 kB
KernelStack:        3760 kB
PageTables:         5160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1178580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    139264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node124 at 2017-08-19 17:52:25