Trace number 4282435

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.95983 1.06419

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.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282435-1503134568.xml"  -tl '2520s' -p 1 -x 0
0.08/0.28	c [HOME/instance-4282435-1503134568.xml, -tl, 2520s, -p, 1, -x, 0]
0.26/0.34	c simple solver
0.26/0.41	c parse instance...
1.19/0.80	c solve instance...
1.88/1.01	s SATISFIABLE
1.88/1.01	v <instantiation>
1.88/1.01	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.88/1.01	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.88/1.01	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 (15427 MiB free)
  memory of node 1: 16384 MiB (15344 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282435-1503134568/watcher-4282435-1503134568 -o /tmp/evaluation-result-4282435-1503134568/solver-4282435-1503134568 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node131-1503095854-18171 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1373509583 HOME/instance-4282435-1503134568.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
solver pid=26371, runsolver pid=26368
Current StackSize limit: 8192 KiB


[startup+0.100114 s]*
/proc/loadavg: 1.81 1.89 1.87 3/198 26373
/proc/meminfo: memFree=31510484/32770624 swapFree=67108860/67108860
[pid=26371] ppid=26368 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26371/stat : 26371 (xcsp3-exec) S 26368 26371 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 11863865 9740288 345 18446744073709551615 4194304 5098028 140733574415744 140733574413848 140641713291900 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 26624000 140733574422905 140733574423110 140733574423110 140733574426603 0
/proc/26371/statm: 2378 345 289 221 0 87 0
[pid=26373] ppid=26371 vsize=13356504 memory=10132 CPUtime=0 cores=0,2,4,6
/proc/26373/stat : 26373 (java) S 26371 26371 18108 0 -1 1077944320 2283 0 0 0 0 0 0 0 20 0 6 0 11863875 13677060096 2533 18446744073709551615 4194304 4196468 140721228778448 140721228760992 139834810683127 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
/proc/26373/statm: 3339126 2533 1182 1 0 3329096 0
[pid=26373/tid=26374] ppid=26371 vsize=13356504 memory=-8713483618642721886 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26374/stat : 26374 (java) R 26371 26371 18108 0 -1 4202560 1109 0 0 0 0 0 0 0 20 0 6 0 11863875 13677060096 2599 18446744073709551615 4194304 4196468 140721228778448 139834814924904 139834796764415 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26375] ppid=26371 vsize=13356504 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26375/stat : 26375 (java) S 26371 26371 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 11863876 13677060096 2599 18446744073709551615 4194304 4196468 140721228778448 139834745117200 139834810693333 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26376] ppid=26371 vsize=13356504 memory=139722557372032 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26376/stat : 26376 (java) S 26371 26371 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 11863876 13677060096 2599 18446744073709551615 4194304 4196468 140721228778448 139834744064656 139834810693333 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26377] ppid=26371 vsize=13356504 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26377/stat : 26377 (java) S 26371 26371 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 11863876 13677060096 2599 18446744073709551615 4194304 4196468 140721228778448 139834743011600 139834810693333 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26378] ppid=26371 vsize=13356504 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26378/stat : 26378 (java) S 26371 26371 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 11863876 13677060096 2599 18446744073709551615 4194304 4196468 140721228778448 139834741959056 139834810693333 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13366016 KiB
Current children cumulated memory: 11512 KiB

