Trace number 3282227

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/
smulo/smulo064.cnf
MD5SUM472e9d10d7fd1a82d06da0809d0002df
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 variables47129
Number of clauses141002
Sum of the clauses size329002
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 294000
Number of clauses of size 347000
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.05	c ==============================================================================
0.00/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.05	c ==============================================================================
0.00/0.05	c |         0 |  141000   329000 |   42299       0        0     nan |  0.000 % |
0.00/0.36	c |         0 |  105063   295988 |      --       0       --      -- |     --   | -35935/-33007
0.00/0.36	c ==============================================================================
0.00/0.36	c Result  :   #vars: 24245   #clauses: 105063   #literals: 295988
0.00/0.36	c CPU time:   0.358945 s
0.00/0.36	c ==============================================================================
0.00/0.42	c
0.00/0.42	c Starting glucose
0.00/0.42	c
0.00/0.42	
0.00/0.42	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.42	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.42	
0.00/0.42	c ============================[ Problem Statistics ]=============================
0.00/0.42	c |                                                                             |
0.00/0.42	c |  Number of variables:  24245                                                |
0.00/0.42	c |  Number of clauses:    105063                                               |
0.00/0.46	c |  Parsing time:         0.03         s                                       |
1300.02/1300.01	HOME/ebglucose.sh: line 57:  5440 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-3282227-1307639703/watcher-3282227-1307639703 -o /tmp/evaluation-result-3282227-1307639703/solver-3282227-1307639703 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3282227-1307639703.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 4.00 4.00 3.88 4/192 5436
/proc/meminfo: memFree=32515416/32950928 swapFree=67048808/67111528
[pid=5436] ppid=5434 vsize=8704 CPUtime=0 cores=4,6
/proc/5436/stat : 5436 (ebglucose.sh) S 5434 5436 4037 0 -1 4202496 355 232 0 0 0 0 0 0 25 0 1 0 875569118 8912896 253 33554432000 4194304 4922060 140736654634880 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5436/statm: 2176 253 211 178 0 69 0

[startup+0.080324 s]
/proc/loadavg: 4.00 4.00 3.88 4/192 5436
/proc/meminfo: memFree=32515416/32950928 swapFree=67048808/67111528
[pid=5436] ppid=5434 vsize=8704 CPUtime=0 cores=4,6
/proc/5436/stat : 5436 (ebglucose.sh) S 5434 5436 4037 0 -1 4202496 355 232 0 0 0 0 0 0 25 0 1 0 875569118 8912896 253 33554432000 4194304 4922060 140736654634880 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5436/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100377 s]
/proc/loadavg: 4.00 4.00 3.88 4/192 5436
/proc/meminfo: memFree=32515416/32950928 swapFree=67048808/67111528
[pid=5436] ppid=5434 vsize=8704 CPUtime=0 cores=4,6
/proc/5436/stat : 5436 (ebglucose.sh) S 5434 5436 4037 0 -1 4202496 355 232 0 0 0 0 0 0 25 0 1 0 875569118 8912896 253 33554432000 4194304 4922060 140736654634880 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5436/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300293 s]
/proc/loadavg: 4.00 4.00 3.88 4/192 5436
/proc/meminfo: memFree=32515416/32950928 swapFree=67048808/67111528
[pid=5436] ppid=5434 vsize=8704 CPUtime=0 cores=4,6
/proc/5436/stat : 5436 (ebglucose.sh) S 5434 5436 4037 0 -1 4202496 355 232 0 0 0 0 0 0 25 0 1 0 875569118 8912896 253 33554432000 4194304 4922060 140736654634880 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5436/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700216 s]
/proc/loadavg: 4.00 4.00 3.88 4/192 5436
/proc/meminfo: memFree=32515416/32950928 swapFree=67048808/67111528
[pid=5436] ppid=5434 vsize=8704 CPUtime=0.41 cores=4,6
/proc/5436/stat : 5436 (ebglucose.sh) S 5434 5436 4037 0 -1 4202496 381 6860 0 0 0 0 40 1 21 0 1 0 875569118 8912896 256 33554432000 4194304 4922060 140736654634880 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5436/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 8704

