Trace number 4098990

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 16.2135 16.2175

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900571761.opb
MD5SUM1ce0037c3d80e79a7b72360f6130d1f3
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 benchmark1.74573
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 713
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:16+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-4098990-1466206096.opb"]
0.00/0.01	c use --random-gen="3454031813 704805272 1219448112 4238824813 4132118921 1344496844 3919219998 2861820724 593044966 823683875 1921236250 3167480753 4093187125 1694480979 575762403 1375638567 1972584525 272526964 3159412030 2253213887 3155246618 740799426 1282416888 206222929 672206524 3422906243 2378811326 1695767504 3055583104 187537442 931884114 129194880 997876408 4113453325 3343250009 1330984916 3824678055 3878660911 3611822708 1256528911 1269512469 2462797288 1904124899 3258087758 2007742342 3760154587 3725630427 2831982293 4104572881 2912254322 3062188617 50765510 41536914 2960412723 261284089 4077754987 312604623 1723243321 2026358479 1329082266 1179692499 301120055 3352210607 3970606031 3403563158 1387328943 1034026865 2226296423 64426617 478554409 1453228122 2774849139 1675927331 3344729861 1104060328 552859494 395388874 1975383679 2609057671 756632473 437346094 3901729201 4115668032 4163023173 678186113 287722036 343034476 1628697715 9733030 2638430760 3696537061 1240610248 3705300202 885579507 213985629 343657551 3272676831 258598460 3149423056 2015736666 236092327 2849034269 251731933 257636671 682232886 1661089535 3097724097 3008145864 3192911985 1848370850 2279216813 2086771438 646561118 3119443548 1081270071 1362160349 1969890052 3959747999 3748213861 3611068623 804696918 2893903347 968773473 3991738365 3927008793 3160161529 326536447 3370278141 1194353821 4121139409 257973701 4183637609 2592555163 887076681 2972127795 1261118391 1573307471 2347538870 2801887345 1388312487 3855047536 3847141095 2260077549 597169140 825143434 4220082346 1870460279 1642448967 385511151 289526684 2152906994 3862391513 3005466301 2695914265 267712995 1909463110 3348748715 1255685110 2857290076 2512476922 2830607427 2264262500 1647010954 3997089005 4284969666 523740938 4146721888 1576968887 2313207905 2301541050 1166826949 2989151710 4159578107 2452847441 2914341399 3183578540 780063610 3560546023 1644401376 3846361416 1386686487 411606789 2644028362 709944490 630397692 1212044525 1749790249 4124286455 3778593777 2887544379 536799982 457603959 782671735 3287757911 1081780763 2282044728 3411185508 2292235778 1742872528 2358118384 2022820689 639327011 220654127 162874811 2023609555 1087089340 1408521951 2152663304 2492765032 739533600 915632855 1820614637 863737874 4121152316 3099282268 2088726431 3090435308 4075306484 306085943 2268675964 2048433731 4253201071 4051372830 489529174 2922283055 3704257860 1562619342 432061193 2939443406 594237790 3029078216 368839949 4266525992 4075767709 3842903293 662948606 911085748 2120392111 1770495330 2441236224 2537568307 2582419397 1098385159 2802275523 3512858562 4019100479 2189169772 1054087121 2131070814 2487182469 2976675968 3395570817 1512655700 2957098187 4267371212 3114049326 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 |      280 |      100 |      979      0 |        0 |        0
0.09/0.12	c  0.0s |       2 |      569 |      250 |     1077      0 |        0 |        0
0.09/0.16	c  0.1s |       3 |     1039 |      475 |     1185      0 |        0 |        0
0.19/0.24	c  0.2s |       4 |     1661 |      813 |     1304      0 |        0 |        0
0.29/0.36	c  0.3s |       5 |     2564 |     1320 |     1435      0 |        0 |        0
0.49/0.57	c  0.5s |       6 |     3814 |     2081 |     1737      1 |        0 |        0
0.69/0.85	c  0.8s |       7 |     5804 |     3223 |     1911      2 |        0 |        0
1.29/1.32	c  1.2s |       8 |     8997 |     4936 |     2103      4 |        0 |        0
1.89/1.94	c  1.9s |       9 |    13290 |     7506 |     2314      6 |        0 |        0
2.68/2.77	c  2.7s |      10 |    19911 |    11361 |     2546      9 |        0 |        0
4.08/4.13	c  4.1s |      11 |    29616 |    17144 |     2801     13 |        0 |        0
5.80/5.81	c  5.7s |      12 |    44924 |    25819 |     3082     18 |        1 |       11
7.79/7.83	c  7.7s |      12 |    61989 |    35619 |     3082     23 |        2 |       22
8.39/8.46	c  8.4s |      13 |    67678 |    38832 |     3391     25 |        2 |       22
10.39/10.46	c 10.4s |      13 |    86042 |    49232 |     3391     28 |        4 |       44
11.99/12.09	c 12.0s |      14 |   102460 |    58352 |     3731     31 |        6 |       66
14.09/14.10	c 14.0s |      14 |   123338 |    69552 |     3731     36 |        8 |       88
16.09/16.11	c 16.0s |      14 |   142903 |    80552 |     3731     40 |       16 |      198
16.09/16.15	c 16.1s |      14 |   143203 |    80697 |     3731     40 |      168 |     1886
16.09/16.15	c #cpu_time = 16.075s
16.09/16.15	c #wall_clock_time = 16.075s
16.09/16.15	c #decision = 143203
16.09/16.15	c #random_decision = 498
16.09/16.15	c #conflict = 80697
16.09/16.15	c #restart = 14
16.09/16.15	s UNSATISFIABLE
16.09/16.15	c total CPU time = 16.154s
16.09/16.15	c total wall clock time = 16.154s

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

