Trace number 4121010

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 8.99263 9.00236

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n56-d3-i1-r2.cnf.gz-plain.pb.metafix.opb
MD5SUM21d8f23b0947d38aa5687f7f61524ca2
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.369943
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-30T21:00:22+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-4121010-1467313222.opb"]
0.00/0.01	c use --random-gen="1274850636 436428786 3072453076 3898097046 210480078 963850498 1527731867 2776128718 2742072046 1776742028 1944989733 803116695 663226123 2150147925 3541670315 450107676 1297732912 572296874 2567149754 54552015 3556755951 1290324594 2206794497 1888470942 2980754828 27005097 3143191333 1599148897 1733504704 4113258375 4093544969 4196677118 1115982917 340320156 593632038 1527057223 3367368908 3185235487 592726974 2271303323 4248488053 2634954914 2792905502 1188501276 2012515971 406031337 3895809767 3104953030 979375914 1349388856 2684254824 2084936761 440800155 106251627 4087998471 2656434117 102822061 3919864757 3888825392 3402700250 4203652352 1084409659 124123682 695390357 3078370406 1508391579 689858580 1802948213 3429484150 2353139049 438920241 1199133001 3835697222 440939306 1794004625 3387046508 1080369177 948147603 1619710978 687671774 1355671553 1409686566 2306041479 1879570112 2465716867 2731223910 13746290 1071071688 974811733 2836499728 43108412 815521341 338880534 988010 50596669 124217017 1706053965 3145489301 2159677133 2212720860 429441634 1132985874 4244007770 530867515 1638749774 2864786062 750028449 310971367 940138081 563938885 872687608 4267262331 2046258226 1488732020 337062332 1861109942 53431540 3481801322 2549413717 1365369068 2417054625 1348969031 3765162853 442223854 823048532 1147550591 1052336835 334449239 1887269279 3401408481 1902938827 2272315187 1749752022 407681555 3219502891 2078758306 3487894480 3317726754 1077187726 417738995 1425570641 1335441240 348459405 2010409751 1636519577 2207519112 515329971 1469862099 589210079 3532153509 2361052362 3305740099 2883239476 3012157026 4280920083 1267559008 3438334142 3981888116 4198767548 583324914 3774703017 1149494791 826622164 1347057970 1513690886 3873490057 3755714627 3906297035 2563594290 100495775 626488019 951051068 1231624148 56747558 3996297813 3660166545 1533492369 2692130619 4111916736 1922993646 792145603 3217447626 2164981878 2398047216 2622335029 3987822812 2340208983 4069596420 765110119 4208822006 4194487332 3233002521 2489685033 3996711172 1209831532 1772901752 3983821839 3683768643 3946195041 2613881431 3912009314 871819293 3174597664 2330294472 3730568040 462236060 58999092 946602271 3804639236 4174548091 2836281178 1558840004 3058757637 49616317 3630279617 102291501 385732627 1361224519 3518109516 667636297 1573190139 2848566664 2772248251 132434915 4245953938 3532111139 819947824 189115518 1385833689 3870237290 3577069177 2868690419 2693548100 1134543587 2552733992 3949132773 2520330690 1517753990 1641264180 1242263706 574822836 1996074730 3251448081 3275183634 1292753065 3099107822 3407640204 1059219014 2785925228 4265930629 3252300562 2248926016 3649416668 456715335 3362606182 1669436012 255 362436" option to reproduce the execution
0.00/0.01	c #vars 84
0.00/0.01	c #constraints 224
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 |      102      0 |        0 |        0
0.00/0.02	c  0.0s |       1 |      146 |      100 |      102      0 |        0 |        0
0.00/0.03	c  0.0s |       2 |      356 |      250 |      113      2 |        0 |        0
0.00/0.05	c  0.0s |       3 |      704 |      475 |      125      5 |        0 |        0
0.00/0.07	c  0.1s |       4 |     1224 |      813 |      138      9 |        0 |        0
0.09/0.12	c  0.1s |       5 |     2008 |     1320 |      152     15 |        0 |        0
0.09/0.17	c  0.2s |       6 |     3119 |     2081 |      185     23 |        0 |        0
0.19/0.28	c  0.3s |       7 |     4393 |     3223 |      204     34 |        0 |        0
0.39/0.42	c  0.4s |       8 |     6647 |     4936 |      225     49 |        0 |        0
0.59/0.62	c  0.6s |       9 |    10064 |     7506 |      248     71 |        0 |        0
0.89/0.91	c  0.9s |      10 |    16780 |    11361 |      273     99 |        0 |        0
1.20/1.21	c  1.2s |      11 |    27420 |    17144 |      301    141 |        0 |        0
1.59/1.62	c  1.6s |      12 |    40849 |    25819 |      332    197 |        0 |        0
2.29/2.37	c  2.4s |      13 |    59371 |    38832 |      366    271 |        0 |        0
3.19/3.29	c  3.3s |      14 |    87640 |    58352 |      403    376 |        0 |        0
4.69/4.75	c  4.7s |      15 |   126808 |    87632 |      444    519 |        0 |        0
6.69/6.76	c  6.7s |      15 |   180981 |   128332 |      444    700 |        0 |        0
6.89/6.91	c  6.9s |      16 |   185669 |   131552 |      489    712 |        1 |        4
8.89/8.91	c  8.9s |      16 |   241540 |   173452 |      489    877 |        6 |       24
8.89/8.94	c  8.9s |      16 |   242314 |   174055 |      489    878 |       20 |       66
8.89/8.94	c #cpu_time = 8.902s
8.89/8.94	c #wall_clock_time = 8.925s
8.89/8.94	c #decision = 242314
8.89/8.94	c #random_decision = 1164
8.89/8.94	c #conflict = 174055
8.89/8.94	c #restart = 16
8.89/8.94	s UNSATISFIABLE
8.89/8.94	c total CPU time = 8.919s
8.89/8.94	c total wall clock time = 8.942s

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

