Trace number 3291473

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
EBGlucose 1.0? (TO) 1298.63 1300.01

General information on the benchmark

NameSAT03/industrial/li/li-exam/
li-exam-61.shuffled-as.sat03-366.cnf
MD5SUM3be662940f394fa876137a905247d755
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28147
Number of clauses108436
Sum of the clauses size373110
Maximum clause length166
Minimum clause length1
Number of clauses of size 114
Number of clauses of size 218786
Number of clauses of size 351588
Number of clauses of size 437440
Number of clauses of size 53
Number of clauses of size over 5605

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.12	c ==============================================================================
0.00/0.12	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.12	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.12	c ==============================================================================
0.00/0.12	c |         0 |  108399   372979 |   32519       0        0     nan |  0.000 % |
0.00/0.37	c |         0 |   94840   355025 |      --       0       --      -- |     --   | -13528/-17820
0.00/0.37	c ==============================================================================
0.00/0.37	c Result  :   #vars: 22582   #clauses: 94840   #literals: 355025
0.00/0.37	c CPU time:   0.312952 s
0.00/0.37	c ==============================================================================
0.00/0.42	c
0.00/0.42	c Starting glucose
0.00/0.42	c
0.39/0.81	
0.39/0.81	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.39/0.81	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.39/0.81	
0.39/0.81	c ============================[ Problem Statistics ]=============================
0.39/0.81	c |                                                                             |
0.39/0.81	c |  Number of variables:  22582                                                |
0.39/0.81	c |  Number of clauses:    94840                                                |
0.39/0.87	c |  Parsing time:         0.05         s                                       |
1298.60/1300.01	HOME/ebglucose.sh: line 57: 21839 Terminated              $RS $TMP.cnf -verbosity=0 $TMP.result "$@"

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3291473-1303781343/watcher-3291473-1303781343 -o /tmp/evaluation-result-3291473-1303781343/solver-3291473-1303781343 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3291473-1303781343.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.02 4.03 4.04 5/190 21835
/proc/meminfo: memFree=24728920/32951132 swapFree=67111364/67111528
[pid=21835] ppid=21833 vsize=8704 CPUtime=0 cores=4,6
/proc/21835/stat : 21835 (ebglucose.sh) R 21833 21835 21546 0 -1 4202496 337 233 0 0 0 0 0 0 25 0 1 0 489733001 8912896 252 33554432000 4194304 4922060 140735495246656 18446744073709551615 242970370453 0 65538 4100 65536 0 0 0 17 4 0 0 0
/proc/21835/statm: 2176 252 211 178 0 69 0

[startup+0.153237 s]
/proc/loadavg: 4.02 4.03 4.04 5/190 21835
/proc/meminfo: memFree=24728920/32951132 swapFree=67111364/67111528
[pid=21835] ppid=21833 vsize=8704 CPUtime=0 cores=4,6
/proc/21835/stat : 21835 (ebglucose.sh) S 21833 21835 21546 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 489733001 8912896 252 33554432000 4194304 4922060 140735495246656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21835/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.20523 s]
/proc/loadavg: 4.02 4.03 4.04 5/190 21835
/proc/meminfo: memFree=24728920/32951132 swapFree=67111364/67111528
[pid=21835] ppid=21833 vsize=8704 CPUtime=0 cores=4,6
/proc/21835/stat : 21835 (ebglucose.sh) S 21833 21835 21546 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 489733001 8912896 252 33554432000 4194304 4922060 140735495246656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21835/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.302214 s]
/proc/loadavg: 4.02 4.03 4.04 5/190 21835
/proc/meminfo: memFree=24728920/32951132 swapFree=67111364/67111528
[pid=21835] ppid=21833 vsize=8704 CPUtime=0 cores=4,6
/proc/21835/stat : 21835 (ebglucose.sh) S 21833 21835 21546 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 489733001 8912896 252 33554432000 4194304 4922060 140735495246656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21835/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700206 s]
/proc/loadavg: 4.02 4.03 4.04 5/190 21835
/proc/meminfo: memFree=24728920/32951132 swapFree=67111364/67111528
[pid=21835] ppid=21833 vsize=8704 CPUtime=0.39 cores=4,6
/proc/21835/stat : 21835 (ebglucose.sh) S 21833 21835 21546 0 -1 4202496 380 5152 0 0 0 0 37 2 21 0 1 0 489733001 8912896 255 33554432000 4194304 4922060 140735495246656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21835/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 8704

