Trace number 4120586

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 9.74252 9.75374

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n56-d3-i3-r1.cnf.gz-plain.pb.metafix.opb
MD5SUM866b71713b0c0b3eae01d9215e59bf52
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.335948
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables84
Total number of constraints224
Number of constraints which are clauses224
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:34:29+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-4120586-1467311669.opb"]
0.00/0.01	c use --random-gen="3360326783 2803368521 2333839928 1616606839 2522957068 1501265721 928998390 2300933662 3648279997 3937530206 2483114293 2826032708 1454967899 3148634480 630251895 1759832965 622392641 2307295439 855704097 2909415920 1516615665 3977219607 2381101246 1767860562 1628350612 751840662 2687321927 514425655 71690038 4014854026 1103025443 1971357400 453639584 3922688103 3743203405 113009231 45267731 2816634737 234744420 2102127818 2927537258 3852033757 1152683467 3224380088 2464295676 3518735183 2834792677 171097967 2982213357 3639494818 1721712269 2201730438 3361362915 1466948059 2417435928 3226408423 2628937777 2279252626 1979994590 1527867058 3155568137 2430115468 517407928 2086589102 3478577044 3873490321 4090356707 1946421137 549160099 1392168650 2315410911 1918439573 1815968339 2599329461 2803743368 1612468347 3115448432 2779701704 1207404216 2155761773 2859822613 1866280689 2909902604 2401777713 4190744079 1879497757 1718788029 1182075093 2921346046 1435123641 3685881821 3652081565 3035962419 409453594 934078996 3040941119 2886589084 4041119309 1442721685 4243300867 2960220557 3492839282 4051740736 3217454902 3940041029 4274499748 4155208416 467373558 3459000877 4127686147 3057885521 3296622882 3191050166 2337202711 1502088377 552973488 4108795859 3522779892 1003946087 796637850 790515170 2494176755 2332174505 992160653 4180160821 3054139782 1065991249 2378791807 1865458139 1893810162 435818979 2273096389 4025598055 3795305234 3406497525 2311022771 1555383067 4034871967 4060546502 2885866543 991273888 494220088 3262224395 376590273 2288385140 4076689577 2581576019 3004360100 3372371812 3801375803 3868032937 728409081 1139345967 1139330228 3113652602 3155565747 3116882529 2876047684 4273426209 329317118 3252805459 1430009847 1382901455 803077714 3733839300 241564413 3180117375 4028283376 403551504 2198630606 2710483547 2661535071 2502582756 1779009958 2370728621 1380134194 2958447597 3285082698 2248578983 2480889061 170731173 1277577595 1104829006 2424906199 4018969237 2503279288 770767045 1059024786 2359949423 3133872171 1107407275 1952381409 959886982 4274711200 3037539370 3010913677 1389996105 4143017894 3057570197 1747943254 1914885817 1224559481 3529117868 2907912705 500340564 225428915 579885911 1698752012 3093854370 3758636039 119469674 1437529195 1528218558 1506043271 1609145896 1375645364 1651219410 1534494517 462112525 310043902 2125442288 1615299913 1994813232 2078887976 990238881 1599985039 2486322665 527957921 1946856011 225034156 3494821592 3047207707 2499361693 3299408440 1659424011 2004218831 1750405450 3547769750 2600740906 944761967 858582823 1990868310 14949158 3662343396 2465425497 1173288937 534372871 2503162542 2589707175 1025471832 2394080546 2460169201 3025205238 1171875836 3335735581 3400871268 255 362436" option to reproduce the execution
0.00/0.01	c #vars 84
0.00/0.01	c #constraints 224
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 |      102      0 |        0 |        0
0.00/0.03	c  0.0s |       1 |      124 |      100 |      102      0 |        0 |        0
0.00/0.04	c  0.0s |       2 |      307 |      250 |      113      1 |        0 |        0
0.00/0.06	c  0.0s |       3 |      573 |      475 |      125      4 |        0 |        0
0.00/0.09	c  0.1s |       4 |      988 |      813 |      138      8 |        0 |        0
0.09/0.13	c  0.1s |       5 |     1620 |     1320 |      152     13 |        0 |        0
0.19/0.20	c  0.2s |       6 |     2470 |     2081 |      185     22 |        0 |        0
0.19/0.29	c  0.3s |       7 |     3861 |     3223 |      204     33 |        0 |        0
0.39/0.42	c  0.4s |       8 |     6248 |     4936 |      225     48 |        0 |        0
0.59/0.61	c  0.6s |       9 |    10071 |     7506 |      248     70 |        0 |        0
0.89/0.93	c  0.9s |      10 |    14836 |    11361 |      273    100 |        0 |        0
1.19/1.29	c  1.3s |      11 |    22839 |    17144 |      301    140 |        0 |        0
1.69/1.75	c  1.7s |      12 |    34689 |    25819 |      332    197 |        0 |        0
2.49/2.52	c  2.5s |      13 |    51666 |    38832 |      366    273 |        0 |        0
3.49/3.57	c  3.5s |      14 |    78850 |    58352 |      403    378 |        0 |        0
5.09/5.20	c  5.2s |      15 |   119536 |    87632 |      444    521 |        0 |        0
7.19/7.20	c  7.2s |      15 |   165157 |   122532 |      444    676 |        0 |        0
7.59/7.69	c  7.7s |      16 |   178115 |   131552 |      489    716 |        0 |        0
9.58/9.69	c  9.7s |      16 |   232558 |   170346 |      489    868 |       15 |       52
9.58/9.69	c #cpu_time = 9.674s
9.58/9.69	c #wall_clock_time = 9.673s
9.58/9.69	c #decision = 232558
9.58/9.69	c #random_decision = 1079
9.58/9.69	c #conflict = 170346
9.58/9.69	c #restart = 16
9.58/9.69	s UNSATISFIABLE
9.58/9.69	c total CPU time = 9.692s
9.58/9.69	c total wall clock time = 9.694s

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-4120586-1467311669/watcher-4120586-1467311669 -o /tmp/evaluation-result-4120586-1467311669/solver-4120586-1467311669 -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-4120586-1467311669.opb 

