Trace number 3282135

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

General information on the benchmark

NameAPPLICATIONS/bitverif/
countbitssrl/countbitssrl064.cnf
MD5SUM4f9c883534eb89cad9b9cad9e6eccbd0
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 variables75103
Number of clauses225116
Sum of the clauses size525268
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2150076
Number of clauses of size 375038
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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.08	c ==============================================================================
0.00/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.08	c ==============================================================================
0.00/0.08	c |         0 |  225114   525266 |   67534       0        0     nan |  0.000 % |
0.00/0.88	c |         0 |  139451   431015 |      --       0       --      -- |     --   | -85661/-94246
0.00/0.88	c ==============================================================================
0.00/0.88	c Result  :   #vars: 27388   #clauses: 139451   #literals: 431015
0.00/0.88	c CPU time:   0.858869 s
0.00/0.88	c ==============================================================================
0.00/0.97	c
0.00/0.97	c Starting glucose
0.00/0.97	c
0.00/0.97	
0.00/0.97	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.97	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.97	
0.00/0.97	c ============================[ Problem Statistics ]=============================
0.00/0.97	c |                                                                             |
0.00/0.97	c |  Number of variables:  27388                                                |
0.00/0.97	c |  Number of clauses:    139451                                               |
0.98/1.02	c |  Parsing time:         0.05         s                                       |
1300.02/1300.01	HOME/ebglucose.sh: line 57:  5341 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: 977)

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

running on 2 cores: 5,7

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.97 3.79 5/192 5337
/proc/meminfo: memFree=32309380/32950928 swapFree=67048808/67111528
[pid=5337] ppid=5335 vsize=8704 CPUtime=0 cores=5,7
/proc/5337/stat : 5337 (ebglucose.sh) R 5335 5337 4037 0 -1 4202496 337 233 0 0 0 0 0 0 25 0 1 0 875512074 8912896 253 33554432000 4194304 4922060 140733424383600 18446744073709551615 268272509333 0 65538 4100 65536 0 0 0 17 5 0 0 0
/proc/5337/statm: 2176 253 211 178 0 69 0

[startup+0.0377211 s]
/proc/loadavg: 4.00 3.97 3.79 5/192 5337
/proc/meminfo: memFree=32309380/32950928 swapFree=67048808/67111528
[pid=5337] ppid=5335 vsize=8704 CPUtime=0 cores=5,7
/proc/5337/stat : 5337 (ebglucose.sh) S 5335 5337 4037 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 875512074 8912896 253 33554432000 4194304 4922060 140733424383600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/5337/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100708 s]
/proc/loadavg: 4.00 3.97 3.79 5/192 5337
/proc/meminfo: memFree=32309380/32950928 swapFree=67048808/67111528
[pid=5337] ppid=5335 vsize=8704 CPUtime=0 cores=5,7
/proc/5337/stat : 5337 (ebglucose.sh) S 5335 5337 4037 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 875512074 8912896 253 33554432000 4194304 4922060 140733424383600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/5337/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300671 s]
/proc/loadavg: 4.00 3.97 3.79 5/192 5337
/proc/meminfo: memFree=32309380/32950928 swapFree=67048808/67111528
[pid=5337] ppid=5335 vsize=8704 CPUtime=0 cores=5,7
/proc/5337/stat : 5337 (ebglucose.sh) S 5335 5337 4037 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 875512074 8912896 253 33554432000 4194304 4922060 140733424383600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/5337/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700604 s]
/proc/loadavg: 4.00 3.97 3.79 5/192 5337
/proc/meminfo: memFree=32309380/32950928 swapFree=67048808/67111528
[pid=5337] ppid=5335 vsize=8704 CPUtime=0 cores=5,7
/proc/5337/stat : 5337 (ebglucose.sh) S 5335 5337 4037 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 875512074 8912896 253 33554432000 4194304 4922060 140733424383600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/5337/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50046 s]
/proc/loadavg: 4.00 3.97 3.79 5/194 5341
/proc/meminfo: memFree=32293020/32950928 swapFree=67048808/67111528
[pid=5337] ppid=5335 vsize=8704 CPUtime=0.96 cores=5,7
/proc/5337/stat : 5337 (ebglucose.sh) S 5335 5337 4037 0 -1 4202496 379 10875 0 0 0 0 93 3 18 0 1 0 875512074 8912896 256 33554432000 4194304 4922060 140733424383600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5337/statm: 2176 256 211 178 0 69 0
[pid=5341] ppid=5337 vsize=16676 CPUtime=0.51 cores=5,7
/proc/5341/stat : 5341 (ebglucose_stati) R 5337 5337 4037 0 -1 4202496 3550 0 0 0 51 0 0 0 20 0 1 0 875512171 17076224 3491 33554432000 134512640 134556542 4290120592 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/5341/statm: 4169 3491 214 11 0 3503 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 25380

