Trace number 3280893

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.05 1300.01

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.12.unsat.cnf
MD5SUM8d6acb9f6b752ad76c024133f5175c69
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 variables1694
Number of clauses5726
Sum of the clauses size14874
Maximum clause length23
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 22490
Number of clauses of size 33143
Number of clauses of size 439
Number of clauses of size 538
Number of clauses of size over 513

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.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    5723    14871 |    1716       0        0     nan |  0.000 % |
0.00/0.02	c |         0 |    4834    14382 |      --       0       --      -- |     --   | -843/-394
0.00/0.02	c ==============================================================================
0.00/0.02	c Result  :   #vars: 1165   #clauses: 4834   #literals: 14382
0.00/0.02	c CPU time:   0.014997 s
0.00/0.02	c ==============================================================================
0.00/0.02	c
0.00/0.02	c Starting glucose
0.00/0.02	c
0.00/0.02	
0.00/0.02	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.02	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.02	
0.00/0.02	c ============================[ Problem Statistics ]=============================
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Number of variables:  1165                                                 |
0.00/0.02	c |  Number of clauses:    4834                                                 |
0.00/0.02	c |  Parsing time:         0.00         s                                       |
1300.02/1300.00	HOME/ebglucose.sh: line 57:  4292 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-3280893-1303749731/watcher-3280893-1303749731 -o /tmp/evaluation-result-3280893-1303749731/solver-3280893-1303749731 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3280893-1303749731.cnf 

running on 2 cores: 0,2

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.00 3.96 3.78 4/192 4288
/proc/meminfo: memFree=15571828/32951124 swapFree=67111528/67111528
[pid=4288] ppid=4286 vsize=8704 CPUtime=0 cores=0,2
/proc/4288/stat : 4288 (ebglucose.sh) S 4286 4288 3716 0 -1 4202496 355 232 0 0 0 0 0 0 25 0 1 0 467388596 8912896 253 33554432000 4194304 4922060 140734604405088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4288/statm: 2176 253 211 178 0 69 0

[startup+0.109145 s]
/proc/loadavg: 4.00 3.96 3.78 4/192 4288
/proc/meminfo: memFree=15571828/32951124 swapFree=67111528/67111528
[pid=4288] ppid=4286 vsize=8704 CPUtime=0.01 cores=0,2
/proc/4288/stat : 4288 (ebglucose.sh) S 4286 4288 3716 0 -1 4202496 380 609 0 0 0 0 1 0 25 0 1 0 467388596 8912896 256 33554432000 4194304 4922060 140734604405088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4288/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.201143 s]
/proc/loadavg: 4.00 3.96 3.78 4/192 4288
/proc/meminfo: memFree=15571828/32951124 swapFree=67111528/67111528
[pid=4288] ppid=4286 vsize=8704 CPUtime=0.01 cores=0,2
/proc/4288/stat : 4288 (ebglucose.sh) S 4286 4288 3716 0 -1 4202496 380 609 0 0 0 0 1 0 25 0 1 0 467388596 8912896 256 33554432000 4194304 4922060 140734604405088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4288/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.30112 s]
/proc/loadavg: 4.00 3.96 3.78 4/192 4288
/proc/meminfo: memFree=15571828/32951124 swapFree=67111528/67111528
[pid=4288] ppid=4286 vsize=8704 CPUtime=0.01 cores=0,2
/proc/4288/stat : 4288 (ebglucose.sh) S 4286 4288 3716 0 -1 4202496 380 609 0 0 0 0 1 0 25 0 1 0 467388596 8912896 256 33554432000 4194304 4922060 140734604405088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4288/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.701046 s]
/proc/loadavg: 4.00 3.96 3.78 4/192 4288
/proc/meminfo: memFree=15571828/32951124 swapFree=67111528/67111528
[pid=4288] ppid=4286 vsize=8704 CPUtime=0.01 cores=0,2
/proc/4288/stat : 4288 (ebglucose.sh) S 4286 4288 3716 0 -1 4202496 380 609 0 0 0 0 1 0 25 0 1 0 467388596 8912896 256 33554432000 4194304 4922060 140734604405088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4288/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+1.50091 s]
/proc/loadavg: 4.00 3.96 3.78 5/194 4292
/proc/meminfo: memFree=15568844/32951124 swapFree=67111528/67111528
[pid=4288] ppid=4286 vsize=8704 CPUtime=0.01 cores=0,2
/proc/4288/stat : 4288 (ebglucose.sh) S 4286 4288 3716 0 -1 4202496 380 609 0 0 0 0 1 0 25 0 1 0 467388596 8912896 256 33554432000 4194304 4922060 140734604405088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4288/statm: 2176 256 211 178 0 69 0
[pid=4292] ppid=4288 vsize=6176 CPUtime=1.47 cores=0,2
/proc/4292/stat : 4292 (ebglucose_stati) R 4288 4288 3716 0 -1 4202496 901 0 0 0 147 0 0 0 25 0 1 0 467388599 6324224 842 33554432000 134512640 134556542 4291932512 18446744073709551615 134537375 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4292/statm: 1544 842 211 11 0 878 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 14880