pid=23490
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.31 2.27 2.16 3/179 23493
/proc/meminfo: memFree=27245776/32872528 swapFree=1459604/1655828
[pid=23493] ppid=23490 vsize=446908 CPUtime=0 cores=0,2,4,6
/proc/23493/stat : 23493 (toysat) R 23490 23493 22681 0 -1 4202496 1616 0 0 0 0 0 0 0 20 0 4 0 12118114 457633792 2489 33554432000 4194304 16246674 140733805751792 140733805734784 13880264 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23493/statm: 112239 2497 441 2943 0 109133 0
[pid=23493/tid=23494] ppid=23490 vsize=465340 CPUtime=0 cores=0,2,4,6
/proc/23493/task/23494/stat : 23494 (toysat) S 23490 23493 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12118114 476508160 2559 33554432000 4194304 16246674 140733805751792 139879660891376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23493/tid=23495] ppid=23490 vsize=470460 CPUtime=0 cores=0,2,4,6
/proc/23493/task/23495/stat : 23495 (toysat) S 23490 23493 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12118114 481751040 2578 33554432000 4194304 16246674 140733805751792 139879650401520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23493/tid=23496] ppid=23490 vsize=473532 CPUtime=0 cores=0,2,4,6
/proc/23493/task/23496/stat : 23496 (toysat) S 23490 23493 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12118114 484896768 2593 33554432000 4194304 16246674 140733805751792 139879568633008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100126 s]
/proc/loadavg: 2.31 2.27 2.16 3/179 23493
/proc/meminfo: memFree=27245776/32872528 swapFree=1459604/1655828
[pid=23493] ppid=23490 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/23493/stat : 23493 (toysat) R 23490 23493 22681 0 -1 4202496 24546 0 0 0 6 3 0 0 20 0 4 0 12118114 1247350784 25407 33554432000 4194304 16246674 140733805751792 140733805734784 5546181 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23493/statm: 304529 25417 709 2943 0 301423 0
[pid=23493/tid=23494] ppid=23490 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23493/task/23494/stat : 23494 (toysat) S 23490 23493 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12118114 1247350784 25423 33554432000 4194304 16246674 140733805751792 139879660891376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23493/tid=23495] ppid=23490 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23493/task/23495/stat : 23495 (toysat) S 23490 23493 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12118114 1247350784 25429 33554432000 4194304 16246674 140733805751792 139879650401520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23493/tid=23496] ppid=23490 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23493/task/23496/stat : 23496 (toysat) S 23490 23493 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12118114 1247350784 25439 33554432000 4194304 16246674 140733805751792 139879568633008 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.200454 s]
/proc/loadavg: 2.31 2.27 2.16 3/179 23493
/proc/meminfo: memFree=27245776/32872528 swapFree=1459604/1655828
[pid=23493] ppid=23490 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/23493/stat : 23493 (toysat) R 23490 23493 22681 0 -1 4202496 47968 0 0 0 13 6 0 0 20 0 4 0 12118114 1247350784 48829 33554432000 4194304 16246674 140733805751792 140733805734784 5677277 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23493/statm: 304529 48837 709 2943 0 301423 0
[pid=23493/tid=23494] ppid=23490 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23493/task/23494/stat : 23494 (toysat) S 23490 23493 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12118114 1247350784 48844 33554432000 4194304 16246674 140733805751792 139879660891376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23493/tid=23495] ppid=23490 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23493/task/23495/stat : 23495 (toysat) S 23490 23493 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12118114 1247350784 48851 33554432000 4194304 16246674 140733805751792 139879650401520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23493/tid=23496] ppid=23490 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23493/task/23496/stat : 23496 (toysat) S 23490 23493 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12118114 1247350784 48858 33554432000 4194304 16246674 140733805751792 139879568633008 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.300408 s]
/proc/loadavg: 2.31 2.27 2.16 3/179 23493
/proc/meminfo: memFree=27245776/32872528 swapFree=1459604/1655828
[pid=23493] ppid=23490 vsize=1218116 CPUtime=0.28 cores=0,2,4,6
/proc/23493/stat : 23493 (toysat) R 23490 23493 22681 0 -1 4202496 71239 0 0 0 20 8 0 0 20 0 4 0 12118114 1247350784 72101 33554432000 4194304 16246674 140733805751792 140733805734784 5675357 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23493/statm: 304529 72110 710 2943 0 301423 0
[pid=23493/tid=23494] ppid=23490 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23493/task/23494/stat : 23494 (toysat) S 23490 23493 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12118114 1247350784 72117 33554432000 4194304 16246674 140733805751792 139879660891376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23493/tid=23495] ppid=23490 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23493/task/23495/stat : 23495 (toysat) S 23490 23493 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12118114 1247350784 72123 33554432000 4194304 16246674 140733805751792 139879650401520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23493/tid=23496] ppid=23490 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23493/task/23496/stat : 23496 (toysat) S 23490 23493 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12118114 1247350784 72132 33554432000 4194304 16246674 140733805751792 139879568633008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1218116

