Trace number 4121746

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 23.8064 23.8104

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-subsetCardinalitySigma-21-1.cnf.gz-plain.pb.metafix.opb
MD5SUMf34afef3b6e5096de7c88264c7cb5022
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 benchmark5.01124
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables85
Total number of constraints180
Number of constraints which are clauses180
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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-30T21:38:23+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-4121746-1467315503.opb"]
0.00/0.01	c use --random-gen="2835770139 3002548499 3433329977 627377111 1277245618 1113058546 2383004469 1840751457 3297702950 4016896843 982268566 1109796985 3559643154 3712356889 2592080661 3364768855 2622643590 1517795295 2418954899 2897362682 3610943697 2823715396 940534563 62859402 3320669622 3346745289 2207955675 2034623654 3929398882 328177599 1770906963 2437391158 369340203 1691416512 1968262423 2362842419 2567533092 2391267402 1130339304 207627372 2199075023 2587763765 2322685798 2469731110 3757972097 1064046475 81832257 2447213832 3175847108 2390510957 843489528 1759077267 2322151731 3692612744 432210854 2673867334 1367083904 2284201847 2885678240 1625666381 3808502788 3415446493 2243373158 2866305064 2190274120 1078418766 875092937 3973635676 3555919598 796948555 182890287 574509174 3724730174 3626035690 2756074531 4127304189 1680007137 2083543019 4199932573 1543844505 3823939120 744215124 3589995868 2337623694 2362422087 3878846966 3839301935 3788142073 763490466 2651132530 3099299256 451296525 1095189135 3666106949 840325913 2882770395 2122449727 1706072275 279867561 1816314215 3686122014 3362528739 2732688778 3197573153 1318344393 3687765098 3935264411 3253396727 3533905001 1311610088 3880276900 3518214054 2860978314 1966288799 3018216211 3304435631 1533190901 2845576580 3247958617 1406551935 1621290785 1141841670 522327251 893082498 2787544907 370068842 3236535568 312390337 4080060813 2747498788 2544310069 880368745 2066066995 1593672450 4288332558 4290931337 3268846058 2708260896 2682173415 1908512256 1679042504 1321966877 2106888838 1450700919 2184988492 658756873 466103728 2506799156 1975908589 1972841322 2861761447 3552537371 2760752991 3373171951 3754375137 2508706542 2400516566 4165076198 2833192117 3995120986 1850353160 166132480 597509026 860862273 213681833 1658484466 3172004857 573903420 2460329830 3735556683 753752540 1669597290 1927583483 1708647238 1920878744 3102618597 4185857219 2563381135 3480248696 1773721190 3768469673 3418224201 1552105648 982757822 3443568137 516400846 2214688694 3705980704 1892258858 2302094239 2956635477 2133681167 3960535068 3476189322 3065525761 1941205113 3274597999 1928316808 1796489270 2115801850 1346492665 2989319148 4127926472 908002302 3270868935 3389559707 2538229205 2452273305 2506105637 3947284734 2134188678 1446259469 1562590228 227966454 3917447001 1300535446 2899658234 3172316817 4036782302 3031057527 3027138492 2801112579 1510196052 2032332986 4092880537 2972407963 1862683507 109321248 4160335246 78543653 2773191791 2634337875 2470799867 3766873609 318901335 1284683800 4198825063 156362556 3692432258 2230463453 829325897 1263076597 26656294 1105384778 4103181752 3269551353 159122368 4008306979 3545730711 2038867103 439054561 2364590765 3531707375 352523043 601298589 721766757 255 362436" option to reproduce the execution
0.00/0.01	c #vars 85
0.00/0.01	c #constraints 180
0.00/0.01	c Solving starts ...
0.00/0.01	c ============================[ Search Statistics ]============================
0.00/0.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.01	c =============================================================================
0.00/0.01	c  0.0s |       0 |        0 |        0 |       88      0 |        0 |        0
0.00/0.02	c  0.0s |       1 |      122 |      100 |       88      0 |        0 |        0
0.00/0.03	c  0.0s |       2 |      325 |      250 |       97      3 |        0 |        0
0.00/0.05	c  0.0s |       3 |      640 |      475 |      107      6 |        0 |        0
0.00/0.08	c  0.1s |       4 |     1208 |      813 |      118     11 |        0 |        0
0.09/0.12	c  0.1s |       5 |     1978 |     1320 |      130     17 |        0 |        0
0.09/0.19	c  0.2s |       6 |     2978 |     2081 |      158     27 |        0 |        0
0.19/0.29	c  0.3s |       7 |     4447 |     3223 |      174     40 |        0 |        0
0.39/0.44	c  0.4s |       8 |     6824 |     4936 |      192     58 |        0 |        0
0.59/0.67	c  0.7s |       9 |    10623 |     7506 |      212     83 |        0 |        0
0.99/1.02	c  1.0s |      10 |    15928 |    11361 |      234    117 |        0 |        0
1.38/1.40	c  1.4s |      11 |    23853 |    17144 |      258    163 |        0 |        0
1.89/1.97	c  2.0s |      12 |    35591 |    25819 |      284    228 |        0 |        0
2.79/2.82	c  2.8s |      13 |    52897 |    38832 |      313    316 |        0 |        0
3.99/4.02	c  4.0s |      14 |    80626 |    58352 |      345    436 |        0 |        0
5.89/5.94	c  5.9s |      15 |   118141 |    87632 |      380    601 |        0 |        0
7.89/7.94	c  7.9s |      15 |   156538 |   117432 |      380    754 |        0 |        0
8.90/8.91	c  8.9s |      16 |   176294 |   131552 |      419    826 |        0 |        0
10.89/10.91	c 10.9s |      16 |   216164 |   161852 |      419    968 |        0 |        0
12.89/12.91	c 12.9s |      16 |   257098 |   192252 |      419   1110 |        0 |        0
13.19/13.24	c 13.2s |      17 |   263897 |   197432 |      461   1134 |        0 |        0
15.18/15.25	c 15.2s |      17 |   301877 |   227132 |      461   1261 |        0 |        0
17.18/17.25	c 17.2s |      17 |   336869 |   255532 |      461   1381 |        0 |        0
19.18/19.25	c 19.2s |      17 |   374596 |   284932 |      461   1506 |        0 |        0
19.98/20.00	c 20.0s |      18 |   389345 |   296252 |      508   1552 |        1 |        3
21.99/22.01	c 22.0s |      18 |   431378 |   326952 |      508   1671 |        2 |        6
23.69/23.75	c 23.7s |      18 |   466026 |   353296 |      508   1768 |       42 |       66
23.69/23.75	c #cpu_time = 23.674s
23.69/23.75	c #wall_clock_time = 23.735s
23.69/23.75	c #decision = 466026
23.69/23.75	c #random_decision = 2017
23.69/23.75	c #conflict = 353296
23.69/23.75	c #restart = 18
23.69/23.75	s UNSATISFIABLE
23.69/23.75	c total CPU time = 23.689s
23.69/23.75	c total wall clock time = 23.750s

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