[startup+3.1006 s]
/proc/loadavg: 4.00 3.96 3.78 5/194 4292
/proc/meminfo: memFree=15567844/32951124 swapFree=67111528/67111528
[pid=4288] ppid=4286 vsize=8704 CPUtime=0.01 cores=0,2
/proc/4288/stat : 4288 (ebglucose.sh) S 4286 4288 3716 0 -1 4202496 380 609 0 0 0 0 1 0 25 0 1 0 467388596 8912896 256 33554432000 4194304 4922060 140734604405088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4288/statm: 2176 256 211 178 0 69 0
[pid=4292] ppid=4288 vsize=6704 CPUtime=3.07 cores=0,2
/proc/4292/stat : 4292 (ebglucose_stati) R 4288 4288 3716 0 -1 4202496 1049 0 0 0 307 0 0 0 25 0 1 0 467388599 6864896 990 33554432000 134512640 134556542 4291932512 18446744073709551615 134537507 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4292/statm: 1676 990 211 11 0 1010 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 15408

[startup+6.30102 s]
/proc/loadavg: 4.00 3.96 3.78 5/194 4292
/proc/meminfo: memFree=15567316/32951124 swapFree=67111528/67111528
[pid=4288] ppid=4286 vsize=8704 CPUtime=0.01 cores=0,2
/proc/4288/stat : 4288 (ebglucose.sh) S 4286 4288 3716 0 -1 4202496 380 609 0 0 0 0 1 0 25 0 1 0 467388596 8912896 256 33554432000 4194304 4922060 140734604405088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4288/statm: 2176 256 211 178 0 69 0
[pid=4292] ppid=4288 vsize=7636 CPUtime=6.27 cores=0,2
/proc/4292/stat : 4292 (ebglucose_stati) R 4288 4288 3716 0 -1 4202496 1268 0 0 0 627 0 0 0 25 0 1 0 467388599 7819264 1209 33554432000 134512640 134556542 4291932512 18446744073709551615 134531853 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4292/statm: 1909 1209 211 11 0 1243 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 16340

[startup+12.7009 s]
/proc/loadavg: 4.00 3.96 3.78 5/194 4292
/proc/meminfo: memFree=15565956/32951124 swapFree=67111528/67111528
[pid=4288] ppid=4286 vsize=8704 CPUtime=0.01 cores=0,2
/proc/4288/stat : 4288 (ebglucose.sh) S 4286 4288 3716 0 -1 4202496 380 609 0 0 0 0 1 0 25 0 1 0 467388596 8912896 256 33554432000 4194304 4922060 140734604405088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4288/statm: 2176 256 211 178 0 69 0
[pid=4292] ppid=4288 vsize=8576 CPUtime=12.67 cores=0,2
/proc/4292/stat : 4292 (ebglucose_stati) R 4288 4288 3716 0 -1 4202496 1516 0 0 0 1267 0 0 0 25 0 1 0 467388599 8781824 1457 33554432000 134512640 134556542 4291932512 18446744073709551615 134537149 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4292/statm: 2144 1457 211 11 0 1478 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 17280

