Trace number 4099123

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 13.134 13.1399

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900573901.opb
MD5SUM40d0bcc4171e4a5907ae30e54ba56b80
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark5.17221
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 701
Number of bits of the biggest sum of numbers10
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-18T01:28:31+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-4099123-1466206111.opb"]
0.00/0.01	c use --random-gen="2008603226 206848836 3552986313 4205243514 3538845054 1309797703 717672430 1373260755 23043677 3062525819 3369421878 2518952112 803448326 3500696682 1431792302 2844292826 3791612368 1471949318 994228734 829621739 480757180 1915032429 2327775805 1878871520 314933893 1660528142 3214378368 1421042864 2535746189 1080645526 4160661991 1202411154 1062826585 3395481149 3434664727 2726618655 1195211376 4057728228 1523813904 3665605920 2569439267 2571498200 943723745 2678147912 732451302 1357726922 2056412670 1586933986 3060925606 4238081451 783787256 1262773909 374619527 4012804806 2722564393 2396986349 1936702002 3362012513 693218063 1539102119 2932084264 3104834583 3011701707 786043004 4101594751 3832431895 2803002494 76305558 1337137020 1630996908 1250624058 2758210433 2451984834 2526720123 3438785139 1175295945 3039163299 1262832232 2186119565 2371585110 4031161298 4207083926 643000219 2496751212 465056270 718188469 4286990813 3194195176 797494383 2056657796 3519377315 3585225480 3505534433 3481543168 2972969549 98157197 3554372415 2458181630 3850768683 3544930929 1743709645 1533919117 3000892691 4249563121 458992281 534344859 4073336910 2646231774 1415106482 430172415 1679768233 2308735792 49054634 2278401411 624522174 2626314127 1639970729 2776334920 2669681167 1893066147 2253278469 1142945711 3487773509 1384393452 1556966502 2445732608 2852442483 1183839033 1011197030 3042820509 3302201730 285969596 2252099414 1987801099 745912191 2911344703 1207191607 1238372413 1824242375 4012151245 3160660776 302651163 2784116592 1799133766 367265031 755316827 2665795015 3187237522 2420685321 3192976493 1183523844 1523213740 3507047520 739472891 188224419 776156608 1883852757 3098277690 671602355 579615522 4223227458 4288231147 3709292191 1801460141 1373234351 1512952349 98876757 2555851240 579304313 2166269386 2235529279 141630747 2926160075 2599985151 3497999879 3152472351 2497958747 1384313817 2533385997 2400970751 2167076811 329303614 3424440650 2349027582 555771011 3833474279 3973112121 1191410487 3439955449 4038598756 3130263834 3921306828 3249786225 4002243000 1079831324 2578151666 4063454048 1650895178 1356149461 3678814483 2703089521 2524706573 2422306029 3491906240 4235076899 1254199234 1811104641 2277222171 2128852846 471119675 2583681954 1483596976 2322206405 2559407948 3369363081 1640459809 275639470 3284688455 1342387448 4064566624 1274498886 2116949324 2255121718 3131211538 1455776720 3566039067 3556242403 2335425538 4038302573 3912821992 2394377263 3554743982 1508437867 1408172835 3365718469 806194858 2908070981 324899032 2339117257 3904981430 868030928 726406718 998475961 3089991656 2286370705 2102299473 2487063183 165584403 1607234412 3030765448 1855284342 2747982112 891440659 4019791897 2070551842 2951441939 255 362436" option to reproduce the execution
0.00/0.03	c #vars 231
0.00/0.03	c #constraints 2707
0.00/0.08	c Solving starts ...
0.00/0.08	c ============================[ Search Statistics ]============================
0.00/0.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.08	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.08	c =============================================================================
0.00/0.08	c  0.0s |       0 |        0 |        0 |      979      0 |        0 |        0
0.00/0.09	c  0.0s |       1 |      223 |      100 |      979      0 |        0 |        0
0.09/0.12	c  0.0s |       2 |      458 |      250 |     1077      0 |        0 |        0
0.09/0.18	c  0.1s |       3 |      829 |      475 |     1185      0 |        0 |        0
0.18/0.26	c  0.2s |       4 |     1316 |      813 |     1304      0 |        0 |        0
0.28/0.38	c  0.3s |       5 |     2182 |     1320 |     1435      0 |        0 |        0
0.49/0.59	c  0.5s |       6 |     3447 |     2081 |     1737      1 |        0 |        0
0.88/0.92	c  0.8s |       7 |     5284 |     3223 |     1911      2 |        0 |        0
1.29/1.39	c  1.3s |       8 |     8227 |     4936 |     2103      3 |        1 |       11
1.89/1.91	c  1.8s |       9 |    12851 |     7506 |     2314      4 |        2 |       22
2.79/2.81	c  2.7s |      10 |    19925 |    11361 |     2546      7 |        2 |       22
3.89/3.96	c  3.9s |      11 |    30168 |    17144 |     2801     10 |        3 |       33
5.69/5.77	c  5.7s |      12 |    45392 |    25819 |     3082     15 |        3 |       33
7.69/7.78	c  7.7s |      12 |    63558 |    35619 |     3082     19 |        5 |       55
8.38/8.46	c  8.4s |      13 |    68857 |    38832 |     3391     20 |        6 |       66
10.38/10.47	c 10.4s |      13 |    87457 |    49232 |     3391     23 |        9 |       99
12.10/12.20	c 12.1s |      14 |   103614 |    58352 |     3731     27 |        9 |       99
12.99/13.07	c 13.0s |      14 |   110115 |    62069 |     3731     28 |      180 |     1990
12.99/13.07	c #cpu_time = 12.997s
12.99/13.07	c #wall_clock_time = 12.997s
12.99/13.07	c #decision = 110115
12.99/13.07	c #random_decision = 356
12.99/13.07	c #conflict = 62069
12.99/13.07	c #restart = 14
12.99/13.07	s UNSATISFIABLE
12.99/13.07	c total CPU time = 13.075s
12.99/13.07	c total wall clock time = 13.075s

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

