Trace number 1779016

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 0/2009-03-20 (4 threads)? (TO) 3936.87 1000.04

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxxororand/maxxororand128.cnf
MD5SUM3022ff2a7ae31b29e9b784d8e848042f
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 variables365168
Number of clauses1093967
Sum of the clauses size2552587
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2729310
Number of clauses of size 3364655
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 Parsing...
0.82/0.85	c ==============================================================================
0.82/0.85	c |           |     ORIGINAL     |              LEARNT              |          |
0.82/0.85	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.82/0.85	c ==============================================================================
0.82/0.85	c |         0 | 1093965  2552585 |  328189       0        0     nan |  0.000 % |
15.62/15.70	c |         0 |  536570  1877685 |      --       0       --      -- |     --   | -557373/-674847
15.62/15.71	c ==============================================================================
15.62/15.71	c Result  :   #vars: 96656   #clauses: 536570   #literals: 1877685
15.62/15.71	c CPU time:   15.3 s
15.62/15.71	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-1779016-1243518363/watcher-1779016-1243518363 -o /tmp/evaluation-result-1779016-1243518363/solver-1779016-1243518363 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1779016-1243518363.cnf aimd 0 

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: 3.79 4.30 4.32 3/109 31208
/proc/meminfo: memFree=2262312/3368532 swapFree=1959840/1959888
[pid=31208] ppid=31206 vsize=2416 CPUtime=0
/proc/31208/stat : 31208 (manysat.sh) S 31206 31208 29143 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1116499262 2473984 274 4294967295 134512640 135169312 3218065472 3218064008 3085217518 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/31208/statm: 604 274 231 161 0 43 0
[pid=31209] ppid=31208 vsize=1208 CPUtime=0.01
/proc/31209/stat : 31209 (SatElite) R 31208 31208 29143 0 -1 4202496 254 0 0 0 0 1 0 0 18 0 1 0 1116499263 1236992 191 4294967295 134512640 135034092 3216219712 3216215632 134675816 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31209/statm: 302 191 49 128 0 172 0

[startup+0.021711 s]
/proc/loadavg: 3.79 4.30 4.32 3/109 31208
/proc/meminfo: memFree=2262312/3368532 swapFree=1959840/1959888
[pid=31208] ppid=31206 vsize=2416 CPUtime=0
/proc/31208/stat : 31208 (manysat.sh) S 31206 31208 29143 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1116499262 2473984 274 4294967295 134512640 135169312 3218065472 3218064008 3085217518 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/31208/statm: 604 274 231 161 0 43 0
[pid=31209] ppid=31208 vsize=4636 CPUtime=0.03
/proc/31209/stat : 31209 (SatElite) R 31208 31208 29143 0 -1 4202496 1006 0 0 0 1 2 0 0 18 0 1 0 1116499263 4747264 943 4294967295 134512640 135034092 3216219712 3216216000 134544856 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31209/statm: 1159 944 49 128 0 1029 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7052

[startup+0.111705 s]
/proc/loadavg: 3.79 4.30 4.32 3/109 31208
/proc/meminfo: memFree=2262312/3368532 swapFree=1959840/1959888
[pid=31208] ppid=31206 vsize=2416 CPUtime=0
/proc/31208/stat : 31208 (manysat.sh) S 31206 31208 29143 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1116499262 2473984 274 4294967295 134512640 135169312 3218065472 3218064008 3085217518 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/31208/statm: 604 274 231 161 0 43 0
[pid=31209] ppid=31208 vsize=20076 CPUtime=0.12
/proc/31209/stat : 31209 (SatElite) R 31208 31208 29143 0 -1 4202496 4691 0 0 0 9 3 0 0 18 0 1 0 1116499263 20557824 4628 4294967295 134512640 135034092 3216219712 3216216056 134691005 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31209/statm: 5019 4630 49 128 0 4889 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 22492

[startup+0.311694 s]
/proc/loadavg: 3.79 4.30 4.32 3/109 31208
/proc/meminfo: memFree=2262312/3368532 swapFree=1959840/1959888
[pid=31208] ppid=31206 vsize=2416 CPUtime=0
/proc/31208/stat : 31208 (manysat.sh) S 31206 31208 29143 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1116499262 2473984 274 4294967295 134512640 135169312 3218065472 3218064008 3085217518 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/31208/statm: 604 274 231 161 0 43 0
[pid=31209] ppid=31208 vsize=60932 CPUtime=0.32
/proc/31209/stat : 31209 (SatElite) R 31208 31208 29143 0 -1 4202496 12682 0 0 0 25 7 0 0 18 0 1 0 1116499263 62394368 12619 4294967295 134512640 135034092 3216219712 3216215672 134673244 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31209/statm: 15233 12620 49 128 0 15103 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 63348