[startup+0.210006 s]*
/proc/loadavg: 1.81 1.89 1.87 3/212 26387
/proc/meminfo: memFree=31498352/32770624 swapFree=67108860/67108860
[pid=26371] ppid=26368 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26371/stat : 26371 (xcsp3-exec) S 26368 26371 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 11863865 9740288 345 18446744073709551615 4194304 5098028 140733574415744 140733574413848 140641713291900 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 26624000 140733574422905 140733574423110 140733574423110 140733574426603 0
/proc/26371/statm: 2378 345 289 221 0 87 0
[pid=26373] ppid=26371 vsize=13974352 memory=27376 CPUtime=0.08 cores=0,2,4,6
/proc/26373/stat : 26373 (java) S 26371 26371 18108 0 -1 1077944320 5255 0 0 0 7 1 0 0 20 0 15 0 11863875 14309736448 6844 18446744073709551615 4194304 4196468 140721228778448 140721228760992 139834810683127 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
/proc/26373/statm: 3493588 6844 2727 1 0 3482964 0
[pid=26373/tid=26374] ppid=26371 vsize=13974352 memory=-6871798056524144002 CPUtime=0.06 cores=0,2,4,6
/proc/26373/task/26374/stat : 26374 (java) R 26371 26371 18108 0 -1 4202560 3403 0 0 0 6 0 0 0 20 0 15 0 11863875 14309736448 6844 18446744073709551615 4194304 4196468 140721228778448 139834814917616 139834810705053 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26375] ppid=26371 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26375/stat : 26375 (java) S 26371 26371 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11863876 14309736448 6844 18446744073709551615 4194304 4196468 140721228778448 139834745117200 139834810693333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26376] ppid=26371 vsize=13974352 memory=139722557372032 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26376/stat : 26376 (java) S 26371 26371 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11863876 14309736448 6844 18446744073709551615 4194304 4196468 140721228778448 139834744064656 139834810693333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26377] ppid=26371 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26377/stat : 26377 (java) S 26371 26371 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11863876 14309736448 6844 18446744073709551615 4194304 4196468 140721228778448 139834743011600 139834810693333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26378] ppid=26371 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26378/stat : 26378 (java) S 26371 26371 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11863876 14309736448 6844 18446744073709551615 4194304 4196468 140721228778448 139834741959056 139834810693333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26379] ppid=26371 vsize=13974352 memory=139722557372032 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26379/stat : 26379 (java) S 26371 26371 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11863877 14309736448 6844 18446744073709551615 4194304 4196468 140721228778448 139834289261296 139834810694274 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26380] ppid=26371 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26380/stat : 26380 (java) S 26371 26371 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11863877 14309736448 6844 18446744073709551615 4194304 4196468 140721228778448 139834288207520 139834810693333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26381] ppid=26371 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26381/stat : 26381 (java) S 26371 26371 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11863878 14309736448 6844 18446744073709551615 4194304 4196468 140721228778448 139834287154416 139834810693333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26382] ppid=26371 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26382/stat : 26382 (java) S 26371 26371 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11863880 14309736448 6844 18446744073709551615 4194304 4196468 140721228778448 139834286102992 139834810701723 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26383] ppid=26371 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26383/stat : 26383 (java) S 26371 26371 18108 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 11863880 14309736448 6844 18446744073709551615 4194304 4196468 140721228778448 139834285050096 139834810694274 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26384] ppid=26371 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26384/stat : 26384 (java) S 26371 26371 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11863880 14309736448 6844 18446744073709551615 4194304 4196468 140721228778448 139834283997552 139834810694274 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26385] ppid=26371 vsize=13974352 memory=139722557372032 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26385/stat : 26385 (java) S 26371 26371 18108 0 -1 1077944384 238 0 0 0 0 0 0 0 20 0 15 0 11863880 14309736448 6844 18446744073709551615 4194304 4196468 140721228778448 139834282944496 139834810694274 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26386] ppid=26371 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26386/stat : 26386 (java) S 26371 26371 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11863880 14309736448 6844 18446744073709551615 4194304 4196468 140721228778448 139834281892192 139834810693333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26387] ppid=26371 vsize=13974352 memory=139722557372032 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26387/stat : 26387 (java) S 26371 26371 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11863885 14309736448 6844 18446744073709551615 4194304 4196468 140721228778448 139834280840240 139834810694274 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28756 KiB

