Trace number 3721057

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
PB07: minisat+ 1.14? (TO) 1800.03 1800.31

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl15_25_pb.cnf.cr.opb
MD5SUMddad6b8774f3cb7ea8e2d9ff3a650623
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 benchmark0.008997
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables750
Total number of constraints80
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint15
Maximum length of a constraint25
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 26
Number of bits of the biggest sum of numbers5
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 Parsing PB file...
0.00/0.00	c Converting 80 PB-constraints to clauses...
0.00/0.00	c   -- Unit propagations: (none)
0.00/0.00	c   -- Detecting intervals from adjacent constraints: (none)
0.00/0.00	c   -- Clauses(.)/Splits(s): ..................................................
0.00/0.00	c ---[  29]---> BDD-cost:   47
0.00/0.00	c ---[  28]---> BDD-cost:   47
0.00/0.00	c ---[  27]---> BDD-cost:   47
0.00/0.00	c ---[  26]---> BDD-cost:   47
0.00/0.00	c ---[  25]---> BDD-cost:   47
0.00/0.00	c ---[  24]---> BDD-cost:   47
0.00/0.01	c ---[  23]---> BDD-cost:   47
0.00/0.01	c ---[  22]---> BDD-cost:   47
0.00/0.01	c ---[  21]---> BDD-cost:   47
0.00/0.01	c ---[  20]---> BDD-cost:   47
0.00/0.01	c ---[  19]---> BDD-cost:   47
0.00/0.01	c ---[  18]---> BDD-cost:   47
0.00/0.01	c ---[  17]---> BDD-cost:   47
0.00/0.01	c ---[  16]---> BDD-cost:   47
0.00/0.01	c ---[  15]---> BDD-cost:   47
0.00/0.01	c ---[  14]---> BDD-cost:   47
0.00/0.01	c ---[  13]---> BDD-cost:   47
0.00/0.01	c ---[  12]---> BDD-cost:   47
0.00/0.01	c ---[  11]---> BDD-cost:   47
0.00/0.01	c ---[  10]---> BDD-cost:   47
0.00/0.01	c ---[   9]---> BDD-cost:   47
0.00/0.01	c ---[   8]---> BDD-cost:   47
0.00/0.01	c ---[   7]---> BDD-cost:   47
0.00/0.01	c ---[   6]---> BDD-cost:   47
0.00/0.01	c ---[   5]---> BDD-cost:   47
0.00/0.01	c ---[   4]---> BDD-cost:   47
0.00/0.01	c ---[   3]---> BDD-cost:   47
0.00/0.01	c ---[   2]---> BDD-cost:   47
0.00/0.01	c ---[   1]---> BDD-cost:   47
0.00/0.01	c ---[   0]---> BDD-cost:   47
0.00/0.01	c ==================================[MINISAT+]==================================
0.00/0.01	c | Conflicts | Original         | Learnt                           | Progress |
0.00/0.01	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |    3530     9810 |    1176       0        0     nan |  0.000 % |
0.00/0.01	c |       103 |    3530     9810 |    1293     103     5007    48.6 |  1.389 % |
0.00/0.02	c |       253 |    3530     9810 |    1422     253    13026    51.5 |  1.389 % |
0.00/0.03	c |       478 |    3530     9810 |    1565     478    27883    58.3 |  1.390 % |
0.03/0.04	c |       818 |    3530     9810 |    1721     818    54244    66.3 |  1.389 % |
0.03/0.06	c |      1324 |    3530     9810 |    1893    1324    89008    67.2 |  1.389 % |
0.09/0.11	c |      2084 |    3530     9810 |    2083    2084   154915    74.3 |  1.389 % |
0.09/0.19	c |      3224 |    3530     9810 |    2291    1835   146216    79.7 |  1.389 % |
0.29/0.30	c |      4932 |    3530     9810 |    2520    2209   220568    99.8 |  1.389 % |
0.49/0.50	c |      7494 |    3530     9810 |    2772    1902   214616   112.8 |  1.389 % |
0.79/0.80	c |     11338 |    3530     9810 |    3050    2643   352193   133.3 |  1.389 % |
1.29/1.36	c |     17107 |    3530     9810 |    3355    3014   336789   111.7 |  1.389 % |
2.20/2.21	c |     25756 |    3530     9810 |    3690    2249   281918   125.4 |  1.389 % |
3.39/3.45	c |     38731 |    3530     9810 |    4059    2796   359962   128.7 |  1.389 % |
5.59/5.63	c |     58192 |    3530     9810 |    4465    2453   289039   117.8 |  1.389 % |
8.49/8.51	c |     87386 |    3530     9810 |    4912    2518   277999   110.4 |  1.389 % |
13.99/14.02	c |    131177 |    3530     9810 |    5403    3570   478640   134.1 |  1.389 % |
21.59/21.67	c |    196861 |    3530     9810 |    5944    4748   630300   132.8 |  1.389 % |
32.39/32.41	c |    295392 |    3530     9810 |    6538    4647   519495   111.8 |  1.389 % |
51.59/51.68	c |    443181 |    3530     9810 |    7192    6344   768707   121.2 |  1.389 % |
78.68/78.78	c |    664866 |    3530     9810 |    7911    7564   930517   123.0 |  1.389 % |
124.67/124.71	c |    997394 |    3530     9810 |    8702    5038   677958   134.6 |  1.389 % |
193.56/193.67	c |   1496184 |    3530     9810 |    9572    6467   846060   130.8 |  1.389 % |
299.24/299.33	c |   2244368 |    3530     9810 |   10530    6990  1003263   143.5 |  1.389 % |
469.31/469.40	c |   3366642 |    3530     9810 |   11583    7185   954878   132.9 |  1.389 % |
698.97/699.10	c |   5050053 |    3530     9810 |   12741   11678  1339407   114.7 |  1.389 % |
1122.92/1123.19	c |   7575173 |    3530     9810 |   14015   11950  1455809   121.8 |  1.389 % |
1769.91/1770.28	c |  11362848 |    3530     9810 |   15417    9112  1048856   115.1 |  1.389 % |
1800.02/1800.30	c 
1800.02/1800.30	c *** TERMINATED ***
1800.02/1800.30	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3721057-1338552597/watcher-3721057-1338552597 -o /tmp/evaluation-result-3721057-1338552597/solver-3721057-1338552597 -C 1800 -W 1900 -M 15500 HOME/minisat+ HOME/instance-3721057-1338552597.opb 

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.70 0.16 0.05 4/176 29812
/proc/meminfo: memFree=31133612/32873648 swapFree=6860/6860
[pid=29812] ppid=29810 vsize=1268 CPUtime=0 cores=1,3,5,7
/proc/29812/stat : 29812 (minisat+) R 29810 29812 29705 0 -1 4202496 174 0 0 0 0 0 0 0 20 0 1 0 321385598 1298432 131 33554432000 134512640 135395479 4294103504 4294101868 135007481 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29812/statm: 317 131 74 216 0 99 0

