Trace number 4262030

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.4OPT11 9.10291 4.4589701

General information on the benchmark

NamePseudoBoolean/
PseudoBoolean-opt-gr/Pb-gr-05.xml
MD5SUMe9813c111db0babccd5c24a1dd850827
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark0.031037999
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of constraints104
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":75}]
Minimum variable degree2
Maximum variable degree62
Distribution of variable degrees[{"degree":2,"count":50},{"degree":61,"count":5},{"degree":62,"count":20}]
Minimum constraint arity10
Maximum constraint arity21
Distribution of constraint arities[{"arity":10,"count":4},{"arity":11,"count":20},{"arity":16,"count":60},{"arity":21,"count":20}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":104}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

3.30/2.26	c Concrete v3.4 running
7.73/3.92	o 31
7.73/3.95	o 29
8.43/4.12	o 28
8.43/4.12	o 26
8.43/4.12	o 25
8.43/4.12	o 24
8.43/4.12	o 21
8.43/4.12	o 20
8.43/4.12	o 16
8.43/4.13	o 14
8.43/4.14	o 12
8.43/4.20	o 11
9.06/4.30	v <instantiation cost="11">
9.06/4.30	v       <list>
9.06/4.30	v         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] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74]
9.06/4.30	v       </list>
9.06/4.30	v       <values>
9.06/4.30	v         1 1 0 1 0 0 1 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 0 1 0 0 0 1 1 0 0 1 1 1 0 1 1 0 1 0 0 0 1 0 0 0 0 0 0 0 1
9.06/4.30	v       </values>
9.06/4.30	v     </instantiation>
9.06/4.30	s OPTIMUM FOUND

Verifier Data

OK	11

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-4262030-1502465734/watcher-4262030-1502465734 -o /tmp/evaluation-result-4262030-1502465734/solver-4262030-1502465734 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502411403-1394 --watchdog 2580 bin/concrete HOME/instance-4262030-1502465734.xml 

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


[startup+0 s]
/proc/loadavg: 1.38 1.37 1.45 2/198 14842
/proc/meminfo: memFree=30428404/32770624 swapFree=0/509224
[pid=14842] ppid=14839 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/14842/stat : 14842 (runsolver) D 14839 14842 1330 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 48794153 24240128 108 18446744073709551615 4194304 4338465 140722550546736 140722550544376 140333624197847 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 13025280 140722550554833 140722550555209 140722550555209 140722550558666 0
/proc/14842/statm: 5918 108 54 36 0 2156 0

[startup+0.100152 s]
/proc/loadavg: 1.38 1.37 1.45 2/198 14842
/proc/meminfo: memFree=30428404/32770624 swapFree=0/509224
[pid=14842] ppid=14839 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/14842/stat : 14842 (runsolver) D 14839 14842 1330 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 48794153 24240128 108 18446744073709551615 4194304 4338465 140722550546736 140722550544376 140333624197847 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 13025280 140722550554833 140722550555209 140722550555209 140722550558666 0
/proc/14842/statm: 5918 108 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200557 s]
/proc/loadavg: 1.38 1.37 1.45 2/198 14842
/proc/meminfo: memFree=30428404/32770624 swapFree=0/509224
[pid=14842] ppid=14839 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/14842/stat : 14842 (bash) S 14839 14842 1330 0 -1 4202496 896 6479 0 0 0 0 0 1 20 0 1 0 48794153 9867264 377 18446744073709551615 4194304 5098028 140729848230560 140729848224568 140598711397376 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 12 0 0 7196144 7232144 33431552 140729848234516 140729848234601 140729848234601 140729848238058 0
/proc/14842/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300284 s]
/proc/loadavg: 1.38 1.37 1.45 2/198 14842
/proc/meminfo: memFree=30428404/32770624 swapFree=0/509224
[pid=14842] ppid=14839 vsize=13574488 CPUtime=0.12 cores=0,2,4,6
/proc/14842/stat : 14842 (java) S 14839 14842 1330 0 -1 1077944320 5125 12411 0 0 3 1 5 3 20 0 9 0 48794153 13900275712 4825 18446744073709551615 4194304 4196468 140725172133456 140725172116000 140390203502327 0 0 1 16800970 18446744073709551615 0 0 17 4 0 0 12 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
/proc/14842/statm: 3393622 4825 2105 1 0 3383119 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 13574488

