Trace number 4089666

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 25.5641 25.5703

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid4x17.opb
MD5SUM0f1425370e8b698d4c08b635f2290c93
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.002998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables68
Total number of constraints137
Number of constraints which are clauses136
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint68
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 34
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 102
Number of bits of the biggest sum of numbers7
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-16T00:49:04+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-4089666-1466030944.opb"]
0.00/0.01	c use --random-gen="53650723 562994067 6469996 3533451886 2817943036 3686843485 3408579098 587229735 1747229134 239617518 2228240626 173916294 849694450 3385227855 487762630 474128658 4166551968 88282099 1910516441 2883258307 319803578 3483460239 3985376303 3042985617 2451492874 351794530 2644463269 3097207690 4072524055 2701601461 3972718949 455217398 836246408 4202679443 2133350989 428744365 2837599639 2928359591 1208028971 3408009964 977667648 2555987044 1917003358 1929896032 2315766540 670793327 3099426218 3839075813 4060469642 354067705 320201434 2980836591 3610649828 3823971749 477825118 2777820007 94384002 3231406579 240667651 4231101112 1798637270 1479500397 2819767645 2730037296 1495682811 3587602730 3326555716 2467648195 1214366184 3852433510 2078374206 498953870 1204415241 2177233014 1605195581 1263170781 534070424 1476907787 3575166 983084795 1587505626 4161338147 1513852144 3318095173 1879022450 1426663983 1359661472 2755564686 1089568625 3065926168 1853515881 2432927242 1008208008 644424809 1595711739 3712226237 1640527448 1942501222 4212507771 2396336037 2734047503 1701606256 1910475997 734851458 699278201 3565306925 1494115484 1354348567 3274779476 2665340829 341349542 4163893777 694922120 3310292382 2159135132 2781765753 2093568275 4164622969 4251457736 4165929842 1747139381 2240210821 3737996908 1036123381 2800884503 826018141 2317354774 1573210012 1000344861 2043065621 1521366449 1962039570 1170893900 2760797935 3276337988 2713905298 2499834970 4186758586 1812458378 3911881955 2393909523 2164103611 3159194328 470408208 2450508594 1681741580 782326474 621691572 4139902707 449093086 3353939393 1254118982 999908017 2899715597 1661909886 1633032802 3363038467 2831286598 284997221 3436631506 4186302718 2243502517 1437993666 2119764274 2956077670 1153861867 811617973 727550042 3963098685 3961709644 1654796112 834192637 366684678 2612924924 2842776619 2557562741 1023051306 75574284 3733256717 3724138213 1060441727 382475802 4053016930 668445460 3121597722 4026438448 1494921311 3344431811 2524638238 3279296015 3467453435 3571309152 4135121691 2877295297 1197890266 4062148663 1909662801 785345623 2522811294 1639044950 2380965676 2801424237 1744378372 828667614 1216378209 44467760 2339032448 3885380276 1682336427 354919125 896737151 1957633140 3061331820 2804003356 1057959155 3198216878 3309262387 1194680865 2180671203 3815595173 2458662364 492470580 3773304469 3372938809 1164790262 4132618891 2618415957 207354668 586716114 3004443287 431669289 2734175526 1695818917 2517202650 3154389718 3922029344 2167408688 3883367618 3683746387 3107279445 1052797800 3585582741 669954563 3004960135 798669299 4033577274 1028155449 2868851687 3377231675 2388518321 463559085 932431397 355484356 1516171578 1968132490 2706806584 255 362436" option to reproduce the execution
0.00/0.01	c #vars 68
0.00/0.01	c #constraints 137
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 |       68      0 |        0 |        0
0.00/0.02	c  0.0s |       1 |      138 |      100 |       68      0 |        0 |        0
0.00/0.03	c  0.0s |       2 |      324 |      250 |       75      3 |        0 |        0
0.00/0.05	c  0.0s |       3 |      588 |      475 |       83      7 |        0 |        0
0.00/0.09	c  0.1s |       4 |      956 |      813 |       92     13 |        0 |        0
0.09/0.13	c  0.1s |       5 |     1512 |     1320 |      102     21 |        0 |        0
0.18/0.20	c  0.2s |       6 |     2310 |     2081 |      125     32 |        0 |        0
0.29/0.31	c  0.3s |       7 |     3544 |     3223 |      138     47 |        0 |        0
0.39/0.47	c  0.5s |       8 |     5334 |     4936 |      152     67 |        0 |        0
0.69/0.71	c  0.7s |       9 |     8108 |     7506 |      168     96 |        0 |        0
0.98/1.02	c  1.0s |      10 |    12244 |    11361 |      185    136 |        0 |        0
1.29/1.38	c  1.4s |      11 |    18597 |    17144 |      204    191 |        0 |        0
1.88/1.95	c  1.9s |      12 |    27971 |    25819 |      225    267 |        0 |        0
2.68/2.77	c  2.8s |      13 |    42577 |    38832 |      248    372 |        0 |        0
3.89/3.99	c  4.0s |      14 |    64159 |    58352 |      273    515 |        0 |        0
5.79/5.84	c  5.8s |      15 |    95308 |    87632 |      301    713 |        0 |        0
7.80/7.84	c  7.8s |      15 |   130041 |   119032 |      301    907 |        0 |        0
8.59/8.63	c  8.6s |      16 |   143440 |   131552 |      332    984 |        0 |        0
10.59/10.63	c 10.6s |      16 |   178319 |   163752 |      332   1166 |        0 |        0
12.59/12.63	c 12.6s |      16 |   212632 |   196052 |      332   1348 |        0 |        0
12.69/12.71	c 12.7s |      17 |   214117 |   197432 |      366   1355 |        0 |        0
14.69/14.71	c 14.7s |      17 |   247927 |   228932 |      366   1518 |        0 |        0
16.69/16.72	c 16.7s |      17 |   282520 |   261432 |      366   1686 |        0 |        0
18.69/18.72	c 18.7s |      17 |   317742 |   294332 |      403   1855 |        0 |        0
18.79/18.84	c 18.8s |      18 |   319729 |   296252 |      403   1864 |        0 |        0
20.78/20.84	c 20.8s |      18 |   354241 |   328852 |      403   2017 |        0 |        0
22.78/22.84	c 22.8s |      18 |   389283 |   361652 |      403   2172 |        0 |        0
24.78/24.84	c 24.8s |      18 |   427770 |   396852 |      403   2334 |        9 |       28
25.48/25.50	c 25.5s |      18 |   441893 |   409720 |      403   2388 |       49 |      115
25.48/25.50	c #cpu_time = 25.427s
25.48/25.50	c #wall_clock_time = 25.492s
25.48/25.50	c #decision = 441893
25.48/25.50	c #random_decision = 1813
25.48/25.50	c #conflict = 409720
25.48/25.50	c #restart = 18
25.48/25.50	s UNSATISFIABLE
25.48/25.50	c total CPU time = 25.441s
25.48/25.50	c total wall clock time = 25.507s

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