[startup+1.50108 s]
/proc/loadavg: 4.00 4.00 3.88 5/194 5440
/proc/meminfo: memFree=32499924/32950928 swapFree=67048808/67111528
[pid=5436] ppid=5434 vsize=8704 CPUtime=0.41 cores=4,6
/proc/5436/stat : 5436 (ebglucose.sh) S 5434 5436 4037 0 -1 4202496 381 6860 0 0 0 0 40 1 21 0 1 0 875569118 8912896 256 33554432000 4194304 4922060 140736654634880 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5436/statm: 2176 256 211 178 0 69 0
[pid=5440] ppid=5436 vsize=15240 CPUtime=1.06 cores=4,6
/proc/5440/stat : 5440 (ebglucose_stati) R 5436 5436 4037 0 -1 4202496 3273 0 0 0 106 0 0 0 25 0 1 0 875569160 15605760 3213 33554432000 134512640 134556542 4294879536 18446744073709551615 134537124 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/5440/statm: 3810 3213 214 11 0 3144 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 23944

[startup+3.10074 s]
/proc/loadavg: 4.00 4.00 3.88 5/194 5440
/proc/meminfo: memFree=32497444/32950928 swapFree=67048808/67111528
[pid=5436] ppid=5434 vsize=8704 CPUtime=0.41 cores=4,6
/proc/5436/stat : 5436 (ebglucose.sh) S 5434 5436 4037 0 -1 4202496 381 6860 0 0 0 0 40 1 21 0 1 0 875569118 8912896 256 33554432000 4194304 4922060 140736654634880 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5436/statm: 2176 256 211 178 0 69 0
[pid=5440] ppid=5436 vsize=16700 CPUtime=2.66 cores=4,6
/proc/5440/stat : 5440 (ebglucose_stati) R 5436 5436 4037 0 -1 4202496 3650 0 0 0 266 0 0 0 25 0 1 0 875569160 17100800 3590 33554432000 134512640 134556542 4294879536 18446744073709551615 134537180 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/5440/statm: 4175 3590 214 11 0 3509 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 25404

[startup+6.30017 s]
/proc/loadavg: 4.00 4.00 3.88 5/194 5441
/proc/meminfo: memFree=32494684/32950928 swapFree=67048808/67111528
[pid=5436] ppid=5434 vsize=8704 CPUtime=0.41 cores=4,6
/proc/5436/stat : 5436 (ebglucose.sh) S 5434 5436 4037 0 -1 4202496 381 6860 0 0 0 0 40 1 21 0 1 0 875569118 8912896 256 33554432000 4194304 4922060 140736654634880 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5436/statm: 2176 256 211 178 0 69 0
[pid=5440] ppid=5436 vsize=18056 CPUtime=5.86 cores=4,6
/proc/5440/stat : 5440 (ebglucose_stati) R 5436 5436 4037 0 -1 4202496 3995 0 0 0 586 0 0 0 25 0 1 0 875569160 18489344 3935 33554432000 134512640 134556542 4294879536 18446744073709551615 134537335 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/5440/statm: 4514 3935 214 11 0 3848 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 26760

[startup+12.7011 s]
/proc/loadavg: 4.00 4.00 3.88 5/194 5441
/proc/meminfo: memFree=32492960/32950928 swapFree=67048808/67111528
[pid=5436] ppid=5434 vsize=8704 CPUtime=0.41 cores=4,6
/proc/5436/stat : 5436 (ebglucose.sh) S 5434 5436 4037 0 -1 4202496 381 6860 0 0 0 0 40 1 21 0 1 0 875569118 8912896 256 33554432000 4194304 4922060 140736654634880 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5436/statm: 2176 256 211 178 0 69 0
[pid=5440] ppid=5436 vsize=19472 CPUtime=12.26 cores=4,6
/proc/5440/stat : 5440 (ebglucose_stati) R 5436 5436 4037 0 -1 4202496 4317 0 0 0 1226 0 0 0 25 0 1 0 875569160 19939328 4257 33554432000 134512640 134556542 4294879536 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/5440/statm: 4868 4257 214 11 0 4202 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 28176