pid=17344
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.01 2.03 2.09 2/244 17347
/proc/meminfo: memFree=30113800/32872528 swapFree=189444/189444
[pid=17347] ppid=17344 vsize=719292 CPUtime=0 cores=1,3,5,7
/proc/17347/stat : 17347 (toysat) R 17344 17347 13211 0 -1 4202496 2681 0 0 0 0 0 0 0 20 0 4 0 12428717 736555008 3042 33554432000 4194304 16246674 140733423602336 140733423601760 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17347/statm: 180591 3051 441 2943 0 177485 0
[pid=17347/tid=17348] ppid=17344 vsize=736700 CPUtime=0 cores=1,3,5,7
/proc/17347/task/17348/stat : 17348 (toysat) S 17344 17347 13211 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12428718 754380800 3111 33554432000 4194304 16246674 140733423602336 140384237759728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17347/tid=17349] ppid=17344 vsize=741820 CPUtime=0 cores=1,3,5,7
/proc/17347/task/17349/stat : 17349 (toysat) S 17344 17347 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12428718 759623680 3128 33554432000 4194304 16246674 140733423602336 140384227269872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17347/tid=17350] ppid=17344 vsize=745916 CPUtime=0 cores=1,3,5,7
/proc/17347/task/17350/stat : 17350 (toysat) S 17344 17347 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12428718 763817984 3145 33554432000 4194304 16246674 140733423602336 140384216796336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100174 s]
/proc/loadavg: 2.01 2.03 2.09 2/244 17347
/proc/meminfo: memFree=30113800/32872528 swapFree=189444/189444
[pid=17347] ppid=17344 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/17347/stat : 17347 (toysat) R 17344 17347 13211 0 -1 4202496 25453 0 0 0 5 4 0 0 20 0 4 0 12428717 1247350784 25803 33554432000 4194304 16246674 140733423602336 140733423601760 12478957 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17347/statm: 304529 25814 707 2943 0 301423 0
[pid=17347/tid=17348] ppid=17344 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17347/task/17348/stat : 17348 (toysat) S 17344 17347 13211 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12428718 1247350784 25819 33554432000 4194304 16246674 140733423602336 140384237759728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17347/tid=17349] ppid=17344 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17347/task/17349/stat : 17349 (toysat) S 17344 17347 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12428718 1247350784 25827 33554432000 4194304 16246674 140733423602336 140384227269872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17347/tid=17350] ppid=17344 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17347/task/17350/stat : 17350 (toysat) S 17344 17347 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12428718 1247350784 25834 33554432000 4194304 16246674 140733423602336 140384216796336 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.200526 s]
/proc/loadavg: 2.01 2.03 2.09 2/244 17347
/proc/meminfo: memFree=30113800/32872528 swapFree=189444/189444
[pid=17347] ppid=17344 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/17347/stat : 17347 (toysat) R 17344 17347 13211 0 -1 4202496 48381 0 0 0 12 7 0 0 20 0 4 0 12428717 1247350784 48732 33554432000 4194304 16246674 140733423602336 140733423601760 5677541 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17347/statm: 304529 48741 707 2943 0 301423 0
[pid=17347/tid=17348] ppid=17344 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17347/task/17348/stat : 17348 (toysat) S 17344 17347 13211 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12428718 1247350784 48748 33554432000 4194304 16246674 140733423602336 140384237759728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17347/tid=17349] ppid=17344 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17347/task/17349/stat : 17349 (toysat) S 17344 17347 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12428718 1247350784 48754 33554432000 4194304 16246674 140733423602336 140384227269872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17347/tid=17350] ppid=17344 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17347/task/17350/stat : 17350 (toysat) S 17344 17347 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12428718 1247350784 48761 33554432000 4194304 16246674 140733423602336 140384216796336 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.300498 s]
/proc/loadavg: 2.01 2.03 2.09 2/244 17347
/proc/meminfo: memFree=30113800/32872528 swapFree=189444/189444
[pid=17347] ppid=17344 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/17347/stat : 17347 (toysat) R 17344 17347 13211 0 -1 4202496 71377 0 0 0 19 10 0 0 20 0 4 0 12428717 1247350784 71728 33554432000 4194304 16246674 140733423602336 140733423601760 5675357 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17347/statm: 304529 71741 707 2943 0 301423 0
[pid=17347/tid=17348] ppid=17344 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17347/task/17348/stat : 17348 (toysat) S 17344 17347 13211 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12428718 1247350784 71746 33554432000 4194304 16246674 140733423602336 140384237759728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17347/tid=17349] ppid=17344 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17347/task/17349/stat : 17349 (toysat) S 17344 17347 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12428718 1247350784 71752 33554432000 4194304 16246674 140733423602336 140384227269872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17347/tid=17350] ppid=17344 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17347/task/17350/stat : 17350 (toysat) S 17344 17347 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12428718 1247350784 71758 33554432000 4194304 16246674 140733423602336 140384216796336 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.01 2.03 2.09 2/244 17347
/proc/meminfo: memFree=30113800/32872528 swapFree=189444/189444
[pid=17347] ppid=17344 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/17347/stat : 17347 (toysat) R 17344 17347 13211 0 -1 4202496 162486 0 0 0 46 23 0 0 20 0 4 0 12428717 1247350784 162837 33554432000 4194304 16246674 140733423602336 140733423585336 5677277 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17347/statm: 304529 162849 708 2943 0 301423 0
[pid=17347/tid=17348] ppid=17344 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17347/task/17348/stat : 17348 (toysat) S 17344 17347 13211 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12428718 1247350784 162854 33554432000 4194304 16246674 140733423602336 140384237759728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17347/tid=17349] ppid=17344 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17347/task/17349/stat : 17349 (toysat) S 17344 17347 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12428718 1247350784 162862 33554432000 4194304 16246674 140733423602336 140384227269872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17347/tid=17350] ppid=17344 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17347/task/17350/stat : 17350 (toysat) S 17344 17347 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12428718 1247350784 162869 33554432000 4194304 16246674 140733423602336 140384216796336 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.01 2.03 2.09 3/248 17351
/proc/meminfo: memFree=29132600/32872528 swapFree=189444/189444
[pid=17347] ppid=17344 vsize=1218116 CPUtime=1.49 cores=1,3,5,7
/proc/17347/stat : 17347 (toysat) R 17344 17347 13211 0 -1 4202496 245502 0 0 0 112 37 0 0 20 0 4 0 12428717 1247350784 245832 33554432000 4194304 16246674 140733423602336 140733423601648 15015658 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17347/statm: 304529 245832 784 2943 0 301423 0
[pid=17347/tid=17348] ppid=17344 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17347/task/17348/stat : 17348 (toysat) S 17344 17347 13211 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12428718 1247350784 245832 33554432000 4194304 16246674 140733423602336 140384237759728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17347/tid=17349] ppid=17344 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17347/task/17349/stat : 17349 (toysat) S 17344 17347 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12428718 1247350784 245832 33554432000 4194304 16246674 140733423602336 140384227269872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17347/tid=17350] ppid=17344 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17347/task/17350/stat : 17350 (toysat) S 17344 17347 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12428718 1247350784 245832 33554432000 4194304 16246674 140733423602336 140384216796336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1218116