[startup+0.311443 s]*
/proc/loadavg: 1.81 1.89 1.87 3/212 26387
/proc/meminfo: memFree=31483676/32770624 swapFree=67108860/67108860
[pid=26371] ppid=26368 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26371/stat : 26371 (xcsp3-exec) S 26368 26371 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 11863865 9740288 345 18446744073709551615 4194304 5098028 140733574415744 140733574413848 140641713291900 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 26624000 140733574422905 140733574423110 140733574423110 140733574426603 0
/proc/26371/statm: 2378 345 289 221 0 87 0
[pid=26373] ppid=26371 vsize=13974352 memory=37524 CPUtime=0.26 cores=0,2,4,6
/proc/26373/stat : 26373 (java) S 26371 26371 18108 0 -1 1077944320 8886 0 0 0 24 2 0 0 20 0 15 0 11863875 14309736448 9381 18446744073709551615 4194304 4196468 140721228778448 140721228760992 139834810683127 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
/proc/26373/statm: 3493588 9381 2995 1 0 3482964 0
[pid=26373/tid=26374] ppid=26371 vsize=13974352 memory=-8774313645642428999 CPUtime=0.17 cores=0,2,4,6
/proc/26373/task/26374/stat : 26374 (java) R 26371 26371 18108 0 -1 4202560 6090 0 0 0 15 2 0 0 20 0 15 0 11863875 14309736448 9381 18446744073709551615 4194304 4196468 140721228778448 139834814913056 139834421281812 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26375] ppid=26371 vsize=13974352 memory=139722557382625 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26375/stat : 26375 (java) S 26371 26371 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11863876 14309736448 9381 18446744073709551615 4194304 4196468 140721228778448 139834745117200 139834810693333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26376] ppid=26371 vsize=13974352 memory=7012483317423960678 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26376/stat : 26376 (java) S 26371 26371 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11863876 14309736448 9381 18446744073709551615 4194304 4196468 140721228778448 139834744064656 139834810693333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26377] ppid=26371 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26377/stat : 26377 (java) S 26371 26371 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11863876 14309736448 9381 18446744073709551615 4194304 4196468 140721228778448 139834743011600 139834810693333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26378] ppid=26371 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26378/stat : 26378 (java) S 26371 26371 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11863876 14309736448 9381 18446744073709551615 4194304 4196468 140721228778448 139834741959056 139834810693333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26379] ppid=26371 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26379/stat : 26379 (java) S 26371 26371 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11863877 14309736448 9381 18446744073709551615 4194304 4196468 140721228778448 139834289261296 139834810694274 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26380] ppid=26371 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26380/stat : 26380 (java) S 26371 26371 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11863877 14309736448 9381 18446744073709551615 4194304 4196468 140721228778448 139834288207520 139834810693333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26381] ppid=26371 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26381/stat : 26381 (java) S 26371 26371 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11863878 14309736448 9381 18446744073709551615 4194304 4196468 140721228778448 139834287154416 139834810693333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26382] ppid=26371 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26382/stat : 26382 (java) S 26371 26371 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11863880 14309736448 9381 18446744073709551615 4194304 4196468 140721228778448 139834286102992 139834810701723 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26383] ppid=26371 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/26373/task/26383/stat : 26383 (java) S 26371 26371 18108 0 -1 1077944384 396 0 0 0 1 0 0 0 20 0 15 0 11863880 14309736448 9381 18446744073709551615 4194304 4196468 140721228778448 139834285050096 139834810694274 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26384] ppid=26371 vsize=13974352 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/26373/task/26384/stat : 26384 (java) R 26371 26371 18108 0 -1 4202560 405 0 0 0 2 0 0 0 20 0 15 0 11863880 14309736448 9381 18446744073709551615 4194304 4196468 140721228778448 139834283984336 139834788011136 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26385] ppid=26371 vsize=13974352 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/26373/task/26385/stat : 26385 (java) R 26371 26371 18108 0 -1 4202560 695 0 0 0 5 0 0 0 20 0 15 0 11863880 14309736448 9381 18446744073709551615 4194304 4196468 140721228778448 139834282944496 139834810695062 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26386] ppid=26371 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26386/stat : 26386 (java) S 26371 26371 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11863880 14309736448 9381 18446744073709551615 4194304 4196468 140721228778448 139834281892192 139834810693333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26387] ppid=26371 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26387/stat : 26387 (java) S 26371 26371 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11863885 14309736448 9381 18446744073709551615 4194304 4196468 140721228778448 139834280840240 139834810694274 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38904 KiB

