Trace number 4098150

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
toysat 2016-05-02UNSAT 12.3591 12.3614

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression16_9.opb
MD5SUM2b7448fb033d989fcf03a52c077257e9
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.354945
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables650
Total number of constraints3030
Number of constraints which are clauses3025
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint25
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 34
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-17T01:29:39+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4098150-1466119779.opb"]
0.00/0.01	c use --random-gen="3419837999 1843675076 1811061910 3294070225 1950566424 2589411435 969787916 2993726315 1731371458 3275929865 3126301345 293698896 554127487 3814816166 2612643430 4097079825 3265133505 1411854417 766750395 3094843705 3107492481 1978062051 4230486199 3089191334 1131747094 1286677341 1639427951 1662608702 2521712433 2922813397 2064658973 3803851197 3776264855 681265262 1241343167 2046739856 2962345699 4164111104 3477318505 1074558266 2068100700 1986838789 1730987431 2901999075 3332450083 3453555219 3021283454 1766181248 1908171798 1113389786 2510068691 2357619524 440861649 1457575730 3083174114 916889984 4182366862 3747766416 2449539347 3746520012 2457399030 3166832576 524696088 2322517661 3677762198 1516084589 1940873287 2067212578 1808144148 3803973404 3054563419 2603177212 4110086592 2050485871 3933468991 4204952611 3402102025 1192594578 2501315627 3069963387 2335516184 3953563954 2857486008 3419754165 2593425972 805205439 3551220937 3084217603 3717377532 1204482319 1896605668 1936263816 1994971390 1609574982 335114894 938365799 2920987075 241402245 2921823335 2462888514 2499641827 2138116924 1211305713 1229557301 3656909727 2298927263 2903858095 3580903786 797985611 3280223021 2801643928 2241616095 3396648206 1417494961 1516128522 972541984 1118166216 172899717 369407430 55356106 428019352 3253351324 2730611849 3412374607 3712732286 1105863864 4184929175 2911013288 2816256854 3838657878 229583764 3771537156 3541244861 3859927294 1062557927 3884312328 585274756 342287244 4186272877 31799709 1987024213 2355570119 2578916774 1615334983 2780673818 456574609 514919793 3519904796 2425753618 4065421403 4047167447 3194538029 4060889558 161042582 1621332532 3813199588 3957467292 1620650473 17561246 2103143787 4245443360 1899726112 3573381754 1625586066 1774943716 899908327 143935458 1595850961 1231368394 4261083555 1427249359 2673419281 2235144942 2342869804 3606989517 1721742879 2050446655 2285363200 1110593423 3578446616 2120706108 3742739059 1265051859 3940964333 3386660375 1183780085 1660702035 1363903190 1584455842 1730155667 3486324844 3396607023 2039828142 386918318 399557460 2031796861 114857013 1160525477 1782826935 2677706582 404784103 509735707 2867345637 2048260843 2250929081 2218693892 2628536333 142516664 2812959153 1180126800 1214280995 3392630911 638813740 395355274 380288726 1891138288 1337303420 2999234177 2400781154 725804641 1330729468 4035066727 2285841075 3591493769 1154966108 25088653 2726975138 1070040086 3322654962 3084069999 4203369622 2711773788 2313651214 2104602848 886776776 3193701131 529878803 1146738208 2723774441 2564728527 3914620263 321705242 3270631912 2590266496 3598456510 669951655 2379604634 3578809839 1660365120 1975777884 2927877809 1291569159 4036242927 2118727143 1342173459 4026789267 255 362436" option to reproduce the execution
0.00/0.05	c #vars 650
0.00/0.05	c #constraints 3030
0.00/0.09	c Solving starts ...
0.00/0.09	c ============================[ Search Statistics ]============================
0.00/0.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.09	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.09	c =============================================================================
0.00/0.09	c  0.0s |       0 |        0 |        0 |     1225      0 |        5 |        0
0.08/0.13	c  0.0s |       1 |      177 |      100 |     1225      0 |        5 |      208
0.08/0.19	c  0.1s |       2 |      373 |      250 |     1348      0 |        5 |      208
0.19/0.28	c  0.2s |       3 |      639 |      475 |     1483      0 |        5 |      208
0.39/0.41	c  0.3s |       4 |     1020 |      813 |     1632      0 |        5 |      208
0.59/0.60	c  0.5s |       5 |     1590 |     1320 |     1796      0 |        5 |      208
0.79/0.89	c  0.8s |       6 |     2459 |     2081 |     2174      0 |        5 |      208
1.29/1.39	c  1.3s |       7 |     3713 |     3223 |     2392      1 |        5 |      208
1.89/1.97	c  1.9s |       8 |     5590 |     4936 |     2632      2 |        5 |      208
2.79/2.86	c  2.8s |       9 |     8467 |     7506 |     2896      4 |        5 |      208
4.09/4.13	c  4.0s |      10 |    12684 |    11361 |     3186      6 |        5 |      208
6.09/6.17	c  6.1s |      10 |    18645 |    16861 |     3186      9 |        6 |      212
6.29/6.31	c  6.2s |      11 |    18944 |    17144 |     3505     10 |        6 |      212
8.29/8.33	c  8.2s |      11 |    25517 |    23144 |     3505     11 |       56 |      397
9.09/9.19	c  9.1s |      12 |    28461 |    25819 |     3856     11 |      106 |      582
11.10/11.20	c 11.1s |      12 |    34973 |    31919 |     3856     12 |      153 |      755
12.20/12.30	c 12.2s |      12 |    38216 |    35019 |     3856     12 |      498 |     1997
12.20/12.30	c #cpu_time = 12.172s
12.20/12.30	c #wall_clock_time = 12.203s
12.20/12.30	c #decision = 38216
12.20/12.30	c #random_decision = 95
12.20/12.30	c #conflict = 35019
12.20/12.30	c #restart = 12
12.20/12.30	s UNSATISFIABLE
12.20/12.30	c total CPU time = 12.269s
12.20/12.30	c total wall clock time = 12.300s

