Trace number 3280433

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) 1300.01 1300.01

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-5-13-u.cnf
MD5SUM45ee13b66821e6c36f3e38be418fa121
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3586.1
Satisfiable
(Un)Satisfiability was proved
Number of variables138808
Number of clauses626501
Sum of the clauses size1431026
Maximum clause length10
Minimum clause length1
Number of clauses of size 111712
Number of clauses of size 2503953
Number of clauses of size 384536
Number of clauses of size 42920
Number of clauses of size 511680
Number of clauses of size over 511700

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.25	c ==============================================================================
0.00/0.25	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.25	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.25	c ==============================================================================
0.00/0.25	c |         0 |  614789  1419314 |  184436       0        0     nan |  0.000 % |
1.79/1.84	c |         0 |  248601   661061 |      --       0       --      -- |     --   | -225959/-441263
1.79/1.84	c ==============================================================================
1.79/1.84	c Result  :   #vars: 44244   #clauses: 248601   #literals: 661061
1.79/1.84	c CPU time:   1.79573 s
1.79/1.84	c ==============================================================================
1.89/1.98	c
1.89/1.98	c Starting glucose
1.89/1.98	c
1.89/1.98	
1.89/1.98	c This is EBGlucose 1.0 -- based on Glucose version 1.0
1.89/1.98	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
1.89/1.98	
1.89/1.98	c ============================[ Problem Statistics ]=============================
1.89/1.98	c |                                                                             |
1.89/1.98	c |  Number of variables:  44244                                                |
1.89/1.98	c |  Number of clauses:    248601                                               |
1.97/2.07	c |  Parsing time:         0.09         s                                       |
1299.97/1300.01	HOME/ebglucose.sh: line 57:  2756 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-3280433-1303749442/watcher-3280433-1303749442 -o /tmp/evaluation-result-3280433-1303749442/solver-3280433-1303749442 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3280433-1303749442.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: 1.56 2.09 2.61 5/182 2732
/proc/meminfo: memFree=11708000/32950928 swapFree=67111528/67111528
[pid=2732] ppid=2730 vsize=8704 CPUtime=0 cores=4,6
/proc/2732/stat : 2732 (ebglucose.sh) R 2730 2732 2377 0 -1 4202496 337 233 0 0 0 0 0 0 20 0 1 0 565174926 8912896 252 33554432000 4194304 4922060 140733642329520 18446744073709551615 218880385429 0 65538 4100 65536 0 0 0 17 4 0 0 0
/proc/2732/statm: 2176 252 211 178 0 69 0