[startup+3.10017 s]
/proc/loadavg: 4.00 3.97 3.79 5/194 5341
/proc/meminfo: memFree=32284340/32950928 swapFree=67048808/67111528
[pid=5337] ppid=5335 vsize=8704 CPUtime=0.96 cores=5,7
/proc/5337/stat : 5337 (ebglucose.sh) S 5335 5337 4037 0 -1 4202496 379 10875 0 0 0 0 93 3 18 0 1 0 875512074 8912896 256 33554432000 4194304 4922060 140733424383600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5337/statm: 2176 256 211 178 0 69 0
[pid=5341] ppid=5337 vsize=19580 CPUtime=2.12 cores=5,7
/proc/5341/stat : 5341 (ebglucose_stati) R 5337 5337 4037 0 -1 4202496 4288 0 0 0 211 1 0 0 25 0 1 0 875512171 20049920 4229 33554432000 134512640 134556542 4290120592 18446744073709551615 134537515 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/5341/statm: 4895 4229 214 11 0 4229 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 28284

[startup+6.3006 s]
/proc/loadavg: 4.00 3.97 3.79 5/194 5341
/proc/meminfo: memFree=32280500/32950928 swapFree=67048808/67111528
[pid=5337] ppid=5335 vsize=8704 CPUtime=0.96 cores=5,7
/proc/5337/stat : 5337 (ebglucose.sh) S 5335 5337 4037 0 -1 4202496 379 10875 0 0 0 0 93 3 18 0 1 0 875512074 8912896 256 33554432000 4194304 4922060 140733424383600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5337/statm: 2176 256 211 178 0 69 0
[pid=5341] ppid=5337 vsize=21172 CPUtime=5.31 cores=5,7
/proc/5341/stat : 5341 (ebglucose_stati) R 5337 5337 4037 0 -1 4202496 4693 0 0 0 530 1 0 0 25 0 1 0 875512171 21680128 4634 33554432000 134512640 134556542 4290120592 18446744073709551615 134537507 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/5341/statm: 5293 4634 214 11 0 4627 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 29876

[startup+12.7005 s]
/proc/loadavg: 4.00 3.97 3.79 5/194 5342
/proc/meminfo: memFree=32278144/32950928 swapFree=67048808/67111528
[pid=5337] ppid=5335 vsize=8704 CPUtime=0.96 cores=5,7
/proc/5337/stat : 5337 (ebglucose.sh) S 5335 5337 4037 0 -1 4202496 379 10875 0 0 0 0 93 3 18 0 1 0 875512074 8912896 256 33554432000 4194304 4922060 140733424383600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5337/statm: 2176 256 211 178 0 69 0
[pid=5341] ppid=5337 vsize=24000 CPUtime=11.71 cores=5,7
/proc/5341/stat : 5341 (ebglucose_stati) R 5337 5337 4037 0 -1 4202496 5401 0 0 0 1170 1 0 0 25 0 1 0 875512171 24576000 5342 33554432000 134512640 134556542 4290120592 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/5341/statm: 6000 5342 214 11 0 5334 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 32704

[startup+25.5002 s]
/proc/loadavg: 4.00 3.97 3.79 5/194 5342
/proc/meminfo: memFree=32274360/32950928 swapFree=67048808/67111528
[pid=5337] ppid=5335 vsize=8704 CPUtime=0.96 cores=5,7
/proc/5337/stat : 5337 (ebglucose.sh) S 5335 5337 4037 0 -1 4202496 379 10875 0 0 0 0 93 3 18 0 1 0 875512074 8912896 256 33554432000 4194304 4922060 140733424383600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5337/statm: 2176 256 211 178 0 69 0
[pid=5341] ppid=5337 vsize=25812 CPUtime=24.52 cores=5,7
/proc/5341/stat : 5341 (ebglucose_stati) R 5337 5337 4037 0 -1 4202496 5831 0 0 0 2450 2 0 0 25 0 1 0 875512171 26431488 5772 33554432000 134512640 134556542 4290120592 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/5341/statm: 6453 5772 214 11 0 5787 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 34516

