Trace number 4264522

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
AbsCon-basic 2017-06-11SAT 4.9103599 1.97516

DiagnosticValue
WRONG_DECISIONS7

General information on the benchmark

NameQueens/
Queens-m1-s1/Queens-0100-m1.xml
MD5SUM1854ece61a5fdd3da80103fde6339040
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 benchmark4.9103599
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints4951
Number of domains1
Minimum domain size100
Maximum domain size100
Distribution of domain sizes[{"size":100,"count":100}]
Minimum variable degree100
Maximum variable degree100
Distribution of variable degrees[{"degree":100,"count":100}]
Minimum constraint arity2
Maximum constraint arity100
Distribution of constraint arities[{"arity":2,"count":4950},{"arity":100,"count":1}]
Number of extensional constraints0
Number of intensional constraints4950
Distribution of constraint types[{"type":"intension","count":4950},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.28/0.34	
0.28/0.34	AbsCon 2 
0.28/0.34	
1.37/0.88	  Solving XCSP3-instance-4264522-1502321009 as a CSP
1.37/0.88	  Loading variables...
1.62/0.92	  Loading constraints...
4.05/1.70	  Solver SolverBacktrack being built...
4.05/1.70	
4.05/1.75	  Preprocessing : gac=true, ccks=0, filters=0, revisions=0 (useless=0), AC=0, removals=0, inconsistent=false
4.05/1.75	
4.70/1.96	
4.70/1.96	v <instantiation id='sol1' type='solution'>  <list> q[] </list>  <values> 0 2 4 56 58 3 63 6 57 70 80 59 5 90 81 89 7 82 76 64 72 25 8 44 36 62 65 61 43 9 47 53 42 68 41 46 17 10 71 67 49 55 60 35 32 16 11 50 98 96 91 93 34 97 77 18 12 83 66 75 87 74 86 92 94 84 19 13 99 31 95 54 39 79 48 51 45 52 20 14 40 1 26 33 21 69 73 28 24 29 37 85 15 78 23 38 27 22 30 88 </values>  </instantiation>
4.70/1.96	s SATISFIABLE
4.70/1.96	
4.70/1.96	d WRONG_DECISIONS 7

Verifier Data

OK	

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4264522-1502321009/watcher-4264522-1502321009 -o /tmp/evaluation-result-4264522-1502321009/solver-4264522-1502321009 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502257024-9067 --watchdog 2580 java -jar HOME/AbsCon-basic.jar HOME/instance-4264522-1502321009.xml 

pid=22636
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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.13 2.06 1.98 3/198 22639
/proc/meminfo: memFree=31081664/32770624 swapFree=0/418652
[pid=22639] ppid=22636 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/22639/stat : 22639 (runsolver) D 22636 22639 4525 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 131753837 24240128 107 18446744073709551615 4194304 4338465 140733815469120 140733815466760 140372005782231 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 14278656 140733815472288 140733815472713 140733815472713 140733815476170 0
/proc/22639/statm: 5918 107 54 36 0 2156 0

[startup+0.10015 s]
/proc/loadavg: 2.13 2.06 1.98 3/198 22639
/proc/meminfo: memFree=31081664/32770624 swapFree=0/418652
[pid=22639] ppid=22636 vsize=9936560 CPUtime=0 cores=1,3,5,7
/proc/22639/stat : 22639 (java) S 22636 22639 4525 0 -1 1077944320 2884 0 0 0 0 0 0 0 20 0 6 0 131753837 10175037440 3592 18446744073709551615 4194304 4196468 140732747389392 140732747371936 140598299746039 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
/proc/22639/statm: 2484140 3592 1540 1 0 2473637 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9936560

[startup+0.200297 s]
/proc/loadavg: 2.13 2.06 1.98 3/198 22639
/proc/meminfo: memFree=31081664/32770624 swapFree=0/418652
[pid=22639] ppid=22636 vsize=10551180 CPUtime=0.08 cores=1,3,5,7
/proc/22639/stat : 22639 (java) S 22636 22639 4525 0 -1 1077944320 5162 0 0 0 6 2 0 0 20 0 15 0 131753837 10804408320 6641 18446744073709551615 4194304 4196468 140732747389392 140732747371936 140598299746039 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
/proc/22639/statm: 2637795 6641 2675 1 0 2627261 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10551180

[startup+0.30567 s]
/proc/loadavg: 2.13 2.06 1.98 3/198 22639
/proc/meminfo: memFree=31081664/32770624 swapFree=0/418652
[pid=22639] ppid=22636 vsize=10553264 CPUtime=0.28 cores=1,3,5,7
/proc/22639/stat : 22639 (java) S 22636 22639 4525 0 -1 1077944320 8855 0 0 0 24 4 0 0 20 0 15 0 131753837 10806542336 9696 18446744073709551615 4194304 4196468 140732747389392 140732747371936 140598299746039 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
/proc/22639/statm: 2638316 9696 2925 1 0 2627261 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 10553264

[startup+0.70071 s]
/proc/loadavg: 2.13 2.06 1.98 3/198 22639
/proc/meminfo: memFree=31081664/32770624 swapFree=0/418652
[pid=22639] ppid=22636 vsize=10621952 CPUtime=1.32 cores=1,3,5,7
/proc/22639/stat : 22639 (java) S 22636 22639 4525 0 -1 1077944320 13936 0 0 0 125 7 0 0 20 0 16 0 131753837 10876878848 23638 18446744073709551615 4194304 4196468 140732747389392 140732747371936 140598299746039 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
/proc/22639/statm: 2655488 23638 3082 1 0 2644414 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 10621952

[startup+1.50071 s]
/proc/loadavg: 2.12 2.06 1.98 6/214 22655
/proc/meminfo: memFree=30978516/32770624 swapFree=0/418708
[pid=22639] ppid=22636 vsize=10621952 CPUtime=3.42 cores=1,3,5,7
/proc/22639/stat : 22639 (java) S 22636 22639 4525 0 -1 1077944320 19225 0 0 0 332 10 0 0 20 0 16 0 131753837 10876878848 44593 18446744073709551615 4194304 4196468 140732747389392 140732747371936 140598299746039 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
/proc/22639/statm: 2655488 44593 3109 1 0 2644414 0
[pid=22639/tid=22641] ppid=22636 vsize=10621952 CPUtime=0.21 cores=1,3,5,7
/proc/22639/task/22641/stat : 22641 (java) S 22636 22639 4525 0 -1 1077944384 6177 0 0 0 18 3 0 0 20 0 16 0 131753846 10876878848 44593 18446744073709551615 4194304 4196468 140732747389392 140598303988912 140598299756245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22642] ppid=22636 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/22639/task/22642/stat : 22642 (java) S 22636 22639 4525 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 131753846 10876878848 44593 18446744073709551615 4194304 4196468 140732747389392 140598240782608 140598299756245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22643] ppid=22636 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/22639/task/22643/stat : 22643 (java) S 22636 22639 4525 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 131753846 10876878848 44593 18446744073709551615 4194304 4196468 140732747389392 140598239730064 140598299756245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22644] ppid=22636 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/22639/task/22644/stat : 22644 (java) S 22636 22639 4525 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 131753846 10876878848 44593 18446744073709551615 4194304 4196468 140732747389392 140598238677520 140598299756245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22645] ppid=22636 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/22639/task/22645/stat : 22645 (java) S 22636 22639 4525 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 131753846 10876878848 44593 18446744073709551615 4194304 4196468 140732747389392 140597908073104 140598299756245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22646] ppid=22636 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/22639/task/22646/stat : 22646 (java) S 22636 22639 4525 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 16 0 131753848 10876878848 44593 18446744073709551615 4194304 4196468 140732747389392 140597338589680 140598299757186 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22647] ppid=22636 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/22639/task/22647/stat : 22647 (java) S 22636 22639 4525 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 131753848 10876878848 44593 18446744073709551615 4194304 4196468 140732747389392 140597337535904 140598299756245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22648] ppid=22636 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/22639/task/22648/stat : 22648 (java) S 22636 22639 4525 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 131753848 10876878848 44593 18446744073709551615 4194304 4196468 140732747389392 140597336483312 140598299756245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22649] ppid=22636 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/22639/task/22649/stat : 22649 (java) S 22636 22639 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 131753851 10876878848 44593 18446744073709551615 4194304 4196468 140732747389392 140597335431888 140598299764635 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22650] ppid=22636 vsize=10621952 CPUtime=0.78 cores=1,3,5,7
/proc/22639/task/22650/stat : 22650 (java) R 22636 22639 4525 0 -1 4202560 3362 0 0 0 78 0 0 0 20 0 16 0 131753851 10876878848 44593 18446744073709551615 4194304 4196468 140732747389392 140597334368304 140598280447703 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22651] ppid=22636 vsize=10621952 CPUtime=0.79 cores=1,3,5,7
/proc/22639/task/22651/stat : 22651 (java) R 22636 22639 4525 0 -1 4202560 2507 0 0 0 79 0 0 0 20 0 16 0 131753851 10876878848 44593 18446744073709551615 4194304 4196468 140732747389392 140597333312224 140598284568444 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22652] ppid=22636 vsize=10621952 CPUtime=0.56 cores=1,3,5,7
/proc/22639/task/22652/stat : 22652 (java) S 22636 22639 4525 0 -1 1077944384 2367 0 0 0 55 1 0 0 20 0 16 0 131753851 10876878848 44593 18446744073709551615 4194304 4196468 140732747389392 140597332273392 140598299757186 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22653] ppid=22636 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/22639/task/22653/stat : 22653 (java) S 22636 22639 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 131753851 10876878848 44593 18446744073709551615 4194304 4196468 140732747389392 140597331221088 140598299756245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22654] ppid=22636 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/22639/task/22654/stat : 22654 (java) S 22636 22639 4525 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 131753855 10876878848 44593 18446744073709551615 4194304 4196468 140732747389392 140597330168624 140598299757186 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22655] ppid=22636 vsize=10621952 CPUtime=1.03 cores=1,3,5,7
/proc/22639/task/22655/stat : 22655 (java) R 22636 22639 4525 0 -1 4202560 3443 0 0 0 100 3 0 0 20 0 16 0 131753871 10876878848 44593 18446744073709551615 4194304 4196468 140732747389392 140597326971664 140597922603816 0 4 1 16800974 0 0 0 -1 3 0 0 11 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 10621952

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 22639 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1.60088 s]
/proc/loadavg: 2.12 2.06 1.98 6/214 22655
/proc/meminfo: memFree=30978516/32770624 swapFree=0/418708
[pid=22639] ppid=22636 vsize=10621952 CPUtime=3.73 cores=1,3,5,7
/proc/22639/stat : 22639 (java) S 22636 22639 4525 0 -1 1077944320 21122 0 0 0 362 11 0 0 20 0 16 0 131753837 10876878848 50873 18446744073709551615 4194304 4196468 140732747389392 140732747371936 140598299746039 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
/proc/22639/statm: 2655488 50873 3130 1 0 2644414 0
[pid=22639/tid=22641] ppid=22636 vsize=10621952 CPUtime=0.21 cores=1,3,5,7
/proc/22639/task/22641/stat : 22641 (java) S 22636 22639 4525 0 -1 1077944384 6177 0 0 0 18 3 0 0 20 0 16 0 131753846 10876878848 50873 18446744073709551615 4194304 4196468 140732747389392 140598303988912 140598299756245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22642] ppid=22636 vsize=10621952 CPUtime=0.01 cores=1,3,5,7
/proc/22639/task/22642/stat : 22642 (java) S 22636 22639 4525 0 -1 1077944384 40 0 0 0 1 0 0 0 20 0 16 0 131753846 10876878848 50873 18446744073709551615 4194304 4196468 140732747389392 140598240782608 140598299756245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22643] ppid=22636 vsize=10621952 CPUtime=0.01 cores=1,3,5,7
/proc/22639/task/22643/stat : 22643 (java) S 22636 22639 4525 0 -1 1077944384 255 0 0 0 1 0 0 0 20 0 16 0 131753846 10876878848 50873 18446744073709551615 4194304 4196468 140732747389392 140598239730064 140598299756245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22644] ppid=22636 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/22639/task/22644/stat : 22644 (java) S 22636 22639 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 131753846 10876878848 50873 18446744073709551615 4194304 4196468 140732747389392 140598238677520 140598299756245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22645] ppid=22636 vsize=10621952 CPUtime=0.01 cores=1,3,5,7
/proc/22639/task/22645/stat : 22645 (java) S 22636 22639 4525 0 -1 1077944384 93 0 0 0 1 0 0 0 20 0 16 0 131753846 10876878848 50873 18446744073709551615 4194304 4196468 140732747389392 140597908073104 140598299756245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22646] ppid=22636 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/22639/task/22646/stat : 22646 (java) S 22636 22639 4525 0 -1 1077944384 119 0 0 0 0 0 0 0 20 0 16 0 131753848 10876878848 50873 18446744073709551615 4194304 4196468 140732747389392 140597338589680 140598299757186 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22647] ppid=22636 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/22639/task/22647/stat : 22647 (java) S 22636 22639 4525 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 16 0 131753848 10876878848 50873 18446744073709551615 4194304 4196468 140732747389392 140597337535904 140598299756245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22648] ppid=22636 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/22639/task/22648/stat : 22648 (java) S 22636 22639 4525 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 131753848 10876878848 50873 18446744073709551615 4194304 4196468 140732747389392 140597336483312 140598299756245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22649] ppid=22636 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/22639/task/22649/stat : 22649 (java) S 22636 22639 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 131753851 10876878848 50873 18446744073709551615 4194304 4196468 140732747389392 140597335431888 140598299764635 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22650] ppid=22636 vsize=10621952 CPUtime=0.88 cores=1,3,5,7
/proc/22639/task/22650/stat : 22650 (java) R 22636 22639 4525 0 -1 4202560 3764 0 0 0 88 0 0 0 20 0 16 0 131753851 10876878848 50873 18446744073709551615 4194304 4196468 140732747389392 140597334369424 140598283264067 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22651] ppid=22636 vsize=10621952 CPUtime=0.87 cores=1,3,5,7
/proc/22639/task/22651/stat : 22651 (java) R 22636 22639 4525 0 -1 4202560 2667 0 0 0 87 0 0 0 20 0 16 0 131753851 10876878848 50873 18446744073709551615 4194304 4196468 140732747389392 140597333319168 140598292842875 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22652] ppid=22636 vsize=10621952 CPUtime=0.56 cores=1,3,5,7
/proc/22639/task/22652/stat : 22652 (java) S 22636 22639 4525 0 -1 1077944384 3066 0 0 0 55 1 0 0 20 0 16 0 131753851 10876878848 50873 18446744073709551615 4194304 4196468 140732747389392 140597332273392 140598299757186 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22653] ppid=22636 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/22639/task/22653/stat : 22653 (java) S 22636 22639 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 131753851 10876878848 50873 18446744073709551615 4194304 4196468 140732747389392 140597331221088 140598299756245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22654] ppid=22636 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/22639/task/22654/stat : 22654 (java) S 22636 22639 4525 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 131753855 10876878848 50873 18446744073709551615 4194304 4196468 140732747389392 140597330168624 140598299757186 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22655] ppid=22636 vsize=10621952 CPUtime=1.1 cores=1,3,5,7
/proc/22639/task/22655/stat : 22655 (java) R 22636 22639 4525 0 -1 4202560 3529 0 0 0 107 3 0 0 20 0 16 0 131753871 10876878848 50873 18446744073709551615 4194304 4196468 140732747389392 140597326972368 140597923161416 0 4 1 16800974 0 0 0 -1 3 0 0 11 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
Current children cumulated CPU time (s) 3.73
Current children cumulated vsize (KiB) 10621952