[startup+0.0912891 s]
/proc/loadavg: 1.56 2.09 2.61 5/182 2732
/proc/meminfo: memFree=11708000/32950928 swapFree=67111528/67111528
[pid=2732] ppid=2730 vsize=8704 CPUtime=0 cores=4,6
/proc/2732/stat : 2732 (ebglucose.sh) S 2730 2732 2377 0 -1 4202496 354 233 0 0 0 0 0 0 20 0 1 0 565174926 8912896 252 33554432000 4194304 4922060 140733642329520 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2732/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100281 s]
/proc/loadavg: 1.56 2.09 2.61 5/182 2732
/proc/meminfo: memFree=11708000/32950928 swapFree=67111528/67111528
[pid=2732] ppid=2730 vsize=8704 CPUtime=0 cores=4,6
/proc/2732/stat : 2732 (ebglucose.sh) S 2730 2732 2377 0 -1 4202496 354 233 0 0 0 0 0 0 20 0 1 0 565174926 8912896 252 33554432000 4194304 4922060 140733642329520 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2732/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300243 s]
/proc/loadavg: 1.56 2.09 2.61 5/182 2732
/proc/meminfo: memFree=11708000/32950928 swapFree=67111528/67111528
[pid=2732] ppid=2730 vsize=8704 CPUtime=0 cores=4,6
/proc/2732/stat : 2732 (ebglucose.sh) S 2730 2732 2377 0 -1 4202496 354 233 0 0 0 0 0 0 20 0 1 0 565174926 8912896 252 33554432000 4194304 4922060 140733642329520 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2732/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.701171 s]
/proc/loadavg: 1.56 2.09 2.61 5/182 2732
/proc/meminfo: memFree=11708000/32950928 swapFree=67111528/67111528
[pid=2732] ppid=2730 vsize=8704 CPUtime=0 cores=4,6
/proc/2732/stat : 2732 (ebglucose.sh) S 2730 2732 2377 0 -1 4202496 354 233 0 0 0 0 0 0 20 0 1 0 565174926 8912896 252 33554432000 4194304 4922060 140733642329520 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2732/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50104 s]
/proc/loadavg: 1.76 2.12 2.62 5/194 2754
/proc/meminfo: memFree=11381044/32950928 swapFree=67111528/67111528
[pid=2732] ppid=2730 vsize=8704 CPUtime=0 cores=4,6
/proc/2732/stat : 2732 (ebglucose.sh) S 2730 2732 2377 0 -1 4202496 354 233 0 0 0 0 0 0 20 0 1 0 565174926 8912896 252 33554432000 4194304 4922060 140733642329520 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2732/statm: 2176 252 211 178 0 69 0
[pid=2734] ppid=2732 vsize=84904 CPUtime=1.49 cores=4,6
/proc/2734/stat : 2734 (SatELite_releas) R 2732 2732 2377 0 -1 4202496 20280 0 0 0 145 4 0 0 25 0 1 0 565174927 86941696 17130 33554432000 134512640 135144230 4290515456 18446744073709551615 134585324 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/2734/statm: 21226 17130 78 155 0 21069 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 93608

[startup+3.10075 s]
/proc/loadavg: 1.76 2.12 2.62 5/194 2756
/proc/meminfo: memFree=11390716/32950928 swapFree=67111528/67111528
[pid=2732] ppid=2730 vsize=8704 CPUtime=1.97 cores=4,6
/proc/2732/stat : 2732 (ebglucose.sh) S 2730 2732 2377 0 -1 4202496 380 26869 0 0 0 0 192 5 18 0 1 0 565174926 8912896 255 33554432000 4194304 4922060 140733642329520 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2732/statm: 2176 255 211 178 0 69 0
[pid=2756] ppid=2732 vsize=22728 CPUtime=1.09 cores=4,6
/proc/2756/stat : 2756 (ebglucose_stati) R 2732 2732 2377 0 -1 4202496 5050 0 0 0 108 1 0 0 22 0 1 0 565175125 23273472 4985 33554432000 134512640 134556542 4290410240 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2756/statm: 5682 4985 212 11 0 5016 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 31432

[startup+6.30117 s]
/proc/loadavg: 1.94 2.15 2.63 5/194 2759
/proc/meminfo: memFree=11612612/32950928 swapFree=67111528/67111528
[pid=2732] ppid=2730 vsize=8704 CPUtime=1.97 cores=4,6
/proc/2732/stat : 2732 (ebglucose.sh) S 2730 2732 2377 0 -1 4202496 380 26869 0 0 0 0 192 5 18 0 1 0 565174926 8912896 255 33554432000 4194304 4922060 140733642329520 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2732/statm: 2176 255 211 178 0 69 0
[pid=2756] ppid=2732 vsize=24064 CPUtime=4.29 cores=4,6
/proc/2756/stat : 2756 (ebglucose_stati) R 2732 2732 2377 0 -1 4202496 5403 0 0 0 427 2 0 0 25 0 1 0 565175125 24641536 5338 33554432000 134512640 134556542 4290410240 18446744073709551615 134537876 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2756/statm: 6016 5338 214 11 0 5350 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 32768

