Trace number 4269685

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-09)SAT 1.96506 0.96611601

General information on the benchmark

NameQueenAttacking/QueenAttacking-xcsp2-s1/
QueenAttacking-05_X2.xml
MD5SUMe93f9383432bfdcdac2c998bf48e4532
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.119231
Satisfiable
(Un)Satisfiability was proved
Number of variables26
Number of constraints309
Number of domains2
Minimum domain size6
Maximum domain size25
Distribution of domain sizes[{"size":6,"count":1},{"size":25,"count":25}]
Minimum variable degree9
Maximum variable degree25
Distribution of variable degrees[{"degree":9,"count":1},{"degree":24,"count":16},{"degree":25,"count":9}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":309}]
Number of extensional constraints0
Number of intensional constraints309
Distribution of constraint types[{"type":"intension","count":309}]
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-4269685-1502799352.xml"  -tl '2520s' -p 1 -x 0
0.09/0.28	c [HOME/instance-4269685-1502799352.xml, -tl, 2520s, -p, 1, -x, 0]
0.27/0.34	c simple solver
0.27/0.40	c parse instance...
1.17/0.71	c solve instance...
1.83/0.92	s SATISFIABLE
1.83/0.92	v <instantiation>
1.83/0.92	v 	<list>w0 x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] </list>
1.83/0.92	v 	<values>12 24 17 6 15 22 19 8 1 10 21 18 9 2 5 12 3 14 23 16 13 4 7 0 11 20 </values>
1.83/0.92	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 (15197 MiB free)
  memory of node 1: 16384 MiB (15509 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269685-1502799352/watcher-4269685-1502799352 -o /tmp/evaluation-result-4269685-1502799352/solver-4269685-1502799352 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502649032-24471 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 203213896 HOME/instance-4269685-1502799352.xml 

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

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


[startup+0.100774 s]*
/proc/loadavg: 1.84 1.89 1.85 3/208 19896
/proc/meminfo: memFree=31441504/32770624 swapFree=67108764/67108860
[pid=19889] ppid=19886 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19889/stat : 19889 (xcsp3-exec) S 19886 19889 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 127441800 9740288 345 18446744073709551615 4194304 5098028 140733196272640 140733196270744 140521572278908 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 21573632 140733196276089 140733196276293 140733196276293 140733196279787 0
/proc/19889/statm: 2378 345 289 221 0 87 0
[pid=19891] ppid=19889 vsize=13358712 memory=14512 CPUtime=0.01 cores=1,3,5,7
/proc/19891/stat : 19891 (java) S 19889 19889 4674 0 -1 1077944320 3392 0 0 0 1 0 0 0 20 0 6 0 127441809 13679321088 3628 18446744073709551615 4194304 4196468 140725157236800 140725157219344 140122666131191 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
/proc/19891/statm: 3339678 3628 1905 1 0 3329175 0
[pid=19891/tid=19892] ppid=19889 vsize=13358712 memory=-6871798056557643345 CPUtime=0.01 cores=1,3,5,7
/proc/19891/task/19892/stat : 19892 (java) R 19889 19889 4674 0 -1 4202560 2174 0 0 0 1 0 0 0 20 0 6 0 127441809 13679321088 3628 18446744073709551615 4194304 4196468 140725157236800 140122670367312 140122659228027 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19893] ppid=19889 vsize=13358712 memory=735272052430568040 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19893/stat : 19893 (java) S 19889 19889 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 127441810 13679321088 3628 18446744073709551615 4194304 4196468 140725157236800 140122265742096 140122666141397 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19894] ppid=19889 vsize=13358712 memory=140145479411328 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19894/stat : 19894 (java) S 19889 19889 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 127441810 13679321088 3628 18446744073709551615 4194304 4196468 140725157236800 140122264689552 140122666141397 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19895] ppid=19889 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19895/stat : 19895 (java) S 19889 19889 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 127441810 13679321088 3628 18446744073709551615 4194304 4196468 140725157236800 140122263637008 140122666141397 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19896] ppid=19889 vsize=13358712 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19896/stat : 19896 (java) S 19889 19889 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 127441810 13679321088 3628 18446744073709551615 4194304 4196468 140725157236800 140122262584464 140122666141397 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 15892 KiB