[startup+3.10043 s]
/proc/loadavg: 2.01 2.03 2.09 3/248 17351
/proc/meminfo: memFree=29044684/32872528 swapFree=189444/189444
[pid=17347] ppid=17344 vsize=1306180 CPUtime=3.09 cores=1,3,5,7
/proc/17347/stat : 17347 (toysat) R 17344 17347 13211 0 -1 4202496 267384 0 0 0 270 39 0 0 20 0 4 0 12428717 1337528320 267714 33554432000 4194304 16246674 140733423602336 140733423585336 5673090 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17347/statm: 326545 267714 785 2943 0 323439 0
[pid=17347/tid=17348] ppid=17344 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17347/task/17348/stat : 17348 (toysat) S 17344 17347 13211 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12428718 1337528320 267714 33554432000 4194304 16246674 140733423602336 140384237759728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17347/tid=17349] ppid=17344 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17347/task/17349/stat : 17349 (toysat) S 17344 17347 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12428718 1337528320 267714 33554432000 4194304 16246674 140733423602336 140384227269872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17347/tid=17350] ppid=17344 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17347/task/17350/stat : 17350 (toysat) S 17344 17347 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12428718 1337528320 267714 33554432000 4194304 16246674 140733423602336 140384216796336 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.30043 s]
/proc/loadavg: 2.01 2.03 2.09 3/248 17351
/proc/meminfo: memFree=29044436/32872528 swapFree=189444/189444
[pid=17347] ppid=17344 vsize=1306180 CPUtime=6.29 cores=1,3,5,7
/proc/17347/stat : 17347 (toysat) R 17344 17347 13211 0 -1 4202496 267396 0 0 0 589 40 0 0 20 0 4 0 12428717 1337528320 267726 33554432000 4194304 16246674 140733423602336 140733423584256 5673972 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17347/statm: 326545 267726 785 2943 0 323439 0
[pid=17347/tid=17348] ppid=17344 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17347/task/17348/stat : 17348 (toysat) S 17344 17347 13211 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12428718 1337528320 267726 33554432000 4194304 16246674 140733423602336 140384237759728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17347/tid=17349] ppid=17344 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17347/task/17349/stat : 17349 (toysat) S 17344 17347 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12428718 1337528320 267726 33554432000 4194304 16246674 140733423602336 140384227269872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17347/tid=17350] ppid=17344 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17347/task/17350/stat : 17350 (toysat) S 17344 17347 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12428718 1337528320 267726 33554432000 4194304 16246674 140733423602336 140384216796336 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

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