pid=19414
running on 4 cores: 1,3,5,7

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: 2.26 2.26 2.21 3/179 19417
/proc/meminfo: memFree=28502272/32872528 swapFree=1498612/1645780
[pid=19417] ppid=19414 vsize=767420 CPUtime=0 cores=1,3,5,7
/proc/19417/stat : 19417 (toysat) R 19414 19417 13393 0 -1 4202496 2875 0 0 0 0 0 0 0 20 0 4 0 12507091 785838080 2724 33554432000 4194304 16246674 140735807255920 140735807255344 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19417/statm: 192623 2732 441 2943 0 189517 0
[pid=19417/tid=19418] ppid=19414 vsize=786876 CPUtime=0 cores=1,3,5,7
/proc/19417/task/19418/stat : 19418 (toysat) S 19414 19417 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12507092 805761024 2797 33554432000 4194304 16246674 140735807255920 139883459882224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=19417/tid=19419] ppid=19414 vsize=790972 CPUtime=0 cores=1,3,5,7
/proc/19417/task/19419/stat : 19419 (toysat) S 19414 19417 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12507092 809955328 2816 33554432000 4194304 16246674 140735807255920 139883449392368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=19417/tid=19420] ppid=19414 vsize=795068 CPUtime=0 cores=1,3,5,7
/proc/19417/task/19420/stat : 19420 (toysat) S 19414 19417 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12507092 814149632 2832 33554432000 4194304 16246674 140735807255920 139883438918832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100314 s]
/proc/loadavg: 2.26 2.26 2.21 3/179 19417
/proc/meminfo: memFree=28502272/32872528 swapFree=1498612/1645780
[pid=19417] ppid=19414 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/19417/stat : 19417 (toysat) R 19414 19417 13393 0 -1 4202496 25430 0 0 0 5 4 0 0 20 0 4 0 12507091 1247350784 25269 33554432000 4194304 16246674 140735807255920 140735807255344 5675357 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19417/statm: 304529 25279 708 2943 0 301423 0
[pid=19417/tid=19418] ppid=19414 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/19417/task/19418/stat : 19418 (toysat) S 19414 19417 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12507092 1247350784 25286 33554432000 4194304 16246674 140735807255920 139883459882224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=19417/tid=19419] ppid=19414 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/19417/task/19419/stat : 19419 (toysat) S 19414 19417 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12507092 1247350784 25293 33554432000 4194304 16246674 140735807255920 139883449392368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=19417/tid=19420] ppid=19414 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/19417/task/19420/stat : 19420 (toysat) S 19414 19417 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12507092 1247350784 25301 33554432000 4194304 16246674 140735807255920 139883438918832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.20052 s]
/proc/loadavg: 2.26 2.26 2.21 3/179 19417
/proc/meminfo: memFree=28502272/32872528 swapFree=1498612/1645780
[pid=19417] ppid=19414 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/19417/stat : 19417 (toysat) R 19414 19417 13393 0 -1 4202496 48972 0 0 0 12 7 0 0 20 0 4 0 12507091 1247350784 48811 33554432000 4194304 16246674 140735807255920 140735807255344 5675357 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19417/statm: 304529 48821 708 2943 0 301423 0
[pid=19417/tid=19418] ppid=19414 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/19417/task/19418/stat : 19418 (toysat) S 19414 19417 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12507092 1247350784 48831 33554432000 4194304 16246674 140735807255920 139883459882224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=19417/tid=19419] ppid=19414 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/19417/task/19419/stat : 19419 (toysat) S 19414 19417 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12507092 1247350784 48838 33554432000 4194304 16246674 140735807255920 139883449392368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=19417/tid=19420] ppid=19414 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/19417/task/19420/stat : 19420 (toysat) S 19414 19417 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12507092 1247350784 48844 33554432000 4194304 16246674 140735807255920 139883438918832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300462 s]
/proc/loadavg: 2.26 2.26 2.21 3/179 19417
/proc/meminfo: memFree=28502272/32872528 swapFree=1498612/1645780
[pid=19417] ppid=19414 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/19417/stat : 19417 (toysat) R 19414 19417 13393 0 -1 4202496 72346 0 0 0 19 10 0 0 20 0 4 0 12507091 1247350784 72185 33554432000 4194304 16246674 140735807255920 140735807255344 12874965 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19417/statm: 304529 72198 708 2943 0 301423 0
[pid=19417/tid=19418] ppid=19414 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/19417/task/19418/stat : 19418 (toysat) S 19414 19417 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12507092 1247350784 72205 33554432000 4194304 16246674 140735807255920 139883459882224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=19417/tid=19419] ppid=19414 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/19417/task/19419/stat : 19419 (toysat) S 19414 19417 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12507092 1247350784 72211 33554432000 4194304 16246674 140735807255920 139883449392368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=19417/tid=19420] ppid=19414 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/19417/task/19420/stat : 19420 (toysat) S 19414 19417 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12507092 1247350784 72218 33554432000 4194304 16246674 140735807255920 139883438918832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700415 s]
/proc/loadavg: 2.26 2.26 2.21 3/179 19417
/proc/meminfo: memFree=28502272/32872528 swapFree=1498612/1645780
[pid=19417] ppid=19414 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/19417/stat : 19417 (toysat) R 19414 19417 13393 0 -1 4202496 165022 0 0 0 47 22 0 0 20 0 4 0 12507091 1247350784 164860 33554432000 4194304 16246674 140735807255920 140735807255344 12476789 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19417/statm: 304529 164873 709 2943 0 301423 0
[pid=19417/tid=19418] ppid=19414 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/19417/task/19418/stat : 19418 (toysat) S 19414 19417 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12507092 1247350784 164879 33554432000 4194304 16246674 140735807255920 139883459882224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=19417/tid=19419] ppid=19414 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/19417/task/19419/stat : 19419 (toysat) S 19414 19417 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12507092 1247350784 164886 33554432000 4194304 16246674 140735807255920 139883449392368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=19417/tid=19420] ppid=19414 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/19417/task/19420/stat : 19420 (toysat) S 19414 19417 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12507092 1247350784 164893 33554432000 4194304 16246674 140735807255920 139883438918832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50042 s]
/proc/loadavg: 2.26 2.26 2.21 3/183 19421
/proc/meminfo: memFree=27521784/32872528 swapFree=1498612/1645780
[pid=19417] ppid=19414 vsize=1218116 CPUtime=1.48 cores=1,3,5,7
/proc/19417/stat : 19417 (toysat) R 19414 19417 13393 0 -1 4202496 245494 0 0 0 115 33 0 0 20 0 4 0 12507091 1247350784 245312 33554432000 4194304 16246674 140735807255920 140735807255232 6016209 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19417/statm: 304529 245312 786 2943 0 301423 0
[pid=19417/tid=19418] ppid=19414 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/19417/task/19418/stat : 19418 (toysat) S 19414 19417 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12507092 1247350784 245312 33554432000 4194304 16246674 140735807255920 139883459882224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=19417/tid=19419] ppid=19414 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/19417/task/19419/stat : 19419 (toysat) S 19414 19417 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12507092 1247350784 245312 33554432000 4194304 16246674 140735807255920 139883449392368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=19417/tid=19420] ppid=19414 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/19417/task/19420/stat : 19420 (toysat) S 19414 19417 13393 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12507092 1247350784 245312 33554432000 4194304 16246674 140735807255920 139883438918832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1218116