[startup+12.701 s]
/proc/loadavg: 2.10 2.18 2.63 5/194 2759
/proc/meminfo: memFree=11590712/32950928 swapFree=67111528/67111528
[pid=2732] ppid=2730 vsize=8704 CPUtime=1.97 cores=4,6
/proc/2732/stat : 2732 (ebglucose.sh) S 2730 2732 2377 0 -1 4202496 380 26869 0 0 0 0 192 5 18 0 1 0 565174926 8912896 255 33554432000 4194304 4922060 140733642329520 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2732/statm: 2176 255 211 178 0 69 0
[pid=2756] ppid=2732 vsize=26212 CPUtime=10.69 cores=4,6
/proc/2756/stat : 2756 (ebglucose_stati) R 2732 2732 2377 0 -1 4202496 5936 0 0 0 1067 2 0 0 25 0 1 0 565175125 26841088 5871 33554432000 134512640 134556542 4290410240 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2756/statm: 6553 5871 214 11 0 5887 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 34916

[startup+25.5008 s]
/proc/loadavg: 2.52 2.27 2.65 5/194 2760
/proc/meminfo: memFree=11562496/32950928 swapFree=67111528/67111528
[pid=2732] ppid=2730 vsize=8704 CPUtime=1.97 cores=4,6
/proc/2732/stat : 2732 (ebglucose.sh) S 2730 2732 2377 0 -1 4202496 380 26869 0 0 0 0 192 5 18 0 1 0 565174926 8912896 255 33554432000 4194304 4922060 140733642329520 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2732/statm: 2176 255 211 178 0 69 0
[pid=2756] ppid=2732 vsize=28764 CPUtime=23.49 cores=4,6
/proc/2756/stat : 2756 (ebglucose_stati) R 2732 2732 2377 0 -1 4202496 6578 0 0 0 2346 3 0 0 25 0 1 0 565175125 29454336 6513 33554432000 134512640 134556542 4290410240 18446744073709551615 134537315 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2756/statm: 7191 6513 214 11 0 6525 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 37468

[startup+51.1012 s]
/proc/loadavg: 3.02 2.41 2.69 5/194 2760
/proc/meminfo: memFree=11542236/32950928 swapFree=67111528/67111528
[pid=2732] ppid=2730 vsize=8704 CPUtime=1.97 cores=4,6
/proc/2732/stat : 2732 (ebglucose.sh) S 2730 2732 2377 0 -1 4202496 380 26869 0 0 0 0 192 5 18 0 1 0 565174926 8912896 255 33554432000 4194304 4922060 140733642329520 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2732/statm: 2176 255 211 178 0 69 0
[pid=2756] ppid=2732 vsize=30792 CPUtime=49.08 cores=4,6
/proc/2756/stat : 2756 (ebglucose_stati) R 2732 2732 2377 0 -1 4202496 7036 0 0 0 4905 3 0 0 25 0 1 0 565175125 31531008 6971 33554432000 134512640 134556542 4290410240 18446744073709551615 134537176 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2756/statm: 7698 6971 214 11 0 7032 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 39496

[startup+102.307 s]
/proc/loadavg: 3.64 2.67 2.76 5/194 2765
/proc/meminfo: memFree=11526828/32950928 swapFree=67111528/67111528
[pid=2732] ppid=2730 vsize=8704 CPUtime=1.97 cores=4,6
/proc/2732/stat : 2732 (ebglucose.sh) S 2730 2732 2377 0 -1 4202496 380 26869 0 0 0 0 192 5 18 0 1 0 565174926 8912896 255 33554432000 4194304 4922060 140733642329520 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2732/statm: 2176 255 211 178 0 69 0
[pid=2756] ppid=2732 vsize=34232 CPUtime=100.28 cores=4,6
/proc/2756/stat : 2756 (ebglucose_stati) R 2732 2732 2377 0 -1 4202496 7901 0 0 0 10025 3 0 0 25 0 1 0 565175125 35053568 7836 33554432000 134512640 134556542 4290410240 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2756/statm: 8558 7836 214 11 0 7892 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 42936