[startup+0.210027 s]*
/proc/loadavg: 1.84 1.89 1.85 4/217 19905
/proc/meminfo: memFree=31434248/32770624 swapFree=67108764/67108860
[pid=19889] ppid=19886 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19889/stat : 19889 (xcsp3-exec) S 19886 19889 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 127441800 9740288 345 18446744073709551615 4194304 5098028 140733196272640 140733196270744 140521572278908 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 21573632 140733196276089 140733196276293 140733196276293 140733196279787 0
/proc/19889/statm: 2378 345 289 221 0 87 0
[pid=19891] ppid=19889 vsize=13974352 memory=28152 CPUtime=0.09 cores=1,3,5,7
/proc/19891/stat : 19891 (java) S 19889 19889 4674 0 -1 1077944320 4967 0 0 0 8 1 0 0 20 0 15 0 127441809 14309736448 7038 18446744073709551615 4194304 4196468 140725157236800 140725157219344 140122666131191 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
/proc/19891/statm: 3493588 7038 2720 1 0 3482964 0
[pid=19891/tid=19892] ppid=19889 vsize=13974352 memory=7311146985107750967 CPUtime=0.06 cores=1,3,5,7
/proc/19891/task/19892/stat : 19892 (java) R 19889 19889 4674 0 -1 4202560 3122 0 0 0 6 0 0 0 20 0 15 0 127441809 14309736448 7038 18446744073709551615 4194304 4196468 140725157236800 140122670344368 140122666153117 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19893] ppid=19889 vsize=13974352 memory=12630 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19893/stat : 19893 (java) S 19889 19889 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127441810 14309736448 7038 18446744073709551615 4194304 4196468 140725157236800 140122265742096 140122666141397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19894] ppid=19889 vsize=13974352 memory=140145479430656 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19894/stat : 19894 (java) S 19889 19889 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127441810 14309736448 7038 18446744073709551615 4194304 4196468 140725157236800 140122264689552 140122666141397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19895] ppid=19889 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19895/stat : 19895 (java) S 19889 19889 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127441810 14309736448 7038 18446744073709551615 4194304 4196468 140725157236800 140122263637008 140122666141397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19896] ppid=19889 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19896/stat : 19896 (java) S 19889 19889 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 127441810 14309736448 7038 18446744073709551615 4194304 4196468 140725157236800 140122262584464 140122666141397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19897] ppid=19889 vsize=13974352 memory=140145479411328 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19897/stat : 19897 (java) S 19889 19889 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 127441811 14309736448 7038 18446744073709551615 4194304 4196468 140725157236800 140122144696304 140122666142338 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19898] ppid=19889 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19898/stat : 19898 (java) S 19889 19889 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 127441812 14309736448 7038 18446744073709551615 4194304 4196468 140725157236800 140122143642528 140122666141397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19899] ppid=19889 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19899/stat : 19899 (java) S 19889 19889 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 127441812 14309736448 7038 18446744073709551615 4194304 4196468 140725157236800 140122142589936 140122666141397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19900] ppid=19889 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19900/stat : 19900 (java) S 19889 19889 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127441814 14309736448 7038 18446744073709551615 4194304 4196468 140725157236800 140122141538512 140122666149787 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19901] ppid=19889 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19901/stat : 19901 (java) S 19889 19889 4674 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 127441814 14309736448 7038 18446744073709551615 4194304 4196468 140725157236800 140122140486128 140122666142338 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19902] ppid=19889 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19902/stat : 19902 (java) S 19889 19889 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 127441814 14309736448 7038 18446744073709551615 4194304 4196468 140725157236800 140122139433584 140122666142338 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19903] ppid=19889 vsize=13974352 memory=140145479411328 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19903/stat : 19903 (java) R 19889 19889 4674 0 -1 1077944384 242 0 0 0 0 0 0 0 20 0 15 0 127441815 14309736448 7038 18446744073709551615 4194304 4196468 140725157236800 140122138381040 140122666142338 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19904] ppid=19889 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19904/stat : 19904 (java) S 19889 19889 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127441815 14309736448 7038 18446744073709551615 4194304 4196468 140725157236800 140122137328736 140122666141397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19905] ppid=19889 vsize=13974352 memory=140145479411328 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19905/stat : 19905 (java) S 19889 19889 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127441820 14309736448 7038 18446744073709551615 4194304 4196468 140725157236800 140122136275248 140122666142338 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29532 KiB