[startup+3.10039 s]
/proc/loadavg: 2.26 2.26 2.21 4/183 19421
/proc/meminfo: memFree=27433868/32872528 swapFree=1498612/1645780
[pid=19417] ppid=19414 vsize=1306180 CPUtime=3.09 cores=1,3,5,7
/proc/19417/stat : 19417 (toysat) R 19414 19417 13393 0 -1 4202496 267400 0 0 0 272 37 0 0 20 0 4 0 12507091 1337528320 267218 33554432000 4194304 16246674 140735807255920 140735807238920 5831979 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19417/statm: 326545 267218 786 2943 0 323439 0
[pid=19417/tid=19418] ppid=19414 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19417/task/19418/stat : 19418 (toysat) S 19414 19417 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12507092 1337528320 267218 33554432000 4194304 16246674 140735807255920 139883459882224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=19417/tid=19419] ppid=19414 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19417/task/19419/stat : 19419 (toysat) S 19414 19417 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12507092 1337528320 267218 33554432000 4194304 16246674 140735807255920 139883449392368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=19417/tid=19420] ppid=19414 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19417/task/19420/stat : 19420 (toysat) S 19414 19417 13393 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12507092 1337528320 267218 33554432000 4194304 16246674 140735807255920 139883438918832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.30044 s]
/proc/loadavg: 2.48 2.30 2.23 4/183 19421
/proc/meminfo: memFree=27434192/32872528 swapFree=1498612/1645780
[pid=19417] ppid=19414 vsize=1306180 CPUtime=6.29 cores=1,3,5,7
/proc/19417/stat : 19417 (toysat) R 19414 19417 13393 0 -1 4202496 267400 0 0 0 592 37 0 0 20 0 4 0 12507091 1337528320 267218 33554432000 4194304 16246674 140735807255920 140735807238920 5754796 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19417/statm: 326545 267218 786 2943 0 323439 0
[pid=19417/tid=19418] ppid=19414 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19417/task/19418/stat : 19418 (toysat) S 19414 19417 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12507092 1337528320 267218 33554432000 4194304 16246674 140735807255920 139883459882224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=19417/tid=19419] ppid=19414 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19417/task/19419/stat : 19419 (toysat) S 19414 19417 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12507092 1337528320 267218 33554432000 4194304 16246674 140735807255920 139883449392368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=19417/tid=19420] ppid=19414 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19417/task/19420/stat : 19420 (toysat) S 19414 19417 13393 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12507092 1337528320 267218 33554432000 4194304 16246674 140735807255920 139883438918832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.44 2.30 2.23 3/183 19421
/proc/meminfo: memFree=27434244/32872528 swapFree=1498612/1645780
[pid=19417] ppid=19414 vsize=1306180 CPUtime=12.69 cores=1,3,5,7
/proc/19417/stat : 19417 (toysat) R 19414 19417 13393 0 -1 4202496 267410 0 0 0 1232 37 0 0 20 0 4 0 12507091 1337528320 267228 33554432000 4194304 16246674 140735807255920 140735807237824 6021972 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19417/statm: 326545 267228 786 2943 0 323439 0
[pid=19417/tid=19418] ppid=19414 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19417/task/19418/stat : 19418 (toysat) S 19414 19417 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12507092 1337528320 267228 33554432000 4194304 16246674 140735807255920 139883459882224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=19417/tid=19419] ppid=19414 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19417/task/19419/stat : 19419 (toysat) S 19414 19417 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12507092 1337528320 267228 33554432000 4194304 16246674 140735807255920 139883449392368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=19417/tid=19420] ppid=19414 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19417/task/19420/stat : 19420 (toysat) S 19414 19417 13393 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12507092 1337528320 267228 33554432000 4194304 16246674 140735807255920 139883438918832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

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