[startup+162.3 s]
/proc/loadavg: 3.87 2.91 2.83 5/194 2766
/proc/meminfo: memFree=11506020/32950928 swapFree=67111528/67111528
[pid=2732] ppid=2730 vsize=8704 CPUtime=1.97 cores=4,6
/proc/2732/stat : 2732 (ebglucose.sh) S 2730 2732 2377 0 -1 4202496 380 26869 0 0 0 0 192 5 18 0 1 0 565174926 8912896 255 33554432000 4194304 4922060 140733642329520 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2732/statm: 2176 255 211 178 0 69 0
[pid=2756] ppid=2732 vsize=36940 CPUtime=160.28 cores=4,6
/proc/2756/stat : 2756 (ebglucose_stati) R 2732 2732 2377 0 -1 4202496 8517 0 0 0 16024 4 0 0 25 0 1 0 565175125 37826560 8452 33554432000 134512640 134556542 4290410240 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2756/statm: 9235 8452 214 11 0 8569 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 45644

[startup+222.301 s]
/proc/loadavg: 3.95 3.10 2.91 5/194 2769
/proc/meminfo: memFree=11496552/32950928 swapFree=67111528/67111528
[pid=2732] ppid=2730 vsize=8704 CPUtime=1.97 cores=4,6
/proc/2732/stat : 2732 (ebglucose.sh) S 2730 2732 2377 0 -1 4202496 380 26869 0 0 0 0 192 5 18 0 1 0 565174926 8912896 255 33554432000 4194304 4922060 140733642329520 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2732/statm: 2176 255 211 178 0 69 0
[pid=2756] ppid=2732 vsize=38168 CPUtime=220.28 cores=4,6
/proc/2756/stat : 2756 (ebglucose_stati) R 2732 2732 2377 0 -1 4202496 8827 0 0 0 22024 4 0 0 25 0 1 0 565175125 39084032 8762 33554432000 134512640 134556542 4290410240 18446744073709551615 134537526 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2756/statm: 9542 8762 214 11 0 8876 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 46872

[startup+282.301 s]
/proc/loadavg: 3.98 3.26 2.97 5/194 2770
/proc/meminfo: memFree=11487556/32950928 swapFree=67111528/67111528
[pid=2732] ppid=2730 vsize=8704 CPUtime=1.97 cores=4,6
/proc/2732/stat : 2732 (ebglucose.sh) S 2730 2732 2377 0 -1 4202496 380 26869 0 0 0 0 192 5 18 0 1 0 565174926 8912896 255 33554432000 4194304 4922060 140733642329520 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2732/statm: 2176 255 211 178 0 69 0
[pid=2756] ppid=2732 vsize=40572 CPUtime=280.28 cores=4,6
/proc/2756/stat : 2756 (ebglucose_stati) R 2732 2732 2377 0 -1 4202496 9388 0 0 0 28024 4 0 0 25 0 1 0 565175125 41545728 9323 33554432000 134512640 134556542 4290410240 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2756/statm: 10143 9323 214 11 0 9477 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 49276

[startup+342.301 s]
/proc/loadavg: 3.99 3.39 3.03 5/194 2772
/proc/meminfo: memFree=11480060/32950928 swapFree=67111528/67111528
[pid=2732] ppid=2730 vsize=8704 CPUtime=1.97 cores=4,6
/proc/2732/stat : 2732 (ebglucose.sh) S 2730 2732 2377 0 -1 4202496 380 26869 0 0 0 0 192 5 18 0 1 0 565174926 8912896 255 33554432000 4194304 4922060 140733642329520 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2732/statm: 2176 255 211 178 0 69 0
[pid=2756] ppid=2732 vsize=42036 CPUtime=340.28 cores=4,6
/proc/2756/stat : 2756 (ebglucose_stati) R 2732 2732 2377 0 -1 4202496 9691 0 0 0 34024 4 0 0 25 0 1 0 565175125 43044864 9626 33554432000 134512640 134556542 4290410240 18446744073709551615 134536789 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2756/statm: 10509 9626 214 11 0 9843 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 50740

