Trace number 1775977

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
ManySAT 1.1 aimd 2/2009-03-20 (4 threads)? (TO) 3307.95 1000.04

General information on the benchmark

Nameindustrial/palacios/hard/
safe-50-h49-unsat.cnf
MD5SUMafc9746f162b3434bc79ea21bd1704d5
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 variables615037
Number of clauses2098249
Sum of the clauses size5069473
Maximum clause length101
Minimum clause length1
Number of clauses of size 150
Number of clauses of size 21488062
Number of clauses of size 3602029
Number of clauses of size 4238
Number of clauses of size 5148
Number of clauses of size over 57722

Solver Data

0.00/0.00	c Parsing...
1.60/1.70	c ==============================================================================
1.60/1.70	c |           |     ORIGINAL     |              LEARNT              |          |
1.60/1.70	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.60/1.70	c ==============================================================================
1.60/1.70	c |         0 | 2098099  5069173 |  629429       0        0     nan |  0.000 % |
222.01/222.13	c |         0 |  769676  6992680 |      --       0       --      -- |     --   | -1328423/1923507
222.01/222.13	c ==============================================================================
222.01/222.13	c Result  :   #vars: 20526   #clauses: 769676   #literals: 6992680
222.01/222.13	c CPU time:   220.78 s
222.01/222.13	c ==============================================================================

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1775977-1243506396/watcher-1775977-1243506396 -o /tmp/evaluation-result-1775977-1243506396/solver-1775977-1243506396 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1775977-1243506396.cnf aimd 2 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 4.15 4.45 4.41 3/109 24252
/proc/meminfo: memFree=1473852/3368532 swapFree=1959840/1959888
[pid=24252] ppid=24250 vsize=2416 CPUtime=0
/proc/24252/stat : 24252 (manysat.sh) S 24250 24252 29143 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1115302659 2473984 274 4294967295 134512640 135169312 3216635616 3216634152 3085512430 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/24252/statm: 604 274 231 161 0 43 0
[pid=24253] ppid=24252 vsize=1628 CPUtime=0
/proc/24253/stat : 24253 (SatElite) R 24252 24252 29143 0 -1 4202496 371 0 0 0 0 0 0 0 18 0 1 0 1115302659 1667072 307 4294967295 134512640 135034092 3213995040 3213991384 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24253/statm: 407 307 51 128 0 277 0

[startup+0.089041 s]
/proc/loadavg: 4.15 4.45 4.41 3/109 24252
/proc/meminfo: memFree=1473852/3368532 swapFree=1959840/1959888
[pid=24252] ppid=24250 vsize=2416 CPUtime=0
/proc/24252/stat : 24252 (manysat.sh) S 24250 24252 29143 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1115302659 2473984 274 4294967295 134512640 135169312 3216635616 3216634152 3085512430 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/24252/statm: 604 274 231 161 0 43 0
[pid=24253] ppid=24252 vsize=12824 CPUtime=0.08
/proc/24253/stat : 24253 (SatElite) R 24252 24252 29143 0 -1 4202496 3036 0 0 0 7 1 0 0 18 0 1 0 1115302659 13131776 2972 4294967295 134512640 135034092 3213995040 3213991384 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24253/statm: 3206 2973 51 128 0 3076 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15240

[startup+0.10904 s]
/proc/loadavg: 4.15 4.45 4.41 3/109 24252
/proc/meminfo: memFree=1473852/3368532 swapFree=1959840/1959888
[pid=24252] ppid=24250 vsize=2416 CPUtime=0
/proc/24252/stat : 24252 (manysat.sh) S 24250 24252 29143 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1115302659 2473984 274 4294967295 134512640 135169312 3216635616 3216634152 3085512430 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/24252/statm: 604 274 231 161 0 43 0
[pid=24253] ppid=24252 vsize=17868 CPUtime=0.1
/proc/24253/stat : 24253 (SatElite) R 24252 24252 29143 0 -1 4202496 3826 0 0 0 9 1 0 0 18 0 1 0 1115302659 18296832 3762 4294967295 134512640 135034092 3213995040 3213991000 134673244 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24253/statm: 4467 3762 51 128 0 4337 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 20284