pid=8199
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.05 2.07 2.01 4/179 8202
/proc/meminfo: memFree=30402612/32872528 swapFree=524788/557492
[pid=8202] ppid=8199 vsize=567740 CPUtime=0 cores=0,2,4,6
/proc/8202/stat : 8202 (toysat) R 8199 8202 5756 0 -1 4202496 2085 0 0 0 0 0 0 0 20 0 4 0 5144494 581365760 2957 33554432000 4194304 16246674 140736355024160 140736355023584 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8202/statm: 142447 2967 441 2943 0 139341 0
[pid=8202/tid=8203] ppid=8199 vsize=585148 CPUtime=0 cores=0,2,4,6
/proc/8202/task/8203/stat : 8203 (toysat) S 8199 8202 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5144495 599191552 3025 33554432000 4194304 16246674 140736355024160 139992600915184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8202/tid=8204] ppid=8199 vsize=589244 CPUtime=0 cores=0,2,4,6
/proc/8202/task/8204/stat : 8204 (toysat) S 8199 8202 5756 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 5144495 603385856 3043 33554432000 4194304 16246674 140736355024160 139992512834800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8202/tid=8205] ppid=8199 vsize=593340 CPUtime=0 cores=0,2,4,6
/proc/8202/task/8205/stat : 8205 (toysat) S 8199 8202 5756 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5144495 607580160 3059 33554432000 4194304 16246674 140736355024160 139992502361264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100209 s]
/proc/loadavg: 2.05 2.07 2.01 4/179 8202
/proc/meminfo: memFree=30402612/32872528 swapFree=524788/557492
[pid=8202] ppid=8199 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/8202/stat : 8202 (toysat) R 8199 8202 5756 0 -1 4202496 27792 0 0 0 5 4 0 0 20 0 4 0 5144494 1247350784 28654 33554432000 4194304 16246674 140736355024160 140736355023584 5546181 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8202/statm: 304529 28665 710 2943 0 301423 0
[pid=8202/tid=8203] ppid=8199 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8202/task/8203/stat : 8203 (toysat) S 8199 8202 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5144495 1247350784 28672 33554432000 4194304 16246674 140736355024160 139992600915184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8202/tid=8204] ppid=8199 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8202/task/8204/stat : 8204 (toysat) S 8199 8202 5756 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 5144495 1247350784 28683 33554432000 4194304 16246674 140736355024160 139992512834800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8202/tid=8205] ppid=8199 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8202/task/8205/stat : 8205 (toysat) S 8199 8202 5756 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5144495 1247350784 28689 33554432000 4194304 16246674 140736355024160 139992502361264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200509 s]
/proc/loadavg: 2.05 2.07 2.01 4/179 8202
/proc/meminfo: memFree=30402612/32872528 swapFree=524788/557492
[pid=8202] ppid=8199 vsize=1218116 CPUtime=0.18 cores=0,2,4,6
/proc/8202/stat : 8202 (toysat) R 8199 8202 5756 0 -1 4202496 54731 0 0 0 11 7 0 0 20 0 4 0 5144494 1247350784 55593 33554432000 4194304 16246674 140736355024160 140736355023584 5516309 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8202/statm: 304529 55600 711 2943 0 301423 0
[pid=8202/tid=8203] ppid=8199 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8202/task/8203/stat : 8203 (toysat) S 8199 8202 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5144495 1247350784 55609 33554432000 4194304 16246674 140736355024160 139992600915184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8202/tid=8204] ppid=8199 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8202/task/8204/stat : 8204 (toysat) S 8199 8202 5756 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 5144495 1247350784 55615 33554432000 4194304 16246674 140736355024160 139992512834800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8202/tid=8205] ppid=8199 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8202/task/8205/stat : 8205 (toysat) S 8199 8202 5756 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5144495 1247350784 55621 33554432000 4194304 16246674 140736355024160 139992502361264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1218116