[startup+0.706191 s]
/proc/loadavg: 1.38 1.37 1.45 2/198 14842
/proc/meminfo: memFree=30428404/32770624 swapFree=0/509224
[pid=14842] ppid=14839 vsize=13974784 CPUtime=0.6 cores=0,2,4,6
/proc/14842/stat : 14842 (java) S 14839 14842 1330 0 -1 1077944320 13744 12411 0 0 48 4 5 3 20 0 15 0 48794153 14310178816 14136 18446744073709551615 4194304 4196468 140725172133456 140725172116000 140390203502327 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 12 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
/proc/14842/statm: 3493696 14136 3057 1 0 3482965 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 13974784

[startup+1.50067 s]
/proc/loadavg: 1.35 1.37 1.45 3/213 14905
/proc/meminfo: memFree=30338564/32770624 swapFree=0/509552
[pid=14842] ppid=14839 vsize=13985408 CPUtime=1.79 cores=0,2,4,6
/proc/14842/stat : 14842 (java) S 14839 14842 1330 0 -1 1077944320 26358 12411 0 0 163 8 5 3 20 0 15 0 48794153 14321057792 33907 18446744073709551615 4194304 4196468 140725172133456 140725172116000 140390203502327 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 12 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
/proc/14842/statm: 3496352 33907 3343 1 0 3485525 0
[pid=14842/tid=14892] ppid=14839 vsize=13985408 CPUtime=1.26 cores=0,2,4,6
/proc/14842/task/14892/stat : 14892 (java) R 14839 14842 1330 0 -1 4202560 21043 12411 0 0 112 6 5 3 20 0 15 0 48794179 14321057792 33907 18446744073709551615 4194304 4196468 140725172133456 140390207725424 140390187582814 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14893] ppid=14839 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/14842/task/14893/stat : 14893 (java) S 14839 14842 1330 0 -1 1077944384 1 12411 0 0 0 0 5 3 20 0 15 0 48794179 14321057792 33907 18446744073709551615 4194304 4196468 140725172133456 140390137936784 140390203512533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14894] ppid=14839 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/14842/task/14894/stat : 14894 (java) S 14839 14842 1330 0 -1 1077944384 1 12411 0 0 0 0 5 3 20 0 15 0 48794179 14321057792 33907 18446744073709551615 4194304 4196468 140725172133456 140390136883984 140390203512533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14895] ppid=14839 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/14842/task/14895/stat : 14895 (java) S 14839 14842 1330 0 -1 1077944384 1 12411 0 0 0 0 5 3 20 0 15 0 48794179 14321057792 33907 18446744073709551615 4194304 4196468 140725172133456 140390135831696 140390203512533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14896] ppid=14839 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/14842/task/14896/stat : 14896 (java) S 14839 14842 1330 0 -1 1077944384 2 12411 0 0 0 0 5 3 20 0 15 0 48794179 14321057792 33907 18446744073709551615 4194304 4196468 140725172133456 140390134778896 140390203512533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14897] ppid=14839 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/14842/task/14897/stat : 14897 (java) S 14839 14842 1330 0 -1 1077944384 5 12411 0 0 0 0 5 3 20 0 15 0 48794181 14321057792 33907 18446744073709551615 4194304 4196468 140725172133456 140389118867568 140390203513474 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14898] ppid=14839 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/14842/task/14898/stat : 14898 (java) S 14839 14842 1330 0 -1 1077944384 33 12411 0 0 0 0 5 3 20 0 15 0 48794181 14321057792 33907 18446744073709551615 4194304 4196468 140725172133456 140389117813536 140390203512533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14899] ppid=14839 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/14842/task/14899/stat : 14899 (java) S 14839 14842 1330 0 -1 1077944384 21 12411 0 0 0 0 5 3 20 0 15 0 48794181 14321057792 33907 18446744073709551615 4194304 4196468 140725172133456 140389116761200 140390203512533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14900] ppid=14839 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/14842/task/14900/stat : 14900 (java) S 14839 14842 1330 0 -1 1077944384 3 12411 0 0 0 0 5 3 20 0 15 0 48794184 14321057792 33907 18446744073709551615 4194304 4196468 140725172133456 140389115709520 140390203520923 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14901] ppid=14839 vsize=13985408 CPUtime=0.25 cores=0,2,4,6
/proc/14842/task/14901/stat : 14901 (java) S 14839 14842 1330 0 -1 1077944384 1233 12411 0 0 17 0 5 3 20 0 15 0 48794184 14321057792 33907 18446744073709551615 4194304 4196468 140725172133456 140389114657392 140390203513474 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14902] ppid=14839 vsize=13985408 CPUtime=0.19 cores=0,2,4,6
/proc/14842/task/14902/stat : 14902 (java) S 14839 14842 1330 0 -1 1077944384 622 12411 0 0 11 0 5 3 20 0 15 0 48794184 14321057792 33907 18446744073709551615 4194304 4196468 140725172133456 140389113604592 140390203513474 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14903] ppid=14839 vsize=13985408 CPUtime=0.29 cores=0,2,4,6
/proc/14842/task/14903/stat : 14903 (java) S 14839 14842 1330 0 -1 1077944384 1232 12411 0 0 21 0 5 3 20 0 15 0 48794184 14321057792 33907 18446744073709551615 4194304 4196468 140725172133456 140389112552304 140390203513474 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14904] ppid=14839 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/14842/task/14904/stat : 14904 (java) S 14839 14842 1330 0 -1 1077944384 3 12411 0 0 0 0 5 3 20 0 15 0 48794184 14321057792 33907 18446744073709551615 4194304 4196468 140725172133456 140389111499744 140390203512533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14905] ppid=14839 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/14842/task/14905/stat : 14905 (java) S 14839 14842 1330 0 -1 1077944384 3 12411 0 0 0 0 5 3 20 0 15 0 48794189 14321057792 33907 18446744073709551615 4194304 4196468 140725172133456 140389110446512 140390203513474 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 13985408