[startup+12.8005 s]
/proc/loadavg: 2.44 2.30 2.23 3/183 19421
/proc/meminfo: memFree=27434244/32872528 swapFree=1498612/1645780
[pid=19417] ppid=19414 vsize=1306180 CPUtime=12.79 cores=1,3,5,7
/proc/19417/stat : 19417 (toysat) R 19414 19417 13393 0 -1 4202496 267410 0 0 0 1242 37 0 0 20 0 4 0 12507091 1337528320 267228 33554432000 4194304 16246674 140735807255920 140735807238920 5822252 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19417/statm: 326545 267228 786 2943 0 323439 0
[pid=19417/tid=19418] ppid=19414 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19417/task/19418/stat : 19418 (toysat) S 19414 19417 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12507092 1337528320 267228 33554432000 4194304 16246674 140735807255920 139883459882224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=19417/tid=19419] ppid=19414 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19417/task/19419/stat : 19419 (toysat) S 19414 19417 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12507092 1337528320 267228 33554432000 4194304 16246674 140735807255920 139883449392368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=19417/tid=19420] ppid=19414 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19417/task/19420/stat : 19420 (toysat) S 19414 19417 13393 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12507092 1337528320 267228 33554432000 4194304 16246674 140735807255920 139883438918832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 1306180

