Trace number 4122730

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 14.9407 14.9438

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n62-d3-i3-f.cnf.gz-plain.pb.metafix.opb
MD5SUM2484fb8fea162921cd39f32c4b16d188
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.242962
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables93
Total number of constraints248
Number of constraints which are clauses248
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-30T22:10:48+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-4122730-1467317448.opb"]
0.00/0.01	c use --random-gen="3811237262 2370761480 2143542826 3056670472 1080408210 479659934 1564734936 2890151889 2806970456 1198300351 726867123 2448528699 498254449 338000720 3433186169 3924559649 2247637247 3417505632 2436097547 2111981612 1703612557 1758194342 2531507332 1526781247 3733529704 3193769280 1831349331 59976497 1035032538 3300627787 852272572 4029681880 1323622984 4285740168 1102253202 3730180755 4188730745 3087247442 1977416774 2029464948 800367940 244697046 1383595590 4036130802 2819160247 2073621909 3520640372 4236619678 471760999 3303459431 1754233541 4130767194 1215971691 3274564353 3848919831 4063459598 1910658062 2554739794 2649316911 2327777456 3493425261 1411822628 3959565239 2696809489 2366616048 1855407539 241997332 1378997386 3743376486 2949435151 2838684376 2126365635 1452731478 2022175455 4289474707 3740240503 344216924 1141534348 1793904787 331435338 3794099222 858752780 1695212003 3326139269 1698671177 2467768617 2995042132 2560609179 2327097426 539105325 489310096 3191649215 271635919 2027269439 3223433967 3601483785 1049845616 4267923895 1966861493 3975685877 3564339038 1211637332 1426471894 3439300017 3729337551 3487482784 1438476415 2808656414 3445193028 4216556757 906805654 1380111918 3670377445 1039757956 3401978048 606803364 2805056096 2343198706 4119504263 77670037 1824444292 1138222143 1583338960 414180588 2100353594 1243952124 1064035199 1428371753 4133877892 347791206 452587078 2992414997 964440453 431983874 1285028563 2675415194 2532101601 2801651114 2341220514 1184312356 3816852999 1147391919 1519952048 2798136566 3202174072 1819777025 1818158109 3779465562 3856717655 570649777 63546719 532763611 3764702733 1984453584 2577629077 3926118001 3603681569 3930339691 1901898155 443933677 1492089808 3814373669 4235940099 1842504429 3179564136 607834522 1130490007 2720225255 1426768950 1204057640 1376919494 2987236341 3566523304 4153231411 2443697263 1884688998 3696494365 65312081 1127595652 3899553645 1006228133 2524083103 765174633 2634822380 852390875 918685772 3509522829 4052190552 3762118598 3889743706 4165590762 636007653 2021021948 1125853542 1241498600 1297519025 1745048001 1376462877 3264754225 734423282 1009215873 4161024117 2631385021 3325219617 3284576053 2490150491 3491962133 1097500621 1569499444 2718646759 3112048487 3363779232 3433872701 581402972 242078679 1595516039 4092234371 4036018098 461627628 333923090 3121751107 2724599775 607761966 1025404986 4211050867 933973325 297502743 2302937953 3885575490 341725656 1778664073 596619225 3852419036 2650540094 2173057475 304662173 998472341 1331766868 773226181 600355170 2199006780 1649461160 4035541873 3325647069 4148240111 702524454 4205485867 1794252840 3037989031 560546820 584935740 1270195712 1466797935 2503244203 3522415667 631786509 255 362436" option to reproduce the execution
0.00/0.01	c #vars 93
0.00/0.01	c #constraints 248
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 |      113      0 |        0 |        0
0.00/0.02	c  0.0s |       1 |      141 |      100 |      113      0 |        0 |        0
0.00/0.03	c  0.0s |       2 |      317 |      250 |      125      1 |        0 |        0
0.00/0.05	c  0.0s |       3 |      597 |      475 |      138      4 |        0 |        0
0.00/0.08	c  0.1s |       4 |     1030 |      813 |      152      7 |        0 |        0
0.09/0.12	c  0.1s |       5 |     1660 |     1320 |      168     13 |        0 |        0
0.09/0.18	c  0.2s |       6 |     2833 |     2081 |      204     20 |        0 |        0
0.19/0.26	c  0.2s |       7 |     4421 |     3223 |      225     30 |        0 |        0
0.29/0.40	c  0.4s |       8 |     6772 |     4936 |      248     43 |        0 |        0
0.29/0.60	c  0.6s |       9 |    10767 |     7506 |      273     63 |        0 |        0
0.79/0.88	c  0.9s |      10 |    16008 |    11361 |      301     90 |        0 |        0
1.19/1.22	c  1.2s |      11 |    24606 |    17144 |      332    127 |        0 |        0
1.59/1.68	c  1.7s |      12 |    36667 |    25819 |      366    178 |        0 |        0
2.29/2.38	c  2.4s |      13 |    56339 |    38832 |      403    246 |        0 |        0
3.39/3.49	c  3.5s |      14 |    83018 |    58352 |      444    341 |        0 |        0
4.89/4.98	c  5.0s |      15 |   125880 |    87632 |      489    470 |        0 |        0
6.89/6.98	c  7.0s |      15 |   177394 |   125432 |      489    623 |        0 |        0
7.29/7.30	c  7.3s |      16 |   186332 |   131552 |      538    647 |        0 |        0
9.29/9.30	c  9.3s |      16 |   241214 |   170452 |      538    791 |        0 |        0
10.59/10.64	c 10.6s |      17 |   278835 |   197432 |      592    889 |        0 |        0
12.59/12.65	c 12.6s |      17 |   333576 |   235832 |      592   1018 |        0 |        0
14.59/14.65	c 14.6s |      17 |   385396 |   274132 |      592   1143 |        4 |       16
14.78/14.88	c 14.9s |      17 |   392126 |   278826 |      592   1156 |       28 |       56
14.78/14.88	c #cpu_time = 14.828s
14.78/14.88	c #wall_clock_time = 14.866s
14.78/14.88	c #decision = 392126
14.78/14.88	c #random_decision = 1874
14.78/14.88	c #conflict = 278826
14.78/14.88	c #restart = 17
14.78/14.88	s UNSATISFIABLE
14.78/14.88	c total CPU time = 14.845s
14.78/14.88	c total wall clock time = 14.883s

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