pid=13568
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.76 0.33 0.22 4/179 13571
/proc/meminfo: memFree=29529036/32872528 swapFree=1286400/1433568
[pid=13571] ppid=13568 vsize=679356 CPUtime=0 cores=1,3,5,7
/proc/13571/stat : 13571 (toysat) R 13568 13571 12983 0 -1 4202496 2528 0 0 0 0 0 0 0 20 0 4 0 22656369 695660544 2888 33554432000 4194304 16246674 140734725351824 140734725351248 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13571/statm: 170607 2897 441 2943 0 167501 0
[pid=13571/tid=13572] ppid=13568 vsize=697788 CPUtime=0 cores=1,3,5,7
/proc/13571/task/13572/stat : 13572 (toysat) S 13568 13571 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 22656369 714534912 2960 33554432000 4194304 16246674 140734725351824 139991368838384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=13571/tid=13573] ppid=13568 vsize=701884 CPUtime=0 cores=1,3,5,7
/proc/13571/task/13573/stat : 13573 (toysat) S 13568 13571 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22656369 718729216 2976 33554432000 4194304 16246674 140734725351824 139991358348528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=13571/tid=13574] ppid=13568 vsize=707004 CPUtime=0 cores=1,3,5,7
/proc/13571/task/13574/stat : 13574 (toysat) S 13568 13571 12983 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22656369 723972096 2993 33554432000 4194304 16246674 140734725351824 139991237782704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0