Verifier Data

ERROR: no interpretation found !

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-4098150-1466119779/watcher-4098150-1466119779 -o /tmp/evaluation-result-4098150-1466119779/solver-4098150-1466119779 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1466119771-17334 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4098150-1466119779.opb 

pid=17462
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.16 1.10 1.42 3/179 17465
/proc/meminfo: memFree=30543448/32872528 swapFree=240572/273276
[pid=17465] ppid=17462 vsize=720316 CPUtime=0 cores=0,2,4,6
/proc/17465/stat : 17465 (toysat) R 17462 17465 15559 0 -1 4202496 2688 0 0 0 0 0 0 0 20 0 4 0 14027958 737603584 3559 33554432000 4194304 16246674 140736807596960 140736807596384 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17465/statm: 180847 3568 441 2943 0 177741 0
[pid=17465/tid=17466] ppid=17462 vsize=738748 CPUtime=0 cores=0,2,4,6
/proc/17465/task/17466/stat : 17466 (toysat) S 17462 17465 15559 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 14027958 756477952 3631 33554432000 4194304 16246674 140736807596960 140437203430640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17465/tid=17467] ppid=17462 vsize=742844 CPUtime=0 cores=0,2,4,6
/proc/17465/task/17467/stat : 17467 (toysat) S 17462 17465 15559 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14027958 760672256 3647 33554432000 4194304 16246674 140736807596960 140437192940784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17465/tid=17468] ppid=17462 vsize=747964 CPUtime=0 cores=0,2,4,6
/proc/17465/task/17468/stat : 17468 (toysat) S 17462 17465 15559 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 14027958 765915136 3665 33554432000 4194304 16246674 140736807596960 140437109075120 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100165 s]
/proc/loadavg: 1.16 1.10 1.42 3/179 17465
/proc/meminfo: memFree=30543448/32872528 swapFree=240572/273276
[pid=17465] ppid=17462 vsize=1220164 CPUtime=0.08 cores=0,2,4,6
/proc/17465/stat : 17465 (toysat) R 17462 17465 15559 0 -1 4202496 20809 0 0 0 6 2 0 0 20 0 4 0 14027958 1249447936 21618 33554432000 4194304 16246674 140736807596960 140736807596272 7249949 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17465/statm: 305041 21618 861 2943 0 301935 0
[pid=17465/tid=17466] ppid=17462 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/17465/task/17466/stat : 17466 (toysat) S 17462 17465 15559 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 14027958 1249447936 21618 33554432000 4194304 16246674 140736807596960 140437203430640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17465/tid=17467] ppid=17462 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/17465/task/17467/stat : 17467 (toysat) S 17462 17465 15559 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14027958 1249447936 21618 33554432000 4194304 16246674 140736807596960 140437192940784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17465/tid=17468] ppid=17462 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/17465/task/17468/stat : 17468 (toysat) S 17462 17465 15559 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 14027958 1249447936 21618 33554432000 4194304 16246674 140736807596960 140437109075120 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1220164