[startup+25.5005 s]
/proc/loadavg: 4.00 3.97 3.78 5/194 4293
/proc/meminfo: memFree=15564456/32951124 swapFree=67111528/67111528
[pid=4288] ppid=4286 vsize=8704 CPUtime=0.01 cores=0,2
/proc/4288/stat : 4288 (ebglucose.sh) S 4286 4288 3716 0 -1 4202496 380 609 0 0 0 0 1 0 25 0 1 0 467388596 8912896 256 33554432000 4194304 4922060 140734604405088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4288/statm: 2176 256 211 178 0 69 0
[pid=4292] ppid=4288 vsize=10504 CPUtime=25.47 cores=0,2
/proc/4292/stat : 4292 (ebglucose_stati) R 4288 4288 3716 0 -1 4202496 1956 0 0 0 2547 0 0 0 25 0 1 0 467388599 10756096 1897 33554432000 134512640 134556542 4291932512 18446744073709551615 134537570 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4292/statm: 2626 1897 211 11 0 1960 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 19208

[startup+51.1008 s]
/proc/loadavg: 4.00 3.97 3.79 5/194 4293
/proc/meminfo: memFree=15555636/32951124 swapFree=67111528/67111528
[pid=4288] ppid=4286 vsize=8704 CPUtime=0.01 cores=0,2
/proc/4288/stat : 4288 (ebglucose.sh) S 4286 4288 3716 0 -1 4202496 380 609 0 0 0 0 1 0 25 0 1 0 467388596 8912896 256 33554432000 4194304 4922060 140734604405088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4288/statm: 2176 256 211 178 0 69 0
[pid=4292] ppid=4288 vsize=12888 CPUtime=51.07 cores=0,2
/proc/4292/stat : 4292 (ebglucose_stati) R 4288 4288 3716 0 -1 4202496 2537 0 0 0 5107 0 0 0 25 0 1 0 467388599 13197312 2478 33554432000 134512640 134556542 4291932512 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4292/statm: 3222 2478 212 11 0 2556 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 21592

[startup+102.3 s]
/proc/loadavg: 4.00 3.97 3.79 5/194 4295
/proc/meminfo: memFree=15539612/32951124 swapFree=67111528/67111528
[pid=4288] ppid=4286 vsize=8704 CPUtime=0.01 cores=0,2
/proc/4288/stat : 4288 (ebglucose.sh) S 4286 4288 3716 0 -1 4202496 380 609 0 0 0 0 1 0 25 0 1 0 467388596 8912896 256 33554432000 4194304 4922060 140734604405088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4288/statm: 2176 256 211 178 0 69 0
[pid=4292] ppid=4288 vsize=15304 CPUtime=102.28 cores=0,2
/proc/4292/stat : 4292 (ebglucose_stati) R 4288 4288 3716 0 -1 4202496 3140 0 0 0 10227 1 0 0 25 0 1 0 467388599 15671296 3081 33554432000 134512640 134556542 4291932512 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4292/statm: 3826 3081 212 11 0 3160 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 24008

[startup+162.3 s]
/proc/loadavg: 4.00 3.97 3.81 5/194 4296
/proc/meminfo: memFree=15532528/32951124 swapFree=67111528/67111528
[pid=4288] ppid=4286 vsize=8704 CPUtime=0.01 cores=0,2
/proc/4288/stat : 4288 (ebglucose.sh) S 4286 4288 3716 0 -1 4202496 380 609 0 0 0 0 1 0 25 0 1 0 467388596 8912896 256 33554432000 4194304 4922060 140734604405088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4288/statm: 2176 256 211 178 0 69 0
[pid=4292] ppid=4288 vsize=17664 CPUtime=162.28 cores=0,2
/proc/4292/stat : 4292 (ebglucose_stati) R 4288 4288 3716 0 -1 4202496 3696 0 0 0 16227 1 0 0 25 0 1 0 467388599 18087936 3637 33554432000 134512640 134556542 4291932512 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4292/statm: 4416 3637 212 11 0 3750 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 26368

[startup+222.307 s]
/proc/loadavg: 4.00 3.97 3.82 5/194 4298
/proc/meminfo: memFree=15513284/32951124 swapFree=67111528/67111528
[pid=4288] ppid=4286 vsize=8704 CPUtime=0.01 cores=0,2
/proc/4288/stat : 4288 (ebglucose.sh) S 4286 4288 3716 0 -1 4202496 380 609 0 0 0 0 1 0 25 0 1 0 467388596 8912896 256 33554432000 4194304 4922060 140734604405088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4288/statm: 2176 256 211 178 0 69 0
[pid=4292] ppid=4288 vsize=19884 CPUtime=222.28 cores=0,2
/proc/4292/stat : 4292 (ebglucose_stati) R 4288 4288 3716 0 -1 4202496 4262 0 0 0 22227 1 0 0 25 0 1 0 467388599 20361216 4203 33554432000 134512640 134556542 4291932512 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4292/statm: 4971 4203 212 11 0 4305 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 28588