pid=13618
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: 1.10 0.43 0.26 3/179 13621
/proc/meminfo: memFree=29523196/32872528 swapFree=1286400/1433568
[pid=13621] ppid=13618 vsize=502204 CPUtime=0 cores=0,2,4,6
/proc/13621/stat : 13621 (toysat) R 13618 13621 12983 0 -1 4202496 1834 0 0 0 0 0 0 0 20 0 4 0 22657871 514256896 2195 33554432000 4194304 16246674 140735407477216 140735407476640 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13621/statm: 126063 2203 441 2943 0 122957 0
[pid=13621/tid=13622] ppid=13618 vsize=518588 CPUtime=0 cores=0,2,4,6
/proc/13621/task/13622/stat : 13622 (toysat) S 13618 13621 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 22657872 531034112 2262 33554432000 4194304 16246674 140735407477216 140240300780784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=13621/tid=13623] ppid=13618 vsize=523708 CPUtime=0 cores=0,2,4,6
/proc/13621/task/13623/stat : 13623 (toysat) S 13618 13621 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22657872 536276992 2280 33554432000 4194304 16246674 140735407477216 140240290290928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=13621/tid=13624] ppid=13618 vsize=527804 CPUtime=0 cores=0,2,4,6
/proc/13621/task/13624/stat : 13624 (toysat) S 13618 13621 12983 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22657872 540471296 2295 33554432000 4194304 16246674 140735407477216 140240211668144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100163 s]
/proc/loadavg: 1.10 0.43 0.26 3/179 13621
/proc/meminfo: memFree=29523196/32872528 swapFree=1286400/1433568
[pid=13621] ppid=13618 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/13621/stat : 13621 (toysat) R 13618 13621 12983 0 -1 4202496 24944 0 0 0 5 4 0 0 20 0 4 0 22657871 1247350784 25293 33554432000 4194304 16246674 140735407477216 140735407476640 5532301 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13621/statm: 304529 25300 729 2943 0 301423 0
[pid=13621/tid=13622] ppid=13618 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13621/task/13622/stat : 13622 (toysat) S 13618 13621 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 22657872 1247350784 25305 33554432000 4194304 16246674 140735407477216 140240300780784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=13621/tid=13623] ppid=13618 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13621/task/13623/stat : 13623 (toysat) S 13618 13621 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22657872 1247350784 25310 33554432000 4194304 16246674 140735407477216 140240290290928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=13621/tid=13624] ppid=13618 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13621/task/13624/stat : 13624 (toysat) S 13618 13621 12983 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22657872 1247350784 25315 33554432000 4194304 16246674 140735407477216 140240211668144 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.20054 s]
/proc/loadavg: 1.10 0.43 0.26 3/179 13621
/proc/meminfo: memFree=29523196/32872528 swapFree=1286400/1433568
[pid=13621] ppid=13618 vsize=1218116 CPUtime=0.18 cores=0,2,4,6
/proc/13621/stat : 13621 (toysat) R 13618 13621 12983 0 -1 4202496 40899 0 0 0 12 6 0 0 20 0 4 0 22657871 1247350784 41248 33554432000 4194304 16246674 140735407477216 140735407476640 5677541 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13621/statm: 304529 41257 729 2943 0 301423 0
[pid=13621/tid=13622] ppid=13618 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13621/task/13622/stat : 13622 (toysat) S 13618 13621 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 22657872 1247350784 41260 33554432000 4194304 16246674 140735407477216 140240300780784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=13621/tid=13623] ppid=13618 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13621/task/13623/stat : 13623 (toysat) S 13618 13621 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22657872 1247350784 41265 33554432000 4194304 16246674 140735407477216 140240290290928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=13621/tid=13624] ppid=13618 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13621/task/13624/stat : 13624 (toysat) S 13618 13621 12983 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22657872 1247350784 41269 33554432000 4194304 16246674 140735407477216 140240211668144 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.300431 s]
/proc/loadavg: 1.10 0.43 0.26 3/179 13621
/proc/meminfo: memFree=29523196/32872528 swapFree=1286400/1433568
[pid=13621] ppid=13618 vsize=1218116 CPUtime=0.28 cores=0,2,4,6
/proc/13621/stat : 13621 (toysat) R 13618 13621 12983 0 -1 4202496 56576 0 0 0 20 8 0 0 20 0 4 0 22657871 1247350784 56925 33554432000 4194304 16246674 140735407477216 140735407476640 5675357 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13621/statm: 304529 56932 729 2943 0 301423 0
[pid=13621/tid=13622] ppid=13618 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13621/task/13622/stat : 13622 (toysat) S 13618 13621 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 22657872 1247350784 56935 33554432000 4194304 16246674 140735407477216 140240300780784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=13621/tid=13623] ppid=13618 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13621/task/13623/stat : 13623 (toysat) S 13618 13621 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22657872 1247350784 56938 33554432000 4194304 16246674 140735407477216 140240290290928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=13621/tid=13624] ppid=13618 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13621/task/13624/stat : 13624 (toysat) S 13618 13621 12983 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22657872 1247350784 56942 33554432000 4194304 16246674 140735407477216 140240211668144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1218116