[startup+402.301 s]
/proc/loadavg: 3.99 3.50 3.09 5/194 2774
/proc/meminfo: memFree=11470236/32950928 swapFree=67111528/67111528
[pid=2732] ppid=2730 vsize=8704 CPUtime=1.97 cores=4,6

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

[pid=2756] ppid=2732 vsize=47736 CPUtime=520.28 cores=4,6
/proc/2756/stat : 2756 (ebglucose_stati) R 2732 2732 2377 0 -1 4202496 11119 0 0 0 52024 4 0 0 25 0 1 0 565175125 48881664 11054 33554432000 134512640 134556542 4290410240 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2756/statm: 11934 11054 214 11 0 11268 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 56440

[startup+582.301 s]
/proc/loadavg: 4.04 3.75 3.25 5/194 2778
/proc/meminfo: memFree=11444416/32950928 swapFree=67111528/67111528
[pid=2732] ppid=2730 vsize=8704 CPUtime=1.97 cores=4,6
/proc/2732/stat : 2732 (ebglucose.sh) S 2730 2732 2377 0 -1 4202496 380 26869 0 0 0 0 192 5 18 0 1 0 565174926 8912896 255 33554432000 4194304 4922060 140733642329520 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2732/statm: 2176 255 211 178 0 69 0
[pid=2756] ppid=2732 vsize=48504 CPUtime=580.29 cores=4,6
/proc/2756/stat : 2756 (ebglucose_stati) R 2732 2732 2377 0 -1 4202496 11294 0 0 0 58024 5 0 0 25 0 1 0 565175125 49668096 11229 33554432000 134512640 134556542 4290410240 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2756/statm: 12126 11229 214 11 0 11460 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 57208

[startup+642.301 s]
/proc/loadavg: 4.01 3.79 3.30 5/194 2780
/proc/meminfo: memFree=11438040/32950928 swapFree=67111528/67111528
[pid=2732] ppid=2730 vsize=8704 CPUtime=1.97 cores=4,6
/proc/2732/stat : 2732 (ebglucose.sh) S 2730 2732 2377 0 -1 4202496 380 26869 0 0 0 0 192 5 18 0 1 0 565174926 8912896 255 33554432000 4194304 4922060 140733642329520 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2732/statm: 2176 255 211 178 0 69 0
[pid=2756] ppid=2732 vsize=51196 CPUtime=640.29 cores=4,6
/proc/2756/stat : 2756 (ebglucose_stati) R 2732 2732 2377 0 -1 4202496 11968 0 0 0 64024 5 0 0 25 0 1 0 565175125 52424704 11903 33554432000 134512640 134556542 4290410240 18446744073709551615 134537466 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2756/statm: 12799 11903 214 11 0 12133 0
Current children cumulated CPU time (s) 642.26
Current children cumulated vsize (KiB) 59900

[startup+702.301 s]
/proc/loadavg: 4.00 3.83 3.34 5/194 2783
/proc/meminfo: memFree=11432908/32950928 swapFree=67111528/67111528
[pid=2732] ppid=2730 vsize=8704 CPUtime=1.97 cores=4,6
/proc/2732/stat : 2732 (ebglucose.sh) S 2730 2732 2377 0 -1 4202496 380 26869 0 0 0 0 192 5 18 0 1 0 565174926 8912896 255 33554432000 4194304 4922060 140733642329520 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2732/statm: 2176 255 211 178 0 69 0
[pid=2756] ppid=2732 vsize=52416 CPUtime=700.29 cores=4,6
/proc/2756/stat : 2756 (ebglucose_stati) R 2732 2732 2377 0 -1 4202496 12232 0 0 0 70024 5 0 0 25 0 1 0 565175125 53673984 12167 33554432000 134512640 134556542 4290410240 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2756/statm: 13104 12167 214 11 0 12438 0
Current children cumulated CPU time (s) 702.26
Current children cumulated vsize (KiB) 61120