[startup+0.701792 s]
/proc/loadavg: 1.81 1.89 1.87 2/212 26387
/proc/meminfo: memFree=31475004/32770624 swapFree=67108860/67108860
[pid=26371] ppid=26368 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26371/stat : 26371 (xcsp3-exec) S 26368 26371 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 11863865 9740288 345 18446744073709551615 4194304 5098028 140733574415744 140733574413848 140641713291900 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 26624000 140733574422905 140733574423110 140733574423110 140733574426603 0
/proc/26371/statm: 2378 345 289 221 0 87 0
[pid=26373] ppid=26371 vsize=13980732 memory=57312 CPUtime=0.87 cores=0,2,4,6
/proc/26373/stat : 26373 (java) S 26371 26371 18108 0 -1 1077944320 11982 0 0 0 83 4 0 0 20 0 15 0 11863875 14316269568 14328 18446744073709551615 4194304 4196468 140721228778448 140721228760992 139834810683127 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
/proc/26373/statm: 3495183 14328 3142 1 0 3483476 0
[pid=26373/tid=26374] ppid=26371 vsize=13980732 memory=7813587196152198965 CPUtime=0.46 cores=0,2,4,6
/proc/26373/task/26374/stat : 26374 (java) R 26371 26371 18108 0 -1 4202560 8374 0 0 0 43 3 0 0 20 0 15 0 11863875 14316269568 14328 18446744073709551615 4194304 4196468 140721228778448 139834814916768 139834421226778 0 4 1 16800974 0 0 0 -1 0 0 0 12 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26375] ppid=26371 vsize=13980732 memory=5787213912979497792 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26375/stat : 26375 (java) S 26371 26371 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11863876 14316269568 14328 18446744073709551615 4194304 4196468 140721228778448 139834745117200 139834810693333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26376] ppid=26371 vsize=13980732 memory=4128 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26376/stat : 26376 (java) S 26371 26371 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11863876 14316269568 14328 18446744073709551615 4194304 4196468 140721228778448 139834744064656 139834810693333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26377] ppid=26371 vsize=13980732 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26377/stat : 26377 (java) S 26371 26371 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11863876 14316269568 14328 18446744073709551615 4194304 4196468 140721228778448 139834743011600 139834810693333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26378] ppid=26371 vsize=13980732 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26378/stat : 26378 (java) S 26371 26371 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11863876 14316269568 14328 18446744073709551615 4194304 4196468 140721228778448 139834741959056 139834810693333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26379] ppid=26371 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26379/stat : 26379 (java) S 26371 26371 18108 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 11863877 14316269568 14328 18446744073709551615 4194304 4196468 140721228778448 139834289261296 139834810694274 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26380] ppid=26371 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26380/stat : 26380 (java) S 26371 26371 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11863877 14316269568 14328 18446744073709551615 4194304 4196468 140721228778448 139834288207520 139834810693333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26381] ppid=26371 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26381/stat : 26381 (java) S 26371 26371 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11863878 14316269568 14328 18446744073709551615 4194304 4196468 140721228778448 139834287154416 139834810693333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26382] ppid=26371 vsize=13980732 memory=30305 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26382/stat : 26382 (java) S 26371 26371 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11863880 14316269568 14328 18446744073709551615 4194304 4196468 140721228778448 139834286102992 139834810701723 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26383] ppid=26371 vsize=13980732 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26373/task/26383/stat : 26383 (java) S 26371 26371 18108 0 -1 1077944384 568 0 0 0 7 0 0 0 20 0 15 0 11863880 14316269568 14328 18446744073709551615 4194304 4196468 140721228778448 139834285050096 139834810694274 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26384] ppid=26371 vsize=13980732 memory=-3967418655009478193 CPUtime=0.07 cores=0,2,4,6
/proc/26373/task/26384/stat : 26384 (java) R 26371 26371 18108 0 -1 1077944384 579 0 0 0 7 0 0 0 20 0 15 0 11863880 14316269568 14328 18446744073709551615 4194304 4196468 140721228778448 139834283997552 139834810694274 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26385] ppid=26371 vsize=13980732 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/26373/task/26385/stat : 26385 (java) R 26371 26371 18108 0 -1 4202560 1155 0 0 0 23 0 0 0 20 0 15 0 11863880 14316269568 14328 18446744073709551615 4194304 4196468 140721228778448 139834282944496 139834803400279 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26386] ppid=26371 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26386/stat : 26386 (java) S 26371 26371 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11863880 14316269568 14328 18446744073709551615 4194304 4196468 140721228778448 139834281892192 139834810693333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26387] ppid=26371 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26387/stat : 26387 (java) S 26371 26371 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11863885 14316269568 14328 18446744073709551615 4194304 4196468 140721228778448 139834280840240 139834810694274 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
Current children cumulated CPU time: 0.87 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 58692 KiB