[startup+0.309029 s]
/proc/loadavg: 4.15 4.45 4.41 3/109 24252
/proc/meminfo: memFree=1473852/3368532 swapFree=1959840/1959888
[pid=24252] ppid=24250 vsize=2416 CPUtime=0
/proc/24252/stat : 24252 (manysat.sh) S 24250 24252 29143 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1115302659 2473984 274 4294967295 134512640 135169312 3216635616 3216634152 3085512430 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/24252/statm: 604 274 231 161 0 43 0
[pid=24253] ppid=24252 vsize=45548 CPUtime=0.3
/proc/24253/stat : 24253 (SatElite) R 24252 24252 29143 0 -1 4202496 11114 0 0 0 28 2 0 0 18 0 1 0 1115302659 46641152 11050 4294967295 134512640 135034092 3213995040 3213991384 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24253/statm: 11387 11051 51 128 0 11257 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 47964

[startup+0.709009 s]
/proc/loadavg: 4.15 4.45 4.41 3/109 24252
/proc/meminfo: memFree=1473852/3368532 swapFree=1959840/1959888
[pid=24252] ppid=24250 vsize=2416 CPUtime=0
/proc/24252/stat : 24252 (manysat.sh) S 24250 24252 29143 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1115302659 2473984 274 4294967295 134512640 135169312 3216635616 3216634152 3085512430 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/24252/statm: 604 274 231 161 0 43 0
[pid=24253] ppid=24252 vsize=124064 CPUtime=0.7
/proc/24253/stat : 24253 (SatElite) R 24252 24252 29143 0 -1 4202496 25644 0 0 0 63 7 0 0 18 0 1 0 1115302659 127041536 25580 4294967295 134512640 135034092 3213995040 3213991000 134673244 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24253/statm: 31016 25581 51 128 0 30886 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 126480

[startup+1.50897 s]
/proc/loadavg: 4.15 4.45 4.41 2/111 24254
/proc/meminfo: memFree=1326740/3368532 swapFree=1959840/1959888
[pid=24252] ppid=24250 vsize=2416 CPUtime=0
/proc/24252/stat : 24252 (manysat.sh) S 24250 24252 29143 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1115302659 2473984 274 4294967295 134512640 135169312 3216635616 3216634152 3085512430 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/24252/statm: 604 274 231 161 0 43 0
[pid=24253] ppid=24252 vsize=273592 CPUtime=1.5
/proc/24253/stat : 24253 (SatElite) R 24252 24252 29143 0 -1 4202496 56427 0 0 0 128 22 0 0 20 0 1 0 1115302659 280158208 56363 4294967295 134512640 135034092 3213995040 3213992280 134673244 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24253/statm: 68398 56365 51 128 0 68268 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 276008

[startup+3.10888 s]
/proc/loadavg: 3.90 4.40 4.39 2/111 24254
/proc/meminfo: memFree=1212484/3368532 swapFree=1959840/1959888
[pid=24252] ppid=24250 vsize=2416 CPUtime=0
/proc/24252/stat : 24252 (manysat.sh) S 24250 24252 29143 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1115302659 2473984 274 4294967295 134512640 135169312 3216635616 3216634152 3085512430 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/24252/statm: 604 274 231 161 0 43 0
[pid=24253] ppid=24252 vsize=322344 CPUtime=3.1
/proc/24253/stat : 24253 (SatElite) R 24252 24252 29143 0 -1 4202496 67659 0 0 0 279 31 0 0 25 0 1 0 1115302659 330080256 66048 4294967295 134512640 135034092 3213995040 3213991036 134691101 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24253/statm: 80586 66048 67 128 0 80456 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 324760

[startup+6.30872 s]
/proc/loadavg: 3.90 4.40 4.39 2/111 24254
/proc/meminfo: memFree=1181828/3368532 swapFree=1959840/1959888
[pid=24252] ppid=24250 vsize=2416 CPUtime=0
/proc/24252/stat : 24252 (manysat.sh) S 24250 24252 29143 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1115302659 2473984 274 4294967295 134512640 135169312 3216635616 3216634152 3085512430 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/24252/statm: 604 274 231 161 0 43 0
[pid=24253] ppid=24252 vsize=332488 CPUtime=6.3
/proc/24253/stat : 24253 (SatElite) R 24252 24252 29143 0 -1 4202496 70162 0 0 0 585 45 0 0 25 0 1 0 1115302659 340467712 68551 4294967295 134512640 135034092 3213995040 3213991036 134691101 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24253/statm: 83122 68551 67 128 0 82992 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 334904

[startup+12.7084 s]
/proc/loadavg: 3.45 4.28 4.35 2/111 24438
/proc/meminfo: memFree=1138084/3368532 swapFree=1959840/1959888
[pid=24252] ppid=24250 vsize=2416 CPUtime=0
/proc/24252/stat : 24252 (manysat.sh) S 24250 24252 29143 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1115302659 2473984 274 4294967295 134512640 135169312 3216635616 3216634152 3085512430 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/24252/statm: 604 274 231 161 0 43 0
[pid=24253] ppid=24252 vsize=347652 CPUtime=12.7
/proc/24253/stat : 24253 (SatElite) R 24252 24252 29143 0 -1 4202496 73894 0 0 0 1220 50 0 0 25 0 1 0 1115302659 355995648 72283 4294967295 134512640 135034092 3213995040 3213991036 134691101 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24253/statm: 86913 72283 67 128 0 86783 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 350068