[startup+0.711673 s]
/proc/loadavg: 3.79 4.30 4.32 3/109 31208
/proc/meminfo: memFree=2262312/3368532 swapFree=1959840/1959888
[pid=31208] ppid=31206 vsize=2416 CPUtime=0
/proc/31208/stat : 31208 (manysat.sh) S 31206 31208 29143 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1116499262 2473984 274 4294967295 134512640 135169312 3218065472 3218064008 3085217518 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/31208/statm: 604 274 231 161 0 43 0
[pid=31209] ppid=31208 vsize=135080 CPUtime=0.72
/proc/31209/stat : 31209 (SatElite) R 31208 31208 29143 0 -1 4202496 28754 0 0 0 62 10 0 0 18 0 1 0 1116499263 138321920 28691 4294967295 134512640 135034092 3216219712 3216216056 134691005 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31209/statm: 33803 28692 49 128 0 33673 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 137496

[startup+1.51163 s]
/proc/loadavg: 3.79 4.30 4.32 2/111 31210
/proc/meminfo: memFree=2117568/3368532 swapFree=1959840/1959888
[pid=31208] ppid=31206 vsize=2416 CPUtime=0
/proc/31208/stat : 31208 (manysat.sh) S 31206 31208 29143 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1116499262 2473984 274 4294967295 134512640 135169312 3218065472 3218064008 3085217518 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/31208/statm: 604 274 231 161 0 43 0
[pid=31209] ppid=31208 vsize=171080 CPUtime=1.52
/proc/31209/stat : 31209 (SatElite) R 31208 31208 29143 0 -1 4202496 39939 0 0 0 140 12 0 0 20 0 1 0 1116499263 175185920 36813 4294967295 134512640 135034092 3216219712 3216215708 134691101 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31209/statm: 42770 36813 67 128 0 42640 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 173496

[startup+3.11155 s]
/proc/loadavg: 3.79 4.30 4.32 2/111 31210
/proc/meminfo: memFree=2105688/3368532 swapFree=1959840/1959888
[pid=31208] ppid=31206 vsize=2416 CPUtime=0
/proc/31208/stat : 31208 (manysat.sh) S 31206 31208 29143 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1116499262 2473984 274 4294967295 134512640 135169312 3218065472 3218064008 3085217518 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/31208/statm: 604 274 231 161 0 43 0
[pid=31209] ppid=31208 vsize=176704 CPUtime=3.12
/proc/31209/stat : 31209 (SatElite) R 31208 31208 29143 0 -1 4202496 41155 0 0 0 297 15 0 0 25 0 1 0 1116499263 180944896 38029 4294967295 134512640 135034092 3216219712 3216215708 134691101 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31209/statm: 44176 38029 67 128 0 44046 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 179120

[startup+6.31138 s]
/proc/loadavg: 3.57 4.25 4.31 2/111 31210
/proc/meminfo: memFree=2078816/3368532 swapFree=1959840/1959888
[pid=31208] ppid=31206 vsize=2416 CPUtime=0
/proc/31208/stat : 31208 (manysat.sh) S 31206 31208 29143 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1116499262 2473984 274 4294967295 134512640 135169312 3218065472 3218064008 3085217518 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/31208/statm: 604 274 231 161 0 43 0
[pid=31209] ppid=31208 vsize=184280 CPUtime=6.32
/proc/31209/stat : 31209 (SatElite) R 31208 31208 29143 0 -1 4202496 43039 0 0 0 607 25 0 0 25 0 1 0 1116499263 188702720 39913 4294967295 134512640 135034092 3216219712 3216215708 134691101 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31209/statm: 46070 39913 67 128 0 45940 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 186696