[startup+282.3 s]
/proc/loadavg: 4.00 3.97 3.82 5/194 4300
/proc/meminfo: memFree=15507680/32951124 swapFree=67111528/67111528
[pid=4288] ppid=4286 vsize=8704 CPUtime=0.01 cores=0,2
/proc/4288/stat : 4288 (ebglucose.sh) S 4286 4288 3716 0 -1 4202496 380 609 0 0 0 0 1 0 25 0 1 0 467388596 8912896 256 33554432000 4194304 4922060 140734604405088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4288/statm: 2176 256 211 178 0 69 0
[pid=4292] ppid=4288 vsize=21124 CPUtime=282.28 cores=0,2
/proc/4292/stat : 4292 (ebglucose_stati) R 4288 4288 3716 0 -1 4202496 4550 0 0 0 28227 1 0 0 25 0 1 0 467388599 21630976 4491 33554432000 134512640 134556542 4291932512 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4292/statm: 5281 4491 212 11 0 4615 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 29828

[startup+342.3 s]
/proc/loadavg: 4.00 3.97 3.83 5/194 4301
/proc/meminfo: memFree=15497112/32951124 swapFree=67111528/67111528
[pid=4288] ppid=4286 vsize=8704 CPUtime=0.01 cores=0,2
/proc/4288/stat : 4288 (ebglucose.sh) S 4286 4288 3716 0 -1 4202496 380 609 0 0 0 0 1 0 25 0 1 0 467388596 8912896 256 33554432000 4194304 4922060 140734604405088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4288/statm: 2176 256 211 178 0 69 0
[pid=4292] ppid=4288 vsize=22888 CPUtime=342.28 cores=0,2
/proc/4292/stat : 4292 (ebglucose_stati) R 4288 4288 3716 0 -1 4202496 4913 0 0 0 34227 1 0 0 25 0 1 0 467388599 23437312 4854 33554432000 134512640 134556542 4291932512 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4292/statm: 5722 4854 212 11 0 5056 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 31592

[startup+402.3 s]
/proc/loadavg: 4.05 3.99 3.84 5/194 4303
/proc/meminfo: memFree=15486664/32951124 swapFree=67111528/67111528
[pid=4288] ppid=4286 vsize=8704 CPUtime=0.01 cores=0,2

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

[pid=4292] ppid=4288 vsize=28076 CPUtime=582.29 cores=0,2
/proc/4292/stat : 4292 (ebglucose_stati) R 4288 4288 3716 0 -1 4202496 6150 0 0 0 58226 3 0 0 25 0 1 0 467388599 28749824 6091 33554432000 134512640 134556542 4291932512 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4292/statm: 7019 6091 212 11 0 6353 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 36780

[startup+642.3 s]
/proc/loadavg: 4.00 3.99 3.86 5/194 4309
/proc/meminfo: memFree=15464872/32951124 swapFree=67111528/67111528
[pid=4288] ppid=4286 vsize=8704 CPUtime=0.01 cores=0,2
/proc/4288/stat : 4288 (ebglucose.sh) S 4286 4288 3716 0 -1 4202496 380 609 0 0 0 0 1 0 25 0 1 0 467388596 8912896 256 33554432000 4194304 4922060 140734604405088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4288/statm: 2176 256 211 178 0 69 0
[pid=4292] ppid=4288 vsize=28380 CPUtime=642.29 cores=0,2
/proc/4292/stat : 4292 (ebglucose_stati) R 4288 4288 3716 0 -1 4202496 6258 0 0 0 64226 3 0 0 25 0 1 0 467388599 29061120 6199 33554432000 134512640 134556542 4291932512 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4292/statm: 7095 6199 212 11 0 6429 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 37084