[startup+0.700405 s]
/proc/loadavg: 1.10 0.43 0.26 3/179 13621
/proc/meminfo: memFree=29523196/32872528 swapFree=1286400/1433568
[pid=13621] ppid=13618 vsize=1218116 CPUtime=0.68 cores=0,2,4,6
/proc/13621/stat : 13621 (toysat) R 13618 13621 12983 0 -1 4202496 119519 0 0 0 53 15 0 0 20 0 4 0 22657871 1247350784 119868 33554432000 4194304 16246674 140735407477216 140735407476640 5662594 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13621/statm: 304529 119873 735 2943 0 301423 0
[pid=13621/tid=13622] ppid=13618 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13621/task/13622/stat : 13622 (toysat) S 13618 13621 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 22657872 1247350784 119877 33554432000 4194304 16246674 140735407477216 140240300780784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=13621/tid=13623] ppid=13618 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13621/task/13623/stat : 13623 (toysat) S 13618 13621 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22657872 1247350784 119887 33554432000 4194304 16246674 140735407477216 140240290290928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=13621/tid=13624] ppid=13618 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13621/task/13624/stat : 13624 (toysat) S 13618 13621 12983 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22657872 1247350784 119894 33554432000 4194304 16246674 140735407477216 140240211668144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1218116

[startup+1.50035 s]
/proc/loadavg: 1.10 0.43 0.26 3/183 13625
/proc/meminfo: memFree=28793360/32872528 swapFree=1286400/1433568
[pid=13621] ppid=13618 vsize=1221188 CPUtime=1.49 cores=0,2,4,6
/proc/13621/stat : 13621 (toysat) R 13618 13621 12983 0 -1 4202496 246062 0 0 0 116 33 0 0 20 0 4 0 22657871 1250496512 246391 33554432000 4194304 16246674 140735407477216 140735407476528 5822428 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13621/statm: 305297 246391 800 2943 0 302191 0
[pid=13621/tid=13622] ppid=13618 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/13621/task/13622/stat : 13622 (toysat) S 13618 13621 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 22657872 1250496512 246391 33554432000 4194304 16246674 140735407477216 140240300780784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=13621/tid=13623] ppid=13618 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/13621/task/13623/stat : 13623 (toysat) S 13618 13621 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22657872 1250496512 246391 33554432000 4194304 16246674 140735407477216 140240290290928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=13621/tid=13624] ppid=13618 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/13621/task/13624/stat : 13624 (toysat) S 13618 13621 12983 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22657872 1250496512 246391 33554432000 4194304 16246674 140735407477216 140240211668144 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) 1221188