[startup+0.300427 s]
/proc/loadavg: 2.05 2.07 2.01 4/179 8202
/proc/meminfo: memFree=30402612/32872528 swapFree=524788/557492
[pid=8202] ppid=8199 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/8202/stat : 8202 (toysat) R 8199 8202 5756 0 -1 4202496 81387 0 0 0 18 11 0 0 20 0 4 0 5144494 1247350784 82248 33554432000 4194304 16246674 140736355024160 140736355023584 5675357 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8202/statm: 304529 82262 711 2943 0 301423 0
[pid=8202/tid=8203] ppid=8199 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8202/task/8203/stat : 8203 (toysat) S 8199 8202 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5144495 1247350784 82269 33554432000 4194304 16246674 140736355024160 139992600915184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8202/tid=8204] ppid=8199 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8202/task/8204/stat : 8204 (toysat) S 8199 8202 5756 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 5144495 1247350784 82276 33554432000 4194304 16246674 140736355024160 139992512834800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8202/tid=8205] ppid=8199 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8202/task/8205/stat : 8205 (toysat) S 8199 8202 5756 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5144495 1247350784 82287 33554432000 4194304 16246674 140736355024160 139992502361264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700358 s]
/proc/loadavg: 2.05 2.07 2.01 4/179 8202
/proc/meminfo: memFree=30402612/32872528 swapFree=524788/557492
[pid=8202] ppid=8199 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/8202/stat : 8202 (toysat) R 8199 8202 5756 0 -1 4202496 188585 0 0 0 44 25 0 0 20 0 4 0 5144494 1247350784 189447 33554432000 4194304 16246674 140736355024160 140736355023584 5721708 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8202/statm: 304529 189459 711 2943 0 301423 0
[pid=8202/tid=8203] ppid=8199 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8202/task/8203/stat : 8203 (toysat) S 8199 8202 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5144495 1247350784 189464 33554432000 4194304 16246674 140736355024160 139992600915184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8202/tid=8204] ppid=8199 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8202/task/8204/stat : 8204 (toysat) S 8199 8202 5756 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 5144495 1247350784 189473 33554432000 4194304 16246674 140736355024160 139992512834800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8202/tid=8205] ppid=8199 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8202/task/8205/stat : 8205 (toysat) S 8199 8202 5756 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5144495 1247350784 189478 33554432000 4194304 16246674 140736355024160 139992502361264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50041 s]
/proc/loadavg: 2.05 2.06 2.01 3/183 8206
/proc/meminfo: memFree=29418776/32872528 swapFree=524788/557492
[pid=8202] ppid=8199 vsize=1218116 CPUtime=1.49 cores=0,2,4,6
/proc/8202/stat : 8202 (toysat) R 8199 8202 5756 0 -1 4202496 245479 0 0 0 115 34 0 0 20 0 4 0 5144494 1247350784 246320 33554432000 4194304 16246674 140736355024160 140736355023472 5545784 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8202/statm: 304529 246320 788 2943 0 301423 0
[pid=8202/tid=8203] ppid=8199 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8202/task/8203/stat : 8203 (toysat) S 8199 8202 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5144495 1247350784 246320 33554432000 4194304 16246674 140736355024160 139992600915184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8202/tid=8204] ppid=8199 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8202/task/8204/stat : 8204 (toysat) S 8199 8202 5756 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 5144495 1247350784 246320 33554432000 4194304 16246674 140736355024160 139992512834800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8202/tid=8205] ppid=8199 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8202/task/8205/stat : 8205 (toysat) S 8199 8202 5756 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5144495 1247350784 246320 33554432000 4194304 16246674 140736355024160 139992502361264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1218116