[startup+12.711 s]
/proc/loadavg: 3.36 4.19 4.29 2/111 31211
/proc/meminfo: memFree=2035028/3368532 swapFree=1959840/1959888
[pid=31208] ppid=31206 vsize=2416 CPUtime=0
/proc/31208/stat : 31208 (manysat.sh) S 31206 31208 29143 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1116499262 2473984 274 4294967295 134512640 135169312 3218065472 3218064008 3085217518 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/31208/statm: 604 274 231 161 0 43 0
[pid=31209] ppid=31208 vsize=194192 CPUtime=12.72
/proc/31209/stat : 31209 (SatElite) R 31208 31208 29143 0 -1 4202496 45464 0 0 0 1235 37 0 0 25 0 1 0 1116499263 198852608 42338 4294967295 134512640 135034092 3216219712 3216215708 134691101 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31209/statm: 48548 42338 67 128 0 48418 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 196608

[startup+25.51 s]
/proc/loadavg: 3.46 4.17 4.28 8/114 31216
/proc/meminfo: memFree=2000980/3368532 swapFree=1959840/1959888
[pid=31208] ppid=31206 vsize=2420 CPUtime=16.48
/proc/31208/stat : 31208 (manysat.sh) S 31206 31208 29143 0 -1 4194304 370 50530 0 0 0 0 1604 44 18 0 1 0 1116499262 2478080 275 4294967295 134512640 135169312 3218065472 3218061688 3085217518 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/31208/statm: 605 275 231 161 0 44 0
[pid=31213] ppid=31208 vsize=218000 CPUtime=32.2
/proc/31213/stat : 31213 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202496 45606 0 0 0 3127 93 0 0 18 0 4 0 1116500910 223232000 45498 4294967295 134512640 135305190 3218067504 3218065428 134840070 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/31213/statm: 54500 45498 79 194 0 54304 0
[pid=31213/tid=31214] ppid=31208 vsize=218000 CPUtime=7.8
/proc/31213/task/31214/stat : 31214 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202560 2039 0 0 0 762 18 0 0 18 0 4 0 1116501022 223232000 45498 4294967295 134512640 135305190 3218067504 3036576960 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=31213/tid=31215] ppid=31208 vsize=218000 CPUtime=7.77
/proc/31213/task/31215/stat : 31215 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202560 2630 0 0 0 755 22 0 0 22 0 4 0 1116501022 223232000 45498 4294967295 134512640 135305190 3218067504 3028188352 134528576 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=31213/tid=31216] ppid=31208 vsize=218000 CPUtime=7.78
/proc/31213/task/31216/stat : 31216 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202560 2152 0 0 0 755 23 0 0 16 0 4 0 1116501022 223232000 45498 4294967295 134512640 135305190 3218067504 3019799744 134528341 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 48.68
Current children cumulated vsize (KiB) 220420

[startup+51.1187 s]
/proc/loadavg: 3.99 4.23 4.29 5/114 31402
/proc/meminfo: memFree=1975000/3368532 swapFree=1959840/1959888
[pid=31208] ppid=31206 vsize=2420 CPUtime=16.48
/proc/31208/stat : 31208 (manysat.sh) S 31206 31208 29143 0 -1 4194304 370 50530 0 0 0 0 1604 44 18 0 1 0 1116499262 2478080 275 4294967295 134512640 135169312 3218065472 3218061688 3085217518 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/31208/statm: 605 275 231 161 0 44 0
[pid=31213] ppid=31208 vsize=243828 CPUtime=134.2
/proc/31213/stat : 31213 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202496 51701 0 0 0 13313 107 0 0 25 0 4 0 1116500910 249679872 51582 4294967295 134512640 135305190 3218067504 3218065680 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/31213/statm: 60957 51582 79 194 0 60761 0
[pid=31213/tid=31214] ppid=31208 vsize=243828 CPUtime=33.33
/proc/31213/task/31214/stat : 31214 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202560 3076 0 0 0 3312 21 0 0 25 0 4 0 1116501022 249679872 51582 4294967295 134512640 135305190 3218067504 3036576960 134528551 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=31213/tid=31215] ppid=31208 vsize=243828 CPUtime=33.23
/proc/31213/task/31215/stat : 31215 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202560 5039 0 0 0 3292 31 0 0 25 0 4 0 1116501022 249679872 51582 4294967295 134512640 135305190 3218067504 3028188352 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=31213/tid=31216] ppid=31208 vsize=243828 CPUtime=33.38
/proc/31213/task/31216/stat : 31216 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202560 3513 0 0 0 3314 24 0 0 25 0 4 0 1116501022 249679872 51582 4294967295 134512640 135305190 3218067504 3019799744 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 150.68
Current children cumulated vsize (KiB) 246248