[startup+19.2004 s]
/proc/loadavg: 2.48 2.31 2.23 4/183 19421
/proc/meminfo: memFree=27434640/32872528 swapFree=1498612/1645780
[pid=19417] ppid=19414 vsize=1306180 CPUtime=19.18 cores=1,3,5,7
/proc/19417/stat : 19417 (toysat) R 19414 19417 13393 0 -1 4202496 267414 0 0 0 1881 37 0 0 20 0 4 0 12507091 1337528320 267232 33554432000 4194304 16246674 140735807255920 140735807238920 13191666 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19417/statm: 326545 267232 786 2943 0 323439 0
[pid=19417/tid=19418] ppid=19414 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19417/task/19418/stat : 19418 (toysat) S 19414 19417 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12507092 1337528320 267232 33554432000 4194304 16246674 140735807255920 139883459882224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=19417/tid=19419] ppid=19414 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19417/task/19419/stat : 19419 (toysat) S 19414 19417 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12507092 1337528320 267232 33554432000 4194304 16246674 140735807255920 139883449392368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=19417/tid=19420] ppid=19414 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19417/task/19420/stat : 19420 (toysat) S 19414 19417 13393 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12507092 1337528320 267232 33554432000 4194304 16246674 140735807255920 139883438918832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 19.18
Current children cumulated vsize (KiB) 1306180