[startup+0.0345831 s]
/proc/loadavg: 0.70 0.16 0.05 4/176 29812
/proc/meminfo: memFree=31133612/32873648 swapFree=6860/6860
[pid=29812] ppid=29810 vsize=1808 CPUtime=0.03 cores=1,3,5,7
/proc/29812/stat : 29812 (minisat+) R 29810 29812 29705 0 -1 4202496 330 0 0 0 3 0 0 0 20 0 1 0 321385598 1851392 287 33554432000 134512640 135395479 4294103504 4294101404 135007481 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29812/statm: 452 287 106 216 0 234 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1808

[startup+0.100205 s]
/proc/loadavg: 0.70 0.16 0.05 4/176 29812
/proc/meminfo: memFree=31133612/32873648 swapFree=6860/6860
[pid=29812] ppid=29810 vsize=2204 CPUtime=0.09 cores=1,3,5,7
/proc/29812/stat : 29812 (minisat+) R 29810 29812 29705 0 -1 4202496 456 0 0 0 9 0 0 0 20 0 1 0 321385598 2256896 413 33554432000 134512640 135395479 4294103504 4294101376 134573890 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29812/statm: 551 413 106 216 0 333 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2204

[startup+0.300172 s]
/proc/loadavg: 0.70 0.16 0.05 4/176 29812
/proc/meminfo: memFree=31133612/32873648 swapFree=6860/6860
[pid=29812] ppid=29810 vsize=2732 CPUtime=0.29 cores=1,3,5,7
/proc/29812/stat : 29812 (minisat+) R 29810 29812 29705 0 -1 4202496 587 0 0 0 29 0 0 0 20 0 1 0 321385598 2797568 544 33554432000 134512640 135395479 4294103504 4294101856 134580854 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29812/statm: 683 544 106 216 0 465 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2732