[startup+1.50101 s]
/proc/loadavg: 4.18 4.06 4.05 6/192 21839
/proc/meminfo: memFree=24714900/32951132 swapFree=67111364/67111528
[pid=21835] ppid=21833 vsize=8704 CPUtime=0.39 cores=4,6
/proc/21835/stat : 21835 (ebglucose.sh) S 21833 21835 21546 0 -1 4202496 380 5152 0 0 0 0 37 2 21 0 1 0 489733001 8912896 255 33554432000 4194304 4922060 140735495246656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21835/statm: 2176 255 211 178 0 69 0
[pid=21839] ppid=21835 vsize=12772 CPUtime=0.68 cores=4,6
/proc/21839/stat : 21839 (ebglucose_stati) R 21835 21835 21546 0 -1 4202496 2612 0 0 0 68 0 0 0 20 0 1 0 489733042 13078528 2553 33554432000 134512640 134556542 4288804064 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 6 0 0 0
/proc/21839/statm: 3193 2553 208 11 0 2527 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 21476

[startup+3.10073 s]
/proc/loadavg: 4.18 4.06 4.05 5/192 21839
/proc/meminfo: memFree=24713524/32951132 swapFree=67111364/67111528
[pid=21835] ppid=21833 vsize=8704 CPUtime=0.39 cores=4,6
/proc/21835/stat : 21835 (ebglucose.sh) S 21833 21835 21546 0 -1 4202496 380 5152 0 0 0 0 37 2 21 0 1 0 489733001 8912896 255 33554432000 4194304 4922060 140735495246656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21835/statm: 2176 255 211 178 0 69 0
[pid=21839] ppid=21835 vsize=13056 CPUtime=2.2 cores=4,6
/proc/21839/stat : 21839 (ebglucose_stati) R 21835 21835 21546 0 -1 4202496 2690 0 0 0 220 0 0 0 25 0 1 0 489733042 13369344 2631 33554432000 134512640 134556542 4288804064 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 6 0 0 0
/proc/21839/statm: 3264 2631 208 11 0 2598 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 21760

[startup+6.30018 s]
/proc/loadavg: 4.18 4.06 4.05 5/192 21839
/proc/meminfo: memFree=24712656/32951132 swapFree=67111364/67111528
[pid=21835] ppid=21833 vsize=8704 CPUtime=0.39 cores=4,6
/proc/21835/stat : 21835 (ebglucose.sh) S 21833 21835 21546 0 -1 4202496 380 5152 0 0 0 0 37 2 21 0 1 0 489733001 8912896 255 33554432000 4194304 4922060 140735495246656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21835/statm: 2176 255 211 178 0 69 0
[pid=21839] ppid=21835 vsize=13320 CPUtime=5.32 cores=4,6
/proc/21839/stat : 21839 (ebglucose_stati) R 21835 21835 21546 0 -1 4202496 2774 0 0 0 531 1 0 0 25 0 1 0 489733042 13639680 2715 33554432000 134512640 134556542 4288804064 18446744073709551615 134543428 0 0 4096 8388611 0 0 0 17 6 0 0 0
/proc/21839/statm: 3330 2715 208 11 0 2664 0
Current children cumulated CPU time (s) 5.71
Current children cumulated vsize (KiB) 22024