[startup+22.4004 s]
/proc/loadavg: 2.44 2.30 2.23 3/183 19421
/proc/meminfo: memFree=27434524/32872528 swapFree=1498612/1645780
[pid=19417] ppid=19414 vsize=1306180 CPUtime=22.38 cores=1,3,5,7
/proc/19417/stat : 19417 (toysat) R 19414 19417 13393 0 -1 4202496 267416 0 0 0 2201 37 0 0 20 0 4 0 12507091 1337528320 267234 33554432000 4194304 16246674 140735807255920 140735807237824 6836488 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19417/statm: 326545 267234 786 2943 0 323439 0
[pid=19417/tid=19418] ppid=19414 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19417/task/19418/stat : 19418 (toysat) S 19414 19417 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12507092 1337528320 267234 33554432000 4194304 16246674 140735807255920 139883459882224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=19417/tid=19419] ppid=19414 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19417/task/19419/stat : 19419 (toysat) S 19414 19417 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12507092 1337528320 267234 33554432000 4194304 16246674 140735807255920 139883449392368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=19417/tid=19420] ppid=19414 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19417/task/19420/stat : 19420 (toysat) S 19414 19417 13393 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12507092 1337528320 267234 33554432000 4194304 16246674 140735807255920 139883438918832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 22.38
Current children cumulated vsize (KiB) 1306180

[startup+23.2075 s]
/proc/loadavg: 2.44 2.30 2.23 3/183 19421
/proc/meminfo: memFree=27434524/32872528 swapFree=1498612/1645780
[pid=19417] ppid=19414 vsize=1306180 CPUtime=23.2 cores=1,3,5,7
/proc/19417/stat : 19417 (toysat) R 19414 19417 13393 0 -1 4202496 267416 0 0 0 2282 38 0 0 20 0 4 0 12507091 1337528320 267234 33554432000 4194304 16246674 140735807255920 140735807238920 5823520 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19417/statm: 326545 267234 786 2943 0 323439 0
[pid=19417/tid=19418] ppid=19414 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19417/task/19418/stat : 19418 (toysat) S 19414 19417 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12507092 1337528320 267234 33554432000 4194304 16246674 140735807255920 139883459882224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=19417/tid=19419] ppid=19414 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19417/task/19419/stat : 19419 (toysat) S 19414 19417 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12507092 1337528320 267234 33554432000 4194304 16246674 140735807255920 139883449392368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=19417/tid=19420] ppid=19414 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19417/task/19420/stat : 19420 (toysat) S 19414 19417 13393 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12507092 1337528320 267234 33554432000 4194304 16246674 140735807255920 139883438918832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 23.2
Current children cumulated vsize (KiB) 1306180