[startup+0.310551 s]*
/proc/loadavg: 1.84 1.89 1.85 3/217 19905
/proc/meminfo: memFree=31419352/32770624 swapFree=67108764/67108860
[pid=19889] ppid=19886 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19889/stat : 19889 (xcsp3-exec) S 19886 19889 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 127441800 9740288 345 18446744073709551615 4194304 5098028 140733196272640 140733196270744 140521572278908 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 21573632 140733196276089 140733196276293 140733196276293 140733196279787 0
/proc/19889/statm: 2378 345 289 221 0 87 0
[pid=19891] ppid=19889 vsize=13974352 memory=37704 CPUtime=0.27 cores=1,3,5,7
/proc/19891/stat : 19891 (java) S 19889 19889 4674 0 -1 1077944320 8481 0 0 0 25 2 0 0 20 0 15 0 127441809 14309736448 9426 18446744073709551615 4194304 4196468 140725157236800 140725157219344 140122666131191 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
/proc/19891/statm: 3493588 9426 2983 1 0 3482964 0
[pid=19891/tid=19892] ppid=19889 vsize=13974352 memory=4278483708103473607 CPUtime=0.16 cores=1,3,5,7
/proc/19891/task/19892/stat : 19892 (java) R 19889 19889 4674 0 -1 4202560 5783 0 0 0 15 1 0 0 20 0 15 0 127441809 14309736448 9426 18446744073709551615 4194304 4196468 140725157236800 140122670364032 140122666143126 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19893] ppid=19889 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19893/stat : 19893 (java) S 19889 19889 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127441810 14309736448 9426 18446744073709551615 4194304 4196468 140725157236800 140122265742096 140122666141397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19894] ppid=19889 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19894/stat : 19894 (java) S 19889 19889 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127441810 14309736448 9426 18446744073709551615 4194304 4196468 140725157236800 140122264689552 140122666141397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19895] ppid=19889 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19895/stat : 19895 (java) S 19889 19889 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127441810 14309736448 9426 18446744073709551615 4194304 4196468 140725157236800 140122263637008 140122666141397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19896] ppid=19889 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19896/stat : 19896 (java) S 19889 19889 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 127441810 14309736448 9426 18446744073709551615 4194304 4196468 140725157236800 140122262584464 140122666141397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19897] ppid=19889 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19897/stat : 19897 (java) S 19889 19889 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 127441811 14309736448 9426 18446744073709551615 4194304 4196468 140725157236800 140122144696304 140122666142338 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19898] ppid=19889 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19898/stat : 19898 (java) S 19889 19889 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 127441812 14309736448 9426 18446744073709551615 4194304 4196468 140725157236800 140122143642528 140122666141397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19899] ppid=19889 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19899/stat : 19899 (java) S 19889 19889 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 127441812 14309736448 9426 18446744073709551615 4194304 4196468 140725157236800 140122142589936 140122666141397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19900] ppid=19889 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19900/stat : 19900 (java) S 19889 19889 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127441814 14309736448 9426 18446744073709551615 4194304 4196468 140725157236800 140122141538512 140122666149787 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19901] ppid=19889 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/19891/task/19901/stat : 19901 (java) S 19889 19889 4674 0 -1 1077944384 492 0 0 0 1 0 0 0 20 0 15 0 127441814 14309736448 9426 18446744073709551615 4194304 4196468 140725157236800 140122140486128 140122666142338 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19902] ppid=19889 vsize=13974352 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/19891/task/19902/stat : 19902 (java) S 19889 19889 4674 0 -1 1077944384 214 0 0 0 2 0 0 0 20 0 15 0 127441814 14309736448 9426 18446744073709551615 4194304 4196468 140725157236800 140122139433584 140122666142338 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19903] ppid=19889 vsize=13974352 memory=140145479411328 CPUtime=0.05 cores=1,3,5,7
/proc/19891/task/19903/stat : 19903 (java) R 19889 19889 4674 0 -1 4202560 689 0 0 0 5 0 0 0 20 0 15 0 127441815 14309736448 9426 18446744073709551615 4194304 4196468 140725157236800 140122138381040 140122646050635 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19904] ppid=19889 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19904/stat : 19904 (java) S 19889 19889 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127441815 14309736448 9426 18446744073709551615 4194304 4196468 140725157236800 140122137328736 140122666141397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19905] ppid=19889 vsize=13974352 memory=140145479411328 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19905/stat : 19905 (java) S 19889 19889 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127441820 14309736448 9426 18446744073709551615 4194304 4196468 140725157236800 140122136275248 140122666142338 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 39084 KiB