[startup+3.10041 s]
/proc/loadavg: 2.05 2.06 2.01 3/183 8206
/proc/meminfo: memFree=29330612/32872528 swapFree=524788/557492
[pid=8202] ppid=8199 vsize=1306180 CPUtime=3.09 cores=0,2,4,6
/proc/8202/stat : 8202 (toysat) R 8199 8202 5756 0 -1 4202496 267386 0 0 0 272 37 0 0 20 0 4 0 5144494 1337528320 268227 33554432000 4194304 16246674 140736355024160 140736355006080 5721717 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8202/statm: 326545 268227 788 2943 0 323439 0
[pid=8202/tid=8203] ppid=8199 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8202/task/8203/stat : 8203 (toysat) S 8199 8202 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5144495 1337528320 268227 33554432000 4194304 16246674 140736355024160 139992600915184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8202/tid=8204] ppid=8199 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8202/task/8204/stat : 8204 (toysat) S 8199 8202 5756 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 5144495 1337528320 268227 33554432000 4194304 16246674 140736355024160 139992512834800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8202/tid=8205] ppid=8199 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8202/task/8205/stat : 8205 (toysat) S 8199 8202 5756 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5144495 1337528320 268227 33554432000 4194304 16246674 140736355024160 139992502361264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.30042 s]
/proc/loadavg: 2.05 2.06 2.01 3/183 8206
/proc/meminfo: memFree=29330680/32872528 swapFree=524788/557492
[pid=8202] ppid=8199 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/8202/stat : 8202 (toysat) R 8199 8202 5756 0 -1 4202496 267399 0 0 0 592 37 0 0 20 0 4 0 5144494 1337528320 268240 33554432000 4194304 16246674 140736355024160 140736355006080 5546041 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8202/statm: 326545 268240 788 2943 0 323439 0
[pid=8202/tid=8203] ppid=8199 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8202/task/8203/stat : 8203 (toysat) S 8199 8202 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5144495 1337528320 268240 33554432000 4194304 16246674 140736355024160 139992600915184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8202/tid=8204] ppid=8199 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8202/task/8204/stat : 8204 (toysat) S 8199 8202 5756 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 5144495 1337528320 268240 33554432000 4194304 16246674 140736355024160 139992512834800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8202/tid=8205] ppid=8199 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8202/task/8205/stat : 8205 (toysat) S 8199 8202 5756 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5144495 1337528320 268240 33554432000 4194304 16246674 140736355024160 139992502361264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 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.04 2.06 2.01 3/183 8206
/proc/meminfo: memFree=29330324/32872528 swapFree=524788/557492
[pid=8202] ppid=8199 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/8202/stat : 8202 (toysat) R 8199 8202 5756 0 -1 4202496 267407 0 0 0 1232 37 0 0 20 0 4 0 5144494 1337528320 268248 33554432000 4194304 16246674 140736355024160 140736355006080 12995176 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8202/statm: 326545 268248 788 2943 0 323439 0
[pid=8202/tid=8203] ppid=8199 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8202/task/8203/stat : 8203 (toysat) S 8199 8202 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5144495 1337528320 268248 33554432000 4194304 16246674 140736355024160 139992600915184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8202/tid=8204] ppid=8199 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8202/task/8204/stat : 8204 (toysat) S 8199 8202 5756 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 5144495 1337528320 268248 33554432000 4194304 16246674 140736355024160 139992512834800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8202/tid=8205] ppid=8199 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8202/task/8205/stat : 8205 (toysat) S 8199 8202 5756 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5144495 1337528320 268248 33554432000 4194304 16246674 140736355024160 139992502361264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