[startup+1.80327 s]
/proc/loadavg: 2.12 2.06 1.98 6/214 22655
/proc/meminfo: memFree=30978516/32770624 swapFree=0/418708
[pid=22639] ppid=22636 vsize=10624000 CPUtime=4.4 cores=1,3,5,7
/proc/22639/stat : 22639 (java) S 22636 22639 4525 0 -1 1077944320 23441 0 0 0 428 12 0 0 20 0 16 0 131753837 10878976000 51619 18446744073709551615 4194304 4196468 140732747389392 140732747371936 140598299746039 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
/proc/22639/statm: 2656000 51619 3133 1 0 2644926 0
[pid=22639/tid=22641] ppid=22636 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/22639/task/22641/stat : 22641 (java) S 22636 22639 4525 0 -1 1077944384 6177 0 0 0 18 3 0 0 20 0 16 0 131753846 10878976000 51619 18446744073709551615 4194304 4196468 140732747389392 140598303988912 140598299756245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22642] ppid=22636 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/22639/task/22642/stat : 22642 (java) S 22636 22639 4525 0 -1 1077944384 40 0 0 0 1 0 0 0 20 0 16 0 131753846 10878976000 51619 18446744073709551615 4194304 4196468 140732747389392 140598240782608 140598299756245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22643] ppid=22636 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/22639/task/22643/stat : 22643 (java) S 22636 22639 4525 0 -1 1077944384 255 0 0 0 1 0 0 0 20 0 16 0 131753846 10878976000 51619 18446744073709551615 4194304 4196468 140732747389392 140598239730064 140598299756245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22644] ppid=22636 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22639/task/22644/stat : 22644 (java) S 22636 22639 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 131753846 10878976000 51619 18446744073709551615 4194304 4196468 140732747389392 140598238677520 140598299756245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22645] ppid=22636 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/22639/task/22645/stat : 22645 (java) S 22636 22639 4525 0 -1 1077944384 93 0 0 0 1 0 0 0 20 0 16 0 131753846 10878976000 51619 18446744073709551615 4194304 4196468 140732747389392 140597908073104 140598299756245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22646] ppid=22636 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22639/task/22646/stat : 22646 (java) S 22636 22639 4525 0 -1 1077944384 119 0 0 0 0 0 0 0 20 0 16 0 131753848 10878976000 51619 18446744073709551615 4194304 4196468 140732747389392 140597338589680 140598299757186 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22647] ppid=22636 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22639/task/22647/stat : 22647 (java) S 22636 22639 4525 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 16 0 131753848 10878976000 51619 18446744073709551615 4194304 4196468 140732747389392 140597337535904 140598299756245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22648] ppid=22636 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22639/task/22648/stat : 22648 (java) S 22636 22639 4525 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 131753848 10878976000 51619 18446744073709551615 4194304 4196468 140732747389392 140597336483312 140598299756245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22649] ppid=22636 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22639/task/22649/stat : 22649 (java) S 22636 22639 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 131753851 10878976000 51619 18446744073709551615 4194304 4196468 140732747389392 140597335431888 140598299764635 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22650] ppid=22636 vsize=10624000 CPUtime=1.08 cores=1,3,5,7
/proc/22639/task/22650/stat : 22650 (java) R 22636 22639 4525 0 -1 4202560 4106 0 0 0 108 0 0 0 20 0 16 0 131753851 10878976000 51619 18446744073709551615 4194304 4196468 140732747389392 140597334370432 140598284580433 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22651] ppid=22636 vsize=10624000 CPUtime=1.07 cores=1,3,5,7
/proc/22639/task/22651/stat : 22651 (java) R 22636 22639 4525 0 -1 4202560 3643 0 0 0 107 0 0 0 20 0 16 0 131753851 10878976000 51619 18446744073709551615 4194304 4196468 140732747389392 140597333312368 140598284853578 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22652] ppid=22636 vsize=10624000 CPUtime=0.62 cores=1,3,5,7
/proc/22639/task/22652/stat : 22652 (java) S 22636 22639 4525 0 -1 1077944384 3355 0 0 0 61 1 0 0 20 0 16 0 131753851 10878976000 51619 18446744073709551615 4194304 4196468 140732747389392 140597332273392 140598299757186 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22653] ppid=22636 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22639/task/22653/stat : 22653 (java) S 22636 22639 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 131753851 10878976000 51619 18446744073709551615 4194304 4196468 140732747389392 140597331221088 140598299756245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22654] ppid=22636 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22639/task/22654/stat : 22654 (java) S 22636 22639 4525 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 131753855 10878976000 51619 18446744073709551615 4194304 4196468 140732747389392 140597330168624 140598299757186 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22655] ppid=22636 vsize=10624000 CPUtime=1.3 cores=1,3,5,7
/proc/22639/task/22655/stat : 22655 (java) R 22636 22639 4525 0 -1 4202560 4238 0 0 0 127 3 0 0 20 0 16 0 131753871 10878976000 51619 18446744073709551615 4194304 4196468 140732747389392 140597326975920 140597918830639 0 4 1 16800974 0 0 0 -1 3 0 0 11 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 10624000