[startup+0.706467 s]
/proc/loadavg: 1.84 1.89 1.85 5/217 19905
/proc/meminfo: memFree=31408768/32770624 swapFree=67108764/67108860
[pid=19889] ppid=19886 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19889/stat : 19889 (xcsp3-exec) S 19886 19889 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 127441800 9740288 345 18446744073709551615 4194304 5098028 140733196272640 140733196270744 140521572278908 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 21573632 140733196276089 140733196276293 140733196276293 140733196279787 0
/proc/19889/statm: 2378 345 289 221 0 87 0
[pid=19891] ppid=19889 vsize=13980732 memory=68516 CPUtime=1.17 cores=1,3,5,7
/proc/19891/stat : 19891 (java) S 19889 19889 4674 0 -1 1077944320 13229 0 0 0 113 4 0 0 20 0 15 0 127441809 14316269568 17129 18446744073709551615 4194304 4196468 140725157236800 140725157219344 140122666131191 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
/proc/19891/statm: 3495183 17129 3173 1 0 3483476 0
[pid=19891/tid=19892] ppid=19889 vsize=13980732 memory=280290639740704 CPUtime=0.55 cores=1,3,5,7
/proc/19891/task/19892/stat : 19892 (java) R 19889 19889 4674 0 -1 4202560 8119 0 0 0 52 3 0 0 20 0 15 0 127441809 14316269568 17129 18446744073709551615 4194304 4196468 140725157236800 140122670355296 140122558934388 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19893] ppid=19889 vsize=13980732 memory=2110495926968228 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19893/stat : 19893 (java) S 19889 19889 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127441810 14316269568 17129 18446744073709551615 4194304 4196468 140725157236800 140122265742096 140122666141397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19894] ppid=19889 vsize=13980732 memory=280290639741472 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19894/stat : 19894 (java) S 19889 19889 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127441810 14316269568 17129 18446744073709551615 4194304 4196468 140725157236800 140122264689552 140122666141397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19895] ppid=19889 vsize=13980732 memory=195 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19895/stat : 19895 (java) S 19889 19889 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127441810 14316269568 17129 18446744073709551615 4194304 4196468 140725157236800 140122263637008 140122666141397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19896] ppid=19889 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19896/stat : 19896 (java) S 19889 19889 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 127441810 14316269568 17129 18446744073709551615 4194304 4196468 140725157236800 140122262584464 140122666141397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19897] ppid=19889 vsize=13980732 memory=806 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19897/stat : 19897 (java) S 19889 19889 4674 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 127441811 14316269568 17129 18446744073709551615 4194304 4196468 140725157236800 140122144696304 140122666142338 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19898] ppid=19889 vsize=13980732 memory=40 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19898/stat : 19898 (java) S 19889 19889 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 127441812 14316269568 17129 18446744073709551615 4194304 4196468 140725157236800 140122143642528 140122666141397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19899] ppid=19889 vsize=13980732 memory=458 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19899/stat : 19899 (java) S 19889 19889 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 127441812 14316269568 17129 18446744073709551615 4194304 4196468 140725157236800 140122142589936 140122666141397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19900] ppid=19889 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19900/stat : 19900 (java) S 19889 19889 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127441814 14316269568 17129 18446744073709551615 4194304 4196468 140725157236800 140122141538512 140122666149787 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19901] ppid=19889 vsize=13980732 memory=-4546129931942301828 CPUtime=0.15 cores=1,3,5,7
/proc/19891/task/19901/stat : 19901 (java) R 19889 19889 4674 0 -1 4202560 1165 0 0 0 15 0 0 0 20 0 15 0 127441814 14316269568 17129 18446744073709551615 4194304 4196468 140725157236800 140122140466960 140122650523168 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19902] ppid=19889 vsize=13980732 memory=-1624781813439352349 CPUtime=0.15 cores=1,3,5,7
/proc/19891/task/19902/stat : 19902 (java) R 19889 19889 4674 0 -1 4202560 970 0 0 0 15 0 0 0 20 0 15 0 127441814 14316269568 17129 18446744073709551615 4194304 4196468 140725157236800 140122139420096 140122646832141 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19903] ppid=19889 vsize=13980732 memory=-2746958450906831424 CPUtime=0.3 cores=1,3,5,7
/proc/19891/task/19903/stat : 19903 (java) S 19889 19889 4674 0 -1 1077944384 1667 0 0 0 30 0 0 0 20 0 15 0 127441815 14316269568 17129 18446744073709551615 4194304 4196468 140725157236800 140122138381040 140122666142338 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19904] ppid=19889 vsize=13980732 memory=6296404258940409190 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19904/stat : 19904 (java) S 19889 19889 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127441815 14316269568 17129 18446744073709551615 4194304 4196468 140725157236800 140122137328736 140122666141397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19905] ppid=19889 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19905/stat : 19905 (java) S 19889 19889 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127441820 14316269568 17129 18446744073709551615 4194304 4196468 140725157236800 140122136275248 140122666142338 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 69896 KiB