[startup+102.316 s]
/proc/loadavg: 4.19 4.25 4.30 5/114 31405
/proc/meminfo: memFree=1921500/3368532 swapFree=1959840/1959888
[pid=31208] ppid=31206 vsize=2420 CPUtime=16.48
/proc/31208/stat : 31208 (manysat.sh) S 31206 31208 29143 0 -1 4194304 370 50530 0 0 0 0 1604 44 18 0 1 0 1116499262 2478080 275 4294967295 134512640 135169312 3218065472 3218061688 3085217518 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/31208/statm: 605 275 231 161 0 44 0
[pid=31213] ppid=31208 vsize=296928 CPUtime=338.75
/proc/31213/stat : 31213 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202496 65055 0 0 0 33749 126 0 0 25 0 4 0 1116500910 304054272 64936 4294967295 134512640 135305190 3218067504 3218065680 134528559 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/31213/statm: 74232 64936 79 194 0 74036 0
[pid=31213/tid=31214] ppid=31208 vsize=296928 CPUtime=84.51
/proc/31213/task/31214/stat : 31214 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202560 5096 0 0 0 8426 25 0 0 25 0 4 0 1116501022 304054272 64936 4294967295 134512640 135305190 3218067504 3036576960 134528189 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=31213/tid=31215] ppid=31208 vsize=296928 CPUtime=84.43
/proc/31213/task/31215/stat : 31215 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202560 10749 0 0 0 8407 36 0 0 25 0 4 0 1116501022 304054272 64936 4294967295 134512640 135305190 3218067504 3028188032 134553400 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=31213/tid=31216] ppid=31208 vsize=296928 CPUtime=84.56
/proc/31213/task/31216/stat : 31216 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202560 6657 0 0 0 8428 28 0 0 25 0 4 0 1116501022 304054272 64936 4294967295 134512640 135305190 3218067504 3019799744 134528189 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 355.23
Current children cumulated vsize (KiB) 299348

[startup+162.313 s]
/proc/loadavg: 4.42 4.30 4.30 6/114 31593
/proc/meminfo: memFree=1846212/3368532 swapFree=1959840/1959888
[pid=31208] ppid=31206 vsize=2420 CPUtime=16.48
/proc/31208/stat : 31208 (manysat.sh) S 31206 31208 29143 0 -1 4194304 370 50530 0 0 0 0 1604 44 18 0 1 0 1116499262 2478080 275 4294967295 134512640 135169312 3218065472 3218061688 3085217518 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/31208/statm: 605 275 231 161 0 44 0
[pid=31213] ppid=31208 vsize=373932 CPUtime=578.19
/proc/31213/stat : 31213 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202496 84138 0 0 0 57674 145 0 0 25 0 4 0 1116500910 382906368 84019 4294967295 134512640 135305190 3218067504 3218065156 134840070 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/31213/statm: 93483 84019 79 194 0 93287 0
[pid=31213/tid=31214] ppid=31208 vsize=373932 CPUtime=144.37
/proc/31213/task/31214/stat : 31214 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202560 6916 0 0 0 14407 30 0 0 25 0 4 0 1116501022 382906368 84019 4294967295 134512640 135305190 3218067504 3036576960 134528576 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=31213/tid=31215] ppid=31208 vsize=373932 CPUtime=144.3
/proc/31213/task/31215/stat : 31215 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202560 22914 0 0 0 14387 43 0 0 25 0 4 0 1116501022 382906368 84019 4294967295 134512640 135305190 3218067504 3028188352 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=31213/tid=31216] ppid=31208 vsize=373932 CPUtime=144.5
/proc/31213/task/31216/stat : 31216 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202560 9592 0 0 0 14417 33 0 0 25 0 4 0 1116501022 382906368 84019 4294967295 134512640 135305190 3218067504 3019799744 134528539 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 594.67
Current children cumulated vsize (KiB) 376352

[startup+222.31 s]
/proc/loadavg: 4.37 4.31 4.31 6/114 31781
/proc/meminfo: memFree=1789936/3368532 swapFree=1959840/1959888
[pid=31208] ppid=31206 vsize=2420 CPUtime=16.48
/proc/31208/stat : 31208 (manysat.sh) S 31206 31208 29143 0 -1 4194304 370 50530 0 0 0 0 1604 44 18 0 1 0 1116499262 2478080 275 4294967295 134512640 135169312 3218065472 3218061688 3085217518 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/31208/statm: 605 275 231 161 0 44 0
[pid=31213] ppid=31208 vsize=429920 CPUtime=817.67
/proc/31213/stat : 31213 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202496 98220 0 0 0 81592 175 0 0 25 0 4 0 1116500910 440238080 98101 4294967295 134512640 135305190 3218067504 3218065680 134528480 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/31213/statm: 107480 98101 79 194 0 107284 0
[pid=31213/tid=31214] ppid=31208 vsize=429920 CPUtime=204.32

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