[startup+12.7011 s]
/proc/loadavg: 4.30 4.09 4.06 5/192 21840
/proc/meminfo: memFree=24710428/32951132 swapFree=67111364/67111528
[pid=21835] ppid=21833 vsize=8704 CPUtime=0.39 cores=4,6
/proc/21835/stat : 21835 (ebglucose.sh) S 21833 21835 21546 0 -1 4202496 380 5152 0 0 0 0 37 2 21 0 1 0 489733001 8912896 255 33554432000 4194304 4922060 140735495246656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21835/statm: 2176 255 211 178 0 69 0
[pid=21839] ppid=21835 vsize=13616 CPUtime=11.71 cores=4,6
/proc/21839/stat : 21839 (ebglucose_stati) R 21835 21835 21546 0 -1 4202496 2846 0 0 0 1170 1 0 0 25 0 1 0 489733042 13942784 2787 33554432000 134512640 134556542 4288804064 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/21839/statm: 3404 2787 208 11 0 2738 0
Current children cumulated CPU time (s) 12.1
Current children cumulated vsize (KiB) 22320

[startup+25.5009 s]
/proc/loadavg: 4.25 4.09 4.06 5/192 21840
/proc/meminfo: memFree=24704616/32951132 swapFree=67111364/67111528
[pid=21835] ppid=21833 vsize=8704 CPUtime=0.39 cores=4,6
/proc/21835/stat : 21835 (ebglucose.sh) S 21833 21835 21546 0 -1 4202496 380 5152 0 0 0 0 37 2 21 0 1 0 489733001 8912896 255 33554432000 4194304 4922060 140735495246656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21835/statm: 2176 255 211 178 0 69 0
[pid=21839] ppid=21835 vsize=16744 CPUtime=24.52 cores=4,6
/proc/21839/stat : 21839 (ebglucose_stati) R 21835 21835 21546 0 -1 4202496 3633 0 0 0 2450 2 0 0 25 0 1 0 489733042 17145856 3574 33554432000 134512640 134556542 4288804064 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/21839/statm: 4186 3574 214 11 0 3520 0
Current children cumulated CPU time (s) 24.91
Current children cumulated vsize (KiB) 25448

[startup+51.1005 s]
/proc/loadavg: 4.16 4.08 4.06 5/192 21840
/proc/meminfo: memFree=24695540/32951132 swapFree=67111364/67111528
[pid=21835] ppid=21833 vsize=8704 CPUtime=0.39 cores=4,6
/proc/21835/stat : 21835 (ebglucose.sh) S 21833 21835 21546 0 -1 4202496 380 5152 0 0 0 0 37 2 21 0 1 0 489733001 8912896 255 33554432000 4194304 4922060 140735495246656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21835/statm: 2176 255 211 178 0 69 0
[pid=21839] ppid=21835 vsize=24252 CPUtime=50.12 cores=4,6
/proc/21839/stat : 21839 (ebglucose_stati) R 21835 21835 21546 0 -1 4202496 5490 0 0 0 5010 2 0 0 25 0 1 0 489733042 24834048 5431 33554432000 134512640 134556542 4288804064 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/21839/statm: 6063 5431 214 11 0 5397 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 32956

[startup+102.301 s]
/proc/loadavg: 4.14 4.08 4.06 5/192 21905
/proc/meminfo: memFree=24753880/32951132 swapFree=67111364/67111528
[pid=21835] ppid=21833 vsize=8704 CPUtime=0.39 cores=4,6
/proc/21835/stat : 21835 (ebglucose.sh) S 21833 21835 21546 0 -1 4202496 380 5152 0 0 0 0 37 2 21 0 1 0 489733001 8912896 255 33554432000 4194304 4922060 140735495246656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21835/statm: 2176 255 211 178 0 69 0
[pid=21839] ppid=21835 vsize=31264 CPUtime=101.14 cores=4,6
/proc/21839/stat : 21839 (ebglucose_stati) R 21835 21835 21546 0 -1 4202496 7240 0 0 0 10108 6 0 0 25 0 1 0 489733042 32014336 7181 33554432000 134512640 134556542 4288804064 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/21839/statm: 7816 7181 214 11 0 7150 0
Current children cumulated CPU time (s) 101.53
Current children cumulated vsize (KiB) 39968