[startup+0.966073 s]
# the end of solver process 19889 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.90349 s, system=0.06157 s

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

[startup+0.802457 s]
/proc/loadavg: 1.84 1.89 1.85 5/217 19905
/proc/meminfo: memFree=31408768/32770624 swapFree=67108764/67108860
[pid=19889] ppid=19886 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19889/stat : 19889 (xcsp3-exec) S 19886 19889 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 127441800 9740288 345 18446744073709551615 4194304 5098028 140733196272640 140733196270744 140521572278908 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 21573632 140733196276089 140733196276293 140733196276293 140733196279787 0
/proc/19889/statm: 2378 345 289 221 0 87 0
[pid=19891] ppid=19889 vsize=13980732 memory=74592 CPUtime=1.51 cores=1,3,5,7
/proc/19891/stat : 19891 (java) S 19889 19889 4674 0 -1 1077944320 14722 0 0 0 146 5 0 0 20 0 15 0 127441809 14316269568 18648 18446744073709551615 4194304 4196468 140725157236800 140725157219344 140122666131191 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
/proc/19891/statm: 3495183 18648 3182 1 0 3483476 0
[pid=19891/tid=19892] ppid=19889 vsize=13980732 memory=4872558044660077418 CPUtime=0.64 cores=1,3,5,7
/proc/19891/task/19892/stat : 19892 (java) R 19889 19889 4674 0 -1 4202560 8182 0 0 0 61 3 0 0 20 0 15 0 127441809 14316269568 18648 18446744073709551615 4194304 4196468 140725157236800 140122670370824 140122311306461 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19893] ppid=19889 vsize=13980732 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19893/stat : 19893 (java) S 19889 19889 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127441810 14316269568 18648 18446744073709551615 4194304 4196468 140725157236800 140122265742096 140122666141397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19894] ppid=19889 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19894/stat : 19894 (java) S 19889 19889 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127441810 14316269568 18648 18446744073709551615 4194304 4196468 140725157236800 140122264689552 140122666141397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19895] ppid=19889 vsize=13980732 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19895/stat : 19895 (java) S 19889 19889 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127441810 14316269568 18648 18446744073709551615 4194304 4196468 140725157236800 140122263637008 140122666141397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19896] ppid=19889 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19896/stat : 19896 (java) S 19889 19889 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 127441810 14316269568 18648 18446744073709551615 4194304 4196468 140725157236800 140122262584464 140122666141397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19897] ppid=19889 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19897/stat : 19897 (java) S 19889 19889 4674 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 127441811 14316269568 18648 18446744073709551615 4194304 4196468 140725157236800 140122144696304 140122666142338 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19898] ppid=19889 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19898/stat : 19898 (java) S 19889 19889 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 127441812 14316269568 18648 18446744073709551615 4194304 4196468 140725157236800 140122143642528 140122666141397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19899] ppid=19889 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19899/stat : 19899 (java) S 19889 19889 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 127441812 14316269568 18648 18446744073709551615 4194304 4196468 140725157236800 140122142589936 140122666141397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19900] ppid=19889 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19900/stat : 19900 (java) S 19889 19889 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127441814 14316269568 18648 18446744073709551615 4194304 4196468 140725157236800 140122141538512 140122666149787 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19901] ppid=19889 vsize=13980732 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/19891/task/19901/stat : 19901 (java) R 19889 19889 4674 0 -1 4202560 2159 0 0 0 24 0 0 0 20 0 15 0 127441814 14316269568 18648 18446744073709551615 4194304 4196468 140725157236800 140122140472008 140122645824295 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19902] ppid=19889 vsize=13980732 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/19891/task/19902/stat : 19902 (java) R 19889 19889 4674 0 -1 4202560 1117 0 0 0 24 0 0 0 20 0 15 0 127441814 14316269568 18648 18446744073709551615 4194304 4196468 140725157236800 140122139433712 140122647652373 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19903] ppid=19889 vsize=13980732 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/19891/task/19903/stat : 19903 (java) S 19889 19889 4674 0 -1 1077944384 1957 0 0 0 35 1 0 0 20 0 15 0 127441815 14316269568 18648 18446744073709551615 4194304 4196468 140725157236800 140122138381040 140122666142338 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19904] ppid=19889 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19904/stat : 19904 (java) S 19889 19889 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127441815 14316269568 18648 18446744073709551615 4194304 4196468 140725157236800 140122137328736 140122666141397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19905] ppid=19889 vsize=13980732 memory=56 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19905/stat : 19905 (java) S 19889 19889 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127441820 14316269568 18648 18446744073709551615 4194304 4196468 140725157236800 140122136275248 140122666142338 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
Current children cumulated CPU time: 1.51 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 75972 KiB