pid=19915
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.38 2.32 2.28 3/179 19918
/proc/meminfo: memFree=27270112/32872528 swapFree=1590004/1720820
[pid=19918] ppid=19915 vsize=720316 CPUtime=0 cores=0,2,4,6
/proc/19918/stat : 19918 (toysat) R 19915 19918 13693 0 -1 4202496 2685 0 0 0 0 0 0 0 20 0 4 0 12703346 737603584 3046 33554432000 4194304 16246674 140737161308416 140737161307840 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19918/statm: 180591 3056 441 2943 0 177485 0
[pid=19918/tid=19919] ppid=19915 vsize=736700 CPUtime=0 cores=0,2,4,6
/proc/19918/task/19919/stat : 19919 (toysat) S 19915 19918 13693 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12703346 754380800 3112 33554432000 4194304 16246674 140737161308416 140336823250160 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19918/tid=19920] ppid=19915 vsize=741820 CPUtime=0 cores=0,2,4,6
/proc/19918/task/19920/stat : 19920 (toysat) S 19915 19918 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12703346 759623680 3132 33554432000 4194304 16246674 140737161308416 140336812760304 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19918/tid=19921] ppid=19915 vsize=745916 CPUtime=0 cores=0,2,4,6
/proc/19918/task/19921/stat : 19921 (toysat) S 19915 19918 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12703346 763817984 3148 33554432000 4194304 16246674 140737161308416 140336802286768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100163 s]
/proc/loadavg: 2.38 2.32 2.28 3/179 19918
/proc/meminfo: memFree=27270112/32872528 swapFree=1590004/1720820
[pid=19918] ppid=19915 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/19918/stat : 19918 (toysat) R 19915 19918 13693 0 -1 4202496 25733 0 0 0 7 2 0 0 20 0 4 0 12703346 1247350784 26082 33554432000 4194304 16246674 140737161308416 140737161307840 5516309 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19918/statm: 304529 26090 707 2943 0 301423 0
[pid=19918/tid=19919] ppid=19915 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19918/task/19919/stat : 19919 (toysat) S 19915 19918 13693 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12703346 1247350784 26097 33554432000 4194304 16246674 140737161308416 140336823250160 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19918/tid=19920] ppid=19915 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19918/task/19920/stat : 19920 (toysat) S 19915 19918 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12703346 1247350784 26104 33554432000 4194304 16246674 140737161308416 140336812760304 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19918/tid=19921] ppid=19915 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19918/task/19921/stat : 19921 (toysat) S 19915 19918 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12703346 1247350784 26110 33554432000 4194304 16246674 140737161308416 140336802286768 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.200456 s]
/proc/loadavg: 2.38 2.32 2.28 3/179 19918
/proc/meminfo: memFree=27270112/32872528 swapFree=1590004/1720820
[pid=19918] ppid=19915 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/19918/stat : 19918 (toysat) R 19915 19918 13693 0 -1 4202496 49359 0 0 0 13 6 0 0 20 0 4 0 12703346 1247350784 49709 33554432000 4194304 16246674 140737161308416 140737161307840 6021055 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19918/statm: 304529 49721 707 2943 0 301423 0
[pid=19918/tid=19919] ppid=19915 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19918/task/19919/stat : 19919 (toysat) S 19915 19918 13693 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12703346 1247350784 49727 33554432000 4194304 16246674 140737161308416 140336823250160 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19918/tid=19920] ppid=19915 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19918/task/19920/stat : 19920 (toysat) S 19915 19918 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12703346 1247350784 49734 33554432000 4194304 16246674 140737161308416 140336812760304 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19918/tid=19921] ppid=19915 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19918/task/19921/stat : 19921 (toysat) S 19915 19918 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12703346 1247350784 49740 33554432000 4194304 16246674 140737161308416 140336802286768 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.300468 s]
/proc/loadavg: 2.38 2.32 2.28 3/179 19918
/proc/meminfo: memFree=27270112/32872528 swapFree=1590004/1720820
[pid=19918] ppid=19915 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/19918/stat : 19918 (toysat) R 19915 19918 13693 0 -1 4202496 72449 0 0 0 20 9 0 0 20 0 4 0 12703346 1247350784 72798 33554432000 4194304 16246674 140737161308416 140737161290304 5546500 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19918/statm: 304529 72809 707 2943 0 301423 0
[pid=19918/tid=19919] ppid=19915 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19918/task/19919/stat : 19919 (toysat) S 19915 19918 13693 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12703346 1247350784 72815 33554432000 4194304 16246674 140737161308416 140336823250160 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19918/tid=19920] ppid=19915 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19918/task/19920/stat : 19920 (toysat) S 19915 19918 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12703346 1247350784 72823 33554432000 4194304 16246674 140737161308416 140336812760304 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19918/tid=19921] ppid=19915 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19918/task/19921/stat : 19921 (toysat) S 19915 19918 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12703346 1247350784 72830 33554432000 4194304 16246674 140737161308416 140336802286768 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.700387 s]
/proc/loadavg: 2.38 2.32 2.28 3/179 19918
/proc/meminfo: memFree=27270112/32872528 swapFree=1590004/1720820
[pid=19918] ppid=19915 vsize=1218116 CPUtime=0.68 cores=0,2,4,6
/proc/19918/stat : 19918 (toysat) R 19915 19918 13693 0 -1 4202496 164134 0 0 0 47 21 0 0 20 0 4 0 12703346 1247350784 164483 33554432000 4194304 16246674 140737161308416 140737161290304 13954518 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19918/statm: 304529 164494 708 2943 0 301423 0
[pid=19918/tid=19919] ppid=19915 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19918/task/19919/stat : 19919 (toysat) S 19915 19918 13693 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12703346 1247350784 164502 33554432000 4194304 16246674 140737161308416 140336823250160 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19918/tid=19920] ppid=19915 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19918/task/19920/stat : 19920 (toysat) S 19915 19918 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12703346 1247350784 164508 33554432000 4194304 16246674 140737161308416 140336812760304 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19918/tid=19921] ppid=19915 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19918/task/19921/stat : 19921 (toysat) S 19915 19918 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12703346 1247350784 164514 33554432000 4194304 16246674 140737161308416 140336802286768 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.50047 s]
/proc/loadavg: 2.38 2.32 2.28 3/183 19922
/proc/meminfo: memFree=26287092/32872528 swapFree=1590004/1720820
[pid=19918] ppid=19915 vsize=1218116 CPUtime=1.49 cores=0,2,4,6
/proc/19918/stat : 19918 (toysat) R 19915 19918 13693 0 -1 4202496 245519 0 0 0 116 33 0 0 20 0 4 0 12703346 1247350784 245848 33554432000 4194304 16246674 140737161308416 140737161291416 6011160 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19918/statm: 304529 245848 785 2943 0 301423 0
[pid=19918/tid=19919] ppid=19915 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19918/task/19919/stat : 19919 (toysat) S 19915 19918 13693 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12703346 1247350784 245848 33554432000 4194304 16246674 140737161308416 140336823250160 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19918/tid=19920] ppid=19915 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19918/task/19920/stat : 19920 (toysat) S 19915 19918 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12703346 1247350784 245848 33554432000 4194304 16246674 140737161308416 140336812760304 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19918/tid=19921] ppid=19915 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19918/task/19921/stat : 19921 (toysat) S 19915 19918 13693 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12703346 1247350784 245848 33554432000 4194304 16246674 140737161308416 140336802286768 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.10039 s]
/proc/loadavg: 2.35 2.31 2.28 3/183 19922
/proc/meminfo: memFree=26199548/32872528 swapFree=1590004/1720820
[pid=19918] ppid=19915 vsize=1306180 CPUtime=3.09 cores=0,2,4,6
/proc/19918/stat : 19918 (toysat) R 19915 19918 13693 0 -1 4202496 267389 0 0 0 274 35 0 0 20 0 4 0 12703346 1337528320 267718 33554432000 4194304 16246674 140737161308416 140737161290304 5827966 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19918/statm: 326545 267718 785 2943 0 323439 0
[pid=19918/tid=19919] ppid=19915 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/19918/task/19919/stat : 19919 (toysat) S 19915 19918 13693 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12703346 1337528320 267718 33554432000 4194304 16246674 140737161308416 140336823250160 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19918/tid=19920] ppid=19915 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/19918/task/19920/stat : 19920 (toysat) S 19915 19918 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12703346 1337528320 267718 33554432000 4194304 16246674 140737161308416 140336812760304 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19918/tid=19921] ppid=19915 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/19918/task/19921/stat : 19921 (toysat) S 19915 19918 13693 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12703346 1337528320 267718 33554432000 4194304 16246674 140737161308416 140336802286768 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.3004 s]
/proc/loadavg: 2.35 2.31 2.28 3/184 19923
/proc/meminfo: memFree=26199168/32872528 swapFree=1590004/1720820
[pid=19918] ppid=19915 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/19918/stat : 19918 (toysat) R 19915 19918 13693 0 -1 4202496 267418 0 0 0 594 35 0 0 20 0 4 0 12703346 1337528320 267747 33554432000 4194304 16246674 140737161308416 140737161290304 6021123 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19918/statm: 326545 267747 785 2943 0 323439 0
[pid=19918/tid=19919] ppid=19915 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/19918/task/19919/stat : 19919 (toysat) S 19915 19918 13693 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12703346 1337528320 267747 33554432000 4194304 16246674 140737161308416 140336823250160 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19918/tid=19920] ppid=19915 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/19918/task/19920/stat : 19920 (toysat) S 19915 19918 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12703346 1337528320 267747 33554432000 4194304 16246674 140737161308416 140336812760304 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19918/tid=19921] ppid=19915 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/19918/task/19921/stat : 19921 (toysat) S 19915 19918 13693 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12703346 1337528320 267747 33554432000 4194304 16246674 140737161308416 140336802286768 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