[startup+162.3 s]
/proc/loadavg: 4.11 4.08 4.06 5/192 21907
/proc/meminfo: memFree=24735012/32951132 swapFree=67111364/67111528
[pid=21835] ppid=21833 vsize=8704 CPUtime=0.39 cores=4,6
/proc/21835/stat : 21835 (ebglucose.sh) S 21833 21835 21546 0 -1 4202496 380 5152 0 0 0 0 37 2 21 0 1 0 489733001 8912896 255 33554432000 4194304 4922060 140735495246656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21835/statm: 2176 255 211 178 0 69 0
[pid=21839] ppid=21835 vsize=36020 CPUtime=161.1 cores=4,6
/proc/21839/stat : 21839 (ebglucose_stati) R 21835 21835 21546 0 -1 4202496 8443 0 0 0 16102 8 0 0 25 0 1 0 489733042 36884480 8384 33554432000 134512640 134556542 4288804064 18446744073709551615 134533364 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/21839/statm: 9005 8384 214 11 0 8339 0
Current children cumulated CPU time (s) 161.49
Current children cumulated vsize (KiB) 44724

[startup+222.307 s]
/proc/loadavg: 4.04 4.06 4.05 5/192 21908
/proc/meminfo: memFree=24713804/32951132 swapFree=67111364/67111528
[pid=21835] ppid=21833 vsize=8704 CPUtime=0.39 cores=4,6
/proc/21835/stat : 21835 (ebglucose.sh) S 21833 21835 21546 0 -1 4202496 380 5152 0 0 0 0 37 2 21 0 1 0 489733001 8912896 255 33554432000 4194304 4922060 140735495246656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21835/statm: 2176 255 211 178 0 69 0
[pid=21839] ppid=21835 vsize=42536 CPUtime=221.07 cores=4,6
/proc/21839/stat : 21839 (ebglucose_stati) R 21835 21835 21546 0 -1 4202496 10024 0 0 0 22098 9 0 0 25 0 1 0 489733042 43556864 9965 33554432000 134512640 134556542 4288804064 18446744073709551615 134531271 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/21839/statm: 10634 9965 214 11 0 9968 0
Current children cumulated CPU time (s) 221.46
Current children cumulated vsize (KiB) 51240

[startup+282.301 s]
/proc/loadavg: 4.01 4.05 4.05 5/192 21910
/proc/meminfo: memFree=24699420/32951132 swapFree=67111364/67111528
[pid=21835] ppid=21833 vsize=8704 CPUtime=0.39 cores=4,6
/proc/21835/stat : 21835 (ebglucose.sh) S 21833 21835 21546 0 -1 4202496 380 5152 0 0 0 0 37 2 21 0 1 0 489733001 8912896 255 33554432000 4194304 4922060 140735495246656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21835/statm: 2176 255 211 178 0 69 0
[pid=21839] ppid=21835 vsize=44780 CPUtime=281.03 cores=4,6
/proc/21839/stat : 21839 (ebglucose_stati) R 21835 21835 21546 0 -1 4202496 10594 0 0 0 28093 10 0 0 25 0 1 0 489733042 45854720 10535 33554432000 134512640 134556542 4288804064 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/21839/statm: 11195 10535 214 11 0 10529 0
Current children cumulated CPU time (s) 281.42
Current children cumulated vsize (KiB) 53484

[startup+342.301 s]
/proc/loadavg: 4.04 4.05 4.05 5/192 21911
/proc/meminfo: memFree=24687636/32951132 swapFree=67111364/67111528
[pid=21835] ppid=21833 vsize=8704 CPUtime=0.39 cores=4,6
/proc/21835/stat : 21835 (ebglucose.sh) S 21833 21835 21546 0 -1 4202496 380 5152 0 0 0 0 37 2 21 0 1 0 489733001 8912896 255 33554432000 4194304 4922060 140735495246656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21835/statm: 2176 255 211 178 0 69 0
[pid=21839] ppid=21835 vsize=47948 CPUtime=341 cores=4,6
/proc/21839/stat : 21839 (ebglucose_stati) R 21835 21835 21546 0 -1 4202496 11414 0 0 0 34089 11 0 0 25 0 1 0 489733042 49098752 11355 33554432000 134512640 134556542 4288804064 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/21839/statm: 11987 11355 214 11 0 11321 0
Current children cumulated CPU time (s) 341.39
Current children cumulated vsize (KiB) 56652