[startup+0.901506 s]
/proc/loadavg: 1.84 1.89 1.85 5/217 19905
/proc/meminfo: memFree=31408768/32770624 swapFree=67108764/67108860
[pid=19889] ppid=19886 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19889/stat : 19889 (xcsp3-exec) S 19886 19889 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 127441800 9740288 345 18446744073709551615 4194304 5098028 140733196272640 140733196270744 140521572278908 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 21573632 140733196276089 140733196276293 140733196276293 140733196279787 0
/proc/19889/statm: 2378 345 289 221 0 87 0
[pid=19891] ppid=19889 vsize=13980732 memory=85572 CPUtime=1.83 cores=1,3,5,7
/proc/19891/stat : 19891 (java) S 19889 19889 4674 0 -1 1077944320 17504 0 0 0 178 5 0 0 20 0 15 0 127441809 14316269568 21393 18446744073709551615 4194304 4196468 140725157236800 140725157219344 140122666131191 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
/proc/19891/statm: 3495183 21393 3185 1 0 3483476 0
[pid=19891/tid=19892] ppid=19889 vsize=13980732 memory=280290639625400 CPUtime=0.74 cores=1,3,5,7
/proc/19891/task/19892/stat : 19892 (java) R 19889 19889 4674 0 -1 4202560 8189 0 0 0 71 3 0 0 20 0 15 0 127441809 14316269568 21393 18446744073709551615 4194304 4196468 140725157236800 140122670368136 140122311305473 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19893] ppid=19889 vsize=13980732 memory=89773943294452 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19893/stat : 19893 (java) S 19889 19889 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127441810 14316269568 21393 18446744073709551615 4194304 4196468 140725157236800 140122265742096 140122666141397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19894] ppid=19889 vsize=13980732 memory=280290639757192 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19894/stat : 19894 (java) S 19889 19889 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127441810 14316269568 21393 18446744073709551615 4194304 4196468 140725157236800 140122264689552 140122666141397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19895] ppid=19889 vsize=13980732 memory=195 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19895/stat : 19895 (java) S 19889 19889 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127441810 14316269568 21393 18446744073709551615 4194304 4196468 140725157236800 140122263637008 140122666141397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19896] ppid=19889 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19896/stat : 19896 (java) S 19889 19889 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 127441810 14316269568 21393 18446744073709551615 4194304 4196468 140725157236800 140122262584464 140122666141397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19897] ppid=19889 vsize=13980732 memory=806 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19897/stat : 19897 (java) S 19889 19889 4674 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 127441811 14316269568 21393 18446744073709551615 4194304 4196468 140725157236800 140122144696304 140122666142338 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19898] ppid=19889 vsize=13980732 memory=40 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19898/stat : 19898 (java) S 19889 19889 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 127441812 14316269568 21393 18446744073709551615 4194304 4196468 140725157236800 140122143642528 140122666141397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19899] ppid=19889 vsize=13980732 memory=458 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19899/stat : 19899 (java) S 19889 19889 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 127441812 14316269568 21393 18446744073709551615 4194304 4196468 140725157236800 140122142589936 140122666141397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19900] ppid=19889 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19900/stat : 19900 (java) S 19889 19889 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127441814 14316269568 21393 18446744073709551615 4194304 4196468 140725157236800 140122141538512 140122666149787 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19901] ppid=19889 vsize=13980732 memory=-4546129931942301828 CPUtime=0.34 cores=1,3,5,7
/proc/19891/task/19901/stat : 19901 (java) R 19889 19889 4674 0 -1 4202560 3959 0 0 0 34 0 0 0 20 0 15 0 127441814 14316269568 21393 18446744073709551615 4194304 4196468 140725157236800 140122140470792 140122647675391 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19902] ppid=19889 vsize=13980732 memory=-1624781813439352349 CPUtime=0.34 cores=1,3,5,7
/proc/19891/task/19902/stat : 19902 (java) R 19889 19889 4674 0 -1 4202560 1953 0 0 0 34 0 0 0 20 0 15 0 127441814 14316269568 21393 18446744073709551615 4194304 4196468 140725157236800 140122139420096 140122646828585 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19903] ppid=19889 vsize=13980732 memory=-2746958450906831424 CPUtime=0.38 cores=1,3,5,7
/proc/19891/task/19903/stat : 19903 (java) S 19889 19889 4674 0 -1 1077944384 2095 0 0 0 37 1 0 0 20 0 15 0 127441815 14316269568 21393 18446744073709551615 4194304 4196468 140725157236800 140122138381040 140122666142338 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19904] ppid=19889 vsize=13980732 memory=6296404258940409190 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19904/stat : 19904 (java) S 19889 19889 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127441815 14316269568 21393 18446744073709551615 4194304 4196468 140725157236800 140122137328736 140122666141397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
[pid=19891/tid=19905] ppid=19889 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19891/task/19905/stat : 19905 (java) S 19889 19889 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127441820 14316269568 21393 18446744073709551615 4194304 4196468 140725157236800 140122136275248 140122666142338 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140725157241265 140725157241441 140725157241441 140725157244879 0
Current children cumulated CPU time: 1.83 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 86952 KiB