[startup+25.5077 s]
/proc/loadavg: 3.07 4.18 4.31 2/111 24438
/proc/meminfo: memFree=1078968/3368532 swapFree=1959840/1959888
[pid=24252] ppid=24250 vsize=2416 CPUtime=0
/proc/24252/stat : 24252 (manysat.sh) S 24250 24252 29143 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1115302659 2473984 274 4294967295 134512640 135169312 3216635616 3216634152 3085512430 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/24252/statm: 604 274 231 161 0 43 0
[pid=24253] ppid=24252 vsize=371476 CPUtime=25.48
/proc/24253/stat : 24253 (SatElite) R 24252 24252 29143 0 -1 4202496 79109 0 0 0 2473 75 0 0 25 0 1 0 1115302659 380391424 77498 4294967295 134512640 135034092 3213995040 3213991036 134691101 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24253/statm: 92869 77498 67 128 0 92739 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 373892

[startup+51.1064 s]
/proc/loadavg: 2.37 3.92 4.22 2/111 24440
/proc/meminfo: memFree=990856/3368532 swapFree=1959840/1959888
[pid=24252] ppid=24250 vsize=2416 CPUtime=0
/proc/24252/stat : 24252 (manysat.sh) S 24250 24252 29143 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1115302659 2473984 274 4294967295 134512640 135169312 3216635616 3216634152 3085512430 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/24252/statm: 604 274 231 161 0 43 0
[pid=24253] ppid=24252 vsize=404160 CPUtime=51.01
/proc/24253/stat : 24253 (SatElite) R 24252 24252 29143 0 -1 4202496 86643 0 0 0 4988 113 0 0 25 0 1 0 1115302659 413859840 85032 4294967295 134512640 135034092 3213995040 3213991056 134657557 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24253/statm: 101040 85032 67 128 0 100910 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 406576

[startup+102.314 s]
/proc/loadavg: 1.54 3.43 4.04 2/111 24631
/proc/meminfo: memFree=964244/3368532 swapFree=1959840/1959888
[pid=24252] ppid=24250 vsize=2416 CPUtime=0
/proc/24252/stat : 24252 (manysat.sh) S 24250 24252 29143 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1115302659 2473984 274 4294967295 134512640 135169312 3216635616 3216634152 3085512430 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/24252/statm: 604 274 231 161 0 43 0
[pid=24253] ppid=24252 vsize=426928 CPUtime=102.22
/proc/24253/stat : 24253 (SatElite) R 24252 24252 29143 0 -1 4202496 91567 0 0 0 10105 117 0 0 25 0 1 0 1115302659 437174272 88753 4294967295 134512640 135034092 3213995040 3213991024 134569595 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24253/statm: 106732 88753 67 128 0 106602 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 429344

[startup+162.311 s]
/proc/loadavg: 1.20 2.98 3.84 2/111 24825
/proc/meminfo: memFree=955812/3368532 swapFree=1959840/1959888
[pid=24252] ppid=24250 vsize=2416 CPUtime=0
/proc/24252/stat : 24252 (manysat.sh) S 24250 24252 29143 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1115302659 2473984 274 4294967295 134512640 135169312 3216635616 3216634152 3085512430 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/24252/statm: 604 274 231 161 0 43 0
[pid=24253] ppid=24252 vsize=435660 CPUtime=162.22
/proc/24253/stat : 24253 (SatElite) R 24252 24252 29143 0 -1 4202496 93521 0 0 0 16103 119 0 0 25 0 1 0 1115302659 446115840 90707 4294967295 134512640 135034092 3213995040 3213991232 134540724 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24253/statm: 108915 90707 67 128 0 108785 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 438076

[startup+222.307 s]
/proc/loadavg: 1.07 2.62 3.66 2/111 25012
/proc/meminfo: memFree=945484/3368532 swapFree=1959840/1959888
[pid=24252] ppid=24250 vsize=2416 CPUtime=0
/proc/24252/stat : 24252 (manysat.sh) S 24250 24252 29143 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1115302659 2473984 274 4294967295 134512640 135169312 3216635616 3216634152 3085512430 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/24252/statm: 604 274 231 161 0 43 0
[pid=24253] ppid=24252 vsize=447288 CPUtime=222.2
/proc/24253/stat : 24253 (SatElite) R 24252 24252 29143 0 -1 4202496 103060 0 0 0 22094 126 0 0 25 0 1 0 1115302659 458022912 93516 4294967295 134512640 135034092 3213995040 3213989916 134691101 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24253/statm: 111822 93516 68 128 0 111692 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 449704