[startup+3.10071 s]
/proc/loadavg: 1.35 1.37 1.45 4/213 14905
/proc/meminfo: memFree=30258480/32770624 swapFree=0/509552
[pid=14842] ppid=14839 vsize=13999932 CPUtime=5.33 cores=0,2,4,6
/proc/14842/stat : 14842 (java) S 14839 14842 1330 0 -1 1077944320 36161 12411 0 0 510 15 5 3 20 0 15 0 48794153 14335930368 53647 18446744073709551615 4194304 4196468 140725172133456 140725172116000 140390203502327 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 12 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
/proc/14842/statm: 3499983 53647 3441 1 0 3488597 0
[pid=14842/tid=14892] ppid=14839 vsize=13999932 CPUtime=2.83 cores=0,2,4,6
/proc/14842/task/14892/stat : 14892 (java) R 14839 14842 1330 0 -1 4202560 25747 12411 0 0 266 9 5 3 20 0 15 0 48794179 14335930368 53647 18446744073709551615 4194304 4196468 140725172133456 140390207728816 140390203514262 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14893] ppid=14839 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/14842/task/14893/stat : 14893 (java) S 14839 14842 1330 0 -1 1077944384 61 12411 0 0 0 0 5 3 20 0 15 0 48794179 14335930368 53647 18446744073709551615 4194304 4196468 140725172133456 140390137936784 140390203512533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14894] ppid=14839 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/14842/task/14894/stat : 14894 (java) S 14839 14842 1330 0 -1 1077944384 183 12411 0 0 1 0 5 3 20 0 15 0 48794179 14335930368 53647 18446744073709551615 4194304 4196468 140725172133456 140390136883984 140390203512533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14895] ppid=14839 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/14842/task/14895/stat : 14895 (java) S 14839 14842 1330 0 -1 1077944384 35 12411 0 0 0 0 5 3 20 0 15 0 48794179 14335930368 53647 18446744073709551615 4194304 4196468 140725172133456 140390135831696 140390203512533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14896] ppid=14839 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/14842/task/14896/stat : 14896 (java) S 14839 14842 1330 0 -1 1077944384 38 12411 0 0 0 0 5 3 20 0 15 0 48794179 14335930368 53647 18446744073709551615 4194304 4196468 140725172133456 140390134778896 140390203512533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14897] ppid=14839 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/14842/task/14897/stat : 14897 (java) S 14839 14842 1330 0 -1 1077944384 1247 12411 0 0 1 0 5 3 20 0 15 0 48794181 14335930368 53647 18446744073709551615 4194304 4196468 140725172133456 140389118867568 140390203513474 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14898] ppid=14839 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/14842/task/14898/stat : 14898 (java) S 14839 14842 1330 0 -1 1077944384 56 12411 0 0 0 0 5 3 20 0 15 0 48794181 14335930368 53647 18446744073709551615 4194304 4196468 140725172133456 140389117813600 140390203512533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14899] ppid=14839 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/14842/task/14899/stat : 14899 (java) S 14839 14842 1330 0 -1 1077944384 45 12411 0 0 0 0 5 3 20 0 15 0 48794181 14335930368 53647 18446744073709551615 4194304 4196468 140725172133456 140389116761200 140390203512533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14900] ppid=14839 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/14842/task/14900/stat : 14900 (java) S 14839 14842 1330 0 -1 1077944384 3 12411 0 0 0 0 5 3 20 0 15 0 48794184 14335930368 53647 18446744073709551615 4194304 4196468 140725172133456 140389115709520 140390203520923 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14901] ppid=14839 vsize=13999932 CPUtime=0.8 cores=0,2,4,6
/proc/14842/task/14901/stat : 14901 (java) S 14839 14842 1330 0 -1 1077944384 1841 12411 0 0 72 0 5 3 20 0 15 0 48794184 14335930368 53647 18446744073709551615 4194304 4196468 140725172133456 140389114657392 140390203513474 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14902] ppid=14839 vsize=13999932 CPUtime=0.72 cores=0,2,4,6
/proc/14842/task/14902/stat : 14902 (java) S 14839 14842 1330 0 -1 1077944384 1481 12411 0 0 64 0 5 3 20 0 15 0 48794184 14335930368 53647 18446744073709551615 4194304 4196468 140725172133456 140389113604592 140390203513474 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14903] ppid=14839 vsize=13999932 CPUtime=1.1 cores=0,2,4,6
/proc/14842/task/14903/stat : 14903 (java) R 14839 14842 1330 0 -1 4202560 3263 12411 0 0 101 1 5 3 20 0 15 0 48794184 14335930368 53647 18446744073709551615 4194304 4196468 140725172133456 140389112552432 140390181493883 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14904] ppid=14839 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/14842/task/14904/stat : 14904 (java) S 14839 14842 1330 0 -1 1077944384 3 12411 0 0 0 0 5 3 20 0 15 0 48794184 14335930368 53647 18446744073709551615 4194304 4196468 140725172133456 140389111499744 140390203512533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14905] ppid=14839 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/14842/task/14905/stat : 14905 (java) S 14839 14842 1330 0 -1 1077944384 3 12411 0 0 0 0 5 3 20 0 15 0 48794189 14335930368 53647 18446744073709551615 4194304 4196468 140725172133456 140389110446512 140390203513474 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
Current children cumulated CPU time (s) 5.33
Current children cumulated vsize (KiB) 13999932

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