[startup+25.5007 s]
/proc/loadavg: 4.00 4.00 3.88 5/194 5441
/proc/meminfo: memFree=32487500/32950928 swapFree=67048808/67111528
[pid=5436] ppid=5434 vsize=8704 CPUtime=0.41 cores=4,6
/proc/5436/stat : 5436 (ebglucose.sh) S 5434 5436 4037 0 -1 4202496 381 6860 0 0 0 0 40 1 21 0 1 0 875569118 8912896 256 33554432000 4194304 4922060 140736654634880 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5436/statm: 2176 256 211 178 0 69 0
[pid=5440] ppid=5436 vsize=21980 CPUtime=25.07 cores=4,6
/proc/5440/stat : 5440 (ebglucose_stati) R 5436 5436 4037 0 -1 4202496 4952 0 0 0 2506 1 0 0 25 0 1 0 875569160 22507520 4892 33554432000 134512640 134556542 4294879536 18446744073709551615 134537195 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/5440/statm: 5495 4892 214 11 0 4829 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 30684

[startup+51.1002 s]
/proc/loadavg: 4.00 4.00 3.88 5/194 5442
/proc/meminfo: memFree=32481964/32950928 swapFree=67048808/67111528
[pid=5436] ppid=5434 vsize=8704 CPUtime=0.41 cores=4,6
/proc/5436/stat : 5436 (ebglucose.sh) S 5434 5436 4037 0 -1 4202496 381 6860 0 0 0 0 40 1 21 0 1 0 875569118 8912896 256 33554432000 4194304 4922060 140736654634880 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5436/statm: 2176 256 211 178 0 69 0
[pid=5440] ppid=5436 vsize=25816 CPUtime=50.67 cores=4,6
/proc/5440/stat : 5440 (ebglucose_stati) R 5436 5436 4037 0 -1 4202496 5919 0 0 0 5066 1 0 0 25 0 1 0 875569160 26435584 5859 33554432000 134512640 134556542 4294879536 18446744073709551615 134536882 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/5440/statm: 6454 5859 214 11 0 5788 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 34520

[startup+102.307 s]
/proc/loadavg: 4.00 4.00 3.89 5/194 5443
/proc/meminfo: memFree=32470868/32950928 swapFree=67048808/67111528
[pid=5436] ppid=5434 vsize=8704 CPUtime=0.41 cores=4,6
/proc/5436/stat : 5436 (ebglucose.sh) S 5434 5436 4037 0 -1 4202496 381 6860 0 0 0 0 40 1 21 0 1 0 875569118 8912896 256 33554432000 4194304 4922060 140736654634880 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5436/statm: 2176 256 211 178 0 69 0
[pid=5440] ppid=5436 vsize=30916 CPUtime=101.87 cores=4,6
/proc/5440/stat : 5440 (ebglucose_stati) R 5436 5436 4037 0 -1 4202496 7176 0 0 0 10186 1 0 0 25 0 1 0 875569160 31657984 7116 33554432000 134512640 134556542 4294879536 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/5440/statm: 7729 7116 214 11 0 7063 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 39620

[startup+162.3 s]
/proc/loadavg: 4.07 4.02 3.90 5/194 5445
/proc/meminfo: memFree=32461768/32950928 swapFree=67048808/67111528
[pid=5436] ppid=5434 vsize=8704 CPUtime=0.41 cores=4,6
/proc/5436/stat : 5436 (ebglucose.sh) S 5434 5436 4037 0 -1 4202496 381 6860 0 0 0 0 40 1 21 0 1 0 875569118 8912896 256 33554432000 4194304 4922060 140736654634880 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5436/statm: 2176 256 211 178 0 69 0
[pid=5440] ppid=5436 vsize=34668 CPUtime=161.87 cores=4,6
/proc/5440/stat : 5440 (ebglucose_stati) R 5436 5436 4037 0 -1 4202496 8116 0 0 0 16185 2 0 0 25 0 1 0 875569160 35500032 8056 33554432000 134512640 134556542 4294879536 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/5440/statm: 8667 8056 214 11 0 8001 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 43372

[startup+222.301 s]
/proc/loadavg: 3.80 3.96 3.89 4/187 5472
/proc/meminfo: memFree=32491312/32950928 swapFree=67048808/67111528
[pid=5436] ppid=5434 vsize=8704 CPUtime=0.41 cores=4,6
/proc/5436/stat : 5436 (ebglucose.sh) S 5434 5436 4037 0 -1 4202496 381 6860 0 0 0 0 40 1 21 0 1 0 875569118 8912896 256 33554432000 4194304 4922060 140736654634880 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5436/statm: 2176 256 211 178 0 69 0
[pid=5440] ppid=5436 vsize=38432 CPUtime=221.87 cores=4,6
/proc/5440/stat : 5440 (ebglucose_stati) R 5436 5436 4037 0 -1 4202496 8989 0 0 0 22185 2 0 0 25 0 1 0 875569160 39354368 8929 33554432000 134512640 134556542 4294879536 18446744073709551615 134537129 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/5440/statm: 9608 8929 214 11 0 8942 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 47136