[startup+282.314 s]
/proc/loadavg: 3.09 2.89 3.69 5/114 25204
/proc/meminfo: memFree=836492/3368532 swapFree=1959840/1959888
[pid=24252] ppid=24250 vsize=2420 CPUtime=224.49
/proc/24252/stat : 24252 (manysat.sh) S 24250 24252 29143 0 -1 4194304 370 103064 0 0 0 0 22306 143 18 0 1 0 1115302659 2478080 275 4294967295 134512640 135169312 3216635616 3216631832 3085512430 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/24252/statm: 605 275 231 161 0 44 0
[pid=25013] ppid=24252 vsize=476928 CPUtime=221.49
/proc/25013/stat : 25013 (manysat1.1_stat) R 24252 24252 29143 0 -1 4202496 109551 0 0 0 22015 134 0 0 25 0 4 0 1115325120 488374272 109484 4294967295 134512640 135305190 3214490832 3214489008 134528229 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/25013/statm: 119232 109484 79 194 0 119036 0
[pid=25013/tid=25015] ppid=24252 vsize=476928 CPUtime=54.83
/proc/25013/task/25015/stat : 25015 (manysat1.1_stat) R 24252 24252 29143 0 -1 4202560 12923 0 0 0 5456 27 0 0 25 0 4 0 1115325383 488374272 109484 4294967295 134512640 135305190 3214490832 3061710016 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=25013/tid=25016] ppid=24252 vsize=476928 CPUtime=54.56
/proc/25013/task/25016/stat : 25016 (manysat1.1_stat) R 24252 24252 29143 0 -1 4202560 12504 0 0 0 5424 32 0 0 25 0 4 0 1115325383 488374272 109484 4294967295 134512640 135305190 3214490832 3053321408 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=25013/tid=25017] ppid=24252 vsize=476928 CPUtime=54.79
/proc/25013/task/25017/stat : 25017 (manysat1.1_stat) R 24252 24252 29143 0 -1 4202560 11769 0 0 0 5450 29 0 0 25 0 4 0 1115325385 488374272 109484 4294967295 134512640 135305190 3214490832 3044932800 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 445.98
Current children cumulated vsize (KiB) 479348

[startup+342.311 s]
/proc/loadavg: 3.86 3.14 3.72 6/114 25393
/proc/meminfo: memFree=790636/3368532 swapFree=1959840/1959888
[pid=24252] ppid=24250 vsize=2420 CPUtime=224.49

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

/proc/25013/task/25017/stat : 25017 (manysat1.1_stat) R 24252 24252 29143 0 -1 4202560 21186 0 0 0 29364 64 0 0 25 0 4 0 1115325385 710107136 162897 4294967295 134512640 135305190 3214490832 3044932800 134528252 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1403.31
Current children cumulated vsize (KiB) 695884

[startup+582.309 s]
/proc/loadavg: 4.46 3.84 3.87 5/114 26149
/proc/meminfo: memFree=574968/3368532 swapFree=1959840/1959888
[pid=24252] ppid=24250 vsize=2420 CPUtime=224.49
/proc/24252/stat : 24252 (manysat.sh) S 24250 24252 29143 0 -1 4194304 370 103064 0 0 0 0 22306 143 18 0 1 0 1115302659 2478080 275 4294967295 134512640 135169312 3216635616 3216631832 3085512430 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/24252/statm: 605 275 231 161 0 44 0
[pid=25013] ppid=24252 vsize=740888 CPUtime=1417.7
/proc/25013/stat : 25013 (manysat1.1_stat) R 24252 24252 29143 0 -1 4202496 174663 0 0 0 141492 278 0 0 25 0 4 0 1115325120 758669312 174596 4294967295 134512640 135305190 3214490832 3214489008 134528442 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/25013/statm: 185222 174596 79 194 0 185026 0
[pid=25013/tid=25015] ppid=24252 vsize=740888 CPUtime=354.23
/proc/25013/task/25015/stat : 25015 (manysat1.1_stat) R 24252 24252 29143 0 -1 4202560 23439 0 0 0 35364 59 0 0 25 0 4 0 1115325383 758669312 174596 4294967295 134512640 135305190 3214490832 3061710016 134528189 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=25013/tid=25016] ppid=24252 vsize=740888 CPUtime=354
/proc/25013/task/25016/stat : 25016 (manysat1.1_stat) R 24252 24252 29143 0 -1 4202560 40589 0 0 0 35328 72 0 0 25 0 4 0 1115325383 758669312 174596 4294967295 134512640 135305190 3214490832 3053321408 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=25013/tid=25017] ppid=24252 vsize=740888 CPUtime=353.66
/proc/25013/task/25017/stat : 25017 (manysat1.1_stat) R 24252 24252 29143 0 -1 4202560 23705 0 0 0 35300 66 0 0 25 0 4 0 1115325385 758669312 174596 4294967295 134512640 135305190 3214490832 3044932544 134546005 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1642.19
Current children cumulated vsize (KiB) 743308