[startup+0.700173 s]
/proc/loadavg: 0.70 0.16 0.05 4/176 29812
/proc/meminfo: memFree=31133612/32873648 swapFree=6860/6860
[pid=29812] ppid=29810 vsize=3524 CPUtime=0.69 cores=1,3,5,7
/proc/29812/stat : 29812 (minisat+) R 29810 29812 29705 0 -1 4202496 767 0 0 0 69 0 0 0 20 0 1 0 321385598 3608576 724 33554432000 134512640 135395479 4294103504 4294101404 135007481 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29812/statm: 881 724 106 216 0 663 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3524

[startup+1.50017 s]
/proc/loadavg: 0.70 0.16 0.05 3/177 29813
/proc/meminfo: memFree=31130752/32873648 swapFree=6860/6860
[pid=29812] ppid=29810 vsize=3920 CPUtime=1.49 cores=1,3,5,7
/proc/29812/stat : 29812 (minisat+) R 29810 29812 29705 0 -1 4202496 883 0 0 0 149 0 0 0 20 0 1 0 321385598 4014080 840 33554432000 134512640 135395479 4294103504 4294101856 134580929 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29812/statm: 980 840 106 216 0 762 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3920

[startup+3.10018 s]
/proc/loadavg: 0.80 0.19 0.06 3/177 29813
/proc/meminfo: memFree=31129984/32873648 swapFree=6860/6860
[pid=29812] ppid=29810 vsize=4448 CPUtime=3.09 cores=1,3,5,7
/proc/29812/stat : 29812 (minisat+) R 29810 29812 29705 0 -1 4202496 1017 0 0 0 309 0 0 0 20 0 1 0 321385598 4554752 974 33554432000 134512640 135395479 4294103504 4294101856 134580732 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29812/statm: 1112 974 106 216 0 894 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4448

[startup+6.30018 s]
/proc/loadavg: 0.80 0.19 0.06 3/178 29814
/proc/meminfo: memFree=31128892/32873648 swapFree=6860/6860
[pid=29812] ppid=29810 vsize=5240 CPUtime=6.29 cores=1,3,5,7
/proc/29812/stat : 29812 (minisat+) R 29810 29812 29705 0 -1 4202496 1212 0 0 0 629 0 0 0 20 0 1 0 321385598 5365760 1169 33554432000 134512640 135395479 4294103504 4294101856 134581028 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29812/statm: 1310 1169 106 216 0 1092 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5240

[startup+12.7002 s]
/proc/loadavg: 0.99 0.25 0.08 3/178 29816
/proc/meminfo: memFree=31125948/32873648 swapFree=6860/6860
[pid=29812] ppid=29810 vsize=6292 CPUtime=12.69 cores=1,3,5,7
/proc/29812/stat : 29812 (minisat+) R 29810 29812 29705 0 -1 4202496 1458 0 0 0 1269 0 0 0 20 0 1 0 321385598 6443008 1415 33554432000 134512640 135395479 4294103504 4294101856 134580732 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29812/statm: 1573 1415 106 216 0 1355 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 6292