[startup+51.1006 s]
/proc/loadavg: 4.00 3.97 3.80 5/194 5343
/proc/meminfo: memFree=32268816/32950928 swapFree=67048808/67111528
[pid=5337] ppid=5335 vsize=8704 CPUtime=0.96 cores=5,7
/proc/5337/stat : 5337 (ebglucose.sh) S 5335 5337 4037 0 -1 4202496 379 10875 0 0 0 0 93 3 18 0 1 0 875512074 8912896 256 33554432000 4194304 4922060 140733424383600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5337/statm: 2176 256 211 178 0 69 0
[pid=5341] ppid=5337 vsize=29040 CPUtime=50.12 cores=5,7
/proc/5341/stat : 5341 (ebglucose_stati) R 5337 5337 4037 0 -1 4202496 6634 0 0 0 5010 2 0 0 25 0 1 0 875512171 29736960 6575 33554432000 134512640 134556542 4290120592 18446744073709551615 134537390 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/5341/statm: 7260 6575 214 11 0 6594 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 37744

[startup+102.307 s]
/proc/loadavg: 4.00 3.97 3.81 5/194 5344
/proc/meminfo: memFree=32254956/32950928 swapFree=67048808/67111528
[pid=5337] ppid=5335 vsize=8704 CPUtime=0.96 cores=5,7
/proc/5337/stat : 5337 (ebglucose.sh) S 5335 5337 4037 0 -1 4202496 379 10875 0 0 0 0 93 3 18 0 1 0 875512074 8912896 256 33554432000 4194304 4922060 140733424383600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5337/statm: 2176 256 211 178 0 69 0
[pid=5341] ppid=5337 vsize=32380 CPUtime=101.32 cores=5,7
/proc/5341/stat : 5341 (ebglucose_stati) R 5337 5337 4037 0 -1 4202496 7440 0 0 0 10130 2 0 0 25 0 1 0 875512171 33157120 7381 33554432000 134512640 134556542 4290120592 18446744073709551615 134537124 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/5341/statm: 8095 7381 214 11 0 7429 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 41084

[startup+162.301 s]
/proc/loadavg: 4.06 3.99 3.82 5/194 5346
/proc/meminfo: memFree=32245980/32950928 swapFree=67048808/67111528
[pid=5337] ppid=5335 vsize=8704 CPUtime=0.96 cores=5,7
/proc/5337/stat : 5337 (ebglucose.sh) S 5335 5337 4037 0 -1 4202496 379 10875 0 0 0 0 93 3 18 0 1 0 875512074 8912896 256 33554432000 4194304 4922060 140733424383600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5337/statm: 2176 256 211 178 0 69 0
[pid=5341] ppid=5337 vsize=36084 CPUtime=161.32 cores=5,7
/proc/5341/stat : 5341 (ebglucose_stati) R 5337 5337 4037 0 -1 4202496 8376 0 0 0 16130 2 0 0 25 0 1 0 875512171 36950016 8317 33554432000 134512640 134556542 4290120592 18446744073709551615 134537512 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/5341/statm: 9021 8317 214 11 0 8355 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 44788

[startup+222.301 s]
/proc/loadavg: 4.05 4.00 3.84 5/194 5347
/proc/meminfo: memFree=32239452/32950928 swapFree=67048808/67111528
[pid=5337] ppid=5335 vsize=8704 CPUtime=0.96 cores=5,7
/proc/5337/stat : 5337 (ebglucose.sh) S 5335 5337 4037 0 -1 4202496 379 10875 0 0 0 0 93 3 18 0 1 0 875512074 8912896 256 33554432000 4194304 4922060 140733424383600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5337/statm: 2176 256 211 178 0 69 0
[pid=5341] ppid=5337 vsize=39300 CPUtime=221.32 cores=5,7
/proc/5341/stat : 5341 (ebglucose_stati) R 5337 5337 4037 0 -1 4202496 9151 0 0 0 22129 3 0 0 25 0 1 0 875512171 40243200 9092 33554432000 134512640 134556542 4290120592 18446744073709551615 134537124 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/5341/statm: 9825 9092 214 11 0 9159 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 48004