[startup+642.306 s]
/proc/loadavg: 4.49 3.96 3.90 5/114 26336
/proc/meminfo: memFree=515852/3368532 swapFree=1959840/1959888
[pid=24252] ppid=24250 vsize=2420 CPUtime=224.49
/proc/24252/stat : 24252 (manysat.sh) S 24250 24252 29143 0 -1 4194304 370 103064 0 0 0 0 22306 143 18 0 1 0 1115302659 2478080 275 4294967295 134512640 135169312 3216635616 3216631832 3085512430 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/24252/statm: 605 275 231 161 0 44 0
[pid=25013] ppid=24252 vsize=798760 CPUtime=1657.01
/proc/25013/stat : 25013 (manysat1.1_stat) R 24252 24252 29143 0 -1 4202496 189364 0 0 0 165387 314 0 0 25 0 4 0 1115325120 817930240 189297 4294967295 134512640 135305190 3214490832 3214489008 134528252 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/25013/statm: 199690 189297 79 194 0 199494 0
[pid=25013/tid=25015] ppid=24252 vsize=798760 CPUtime=414.08
/proc/25013/task/25015/stat : 25015 (manysat1.1_stat) R 24252 24252 29143 0 -1 4202560 25841 0 0 0 41339 69 0 0 25 0 4 0 1115325383 817930240 189297 4294967295 134512640 135305190 3214490832 3061710016 134528562 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=25013/tid=25016] ppid=24252 vsize=798760 CPUtime=413.94
/proc/25013/task/25016/stat : 25016 (manysat1.1_stat) R 24252 24252 29143 0 -1 4202560 46624 0 0 0 41310 84 0 0 25 0 4 0 1115325383 817930240 189297 4294967295 134512640 135305190 3214490832 3053321408 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=25013/tid=25017] ppid=24252 vsize=798760 CPUtime=413.45
/proc/25013/task/25017/stat : 25017 (manysat1.1_stat) R 24252 24252 29143 0 -1 4202560 26447 0 0 0 41274 71 0 0 25 0 4 0 1115325385 817930240 189297 4294967295 134512640 135305190 3214490832 3044932744 134839991 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1881.5
Current children cumulated vsize (KiB) 801180

[startup+702.312 s]
/proc/loadavg: 4.60 4.07 3.95 5/114 26524
/proc/meminfo: memFree=445544/3368532 swapFree=1959840/1959888
[pid=24252] ppid=24250 vsize=2420 CPUtime=224.49
/proc/24252/stat : 24252 (manysat.sh) S 24250 24252 29143 0 -1 4194304 370 103064 0 0 0 0 22306 143 18 0 1 0 1115302659 2478080 275 4294967295 134512640 135169312 3216635616 3216631832 3085512430 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/24252/statm: 605 275 231 161 0 44 0
[pid=25013] ppid=24252 vsize=873532 CPUtime=1896.42
/proc/25013/stat : 25013 (manysat1.1_stat) R 24252 24252 29143 0 -1 4202496 206882 0 0 0 189297 345 0 0 25 0 4 0 1115325120 894496768 206815 4294967295 134512640 135305190 3214490832 3214489008 134528256 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/25013/statm: 218383 206815 79 194 0 218187 0
[pid=25013/tid=25015] ppid=24252 vsize=873532 CPUtime=473.96
/proc/25013/task/25015/stat : 25015 (manysat1.1_stat) R 24252 24252 29143 0 -1 4202560 28956 0 0 0 47320 76 0 0 25 0 4 0 1115325383 894496768 206815 4294967295 134512640 135305190 3214490832 3061710016 134530569 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=25013/tid=25016] ppid=24252 vsize=873532 CPUtime=473.71
/proc/25013/task/25016/stat : 25016 (manysat1.1_stat) R 24252 24252 29143 0 -1 4202560 53504 0 0 0 47277 94 0 0 25 0 4 0 1115325383 894496768 206815 4294967295 134512640 135305190 3214490832 3053321408 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=25013/tid=25017] ppid=24252 vsize=873532 CPUtime=473.38
/proc/25013/task/25017/stat : 25017 (manysat1.1_stat) R 24252 24252 29143 0 -1 4202560 29843 0 0 0 47259 79 0 0 25 0 4 0 1115325385 894496768 206815 4294967295 134512640 135305190 3214490832 3044932800 134528263 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2120.91
Current children cumulated vsize (KiB) 875952