[startup+1.06413 s]
# the end of solver process 26371 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.89269 s, system=0.067132 s

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

[startup+0.801036 s]
/proc/loadavg: 1.81 1.89 1.87 2/212 26387
/proc/meminfo: memFree=31475004/32770624 swapFree=67108860/67108860
[pid=26371] ppid=26368 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26371/stat : 26371 (xcsp3-exec) S 26368 26371 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 11863865 9740288 345 18446744073709551615 4194304 5098028 140733574415744 140733574413848 140641713291900 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 26624000 140733574422905 140733574423110 140733574423110 140733574426603 0
/proc/26371/statm: 2378 345 289 221 0 87 0
[pid=26373] ppid=26371 vsize=13980732 memory=68484 CPUtime=1.19 cores=0,2,4,6
/proc/26373/stat : 26373 (java) S 26371 26371 18108 0 -1 1077944320 13778 0 0 0 114 5 0 0 20 0 15 0 11863875 14316269568 17121 18446744073709551615 4194304 4196468 140721228778448 140721228760992 139834810683127 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
/proc/26373/statm: 3495183 17121 3172 1 0 3483476 0
[pid=26373/tid=26374] ppid=26371 vsize=13980732 memory=279444799426544 CPUtime=0.56 cores=0,2,4,6
/proc/26373/task/26374/stat : 26374 (java) R 26371 26371 18108 0 -1 4202560 8501 0 0 0 53 3 0 0 20 0 15 0 11863875 14316269568 17121 18446744073709551615 4194304 4196468 140721228778448 139834814924256 139834794763614 0 4 1 16800974 0 0 0 -1 0 0 0 12 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26375] ppid=26371 vsize=13980732 memory=-7249806322133643294 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26375/stat : 26375 (java) S 26371 26371 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11863876 14316269568 17121 18446744073709551615 4194304 4196468 140721228778448 139834745117200 139834810693333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26376] ppid=26371 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26376/stat : 26376 (java) S 26371 26371 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11863876 14316269568 17121 18446744073709551615 4194304 4196468 140721228778448 139834744064656 139834810693333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26377] ppid=26371 vsize=13980732 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26377/stat : 26377 (java) S 26371 26371 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11863876 14316269568 17121 18446744073709551615 4194304 4196468 140721228778448 139834743011600 139834810693333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26378] ppid=26371 vsize=13980732 memory=3280 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26378/stat : 26378 (java) S 26371 26371 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11863876 14316269568 17121 18446744073709551615 4194304 4196468 140721228778448 139834741959056 139834810693333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26379] ppid=26371 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26379/stat : 26379 (java) S 26371 26371 18108 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 11863877 14316269568 17121 18446744073709551615 4194304 4196468 140721228778448 139834289261296 139834810694274 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26380] ppid=26371 vsize=13980732 memory=234404 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26380/stat : 26380 (java) S 26371 26371 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11863877 14316269568 17121 18446744073709551615 4194304 4196468 140721228778448 139834288207520 139834810693333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26381] ppid=26371 vsize=13980732 memory=4064 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26381/stat : 26381 (java) S 26371 26371 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11863878 14316269568 17121 18446744073709551615 4194304 4196468 140721228778448 139834287154416 139834810693333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26382] ppid=26371 vsize=13980732 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26382/stat : 26382 (java) S 26371 26371 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11863880 14316269568 17121 18446744073709551615 4194304 4196468 140721228778448 139834286102992 139834810701723 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26383] ppid=26371 vsize=13980732 memory=2364 CPUtime=0.14 cores=0,2,4,6
/proc/26373/task/26383/stat : 26383 (java) R 26371 26371 18108 0 -1 4202560 1092 0 0 0 14 0 0 0 20 0 15 0 11863880 14316269568 17121 18446744073709551615 4194304 4196468 140721228778448 139834285036944 139834794169355 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26384] ppid=26371 vsize=13980732 memory=1380 CPUtime=0.15 cores=0,2,4,6
/proc/26373/task/26384/stat : 26384 (java) R 26371 26371 18108 0 -1 4202560 1048 0 0 0 15 0 0 0 20 0 15 0 11863880 14316269568 17121 18446744073709551615 4194304 4196468 140721228778448 139834283990184 139834789901827 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26385] ppid=26371 vsize=13980732 memory=46604 CPUtime=0.3 cores=0,2,4,6
/proc/26373/task/26385/stat : 26385 (java) R 26371 26371 18108 0 -1 4202560 1831 0 0 0 30 0 0 0 20 0 15 0 11863880 14316269568 17121 18446744073709551615 4194304 4196468 140721228778448 139834282944496 139834810704474 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26386] ppid=26371 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26386/stat : 26386 (java) S 26371 26371 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11863880 14316269568 17121 18446744073709551615 4194304 4196468 140721228778448 139834281892192 139834810693333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26387] ppid=26371 vsize=13980732 memory=2852 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26387/stat : 26387 (java) S 26371 26371 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11863885 14316269568 17121 18446744073709551615 4194304 4196468 140721228778448 139834280840240 139834810694274 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 69864 KiB