[startup+282.3 s]
/proc/loadavg: 4.02 4.00 3.84 5/194 5349
/proc/meminfo: memFree=32233308/32950928 swapFree=67048808/67111528
[pid=5337] ppid=5335 vsize=8704 CPUtime=0.96 cores=5,7
/proc/5337/stat : 5337 (ebglucose.sh) S 5335 5337 4037 0 -1 4202496 379 10875 0 0 0 0 93 3 18 0 1 0 875512074 8912896 256 33554432000 4194304 4922060 140733424383600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5337/statm: 2176 256 211 178 0 69 0
[pid=5341] ppid=5337 vsize=40924 CPUtime=281.32 cores=5,7
/proc/5341/stat : 5341 (ebglucose_stati) R 5337 5337 4037 0 -1 4202496 9550 0 0 0 28129 3 0 0 25 0 1 0 875512171 41906176 9491 33554432000 134512640 134556542 4290120592 18446744073709551615 134543398 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/5341/statm: 10231 9491 214 11 0 9565 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 49628

[startup+342.301 s]
/proc/loadavg: 4.05 4.01 3.85 5/194 5350
/proc/meminfo: memFree=32223832/32950928 swapFree=67048808/67111528
[pid=5337] ppid=5335 vsize=8704 CPUtime=0.96 cores=5,7
/proc/5337/stat : 5337 (ebglucose.sh) S 5335 5337 4037 0 -1 4202496 379 10875 0 0 0 0 93 3 18 0 1 0 875512074 8912896 256 33554432000 4194304 4922060 140733424383600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5337/statm: 2176 256 211 178 0 69 0
[pid=5341] ppid=5337 vsize=45560 CPUtime=341.32 cores=5,7
/proc/5341/stat : 5341 (ebglucose_stati) R 5337 5337 4037 0 -1 4202496 10722 0 0 0 34128 4 0 0 25 0 1 0 875512171 46653440 10663 33554432000 134512640 134556542 4290120592 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/5341/statm: 11390 10663 214 11 0 10724 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 54264

[startup+402.301 s]
/proc/loadavg: 4.02 4.01 3.86 5/194 5352
/proc/meminfo: memFree=32220940/32950928 swapFree=67048808/67111528
[pid=5337] ppid=5335 vsize=8704 CPUtime=0.96 cores=5,7

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

[pid=5341] ppid=5337 vsize=48300 CPUtime=521.32 cores=5,7
/proc/5341/stat : 5341 (ebglucose_stati) R 5337 5337 4037 0 -1 4202496 11381 0 0 0 52128 4 0 0 25 0 1 0 875512171 49459200 11322 33554432000 134512640 134556542 4290120592 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/5341/statm: 12075 11322 214 11 0 11409 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 57004

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.88 5/194 5441
/proc/meminfo: memFree=32492960/32950928 swapFree=67048808/67111528
[pid=5337] ppid=5335 vsize=8704 CPUtime=0.96 cores=5,7
/proc/5337/stat : 5337 (ebglucose.sh) S 5335 5337 4037 0 -1 4202496 379 10875 0 0 0 0 93 3 18 0 1 0 875512074 8912896 256 33554432000 4194304 4922060 140733424383600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5337/statm: 2176 256 211 178 0 69 0
[pid=5341] ppid=5337 vsize=49792 CPUtime=581.33 cores=5,7
/proc/5341/stat : 5341 (ebglucose_stati) R 5337 5337 4037 0 -1 4202496 11748 0 0 0 58129 4 0 0 25 0 1 0 875512171 50987008 11689 33554432000 134512640 134556542 4290120592 18446744073709551615 134530120 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/5341/statm: 12448 11689 214 11 0 11782 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 58496

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.88 5/194 5442
/proc/meminfo: memFree=32474864/32950928 swapFree=67048808/67111528
[pid=5337] ppid=5335 vsize=8704 CPUtime=0.96 cores=5,7
/proc/5337/stat : 5337 (ebglucose.sh) S 5335 5337 4037 0 -1 4202496 379 10875 0 0 0 0 93 3 18 0 1 0 875512074 8912896 256 33554432000 4194304 4922060 140733424383600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5337/statm: 2176 256 211 178 0 69 0
[pid=5341] ppid=5337 vsize=53936 CPUtime=641.34 cores=5,7
/proc/5341/stat : 5341 (ebglucose_stati) R 5337 5337 4037 0 -1 4202496 12780 0 0 0 64129 5 0 0 25 0 1 0 875512171 55230464 12721 33554432000 134512640 134556542 4290120592 18446744073709551615 134537372 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/5341/statm: 13484 12721 214 11 0 12818 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 62640

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.89 5/194 5444
/proc/meminfo: memFree=32466760/32950928 swapFree=67048808/67111528
[pid=5337] ppid=5335 vsize=8704 CPUtime=0.96 cores=5,7
/proc/5337/stat : 5337 (ebglucose.sh) S 5335 5337 4037 0 -1 4202496 379 10875 0 0 0 0 93 3 18 0 1 0 875512074 8912896 256 33554432000 4194304 4922060 140733424383600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5337/statm: 2176 256 211 178 0 69 0
[pid=5341] ppid=5337 vsize=54992 CPUtime=701.33 cores=5,7
/proc/5341/stat : 5341 (ebglucose_stati) R 5337 5337 4037 0 -1 4202496 13031 0 0 0 70128 5 0 0 25 0 1 0 875512171 56311808 12972 33554432000 134512640 134556542 4290120592 18446744073709551615 134537328 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/5341/statm: 13748 12972 214 11 0 13082 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 63696