[startup+762.309 s]
/proc/loadavg: 4.38 4.10 3.96 5/114 26713
/proc/meminfo: memFree=384084/3368532 swapFree=1959840/1959888
[pid=24252] ppid=24250 vsize=2420 CPUtime=224.49
/proc/24252/stat : 24252 (manysat.sh) S 24250 24252 29143 0 -1 4194304 370 103064 0 0 0 0 22306 143 18 0 1 0 1115302659 2478080 275 4294967295 134512640 135169312 3216635616 3216631832 3085512430 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/24252/statm: 605 275 231 161 0 44 0
[pid=25013] ppid=24252 vsize=936104 CPUtime=2135.98
/proc/25013/stat : 25013 (manysat1.1_stat) R 24252 24252 29143 0 -1 4202496 222614 0 0 0 213227 371 0 0 25 0 4 0 1115325120 958570496 222547 4294967295 134512640 135305190 3214490832 3214489008 134528229 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/25013/statm: 234026 222547 79 194 0 233830 0
[pid=25013/tid=25015] ppid=24252 vsize=936104 CPUtime=533.93
/proc/25013/task/25015/stat : 25015 (manysat1.1_stat) R 24252 24252 29143 0 -1 4202560 31630 0 0 0 53311 82 0 0 25 0 4 0 1115325383 958570496 222547 4294967295 134512640 135305190 3214490832 3061709984 134570397 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=25013/tid=25016] ppid=24252 vsize=936104 CPUtime=533.45
/proc/25013/task/25016/stat : 25016 (manysat1.1_stat) R 24252 24252 29143 0 -1 4202560 59290 0 0 0 53244 101 0 0 25 0 4 0 1115325383 958570496 222547 4294967295 134512640 135305190 3214490832 3053321408 134528338 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=25013/tid=25017] ppid=24252 vsize=936104 CPUtime=533.36
/proc/25013/task/25017/stat : 25017 (manysat1.1_stat) R 24252 24252 29143 0 -1 4202560 33108 0 0 0 53251 85 0 0 25 0 4 0 1115325385 958570496 222547 4294967295 134512640 135305190 3214490832 3044932800 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2360.47
Current children cumulated vsize (KiB) 938524

[startup+822.316 s]
/proc/loadavg: 4.27 4.13 3.98 6/114 26900
/proc/meminfo: memFree=339276/3368532 swapFree=1959840/1959888
[pid=24252] ppid=24250 vsize=2420 CPUtime=224.49
/proc/24252/stat : 24252 (manysat.sh) S 24250 24252 29143 0 -1 4194304 370 103064 0 0 0 0 22306 143 18 0 1 0 1115302659 2478080 275 4294967295 134512640 135169312 3216635616 3216631832 3085512430 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/24252/statm: 605 275 231 161 0 44 0
[pid=25013] ppid=24252 vsize=978352 CPUtime=2375.27
/proc/25013/stat : 25013 (manysat1.1_stat) R 24252 24252 29143 0 -1 4202496 233350 0 0 0 237134 393 0 0 25 0 4 0 1115325120 1001832448 233283 4294967295 134512640 135305190 3214490832 3214488752 134542034 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/25013/statm: 244588 233283 79 194 0 244392 0
[pid=25013/tid=25015] ppid=24252 vsize=978352 CPUtime=593.72
/proc/25013/task/25015/stat : 25015 (manysat1.1_stat) R 24252 24252 29143 0 -1 4202560 33682 0 0 0 59287 85 0 0 25 0 4 0 1115325383 1001832448 233283 4294967295 134512640 135305190 3214490832 3061710016 134528520 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=25013/tid=25016] ppid=24252 vsize=978352 CPUtime=593.06
/proc/25013/task/25016/stat : 25016 (manysat1.1_stat) R 24252 24252 29143 0 -1 4202560 63325 0 0 0 59200 106 0 0 25 0 4 0 1115325383 1001832448 233283 4294967295 134512640 135305190 3214490832 3053321024 134551808 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=25013/tid=25017] ppid=24252 vsize=978352 CPUtime=593.32
/proc/25013/task/25017/stat : 25017 (manysat1.1_stat) R 24252 24252 29143 0 -1 4202560 35033 0 0 0 59237 95 0 0 25 0 4 0 1115325385 1001832448 233283 4294967295 134512640 135305190 3214490832 3044932800 134528415 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2599.76
Current children cumulated vsize (KiB) 980772