[startup+0.200499 s]
/proc/loadavg: 1.16 1.10 1.42 3/179 17465
/proc/meminfo: memFree=30543448/32872528 swapFree=240572/273276
[pid=17465] ppid=17462 vsize=1220164 CPUtime=0.19 cores=0,2,4,6
/proc/17465/stat : 17465 (toysat) R 17462 17465 15559 0 -1 4202496 40490 0 0 0 14 5 0 0 20 0 4 0 14027958 1249447936 41299 33554432000 4194304 16246674 140736807596960 140736807578880 5531957 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17465/statm: 305041 41306 877 2943 0 301935 0
[pid=17465/tid=17466] ppid=17462 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/17465/task/17466/stat : 17466 (toysat) S 17462 17465 15559 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 14027958 1249447936 41311 33554432000 4194304 16246674 140736807596960 140437203430640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17465/tid=17467] ppid=17462 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/17465/task/17467/stat : 17467 (toysat) S 17462 17465 15559 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14027958 1249447936 41315 33554432000 4194304 16246674 140736807596960 140437192940784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17465/tid=17468] ppid=17462 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/17465/task/17468/stat : 17468 (toysat) S 17462 17465 15559 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 14027958 1249447936 41320 33554432000 4194304 16246674 140736807596960 140437109075120 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1220164

[startup+0.300455 s]
/proc/loadavg: 1.16 1.10 1.42 3/179 17465
/proc/meminfo: memFree=30543448/32872528 swapFree=240572/273276
[pid=17465] ppid=17462 vsize=1220164 CPUtime=0.29 cores=0,2,4,6
/proc/17465/stat : 17465 (toysat) R 17462 17465 15559 0 -1 4202496 61137 0 0 0 21 8 0 0 20 0 4 0 14027958 1249447936 61947 33554432000 4194304 16246674 140736807596960 140736807578880 5662075 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17465/statm: 305041 61951 877 2943 0 301935 0
[pid=17465/tid=17466] ppid=17462 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/17465/task/17466/stat : 17466 (toysat) S 17462 17465 15559 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 14027958 1249447936 61955 33554432000 4194304 16246674 140736807596960 140437203430640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17465/tid=17467] ppid=17462 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/17465/task/17467/stat : 17467 (toysat) S 17462 17465 15559 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14027958 1249447936 61962 33554432000 4194304 16246674 140736807596960 140437192940784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17465/tid=17468] ppid=17462 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/17465/task/17468/stat : 17468 (toysat) S 17462 17465 15559 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 14027958 1249447936 61970 33554432000 4194304 16246674 140736807596960 140437109075120 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1220164

[startup+0.700393 s]
/proc/loadavg: 1.16 1.10 1.42 3/179 17465
/proc/meminfo: memFree=30543448/32872528 swapFree=240572/273276
[pid=17465] ppid=17462 vsize=1220164 CPUtime=0.69 cores=0,2,4,6
/proc/17465/stat : 17465 (toysat) R 17462 17465 15559 0 -1 4202496 138104 0 0 0 51 18 0 0 20 0 4 0 14027958 1249447936 138913 33554432000 4194304 16246674 140736807596960 140736807578880 5675357 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17465/statm: 305041 138922 877 2943 0 301935 0
[pid=17465/tid=17466] ppid=17462 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/17465/task/17466/stat : 17466 (toysat) S 17462 17465 15559 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 14027958 1249447936 138926 33554432000 4194304 16246674 140736807596960 140437203430640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17465/tid=17467] ppid=17462 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/17465/task/17467/stat : 17467 (toysat) S 17462 17465 15559 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14027958 1249447936 138932 33554432000 4194304 16246674 140736807596960 140437192940784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17465/tid=17468] ppid=17462 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/17465/task/17468/stat : 17468 (toysat) S 17462 17465 15559 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 14027958 1249447936 138938 33554432000 4194304 16246674 140736807596960 140437109075120 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1220164