[startup+25.501 s]
/proc/loadavg: 1.14 0.31 0.10 3/178 29816
/proc/meminfo: memFree=31125384/32873648 swapFree=6860/6860
[pid=29812] ppid=29810 vsize=7616 CPUtime=25.49 cores=1,3,5,7
/proc/29812/stat : 29812 (minisat+) R 29810 29812 29705 0 -1 4202496 1789 0 0 0 2549 0 0 0 20 0 1 0 321385598 7798784 1746 33554432000 134512640 135395479 4294103504 4294101856 134580919 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29812/statm: 1904 1746 106 216 0 1686 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 7616

[startup+51.1002 s]
/proc/loadavg: 1.43 0.44 0.15 3/178 29816
/proc/meminfo: memFree=31123252/32873648 swapFree=6860/6860
[pid=29812] ppid=29810 vsize=9504 CPUtime=51.08 cores=1,3,5,7
/proc/29812/stat : 29812 (minisat+) R 29810 29812 29705 0 -1 4202496 2247 0 0 0 5108 0 0 0 20 0 1 0 321385598 9732096 2204 33554432000 134512640 135395479 4294103504 4294101856 134581150 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29812/statm: 2376 2204 106 216 0 2158 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 9504

[startup+102.306 s]
/proc/loadavg: 1.77 0.70 0.26 3/177 29816
/proc/meminfo: memFree=31118304/32873648 swapFree=6860/6860
[pid=29812] ppid=29810 vsize=12356 CPUtime=102.28 cores=1,3,5,7
/proc/29812/stat : 29812 (minisat+) R 29810 29812 29705 0 -1 4202496 2966 0 0 0 10228 0 0 0 20 0 1 0 321385598 12652544 2935 33554432000 134512640 135395479 4294103504 4294101824 134572776 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29812/statm: 3089 2935 106 216 0 2871 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 12356

[startup+162.3 s]
/proc/loadavg: 1.96 0.93 0.36 3/177 29816
/proc/meminfo: memFree=31115076/32873648 swapFree=6860/6860
[pid=29812] ppid=29810 vsize=14408 CPUtime=162.26 cores=1,3,5,7
/proc/29812/stat : 29812 (minisat+) R 29810 29812 29705 0 -1 4202496 3456 0 0 0 16226 0 0 0 20 0 1 0 321385598 14753792 3445 33554432000 134512640 135395479 4294103504 4294101856 134580893 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29812/statm: 3602 3445 106 216 0 3384 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 14408

[startup+222.3 s]
/proc/loadavg: 2.06 1.15 0.47 3/177 29864
/proc/meminfo: memFree=30866476/32873648 swapFree=6860/6860
[pid=29812] ppid=29810 vsize=16356 CPUtime=222.25 cores=1,3,5,7
/proc/29812/stat : 29812 (minisat+) R 29810 29812 29705 0 -1 4202496 3935 0 0 0 22225 0 0 0 20 0 1 0 321385598 16748544 3924 33554432000 134512640 135395479 4294103504 4294101472 134576793 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29812/statm: 4089 3924 106 216 0 3871 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 16356

[startup+282.3 s]
/proc/loadavg: 2.10 1.31 0.56 3/177 29865
/proc/meminfo: memFree=30701472/32873648 swapFree=6860/6860
[pid=29812] ppid=29810 vsize=17484 CPUtime=282.24 cores=1,3,5,7
/proc/29812/stat : 29812 (minisat+) R 29810 29812 29705 0 -1 4202496 4184 0 0 0 28224 0 0 0 20 0 1 0 321385598 17903616 4173 33554432000 134512640 135395479 4294103504 4294101856 134580750 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29812/statm: 4371 4173 106 216 0 4153 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 17484

