Trace number 4120394

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 27.7398 27.7487

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n68-d3-i2-r2.cnf.gz-plain.pb.metafix.opb
MD5SUMca185e0d690d033abf0d21670b024518
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 benchmark1.01984
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables102
Total number of constraints272
Number of constraints which are clauses272
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-30T20:26:42+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-4120394-1467311202.opb"]
0.00/0.01	c use --random-gen="1194015389 4097284040 2883364886 1206845974 4043679268 3403640287 490905046 3543554764 1890438673 769446979 3160910611 2282611013 1717846040 2811051987 3624265828 385173818 2566509637 4161001058 736014044 922882912 2415394149 3701560178 2079239416 2826172583 832930951 4206913405 897988726 2004416033 1918770492 3620106267 718542297 3910904266 3377011864 896745367 3429059248 2865093969 71233672 4281373709 2936080133 159104135 352682763 4292167705 2087191226 3505109563 1538654856 1043566888 4197840455 3083392469 2222562141 164926750 1234835209 118585577 2578964615 892054846 2926051407 1884756736 1368911520 3153131861 4019094215 4188429472 612316032 4219400123 1620379260 4174120217 3261644273 1238756338 1476967935 1439970642 1169878371 2444357860 3679922401 1726127181 3552233847 2283062244 919989996 1579585324 796826066 3138397566 3571062386 659479527 4058941837 535565187 3394885950 4231018515 2366679851 4015623394 896753630 4085618781 2341707239 3981494790 3593581601 3241468293 1764009180 3220017481 807474100 2276844516 1433039531 3233656616 2659052842 4052224057 426774747 1618244805 3892803254 3229800280 2385236219 2795990393 2322789653 133123225 3738985325 1527532211 1389047418 936469437 1307578263 3339880466 3009811946 2321783605 4106012768 3403202236 3616680874 4261658915 135346443 832572152 1067294334 864371772 1220949387 1394607258 2919004920 2517848354 2752061886 2433176652 179139098 3967874678 1088434256 1527986281 78442859 2798063284 4263705826 2990810997 818832736 4092576064 4284187165 3035794158 2915762834 905054410 1360020283 86424926 2836707116 311248920 4021524621 3108207367 1831677195 3970251603 3217402864 4140845444 2667126972 2360974440 250266930 2330495603 769102403 1557594445 2286164302 432510494 3155957581 1133381703 1186087870 443738337 471283476 2669712120 98392018 119665537 721426321 4187321007 1606989326 2871954209 3280846420 4262088211 3980715297 2675523074 3944796016 1403807785 3897224050 2184605259 3004307536 3660512210 2185861102 2402417563 2539555393 420969503 325852364 3933496976 3611438023 208434400 4242326618 4164088433 1972706548 537863433 1004516760 1124733672 1922164874 1956310568 3046799117 3895968528 2080663484 313813117 160063201 753207091 3482221117 589795782 1997777555 582426401 3587814858 1951685067 3131888165 1629742314 2077382012 2584154280 1295037027 1982547552 524732975 1902144726 189185663 3487936113 1850387402 2285326187 1572192079 1325146458 1054981496 912051521 1816727318 2809457075 3349030651 3417218855 3643886127 3653846101 3781009398 4031632588 1029461607 814093249 1887392866 1403507254 4278564664 371829660 3099047190 3099087038 1102905487 2460778391 1897656197 1187143183 3528464262 3940168852 3657552484 2115441739 526961323 2241244068 671324238 775081589 255 362436" option to reproduce the execution
0.00/0.01	c #vars 102
0.00/0.01	c #constraints 272
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |      124      0 |        0 |        0
0.00/0.03	c  0.0s |       1 |      130 |      100 |      124      0 |        0 |        0
0.00/0.04	c  0.0s |       2 |      358 |      250 |      137      1 |        0 |        0
0.00/0.06	c  0.0s |       3 |      613 |      475 |      151      3 |        0 |        0
0.00/0.09	c  0.1s |       4 |      999 |      813 |      167      6 |        0 |        0
0.09/0.14	c  0.1s |       5 |     1571 |     1320 |      184     11 |        0 |        0
0.19/0.21	c  0.2s |       6 |     2543 |     2081 |      224     17 |        0 |        0
0.29/0.33	c  0.3s |       7 |     3953 |     3223 |      247     27 |        0 |        0
0.48/0.53	c  0.5s |       8 |     5765 |     4936 |      272     39 |        0 |        0
0.78/0.85	c  0.8s |       9 |     8432 |     7506 |      300     56 |        0 |        0
1.10/1.19	c  1.2s |      10 |    13977 |    11361 |      330     79 |        0 |        0
1.59/1.62	c  1.6s |      11 |    20980 |    17144 |      364    112 |        0 |        0
2.19/2.21	c  2.2s |      12 |    32689 |    25819 |      401    158 |        0 |        0
2.98/3.08	c  3.1s |      13 |    49505 |    38832 |      442    221 |        0 |        0
4.38/4.43	c  4.4s |      14 |    74966 |    58352 |      487    307 |        0 |        0
6.38/6.43	c  6.4s |      14 |   111822 |    87352 |      536    422 |        0 |        0
6.38/6.46	c  6.4s |      15 |   112099 |    87632 |      536    423 |        0 |        0
8.39/8.46	c  8.4s |      15 |   153272 |   117432 |      536    532 |        0 |        0
9.29/9.38	c  9.4s |      16 |   171295 |   131552 |      590    584 |        0 |        0
11.30/11.38	c 11.4s |      16 |   211816 |   162452 |      590    686 |        0 |        0
13.29/13.38	c 13.4s |      16 |   258232 |   196552 |      649    800 |        0 |        0
13.39/13.44	c 13.4s |      17 |   259551 |   197432 |      649    803 |        0 |        0
15.39/15.44	c 15.4s |      17 |   304485 |   229132 |      649    899 |        0 |        0
17.39/17.44	c 17.4s |      17 |   348130 |   261032 |      649    997 |        0 |        0
19.39/19.45	c 19.4s |      17 |   391608 |   293432 |      649   1095 |        0 |        0
19.59/19.62	c 19.6s |      18 |   395396 |   296252 |      714   1103 |        0 |        0
21.59/21.63	c 21.6s |      18 |   436768 |   327552 |      714   1190 |        0 |        0
23.58/23.63	c 23.6s |      18 |   479102 |   358452 |      714   1274 |        1 |        4
25.59/25.64	c 25.6s |      18 |   524707 |   391152 |      714   1363 |        2 |        8
27.58/27.64	c 27.6s |      18 |   569751 |   425152 |      714   1453 |        7 |       28
27.58/27.68	c 27.7s |      18 |   570925 |   426058 |      714   1454 |       22 |       68
27.58/27.68	c #cpu_time = 27.664s
27.58/27.68	c #wall_clock_time = 27.666s
27.58/27.68	c #decision = 570925
27.58/27.68	c #random_decision = 2627
27.58/27.68	c #conflict = 426058
27.58/27.68	c #restart = 18
27.58/27.68	s UNSATISFIABLE
27.58/27.68	c total CPU time = 27.681s
27.58/27.68	c total wall clock time = 27.684s

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