[startup+12.7004 s]
/proc/loadavg: 2.30 2.30 2.27 3/184 19923
/proc/meminfo: memFree=26198996/32872528 swapFree=1590004/1720820
[pid=19918] ppid=19915 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/19918/stat : 19918 (toysat) R 19915 19918 13693 0 -1 4202496 267436 0 0 0 1234 35 0 0 20 0 4 0 12703346 1337528320 267765 33554432000 4194304 16246674 140737161308416 140737161290304 7252812 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19918/statm: 326545 267765 787 2943 0 323439 0
[pid=19918/tid=19919] ppid=19915 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/19918/task/19919/stat : 19919 (toysat) S 19915 19918 13693 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12703346 1337528320 267765 33554432000 4194304 16246674 140737161308416 140336823250160 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19918/tid=19920] ppid=19915 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/19918/task/19920/stat : 19920 (toysat) S 19915 19918 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12703346 1337528320 267765 33554432000 4194304 16246674 140737161308416 140336812760304 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19918/tid=19921] ppid=19915 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/19918/task/19921/stat : 19921 (toysat) S 19915 19918 13693 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12703346 1337528320 267765 33554432000 4194304 16246674 140737161308416 140336802286768 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

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

[startup+13.0004 s]
/proc/loadavg: 2.30 2.30 2.27 3/184 19923
/proc/meminfo: memFree=26198996/32872528 swapFree=1590004/1720820
[pid=19918] ppid=19915 vsize=1306180 CPUtime=12.99 cores=0,2,4,6
/proc/19918/stat : 19918 (toysat) R 19915 19918 13693 0 -1 4202496 267436 0 0 0 1264 35 0 0 20 0 4 0 12703346 1337528320 267765 33554432000 4194304 16246674 140737161308416 140737161290304 13943664 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19918/statm: 326545 267765 787 2943 0 323439 0
[pid=19918/tid=19919] ppid=19915 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/19918/task/19919/stat : 19919 (toysat) S 19915 19918 13693 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12703346 1337528320 267765 33554432000 4194304 16246674 140737161308416 140336823250160 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19918/tid=19920] ppid=19915 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/19918/task/19920/stat : 19920 (toysat) S 19915 19918 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12703346 1337528320 267765 33554432000 4194304 16246674 140737161308416 140336812760304 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19918/tid=19921] ppid=19915 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/19918/task/19921/stat : 19921 (toysat) S 19915 19918 13693 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12703346 1337528320 267765 33554432000 4194304 16246674 140737161308416 140336802286768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.99
Current children cumulated vsize (KiB) 1306180