[startup+3.20083 s]
/proc/loadavg: 1.35 1.37 1.45 4/213 14905
/proc/meminfo: memFree=30258480/32770624 swapFree=0/509552
[pid=14842] ppid=14839 vsize=13999932 CPUtime=5.6 cores=0,2,4,6
/proc/14842/stat : 14842 (java) S 14839 14842 1330 0 -1 1077944320 36477 12411 0 0 537 15 5 3 20 0 15 0 48794153 14335930368 54916 18446744073709551615 4194304 4196468 140725172133456 140725172116000 140390203502327 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 12 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
/proc/14842/statm: 3499983 54916 3442 1 0 3488597 0
[pid=14842/tid=14892] ppid=14839 vsize=13999932 CPUtime=2.93 cores=0,2,4,6
/proc/14842/task/14892/stat : 14892 (java) R 14839 14842 1330 0 -1 4202560 25915 12411 0 0 276 9 5 3 20 0 15 0 48794179 14335930368 54916 18446744073709551615 4194304 4196468 140725172133456 140390207733856 140390187545957 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14893] ppid=14839 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/14842/task/14893/stat : 14893 (java) S 14839 14842 1330 0 -1 1077944384 61 12411 0 0 0 0 5 3 20 0 15 0 48794179 14335930368 54916 18446744073709551615 4194304 4196468 140725172133456 140390137936784 140390203512533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14894] ppid=14839 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/14842/task/14894/stat : 14894 (java) S 14839 14842 1330 0 -1 1077944384 183 12411 0 0 1 0 5 3 20 0 15 0 48794179 14335930368 54916 18446744073709551615 4194304 4196468 140725172133456 140390136883984 140390203512533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14895] ppid=14839 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/14842/task/14895/stat : 14895 (java) S 14839 14842 1330 0 -1 1077944384 35 12411 0 0 0 0 5 3 20 0 15 0 48794179 14335930368 54916 18446744073709551615 4194304 4196468 140725172133456 140390135831696 140390203512533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14896] ppid=14839 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/14842/task/14896/stat : 14896 (java) S 14839 14842 1330 0 -1 1077944384 38 12411 0 0 0 0 5 3 20 0 15 0 48794179 14335930368 54916 18446744073709551615 4194304 4196468 140725172133456 140390134778896 140390203512533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14897] ppid=14839 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/14842/task/14897/stat : 14897 (java) S 14839 14842 1330 0 -1 1077944384 1247 12411 0 0 1 0 5 3 20 0 15 0 48794181 14335930368 54916 18446744073709551615 4194304 4196468 140725172133456 140389118867568 140390203513474 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14898] ppid=14839 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/14842/task/14898/stat : 14898 (java) S 14839 14842 1330 0 -1 1077944384 56 12411 0 0 0 0 5 3 20 0 15 0 48794181 14335930368 54916 18446744073709551615 4194304 4196468 140725172133456 140389117813600 140390203512533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14899] ppid=14839 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/14842/task/14899/stat : 14899 (java) S 14839 14842 1330 0 -1 1077944384 45 12411 0 0 0 0 5 3 20 0 15 0 48794181 14335930368 54916 18446744073709551615 4194304 4196468 140725172133456 140389116761200 140390203512533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14900] ppid=14839 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/14842/task/14900/stat : 14900 (java) S 14839 14842 1330 0 -1 1077944384 3 12411 0 0 0 0 5 3 20 0 15 0 48794184 14335930368 54916 18446744073709551615 4194304 4196468 140725172133456 140389115709520 140390203520923 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14901] ppid=14839 vsize=13999932 CPUtime=0.86 cores=0,2,4,6
/proc/14842/task/14901/stat : 14901 (java) S 14839 14842 1330 0 -1 1077944384 1864 12411 0 0 78 0 5 3 20 0 15 0 48794184 14335930368 54916 18446744073709551615 4194304 4196468 140725172133456 140389114657392 140390203513474 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14902] ppid=14839 vsize=13999932 CPUtime=0.78 cores=0,2,4,6
/proc/14842/task/14902/stat : 14902 (java) S 14839 14842 1330 0 -1 1077944384 1516 12411 0 0 70 0 5 3 20 0 15 0 48794184 14335930368 54916 18446744073709551615 4194304 4196468 140725172133456 140389113604592 140390203513474 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14903] ppid=14839 vsize=13999932 CPUtime=1.15 cores=0,2,4,6
/proc/14842/task/14903/stat : 14903 (java) S 14839 14842 1330 0 -1 1077944384 3353 12411 0 0 106 1 5 3 20 0 15 0 48794184 14335930368 54916 18446744073709551615 4194304 4196468 140725172133456 140389112552304 140390203513474 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14904] ppid=14839 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/14842/task/14904/stat : 14904 (java) S 14839 14842 1330 0 -1 1077944384 3 12411 0 0 0 0 5 3 20 0 15 0 48794184 14335930368 54916 18446744073709551615 4194304 4196468 140725172133456 140389111499744 140390203512533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14905] ppid=14839 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/14842/task/14905/stat : 14905 (java) S 14839 14842 1330 0 -1 1077944384 3 12411 0 0 0 0 5 3 20 0 15 0 48794189 14335930368 54916 18446744073709551615 4194304 4196468 140725172133456 140389110446512 140390203513474 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
Current children cumulated CPU time (s) 5.6
Current children cumulated vsize (KiB) 13999932