pid=22942
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: 2.30 2.25 2.10 3/179 22945
/proc/meminfo: memFree=27246372/32872528 swapFree=1459604/1655828
[pid=22945] ppid=22942 vsize=640444 CPUtime=0 cores=0,2,4,6
/proc/22945/stat : 22945 (toysat) R 22942 22945 22681 0 -1 4202496 2375 0 0 0 0 0 0 0 20 0 4 0 12071411 655814656 2735 33554432000 4194304 16246674 140734873114896 140734873114320 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22945/statm: 160623 2744 441 2943 0 157517 0
[pid=22945/tid=22946] ppid=22942 vsize=658876 CPUtime=0 cores=0,2,4,6
/proc/22945/task/22946/stat : 22946 (toysat) S 22942 22945 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12071411 674689024 2805 33554432000 4194304 16246674 140734873114896 139818419858672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22945/tid=22947] ppid=22942 vsize=662972 CPUtime=0 cores=0,2,4,6
/proc/22945/task/22947/stat : 22947 (toysat) S 22942 22945 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12071411 678883328 2824 33554432000 4194304 16246674 140734873114896 139818409368816 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22945/tid=22948] ppid=22942 vsize=667068 CPUtime=0 cores=0,2,4,6
/proc/22945/task/22948/stat : 22948 (toysat) S 22942 22945 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12071411 683077632 2840 33554432000 4194304 16246674 140734873114896 139818398895280 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100163 s]
/proc/loadavg: 2.30 2.25 2.10 3/179 22945
/proc/meminfo: memFree=27246372/32872528 swapFree=1459604/1655828
[pid=22945] ppid=22942 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/22945/stat : 22945 (toysat) R 22942 22945 22681 0 -1 4202496 25905 0 0 0 6 3 0 0 20 0 4 0 12071411 1247350784 26254 33554432000 4194304 16246674 140734873114896 140734873114320 6076251 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22945/statm: 304529 26265 707 2943 0 301423 0
[pid=22945/tid=22946] ppid=22942 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/22945/task/22946/stat : 22946 (toysat) S 22942 22945 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12071411 1247350784 26272 33554432000 4194304 16246674 140734873114896 139818419858672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22945/tid=22947] ppid=22942 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/22945/task/22947/stat : 22947 (toysat) S 22942 22945 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12071411 1247350784 26280 33554432000 4194304 16246674 140734873114896 139818409368816 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22945/tid=22948] ppid=22942 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/22945/task/22948/stat : 22948 (toysat) S 22942 22945 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12071411 1247350784 26287 33554432000 4194304 16246674 140734873114896 139818398895280 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200439 s]
/proc/loadavg: 2.30 2.25 2.10 3/179 22945
/proc/meminfo: memFree=27246372/32872528 swapFree=1459604/1655828
[pid=22945] ppid=22942 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/22945/stat : 22945 (toysat) R 22942 22945 22681 0 -1 4202496 48914 0 0 0 13 6 0 0 20 0 4 0 12071411 1247350784 49263 33554432000 4194304 16246674 140734873114896 140734873096768 5675357 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22945/statm: 304529 49274 707 2943 0 301423 0
[pid=22945/tid=22946] ppid=22942 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/22945/task/22946/stat : 22946 (toysat) S 22942 22945 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12071411 1247350784 49282 33554432000 4194304 16246674 140734873114896 139818419858672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22945/tid=22947] ppid=22942 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/22945/task/22947/stat : 22947 (toysat) S 22942 22945 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12071411 1247350784 49288 33554432000 4194304 16246674 140734873114896 139818409368816 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22945/tid=22948] ppid=22942 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/22945/task/22948/stat : 22948 (toysat) S 22942 22945 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12071411 1247350784 49294 33554432000 4194304 16246674 140734873114896 139818398895280 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) 1218116