[startup+702.3 s]
/proc/loadavg: 4.00 3.99 3.87 5/194 4311
/proc/meminfo: memFree=15446864/32951124 swapFree=67111528/67111528
[pid=4288] ppid=4286 vsize=8704 CPUtime=0.01 cores=0,2
/proc/4288/stat : 4288 (ebglucose.sh) S 4286 4288 3716 0 -1 4202496 380 609 0 0 0 0 1 0 25 0 1 0 467388596 8912896 256 33554432000 4194304 4922060 140734604405088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4288/statm: 2176 256 211 178 0 69 0
[pid=4292] ppid=4288 vsize=29504 CPUtime=702.29 cores=0,2
/proc/4292/stat : 4292 (ebglucose_stati) R 4288 4288 3716 0 -1 4202496 6497 0 0 0 70226 3 0 0 25 0 1 0 467388599 30212096 6438 33554432000 134512640 134556542 4291932512 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4292/statm: 7376 6438 212 11 0 6710 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 38208

[startup+762.3 s]
/proc/loadavg: 4.00 3.99 3.88 5/194 4312
/proc/meminfo: memFree=15439276/32951124 swapFree=67111528/67111528
[pid=4288] ppid=4286 vsize=8704 CPUtime=0.01 cores=0,2
/proc/4288/stat : 4288 (ebglucose.sh) S 4286 4288 3716 0 -1 4202496 380 609 0 0 0 0 1 0 25 0 1 0 467388596 8912896 256 33554432000 4194304 4922060 140734604405088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4288/statm: 2176 256 211 178 0 69 0
[pid=4292] ppid=4288 vsize=30452 CPUtime=762.3 cores=0,2
/proc/4292/stat : 4292 (ebglucose_stati) R 4288 4288 3716 0 -1 4202496 6765 0 0 0 76227 3 0 0 25 0 1 0 467388599 31182848 6706 33554432000 134512640 134556542 4291932512 18446744073709551615 134537852 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4292/statm: 7613 6706 212 11 0 6947 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 39156

[startup+822.3 s]
/proc/loadavg: 4.00 3.99 3.88 5/194 4314
/proc/meminfo: memFree=15438008/32951124 swapFree=67111528/67111528
[pid=4288] ppid=4286 vsize=8704 CPUtime=0.01 cores=0,2
/proc/4288/stat : 4288 (ebglucose.sh) S 4286 4288 3716 0 -1 4202496 380 609 0 0 0 0 1 0 25 0 1 0 467388596 8912896 256 33554432000 4194304 4922060 140734604405088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4288/statm: 2176 256 211 178 0 69 0
[pid=4292] ppid=4288 vsize=31040 CPUtime=822.29 cores=0,2
/proc/4292/stat : 4292 (ebglucose_stati) R 4288 4288 3716 0 -1 4202496 6901 0 0 0 82226 3 0 0 25 0 1 0 467388599 31784960 6842 33554432000 134512640 134556542 4291932512 18446744073709551615 134537233 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4292/statm: 7760 6842 212 11 0 7094 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 39744

[startup+882.307 s]
/proc/loadavg: 4.04 4.00 3.89 5/194 4316
/proc/meminfo: memFree=15430792/32951124 swapFree=67111528/67111528
[pid=4288] ppid=4286 vsize=8704 CPUtime=0.01 cores=0,2
/proc/4288/stat : 4288 (ebglucose.sh) S 4286 4288 3716 0 -1 4202496 380 609 0 0 0 0 1 0 25 0 1 0 467388596 8912896 256 33554432000 4194304 4922060 140734604405088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4288/statm: 2176 256 211 178 0 69 0
[pid=4292] ppid=4288 vsize=32260 CPUtime=882.3 cores=0,2
/proc/4292/stat : 4292 (ebglucose_stati) R 4288 4288 3716 0 -1 4202496 7111 0 0 0 88227 3 0 0 25 0 1 0 467388599 33034240 7052 33554432000 134512640 134556542 4291932512 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4292/statm: 8065 7052 212 11 0 7399 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 40964

[startup+942.3 s]
/proc/loadavg: 4.09 4.02 3.90 5/194 4317
/proc/meminfo: memFree=15422828/32951124 swapFree=67111528/67111528
[pid=4288] ppid=4286 vsize=8704 CPUtime=0.01 cores=0,2
/proc/4288/stat : 4288 (ebglucose.sh) S 4286 4288 3716 0 -1 4202496 380 609 0 0 0 0 1 0 25 0 1 0 467388596 8912896 256 33554432000 4194304 4922060 140734604405088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4288/statm: 2176 256 211 178 0 69 0
[pid=4292] ppid=4288 vsize=33012 CPUtime=942.29 cores=0,2
/proc/4292/stat : 4292 (ebglucose_stati) R 4288 4288 3716 0 -1 4202496 7291 0 0 0 94226 3 0 0 25 0 1 0 467388599 33804288 7232 33554432000 134512640 134556542 4291932512 18446744073709551615 134537512 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4292/statm: 8253 7232 212 11 0 7587 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 41716