[startup+882.313 s]
/proc/loadavg: 4.28 4.16 4.00 5/114 27088
/proc/meminfo: memFree=299136/3368532 swapFree=1959840/1959888
[pid=24252] ppid=24250 vsize=2420 CPUtime=224.49
/proc/24252/stat : 24252 (manysat.sh) S 24250 24252 29143 0 -1 4194304 370 103064 0 0 0 0 22306 143 18 0 1 0 1115302659 2478080 275 4294967295 134512640 135169312 3216635616 3216631832 3085512430 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/24252/statm: 605 275 231 161 0 44 0
[pid=25013] ppid=24252 vsize=1020816 CPUtime=2614.72
/proc/25013/stat : 25013 (manysat1.1_stat) R 24252 24252 29143 0 -1 4202496 243848 0 0 0 261044 428 0 0 25 0 4 0 1115325120 1045315584 243781 4294967295 134512640 135305190 3214490832 3214488548 134839991 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/25013/statm: 255204 243781 79 194 0 255008 0
[pid=25013/tid=25015] ppid=24252 vsize=1020816 CPUtime=653.66
/proc/25013/task/25015/stat : 25015 (manysat1.1_stat) R 24252 24252 29143 0 -1 4202560 36230 0 0 0 65273 93 0 0 25 0 4 0 1115325383 1045315584 243781 4294967295 134512640 135305190 3214490832 3061710016 134528301 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=25013/tid=25016] ppid=24252 vsize=1020816 CPUtime=652.94
/proc/25013/task/25016/stat : 25016 (manysat1.1_stat) R 24252 24252 29143 0 -1 4202560 65467 0 0 0 65185 109 0 0 25 0 4 0 1115325383 1045315584 243781 4294967295 134512640 135305190 3214490832 3053321408 134528545 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=25013/tid=25017] ppid=24252 vsize=1020816 CPUtime=653.1
/proc/25013/task/25017/stat : 25017 (manysat1.1_stat) R 24252 24252 29143 0 -1 4202560 37563 0 0 0 65199 111 0 0 25 0 4 0 1115325385 1045315584 243781 4294967295 134512640 135305190 3214490832 3044932800 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2839.21
Current children cumulated vsize (KiB) 1023236