[startup+0.300411 s]
/proc/loadavg: 2.30 2.25 2.10 3/179 22945
/proc/meminfo: memFree=27246372/32872528 swapFree=1459604/1655828
[pid=22945] ppid=22942 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/22945/stat : 22945 (toysat) R 22942 22945 22681 0 -1 4202496 71060 0 0 0 20 9 0 0 20 0 4 0 12071411 1247350784 71410 33554432000 4194304 16246674 140734873114896 140734873096768 5829366 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22945/statm: 304529 71421 707 2943 0 301423 0
[pid=22945/tid=22946] ppid=22942 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/22945/task/22946/stat : 22946 (toysat) S 22942 22945 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12071411 1247350784 71429 33554432000 4194304 16246674 140734873114896 139818419858672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22945/tid=22947] ppid=22942 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/22945/task/22947/stat : 22947 (toysat) S 22942 22945 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12071411 1247350784 71435 33554432000 4194304 16246674 140734873114896 139818409368816 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22945/tid=22948] ppid=22942 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/22945/task/22948/stat : 22948 (toysat) S 22942 22945 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12071411 1247350784 71442 33554432000 4194304 16246674 140734873114896 139818398895280 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) 1218116

[startup+0.700347 s]
/proc/loadavg: 2.30 2.25 2.10 3/179 22945
/proc/meminfo: memFree=27246372/32872528 swapFree=1459604/1655828
[pid=22945] ppid=22942 vsize=1218116 CPUtime=0.68 cores=0,2,4,6
/proc/22945/stat : 22945 (toysat) R 22942 22945 22681 0 -1 4202496 160802 0 0 0 47 21 0 0 20 0 4 0 12071411 1247350784 161151 33554432000 4194304 16246674 140734873114896 140734873096768 5545885 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22945/statm: 304529 161165 707 2943 0 301423 0
[pid=22945/tid=22946] ppid=22942 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/22945/task/22946/stat : 22946 (toysat) S 22942 22945 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12071411 1247350784 161170 33554432000 4194304 16246674 140734873114896 139818419858672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22945/tid=22947] ppid=22942 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/22945/task/22947/stat : 22947 (toysat) S 22942 22945 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12071411 1247350784 161176 33554432000 4194304 16246674 140734873114896 139818409368816 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22945/tid=22948] ppid=22942 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/22945/task/22948/stat : 22948 (toysat) S 22942 22945 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12071411 1247350784 161186 33554432000 4194304 16246674 140734873114896 139818398895280 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1218116