[startup+1.90069 s]
/proc/loadavg: 2.12 2.06 1.98 6/214 22655
/proc/meminfo: memFree=30978516/32770624 swapFree=0/418708
[pid=22639] ppid=22636 vsize=10624000 CPUtime=4.7 cores=1,3,5,7
/proc/22639/stat : 22639 (java) S 22636 22639 4525 0 -1 1077944320 23479 0 0 0 458 12 0 0 20 0 16 0 131753837 10878976000 51654 18446744073709551615 4194304 4196468 140732747389392 140732747371936 140598299746039 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
/proc/22639/statm: 2656000 51654 3133 1 0 2644926 0
[pid=22639/tid=22641] ppid=22636 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/22639/task/22641/stat : 22641 (java) S 22636 22639 4525 0 -1 1077944384 6177 0 0 0 18 3 0 0 20 0 16 0 131753846 10878976000 51654 18446744073709551615 4194304 4196468 140732747389392 140598303988912 140598299756245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22642] ppid=22636 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/22639/task/22642/stat : 22642 (java) S 22636 22639 4525 0 -1 1077944384 40 0 0 0 1 0 0 0 20 0 16 0 131753846 10878976000 51654 18446744073709551615 4194304 4196468 140732747389392 140598240782608 140598299756245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22643] ppid=22636 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/22639/task/22643/stat : 22643 (java) S 22636 22639 4525 0 -1 1077944384 255 0 0 0 1 0 0 0 20 0 16 0 131753846 10878976000 51654 18446744073709551615 4194304 4196468 140732747389392 140598239730064 140598299756245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22644] ppid=22636 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22639/task/22644/stat : 22644 (java) S 22636 22639 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 131753846 10878976000 51654 18446744073709551615 4194304 4196468 140732747389392 140598238677520 140598299756245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22645] ppid=22636 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/22639/task/22645/stat : 22645 (java) S 22636 22639 4525 0 -1 1077944384 93 0 0 0 1 0 0 0 20 0 16 0 131753846 10878976000 51654 18446744073709551615 4194304 4196468 140732747389392 140597908073104 140598299756245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22646] ppid=22636 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22639/task/22646/stat : 22646 (java) S 22636 22639 4525 0 -1 1077944384 119 0 0 0 0 0 0 0 20 0 16 0 131753848 10878976000 51654 18446744073709551615 4194304 4196468 140732747389392 140597338589680 140598299757186 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22647] ppid=22636 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22639/task/22647/stat : 22647 (java) S 22636 22639 4525 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 16 0 131753848 10878976000 51654 18446744073709551615 4194304 4196468 140732747389392 140597337535904 140598299756245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22648] ppid=22636 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22639/task/22648/stat : 22648 (java) S 22636 22639 4525 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 131753848 10878976000 51654 18446744073709551615 4194304 4196468 140732747389392 140597336483312 140598299756245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22649] ppid=22636 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22639/task/22649/stat : 22649 (java) S 22636 22639 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 131753851 10878976000 51654 18446744073709551615 4194304 4196468 140732747389392 140597335431888 140598299764635 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22650] ppid=22636 vsize=10624000 CPUtime=1.18 cores=1,3,5,7
/proc/22639/task/22650/stat : 22650 (java) R 22636 22639 4525 0 -1 4202560 4120 0 0 0 118 0 0 0 20 0 16 0 131753851 10878976000 51654 18446744073709551615 4194304 4196468 140732747389392 140597334370432 140598278998037 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22651] ppid=22636 vsize=10624000 CPUtime=1.17 cores=1,3,5,7
/proc/22639/task/22651/stat : 22651 (java) R 22636 22639 4525 0 -1 4202560 3652 0 0 0 117 0 0 0 20 0 16 0 131753851 10878976000 51654 18446744073709551615 4194304 4196468 140732747389392 140597333314928 140598281291201 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22652] ppid=22636 vsize=10624000 CPUtime=0.63 cores=1,3,5,7
/proc/22639/task/22652/stat : 22652 (java) S 22636 22639 4525 0 -1 1077944384 3370 0 0 0 62 1 0 0 20 0 16 0 131753851 10878976000 51654 18446744073709551615 4194304 4196468 140732747389392 140597332273392 140598299757186 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22653] ppid=22636 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22639/task/22653/stat : 22653 (java) S 22636 22639 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 131753851 10878976000 51654 18446744073709551615 4194304 4196468 140732747389392 140597331221088 140598299756245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22654] ppid=22636 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/22639/task/22654/stat : 22654 (java) S 22636 22639 4525 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 131753855 10878976000 51654 18446744073709551615 4194304 4196468 140732747389392 140597330168624 140598299757186 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
[pid=22639/tid=22655] ppid=22636 vsize=10624000 CPUtime=1.4 cores=1,3,5,7
/proc/22639/task/22655/stat : 22655 (java) R 22636 22639 4525 0 -1 4202560 4238 0 0 0 137 3 0 0 20 0 16 0 131753871 10878976000 51654 18446744073709551615 4194304 4196468 140732747389392 140597326975920 140597925592354 0 4 1 16800974 0 0 0 -1 3 0 0 11 0 0 6293624 6294260 32768000 140732747391437 140732747391566 140732747391566 140732747395023 0
Current children cumulated CPU time (s) 4.7
Current children cumulated vsize (KiB) 10624000