[startup+762.307 s]
/proc/loadavg: 4.04 4.01 3.90 5/194 5446
/proc/meminfo: memFree=32457404/32950928 swapFree=67048808/67111528
[pid=5337] ppid=5335 vsize=8704 CPUtime=0.96 cores=5,7
/proc/5337/stat : 5337 (ebglucose.sh) S 5335 5337 4037 0 -1 4202496 379 10875 0 0 0 0 93 3 18 0 1 0 875512074 8912896 256 33554432000 4194304 4922060 140733424383600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5337/statm: 2176 256 211 178 0 69 0
[pid=5341] ppid=5337 vsize=57908 CPUtime=761.34 cores=5,7
/proc/5341/stat : 5341 (ebglucose_stati) R 5337 5337 4037 0 -1 4202496 13767 0 0 0 76129 5 0 0 25 0 1 0 875512171 59297792 13708 33554432000 134512640 134556542 4290120592 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/5341/statm: 14477 13708 214 11 0 13811 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 66612

[startup+822.3 s]
/proc/loadavg: 3.53 3.88 3.86 4/187 5473
/proc/meminfo: memFree=32488420/32950928 swapFree=67048808/67111528
[pid=5337] ppid=5335 vsize=8704 CPUtime=0.96 cores=5,7
/proc/5337/stat : 5337 (ebglucose.sh) S 5335 5337 4037 0 -1 4202496 379 10875 0 0 0 0 93 3 18 0 1 0 875512074 8912896 256 33554432000 4194304 4922060 140733424383600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5337/statm: 2176 256 211 178 0 69 0
[pid=5341] ppid=5337 vsize=58568 CPUtime=821.33 cores=5,7
/proc/5341/stat : 5341 (ebglucose_stati) R 5337 5337 4037 0 -1 4202496 13957 0 0 0 82128 5 0 0 25 0 1 0 875512171 59973632 13898 33554432000 134512640 134556542 4290120592 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/5341/statm: 14642 13898 214 11 0 13976 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 67272

[startup+882.3 s]
/proc/loadavg: 3.22 3.72 3.81 4/187 5475
/proc/meminfo: memFree=32484032/32950928 swapFree=67048808/67111528
[pid=5337] ppid=5335 vsize=8704 CPUtime=0.96 cores=5,7
/proc/5337/stat : 5337 (ebglucose.sh) S 5335 5337 4037 0 -1 4202496 379 10875 0 0 0 0 93 3 18 0 1 0 875512074 8912896 256 33554432000 4194304 4922060 140733424383600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5337/statm: 2176 256 211 178 0 69 0
[pid=5341] ppid=5337 vsize=59756 CPUtime=881.34 cores=5,7
/proc/5341/stat : 5341 (ebglucose_stati) R 5337 5337 4037 0 -1 4202496 14265 0 0 0 88128 6 0 0 25 0 1 0 875512171 61190144 14206 33554432000 134512640 134556542 4290120592 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/5341/statm: 14939 14206 214 11 0 14273 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 68460