[startup+1.50035 s]
/proc/loadavg: 2.28 2.25 2.10 3/183 22949
/proc/meminfo: memFree=26263972/32872528 swapFree=1459604/1655828
[pid=22945] ppid=22942 vsize=1219140 CPUtime=1.49 cores=0,2,4,6
/proc/22945/stat : 22945 (toysat) R 22942 22945 22681 0 -1 4202496 245550 0 0 0 116 33 0 0 20 0 4 0 12071411 1248399360 245879 33554432000 4194304 16246674 140734873114896 140734873114208 5823355 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22945/statm: 304785 245879 785 2943 0 301679 0
[pid=22945/tid=22946] ppid=22942 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/22945/task/22946/stat : 22946 (toysat) S 22942 22945 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12071411 1248399360 245879 33554432000 4194304 16246674 140734873114896 139818419858672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22945/tid=22947] ppid=22942 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/22945/task/22947/stat : 22947 (toysat) S 22942 22945 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12071411 1248399360 245879 33554432000 4194304 16246674 140734873114896 139818409368816 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22945/tid=22948] ppid=22942 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/22945/task/22948/stat : 22948 (toysat) S 22942 22945 22681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12071411 1248399360 245879 33554432000 4194304 16246674 140734873114896 139818398895280 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1219140

[startup+3.10035 s]
/proc/loadavg: 2.28 2.25 2.10 3/183 22949
/proc/meminfo: memFree=26176792/32872528 swapFree=1459604/1655828
[pid=22945] ppid=22942 vsize=1306180 CPUtime=3.08 cores=0,2,4,6
/proc/22945/stat : 22945 (toysat) R 22942 22945 22681 0 -1 4202496 267389 0 0 0 272 36 0 0 20 0 4 0 12071411 1337528320 267718 33554432000 4194304 16246674 140734873114896 140734873097896 13943668 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22945/statm: 326545 267718 785 2943 0 323439 0
[pid=22945/tid=22946] ppid=22942 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/22945/task/22946/stat : 22946 (toysat) S 22942 22945 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12071411 1337528320 267718 33554432000 4194304 16246674 140734873114896 139818419858672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22945/tid=22947] ppid=22942 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/22945/task/22947/stat : 22947 (toysat) S 22942 22945 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12071411 1337528320 267718 33554432000 4194304 16246674 140734873114896 139818409368816 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22945/tid=22948] ppid=22942 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/22945/task/22948/stat : 22948 (toysat) S 22942 22945 22681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12071411 1337528320 267718 33554432000 4194304 16246674 140734873114896 139818398895280 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1306180

[startup+6.30035 s]
/proc/loadavg: 2.26 2.24 2.10 3/183 22949
/proc/meminfo: memFree=26176056/32872528 swapFree=1459604/1655828
[pid=22945] ppid=22942 vsize=1306180 CPUtime=6.28 cores=0,2,4,6
/proc/22945/stat : 22945 (toysat) R 22942 22945 22681 0 -1 4202496 267417 0 0 0 592 36 0 0 20 0 4 0 12071411 1337528320 267746 33554432000 4194304 16246674 140734873114896 140734873097896 5861848 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22945/statm: 326545 267746 785 2943 0 323439 0
[pid=22945/tid=22946] ppid=22942 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/22945/task/22946/stat : 22946 (toysat) S 22942 22945 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12071411 1337528320 267746 33554432000 4194304 16246674 140734873114896 139818419858672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22945/tid=22947] ppid=22942 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/22945/task/22947/stat : 22947 (toysat) S 22942 22945 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12071411 1337528320 267746 33554432000 4194304 16246674 140734873114896 139818409368816 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22945/tid=22948] ppid=22942 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/22945/task/22948/stat : 22948 (toysat) S 22942 22945 22681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12071411 1337528320 267746 33554432000 4194304 16246674 140734873114896 139818398895280 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1306180