[startup+0.100164 s]
/proc/loadavg: 0.76 0.33 0.22 4/179 13571
/proc/meminfo: memFree=29529036/32872528 swapFree=1286400/1433568
[pid=13571] ppid=13568 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/13571/stat : 13571 (toysat) R 13568 13571 12983 0 -1 4202496 25037 0 0 0 6 3 0 0 20 0 4 0 22656369 1247350784 25386 33554432000 4194304 16246674 140734725351824 140734725351248 5532589 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13571/statm: 304529 25394 726 2943 0 301423 0
[pid=13571/tid=13572] ppid=13568 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13571/task/13572/stat : 13572 (toysat) S 13568 13571 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 22656369 1247350784 25399 33554432000 4194304 16246674 140734725351824 139991368838384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=13571/tid=13573] ppid=13568 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13571/task/13573/stat : 13573 (toysat) S 13568 13571 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22656369 1247350784 25404 33554432000 4194304 16246674 140734725351824 139991358348528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=13571/tid=13574] ppid=13568 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13571/task/13574/stat : 13574 (toysat) S 13568 13571 12983 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22656369 1247350784 25409 33554432000 4194304 16246674 140734725351824 139991237782704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.20051 s]
/proc/loadavg: 0.76 0.33 0.22 4/179 13571
/proc/meminfo: memFree=29529036/32872528 swapFree=1286400/1433568
[pid=13571] ppid=13568 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/13571/stat : 13571 (toysat) R 13568 13571 12983 0 -1 4202496 40726 0 0 0 14 5 0 0 20 0 4 0 22656369 1247350784 41076 33554432000 4194304 16246674 140734725351824 140734725351248 5677541 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13571/statm: 304529 41081 726 2943 0 301423 0
[pid=13571/tid=13572] ppid=13568 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13571/task/13572/stat : 13572 (toysat) S 13568 13571 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 22656369 1247350784 41085 33554432000 4194304 16246674 140734725351824 139991368838384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=13571/tid=13573] ppid=13568 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13571/task/13573/stat : 13573 (toysat) S 13568 13571 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22656369 1247350784 41089 33554432000 4194304 16246674 140734725351824 139991358348528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=13571/tid=13574] ppid=13568 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13571/task/13574/stat : 13574 (toysat) S 13568 13571 12983 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22656369 1247350784 41092 33554432000 4194304 16246674 140734725351824 139991237782704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300498 s]
/proc/loadavg: 0.76 0.33 0.22 4/179 13571
/proc/meminfo: memFree=29529036/32872528 swapFree=1286400/1433568
[pid=13571] ppid=13568 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/13571/stat : 13571 (toysat) R 13568 13571 12983 0 -1 4202496 55908 0 0 0 22 7 0 0 20 0 4 0 22656369 1247350784 56257 33554432000 4194304 16246674 140734725351824 140734725351248 5675357 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13571/statm: 304529 56262 726 2943 0 301423 0
[pid=13571/tid=13572] ppid=13568 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13571/task/13572/stat : 13572 (toysat) S 13568 13571 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 22656369 1247350784 56267 33554432000 4194304 16246674 140734725351824 139991368838384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=13571/tid=13573] ppid=13568 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13571/task/13573/stat : 13573 (toysat) S 13568 13571 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22656369 1247350784 56272 33554432000 4194304 16246674 140734725351824 139991358348528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=13571/tid=13574] ppid=13568 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13571/task/13574/stat : 13574 (toysat) S 13568 13571 12983 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22656369 1247350784 56276 33554432000 4194304 16246674 140734725351824 139991237782704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700288 s]
/proc/loadavg: 0.76 0.33 0.22 4/179 13571
/proc/meminfo: memFree=29529036/32872528 swapFree=1286400/1433568
[pid=13571] ppid=13568 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/13571/stat : 13571 (toysat) R 13568 13571 12983 0 -1 4202496 113423 0 0 0 53 16 0 0 20 0 4 0 22656369 1247350784 113772 33554432000 4194304 16246674 140734725351824 140734725351248 5677277 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13571/statm: 304529 113778 732 2943 0 301423 0
[pid=13571/tid=13572] ppid=13568 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13571/task/13572/stat : 13572 (toysat) S 13568 13571 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 22656369 1247350784 113781 33554432000 4194304 16246674 140734725351824 139991368838384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=13571/tid=13573] ppid=13568 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13571/task/13573/stat : 13573 (toysat) S 13568 13571 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22656369 1247350784 113783 33554432000 4194304 16246674 140734725351824 139991358348528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=13571/tid=13574] ppid=13568 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13571/task/13574/stat : 13574 (toysat) S 13568 13571 12983 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22656369 1247350784 113786 33554432000 4194304 16246674 140734725351824 139991237782704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50758 s]
/proc/loadavg: 0.76 0.33 0.22 4/183 13575
/proc/meminfo: memFree=28641264/32872528 swapFree=1286400/1433568
[pid=13571] ppid=13568 vsize=1218116 CPUtime=1.5 cores=1,3,5,7
/proc/13571/stat : 13571 (toysat) R 13568 13571 12983 0 -1 4202496 236466 0 0 0 118 32 0 0 20 0 4 0 22656369 1247350784 236815 33554432000 4194304 16246674 140734725351824 140734725333696 5831697 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13571/statm: 304529 236824 732 2943 0 301423 0
[pid=13571/tid=13572] ppid=13568 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13571/task/13572/stat : 13572 (toysat) S 13568 13571 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 22656369 1247350784 236828 33554432000 4194304 16246674 140734725351824 139991368838384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=13571/tid=13573] ppid=13568 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13571/task/13573/stat : 13573 (toysat) S 13568 13571 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22656369 1247350784 236834 33554432000 4194304 16246674 140734725351824 139991358348528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=13571/tid=13574] ppid=13568 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13571/task/13574/stat : 13574 (toysat) S 13568 13571 12983 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22656369 1247350784 236840 33554432000 4194304 16246674 140734725351824 139991237782704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 1218116