[startup+942.31 s]
/proc/loadavg: 4.15 4.14 4.00 5/114 27279
/proc/meminfo: memFree=279664/3368532 swapFree=1959840/1959888
[pid=24252] ppid=24250 vsize=2420 CPUtime=224.49
/proc/24252/stat : 24252 (manysat.sh) S 24250 24252 29143 0 -1 4194304 370 103064 0 0 0 0 22306 143 18 0 1 0 1115302659 2478080 275 4294967295 134512640 135169312 3216635616 3216631832 3085512430 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/24252/statm: 605 275 231 161 0 44 0
[pid=25013] ppid=24252 vsize=1039240 CPUtime=2853.18
/proc/25013/stat : 25013 (manysat1.1_stat) R 24252 24252 29143 0 -1 4202496 248455 0 0 0 284857 461 0 0 25 0 4 0 1115325120 1064181760 248388 4294967295 134512640 135305190 3214490832 3214488800 134549114 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/25013/statm: 259810 248388 79 194 0 259614 0
[pid=25013/tid=25015] ppid=24252 vsize=1039240 CPUtime=713.26
/proc/25013/task/25015/stat : 25015 (manysat1.1_stat) R 24252 24252 29143 0 -1 4202560 37252 0 0 0 71225 101 0 0 25 0 4 0 1115325383 1064181760 248388 4294967295 134512640 135305190 3214490832 3061710016 134528520 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=25013/tid=25016] ppid=24252 vsize=1039240 CPUtime=712.36
/proc/25013/task/25016/stat : 25016 (manysat1.1_stat) R 24252 24252 29143 0 -1 4202560 66502 0 0 0 71122 114 0 0 25 0 4 0 1115325383 1064181760 248388 4294967295 134512640 135305190 3214490832 3053321408 134528189 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=25013/tid=25017] ppid=24252 vsize=1039240 CPUtime=712.91
/proc/25013/task/25017/stat : 25017 (manysat1.1_stat) R 24252 24252 29143 0 -1 4202560 38737 0 0 0 71172 119 0 0 25 0 4 0 1115325385 1064181760 248388 4294967295 134512640 135305190 3214490832 3044932800 134528615 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3077.67
Current children cumulated vsize (KiB) 1041660



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.36 4.21 4.03 6/114 27467
/proc/meminfo: memFree=274424/3368532 swapFree=1959840/1959888
[pid=24252] ppid=24250 vsize=2420 CPUtime=224.49
/proc/24252/stat : 24252 (manysat.sh) S 24250 24252 29143 0 -1 4194304 370 103064 0 0 0 0 22306 143 18 0 1 0 1115302659 2478080 275 4294967295 134512640 135169312 3216635616 3216631832 3085512430 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/24252/statm: 605 275 231 161 0 44 0
[pid=25013] ppid=24252 vsize=1044128 CPUtime=3083.46
/proc/25013/stat : 25013 (manysat1.1_stat) R 24252 24252 29143 0 -1 4202496 249496 0 0 0 307875 471 0 0 25 0 4 0 1115325120 1069187072 249429 4294967295 134512640 135305190 3214490832 3214488976 134570407 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/25013/statm: 261032 249429 79 194 0 260836 0
[pid=25013/tid=25015] ppid=24252 vsize=1044128 CPUtime=770.76
/proc/25013/task/25015/stat : 25015 (manysat1.1_stat) R 24252 24252 29143 0 -1 4202560 37252 0 0 0 76974 102 0 0 25 0 4 0 1115325383 1069187072 249429 4294967295 134512640 135305190 3214490832 3061710016 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=25013/tid=25016] ppid=24252 vsize=1044128 CPUtime=770.01
/proc/25013/task/25016/stat : 25016 (manysat1.1_stat) R 24252 24252 29143 0 -1 4202560 67543 0 0 0 76884 117 0 0 25 0 4 0 1115325383 1069187072 249429 4294967295 134512640 135305190 3214490832 3053321408 134528442 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=25013/tid=25017] ppid=24252 vsize=1044128 CPUtime=770.61
/proc/25013/task/25017/stat : 25017 (manysat1.1_stat) R 24252 24252 29143 0 -1 4202560 38737 0 0 0 76939 122 0 0 25 0 4 0 1115325385 1069187072 249429 4294967295 134512640 135305190 3214490832 3044932800 134528503 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3307.95
Current children cumulated vsize (KiB) 1046548

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24252 and gives
#  childrusage.ru_utime.tv_sec=223
#  childrusage.ru_utime.tv_usec=60000
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=430000
# CPU time returned by wait4() is 224.49
# while last known CPU time is 3307.95
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1000.04
CPU time (s): 3307.95
CPU user time (s): 3301.81
CPU system time (s): 6.14
CPU usage (%): 330.783
Max. virtual memory (cumulated for all children) (KiB): 1046548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 223.06
system time used= 1.43
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103434
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= 26
involuntary context switches= 1147

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 12:26:36
IDJOB=1775977
IDBENCH=20408
IDSOLVER=626
FILE ID=/1775977-1243506396
PBS_JOBID=
Free space on /tmp= 7949 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20 (4 threads)
BENCH NAME= SAT07/industrial/palacios/hard/safe-50-h49-unsat.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1775977-1243506396/watcher-1775977-1243506396 -o /tmp/evaluation-result-1775977-1243506396/solver-1775977-1243506396 -C 10000 -W 1000 -M 2047  manysat.sh HOME/instance-1775977-1243506396.cnf aimd 2

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 2047 MiB
MAX NB THREAD= 4

MD5SUM BENCH= afc9746f162b3434bc79ea21bd1704d5
RANDOM SEED= 1813307215

Linux (none) 2.6.21.5 #6 SMP Wed Jul 4 17:16:38 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.073
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3992.42
clflush size	: 64

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.073
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.12
clflush size	: 64

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.073
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.14
clflush size	: 64

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.073
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.14
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       1474000 kB
Buffers:         34364 kB
Cached:        1700444 kB
SwapCached:          0 kB
Active:         443172 kB
Inactive:      1310820 kB
HighTotal:     2489216 kB
HighFree:      1027020 kB
LowTotal:       879316 kB
LowFree:        446980 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:           41352 kB
Writeback:           0 kB
AnonPages:       19260 kB
Mapped:           7700 kB
Slab:           130752 kB
SReclaimable:   117004 kB
SUnreclaim:      13748 kB
PageTables:        684 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   111076 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 7764 MiB
End job on  at 2009-05-28 12:43:21