[startup+4.00119 s]
/proc/loadavg: 1.35 1.37 1.45 6/213 14905
/proc/meminfo: memFree=30198672/32770624 swapFree=0/509552
[pid=14842] ppid=14839 vsize=14067516 CPUtime=8.06 cores=0,2,4,6
/proc/14842/stat : 14842 (java) S 14839 14842 1330 0 -1 1077944320 75318 12411 0 0 777 21 5 3 20 0 15 0 48794153 14405136384 78140 18446744073709551615 4194304 4196468 140725172133456 140725172116000 140390203502327 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 12 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
/proc/14842/statm: 3516879 78140 3456 1 0 3505493 0
[pid=14842/tid=14892] ppid=14839 vsize=14067516 CPUtime=3.49 cores=0,2,4,6
/proc/14842/task/14892/stat : 14892 (java) R 14839 14842 1330 0 -1 4202560 50360 12411 0 0 329 12 5 3 20 0 15 0 48794179 14405136384 78140 18446744073709551615 4194304 4196468 140725172133456 140390207735656 140389826245044 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14893] ppid=14839 vsize=14067516 CPUtime=0.17 cores=0,2,4,6
/proc/14842/task/14893/stat : 14893 (java) S 14839 14842 1330 0 -1 1077944384 87 12411 0 0 9 0 5 3 20 0 15 0 48794179 14405136384 78140 18446744073709551615 4194304 4196468 140725172133456 140390137936784 140390203512533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14894] ppid=14839 vsize=14067516 CPUtime=0.16 cores=0,2,4,6
/proc/14842/task/14894/stat : 14894 (java) S 14839 14842 1330 0 -1 1077944384 351 12411 0 0 8 0 5 3 20 0 15 0 48794179 14405136384 78140 18446744073709551615 4194304 4196468 140725172133456 140390136883984 140390203512533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14895] ppid=14839 vsize=14067516 CPUtime=0.19 cores=0,2,4,6
/proc/14842/task/14895/stat : 14895 (java) S 14839 14842 1330 0 -1 1077944384 52 12411 0 0 11 0 5 3 20 0 15 0 48794179 14405136384 78140 18446744073709551615 4194304 4196468 140725172133456 140390135831696 140390203512533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14896] ppid=14839 vsize=14067516 CPUtime=0.18 cores=0,2,4,6
/proc/14842/task/14896/stat : 14896 (java) S 14839 14842 1330 0 -1 1077944384 68 12411 0 0 10 0 5 3 20 0 15 0 48794179 14405136384 78140 18446744073709551615 4194304 4196468 140725172133456 140390134778896 140390203512533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14897] ppid=14839 vsize=14067516 CPUtime=0.19 cores=0,2,4,6
/proc/14842/task/14897/stat : 14897 (java) S 14839 14842 1330 0 -1 1077944384 3390 12411 0 0 11 0 5 3 20 0 15 0 48794181 14405136384 78140 18446744073709551615 4194304 4196468 140725172133456 140389118867568 140390203513474 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14898] ppid=14839 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14842/task/14898/stat : 14898 (java) S 14839 14842 1330 0 -1 1077944384 56 12411 0 0 0 0 5 3 20 0 15 0 48794181 14405136384 78140 18446744073709551615 4194304 4196468 140725172133456 140389117813600 140390203512533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14899] ppid=14839 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14842/task/14899/stat : 14899 (java) S 14839 14842 1330 0 -1 1077944384 46 12411 0 0 0 0 5 3 20 0 15 0 48794181 14405136384 78140 18446744073709551615 4194304 4196468 140725172133456 140389116761216 140390203512533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14900] ppid=14839 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14842/task/14900/stat : 14900 (java) S 14839 14842 1330 0 -1 1077944384 3 12411 0 0 0 0 5 3 20 0 15 0 48794184 14405136384 78140 18446744073709551615 4194304 4196468 140725172133456 140389115709520 140390203520923 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14901] ppid=14839 vsize=14067516 CPUtime=1.4 cores=0,2,4,6
/proc/14842/task/14901/stat : 14901 (java) R 14839 14842 1330 0 -1 4202560 6204 12411 0 0 131 1 5 3 20 0 15 0 48794184 14405136384 78140 18446744073709551615 4194304 4196468 140725172133456 140389114645952 140390185047288 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14902] ppid=14839 vsize=14067516 CPUtime=1.49 cores=0,2,4,6
/proc/14842/task/14902/stat : 14902 (java) R 14839 14842 1330 0 -1 4202560 7506 12411 0 0 140 1 5 3 20 0 15 0 48794184 14405136384 78140 18446744073709551615 4194304 4196468 140725172133456 140389113596544 140390181249768 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14903] ppid=14839 vsize=14067516 CPUtime=1.32 cores=0,2,4,6
/proc/14842/task/14903/stat : 14903 (java) S 14839 14842 1330 0 -1 1077944384 5033 12411 0 0 123 1 5 3 20 0 15 0 48794184 14405136384 78140 18446744073709551615 4194304 4196468 140725172133456 140389112552304 140390203513474 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14904] ppid=14839 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14842/task/14904/stat : 14904 (java) S 14839 14842 1330 0 -1 1077944384 3 12411 0 0 0 0 5 3 20 0 15 0 48794184 14405136384 78140 18446744073709551615 4194304 4196468 140725172133456 140389111499744 140390203512533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
[pid=14842/tid=14905] ppid=14839 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14842/task/14905/stat : 14905 (java) S 14839 14842 1330 0 -1 1077944384 10 12411 0 0 0 0 5 3 20 0 15 0 48794189 14405136384 78140 18446744073709551615 4194304 4196468 140725172133456 140389110446512 140390203513474 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12922880 140725172135888 140725172138673 140725172138673 140725172142031 0
Current children cumulated CPU time (s) 8.06
Current children cumulated vsize (KiB) 14067516