[startup+1.00103 s]*
/proc/loadavg: 1.81 1.89 1.87 5/212 26387
/proc/meminfo: memFree=31437520/32770624 swapFree=67108860/67108860
[pid=26371] ppid=26368 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26371/stat : 26371 (xcsp3-exec) S 26368 26371 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 11863865 9740288 345 18446744073709551615 4194304 5098028 140733574415744 140733574413848 140641713291900 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 26624000 140733574422905 140733574423110 140733574423110 140733574426603 0
/proc/26371/statm: 2378 345 289 221 0 87 0
[pid=26373] ppid=26371 vsize=13980732 memory=86240 CPUtime=1.88 cores=0,2,4,6
/proc/26373/stat : 26373 (java) S 26371 26371 18108 0 -1 1077944320 18216 0 0 0 182 6 0 0 20 0 15 0 11863875 14316269568 21560 18446744073709551615 4194304 4196468 140721228778448 140721228760992 139834810683127 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
/proc/26373/statm: 3495183 21560 3187 1 0 3483476 0
[pid=26373/tid=26374] ppid=26371 vsize=13980732 memory=-8774313645642428999 CPUtime=0.77 cores=0,2,4,6
/proc/26373/task/26374/stat : 26374 (java) R 26371 26371 18108 0 -1 4202560 8561 0 0 0 74 3 0 0 20 0 15 0 11863875 14316269568 21560 18446744073709551615 4194304 4196468 140721228778448 139834814921616 139834425480014 0 4 1 16800974 0 0 0 -1 0 0 0 12 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26375] ppid=26371 vsize=13980732 memory=279444799737920 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26375/stat : 26375 (java) S 26371 26371 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11863876 14316269568 21560 18446744073709551615 4194304 4196468 140721228778448 139834745117200 139834810693333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26376] ppid=26371 vsize=13980732 memory=139722399871216 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26376/stat : 26376 (java) S 26371 26371 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11863876 14316269568 21560 18446744073709551615 4194304 4196468 140721228778448 139834744064656 139834810693333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26377] ppid=26371 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26377/stat : 26377 (java) S 26371 26371 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11863876 14316269568 21560 18446744073709551615 4194304 4196468 140721228778448 139834743011600 139834810693333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26378] ppid=26371 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26378/stat : 26378 (java) S 26371 26371 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11863876 14316269568 21560 18446744073709551615 4194304 4196468 140721228778448 139834741959056 139834810693333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26379] ppid=26371 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26379/stat : 26379 (java) S 26371 26371 18108 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 11863877 14316269568 21560 18446744073709551615 4194304 4196468 140721228778448 139834289261296 139834810694274 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26380] ppid=26371 vsize=13980732 memory=8316178437708805999 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26380/stat : 26380 (java) S 26371 26371 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11863877 14316269568 21560 18446744073709551615 4194304 4196468 140721228778448 139834288207520 139834810693333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26381] ppid=26371 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26381/stat : 26381 (java) S 26371 26371 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11863878 14316269568 21560 18446744073709551615 4194304 4196468 140721228778448 139834287154416 139834810693333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26382] ppid=26371 vsize=13980732 memory=-2746958450906831424 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26382/stat : 26382 (java) S 26371 26371 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11863880 14316269568 21560 18446744073709551615 4194304 4196468 140721228778448 139834286102992 139834810701723 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26383] ppid=26371 vsize=13980732 memory=6944652177228980320 CPUtime=0.34 cores=0,2,4,6
/proc/26373/task/26383/stat : 26383 (java) R 26371 26371 18108 0 -1 4202560 1949 0 0 0 34 0 0 0 20 0 15 0 11863880 14316269568 21560 18446744073709551615 4194304 4196468 140721228778448 139834285042048 139834789872577 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26384] ppid=26371 vsize=13980732 memory=6944656592455360604 CPUtime=0.36 cores=0,2,4,6
/proc/26373/task/26384/stat : 26384 (java) R 26371 26371 18108 0 -1 4202560 4044 0 0 0 35 1 0 0 20 0 15 0 11863880 14316269568 21560 18446744073709551615 4194304 4196468 140721228778448 139834283983568 139834795798305 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26385] ppid=26371 vsize=13980732 memory=6944656592455360604 CPUtime=0.38 cores=0,2,4,6
/proc/26373/task/26385/stat : 26385 (java) R 26371 26371 18108 0 -1 1077944384 2355 0 0 0 38 0 0 0 20 0 15 0 11863880 14316269568 21560 18446744073709551615 4194304 4196468 140721228778448 139834282944496 139834810694274 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26386] ppid=26371 vsize=13980732 memory=-2605811476043407915 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26386/stat : 26386 (java) S 26371 26371 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11863880 14316269568 21560 18446744073709551615 4194304 4196468 140721228778448 139834281892192 139834810693333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
[pid=26373/tid=26387] ppid=26371 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26373/task/26387/stat : 26387 (java) S 26371 26371 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11863885 14316269568 21560 18446744073709551615 4194304 4196468 140721228778448 139834280840240 139834810694274 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36347904 140721228784050 140721228784226 140721228784226 140721228787663 0
Current children cumulated CPU time: 1.88 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 87620 KiB