Child status: 0
Real time (s): 1.97516
CPU time (s): 4.91036
CPU user time (s): 4.78183
CPU system time (s): 0.128527
CPU usage (%): 248.606
Max. virtual memory (cumulated for all children) (KiB): 10624000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.78183
system time used= 0.128527
maximum resident set size= 207544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23644
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= 2053
involuntary context switches= 23

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.014746 second user time and 0.008043 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-10 01:09:06
IDJOB=4264522
IDBENCH=138768
IDSOLVER=2652
FILE ID=node132/4264522-1502321009
RUNJOBID= node132-1502257024-9067
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/Queens/Queens-m1-s1/Queens-0100-m1.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4264522-1502321009/watcher-4264522-1502321009 -o /tmp/evaluation-result-4264522-1502321009/solver-4264522-1502321009 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502257024-9067 --watchdog 2580  java -jar HOME/AbsCon-basic.jar HOME/instance-4264522-1502321009.xml

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

MD5SUM BENCH= 1854ece61a5fdd3da80103fde6339040
RANDOM SEED=626643946

node132.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.74
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.74
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.74
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.74
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:        31081664 kB
MemAvailable:   31833524 kB
Buffers:          275032 kB
Cached:           780464 kB
SwapCached:            0 kB
Active:           797844 kB
Inactive:         459472 kB
Active(anon):     202524 kB
Inactive(anon):    40820 kB
Active(file):     595320 kB
Inactive(file):   418652 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7988 kB
Writeback:             0 kB
AnonPages:        201368 kB
Mapped:            67432 kB
Shmem:             41660 kB
Slab:             134728 kB
SReclaimable:     107444 kB
SUnreclaim:        27284 kB
KernelStack:        3504 kB
PageTables:         5396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1167904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    100352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62016 MiB
End job on node132 at 2017-08-10 01:09:08