[startup+6.40052 s]
/proc/loadavg: 2.01 2.03 2.09 3/248 17351
/proc/meminfo: memFree=29044436/32872528 swapFree=189444/189444
[pid=17347] ppid=17344 vsize=1306180 CPUtime=6.39 cores=1,3,5,7
/proc/17347/stat : 17347 (toysat) R 17344 17347 13211 0 -1 4202496 267396 0 0 0 599 40 0 0 20 0 4 0 12428717 1337528320 267726 33554432000 4194304 16246674 140733423602336 140733423584256 5822252 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17347/statm: 326545 267726 785 2943 0 323439 0
[pid=17347/tid=17348] ppid=17344 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17347/task/17348/stat : 17348 (toysat) S 17344 17347 13211 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12428718 1337528320 267726 33554432000 4194304 16246674 140733423602336 140384237759728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17347/tid=17349] ppid=17344 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17347/task/17349/stat : 17349 (toysat) S 17344 17347 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12428718 1337528320 267726 33554432000 4194304 16246674 140733423602336 140384227269872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17347/tid=17350] ppid=17344 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17347/task/17350/stat : 17350 (toysat) S 17344 17347 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12428718 1337528320 267726 33554432000 4194304 16246674 140733423602336 140384216796336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.39
Current children cumulated vsize (KiB) 1306180

[startup+8.00044 s]
/proc/loadavg: 2.01 2.03 2.09 3/248 17351
/proc/meminfo: memFree=29043964/32872528 swapFree=189444/189444
[pid=17347] ppid=17344 vsize=1306180 CPUtime=7.99 cores=1,3,5,7
/proc/17347/stat : 17347 (toysat) R 17344 17347 13211 0 -1 4202496 267403 0 0 0 759 40 0 0 20 0 4 0 12428717 1337528320 267733 33554432000 4194304 16246674 140733423602336 140733423585336 6072278 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17347/statm: 326545 267733 785 2943 0 323439 0
[pid=17347/tid=17348] ppid=17344 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17347/task/17348/stat : 17348 (toysat) S 17344 17347 13211 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12428718 1337528320 267733 33554432000 4194304 16246674 140733423602336 140384237759728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17347/tid=17349] ppid=17344 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17347/task/17349/stat : 17349 (toysat) S 17344 17347 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12428718 1337528320 267733 33554432000 4194304 16246674 140733423602336 140384227269872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17347/tid=17350] ppid=17344 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17347/task/17350/stat : 17350 (toysat) S 17344 17347 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12428718 1337528320 267733 33554432000 4194304 16246674 140733423602336 140384216796336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.99
Current children cumulated vsize (KiB) 1306180