[startup+0.700373 s]
/proc/loadavg: 2.31 2.27 2.16 3/179 23493
/proc/meminfo: memFree=27245776/32872528 swapFree=1459604/1655828
[pid=23493] ppid=23490 vsize=1218116 CPUtime=0.68 cores=0,2,4,6
/proc/23493/stat : 23493 (toysat) R 23490 23493 22681 0 -1 4202496 159591 0 0 0 48 20 0 0 20 0 4 0 12118114 1247350784 160452 33554432000 4194304 16246674 140733805751792 140733805733696 13198569 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23493/statm: 304529 160462 710 2943 0 301423 0
[pid=23493/tid=23494] ppid=23490 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23493/task/23494/stat : 23494 (toysat) S 23490 23493 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12118114 1247350784 160467 33554432000 4194304 16246674 140733805751792 139879660891376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23493/tid=23495] ppid=23490 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23493/task/23495/stat : 23495 (toysat) S 23490 23493 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12118114 1247350784 160474 33554432000 4194304 16246674 140733805751792 139879650401520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23493/tid=23496] ppid=23490 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23493/task/23496/stat : 23496 (toysat) S 23490 23493 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12118114 1247350784 160480 33554432000 4194304 16246674 140733805751792 139879568633008 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.50038 s]
/proc/loadavg: 2.31 2.27 2.16 3/183 23497
/proc/meminfo: memFree=26266472/32872528 swapFree=1459604/1655828
[pid=23493] ppid=23490 vsize=1218116 CPUtime=1.49 cores=0,2,4,6
/proc/23493/stat : 23493 (toysat) R 23490 23493 22681 0 -1 4202496 245511 0 0 0 116 33 0 0 20 0 4 0 12118114 1247350784 246352 33554432000 4194304 16246674 140733805751792 140733805751104 6050117 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23493/statm: 304529 246352 786 2943 0 301423 0
[pid=23493/tid=23494] ppid=23490 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23493/task/23494/stat : 23494 (toysat) S 23490 23493 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12118114 1247350784 246352 33554432000 4194304 16246674 140733805751792 139879660891376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23493/tid=23495] ppid=23490 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23493/task/23495/stat : 23495 (toysat) S 23490 23493 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12118114 1247350784 246352 33554432000 4194304 16246674 140733805751792 139879650401520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23493/tid=23496] ppid=23490 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23493/task/23496/stat : 23496 (toysat) S 23490 23493 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12118114 1247350784 246352 33554432000 4194304 16246674 140733805751792 139879568633008 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) 1218116