[startup+342.3 s]
/proc/loadavg: 2.12 1.47 0.67 3/177 29865
/proc/meminfo: memFree=30686736/32873648 swapFree=6860/6860
[pid=29812] ppid=29810 vsize=17852 CPUtime=342.23 cores=1,3,5,7
/proc/29812/stat : 29812 (minisat+) R 29810 29812 29705 0 -1 4202496 4285 0 0 0 34223 0 0 0 20 0 1 0 321385598 18280448 4274 33554432000 134512640 135395479 4294103504 4294101472 134576837 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29812/statm: 4463 4274 106 216 0 4245 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 17852

[startup+402.301 s]
/proc/loadavg: 2.20 1.60 0.76 3/177 29865
/proc/meminfo: memFree=30582604/32873648 swapFree=6860/6860
[pid=29812] ppid=29810 vsize=18556 CPUtime=402.22 cores=1,3,5,7
/proc/29812/stat : 29812 (minisat+) R 29810 29812 29705 0 -1 4202496 4444 0 0 0 40222 0 0 0 20 0 1 0 321385598 19001344 4433 33554432000 134512640 135395479 4294103504 4294101856 134580765 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29812/statm: 4639 4433 106 216 0 4421 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 18556

[startup+462.3 s]
/proc/loadavg: 2.16 1.71 0.85 3/177 29865
/proc/meminfo: memFree=30486780/32873648 swapFree=6860/6860
[pid=29812] ppid=29810 vsize=18696 CPUtime=462.21 cores=1,3,5,7
/proc/29812/stat : 29812 (minisat+) R 29810 29812 29705 0 -1 4202496 4494 0 0 0 46221 0 0 0 20 0 1 0 321385598 19144704 4483 33554432000 134512640 135395479 4294103504 4294101472 134576390 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29812/statm: 4674 4483 106 216 0 4456 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 18696

[startup+522.301 s]
/proc/loadavg: 2.06 1.75 0.91 3/177 29865
/proc/meminfo: memFree=30384264/32873648 swapFree=6860/6860
[pid=29812] ppid=29810 vsize=19852 CPUtime=522.2 cores=1,3,5,7
/proc/29812/stat : 29812 (minisat+) R 29810 29812 29705 0 -1 4202496 4753 0 0 0 52220 0 0 0 20 0 1 0 321385598 20328448 4742 33554432000 134512640 135395479 4294103504 4294101856 134580959 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29812/statm: 4963 4742 106 216 0 4745 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 19852

[startup+582.3 s]
/proc/loadavg: 2.02 1.80 0.98 3/176 29865
/proc/meminfo: memFree=30208140/32873648 swapFree=6860/6860
[pid=29812] ppid=29810 vsize=20532 CPUtime=582.19 cores=1,3,5,7
/proc/29812/stat : 29812 (minisat+) R 29810 29812 29705 0 -1 4202496 4952 0 0 0 58219 0 0 0 20 0 1 0 321385598 21024768 4921 33554432000 134512640 135395479 4294103504 4294101856 134581451 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29812/statm: 5133 4921 106 216 0 4915 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 20532

[startup+642.301 s]

################
# More data... #
################

[startup+882.3 s]
/proc/loadavg: 2.03 1.94 1.26 3/177 29869
/proc/meminfo: memFree=29537212/32873648 swapFree=6860/6860
[pid=29812] ppid=29810 vsize=30948 CPUtime=882.15 cores=1,3,5,7
/proc/29812/stat : 29812 (minisat+) R 29810 29812 29705 0 -1 4202496 7401 0 0 0 88214 1 0 0 20 0 1 0 321385598 31690752 7370 33554432000 134512640 135395479 4294103504 4294101376 134575426 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29812/statm: 7737 7370 106 216 0 7519 0
Current children cumulated CPU time (s) 882.15
Current children cumulated vsize (KiB) 30948