[startup+282.301 s]
/proc/loadavg: 3.32 3.80 3.83 4/187 5474
/proc/meminfo: memFree=32485540/32950928 swapFree=67048808/67111528
[pid=5436] ppid=5434 vsize=8704 CPUtime=0.41 cores=4,6
/proc/5436/stat : 5436 (ebglucose.sh) S 5434 5436 4037 0 -1 4202496 381 6860 0 0 0 0 40 1 21 0 1 0 875569118 8912896 256 33554432000 4194304 4922060 140736654634880 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5436/statm: 2176 256 211 178 0 69 0
[pid=5440] ppid=5436 vsize=41004 CPUtime=281.87 cores=4,6
/proc/5440/stat : 5440 (ebglucose_stati) R 5436 5436 4037 0 -1 4202496 9644 0 0 0 28185 2 0 0 25 0 1 0 875569160 41988096 9584 33554432000 134512640 134556542 4294879536 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/5440/statm: 10251 9584 214 11 0 9585 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 49708

[startup+342.3 s]
/proc/loadavg: 3.13 3.65 3.78 4/187 5476
/proc/meminfo: memFree=32482156/32950928 swapFree=67048808/67111528
[pid=5436] ppid=5434 vsize=8704 CPUtime=0.41 cores=4,6
/proc/5436/stat : 5436 (ebglucose.sh) S 5434 5436 4037 0 -1 4202496 381 6860 0 0 0 0 40 1 21 0 1 0 875569118 8912896 256 33554432000 4194304 4922060 140736654634880 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5436/statm: 2176 256 211 178 0 69 0
[pid=5440] ppid=5436 vsize=43144 CPUtime=341.88 cores=4,6
/proc/5440/stat : 5440 (ebglucose_stati) R 5436 5436 4037 0 -1 4202496 10210 0 0 0 34185 3 0 0 25 0 1 0 875569160 44179456 10150 33554432000 134512640 134556542 4294879536 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/5440/statm: 10786 10150 214 11 0 10120 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 51848

[startup+402.301 s]
/proc/loadavg: 3.05 3.54 3.73 4/187 5477
/proc/meminfo: memFree=32476132/32950928 swapFree=67048808/67111528
[pid=5436] ppid=5434 vsize=8704 CPUtime=0.41 cores=4,6

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

[pid=5440] ppid=5436 vsize=51092 CPUtime=521.88 cores=4,6
/proc/5440/stat : 5440 (ebglucose_stati) R 5436 5436 4037 0 -1 4202496 12071 0 0 0 52184 4 0 0 25 0 1 0 875569160 52318208 12011 33554432000 134512640 134556542 4294879536 18446744073709551615 134537396 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/5440/statm: 12773 12011 214 11 0 12107 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 59796

[startup+582.301 s]
/proc/loadavg: 3.00 3.28 3.59 4/187 5482
/proc/meminfo: memFree=32460456/32950928 swapFree=67048808/67111528
[pid=5436] ppid=5434 vsize=8704 CPUtime=0.41 cores=4,6
/proc/5436/stat : 5436 (ebglucose.sh) S 5434 5436 4037 0 -1 4202496 381 6860 0 0 0 0 40 1 21 0 1 0 875569118 8912896 256 33554432000 4194304 4922060 140736654634880 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5436/statm: 2176 256 211 178 0 69 0
[pid=5440] ppid=5436 vsize=51692 CPUtime=581.88 cores=4,6
/proc/5440/stat : 5440 (ebglucose_stati) R 5436 5436 4037 0 -1 4202496 12246 0 0 0 58184 4 0 0 25 0 1 0 875569160 52932608 12186 33554432000 134512640 134556542 4294879536 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/5440/statm: 12923 12186 214 11 0 12257 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 60396