[startup+13.8004 s]
/proc/loadavg: 2.30 2.30 2.27 3/183 19923
/proc/meminfo: memFree=26199128/32872528 swapFree=1590004/1720820
[pid=19918] ppid=19915 vsize=1306180 CPUtime=13.79 cores=0,2,4,6
/proc/19918/stat : 19918 (toysat) R 19915 19918 13693 0 -1 4202496 267436 0 0 0 1344 35 0 0 20 0 4 0 12703346 1337528320 267765 33554432000 4194304 16246674 140737161308416 140737161290304 13950986 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19918/statm: 326545 267765 787 2943 0 323439 0
[pid=19918/tid=19919] ppid=19915 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/19918/task/19919/stat : 19919 (toysat) S 19915 19918 13693 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12703346 1337528320 267765 33554432000 4194304 16246674 140737161308416 140336823250160 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19918/tid=19920] ppid=19915 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/19918/task/19920/stat : 19920 (toysat) S 19915 19918 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12703346 1337528320 267765 33554432000 4194304 16246674 140737161308416 140336812760304 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19918/tid=19921] ppid=19915 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/19918/task/19921/stat : 19921 (toysat) S 19915 19918 13693 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12703346 1337528320 267765 33554432000 4194304 16246674 140737161308416 140336802286768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 13.79
Current children cumulated vsize (KiB) 1306180