[startup+3.10038 s]
/proc/loadavg: 2.31 2.27 2.16 4/183 23497
/proc/meminfo: memFree=26174044/32872528 swapFree=1459604/1655828
[pid=23493] ppid=23490 vsize=1306180 CPUtime=3.09 cores=0,2,4,6
/proc/23493/stat : 23493 (toysat) R 23490 23493 22681 0 -1 4202496 267371 0 0 0 273 36 0 0 20 0 4 0 12118114 1337528320 268212 33554432000 4194304 16246674 140733805751792 140733805733696 5545898 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23493/statm: 326545 268212 786 2943 0 323439 0
[pid=23493/tid=23494] ppid=23490 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23493/task/23494/stat : 23494 (toysat) S 23490 23493 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12118114 1337528320 268212 33554432000 4194304 16246674 140733805751792 139879660891376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23493/tid=23495] ppid=23490 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23493/task/23495/stat : 23495 (toysat) S 23490 23493 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12118114 1337528320 268212 33554432000 4194304 16246674 140733805751792 139879650401520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23493/tid=23496] ppid=23490 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23493/task/23496/stat : 23496 (toysat) S 23490 23493 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12118114 1337528320 268212 33554432000 4194304 16246674 140733805751792 139879568633008 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) 1306180

[startup+6.30038 s]
/proc/loadavg: 2.37 2.29 2.17 4/183 23497
/proc/meminfo: memFree=26172344/32872528 swapFree=1459604/1655828
[pid=23493] ppid=23490 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/23493/stat : 23493 (toysat) R 23490 23493 22681 0 -1 4202496 267402 0 0 0 593 36 0 0 20 0 4 0 12118114 1337528320 268243 33554432000 4194304 16246674 140733805751792 140733805733696 5674844 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23493/statm: 326545 268243 786 2943 0 323439 0
[pid=23493/tid=23494] ppid=23490 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23493/task/23494/stat : 23494 (toysat) S 23490 23493 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12118114 1337528320 268243 33554432000 4194304 16246674 140733805751792 139879660891376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23493/tid=23495] ppid=23490 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23493/task/23495/stat : 23495 (toysat) S 23490 23493 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12118114 1337528320 268243 33554432000 4194304 16246674 140733805751792 139879650401520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23493/tid=23496] ppid=23490 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23493/task/23496/stat : 23496 (toysat) S 23490 23493 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12118114 1337528320 268243 33554432000 4194304 16246674 140733805751792 139879568633008 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) 1306180

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