[startup+1.5004 s]
/proc/loadavg: 1.16 1.10 1.42 3/183 17469
/proc/meminfo: memFree=29686124/32872528 swapFree=240572/273276
[pid=17465] ppid=17462 vsize=1303108 CPUtime=1.48 cores=0,2,4,6
/proc/17465/stat : 17465 (toysat) R 17462 17465 15559 0 -1 4202496 266775 0 0 0 114 34 0 0 20 0 4 0 14027958 1334382592 267585 33554432000 4194304 16246674 140736807596960 140736807596272 4221418 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17465/statm: 325777 267590 880 2943 0 322671 0
[pid=17465/tid=17466] ppid=17462 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/17465/task/17466/stat : 17466 (toysat) S 17462 17465 15559 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 14027958 1334382592 267594 33554432000 4194304 16246674 140736807596960 140437203430640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17465/tid=17467] ppid=17462 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/17465/task/17467/stat : 17467 (toysat) S 17462 17465 15559 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14027958 1334382592 267599 33554432000 4194304 16246674 140736807596960 140437192940784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17465/tid=17468] ppid=17462 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/17465/task/17468/stat : 17468 (toysat) S 17462 17465 15559 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 14027958 1334382592 267602 33554432000 4194304 16246674 140736807596960 140437109075120 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1303108

[startup+3.10039 s]
/proc/loadavg: 1.16 1.10 1.42 3/183 17469
/proc/meminfo: memFree=29469124/32872528 swapFree=240572/273276
[pid=17465] ppid=17462 vsize=1308228 CPUtime=3.09 cores=0,2,4,6
/proc/17465/stat : 17465 (toysat) R 17462 17465 15559 0 -1 4202496 268239 0 0 0 274 35 0 0 20 0 4 0 14027958 1339625472 269048 33554432000 4194304 16246674 140736807596960 140736807578880 5827966 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17465/statm: 327057 269048 884 2943 0 323951 0
[pid=17465/tid=17466] ppid=17462 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/17465/task/17466/stat : 17466 (toysat) S 17462 17465 15559 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 14027958 1339625472 269048 33554432000 4194304 16246674 140736807596960 140437203430640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17465/tid=17467] ppid=17462 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/17465/task/17467/stat : 17467 (toysat) S 17462 17465 15559 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14027958 1339625472 269048 33554432000 4194304 16246674 140736807596960 140437192940784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17465/tid=17468] ppid=17462 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/17465/task/17468/stat : 17468 (toysat) S 17462 17465 15559 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 14027958 1339625472 269048 33554432000 4194304 16246674 140736807596960 140437109075120 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1308228

[startup+6.30039 s]
/proc/loadavg: 1.22 1.12 1.42 3/183 17469
/proc/meminfo: memFree=29466788/32872528 swapFree=240572/273276
[pid=17465] ppid=17462 vsize=1310276 CPUtime=6.29 cores=0,2,4,6
/proc/17465/stat : 17465 (toysat) R 17462 17465 15559 0 -1 4202496 268599 0 0 0 594 35 0 0 20 0 4 0 14027958 1341722624 269408 33554432000 4194304 16246674 140736807596960 140736807578880 5675216 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17465/statm: 327569 269408 884 2943 0 324463 0
[pid=17465/tid=17466] ppid=17462 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/17465/task/17466/stat : 17466 (toysat) S 17462 17465 15559 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 14027958 1341722624 269408 33554432000 4194304 16246674 140736807596960 140437203430640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17465/tid=17467] ppid=17462 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/17465/task/17467/stat : 17467 (toysat) S 17462 17465 15559 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14027958 1341722624 269408 33554432000 4194304 16246674 140736807596960 140437192940784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17465/tid=17468] ppid=17462 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/17465/task/17468/stat : 17468 (toysat) S 17462 17465 15559 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 14027958 1341722624 269408 33554432000 4194304 16246674 140736807596960 140437109075120 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1310276

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