[startup+642.301 s]
/proc/loadavg: 3.00 3.23 3.55 4/187 5484
/proc/meminfo: memFree=32457536/32950928 swapFree=67048808/67111528
[pid=5436] ppid=5434 vsize=8704 CPUtime=0.41 cores=4,6
/proc/5436/stat : 5436 (ebglucose.sh) S 5434 5436 4037 0 -1 4202496 381 6860 0 0 0 0 40 1 21 0 1 0 875569118 8912896 256 33554432000 4194304 4922060 140736654634880 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5436/statm: 2176 256 211 178 0 69 0
[pid=5440] ppid=5436 vsize=54328 CPUtime=641.89 cores=4,6
/proc/5440/stat : 5440 (ebglucose_stati) R 5436 5436 4037 0 -1 4202496 12925 0 0 0 64185 4 0 0 25 0 1 0 875569160 55631872 12865 33554432000 134512640 134556542 4294879536 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/5440/statm: 13582 12865 214 11 0 12916 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 63032

[startup+702.301 s]
/proc/loadavg: 3.00 3.19 3.51 4/187 5485
/proc/meminfo: memFree=32453016/32950928 swapFree=67048808/67111528
[pid=5436] ppid=5434 vsize=8704 CPUtime=0.41 cores=4,6
/proc/5436/stat : 5436 (ebglucose.sh) S 5434 5436 4037 0 -1 4202496 381 6860 0 0 0 0 40 1 21 0 1 0 875569118 8912896 256 33554432000 4194304 4922060 140736654634880 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5436/statm: 2176 256 211 178 0 69 0
[pid=5440] ppid=5436 vsize=57328 CPUtime=701.88 cores=4,6
/proc/5440/stat : 5440 (ebglucose_stati) R 5436 5436 4037 0 -1 4202496 13651 0 0 0 70184 4 0 0 25 0 1 0 875569160 58703872 13591 33554432000 134512640 134556542 4294879536 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/5440/statm: 14332 13591 214 11 0 13666 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 66032

[startup+762.306 s]
/proc/loadavg: 2.56 3.04 3.44 3/180 5512
/proc/meminfo: memFree=32530296/32950928 swapFree=67048808/67111528
[pid=5436] ppid=5434 vsize=8704 CPUtime=0.41 cores=4,6
/proc/5436/stat : 5436 (ebglucose.sh) S 5434 5436 4037 0 -1 4202496 381 6860 0 0 0 0 40 1 21 0 1 0 875569118 8912896 256 33554432000 4194304 4922060 140736654634880 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5436/statm: 2176 256 211 178 0 69 0
[pid=5440] ppid=5436 vsize=58020 CPUtime=761.89 cores=4,6
/proc/5440/stat : 5440 (ebglucose_stati) R 5436 5436 4037 0 -1 4202496 13841 0 0 0 76185 4 0 0 25 0 1 0 875569160 59412480 13781 33554432000 134512640 134556542 4294879536 18446744073709551615 134537454 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/5440/statm: 14505 13781 214 11 0 13839 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 66724

[startup+822.301 s]
/proc/loadavg: 2.20 2.85 3.35 3/180 5513
/proc/meminfo: memFree=32528504/32950928 swapFree=67048808/67111528
[pid=5436] ppid=5434 vsize=8704 CPUtime=0.41 cores=4,6
/proc/5436/stat : 5436 (ebglucose.sh) S 5434 5436 4037 0 -1 4202496 381 6860 0 0 0 0 40 1 21 0 1 0 875569118 8912896 256 33554432000 4194304 4922060 140736654634880 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5436/statm: 2176 256 211 178 0 69 0
[pid=5440] ppid=5436 vsize=59300 CPUtime=821.88 cores=4,6
/proc/5440/stat : 5440 (ebglucose_stati) R 5436 5436 4037 0 -1 4202496 14170 0 0 0 82184 4 0 0 25 0 1 0 875569160 60723200 14110 33554432000 134512640 134556542 4294879536 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/5440/statm: 14825 14110 214 11 0 14159 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 68004

[startup+882.301 s]
/proc/loadavg: 2.11 2.70 3.27 3/180 5515
/proc/meminfo: memFree=32525580/32950928 swapFree=67048808/67111528
[pid=5436] ppid=5434 vsize=8704 CPUtime=0.41 cores=4,6
/proc/5436/stat : 5436 (ebglucose.sh) S 5434 5436 4037 0 -1 4202496 381 6860 0 0 0 0 40 1 21 0 1 0 875569118 8912896 256 33554432000 4194304 4922060 140736654634880 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5436/statm: 2176 256 211 178 0 69 0
[pid=5440] ppid=5436 vsize=61368 CPUtime=881.89 cores=4,6
/proc/5440/stat : 5440 (ebglucose_stati) R 5436 5436 4037 0 -1 4202496 14693 0 0 0 88184 5 0 0 25 0 1 0 875569160 62840832 14633 33554432000 134512640 134556542 4294879536 18446744073709551615 134536807 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/5440/statm: 15342 14633 214 11 0 14676 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 70072