[startup+3.10045 s]
/proc/loadavg: 0.94 0.37 0.24 4/183 13575
/proc/meminfo: memFree=28540080/32872528 swapFree=1286400/1433568
[pid=13571] ppid=13568 vsize=1303108 CPUtime=3.08 cores=1,3,5,7
/proc/13571/stat : 13571 (toysat) R 13568 13571 12983 0 -1 4202496 266681 0 0 0 273 35 0 0 20 0 4 0 22656369 1334382592 267010 33554432000 4194304 16246674 140734725351824 140734725334824 12995176 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13571/statm: 325777 267010 797 2943 0 322671 0
[pid=13571/tid=13572] ppid=13568 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/13571/task/13572/stat : 13572 (toysat) S 13568 13571 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 22656369 1334382592 267010 33554432000 4194304 16246674 140734725351824 139991368838384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=13571/tid=13573] ppid=13568 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/13571/task/13573/stat : 13573 (toysat) S 13568 13571 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22656369 1334382592 267010 33554432000 4194304 16246674 140734725351824 139991358348528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=13571/tid=13574] ppid=13568 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/13571/task/13574/stat : 13574 (toysat) S 13568 13571 12983 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22656369 1334382592 267010 33554432000 4194304 16246674 140734725351824 139991237782704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1303108

[startup+6.30042 s]
/proc/loadavg: 0.94 0.37 0.24 3/183 13575
/proc/meminfo: memFree=28453664/32872528 swapFree=1286400/1433568
[pid=13571] ppid=13568 vsize=1307204 CPUtime=6.29 cores=1,3,5,7
/proc/13571/stat : 13571 (toysat) R 13568 13571 12983 0 -1 4202496 267622 0 0 0 593 36 0 0 20 0 4 0 22656369 1338576896 267951 33554432000 4194304 16246674 140734725351824 140734725333696 15015658 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13571/statm: 326801 267951 799 2943 0 323695 0
[pid=13571/tid=13572] ppid=13568 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/13571/task/13572/stat : 13572 (toysat) S 13568 13571 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 22656369 1338576896 267951 33554432000 4194304 16246674 140734725351824 139991368838384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=13571/tid=13573] ppid=13568 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/13571/task/13573/stat : 13573 (toysat) S 13568 13571 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22656369 1338576896 267951 33554432000 4194304 16246674 140734725351824 139991358348528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=13571/tid=13574] ppid=13568 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/13571/task/13574/stat : 13574 (toysat) S 13568 13571 12983 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22656369 1338576896 267951 33554432000 4194304 16246674 140734725351824 139991237782704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 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.10 0.43 0.26 2/173 13606
/proc/meminfo: memFree=29540536/32872528 swapFree=1286400/1433568
[pid=13571] ppid=13568 vsize=1307204 CPUtime=12.69 cores=1,3,5,7
/proc/13571/stat : 13571 (toysat) R 13568 13571 12983 0 -1 4202496 267838 0 0 0 1233 36 0 0 20 0 4 0 22656369 1338576896 268167 33554432000 4194304 16246674 140734725351824 140734725333696 6012051 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13571/statm: 326801 268167 801 2943 0 323695 0
[pid=13571/tid=13572] ppid=13568 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/13571/task/13572/stat : 13572 (toysat) S 13568 13571 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 22656369 1338576896 268167 33554432000 4194304 16246674 140734725351824 139991368838384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=13571/tid=13573] ppid=13568 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/13571/task/13573/stat : 13573 (toysat) S 13568 13571 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22656369 1338576896 268167 33554432000 4194304 16246674 140734725351824 139991358348528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=13571/tid=13574] ppid=13568 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/13571/task/13574/stat : 13574 (toysat) S 13568 13571 12983 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22656369 1338576896 268167 33554432000 4194304 16246674 140734725351824 139991237782704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1307204

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