[startup+762.307 s]
/proc/loadavg: 4.00 3.85 3.38 5/194 2785
/proc/meminfo: memFree=11430028/32950928 swapFree=67111528/67111528
[pid=2732] ppid=2730 vsize=8704 CPUtime=1.97 cores=4,6
/proc/2732/stat : 2732 (ebglucose.sh) S 2730 2732 2377 0 -1 4202496 380 26869 0 0 0 0 192 5 18 0 1 0 565174926 8912896 255 33554432000 4194304 4922060 140733642329520 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2732/statm: 2176 255 211 178 0 69 0
[pid=2756] ppid=2732 vsize=52608 CPUtime=760.3 cores=4,6
/proc/2756/stat : 2756 (ebglucose_stati) R 2732 2732 2377 0 -1 4202496 12279 0 0 0 76025 5 0 0 25 0 1 0 565175125 53870592 12214 33554432000 134512640 134556542 4290410240 18446744073709551615 134543353 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2756/statm: 13152 12214 214 11 0 12486 0
Current children cumulated CPU time (s) 762.27
Current children cumulated vsize (KiB) 61312

[startup+822.301 s]
/proc/loadavg: 4.00 3.88 3.41 5/194 2787
/proc/meminfo: memFree=11424636/32950928 swapFree=67111528/67111528
[pid=2732] ppid=2730 vsize=8704 CPUtime=1.97 cores=4,6
/proc/2732/stat : 2732 (ebglucose.sh) S 2730 2732 2377 0 -1 4202496 380 26869 0 0 0 0 192 5 18 0 1 0 565174926 8912896 255 33554432000 4194304 4922060 140733642329520 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2732/statm: 2176 255 211 178 0 69 0
[pid=2756] ppid=2732 vsize=53600 CPUtime=820.29 cores=4,6
/proc/2756/stat : 2756 (ebglucose_stati) R 2732 2732 2377 0 -1 4202496 12458 0 0 0 82024 5 0 0 25 0 1 0 565175125 54886400 12393 33554432000 134512640 134556542 4290410240 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2756/statm: 13400 12393 214 11 0 12734 0
Current children cumulated CPU time (s) 822.26
Current children cumulated vsize (KiB) 62304

[startup+882.301 s]
/proc/loadavg: 4.00 3.90 3.45 5/194 2789
/proc/meminfo: memFree=11409200/32950928 swapFree=67111528/67111528
[pid=2732] ppid=2730 vsize=8704 CPUtime=1.97 cores=4,6
/proc/2732/stat : 2732 (ebglucose.sh) S 2730 2732 2377 0 -1 4202496 380 26869 0 0 0 0 192 5 18 0 1 0 565174926 8912896 255 33554432000 4194304 4922060 140733642329520 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2732/statm: 2176 255 211 178 0 69 0
[pid=2756] ppid=2732 vsize=55380 CPUtime=880.29 cores=4,6
/proc/2756/stat : 2756 (ebglucose_stati) R 2732 2732 2377 0 -1 4202496 12879 0 0 0 88024 5 0 0 25 0 1 0 565175125 56709120 12814 33554432000 134512640 134556542 4290410240 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2756/statm: 13845 12814 214 11 0 13179 0
Current children cumulated CPU time (s) 882.26
Current children cumulated vsize (KiB) 64084

[startup+942.3 s]
/proc/loadavg: 4.00 3.91 3.48 5/194 2790
/proc/meminfo: memFree=11408040/32950928 swapFree=67111528/67111528
[pid=2732] ppid=2730 vsize=8704 CPUtime=1.97 cores=4,6
/proc/2732/stat : 2732 (ebglucose.sh) S 2730 2732 2377 0 -1 4202496 380 26869 0 0 0 0 192 5 18 0 1 0 565174926 8912896 255 33554432000 4194304 4922060 140733642329520 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2732/statm: 2176 255 211 178 0 69 0
[pid=2756] ppid=2732 vsize=56028 CPUtime=940.29 cores=4,6
/proc/2756/stat : 2756 (ebglucose_stati) R 2732 2732 2377 0 -1 4202496 13026 0 0 0 94024 5 0 0 25 0 1 0 565175125 57372672 12961 33554432000 134512640 134556542 4290410240 18446744073709551615 134537396 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2756/statm: 14007 12961 214 11 0 13341 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 64732