[startup+14.6073 s]
/proc/loadavg: 2.30 2.30 2.27 3/183 19923
/proc/meminfo: memFree=26199252/32872528 swapFree=1590004/1720820
[pid=19918] ppid=19915 vsize=1306180 CPUtime=14.59 cores=0,2,4,6
/proc/19918/stat : 19918 (toysat) R 19915 19918 13693 0 -1 4202496 267436 0 0 0 1424 35 0 0 20 0 4 0 12703346 1337528320 267765 33554432000 4194304 16246674 140737161308416 140737161291416 15015658 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19918/statm: 326545 267765 787 2943 0 323439 0
[pid=19918/tid=19919] ppid=19915 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/19918/task/19919/stat : 19919 (toysat) S 19915 19918 13693 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12703346 1337528320 267765 33554432000 4194304 16246674 140737161308416 140336823250160 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19918/tid=19920] ppid=19915 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/19918/task/19920/stat : 19920 (toysat) S 19915 19918 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12703346 1337528320 267765 33554432000 4194304 16246674 140737161308416 140336812760304 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19918/tid=19921] ppid=19915 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/19918/task/19921/stat : 19921 (toysat) S 19915 19918 13693 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12703346 1337528320 267765 33554432000 4194304 16246674 140737161308416 140336802286768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 14.59
Current children cumulated vsize (KiB) 1306180