/proc/31213/task/31216/stat : 31216 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202560 22039 0 0 0 50212 88 0 0 25 0 4 0 1116501022 563372032 128063 4294967295 134512640 135305190 3218067504 3019799744 134528189 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2030.83
Current children cumulated vsize (KiB) 552588

[startup+582.311 s]
/proc/loadavg: 4.31 4.35 4.32 6/114 446
/proc/meminfo: memFree=1632852/3368532 swapFree=1959840/1959888
[pid=31208] ppid=31206 vsize=2420 CPUtime=16.48
/proc/31208/stat : 31208 (manysat.sh) S 31206 31208 29143 0 -1 4194304 370 50530 0 0 0 0 1604 44 18 0 1 0 1116499262 2478080 275 4294967295 134512640 135169312 3218065472 3218061688 3085217518 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/31208/statm: 605 275 231 161 0 44 0
[pid=31213] ppid=31208 vsize=587864 CPUtime=2253.85
/proc/31213/stat : 31213 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202496 137457 0 0 0 225062 323 0 0 25 0 4 0 1116500910 601972736 137338 4294967295 134512640 135305190 3218067504 3218065408 134558326 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/31213/statm: 146966 137338 79 194 0 146770 0
[pid=31213/tid=31214] ppid=31208 vsize=587864 CPUtime=563.62
/proc/31213/task/31214/stat : 31214 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202560 15941 0 0 0 56302 60 0 0 25 0 4 0 1116501022 601972736 137338 4294967295 134512640 135305190 3218067504 3036576960 134528503 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=31213/tid=31215] ppid=31208 vsize=587864 CPUtime=563.31
/proc/31213/task/31215/stat : 31215 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202560 40665 0 0 0 56249 82 0 0 25 0 4 0 1116501022 601972736 137338 4294967295 134512640 135305190 3218067504 3028188352 134528310 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=31213/tid=31216] ppid=31208 vsize=587864 CPUtime=562.7
/proc/31213/task/31216/stat : 31216 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202560 24338 0 0 0 56175 95 0 0 25 0 4 0 1116501022 601972736 137338 4294967295 134512640 135305190 3218067504 3019799744 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2270.33
Current children cumulated vsize (KiB) 590284

[startup+642.308 s]
/proc/loadavg: 4.32 4.35 4.32 6/114 634
/proc/meminfo: memFree=1596032/3368532 swapFree=1959840/1959888
[pid=31208] ppid=31206 vsize=2420 CPUtime=16.48
/proc/31208/stat : 31208 (manysat.sh) S 31206 31208 29143 0 -1 4194304 370 50530 0 0 0 0 1604 44 18 0 1 0 1116499262 2478080 275 4294967295 134512640 135169312 3218065472 3218061688 3085217518 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/31208/statm: 605 275 231 161 0 44 0
[pid=31213] ppid=31208 vsize=623924 CPUtime=2493.33
/proc/31213/stat : 31213 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202496 146497 0 0 0 248986 347 0 0 25 0 4 0 1116500910 638898176 146378 4294967295 134512640 135305190 3218067504 3218065680 134528480 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/31213/statm: 155981 146378 79 194 0 155785 0
[pid=31213/tid=31214] ppid=31208 vsize=623924 CPUtime=623.39
/proc/31213/task/31214/stat : 31214 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202560 17489 0 0 0 62277 62 0 0 25 0 4 0 1116501022 638898176 146378 4294967295 134512640 135305190 3218067504 3036576960 134530561 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=31213/tid=31215] ppid=31208 vsize=623924 CPUtime=623.23
/proc/31213/task/31215/stat : 31215 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202560 44003 0 0 0 62232 91 0 0 25 0 4 0 1116501022 638898176 146378 4294967295 134512640 135305190 3218067504 3028188352 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=31213/tid=31216] ppid=31208 vsize=623924 CPUtime=622.62
/proc/31213/task/31216/stat : 31216 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202560 26846 0 0 0 62162 100 0 0 25 0 4 0 1116501022 638898176 146378 4294967295 134512640 135305190 3218067504 3019799744 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2509.81
Current children cumulated vsize (KiB) 626344