[startup+13.1004 s]
/proc/loadavg: 1.10 0.43 0.26 2/173 13606
/proc/meminfo: memFree=29540536/32872528 swapFree=1286400/1433568
[pid=13571] ppid=13568 vsize=1307204 CPUtime=13.09 cores=1,3,5,7
/proc/13571/stat : 13571 (toysat) R 13568 13571 12983 0 -1 4202496 267838 0 0 0 1273 36 0 0 20 0 4 0 22656369 1338576896 268167 33554432000 4194304 16246674 140734725351824 140734725333696 13954610 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13571/statm: 326801 268167 801 2943 0 323695 0
[pid=13571/tid=13572] ppid=13568 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/13571/task/13572/stat : 13572 (toysat) S 13568 13571 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 22656369 1338576896 268167 33554432000 4194304 16246674 140734725351824 139991368838384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=13571/tid=13573] ppid=13568 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/13571/task/13573/stat : 13573 (toysat) S 13568 13571 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22656369 1338576896 268167 33554432000 4194304 16246674 140734725351824 139991358348528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=13571/tid=13574] ppid=13568 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/13571/task/13574/stat : 13574 (toysat) S 13568 13571 12983 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22656369 1338576896 268167 33554432000 4194304 16246674 140734725351824 139991237782704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 13.09
Current children cumulated vsize (KiB) 1307204

[startup+14.7073 s]
/proc/loadavg: 1.10 0.43 0.26 2/174 13607
/proc/meminfo: memFree=29540820/32872528 swapFree=1286400/1433568
[pid=13571] ppid=13568 vsize=1307204 CPUtime=14.7 cores=1,3,5,7
/proc/13571/stat : 13571 (toysat) R 13568 13571 12983 0 -1 4202496 267838 0 0 0 1434 36 0 0 20 0 4 0 22656369 1338576896 268167 33554432000 4194304 16246674 140734725351824 140734725334824 5673807 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13571/statm: 326801 268167 801 2943 0 323695 0
[pid=13571/tid=13572] ppid=13568 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/13571/task/13572/stat : 13572 (toysat) S 13568 13571 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 22656369 1338576896 268167 33554432000 4194304 16246674 140734725351824 139991368838384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=13571/tid=13573] ppid=13568 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/13571/task/13573/stat : 13573 (toysat) S 13568 13571 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22656369 1338576896 268167 33554432000 4194304 16246674 140734725351824 139991358348528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=13571/tid=13574] ppid=13568 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/13571/task/13574/stat : 13574 (toysat) S 13568 13571 12983 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22656369 1338576896 268167 33554432000 4194304 16246674 140734725351824 139991237782704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 14.7
Current children cumulated vsize (KiB) 1307204

[startup+15.5004 s]
/proc/loadavg: 1.10 0.43 0.26 2/174 13607
/proc/meminfo: memFree=29540820/32872528 swapFree=1286400/1433568
[pid=13571] ppid=13568 vsize=1307204 CPUtime=15.49 cores=1,3,5,7
/proc/13571/stat : 13571 (toysat) R 13568 13571 12983 0 -1 4202496 267838 0 0 0 1513 36 0 0 20 0 4 0 22656369 1338576896 268167 33554432000 4194304 16246674 140734725351824 140734725333696 5823849 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13571/statm: 326801 268167 801 2943 0 323695 0
[pid=13571/tid=13572] ppid=13568 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/13571/task/13572/stat : 13572 (toysat) S 13568 13571 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 22656369 1338576896 268167 33554432000 4194304 16246674 140734725351824 139991368838384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=13571/tid=13573] ppid=13568 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/13571/task/13573/stat : 13573 (toysat) S 13568 13571 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22656369 1338576896 268167 33554432000 4194304 16246674 140734725351824 139991358348528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=13571/tid=13574] ppid=13568 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/13571/task/13574/stat : 13574 (toysat) S 13568 13571 12983 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22656369 1338576896 268167 33554432000 4194304 16246674 140734725351824 139991237782704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 15.49
Current children cumulated vsize (KiB) 1307204