[startup+1002.3 s]
/proc/loadavg: 4.00 3.93 3.51 5/194 2792
/proc/meminfo: memFree=11406632/32950928 swapFree=67111528/67111528
[pid=2732] ppid=2730 vsize=8704 CPUtime=1.97 cores=4,6
/proc/2732/stat : 2732 (ebglucose.sh) S 2730 2732 2377 0 -1 4202496 380 26869 0 0 0 0 192 5 18 0 1 0 565174926 8912896 255 33554432000 4194304 4922060 140733642329520 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2732/statm: 2176 255 211 178 0 69 0
[pid=2756] ppid=2732 vsize=56580 CPUtime=1000.29 cores=4,6
/proc/2756/stat : 2756 (ebglucose_stati) R 2732 2732 2377 0 -1 4202496 13150 0 0 0 100024 5 0 0 25 0 1 0 565175125 57937920 13085 33554432000 134512640 134556542 4290410240 18446744073709551615 134537515 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2756/statm: 14145 13085 214 11 0 13479 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 65284

[startup+1062.3 s]
/proc/loadavg: 4.06 3.95 3.54 5/194 2793
/proc/meminfo: memFree=11405360/32950928 swapFree=67111528/67111528
[pid=2732] ppid=2730 vsize=8704 CPUtime=1.97 cores=4,6
/proc/2732/stat : 2732 (ebglucose.sh) S 2730 2732 2377 0 -1 4202496 380 26869 0 0 0 0 192 5 18 0 1 0 565174926 8912896 255 33554432000 4194304 4922060 140733642329520 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2732/statm: 2176 255 211 178 0 69 0
[pid=2756] ppid=2732 vsize=57228 CPUtime=1060.3 cores=4,6
/proc/2756/stat : 2756 (ebglucose_stati) R 2732 2732 2377 0 -1 4202496 13265 0 0 0 106025 5 0 0 25 0 1 0 565175125 58601472 13200 33554432000 134512640 134556542 4290410240 18446744073709551615 134529837 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2756/statm: 14307 13200 214 11 0 13641 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 65932

[startup+1122.3 s]
/proc/loadavg: 4.05 3.97 3.57 5/194 2795
/proc/meminfo: memFree=11399712/32950928 swapFree=67111528/67111528
[pid=2732] ppid=2730 vsize=8704 CPUtime=1.97 cores=4,6
/proc/2732/stat : 2732 (ebglucose.sh) S 2730 2732 2377 0 -1 4202496 380 26869 0 0 0 0 192 5 18 0 1 0 565174926 8912896 255 33554432000 4194304 4922060 140733642329520 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2732/statm: 2176 255 211 178 0 69 0
[pid=2756] ppid=2732 vsize=59460 CPUtime=1120.3 cores=4,6
/proc/2756/stat : 2756 (ebglucose_stati) R 2732 2732 2377 0 -1 4202496 13831 0 0 0 112025 5 0 0 25 0 1 0 565175125 60887040 13766 33554432000 134512640 134556542 4290410240 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2756/statm: 14865 13766 214 11 0 14199 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 68164