[startup+942.3 s]
/proc/loadavg: 2.04 2.57 3.18 3/180 5517
/proc/meminfo: memFree=32522060/32950928 swapFree=67048808/67111528
[pid=5436] ppid=5434 vsize=8704 CPUtime=0.41 cores=4,6
/proc/5436/stat : 5436 (ebglucose.sh) S 5434 5436 4037 0 -1 4202496 381 6860 0 0 0 0 40 1 21 0 1 0 875569118 8912896 256 33554432000 4194304 4922060 140736654634880 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5436/statm: 2176 256 211 178 0 69 0
[pid=5440] ppid=5436 vsize=64024 CPUtime=941.89 cores=4,6
/proc/5440/stat : 5440 (ebglucose_stati) R 5436 5436 4037 0 -1 4202496 15343 0 0 0 94184 5 0 0 25 0 1 0 875569160 65560576 15283 33554432000 134512640 134556542 4294879536 18446744073709551615 134534753 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/5440/statm: 16006 15283 214 11 0 15340 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 72728

[startup+1002.3 s]
/proc/loadavg: 2.01 2.47 3.11 3/180 5518
/proc/meminfo: memFree=32518648/32950928 swapFree=67048808/67111528
[pid=5436] ppid=5434 vsize=8704 CPUtime=0.41 cores=4,6
/proc/5436/stat : 5436 (ebglucose.sh) S 5434 5436 4037 0 -1 4202496 381 6860 0 0 0 0 40 1 21 0 1 0 875569118 8912896 256 33554432000 4194304 4922060 140736654634880 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5436/statm: 2176 256 211 178 0 69 0
[pid=5440] ppid=5436 vsize=66652 CPUtime=1001.89 cores=4,6
/proc/5440/stat : 5440 (ebglucose_stati) R 5436 5436 4037 0 -1 4202496 15823 0 0 0 100184 5 0 0 25 0 1 0 875569160 68251648 15763 33554432000 134512640 134556542 4294879536 18446744073709551615 134536930 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/5440/statm: 16663 15763 214 11 0 15997 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 75356

[startup+1062.3 s]
/proc/loadavg: 2.00 2.39 3.04 3/180 5520
/proc/meminfo: memFree=32517360/32950928 swapFree=67048808/67111528
[pid=5436] ppid=5434 vsize=8704 CPUtime=0.41 cores=4,6
/proc/5436/stat : 5436 (ebglucose.sh) S 5434 5436 4037 0 -1 4202496 381 6860 0 0 0 0 40 1 21 0 1 0 875569118 8912896 256 33554432000 4194304 4922060 140736654634880 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5436/statm: 2176 256 211 178 0 69 0
[pid=5440] ppid=5436 vsize=67392 CPUtime=1061.9 cores=4,6
/proc/5440/stat : 5440 (ebglucose_stati) R 5436 5436 4037 0 -1 4202496 16012 0 0 0 106185 5 0 0 25 0 1 0 875569160 69009408 15952 33554432000 134512640 134556542 4294879536 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/5440/statm: 16848 15952 214 11 0 16182 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 76096

[startup+1122.3 s]
/proc/loadavg: 2.00 2.31 2.97 3/180 5521
/proc/meminfo: memFree=32514340/32950928 swapFree=67048808/67111528
[pid=5436] ppid=5434 vsize=8704 CPUtime=0.41 cores=4,6
/proc/5436/stat : 5436 (ebglucose.sh) S 5434 5436 4037 0 -1 4202496 381 6860 0 0 0 0 40 1 21 0 1 0 875569118 8912896 256 33554432000 4194304 4922060 140736654634880 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5436/statm: 2176 256 211 178 0 69 0
[pid=5440] ppid=5436 vsize=68648 CPUtime=1121.9 cores=4,6
/proc/5440/stat : 5440 (ebglucose_stati) R 5436 5436 4037 0 -1 4202496 16309 0 0 0 112185 5 0 0 25 0 1 0 875569160 70295552 16249 33554432000 134512640 134556542 4294879536 18446744073709551615 134529963 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/5440/statm: 17162 16249 214 11 0 16496 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 77352