[startup+3.10044 s]
/proc/loadavg: 1.09 0.44 0.26 2/174 13656
/proc/meminfo: memFree=29626944/32872528 swapFree=1286400/1433568
[pid=13621] ppid=13618 vsize=1303108 CPUtime=3.09 cores=0,2,4,6
/proc/13621/stat : 13621 (toysat) R 13618 13621 12983 0 -1 4202496 266741 0 0 0 273 36 0 0 20 0 4 0 22657871 1334382592 267070 33554432000 4194304 16246674 140735407477216 140735407459136 5546190 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13621/statm: 325777 267070 800 2943 0 322671 0
[pid=13621/tid=13622] ppid=13618 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/13621/task/13622/stat : 13622 (toysat) S 13618 13621 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 22657872 1334382592 267070 33554432000 4194304 16246674 140735407477216 140240300780784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=13621/tid=13623] ppid=13618 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/13621/task/13623/stat : 13623 (toysat) S 13618 13621 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22657872 1334382592 267070 33554432000 4194304 16246674 140735407477216 140240290290928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=13621/tid=13624] ppid=13618 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/13621/task/13624/stat : 13624 (toysat) S 13618 13621 12983 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22657872 1334382592 267070 33554432000 4194304 16246674 140735407477216 140240211668144 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) 1303108

[startup+6.30042 s]
/proc/loadavg: 1.09 0.44 0.26 2/174 13656
/proc/meminfo: memFree=29540796/32872528 swapFree=1286400/1433568
[pid=13621] ppid=13618 vsize=1307204 CPUtime=6.29 cores=0,2,4,6
/proc/13621/stat : 13621 (toysat) R 13618 13621 12983 0 -1 4202496 267677 0 0 0 593 36 0 0 20 0 4 0 22657871 1338576896 268006 33554432000 4194304 16246674 140735407477216 140735407460216 13943664 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13621/statm: 326801 268006 800 2943 0 323695 0
[pid=13621/tid=13622] ppid=13618 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/13621/task/13622/stat : 13622 (toysat) S 13618 13621 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 22657872 1338576896 268006 33554432000 4194304 16246674 140735407477216 140240300780784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=13621/tid=13623] ppid=13618 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/13621/task/13623/stat : 13623 (toysat) S 13618 13621 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22657872 1338576896 268006 33554432000 4194304 16246674 140735407477216 140240290290928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=13621/tid=13624] ppid=13618 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/13621/task/13624/stat : 13624 (toysat) S 13618 13621 12983 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22657872 1338576896 268006 33554432000 4194304 16246674 140735407477216 140240211668144 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) 1307204

[startup+12.7004 s]
/proc/loadavg: 1.15 0.47 0.27 3/183 13674
/proc/meminfo: memFree=28449836/32872528 swapFree=1286400/1433568
[pid=13621] ppid=13618 vsize=1310276 CPUtime=12.69 cores=0,2,4,6
/proc/13621/stat : 13621 (toysat) R 13618 13621 12983 0 -1 4202496 268607 0 0 0 1232 37 0 0 20 0 4 0 22657871 1341722624 268936 33554432000 4194304 16246674 140735407477216 140735407459136 5523464 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13621/statm: 327569 268936 800 2943 0 324463 0
[pid=13621/tid=13622] ppid=13618 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/13621/task/13622/stat : 13622 (toysat) S 13618 13621 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 22657872 1341722624 268936 33554432000 4194304 16246674 140735407477216 140240300780784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=13621/tid=13623] ppid=13618 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/13621/task/13623/stat : 13623 (toysat) S 13618 13621 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22657872 1341722624 268936 33554432000 4194304 16246674 140735407477216 140240290290928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=13621/tid=13624] ppid=13618 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/13621/task/13624/stat : 13624 (toysat) S 13618 13621 12983 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22657872 1341722624 268936 33554432000 4194304 16246674 140735407477216 140240211668144 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) 1310276

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