[startup+1002.3 s]
/proc/loadavg: 3.96 3.99 3.90 5/194 4381
/proc/meminfo: memFree=15735076/32951124 swapFree=67111528/67111528
[pid=4288] ppid=4286 vsize=8704 CPUtime=0.01 cores=0,2
/proc/4288/stat : 4288 (ebglucose.sh) S 4286 4288 3716 0 -1 4202496 380 609 0 0 0 0 1 0 25 0 1 0 467388596 8912896 256 33554432000 4194304 4922060 140734604405088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4288/statm: 2176 256 211 178 0 69 0
[pid=4292] ppid=4288 vsize=33776 CPUtime=1002.3 cores=0,2
/proc/4292/stat : 4292 (ebglucose_stati) R 4288 4288 3716 0 -1 4202496 7469 0 0 0 100227 3 0 0 25 0 1 0 467388599 34586624 7410 33554432000 134512640 134556542 4291932512 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4292/statm: 8444 7410 212 11 0 7778 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 42480

[startup+1062.3 s]
/proc/loadavg: 3.98 3.99 3.91 6/194 4413
/proc/meminfo: memFree=15766616/32951124 swapFree=67111528/67111528
[pid=4288] ppid=4286 vsize=8704 CPUtime=0.01 cores=0,2
/proc/4288/stat : 4288 (ebglucose.sh) S 4286 4288 3716 0 -1 4202496 380 609 0 0 0 0 1 0 25 0 1 0 467388596 8912896 256 33554432000 4194304 4922060 140734604405088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4288/statm: 2176 256 211 178 0 69 0
[pid=4292] ppid=4288 vsize=34412 CPUtime=1062.3 cores=0,2
/proc/4292/stat : 4292 (ebglucose_stati) R 4288 4288 3716 0 -1 4202496 7630 0 0 0 106227 3 0 0 25 0 1 0 467388599 35237888 7571 33554432000 134512640 134556542 4291932512 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4292/statm: 8603 7571 212 11 0 7937 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 43116

[startup+1122.3 s]
/proc/loadavg: 3.50 3.87 3.87 4/187 4433
/proc/meminfo: memFree=15785564/32951124 swapFree=67111528/67111528
[pid=4288] ppid=4286 vsize=8704 CPUtime=0.01 cores=0,2
/proc/4288/stat : 4288 (ebglucose.sh) S 4286 4288 3716 0 -1 4202496 380 609 0 0 0 0 1 0 25 0 1 0 467388596 8912896 256 33554432000 4194304 4922060 140734604405088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4288/statm: 2176 256 211 178 0 69 0
[pid=4292] ppid=4288 vsize=36056 CPUtime=1122.3 cores=0,2
/proc/4292/stat : 4292 (ebglucose_stati) R 4288 4288 3716 0 -1 4202496 8040 0 0 0 112226 4 0 0 25 0 1 0 467388599 36921344 7981 33554432000 134512640 134556542 4291932512 18446744073709551615 134537315 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4292/statm: 9014 7981 212 11 0 8348 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 44760

[startup+1182.3 s]
/proc/loadavg: 3.22 3.72 3.82 5/187 4444
/proc/meminfo: memFree=15781620/32951124 swapFree=67111528/67111528
[pid=4288] ppid=4286 vsize=8704 CPUtime=0.01 cores=0,2
/proc/4288/stat : 4288 (ebglucose.sh) S 4286 4288 3716 0 -1 4202496 380 609 0 0 0 0 1 0 25 0 1 0 467388596 8912896 256 33554432000 4194304 4922060 140734604405088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4288/statm: 2176 256 211 178 0 69 0
[pid=4292] ppid=4288 vsize=37324 CPUtime=1182.3 cores=0,2
/proc/4292/stat : 4292 (ebglucose_stati) R 4288 4288 3716 0 -1 4202496 8322 0 0 0 118226 4 0 0 25 0 1 0 467388599 38219776 8263 33554432000 134512640 134556542 4291932512 18446744073709551615 134537244 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4292/statm: 9331 8263 212 11 0 8665 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 46028