[startup+12.7003 s]
/proc/loadavg: 2.24 2.24 2.10 3/183 22949
/proc/meminfo: memFree=26175552/32872528 swapFree=1459604/1655828
[pid=22945] ppid=22942 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/22945/stat : 22945 (toysat) R 22942 22945 22681 0 -1 4202496 267431 0 0 0 1232 37 0 0 20 0 4 0 12071411 1337528320 267760 33554432000 4194304 16246674 140734873114896 140734873097896 5832680 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22945/statm: 326545 267760 787 2943 0 323439 0
[pid=22945/tid=22946] ppid=22942 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/22945/task/22946/stat : 22946 (toysat) S 22942 22945 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12071411 1337528320 267760 33554432000 4194304 16246674 140734873114896 139818419858672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22945/tid=22947] ppid=22942 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/22945/task/22947/stat : 22947 (toysat) S 22942 22945 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12071411 1337528320 267760 33554432000 4194304 16246674 140734873114896 139818409368816 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22945/tid=22948] ppid=22942 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/22945/task/22948/stat : 22948 (toysat) S 22942 22945 22681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12071411 1337528320 267760 33554432000 4194304 16246674 140734873114896 139818398895280 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

[startup+25.5003 s]
/proc/loadavg: 2.36 2.26 2.11 3/183 22949
/proc/meminfo: memFree=26176264/32872528 swapFree=1459604/1655828
[pid=22945] ppid=22942 vsize=1306180 CPUtime=25.48 cores=0,2,4,6
/proc/22945/stat : 22945 (toysat) R 22942 22945 22681 0 -1 4202496 267477 0 0 0 2511 37 0 0 20 0 4 0 12071411 1337528320 267806 33554432000 4194304 16246674 140734873114896 140734873097896 5822252 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22945/statm: 326545 267806 787 2943 0 323439 0
[pid=22945/tid=22946] ppid=22942 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/22945/task/22946/stat : 22946 (toysat) S 22942 22945 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12071411 1337528320 267806 33554432000 4194304 16246674 140734873114896 139818419858672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22945/tid=22947] ppid=22942 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/22945/task/22947/stat : 22947 (toysat) S 22942 22945 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12071411 1337528320 267806 33554432000 4194304 16246674 140734873114896 139818409368816 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22945/tid=22948] ppid=22942 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/22945/task/22948/stat : 22948 (toysat) S 22942 22945 22681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12071411 1337528320 267806 33554432000 4194304 16246674 140734873114896 139818398895280 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1306180

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

[startup+25.9004 s]
/proc/loadavg: 2.33 2.26 2.11 3/183 22949
/proc/meminfo: memFree=26176264/32872528 swapFree=1459604/1655828
[pid=22945] ppid=22942 vsize=1306180 CPUtime=25.88 cores=0,2,4,6
/proc/22945/stat : 22945 (toysat) R 22942 22945 22681 0 -1 4202496 267477 0 0 0 2551 37 0 0 20 0 4 0 12071411 1337528320 267806 33554432000 4194304 16246674 140734873114896 140734873097896 6837247 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22945/statm: 326545 267806 787 2943 0 323439 0
[pid=22945/tid=22946] ppid=22942 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/22945/task/22946/stat : 22946 (toysat) S 22942 22945 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12071411 1337528320 267806 33554432000 4194304 16246674 140734873114896 139818419858672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22945/tid=22947] ppid=22942 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/22945/task/22947/stat : 22947 (toysat) S 22942 22945 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12071411 1337528320 267806 33554432000 4194304 16246674 140734873114896 139818409368816 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22945/tid=22948] ppid=22942 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/22945/task/22948/stat : 22948 (toysat) S 22942 22945 22681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12071411 1337528320 267806 33554432000 4194304 16246674 140734873114896 139818398895280 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.88
Current children cumulated vsize (KiB) 1306180