[startup+1182.3 s]
/proc/loadavg: 2.00 2.25 2.91 3/180 5523
/proc/meminfo: memFree=32512660/32950928 swapFree=67048808/67111528
[pid=5436] ppid=5434 vsize=8704 CPUtime=0.41 cores=4,6
/proc/5436/stat : 5436 (ebglucose.sh) S 5434 5436 4037 0 -1 4202496 381 6860 0 0 0 0 40 1 21 0 1 0 875569118 8912896 256 33554432000 4194304 4922060 140736654634880 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5436/statm: 2176 256 211 178 0 69 0
[pid=5440] ppid=5436 vsize=70188 CPUtime=1181.9 cores=4,6
/proc/5440/stat : 5440 (ebglucose_stati) R 5436 5436 4037 0 -1 4202496 16733 0 0 0 118185 5 0 0 25 0 1 0 875569160 71872512 16673 33554432000 134512640 134556542 4294879536 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/5440/statm: 17547 16673 214 11 0 16881 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 78892

[startup+1242.3 s]
/proc/loadavg: 1.66 2.12 2.82 2/173 5551
/proc/meminfo: memFree=32554544/32950928 swapFree=67048808/67111528
[pid=5436] ppid=5434 vsize=8704 CPUtime=0.41 cores=4,6
/proc/5436/stat : 5436 (ebglucose.sh) S 5434 5436 4037 0 -1 4202496 381 6860 0 0 0 0 40 1 21 0 1 0 875569118 8912896 256 33554432000 4194304 4922060 140736654634880 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5436/statm: 2176 256 211 178 0 69 0
[pid=5440] ppid=5436 vsize=71052 CPUtime=1241.9 cores=4,6
/proc/5440/stat : 5440 (ebglucose_stati) R 5436 5436 4037 0 -1 4202496 16920 0 0 0 124185 5 0 0 25 0 1 0 875569160 72757248 16860 33554432000 134512640 134556542 4294879536 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/5440/statm: 17763 16860 214 11 0 17097 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 79756



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.26 1.93 2.71 2/173 5552
/proc/meminfo: memFree=32550884/32950928 swapFree=67048808/67111528
[pid=5436] ppid=5434 vsize=8704 CPUtime=0.41 cores=4,6
/proc/5436/stat : 5436 (ebglucose.sh) S 5434 5436 4037 0 -1 4202496 381 6860 0 0 0 0 40 1 21 0 1 0 875569118 8912896 256 33554432000 4194304 4922060 140736654634880 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5436/statm: 2176 256 211 178 0 69 0
[pid=5440] ppid=5436 vsize=74748 CPUtime=1299.61 cores=4,6
/proc/5440/stat : 5440 (ebglucose_stati) R 5436 5436 4037 0 -1 4202496 17817 0 0 0 129956 5 0 0 25 0 1 0 875569160 76541952 17757 33554432000 134512640 134556542 4294879536 18446744073709551615 134537359 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/5440/statm: 18687 17757 214 11 0 18021 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 83452

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.97
CPU system time (s): 0.073988
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 83452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.97
system time used= 0.073988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25070
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= 32
involuntary context switches= 1860

runsolver used 2.13068 second user time and 4.91125 second system time

The end

Launcher Data

Begin job on node122 at 2011-06-09 19:15:03
IDJOB=3282227
IDBENCH=70791
IDSOLVER=1652
FILE ID=node122/3282227-1307639703
RUNJOBID= node122-1307637826-4885
PBS_JOBID= 13549369
Free space on /tmp= 74088 MiB

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

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

MD5SUM BENCH= 472e9d10d7fd1a82d06da0809d0002df
RANDOM SEED=318384866

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:      32516084 kB
Buffers:         23240 kB
Cached:         172896 kB
SwapCached:      14148 kB
Active:         189988 kB
Inactive:       118160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32516084 kB
SwapTotal:    67111528 kB
SwapFree:     67048808 kB
Dirty:            3160 kB
Writeback:           0 kB
AnonPages:      109696 kB
Mapped:          10132 kB
Slab:            61800 kB
PageTables:       5592 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   349372 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= 74100 MiB
End job on node122 at 2011-06-09 19:36:45