[startup+942.301 s]
/proc/loadavg: 2.01 1.95 1.30 3/177 29870
/proc/meminfo: memFree=29333136/32873648 swapFree=6860/6860
[pid=29812] ppid=29810 vsize=32212 CPUtime=942.14 cores=1,3,5,7
/proc/29812/stat : 29812 (minisat+) R 29810 29812 29705 0 -1 4202496 7697 0 0 0 94213 1 0 0 20 0 1 0 321385598 32985088 7666 33554432000 134512640 135395479 4294103504 4294101968 134588639 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29812/statm: 8053 7666 106 216 0 7835 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 32212

[startup+1002.3 s]
/proc/loadavg: 2.00 1.95 1.34 3/177 29870
/proc/meminfo: memFree=29168120/32873648 swapFree=6860/6860
[pid=29812] ppid=29810 vsize=32932 CPUtime=1002.13 cores=1,3,5,7
/proc/29812/stat : 29812 (minisat+) R 29810 29812 29705 0 -1 4202496 7857 0 0 0 100212 1 0 0 20 0 1 0 321385598 33722368 7826 33554432000 134512640 135395479 4294103504 4294101856 134580765 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29812/statm: 8233 7826 106 216 0 8015 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 32932

[startup+1062.3 s]
/proc/loadavg: 2.00 1.96 1.38 3/178 29871
/proc/meminfo: memFree=29003592/32873648 swapFree=6860/6860
[pid=29812] ppid=29810 vsize=33296 CPUtime=1062.12 cores=1,3,5,7
/proc/29812/stat : 29812 (minisat+) R 29810 29812 29705 0 -1 4202496 7969 0 0 0 106211 1 0 0 20 0 1 0 321385598 34095104 7938 33554432000 134512640 135395479 4294103504 4294101856 134580947 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29812/statm: 8324 7938 106 216 0 8106 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 33296

[startup+1122.3 s]
/proc/loadavg: 2.00 1.97 1.42 3/177 29871
/proc/meminfo: memFree=28839452/32873648 swapFree=6860/6860
[pid=29812] ppid=29810 vsize=33864 CPUtime=1122.11 cores=1,3,5,7
/proc/29812/stat : 29812 (minisat+) R 29810 29812 29705 0 -1 4202496 8077 0 0 0 112210 1 0 0 20 0 1 0 321385598 34676736 8046 33554432000 134512640 135395479 4294103504 4294101856 134580947 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29812/statm: 8466 8046 106 216 0 8248 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 33864