[startup+402.301 s]
/proc/loadavg: 4.01 4.04 4.04 5/192 21913
/proc/meminfo: memFree=24676348/32951132 swapFree=67111364/67111528
[pid=21835] ppid=21833 vsize=8704 CPUtime=0.39 cores=4,6

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

[pid=21839] ppid=21835 vsize=62148 CPUtime=580.86 cores=4,6
/proc/21839/stat : 21839 (ebglucose_stati) R 21835 21835 21546 0 -1 4202496 14913 0 0 0 58070 16 0 0 25 0 1 0 489733042 63639552 14849 33554432000 134512640 134556542 4288804064 18446744073709551615 134537330 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/21839/statm: 15537 14849 214 11 0 14871 0
Current children cumulated CPU time (s) 581.25
Current children cumulated vsize (KiB) 70852

[startup+642.301 s]
/proc/loadavg: 4.07 4.03 4.02 5/192 21919
/proc/meminfo: memFree=24639808/32951132 swapFree=67111364/67111528
[pid=21835] ppid=21833 vsize=8704 CPUtime=0.39 cores=4,6
/proc/21835/stat : 21835 (ebglucose.sh) S 21833 21835 21546 0 -1 4202496 380 5152 0 0 0 0 37 2 21 0 1 0 489733001 8912896 255 33554432000 4194304 4922060 140735495246656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21835/statm: 2176 255 211 178 0 69 0
[pid=21839] ppid=21835 vsize=62928 CPUtime=640.82 cores=4,6
/proc/21839/stat : 21839 (ebglucose_stati) R 21835 21835 21546 0 -1 4202496 15150 0 0 0 64065 17 0 0 25 0 1 0 489733042 64438272 15071 33554432000 134512640 134556542 4288804064 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/21839/statm: 15732 15071 214 11 0 15066 0
Current children cumulated CPU time (s) 641.21
Current children cumulated vsize (KiB) 71632

[startup+702.301 s]
/proc/loadavg: 4.02 4.02 4.02 5/192 21921
/proc/meminfo: memFree=24630628/32951132 swapFree=67111364/67111528
[pid=21835] ppid=21833 vsize=8704 CPUtime=0.39 cores=4,6
/proc/21835/stat : 21835 (ebglucose.sh) S 21833 21835 21546 0 -1 4202496 380 5152 0 0 0 0 37 2 21 0 1 0 489733001 8912896 255 33554432000 4194304 4922060 140735495246656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21835/statm: 2176 255 211 178 0 69 0
[pid=21839] ppid=21835 vsize=66632 CPUtime=700.79 cores=4,6
/proc/21839/stat : 21839 (ebglucose_stati) R 21835 21835 21546 0 -1 4202496 16073 0 0 0 70060 19 0 0 25 0 1 0 489733042 68231168 15994 33554432000 134512640 134556542 4288804064 18446744073709551615 134537526 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/21839/statm: 16658 15994 214 11 0 15992 0
Current children cumulated CPU time (s) 701.18
Current children cumulated vsize (KiB) 75336

[startup+762.301 s]
/proc/loadavg: 4.07 4.03 4.02 5/192 21923
/proc/meminfo: memFree=24621564/32951132 swapFree=67111364/67111528
[pid=21835] ppid=21833 vsize=8704 CPUtime=0.39 cores=4,6
/proc/21835/stat : 21835 (ebglucose.sh) S 21833 21835 21546 0 -1 4202496 380 5152 0 0 0 0 37 2 21 0 1 0 489733001 8912896 255 33554432000 4194304 4922060 140735495246656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21835/statm: 2176 255 211 178 0 69 0
[pid=21839] ppid=21835 vsize=66632 CPUtime=760.76 cores=4,6
/proc/21839/stat : 21839 (ebglucose_stati) R 21835 21835 21546 0 -1 4202496 16078 0 0 0 76056 20 0 0 25 0 1 0 489733042 68231168 15999 33554432000 134512640 134556542 4288804064 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/21839/statm: 16658 15999 214 11 0 15992 0
Current children cumulated CPU time (s) 761.15
Current children cumulated vsize (KiB) 75336