[startup+942.301 s]
/proc/loadavg: 3.09 3.60 3.76 4/187 5476
/proc/meminfo: memFree=32479392/32950928 swapFree=67048808/67111528
[pid=5337] ppid=5335 vsize=8704 CPUtime=0.96 cores=5,7
/proc/5337/stat : 5337 (ebglucose.sh) S 5335 5337 4037 0 -1 4202496 379 10875 0 0 0 0 93 3 18 0 1 0 875512074 8912896 256 33554432000 4194304 4922060 140733424383600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5337/statm: 2176 256 211 178 0 69 0
[pid=5341] ppid=5337 vsize=60488 CPUtime=941.34 cores=5,7
/proc/5341/stat : 5341 (ebglucose_stati) R 5337 5337 4037 0 -1 4202496 14443 0 0 0 94128 6 0 0 25 0 1 0 875512171 61939712 14384 33554432000 134512640 134556542 4290120592 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/5341/statm: 15122 14384 214 11 0 14456 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 69192

[startup+1002.3 s]
/proc/loadavg: 3.03 3.48 3.70 4/187 5478
/proc/meminfo: memFree=32473872/32950928 swapFree=67048808/67111528
[pid=5337] ppid=5335 vsize=8704 CPUtime=0.96 cores=5,7
/proc/5337/stat : 5337 (ebglucose.sh) S 5335 5337 4037 0 -1 4202496 379 10875 0 0 0 0 93 3 18 0 1 0 875512074 8912896 256 33554432000 4194304 4922060 140733424383600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5337/statm: 2176 256 211 178 0 69 0
[pid=5341] ppid=5337 vsize=61156 CPUtime=1001.34 cores=5,7
/proc/5341/stat : 5341 (ebglucose_stati) R 5337 5337 4037 0 -1 4202496 14598 0 0 0 100128 6 0 0 25 0 1 0 875512171 62623744 14539 33554432000 134512640 134556542 4290120592 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/5341/statm: 15289 14539 214 11 0 14623 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 69860

[startup+1062.3 s]
/proc/loadavg: 3.01 3.40 3.66 4/187 5480
/proc/meminfo: memFree=32469580/32950928 swapFree=67048808/67111528
[pid=5337] ppid=5335 vsize=8704 CPUtime=0.96 cores=5,7
/proc/5337/stat : 5337 (ebglucose.sh) S 5335 5337 4037 0 -1 4202496 379 10875 0 0 0 0 93 3 18 0 1 0 875512074 8912896 256 33554432000 4194304 4922060 140733424383600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5337/statm: 2176 256 211 178 0 69 0
[pid=5341] ppid=5337 vsize=63804 CPUtime=1061.34 cores=5,7
/proc/5341/stat : 5341 (ebglucose_stati) R 5337 5337 4037 0 -1 4202496 15192 0 0 0 106128 6 0 0 25 0 1 0 875512171 65335296 15133 33554432000 134512640 134556542 4290120592 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/5341/statm: 15951 15133 214 11 0 15285 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 72508

[startup+1122.3 s]
/proc/loadavg: 3.00 3.32 3.62 4/187 5481
/proc/meminfo: memFree=32465076/32950928 swapFree=67048808/67111528
[pid=5337] ppid=5335 vsize=8704 CPUtime=0.96 cores=5,7
/proc/5337/stat : 5337 (ebglucose.sh) S 5335 5337 4037 0 -1 4202496 379 10875 0 0 0 0 93 3 18 0 1 0 875512074 8912896 256 33554432000 4194304 4922060 140733424383600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5337/statm: 2176 256 211 178 0 69 0
[pid=5341] ppid=5337 vsize=63968 CPUtime=1121.34 cores=5,7
/proc/5341/stat : 5341 (ebglucose_stati) R 5337 5337 4037 0 -1 4202496 15241 0 0 0 112128 6 0 0 25 0 1 0 875512171 65503232 15182 33554432000 134512640 134556542 4290120592 18446744073709551615 134537221 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/5341/statm: 15992 15182 214 11 0 15326 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 72672