[startup+6.50039 s]
/proc/loadavg: 1.22 1.12 1.42 3/183 17469
/proc/meminfo: memFree=29466788/32872528 swapFree=240572/273276
[pid=17465] ppid=17462 vsize=1310276 CPUtime=6.49 cores=0,2,4,6
/proc/17465/stat : 17465 (toysat) R 17462 17465 15559 0 -1 4202496 268599 0 0 0 614 35 0 0 20 0 4 0 14027958 1341722624 269408 33554432000 4194304 16246674 140736807596960 140736807578880 5677667 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17465/statm: 327569 269408 884 2943 0 324463 0
[pid=17465/tid=17466] ppid=17462 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/17465/task/17466/stat : 17466 (toysat) S 17462 17465 15559 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 14027958 1341722624 269408 33554432000 4194304 16246674 140736807596960 140437203430640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17465/tid=17467] ppid=17462 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/17465/task/17467/stat : 17467 (toysat) S 17462 17465 15559 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14027958 1341722624 269408 33554432000 4194304 16246674 140736807596960 140437192940784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17465/tid=17468] ppid=17462 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/17465/task/17468/stat : 17468 (toysat) S 17462 17465 15559 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 14027958 1341722624 269408 33554432000 4194304 16246674 140736807596960 140437109075120 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.49
Current children cumulated vsize (KiB) 1310276

[startup+9.70039 s]
/proc/loadavg: 1.29 1.13 1.42 3/183 17469
/proc/meminfo: memFree=29461224/32872528 swapFree=240572/273276
[pid=17465] ppid=17462 vsize=1316420 CPUtime=9.69 cores=0,2,4,6
/proc/17465/stat : 17465 (toysat) R 17462 17465 15559 0 -1 4202496 270142 0 0 0 934 35 0 0 20 0 4 0 14027958 1348014080 270951 33554432000 4194304 16246674 140736807596960 140736807578880 5822252 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17465/statm: 329105 270951 885 2943 0 325999 0
[pid=17465/tid=17466] ppid=17462 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/17465/task/17466/stat : 17466 (toysat) S 17462 17465 15559 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 14027958 1348014080 270951 33554432000 4194304 16246674 140736807596960 140437203430640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17465/tid=17467] ppid=17462 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/17465/task/17467/stat : 17467 (toysat) S 17462 17465 15559 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14027958 1348014080 270951 33554432000 4194304 16246674 140736807596960 140437192940784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17465/tid=17468] ppid=17462 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/17465/task/17468/stat : 17468 (toysat) S 17462 17465 15559 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 14027958 1348014080 270951 33554432000 4194304 16246674 140736807596960 140437109075120 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 9.69
Current children cumulated vsize (KiB) 1316420

[startup+11.3004 s]
/proc/loadavg: 1.29 1.13 1.42 3/183 17469
/proc/meminfo: memFree=29460860/32872528 swapFree=240572/273276
[pid=17465] ppid=17462 vsize=1316420 CPUtime=11.29 cores=0,2,4,6
/proc/17465/stat : 17465 (toysat) R 17462 17465 15559 0 -1 4202496 270288 0 0 0 1094 35 0 0 20 0 4 0 14027958 1348014080 271097 33554432000 4194304 16246674 140736807596960 140736807578880 5822428 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17465/statm: 329105 271097 885 2943 0 325999 0
[pid=17465/tid=17466] ppid=17462 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/17465/task/17466/stat : 17466 (toysat) S 17462 17465 15559 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 14027958 1348014080 271097 33554432000 4194304 16246674 140736807596960 140437203430640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17465/tid=17467] ppid=17462 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/17465/task/17467/stat : 17467 (toysat) S 17462 17465 15559 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14027958 1348014080 271097 33554432000 4194304 16246674 140736807596960 140437192940784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17465/tid=17468] ppid=17462 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/17465/task/17468/stat : 17468 (toysat) S 17462 17465 15559 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 14027958 1348014080 271097 33554432000 4194304 16246674 140736807596960 140437109075120 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 11.29
Current children cumulated vsize (KiB) 1316420