[startup+8.80042 s]
/proc/loadavg: 2.01 2.03 2.09 3/248 17351
/proc/meminfo: memFree=29044088/32872528 swapFree=189444/189444
[pid=17347] ppid=17344 vsize=1306180 CPUtime=8.79 cores=1,3,5,7
/proc/17347/stat : 17347 (toysat) R 17344 17347 13211 0 -1 4202496 267403 0 0 0 839 40 0 0 20 0 4 0 12428717 1337528320 267733 33554432000 4194304 16246674 140733423602336 140733423585336 5823961 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17347/statm: 326545 267733 785 2943 0 323439 0
[pid=17347/tid=17348] ppid=17344 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17347/task/17348/stat : 17348 (toysat) S 17344 17347 13211 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12428718 1337528320 267733 33554432000 4194304 16246674 140733423602336 140384237759728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17347/tid=17349] ppid=17344 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17347/task/17349/stat : 17349 (toysat) S 17344 17347 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12428718 1337528320 267733 33554432000 4194304 16246674 140733423602336 140384227269872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17347/tid=17350] ppid=17344 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17347/task/17350/stat : 17350 (toysat) S 17344 17347 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12428718 1337528320 267733 33554432000 4194304 16246674 140733423602336 140384216796336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.79
Current children cumulated vsize (KiB) 1306180

[startup+9.00039 s]
/proc/loadavg: 2.01 2.03 2.09 3/248 17351
/proc/meminfo: memFree=29044088/32872528 swapFree=189444/189444
[pid=17347] ppid=17344 vsize=0 CPUtime=8.99 cores=1,3,5,7
/proc/17347/stat : 17347 (toysat) Z 17344 17347 13211 0 -1 4202508 267408 0 0 0 853 46 0 0 20 0 2 0 12428717 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17347/statm: 0 0 0 0 0 0 0
[pid=17347/tid=17348] ppid=17344 vsize=0 CPUtime=0.04 cores=1,3,5,7
/proc/17347/task/17348/stat : 17348 (toysat) R 17344 17347 13211 0 -1 4203588 10 0 0 0 0 4 0 0 20 0 2 0 12428718 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.99
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 9.00236
CPU time (s): 8.99263
CPU user time (s): 8.5337
CPU system time (s): 0.45893
CPU usage (%): 99.8919
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.5337
system time used= 0.45893
maximum resident set size= 1070944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267408
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= 11

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.022996 second user time and 0.043993 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-30 21:00:22
IDJOB=4121010
IDBENCH=110225
IDSOLVER=2542
FILE ID=node102/4121010-1467313222
RUNJOBID= node102-1467310764-16425
PBS_JOBID= 20005272
Free space on /tmp= 71656 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-i1-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-4121010-1467313222/watcher-4121010-1467313222 -o /tmp/evaluation-result-4121010-1467313222/solver-4121010-1467313222 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1467310764-16425 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4121010-1467313222.opb

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

MD5SUM BENCH= 21d8f23b0947d38aa5687f7f61524ca2
RANDOM SEED=247689197

node102.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.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.48
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.744
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.744
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.744
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.49
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.744
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.54
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.744
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.744
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.744
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:        30114692 kB
Buffers:          158168 kB
Cached:           570280 kB
SwapCached:            0 kB
Active:          1405432 kB
Inactive:         420428 kB
Active(anon):    1099976 kB
Inactive(anon):        0 kB
Active(file):     305456 kB
Inactive(file):   420428 kB
Unevictable:      189444 kB
Mlocked:          189444 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16400 kB
Writeback:             0 kB
AnonPages:       1325568 kB
Mapped:            17620 kB
Shmem:               204 kB
Slab:             609672 kB
SReclaimable:      53204 kB
SUnreclaim:       556468 kB
KernelStack:        2040 kB
PageTables:         7348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1432244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1120256 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= 71636 MiB
End job on node102 at 2016-06-30 21:00:31