[startup+1182.3 s]
/proc/loadavg: 3.00 3.26 3.57 4/187 5483
/proc/meminfo: memFree=32458804/32950928 swapFree=67048808/67111528
[pid=5337] ppid=5335 vsize=8704 CPUtime=0.96 cores=5,7
/proc/5337/stat : 5337 (ebglucose.sh) S 5335 5337 4037 0 -1 4202496 379 10875 0 0 0 0 93 3 18 0 1 0 875512074 8912896 256 33554432000 4194304 4922060 140733424383600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5337/statm: 2176 256 211 178 0 69 0
[pid=5341] ppid=5337 vsize=67004 CPUtime=1181.35 cores=5,7
/proc/5341/stat : 5341 (ebglucose_stati) R 5337 5337 4037 0 -1 4202496 15998 0 0 0 118128 7 0 0 25 0 1 0 875512171 68612096 15939 33554432000 134512640 134556542 4290120592 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/5341/statm: 16751 15939 214 11 0 16085 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 75708

[startup+1242.3 s]
/proc/loadavg: 3.00 3.21 3.54 4/187 5484
/proc/meminfo: memFree=32456516/32950928 swapFree=67048808/67111528
[pid=5337] ppid=5335 vsize=8704 CPUtime=0.96 cores=5,7
/proc/5337/stat : 5337 (ebglucose.sh) S 5335 5337 4037 0 -1 4202496 379 10875 0 0 0 0 93 3 18 0 1 0 875512074 8912896 256 33554432000 4194304 4922060 140733424383600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5337/statm: 2176 256 211 178 0 69 0
[pid=5341] ppid=5337 vsize=67136 CPUtime=1241.35 cores=5,7
/proc/5341/stat : 5341 (ebglucose_stati) R 5337 5337 4037 0 -1 4202496 16042 0 0 0 124128 7 0 0 25 0 1 0 875512171 68747264 15983 33554432000 134512640 134556542 4290120592 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/5341/statm: 16784 15983 214 11 0 16118 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 75840



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.17 3.50 4/187 5486
/proc/meminfo: memFree=32452248/32950928 swapFree=67048808/67111528
[pid=5337] ppid=5335 vsize=8704 CPUtime=0.96 cores=5,7
/proc/5337/stat : 5337 (ebglucose.sh) S 5335 5337 4037 0 -1 4202496 379 10875 0 0 0 0 93 3 18 0 1 0 875512074 8912896 256 33554432000 4194304 4922060 140733424383600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5337/statm: 2176 256 211 178 0 69 0
[pid=5341] ppid=5337 vsize=67464 CPUtime=1299.06 cores=5,7
/proc/5341/stat : 5341 (ebglucose_stati) R 5337 5337 4037 0 -1 4202496 16108 0 0 0 129899 7 0 0 25 0 1 0 875512171 69083136 16049 33554432000 134512640 134556542 4290120592 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/5341/statm: 16866 16049 214 11 0 16200 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 76168

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.04
CPU user time (s): 1299.93
CPU system time (s): 0.110983
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 76168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.93
system time used= 0.110983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27375
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= 33
involuntary context switches= 1788

runsolver used 2.04769 second user time and 5.05623 second system time

The end

Launcher Data

Begin job on node122 at 2011-06-09 19:05:33
IDJOB=3282135
IDBENCH=70781
IDSOLVER=1652
FILE ID=node122/3282135-1307639133
RUNJOBID= node122-1307637826-4887
PBS_JOBID= 13549369
Free space on /tmp= 73996 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitssrl/countbitssrl064.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282135-1307639133/watcher-3282135-1307639133 -o /tmp/evaluation-result-3282135-1307639133/solver-3282135-1307639133 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3282135-1307639133.cnf

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

MD5SUM BENCH= 4f9c883534eb89cad9b9cad9e6eccbd0
RANDOM SEED=845993418

node122.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.820
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.64
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.820
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.820
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.75
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.820
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.83
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.820
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.75
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.820
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      32310172 kB
Buffers:         22428 kB
Cached:         266652 kB
SwapCached:      14148 kB
Active:         349932 kB
Inactive:       162308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32310172 kB
SwapTotal:    67111528 kB
SwapFree:     67048808 kB
Dirty:            4680 kB
Writeback:           0 kB
AnonPages:      220332 kB
Mapped:          10188 kB
Slab:            63156 kB
PageTables:       5844 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   462288 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= 74084 MiB
End job on node122 at 2011-06-09 19:27:15