[startup+822.301 s]
/proc/loadavg: 4.02 4.02 4.01 5/192 21924
/proc/meminfo: memFree=24617460/32951132 swapFree=67111364/67111528
[pid=21835] ppid=21833 vsize=8704 CPUtime=0.39 cores=4,6
/proc/21835/stat : 21835 (ebglucose.sh) S 21833 21835 21546 0 -1 4202496 380 5152 0 0 0 0 37 2 21 0 1 0 489733001 8912896 255 33554432000 4194304 4922060 140735495246656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21835/statm: 2176 255 211 178 0 69 0
[pid=21839] ppid=21835 vsize=69012 CPUtime=820.7 cores=4,6
/proc/21839/stat : 21839 (ebglucose_stati) R 21835 21835 21546 0 -1 4202496 16675 0 0 0 82050 20 0 0 25 0 1 0 489733042 70668288 16596 33554432000 134512640 134556542 4288804064 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/21839/statm: 17253 16596 214 11 0 16587 0
Current children cumulated CPU time (s) 821.09
Current children cumulated vsize (KiB) 77716

[startup+882.307 s]
/proc/loadavg: 4.01 4.02 4.00 5/192 21926
/proc/meminfo: memFree=24612496/32951132 swapFree=67111364/67111528
[pid=21835] ppid=21833 vsize=8704 CPUtime=0.39 cores=4,6
/proc/21835/stat : 21835 (ebglucose.sh) S 21833 21835 21546 0 -1 4202496 380 5152 0 0 0 0 37 2 21 0 1 0 489733001 8912896 255 33554432000 4194304 4922060 140735495246656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21835/statm: 2176 255 211 178 0 69 0
[pid=21839] ppid=21835 vsize=73236 CPUtime=880.67 cores=4,6
/proc/21839/stat : 21839 (ebglucose_stati) R 21835 21835 21546 0 -1 4202496 17723 0 0 0 88046 21 0 0 25 0 1 0 489733042 74993664 17644 33554432000 134512640 134556542 4288804064 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/21839/statm: 18309 17644 214 11 0 17643 0
Current children cumulated CPU time (s) 881.06
Current children cumulated vsize (KiB) 81940

[startup+942.301 s]
/proc/loadavg: 4.00 4.01 4.00 5/192 21927
/proc/meminfo: memFree=24604184/32951132 swapFree=67111364/67111528
[pid=21835] ppid=21833 vsize=8704 CPUtime=0.39 cores=4,6
/proc/21835/stat : 21835 (ebglucose.sh) S 21833 21835 21546 0 -1 4202496 380 5152 0 0 0 0 37 2 21 0 1 0 489733001 8912896 255 33554432000 4194304 4922060 140735495246656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21835/statm: 2176 255 211 178 0 69 0
[pid=21839] ppid=21835 vsize=74688 CPUtime=940.62 cores=4,6
/proc/21839/stat : 21839 (ebglucose_stati) R 21835 21835 21546 0 -1 4202496 18101 0 0 0 94040 22 0 0 25 0 1 0 489733042 76480512 18022 33554432000 134512640 134556542 4288804064 18446744073709551615 134537195 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/21839/statm: 18672 18022 214 11 0 18006 0
Current children cumulated CPU time (s) 941.01
Current children cumulated vsize (KiB) 83392