[startup+6.40043 s]
/proc/loadavg: 2.37 2.29 2.17 4/183 23497
/proc/meminfo: memFree=26172344/32872528 swapFree=1459604/1655828
[pid=23493] ppid=23490 vsize=1306180 CPUtime=6.39 cores=0,2,4,6
/proc/23493/stat : 23493 (toysat) R 23490 23493 22681 0 -1 4202496 267402 0 0 0 603 36 0 0 20 0 4 0 12118114 1337528320 268243 33554432000 4194304 16246674 140733805751792 140733805733696 6026636 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23493/statm: 326545 268243 786 2943 0 323439 0
[pid=23493/tid=23494] ppid=23490 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23493/task/23494/stat : 23494 (toysat) S 23490 23493 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12118114 1337528320 268243 33554432000 4194304 16246674 140733805751792 139879660891376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23493/tid=23495] ppid=23490 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23493/task/23495/stat : 23495 (toysat) S 23490 23493 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12118114 1337528320 268243 33554432000 4194304 16246674 140733805751792 139879650401520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23493/tid=23496] ppid=23490 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23493/task/23496/stat : 23496 (toysat) S 23490 23493 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12118114 1337528320 268243 33554432000 4194304 16246674 140733805751792 139879568633008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.39
Current children cumulated vsize (KiB) 1306180

[startup+8.0004 s]
/proc/loadavg: 2.37 2.29 2.17 3/183 23497
/proc/meminfo: memFree=26172716/32872528 swapFree=1459604/1655828
[pid=23493] ppid=23490 vsize=1306180 CPUtime=7.99 cores=0,2,4,6
/proc/23493/stat : 23493 (toysat) R 23490 23493 22681 0 -1 4202496 267402 0 0 0 763 36 0 0 20 0 4 0 12118114 1337528320 268243 33554432000 4194304 16246674 140733805751792 140733805734792 13963968 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23493/statm: 326545 268243 786 2943 0 323439 0
[pid=23493/tid=23494] ppid=23490 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23493/task/23494/stat : 23494 (toysat) S 23490 23493 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12118114 1337528320 268243 33554432000 4194304 16246674 140733805751792 139879660891376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23493/tid=23495] ppid=23490 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23493/task/23495/stat : 23495 (toysat) S 23490 23493 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12118114 1337528320 268243 33554432000 4194304 16246674 140733805751792 139879650401520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23493/tid=23496] ppid=23490 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23493/task/23496/stat : 23496 (toysat) S 23490 23493 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12118114 1337528320 268243 33554432000 4194304 16246674 140733805751792 139879568633008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.99
Current children cumulated vsize (KiB) 1306180

[startup+8.80037 s]
/proc/loadavg: 2.34 2.28 2.17 4/183 23497
/proc/meminfo: memFree=26172996/32872528 swapFree=1459604/1655828
[pid=23493] ppid=23490 vsize=1306180 CPUtime=8.79 cores=0,2,4,6
/proc/23493/stat : 23493 (toysat) R 23490 23493 22681 0 -1 4202496 267406 0 0 0 843 36 0 0 20 0 4 0 12118114 1337528320 268247 33554432000 4194304 16246674 140733805751792 140733805733696 13927349 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23493/statm: 326545 268247 786 2943 0 323439 0
[pid=23493/tid=23494] ppid=23490 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23493/task/23494/stat : 23494 (toysat) S 23490 23493 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12118114 1337528320 268247 33554432000 4194304 16246674 140733805751792 139879660891376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23493/tid=23495] ppid=23490 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23493/task/23495/stat : 23495 (toysat) S 23490 23493 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12118114 1337528320 268247 33554432000 4194304 16246674 140733805751792 139879650401520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23493/tid=23496] ppid=23490 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23493/task/23496/stat : 23496 (toysat) S 23490 23493 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12118114 1337528320 268247 33554432000 4194304 16246674 140733805751792 139879568633008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.79
Current children cumulated vsize (KiB) 1306180

[startup+9.20037 s]
/proc/loadavg: 2.34 2.28 2.17 4/183 23497
/proc/meminfo: memFree=26172996/32872528 swapFree=1459604/1655828
[pid=23493] ppid=23490 vsize=1306180 CPUtime=9.19 cores=0,2,4,6
/proc/23493/stat : 23493 (toysat) R 23490 23493 22681 0 -1 4202496 267406 0 0 0 883 36 0 0 20 0 4 0 12118114 1337528320 268247 33554432000 4194304 16246674 140733805751792 140733805733696 5673165 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23493/statm: 326545 268247 786 2943 0 323439 0
[pid=23493/tid=23494] ppid=23490 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23493/task/23494/stat : 23494 (toysat) S 23490 23493 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12118114 1337528320 268247 33554432000 4194304 16246674 140733805751792 139879660891376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23493/tid=23495] ppid=23490 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23493/task/23495/stat : 23495 (toysat) S 23490 23493 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12118114 1337528320 268247 33554432000 4194304 16246674 140733805751792 139879650401520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23493/tid=23496] ppid=23490 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23493/task/23496/stat : 23496 (toysat) S 23490 23493 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12118114 1337528320 268247 33554432000 4194304 16246674 140733805751792 139879568633008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 9.19
Current children cumulated vsize (KiB) 1306180