[startup+23.6004 s]
/proc/loadavg: 2.44 2.30 2.23 3/183 19421
/proc/meminfo: memFree=27434524/32872528 swapFree=1498612/1645780
[pid=19417] ppid=19414 vsize=1306180 CPUtime=23.59 cores=1,3,5,7
/proc/19417/stat : 19417 (toysat) R 19414 19417 13393 0 -1 4202496 267416 0 0 0 2321 38 0 0 20 0 4 0 12507091 1337528320 267234 33554432000 4194304 16246674 140735807255920 140735807238920 12477844 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19417/statm: 326545 267234 786 2943 0 323439 0
[pid=19417/tid=19418] ppid=19414 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19417/task/19418/stat : 19418 (toysat) S 19414 19417 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12507092 1337528320 267234 33554432000 4194304 16246674 140735807255920 139883459882224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=19417/tid=19419] ppid=19414 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19417/task/19419/stat : 19419 (toysat) S 19414 19417 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12507092 1337528320 267234 33554432000 4194304 16246674 140735807255920 139883449392368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=19417/tid=19420] ppid=19414 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19417/task/19420/stat : 19420 (toysat) S 19414 19417 13393 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12507092 1337528320 267234 33554432000 4194304 16246674 140735807255920 139883438918832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 23.59
Current children cumulated vsize (KiB) 1306180

[startup+23.8004 s]
/proc/loadavg: 2.44 2.30 2.23 3/183 19421
/proc/meminfo: memFree=27434524/32872528 swapFree=1498612/1645780
[pid=19417] ppid=19414 vsize=0 CPUtime=23.78 cores=1,3,5,7
/proc/19417/stat : 19417 (toysat) R 19414 19417 13393 0 -1 4202500 267421 0 0 0 2336 42 0 0 20 0 1 0 12507091 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19417/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 23.78
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 23.8104
CPU time (s): 23.8064
CPU user time (s): 23.3674
CPU system time (s): 0.438933
CPU usage (%): 99.9831
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.3674
system time used= 0.438933
maximum resident set size= 1068952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267421
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= 21
involuntary context switches= 31

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.05999 second user time and 0.096985 second system time

The end

Launcher Data

Begin job on node124 at 2016-06-30 21:38:23
IDJOB=4121746
IDBENCH=110658
IDSOLVER=2542
FILE ID=node124/4121746-1467315503
RUNJOBID= node124-1467310918-18130
PBS_JOBID= 20005255
Free space on /tmp= 71708 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-subsetCardinalitySigma-21-1.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121746-1467315503/watcher-4121746-1467315503 -o /tmp/evaluation-result-4121746-1467315503/solver-4121746-1467315503 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1467310918-18130 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4121746-1467315503.opb

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

MD5SUM BENCH= f34afef3b6e5096de7c88264c7cb5022
RANDOM SEED=369181673

node124.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		: 2667.062
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	: 5334.12
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		: 2667.062
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		: 2667.062
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.55
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		: 2667.062
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.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
cpu MHz		: 2667.062
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		: 2667.062
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.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
cpu MHz		: 2667.062
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.56
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		: 2667.062
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28502900 kB
Buffers:          151796 kB
Cached:           737920 kB
SwapCached:            0 kB
Active:          1345084 kB
Inactive:         633280 kB
Active(anon):    1079876 kB
Inactive(anon):    11336 kB
Active(file):     265208 kB
Inactive(file):   621944 kB
Unevictable:     1645780 kB
Mlocked:         1498612 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16676 kB
Writeback:             0 kB
AnonPages:       2734052 kB
Mapped:            17068 kB
Shmem:               204 kB
Slab:             611408 kB
SReclaimable:      54856 kB
SUnreclaim:       556552 kB
KernelStack:        1512 kB
PageTables:         9204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2868708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 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= 71692 MiB
End job on node124 at 2016-06-30 21:38:47