[startup+702.305 s]
/proc/loadavg: 4.48 4.39 4.34 6/114 821
/proc/meminfo: memFree=1572100/3368532 swapFree=1959840/1959888
[pid=31208] ppid=31206 vsize=2420 CPUtime=16.48
/proc/31208/stat : 31208 (manysat.sh) S 31206 31208 29143 0 -1 4194304 370 50530 0 0 0 0 1604 44 18 0 1 0 1116499262 2478080 275 4294967295 134512640 135169312 3218065472 3218061688 3085217518 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/31208/statm: 605 275 231 161 0 44 0
[pid=31213] ppid=31208 vsize=648468 CPUtime=2732.7
/proc/31213/stat : 31213 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202496 152531 0 0 0 272904 366 0 0 25 0 4 0 1116500910 664031232 152412 4294967295 134512640 135305190 3218067504 3218065344 134551712 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/31213/statm: 162117 152412 79 194 0 161921 0
[pid=31213/tid=31214] ppid=31208 vsize=648468 CPUtime=683.12
/proc/31213/task/31214/stat : 31214 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202560 18397 0 0 0 68245 67 0 0 25 0 4 0 1116501022 664031232 152412 4294967295 134512640 135305190 3218067504 3036576960 134528480 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=31213/tid=31215] ppid=31208 vsize=648468 CPUtime=683.16
/proc/31213/task/31215/stat : 31215 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202560 46058 0 0 0 68221 95 0 0 25 0 4 0 1116501022 664031232 152412 4294967295 134512640 135305190 3218067504 3028188352 134531174 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=31213/tid=31216] ppid=31208 vsize=648468 CPUtime=682.45
/proc/31213/task/31216/stat : 31216 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202560 28363 0 0 0 68141 104 0 0 25 0 4 0 1116501022 664031232 152412 4294967295 134512640 135305190 3218067504 3019799744 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2749.18
Current children cumulated vsize (KiB) 650888

[startup+762.322 s]
/proc/loadavg: 4.64 4.47 4.36 6/114 1024
/proc/meminfo: memFree=1553616/3368532 swapFree=1959840/1959888
[pid=31208] ppid=31206 vsize=2420 CPUtime=16.48
/proc/31208/stat : 31208 (manysat.sh) S 31206 31208 29143 0 -1 4194304 370 50530 0 0 0 0 1604 44 18 0 1 0 1116499262 2478080 275 4294967295 134512640 135169312 3218065472 3218061688 3085217518 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/31208/statm: 605 275 231 161 0 44 0
[pid=31213] ppid=31208 vsize=667640 CPUtime=2972.21
/proc/31213/stat : 31213 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202496 157166 0 0 0 296833 388 0 0 25 0 4 0 1116500910 683663360 157047 4294967295 134512640 135305190 3218067504 3218065680 134528406 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/31213/statm: 166910 157047 79 194 0 166714 0
[pid=31213/tid=31214] ppid=31208 vsize=667640 CPUtime=742.72
/proc/31213/task/31214/stat : 31214 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202560 19282 0 0 0 74201 71 0 0 25 0 4 0 1116501022 683663360 157047 4294967295 134512640 135305190 3218067504 3036576960 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=31213/tid=31215] ppid=31208 vsize=667640 CPUtime=743.1
/proc/31213/task/31215/stat : 31215 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202560 46729 0 0 0 74211 99 0 0 25 0 4 0 1116501022 683663360 157047 4294967295 134512640 135305190 3218067504 3028188352 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=31213/tid=31216] ppid=31208 vsize=667640 CPUtime=742.4
/proc/31213/task/31216/stat : 31216 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202560 29764 0 0 0 74127 113 0 0 25 0 4 0 1116501022 683663360 157047 4294967295 134512640 135305190 3218067504 3019799744 134528840 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2988.69
Current children cumulated vsize (KiB) 670060