[startup+14.8004 s]
/proc/loadavg: 2.30 2.30 2.27 3/183 19923
/proc/meminfo: memFree=26199252/32872528 swapFree=1590004/1720820
[pid=19918] ppid=19915 vsize=1306180 CPUtime=14.78 cores=0,2,4,6
/proc/19918/stat : 19918 (toysat) R 19915 19918 13693 0 -1 4202496 267436 0 0 0 1443 35 0 0 20 0 4 0 12703346 1337528320 267765 33554432000 4194304 16246674 140737161308416 140737161291416 5515824 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19918/statm: 326545 267765 787 2943 0 323439 0
[pid=19918/tid=19919] ppid=19915 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/19918/task/19919/stat : 19919 (toysat) S 19915 19918 13693 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12703346 1337528320 267765 33554432000 4194304 16246674 140737161308416 140336823250160 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19918/tid=19920] ppid=19915 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/19918/task/19920/stat : 19920 (toysat) S 19915 19918 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12703346 1337528320 267765 33554432000 4194304 16246674 140737161308416 140336812760304 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19918/tid=19921] ppid=19915 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/19918/task/19921/stat : 19921 (toysat) S 19915 19918 13693 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12703346 1337528320 267765 33554432000 4194304 16246674 140737161308416 140336802286768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 14.78
Current children cumulated vsize (KiB) 1306180

[startup+14.9004 s]
/proc/loadavg: 2.30 2.30 2.27 3/183 19923
/proc/meminfo: memFree=26199252/32872528 swapFree=1590004/1720820
[pid=19918] ppid=19915 vsize=0 CPUtime=14.89 cores=0,2,4,6
/proc/19918/stat : 19918 (toysat) R 19915 19918 13693 0 -1 4202500 267441 0 0 0 1452 37 0 0 20 0 1 0 12703346 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19918/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 14.89
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 14.9438
CPU time (s): 14.9407
CPU user time (s): 14.5248
CPU system time (s): 0.415936
CPU usage (%): 99.9797
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.5248
system time used= 0.415936
maximum resident set size= 1071072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267441
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= 24
involuntary context switches= 17

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.041993 second user time and 0.058991 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-30 22:10:48
IDJOB=4122730
IDBENCH=111292
IDSOLVER=2542
FILE ID=node120/4122730-1467317448
RUNJOBID= node120-1467312316-18592
PBS_JOBID= 20005266
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-n62-d3-i3-f.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-4122730-1467317448/watcher-4122730-1467317448 -o /tmp/evaluation-result-4122730-1467317448/solver-4122730-1467317448 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1467312316-18592 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4122730-1467317448.opb

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

MD5SUM BENCH= 2484fb8fea162921cd39f32c4b16d188
RANDOM SEED=1882505247

node120.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.669
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.33
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.669
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.56
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.669
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.669
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.669
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.669
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.54
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.669
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.669
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:        27271284 kB
Buffers:          171940 kB
Cached:          1881512 kB
SwapCached:            0 kB
Active:          1368456 kB
Inactive:        1766192 kB
Active(anon):    1083748 kB
Inactive(anon):        0 kB
Active(file):     284708 kB
Inactive(file):  1766192 kB
Unevictable:     1720820 kB
Mlocked:         1590004 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16324 kB
Writeback:             0 kB
AnonPages:       2789784 kB
Mapped:            17124 kB
Shmem:               204 kB
Slab:             612300 kB
SReclaimable:      56340 kB
SUnreclaim:       555960 kB
KernelStack:        1528 kB
PageTables:         9112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2938384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    120832 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= 71640 MiB
End job on node120 at 2016-06-30 22:11:03