[startup+1002.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/192 21929
/proc/meminfo: memFree=24600300/32951132 swapFree=67111364/67111528
[pid=21835] ppid=21833 vsize=8704 CPUtime=0.39 cores=4,6
/proc/21835/stat : 21835 (ebglucose.sh) S 21833 21835 21546 0 -1 4202496 380 5152 0 0 0 0 37 2 21 0 1 0 489733001 8912896 255 33554432000 4194304 4922060 140735495246656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21835/statm: 2176 255 211 178 0 69 0
[pid=21839] ppid=21835 vsize=77340 CPUtime=1000.59 cores=4,6
/proc/21839/stat : 21839 (ebglucose_stati) R 21835 21835 21546 0 -1 4202496 18764 0 0 0 100036 23 0 0 25 0 1 0 489733042 79196160 18685 33554432000 134512640 134556542 4288804064 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/21839/statm: 19335 18685 214 11 0 18669 0
Current children cumulated CPU time (s) 1000.98
Current children cumulated vsize (KiB) 86044

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 4.00 6/192 21931
/proc/meminfo: memFree=24588636/32951132 swapFree=67111364/67111528
[pid=21835] ppid=21833 vsize=8704 CPUtime=0.39 cores=4,6
/proc/21835/stat : 21835 (ebglucose.sh) S 21833 21835 21546 0 -1 4202496 380 5152 0 0 0 0 37 2 21 0 1 0 489733001 8912896 255 33554432000 4194304 4922060 140735495246656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21835/statm: 2176 255 211 178 0 69 0
[pid=21839] ppid=21835 vsize=84732 CPUtime=1060.54 cores=4,6
/proc/21839/stat : 21839 (ebglucose_stati) R 21835 21835 21546 0 -1 4202496 20615 0 0 0 106030 24 0 0 25 0 1 0 489733042 86765568 20536 33554432000 134512640 134556542 4288804064 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/21839/statm: 21183 20536 214 11 0 20517 0
Current children cumulated CPU time (s) 1060.93
Current children cumulated vsize (KiB) 93436

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/192 21932
/proc/meminfo: memFree=24587144/32951132 swapFree=67111364/67111528
[pid=21835] ppid=21833 vsize=8704 CPUtime=0.39 cores=4,6
/proc/21835/stat : 21835 (ebglucose.sh) S 21833 21835 21546 0 -1 4202496 380 5152 0 0 0 0 37 2 21 0 1 0 489733001 8912896 255 33554432000 4194304 4922060 140735495246656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21835/statm: 2176 255 211 178 0 69 0
[pid=21839] ppid=21835 vsize=84732 CPUtime=1120.5 cores=4,6
/proc/21839/stat : 21839 (ebglucose_stati) R 21835 21835 21546 0 -1 4202496 20620 0 0 0 112025 25 0 0 25 0 1 0 489733042 86765568 20541 33554432000 134512640 134556542 4288804064 18446744073709551615 134537540 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/21839/statm: 21183 20541 214 11 0 20517 0
Current children cumulated CPU time (s) 1120.89
Current children cumulated vsize (KiB) 93436

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/192 21934
/proc/meminfo: memFree=24574000/32951132 swapFree=67111364/67111528
[pid=21835] ppid=21833 vsize=8704 CPUtime=0.39 cores=4,6
/proc/21835/stat : 21835 (ebglucose.sh) S 21833 21835 21546 0 -1 4202496 380 5152 0 0 0 0 37 2 21 0 1 0 489733001 8912896 255 33554432000 4194304 4922060 140735495246656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21835/statm: 2176 255 211 178 0 69 0
[pid=21839] ppid=21835 vsize=84732 CPUtime=1180.5 cores=4,6
/proc/21839/stat : 21839 (ebglucose_stati) R 21835 21835 21546 0 -1 4202496 20623 0 0 0 118025 25 0 0 25 0 1 0 489733042 86765568 20544 33554432000 134512640 134556542 4288804064 18446744073709551615 134535080 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/21839/statm: 21183 20544 214 11 0 20517 0
Current children cumulated CPU time (s) 1180.89
Current children cumulated vsize (KiB) 93436

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/192 21935
/proc/meminfo: memFree=24571760/32951132 swapFree=67111364/67111528
[pid=21835] ppid=21833 vsize=8704 CPUtime=0.39 cores=4,6
/proc/21835/stat : 21835 (ebglucose.sh) S 21833 21835 21546 0 -1 4202496 380 5152 0 0 0 0 37 2 21 0 1 0 489733001 8912896 255 33554432000 4194304 4922060 140735495246656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21835/statm: 2176 255 211 178 0 69 0
[pid=21839] ppid=21835 vsize=84864 CPUtime=1240.51 cores=4,6
/proc/21839/stat : 21839 (ebglucose_stati) R 21835 21835 21546 0 -1 4202496 20663 0 0 0 124026 25 0 0 25 0 1 0 489733042 86900736 20584 33554432000 134512640 134556542 4288804064 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/21839/statm: 21216 20584 214 11 0 20550 0
Current children cumulated CPU time (s) 1240.9
Current children cumulated vsize (KiB) 93568



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 4.00 4/186 21955
/proc/meminfo: memFree=24617000/32951132 swapFree=67111364/67111528
[pid=21835] ppid=21833 vsize=8704 CPUtime=0.39 cores=4,6
/proc/21835/stat : 21835 (ebglucose.sh) S 21833 21835 21546 0 -1 4202496 380 5152 0 0 0 0 37 2 21 0 1 0 489733001 8912896 255 33554432000 4194304 4922060 140735495246656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21835/statm: 2176 255 211 178 0 69 0
[pid=21839] ppid=21835 vsize=86060 CPUtime=1298.21 cores=4,6
/proc/21839/stat : 21839 (ebglucose_stati) R 21835 21835 21546 0 -1 4202496 20851 0 0 0 129796 25 0 0 25 0 1 0 489733042 88125440 20772 33554432000 134512640 134556542 4288804064 18446744073709551615 134536841 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/21839/statm: 21515 20772 214 11 0 20849 0
Current children cumulated CPU time (s) 1298.6
Current children cumulated vsize (KiB) 94764

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

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

[startup+1300 s]
/proc/loadavg: 4.00 4.00 4.00 4/186 21955
/proc/meminfo: memFree=24617000/32951132 swapFree=67111364/67111528
[pid=21835] ppid=21833 vsize=8704 CPUtime=0.39 cores=4,6
/proc/21835/stat : 21835 (ebglucose.sh) S 21833 21835 21546 0 -1 4202496 380 5152 0 0 0 0 37 2 21 0 1 0 489733001 8912896 255 33554432000 4194304 4922060 140735495246656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21835/statm: 2176 255 211 178 0 69 0
[pid=21839] ppid=21835 vsize=86060 CPUtime=1298.21 cores=4,6
/proc/21839/stat : 21839 (ebglucose_stati) R 21835 21835 21546 0 -1 4202496 20851 0 0 0 129796 25 0 0 25 0 1 0 489733042 88125440 20772 33554432000 134512640 134556542 4288804064 18446744073709551615 134536841 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/21839/statm: 21515 20772 214 11 0 20849 0
Current children cumulated CPU time (s) 1298.6
Current children cumulated vsize (KiB) 94764

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1298.63
CPU user time (s): 1298.35
CPU system time (s): 0.283956
CPU usage (%): 99.8936
Max. virtual memory (cumulated for all children) (KiB): 94764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.35
system time used= 0.283956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26397
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= 14
involuntary context switches= 3221

runsolver used 2.19067 second user time and 5.13122 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-26 03:29:04
IDJOB=3291473
IDBENCH=84223
IDSOLVER=1652
FILE ID=node128/3291473-1303781343
RUNJOBID= node128-1303780038-21565
PBS_JOBID= 13157217
Free space on /tmp= 66788 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT03/industrial/li/li-exam/li-exam-61.shuffled-as.sat03-366.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291473-1303781343/watcher-3291473-1303781343 -o /tmp/evaluation-result-3291473-1303781343/solver-3291473-1303781343 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3291473-1303781343.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 3be662940f394fa876137a905247d755
RANDOM SEED=1773276791

node128.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      24728952 kB
Buffers:       1292696 kB
Cached:        6139376 kB
SwapCached:        160 kB
Active:         878552 kB
Inactive:      6724676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      24728952 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            7364 kB
Writeback:           0 kB
AnonPages:      170936 kB
Mapped:          16360 kB
Slab:           554588 kB
PageTables:       5456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   357060 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66788 MiB
End job on node128 at 2011-04-26 03:50:46