[startup+822.308 s]
/proc/loadavg: 4.41 4.44 4.36 6/114 1213
/proc/meminfo: memFree=1511464/3368532 swapFree=1959840/1959888
[pid=31208] ppid=31206 vsize=2420 CPUtime=16.48
/proc/31208/stat : 31208 (manysat.sh) S 31206 31208 29143 0 -1 4194304 370 50530 0 0 0 0 1604 44 18 0 1 0 1116499262 2478080 275 4294967295 134512640 135169312 3218065472 3218061688 3085217518 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/31208/statm: 605 275 231 161 0 44 0
[pid=31213] ppid=31208 vsize=709556 CPUtime=3211.55
/proc/31213/stat : 31213 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202496 167706 0 0 0 320747 408 0 0 25 0 4 0 1116500910 726585344 167587 4294967295 134512640 135305190 3218067504 3218065680 134528480 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/31213/statm: 177389 167587 79 194 0 177193 0
[pid=31213/tid=31214] ppid=31208 vsize=709556 CPUtime=802.43
/proc/31213/task/31214/stat : 31214 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202560 21242 0 0 0 80168 75 0 0 25 0 4 0 1116501022 726585344 167587 4294967295 134512640 135305190 3218067504 3036576960 134528252 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=31213/tid=31215] ppid=31208 vsize=709556 CPUtime=802.89
/proc/31213/task/31215/stat : 31215 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202560 49397 0 0 0 80186 103 0 0 25 0 4 0 1116501022 726585344 167587 4294967295 134512640 135305190 3218067504 3028188352 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=31213/tid=31216] ppid=31208 vsize=709556 CPUtime=802.32
/proc/31213/task/31216/stat : 31216 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202560 32602 0 0 0 80113 119 0 0 25 0 4 0 1116501022 726585344 167587 4294967295 134512640 135305190 3218067504 3019799744 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3228.03
Current children cumulated vsize (KiB) 711976

[startup+882.315 s]
/proc/loadavg: 4.54 4.48 4.37 5/114 1401
/proc/meminfo: memFree=1509480/3368532 swapFree=1959840/1959888
[pid=31208] ppid=31206 vsize=2420 CPUtime=16.48
/proc/31208/stat : 31208 (manysat.sh) S 31206 31208 29143 0 -1 4194304 370 50530 0 0 0 0 1604 44 18 0 1 0 1116499262 2478080 275 4294967295 134512640 135169312 3218065472 3218061688 3085217518 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/31208/statm: 605 275 231 161 0 44 0
[pid=31213] ppid=31208 vsize=710160 CPUtime=3450.77
/proc/31213/stat : 31213 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202496 167923 0 0 0 344655 422 0 0 25 0 4 0 1116500910 727203840 167804 4294967295 134512640 135305190 3218067504 3218065680 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/31213/statm: 177540 167804 79 194 0 177344 0
[pid=31213/tid=31214] ppid=31208 vsize=710160 CPUtime=862.28
/proc/31213/task/31214/stat : 31214 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202560 21274 0 0 0 86150 78 0 0 25 0 4 0 1116501022 727203840 167804 4294967295 134512640 135305190 3218067504 3036576960 134528771 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=31213/tid=31215] ppid=31208 vsize=710160 CPUtime=862.75
/proc/31213/task/31215/stat : 31215 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202560 49570 0 0 0 86170 105 0 0 25 0 4 0 1116501022 727203840 167804 4294967295 134512640 135305190 3218067504 3028188352 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=31213/tid=31216] ppid=31208 vsize=710160 CPUtime=862.09
/proc/31213/task/31216/stat : 31216 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202560 32614 0 0 0 86084 125 0 0 25 0 4 0 1116501022 727203840 167804 4294967295 134512640 135305190 3218067504 3019799744 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3467.25
Current children cumulated vsize (KiB) 712580