[startup+1182.3 s]
/proc/loadavg: 2.00 1.97 1.45 3/177 29871
/proc/meminfo: memFree=28627692/32873648 swapFree=6860/6860
[pid=29812] ppid=29810 vsize=35300 CPUtime=1182.1 cores=1,3,5,7
/proc/29812/stat : 29812 (minisat+) R 29810 29812 29705 0 -1 4202496 8436 0 0 0 118209 1 0 0 20 0 1 0 321385598 36147200 8405 33554432000 134512640 135395479 4294103504 4294101552 134584041 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29812/statm: 8825 8405 106 216 0 8607 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 35300

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.48 3/178 29875
/proc/meminfo: memFree=28395104/32873648 swapFree=6860/6860
[pid=29812] ppid=29810 vsize=36180 CPUtime=1242.1 cores=1,3,5,7
/proc/29812/stat : 29812 (minisat+) R 29810 29812 29705 0 -1 4202496 8648 0 0 0 124208 2 0 0 20 0 1 0 321385598 37048320 8617 33554432000 134512640 135395479 4294103504 4294101856 134580938 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29812/statm: 9045 8617 106 216 0 8827 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 36180

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.51 3/177 29875
/proc/meminfo: memFree=28190416/32873648 swapFree=6860/6860
[pid=29812] ppid=29810 vsize=37564 CPUtime=1302.1 cores=1,3,5,7
/proc/29812/stat : 29812 (minisat+) R 29810 29812 29705 0 -1 4202496 8958 0 0 0 130208 2 0 0 20 0 1 0 321385598 38465536 8927 33554432000 134512640 135395479 4294103504 4294101856 134580945 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29812/statm: 9391 8927 106 216 0 9173 0
Current children cumulated CPU time (s) 1302.1
Current children cumulated vsize (KiB) 37564

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.54 3/177 29875
/proc/meminfo: memFree=28023664/32873648 swapFree=6860/6860
[pid=29812] ppid=29810 vsize=38000 CPUtime=1362.08 cores=1,3,5,7
/proc/29812/stat : 29812 (minisat+) R 29810 29812 29705 0 -1 4202496 9069 0 0 0 136206 2 0 0 20 0 1 0 321385598 38912000 9038 33554432000 134512640 135395479 4294103504 4294101856 134580929 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29812/statm: 9500 9038 106 216 0 9282 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 38000

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.57 3/177 29875
/proc/meminfo: memFree=27819960/32873648 swapFree=6860/6860
[pid=29812] ppid=29810 vsize=38424 CPUtime=1422.08 cores=1,3,5,7
/proc/29812/stat : 29812 (minisat+) R 29810 29812 29705 0 -1 4202496 9160 0 0 0 142206 2 0 0 20 0 1 0 321385598 39346176 9129 33554432000 134512640 135395479 4294103504 4294101760 134568477 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29812/statm: 9606 9129 106 216 0 9388 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 38424

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.59 3/177 29875
/proc/meminfo: memFree=27600136/32873648 swapFree=6860/6860
[pid=29812] ppid=29810 vsize=38712 CPUtime=1482.06 cores=1,3,5,7
/proc/29812/stat : 29812 (minisat+) R 29810 29812 29705 0 -1 4202496 9216 0 0 0 148204 2 0 0 20 0 1 0 321385598 39641088 9185 33554432000 134512640 135395479 4294103504 4294101856 134581480 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29812/statm: 9678 9185 106 216 0 9460 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 38712

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.61 3/177 29876
/proc/meminfo: memFree=27350924/32873648 swapFree=6860/6860
[pid=29812] ppid=29810 vsize=39128 CPUtime=1542.05 cores=1,3,5,7
/proc/29812/stat : 29812 (minisat+) R 29810 29812 29705 0 -1 4202496 9319 0 0 0 154203 2 0 0 20 0 1 0 321385598 40067072 9288 33554432000 134512640 135395479 4294103504 4294101856 134580765 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29812/statm: 9782 9288 106 216 0 9564 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 39128

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.63 3/177 29876
/proc/meminfo: memFree=27149580/32873648 swapFree=6860/6860
[pid=29812] ppid=29810 vsize=39672 CPUtime=1602.04 cores=1,3,5,7
/proc/29812/stat : 29812 (minisat+) R 29810 29812 29705 0 -1 4202496 9462 0 0 0 160202 2 0 0 20 0 1 0 321385598 40624128 9431 33554432000 134512640 135395479 4294103504 4294101856 134580938 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29812/statm: 9918 9431 106 216 0 9700 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 39672

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.65 3/177 29876
/proc/meminfo: memFree=26971420/32873648 swapFree=6860/6860
[pid=29812] ppid=29810 vsize=40488 CPUtime=1662.03 cores=1,3,5,7
/proc/29812/stat : 29812 (minisat+) R 29810 29812 29705 0 -1 4202496 9658 0 0 0 166201 2 0 0 20 0 1 0 321385598 41459712 9627 33554432000 134512640 135395479 4294103504 4294101856 134580915 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29812/statm: 10122 9627 106 216 0 9904 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 40488

[startup+1722.3 s]
/proc/loadavg: 2.31 2.04 1.69 3/178 29877
/proc/meminfo: memFree=24113740/32873648 swapFree=6860/6860
[pid=29812] ppid=29810 vsize=40488 CPUtime=1722.02 cores=1,3,5,7
/proc/29812/stat : 29812 (minisat+) R 29810 29812 29705 0 -1 4202496 9662 0 0 0 172200 2 0 0 20 0 1 0 321385598 41459712 9631 33554432000 134512640 135395479 4294103504 4294101856 134580765 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29812/statm: 10122 9631 106 216 0 9904 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 40488