[startup+9.60037 s]
/proc/loadavg: 2.34 2.28 2.17 4/183 23497
/proc/meminfo: memFree=26172996/32872528 swapFree=1459604/1655828
[pid=23493] ppid=23490 vsize=1306180 CPUtime=9.58 cores=0,2,4,6
/proc/23493/stat : 23493 (toysat) R 23490 23493 22681 0 -1 4202496 267406 0 0 0 922 36 0 0 20 0 4 0 12118114 1337528320 268247 33554432000 4194304 16246674 140733805751792 140733805733696 5677228 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23493/statm: 326545 268247 786 2943 0 323439 0
[pid=23493/tid=23494] ppid=23490 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23493/task/23494/stat : 23494 (toysat) S 23490 23493 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12118114 1337528320 268247 33554432000 4194304 16246674 140733805751792 139879660891376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23493/tid=23495] ppid=23490 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23493/task/23495/stat : 23495 (toysat) S 23490 23493 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12118114 1337528320 268247 33554432000 4194304 16246674 140733805751792 139879650401520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23493/tid=23496] ppid=23490 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23493/task/23496/stat : 23496 (toysat) S 23490 23493 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12118114 1337528320 268247 33554432000 4194304 16246674 140733805751792 139879568633008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 9.58
Current children cumulated vsize (KiB) 1306180

[startup+9.70042 s]
/proc/loadavg: 2.34 2.28 2.17 4/183 23497
/proc/meminfo: memFree=26172996/32872528 swapFree=1459604/1655828
[pid=23493] ppid=23490 vsize=0 CPUtime=9.69 cores=0,2,4,6
/proc/23493/stat : 23493 (toysat) Z 23490 23493 22681 0 -1 4202508 267411 0 0 0 932 37 0 0 20 0 2 0 12118114 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23493/statm: 0 0 0 0 0 0 0
[pid=23493/tid=23496] ppid=23490 vsize=0 CPUtime=0 cores=0,2,4,6
/proc/23493/task/23496/stat : 23496 (toysat) R 23490 23493 22681 0 -1 4203588 1 0 0 0 0 0 0 0 20 0 2 0 12118114 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 9.69
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 9.75374
CPU time (s): 9.74252
CPU user time (s): 9.32458
CPU system time (s): 0.417936
CPU usage (%): 99.8849
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.32458
system time used= 0.417936
maximum resident set size= 1073000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267411
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= 18
involuntary context switches= 18

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

The end

Launcher Data

Begin job on node136 at 2016-06-30 20:34:29
IDJOB=4120586
IDBENCH=110029
IDSOLVER=2542
FILE ID=node136/4120586-1467311669
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-n56-d3-i3-r1.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-4120586-1467311669/watcher-4120586-1467311669 -o /tmp/evaluation-result-4120586-1467311669/solver-4120586-1467311669 -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-4120586-1467311669.opb

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

MD5SUM BENCH= 866b71713b0c0b3eae01d9215e59bf52
RANDOM SEED=2006335272

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:        27246496 kB
Buffers:          192528 kB
Cached:          1930448 kB
SwapCached:            0 kB
Active:          1482408 kB
Inactive:        1738244 kB
Active(anon):    1100220 kB
Inactive(anon):        0 kB
Active(file):     382188 kB
Inactive(file):  1738244 kB
Unevictable:     1655828 kB
Mlocked:         1459604 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16332 kB
Writeback:             0 kB
AnonPages:       2753168 kB
Mapped:            17128 kB
Shmem:               204 kB
Slab:             615272 kB
SReclaimable:      59312 kB
SUnreclaim:       555960 kB
KernelStack:        1520 kB
PageTables:         9432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2889712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    366592 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= 71616 MiB
End job on node136 at 2016-06-30 20:34:39