Child status: 0
Real time (s): 0.966116
CPU time (s): 1.96506
CPU user time (s): 1.90349
CPU system time (s): 0.06157
CPU usage (%): 203.398
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 86952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.90349
system time used= 0.06157
maximum resident set size= 91308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18809
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= 1804
involuntary context switches= 9


# summary of solver processes directly reported to runsolver:
#   pid: 19889
#   total CPU time (s): 1.96506
#   total CPU user time (s): 1.90349
#   total CPU system time (s): 0.06157

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.020685 second user time and 0.055849 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-15 14:01:59
IDJOB=4269685
IDBENCH=130607
IDSOLVER=2660
FILE ID=node134/4269685-1502799352
RUNJOBID= node134-1502649032-24471
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-xcsp2-s1/QueenAttacking-05_X2.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-4269685-1502799352/watcher-4269685-1502799352 -o /tmp/evaluation-result-4269685-1502799352/solver-4269685-1502799352 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502649032-24471 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 203213896 HOME/instance-4269685-1502799352.xml

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

MD5SUM BENCH= e93f9383432bfdcdac2c998bf48e4532
RANDOM SEED=203213896

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31445204 kB
MemAvailable:   31735076 kB
Buffers:          279132 kB
Cached:           313812 kB
SwapCached:            4 kB
Active:           630280 kB
Inactive:         244648 kB
Active(anon):     228924 kB
Inactive(anon):   102688 kB
Active(file):     401356 kB
Inactive(file):   141960 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              7864 kB
Writeback:             0 kB
AnonPages:        292048 kB
Mapped:            74172 kB
Shmem:             49756 kB
Slab:             151440 kB
SReclaimable:     124780 kB
SUnreclaim:        26660 kB
KernelStack:        3808 kB
PageTables:         6168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1262180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    178176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62016 MiB
End job on node134 at 2017-08-15 14:02:00