[startup+4.40065 s]
/proc/loadavg: 1.35 1.37 1.45 2/200 14906
/proc/meminfo: memFree=30425312/32770624 swapFree=0/509548
[pid=14842] ppid=14839 vsize=0 CPUtime=9.09 cores=0,2,4,6
/proc/14842/stat : 14842 (java) Z 14839 14842 1330 0 -1 4227084 75938 12411 0 0 876 25 5 3 20 0 2 0 48794153 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 12 0 0 0 0 0 0 0 0 0 0
/proc/14842/statm: 0 0 0 0 0 0 0
[pid=14842/tid=14901] ppid=14839 vsize=0 CPUtime=1.71 cores=0,2,4,6
/proc/14842/task/14901/stat : 14901 (java) D 14839 14842 1330 0 -1 4203588 6349 12411 0 0 161 2 5 3 20 0 2 0 48794184 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.09
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 4.45897
CPU time (s): 9.10291
CPU user time (s): 8.81738
CPU system time (s): 0.28552
CPU usage (%): 204.148
Max. virtual memory (cumulated for all children) (KiB): 14069616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.81738
system time used= 0.28552
maximum resident set size= 347344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88349
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6771
involuntary context switches= 818

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.017827 second user time and 0.03454 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-11 17:21:29
IDJOB=4262030
IDBENCH=135467
IDSOLVER=2650
FILE ID=node125/4262030-1502465734
RUNJOBID= node125-1502411403-1394
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-gr/Pb-gr-05.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262030-1502465734/watcher-4262030-1502465734 -o /tmp/evaluation-result-4262030-1502465734/solver-4262030-1502465734 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502411403-1394 --watchdog 2580  bin/concrete HOME/instance-4262030-1502465734.xml

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

MD5SUM BENCH= e9813c111db0babccd5c24a1dd850827
RANDOM SEED=1774263313

node125.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.07
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.07
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.07
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.07
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:        30429212 kB
MemAvailable:   31203712 kB
Buffers:          255976 kB
Cached:           809240 kB
SwapCached:            0 kB
Active:          1384424 kB
Inactive:         534392 kB
Active(anon):     853716 kB
Inactive(anon):    24908 kB
Active(file):     530708 kB
Inactive(file):   509484 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24336 kB
Writeback:             4 kB
AnonPages:        853400 kB
Mapped:            56264 kB
Shmem:             25252 kB
Slab:             125944 kB
SReclaimable:     100284 kB
SUnreclaim:        25660 kB
KernelStack:        3504 kB
PageTables:         8020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1736580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    638976 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= 61984 MiB
End job on node125 at 2017-08-11 17:21:33