Child status: 0
Real time (s): 1.06419
CPU time (s): 1.95983
CPU user time (s): 1.89269
CPU system time (s): 0.067132
CPU usage (%): 184.161
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 87620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.89269
system time used= 0.067132
maximum resident set size= 91448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19344
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1784
involuntary context switches= 8


# summary of solver processes directly reported to runsolver:
#   pid: 26371
#   total CPU time (s): 1.95983
#   total CPU user time (s): 1.89269
#   total CPU system time (s): 0.067132

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.029184 second user time and 0.056283 second system time

The end

Launcher Data

Begin job on node131 at 2017-08-19 11:09:08
IDJOB=4282435
IDBENCH=130607
IDSOLVER=2677
FILE ID=node131/4282435-1503134568
RUNJOBID= node131-1503095854-18171
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-4282435-1503134568/watcher-4282435-1503134568 -o /tmp/evaluation-result-4282435-1503134568/solver-4282435-1503134568 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node131-1503095854-18171 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1373509583 HOME/instance-4282435-1503134568.xml

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

MD5SUM BENCH= e93f9383432bfdcdac2c998bf48e4532
RANDOM SEED=1373509583

node131.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.69
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.69
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.69
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.69
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:        31510872 kB
MemAvailable:   31797428 kB
Buffers:          168784 kB
Cached:           406160 kB
SwapCached:            0 kB
Active:           445260 kB
Inactive:         407776 kB
Active(anon):     278172 kB
Inactive(anon):    16748 kB
Active(file):     167088 kB
Inactive(file):   391028 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7988 kB
Writeback:             4 kB
AnonPages:        281592 kB
Mapped:            43708 kB
Shmem:             17060 kB
Slab:             113788 kB
SReclaimable:      88548 kB
SUnreclaim:        25240 kB
KernelStack:        3712 kB
PageTables:         5608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1227736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    219136 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node131 at 2017-08-19 11:09:09