[startup+12.1004 s]
/proc/loadavg: 1.29 1.13 1.42 3/183 17469
/proc/meminfo: memFree=29460860/32872528 swapFree=240572/273276
[pid=17465] ppid=17462 vsize=1316420 CPUtime=12.09 cores=0,2,4,6
/proc/17465/stat : 17465 (toysat) R 17462 17465 15559 0 -1 4202496 270288 0 0 0 1174 35 0 0 20 0 4 0 14027958 1348014080 271097 33554432000 4194304 16246674 140736807596960 140736807578880 5827950 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17465/statm: 329105 271097 885 2943 0 325999 0
[pid=17465/tid=17466] ppid=17462 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/17465/task/17466/stat : 17466 (toysat) S 17462 17465 15559 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 14027958 1348014080 271097 33554432000 4194304 16246674 140736807596960 140437203430640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17465/tid=17467] ppid=17462 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/17465/task/17467/stat : 17467 (toysat) S 17462 17465 15559 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14027958 1348014080 271097 33554432000 4194304 16246674 140736807596960 140437192940784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17465/tid=17468] ppid=17462 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/17465/task/17468/stat : 17468 (toysat) S 17462 17465 15559 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 14027958 1348014080 271097 33554432000 4194304 16246674 140736807596960 140437109075120 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.09
Current children cumulated vsize (KiB) 1316420

[startup+12.3074 s]
/proc/loadavg: 1.29 1.13 1.42 3/183 17469
/proc/meminfo: memFree=29460504/32872528 swapFree=240572/273276
[pid=17465] ppid=17462 vsize=0 CPUtime=12.29 cores=0,2,4,6
/proc/17465/stat : 17465 (toysat) R 17462 17465 15559 0 -1 4202500 270292 0 0 0 1194 35 0 0 20 0 1 0 14027958 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17465/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 12.3614
CPU time (s): 12.3591
CPU user time (s): 11.9462
CPU system time (s): 0.412937
CPU usage (%): 99.9813
Max. virtual memory (cumulated for all children) (KiB): 1316420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.9462
system time used= 0.412937
maximum resident set size= 1084400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 270292
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23
involuntary context switches= 14

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.038994 second user time and 0.048992 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-17 01:29:39
IDJOB=4098150
IDBENCH=107859
IDSOLVER=2542
FILE ID=node107/4098150-1466119779
RUNJOBID= node107-1466119771-17334
PBS_JOBID= 19904126
Free space on /tmp= 71660 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression16_9.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4098150-1466119779/watcher-4098150-1466119779 -o /tmp/evaluation-result-4098150-1466119779/solver-4098150-1466119779 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1466119771-17334 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4098150-1466119779.opb

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

MD5SUM BENCH= 2b7448fb033d989fcf03a52c077257e9
RANDOM SEED=608081539

node107.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.953
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.90
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
cpu MHz		: 2666.953
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 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 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 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
cpu MHz		: 2666.953
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
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
cpu MHz		: 2666.953
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
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
cpu MHz		: 2666.953
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 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 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 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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.953
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
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
cpu MHz		: 2666.953
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 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 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 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	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.953
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30543984 kB
Buffers:           72144 kB
Cached:           191132 kB
SwapCached:         2508 kB
Active:          1232060 kB
Inactive:         118128 kB
Active(anon):    1086976 kB
Inactive(anon):     2164 kB
Active(file):     145084 kB
Inactive(file):   115964 kB
Unevictable:      273276 kB
Mlocked:          240572 kB
SwapTotal:      67108856 kB
SwapFree:       67099252 kB
Dirty:             37628 kB
Writeback:             0 kB
AnonPages:       1360924 kB
Mapped:            10672 kB
Shmem:                 0 kB
Slab:             571892 kB
SReclaimable:      15064 kB
SUnreclaim:       556828 kB
KernelStack:        1520 kB
PageTables:         6672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1504160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     36864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71644 MiB
End job on node107 at 2016-06-17 01:29:52