[startup+25.5005 s]
/proc/loadavg: 2.03 2.06 2.00 3/183 8206
/proc/meminfo: memFree=29330592/32872528 swapFree=524788/557492
[pid=8202] ppid=8199 vsize=1306180 CPUtime=25.48 cores=0,2,4,6
/proc/8202/stat : 8202 (toysat) R 8199 8202 5756 0 -1 4202496 267413 0 0 0 2511 37 0 0 20 0 4 0 5144494 1337528320 268254 33554432000 4194304 16246674 140736355024160 140736355006080 12460484 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8202/statm: 326545 268254 790 2943 0 323439 0
[pid=8202/tid=8203] ppid=8199 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8202/task/8203/stat : 8203 (toysat) S 8199 8202 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5144495 1337528320 268254 33554432000 4194304 16246674 140736355024160 139992600915184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8202/tid=8204] ppid=8199 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8202/task/8204/stat : 8204 (toysat) S 8199 8202 5756 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 5144495 1337528320 268254 33554432000 4194304 16246674 140736355024160 139992512834800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8202/tid=8205] ppid=8199 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8202/task/8205/stat : 8205 (toysat) S 8199 8202 5756 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5144495 1337528320 268254 33554432000 4194304 16246674 140736355024160 139992502361264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1306180

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

[startup+25.5005 s]
/proc/loadavg: 2.03 2.06 2.00 3/183 8206
/proc/meminfo: memFree=29330592/32872528 swapFree=524788/557492
[pid=8202] ppid=8199 vsize=1306180 CPUtime=25.48 cores=0,2,4,6
/proc/8202/stat : 8202 (toysat) R 8199 8202 5756 0 -1 4202496 267413 0 0 0 2511 37 0 0 20 0 4 0 5144494 1337528320 268254 33554432000 4194304 16246674 140736355024160 140736355006080 12460484 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8202/statm: 326545 268254 790 2943 0 323439 0
[pid=8202/tid=8203] ppid=8199 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8202/task/8203/stat : 8203 (toysat) S 8199 8202 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5144495 1337528320 268254 33554432000 4194304 16246674 140736355024160 139992600915184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8202/tid=8204] ppid=8199 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8202/task/8204/stat : 8204 (toysat) S 8199 8202 5756 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 5144495 1337528320 268254 33554432000 4194304 16246674 140736355024160 139992512834800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8202/tid=8205] ppid=8199 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8202/task/8205/stat : 8205 (toysat) S 8199 8202 5756 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5144495 1337528320 268254 33554432000 4194304 16246674 140736355024160 139992502361264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1306180

Child status: 0
Real time (s): 25.5703
CPU time (s): 25.5641
CPU user time (s): 25.1272
CPU system time (s): 0.436933
CPU usage (%): 99.9756
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.1272
system time used= 0.436933
maximum resident set size= 1073028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267418
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= 27

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.067989 second user time and 0.104984 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-16 00:49:04
IDJOB=4089666
IDBENCH=107439
IDSOLVER=2542
FILE ID=node106/4089666-1466030944
RUNJOBID= node106-1466012020-5772
PBS_JOBID= 19902815
Free space on /tmp= 71724 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/vertexcover-instances/normalized-vertexcover-grid4x17.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089666-1466030944/watcher-4089666-1466030944 -o /tmp/evaluation-result-4089666-1466030944/solver-4089666-1466030944 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466012020-5772 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4089666-1466030944.opb

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

MD5SUM BENCH= 0f1425370e8b698d4c08b635f2290c93
RANDOM SEED=328540051

node106.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
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.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
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:        30403156 kB
Buffers:           38788 kB
Cached:            78088 kB
SwapCached:         1480 kB
Active:          1152820 kB
Inactive:          47424 kB
Active(anon):    1084800 kB
Inactive(anon):     1188 kB
Active(file):      68020 kB
Inactive(file):    46236 kB
Unevictable:      557492 kB
Mlocked:          524788 kB
SwapTotal:      67108856 kB
SwapFree:       67099844 kB
Dirty:             16536 kB
Writeback:             0 kB
AnonPages:       1639976 kB
Mapped:            10404 kB
Shmem:                 0 kB
Slab:             577152 kB
SReclaimable:      21016 kB
SUnreclaim:       556136 kB
KernelStack:        1472 kB
PageTables:         7380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1783916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1107968 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= 71708 MiB
End job on node106 at 2016-06-16 00:49:29