[startup+12.8006 s]
/proc/loadavg: 1.15 0.47 0.27 3/183 13674
/proc/meminfo: memFree=28449836/32872528 swapFree=1286400/1433568
[pid=13621] ppid=13618 vsize=1310276 CPUtime=12.79 cores=0,2,4,6
/proc/13621/stat : 13621 (toysat) R 13618 13621 12983 0 -1 4202496 268607 0 0 0 1242 37 0 0 20 0 4 0 22657871 1341722624 268936 33554432000 4194304 16246674 140735407477216 140735407459136 5523460 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13621/statm: 327569 268936 800 2943 0 324463 0
[pid=13621/tid=13622] ppid=13618 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/13621/task/13622/stat : 13622 (toysat) S 13618 13621 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 22657872 1341722624 268936 33554432000 4194304 16246674 140735407477216 140240300780784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=13621/tid=13623] ppid=13618 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/13621/task/13623/stat : 13623 (toysat) S 13618 13621 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22657872 1341722624 268936 33554432000 4194304 16246674 140735407477216 140240290290928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=13621/tid=13624] ppid=13618 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/13621/task/13624/stat : 13624 (toysat) S 13618 13621 12983 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22657872 1341722624 268936 33554432000 4194304 16246674 140735407477216 140240211668144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 1310276

[startup+13.0004 s]
/proc/loadavg: 1.15 0.47 0.27 3/183 13674
/proc/meminfo: memFree=28449836/32872528 swapFree=1286400/1433568
[pid=13621] ppid=13618 vsize=1310276 CPUtime=12.99 cores=0,2,4,6
/proc/13621/stat : 13621 (toysat) R 13618 13621 12983 0 -1 4202496 268607 0 0 0 1262 37 0 0 20 0 4 0 22657871 1341722624 268936 33554432000 4194304 16246674 140735407477216 140735407459136 6011864 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13621/statm: 327569 268936 800 2943 0 324463 0
[pid=13621/tid=13622] ppid=13618 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/13621/task/13622/stat : 13622 (toysat) S 13618 13621 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 22657872 1341722624 268936 33554432000 4194304 16246674 140735407477216 140240300780784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=13621/tid=13623] ppid=13618 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/13621/task/13623/stat : 13623 (toysat) S 13618 13621 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22657872 1341722624 268936 33554432000 4194304 16246674 140735407477216 140240290290928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=13621/tid=13624] ppid=13618 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/13621/task/13624/stat : 13624 (toysat) S 13618 13621 12983 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22657872 1341722624 268936 33554432000 4194304 16246674 140735407477216 140240211668144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.99
Current children cumulated vsize (KiB) 1310276

[startup+13.1004 s]
/proc/loadavg: 1.15 0.47 0.27 3/183 13674
/proc/meminfo: memFree=28449836/32872528 swapFree=1286400/1433568
[pid=13621] ppid=13618 vsize=0 CPUtime=13.09 cores=0,2,4,6
/proc/13621/stat : 13621 (toysat) R 13618 13621 12983 0 -1 4202500 268613 0 0 0 1270 39 0 0 20 0 1 0 22657871 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13621/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 13.09
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 13.1399
CPU time (s): 13.134
CPU user time (s): 12.7031
CPU system time (s): 0.430934
CPU usage (%): 99.9553
Max. virtual memory (cumulated for all children) (KiB): 1310276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.7031
system time used= 0.430934
maximum resident set size= 1075760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 268613
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= 19
involuntary context switches= 17

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.081987 second user time and 0.12698 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-18 01:28:31
IDJOB=4099123
IDBENCH=1314
IDSOLVER=2542
FILE ID=node130/4099123-1466206111
RUNJOBID= node130-1466206066-12999
PBS_JOBID= 19918147
Free space on /tmp= 71732 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900573901.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099123-1466206111/watcher-4099123-1466206111 -o /tmp/evaluation-result-4099123-1466206111/solver-4099123-1466206111 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466206066-12999 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4099123-1466206111.opb

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

MD5SUM BENCH= 40d0bcc4171e4a5907ae30e54ba56b80
RANDOM SEED=1872622124

node130.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.365
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.73
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.365
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.365
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.365
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.365
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.365
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.53
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.365
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.56
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.365
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:        29523476 kB
Buffers:           36088 kB
Cached:            97480 kB
SwapCached:         1824 kB
Active:          1153136 kB
Inactive:          54148 kB
Active(anon):    1074464 kB
Inactive(anon):     1544 kB
Active(file):      78672 kB
Inactive(file):    52604 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67098948 kB
Dirty:             32936 kB
Writeback:             4 kB
AnonPages:       2506652 kB
Mapped:            10340 kB
Shmem:                 0 kB
Slab:             572044 kB
SReclaimable:      15368 kB
SUnreclaim:       556676 kB
KernelStack:        1440 kB
PageTables:         8900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2651360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    149504 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= 71716 MiB
End job on node130 at 2016-06-18 01:28:44