[startup+1782.3 s]
/proc/loadavg: 3.94 2.54 1.89 2/178 29877
/proc/meminfo: memFree=18961568/32873648 swapFree=6860/6860
[pid=29812] ppid=29810 vsize=40756 CPUtime=1782.01 cores=1,3,5,7
/proc/29812/stat : 29812 (minisat+) R 29810 29812 29705 0 -1 4202496 9759 0 0 0 178199 2 0 0 20 0 1 0 321385598 41734144 9721 33554432000 134512640 135395479 4294103504 4294101552 134584041 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29812/statm: 10189 9721 106 216 0 9971 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 40756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 4.24 2.70 1.95 2/178 29877
/proc/meminfo: memFree=18086592/32873648 swapFree=6860/6860
[pid=29812] ppid=29810 vsize=40756 CPUtime=1800.02 cores=1,3,5,7
/proc/29812/stat : 29812 (minisat+) R 29810 29812 29705 0 -1 4202496 9763 0 0 0 180000 2 0 0 20 0 1 0 321385598 41734144 9725 33554432000 134512640 135395479 4294103504 4294101224 135006212 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29812/statm: 10189 9725 106 216 0 9971 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 40756

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1800.3 s]
/proc/loadavg: 4.24 2.70 1.95 2/178 29877
/proc/meminfo: memFree=18086592/32873648 swapFree=6860/6860
[pid=29812] ppid=29810 vsize=40756 CPUtime=1800.02 cores=1,3,5,7
/proc/29812/stat : 29812 (minisat+) R 29810 29812 29705 0 -1 4202496 9763 0 0 0 180000 2 0 0 20 0 1 0 321385598 41734144 9725 33554432000 134512640 135395479 4294103504 4294101224 135006212 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29812/statm: 10189 9725 106 216 0 9971 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 40756

Child status: 0
Real time (s): 1800.31
CPU time (s): 1800.03
CPU user time (s): 1800
CPU system time (s): 0.026995
CPU usage (%): 99.9844
Max. virtual memory (cumulated for all children) (KiB): 40888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800
system time used= 0.026995
maximum resident set size= 38904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9764
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= 7
involuntary context switches= 1858

runsolver used 2.88256 second user time and 8.47271 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-01 14:09:57
IDJOB=3721057
IDBENCH=1407
IDSOLVER=2306
FILE ID=node124/3721057-1338552597
RUNJOBID= node124-1338552574-29723
PBS_JOBID= 14635860
Free space on /tmp= 70776 MiB

SOLVER NAME= minisat+ 1.14
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl15_25_pb.cnf.cr.opb
COMMAND LINE= HOME/minisat+ BENCHNAME            
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3721057-1338552597/watcher-3721057-1338552597 -o /tmp/evaluation-result-3721057-1338552597/solver-3721057-1338552597 -C 1800 -W 1900 -M 15500  HOME/minisat+ HOME/instance-3721057-1338552597.opb            

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

MD5SUM BENCH= ddad6b8774f3cb7ea8e2d9ff3a650623
RANDOM SEED=1428064095

node124.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.325
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.65
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5357.53
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5385.03
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.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        31134264 kB
Buffers:           73356 kB
Cached:           907620 kB
SwapCached:         8032 kB
Active:           190744 kB
Inactive:         806020 kB
Active(anon):      10448 kB
Inactive(anon):     7732 kB
Active(file):     180296 kB
Inactive(file):   798288 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67091316 kB
Dirty:              4720 kB
Writeback:             0 kB
AnonPages:         15256 kB
Mapped:             8304 kB
Shmem:                 0 kB
Slab:             605540 kB
SReclaimable:      49928 kB
SUnreclaim:       555612 kB
KernelStack:        1432 kB
PageTables:         3924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     131500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3721057-1338552597.opb

Free space on /tmp at the end= 66668 MiB
End job on node124 at 2012-06-01 14:40:01