[startup+1182.3 s]
/proc/loadavg: 4.02 3.97 3.59 5/194 2796
/proc/meminfo: memFree=11390236/32950928 swapFree=67111528/67111528
[pid=2732] ppid=2730 vsize=8704 CPUtime=1.97 cores=4,6
/proc/2732/stat : 2732 (ebglucose.sh) S 2730 2732 2377 0 -1 4202496 380 26869 0 0 0 0 192 5 18 0 1 0 565174926 8912896 255 33554432000 4194304 4922060 140733642329520 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2732/statm: 2176 255 211 178 0 69 0
[pid=2756] ppid=2732 vsize=60000 CPUtime=1180.3 cores=4,6
/proc/2756/stat : 2756 (ebglucose_stati) R 2732 2732 2377 0 -1 4202496 13968 0 0 0 118025 5 0 0 25 0 1 0 565175125 61440000 13903 33554432000 134512640 134556542 4290410240 18446744073709551615 134537523 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2756/statm: 15000 13903 214 11 0 14334 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 68704

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.62 5/194 2799
/proc/meminfo: memFree=11387840/32950928 swapFree=67111528/67111528
[pid=2732] ppid=2730 vsize=8704 CPUtime=1.97 cores=4,6
/proc/2732/stat : 2732 (ebglucose.sh) S 2730 2732 2377 0 -1 4202496 380 26869 0 0 0 0 192 5 18 0 1 0 565174926 8912896 255 33554432000 4194304 4922060 140733642329520 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2732/statm: 2176 255 211 178 0 69 0
[pid=2756] ppid=2732 vsize=60724 CPUtime=1240.3 cores=4,6
/proc/2756/stat : 2756 (ebglucose_stati) R 2732 2732 2377 0 -1 4202496 14119 0 0 0 124025 5 0 0 25 0 1 0 565175125 62181376 14054 33554432000 134512640 134556542 4290410240 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2756/statm: 15181 14054 214 11 0 14515 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 69428



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.92 3.95 3.63 4/191 2802
/proc/meminfo: memFree=11477348/32950928 swapFree=67111528/67111528
[pid=2732] ppid=2730 vsize=8704 CPUtime=1.97 cores=4,6
/proc/2732/stat : 2732 (ebglucose.sh) S 2730 2732 2377 0 -1 4202496 380 26869 0 0 0 0 192 5 18 0 1 0 565174926 8912896 255 33554432000 4194304 4922060 140733642329520 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2732/statm: 2176 255 211 178 0 69 0
[pid=2756] ppid=2732 vsize=61456 CPUtime=1298 cores=4,6
/proc/2756/stat : 2756 (ebglucose_stati) R 2732 2732 2377 0 -1 4202496 14277 0 0 0 129795 5 0 0 25 0 1 0 565175125 62930944 14212 33554432000 134512640 134556542 4290410240 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2756/statm: 15364 14212 214 11 0 14698 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 70160

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.01
CPU user time (s): 1299.89
CPU system time (s): 0.121981
CPU usage (%): 99.9996
Max. virtual memory (cumulated for all children) (KiB): 100920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.89
system time used= 0.121981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41538
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= 35
involuntary context switches= 1908

runsolver used 2.31965 second user time and 4.78627 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-25 18:37:23
IDJOB=3280433
IDBENCH=20387
IDSOLVER=1652
FILE ID=node112/3280433-1303749442
RUNJOBID= node112-1303749441-2701
PBS_JOBID= 13154050
Free space on /tmp= 72608 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-5-13-u.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280433-1303749442/watcher-3280433-1303749442 -o /tmp/evaluation-result-3280433-1303749442/solver-3280433-1303749442 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3280433-1303749442.cnf

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

MD5SUM BENCH= 45ee13b66821e6c36f3e38be418fa121
RANDOM SEED=1270158747

node112.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.828
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.65
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.828
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.83
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.828
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.67
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.828
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.82
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.828
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	: 5261.27
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.828
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.82
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.828
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.75
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.828
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	: 5332.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11708404 kB
Buffers:       1969624 kB
Cached:       18569816 kB
SwapCached:          0 kB
Active:        9663952 kB
Inactive:     11030520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11708404 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           65700 kB
Writeback:           0 kB
AnonPages:      153456 kB
Mapped:          15276 kB
Slab:           482696 kB
PageTables:       5328 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   319480 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72584 MiB
End job on node112 at 2011-04-25 18:59:05