[startup+15.9004 s]
/proc/loadavg: 1.10 0.43 0.26 3/183 13625
/proc/meminfo: memFree=29061100/32872528 swapFree=1286400/1433568
[pid=13571] ppid=13568 vsize=1307204 CPUtime=15.89 cores=1,3,5,7
/proc/13571/stat : 13571 (toysat) R 13568 13571 12983 0 -1 4202496 267839 0 0 0 1553 36 0 0 20 0 4 0 22656369 1338576896 268168 33554432000 4194304 16246674 140734725351824 140734725333696 5672857 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13571/statm: 326801 268168 802 2943 0 323695 0
[pid=13571/tid=13572] ppid=13568 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/13571/task/13572/stat : 13572 (toysat) S 13568 13571 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 22656369 1338576896 268168 33554432000 4194304 16246674 140734725351824 139991368838384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=13571/tid=13573] ppid=13568 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/13571/task/13573/stat : 13573 (toysat) S 13568 13571 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22656369 1338576896 268168 33554432000 4194304 16246674 140734725351824 139991358348528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=13571/tid=13574] ppid=13568 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/13571/task/13574/stat : 13574 (toysat) S 13568 13571 12983 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22656369 1338576896 268168 33554432000 4194304 16246674 140734725351824 139991237782704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 15.89
Current children cumulated vsize (KiB) 1307204

[startup+16.1004 s]
/proc/loadavg: 1.10 0.43 0.26 3/183 13625
/proc/meminfo: memFree=29061100/32872528 swapFree=1286400/1433568
[pid=13571] ppid=13568 vsize=1307204 CPUtime=16.09 cores=1,3,5,7
/proc/13571/stat : 13571 (toysat) R 13568 13571 12983 0 -1 4202496 267839 0 0 0 1573 36 0 0 20 0 4 0 22656369 1338576896 268168 33554432000 4194304 16246674 140734725351824 140734725334824 13006065 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13571/statm: 326801 268168 802 2943 0 323695 0
[pid=13571/tid=13572] ppid=13568 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/13571/task/13572/stat : 13572 (toysat) S 13568 13571 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 22656369 1338576896 268168 33554432000 4194304 16246674 140734725351824 139991368838384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=13571/tid=13573] ppid=13568 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/13571/task/13573/stat : 13573 (toysat) S 13568 13571 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22656369 1338576896 268168 33554432000 4194304 16246674 140734725351824 139991358348528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=13571/tid=13574] ppid=13568 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/13571/task/13574/stat : 13574 (toysat) S 13568 13571 12983 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22656369 1338576896 268168 33554432000 4194304 16246674 140734725351824 139991237782704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 16.09
Current children cumulated vsize (KiB) 1307204

[startup+16.2005 s]
/proc/loadavg: 1.10 0.43 0.26 3/183 13625
/proc/meminfo: memFree=29061100/32872528 swapFree=1286400/1433568
[pid=13571] ppid=13568 vsize=0 CPUtime=16.18 cores=1,3,5,7
/proc/13571/stat : 13571 (toysat) R 13568 13571 12983 0 -1 4202500 267844 0 0 0 1578 40 0 0 20 0 1 0 22656369 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13571/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 16.18
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 16.2175
CPU time (s): 16.2135
CPU user time (s): 15.7896
CPU system time (s): 0.423935
CPU usage (%): 99.9758
Max. virtual memory (cumulated for all children) (KiB): 1307204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.7896
system time used= 0.423935
maximum resident set size= 1072684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267844
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= 23
involuntary context switches= 23

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.090986 second user time and 0.151976 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-18 01:28:16
IDJOB=4098990
IDBENCH=1284
IDSOLVER=2542
FILE ID=node130/4098990-1466206096
RUNJOBID= node130-1466206066-13000
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.1900571761.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4098990-1466206096/watcher-4098990-1466206096 -o /tmp/evaluation-result-4098990-1466206096/solver-4098990-1466206096 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466206066-13000 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4098990-1466206096.opb

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

MD5SUM BENCH= 1ce0037c3d80e79a7b72360f6130d1f3
RANDOM SEED=1349006587

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:        29528780 kB
Buffers:           35996 kB
Cached:            97496 kB
SwapCached:         1824 kB
Active:          1146272 kB
Inactive:          53852 kB
Active(anon):    1067620 kB
Inactive(anon):     1544 kB
Active(file):      78652 kB
Inactive(file):    52308 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67098948 kB
Dirty:             33556 kB
Writeback:             0 kB
AnonPages:       2499356 kB
Mapped:            10296 kB
Shmem:                 0 kB
Slab:             573240 kB
SReclaimable:      15892 kB
SUnreclaim:       557348 kB
KernelStack:        1520 kB
PageTables:         8644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2647264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    147456 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:32