[startup+26.7003 s]
/proc/loadavg: 2.33 2.26 2.11 3/183 22949
/proc/meminfo: memFree=26176388/32872528 swapFree=1459604/1655828
[pid=22945] ppid=22942 vsize=1306180 CPUtime=26.69 cores=0,2,4,6
/proc/22945/stat : 22945 (toysat) R 22942 22945 22681 0 -1 4202496 267477 0 0 0 2632 37 0 0 20 0 4 0 12071411 1337528320 267806 33554432000 4194304 16246674 140734873114896 140734873097896 5546177 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22945/statm: 326545 267806 787 2943 0 323439 0
[pid=22945/tid=22946] ppid=22942 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/22945/task/22946/stat : 22946 (toysat) S 22942 22945 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12071411 1337528320 267806 33554432000 4194304 16246674 140734873114896 139818419858672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22945/tid=22947] ppid=22942 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/22945/task/22947/stat : 22947 (toysat) S 22942 22945 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12071411 1337528320 267806 33554432000 4194304 16246674 140734873114896 139818409368816 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22945/tid=22948] ppid=22942 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/22945/task/22948/stat : 22948 (toysat) S 22942 22945 22681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12071411 1337528320 267806 33554432000 4194304 16246674 140734873114896 139818398895280 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 26.69
Current children cumulated vsize (KiB) 1306180

[startup+27.5003 s]
/proc/loadavg: 2.33 2.26 2.11 3/183 22949
/proc/meminfo: memFree=26176388/32872528 swapFree=1459604/1655828
[pid=22945] ppid=22942 vsize=1306180 CPUtime=27.48 cores=0,2,4,6
/proc/22945/stat : 22945 (toysat) R 22942 22945 22681 0 -1 4202496 267477 0 0 0 2711 37 0 0 20 0 4 0 12071411 1337528320 267806 33554432000 4194304 16246674 140734873114896 140734873097896 13943729 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22945/statm: 326545 267806 787 2943 0 323439 0
[pid=22945/tid=22946] ppid=22942 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/22945/task/22946/stat : 22946 (toysat) S 22942 22945 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12071411 1337528320 267806 33554432000 4194304 16246674 140734873114896 139818419858672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22945/tid=22947] ppid=22942 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/22945/task/22947/stat : 22947 (toysat) S 22942 22945 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12071411 1337528320 267806 33554432000 4194304 16246674 140734873114896 139818409368816 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22945/tid=22948] ppid=22942 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/22945/task/22948/stat : 22948 (toysat) S 22942 22945 22681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12071411 1337528320 267806 33554432000 4194304 16246674 140734873114896 139818398895280 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 27.48
Current children cumulated vsize (KiB) 1306180

[startup+27.7003 s]
/proc/loadavg: 2.33 2.26 2.11 3/183 22949
/proc/meminfo: memFree=26176388/32872528 swapFree=1459604/1655828
[pid=22945] ppid=22942 vsize=0 CPUtime=27.68 cores=0,2,4,6
/proc/22945/stat : 22945 (toysat) R 22942 22945 22681 0 -1 4202500 267482 0 0 0 2730 38 0 0 20 0 1 0 12071411 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22945/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 27.68
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 27.7487
CPU time (s): 27.7398
CPU user time (s): 27.3038
CPU system time (s): 0.435933
CPU usage (%): 99.9679
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.3038
system time used= 0.435933
maximum resident set size= 1071236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267482
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= 20
involuntary context switches= 38

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.066989 second user time and 0.117982 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-30 20:26:42
IDJOB=4120394
IDBENCH=109922
IDSOLVER=2542
FILE ID=node136/4120394-1467311202
RUNJOBID= node136-1467309401-22697
PBS_JOBID= 20005289
Free space on /tmp= 71632 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n68-d3-i2-r2.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-4120394-1467311202/watcher-4120394-1467311202 -o /tmp/evaluation-result-4120394-1467311202/solver-4120394-1467311202 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1467309401-22697 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4120394-1467311202.opb

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

MD5SUM BENCH= ca185e0d690d033abf0d21670b024518
RANDOM SEED=119390797

node136.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.182
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	: 5332.36
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.182
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.182
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		: 2666.182
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		: 2666.182
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.182
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		: 2666.182
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.182
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27247800 kB
Buffers:          191332 kB
Cached:          1929848 kB
SwapCached:            0 kB
Active:          1482412 kB
Inactive:        1737280 kB
Active(anon):    1100952 kB
Inactive(anon):        0 kB
Active(file):     381460 kB
Inactive(file):  1737280 kB
Unevictable:     1655828 kB
Mlocked:         1459604 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16328 kB
Writeback:             4 kB
AnonPages:       2754092 kB
Mapped:            17080 kB
Shmem:               204 kB
Slab:             614532 kB
SReclaimable:      58776 kB
SUnreclaim:       555756 kB
KernelStack:        1496 kB
PageTables:         9404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2887664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    446464 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= 71612 MiB
End job on node136 at 2016-06-30 20:27:10