[startup+1242.3 s]
/proc/loadavg: 3.08 3.59 3.76 4/187 4445
/proc/meminfo: memFree=15772520/32951124 swapFree=67111528/67111528
[pid=4288] ppid=4286 vsize=8704 CPUtime=0.01 cores=0,2
/proc/4288/stat : 4288 (ebglucose.sh) S 4286 4288 3716 0 -1 4202496 380 609 0 0 0 0 1 0 25 0 1 0 467388596 8912896 256 33554432000 4194304 4922060 140734604405088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4288/statm: 2176 256 211 178 0 69 0
[pid=4292] ppid=4288 vsize=37828 CPUtime=1242.3 cores=0,2
/proc/4292/stat : 4292 (ebglucose_stati) R 4288 4288 3716 0 -1 4202496 8423 0 0 0 124226 4 0 0 25 0 1 0 467388599 38735872 8364 33554432000 134512640 134556542 4291932512 18446744073709551615 134529926 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4292/statm: 9457 8364 212 11 0 8791 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 46532



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.03 3.48 3.71 4/187 4447
/proc/meminfo: memFree=15766412/32951124 swapFree=67111528/67111528
[pid=4288] ppid=4286 vsize=8704 CPUtime=0.01 cores=0,2
/proc/4288/stat : 4288 (ebglucose.sh) S 4286 4288 3716 0 -1 4202496 380 609 0 0 0 0 1 0 25 0 1 0 467388596 8912896 256 33554432000 4194304 4922060 140734604405088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4288/statm: 2176 256 211 178 0 69 0
[pid=4292] ppid=4288 vsize=38548 CPUtime=1300.01 cores=0,2
/proc/4292/stat : 4292 (ebglucose_stati) R 4288 4288 3716 0 -1 4202496 8575 0 0 0 129997 4 0 0 25 0 1 0 467388599 39473152 8516 33554432000 134512640 134556542 4291932512 18446744073709551615 134537515 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4292/statm: 9637 8516 212 11 0 8971 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 47252

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: 3.03 3.48 3.71 4/187 4447
/proc/meminfo: memFree=15766412/32951124 swapFree=67111528/67111528
[pid=4288] ppid=4286 vsize=8704 CPUtime=0.01 cores=0,2
/proc/4288/stat : 4288 (ebglucose.sh) S 4286 4288 3716 0 -1 4202496 380 609 0 0 0 0 1 0 25 0 1 0 467388596 8912896 256 33554432000 4194304 4922060 140734604405088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4288/statm: 2176 256 211 178 0 69 0
[pid=4292] ppid=4288 vsize=38548 CPUtime=1300.01 cores=0,2
/proc/4292/stat : 4292 (ebglucose_stati) R 4288 4288 3716 0 -1 4202496 8575 0 0 0 129997 4 0 0 25 0 1 0 467388599 39473152 8516 33554432000 134512640 134556542 4291932512 18446744073709551615 134537515 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4292/statm: 9637 8516 212 11 0 8971 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 47252

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.05
CPU user time (s): 1299.99
CPU system time (s): 0.053991
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 47252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.99
system time used= 0.053991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9596
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= 36
involuntary context switches= 2436

runsolver used 2.15167 second user time and 4.94625 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-25 18:42:11
IDJOB=3280893
IDBENCH=20468
IDSOLVER=1652
FILE ID=node142/3280893-1303749731
RUNJOBID= node142-1303749423-4044
PBS_JOBID= 13154020
Free space on /tmp= 71240 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.12.unsat.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280893-1303749731/watcher-3280893-1303749731 -o /tmp/evaluation-result-3280893-1303749731/solver-3280893-1303749731 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3280893-1303749731.cnf

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

MD5SUM BENCH= 8d6acb9f6b752ad76c024133f5175c69
RANDOM SEED=1327400116

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15572108 kB
Buffers:       2072452 kB
Cached:       14420752 kB
SwapCached:          0 kB
Active:        7227960 kB
Inactive:      9578384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15572108 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1572 kB
Writeback:           0 kB
AnonPages:      312632 kB
Mapped:          15956 kB
Slab:           507532 kB
PageTables:       5776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   501588 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= 71316 MiB
End job on node142 at 2011-04-25 19:03:53