[startup+942.312 s]
/proc/loadavg: 4.43 4.46 4.37 5/114 1589
/proc/meminfo: memFree=1477396/3368532 swapFree=1959840/1959888
[pid=31208] ppid=31206 vsize=2420 CPUtime=16.48
/proc/31208/stat : 31208 (manysat.sh) S 31206 31208 29143 0 -1 4194304 370 50530 0 0 0 0 1604 44 18 0 1 0 1116499262 2478080 275 4294967295 134512640 135169312 3218065472 3218061688 3085217518 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/31208/statm: 605 275 231 161 0 44 0
[pid=31213] ppid=31208 vsize=745092 CPUtime=3690.17
/proc/31213/stat : 31213 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202496 176545 0 0 0 368566 451 0 0 25 0 4 0 1116500910 762974208 176426 4294967295 134512640 135305190 3218067504 3218065792 134565634 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/31213/statm: 186273 176426 79 194 0 186077 0
[pid=31213/tid=31214] ppid=31208 vsize=745092 CPUtime=922.11
/proc/31213/task/31214/stat : 31214 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202560 22499 0 0 0 92126 85 0 0 25 0 4 0 1116501022 762974208 176426 4294967295 134512640 135305190 3218067504 3036576960 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=31213/tid=31215] ppid=31208 vsize=745092 CPUtime=922.68
/proc/31213/task/31215/stat : 31215 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202560 53039 0 0 0 92155 113 0 0 25 0 4 0 1116501022 762974208 176426 4294967295 134512640 135305190 3218067504 3028188352 134528503 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=31213/tid=31216] ppid=31208 vsize=745092 CPUtime=921.89
/proc/31213/task/31216/stat : 31216 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202560 34867 0 0 0 92060 129 0 0 25 0 4 0 1116501022 762974208 176426 4294967295 134512640 135305190 3218067504 3019799536 134550237 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3706.65
Current children cumulated vsize (KiB) 747512



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.29 4.42 4.36 6/114 1776
/proc/meminfo: memFree=1409908/3368532 swapFree=1959840/1959888
[pid=31208] ppid=31206 vsize=2420 CPUtime=16.48
/proc/31208/stat : 31208 (manysat.sh) S 31206 31208 29143 0 -1 4194304 370 50530 0 0 0 0 1604 44 18 0 1 0 1116499262 2478080 275 4294967295 134512640 135169312 3218065472 3218061688 3085217518 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/31208/statm: 605 275 231 161 0 44 0
[pid=31213] ppid=31208 vsize=809988 CPUtime=3920.39
/proc/31213/stat : 31213 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202496 192971 0 0 0 391546 493 0 0 25 0 4 0 1116500910 829427712 192852 4294967295 134512640 135305190 3218067504 3218065680 134528229 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/31213/statm: 202497 192852 79 194 0 202301 0
[pid=31213/tid=31214] ppid=31208 vsize=809988 CPUtime=979.64
/proc/31213/task/31214/stat : 31214 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202560 24872 0 0 0 97871 93 0 0 25 0 4 0 1116501022 829427712 192852 4294967295 134512640 135305190 3218067504 3036576960 134528201 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=31213/tid=31215] ppid=31208 vsize=809988 CPUtime=980.3
/proc/31213/task/31215/stat : 31215 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202560 59492 0 0 0 97909 121 0 0 25 0 4 0 1116501022 829427712 192852 4294967295 134512640 135305190 3218067504 3028188352 134528768 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=31213/tid=31216] ppid=31208 vsize=809988 CPUtime=979.44
/proc/31213/task/31216/stat : 31216 (manysat1.1_stat) R 31208 31208 29143 0 -1 4202560 38657 0 0 0 97798 146 0 0 25 0 4 0 1116501022 829427712 192852 4294967295 134512640 135305190 3218067504 3019799744 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3936.87
Current children cumulated vsize (KiB) 812408

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 31208 and gives
#  childrusage.ru_utime.tv_sec=16
#  childrusage.ru_utime.tv_usec=40000
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=440000
# CPU time returned by wait4() is 16.48
# while last known CPU time is 3936.87
#
# 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): 3936.87
CPU user time (s): 3931.5
CPU system time (s): 5.37
CPU usage (%): 393.671
Max. virtual memory (cumulated for all children) (KiB): 812408

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

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 15:46:03
IDJOB=1779016
IDBENCH=70794
IDSOLVER=620
FILE ID=/1779016-1243518363
PBS_JOBID=
Free space on /tmp= 7968 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxororand/maxxororand128.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1779016-1243518363/watcher-1779016-1243518363 -o /tmp/evaluation-result-1779016-1243518363/solver-1779016-1243518363 -C 10000 -W 1000 -M 2047  manysat.sh HOME/instance-1779016-1243518363.cnf aimd 0

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

MD5SUM BENCH= 3022ff2a7ae31b29e9b784d8e848042f
RANDOM SEED= 377270874

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:       2262312 kB
Buffers:         33100 kB
Cached:         952200 kB
SwapCached:          0 kB
Active:          66028 kB
Inactive:       938680 kB
HighTotal:     2489216 kB
HighFree:      1630892 kB
LowTotal:       879316 kB
LowFree:        631420 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:           21980 kB
Writeback:           0 kB
AnonPages:       19256 kB
Mapped:           7700 kB
Slab:            92208 kB
SReclaimable:    78572 kB
SUnreclaim:      13636 kB
PageTables:        684 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   111084 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 7889 MiB
End job on  at 2009-05-28 16:02:47