Trace number 1776682

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)? (MO) 2773.42 720.34

General information on the benchmark

Namevelev-vliw-uns-4.0-9-i1.cnf
MD5SUM590cca3a58efdeb1c95ef988a53daa1d
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 variables154309
Number of clauses3230738
Sum of the clauses size9429252
Maximum clause length3625
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22024994
Number of clauses of size 31081436
Number of clauses of size 48866
Number of clauses of size 58692
Number of clauses of size over 5106749

Solver Data

0.00/0.00	c Parsing...
2.22/2.25	c ==============================================================================
2.22/2.25	c |           |     ORIGINAL     |              LEARNT              |          |
2.22/2.25	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
2.22/2.25	c ==============================================================================
2.22/2.25	c |         0 | 3230737  9429251 |  969221       0        0     nan |  0.000 % |
24.02/24.07	c |         0 | 3193200  9687142 |      --       0       --      -- |     --   | -37507/257956
24.02/24.07	c ==============================================================================
24.02/24.07	c Result  :   #vars: 136989   #clauses: 3193200   #literals: 9687142
24.02/24.07	c CPU time:   23.76 s
24.02/24.07	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-1776682-1243512650/watcher-1776682-1243512650 -o /tmp/evaluation-result-1776682-1243512650/solver-1776682-1243512650 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1776682-1243512650.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.12 4.42 4.34 3/96 17252
/proc/meminfo: memFree=2888960/3368532 swapFree=1954076/1959888
[pid=17252] ppid=17250 vsize=2416 CPUtime=0
/proc/17252/stat : 17252 (manysat.sh) R 17250 17252 1628 0 -1 4194304 334 0 0 0 0 0 0 0 18 0 1 0 1105366529 2473984 274 4294967295 134512640 135169312 3219073344 3219071820 3085186932 0 65538 4 65536 0 0 0 17 2 0 0 0
/proc/17252/statm: 604 274 231 161 0 43 0
[pid=17253] ppid=17252 vsize=1036 CPUtime=0
/proc/17253/stat : 17253 (SatElite) R 17252 17252 1628 0 -1 4202496 201 0 0 0 0 0 0 0 18 0 1 0 1105366529 1060864 138 4294967295 134512640 135034092 3220087280 3220083624 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17253/statm: 259 139 50 128 0 129 0

[startup+0.068178 s]
/proc/loadavg: 4.12 4.42 4.34 3/96 17252
/proc/meminfo: memFree=2888960/3368532 swapFree=1954076/1959888
[pid=17252] ppid=17250 vsize=2416 CPUtime=0
/proc/17252/stat : 17252 (manysat.sh) S 17250 17252 1628 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1105366529 2473984 274 4294967295 134512640 135169312 3219073344 3219071880 3085184750 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/17252/statm: 604 274 231 161 0 43 0
[pid=17253] ppid=17252 vsize=9688 CPUtime=0.07
/proc/17253/stat : 17253 (SatElite) R 17252 17252 1628 0 -1 4202496 2039 0 0 0 6 1 0 0 19 0 1 0 1105366529 9920512 1976 4294967295 134512640 135034092 3220087280 3220083624 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17253/statm: 2422 1976 50 128 0 2292 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 12104

[startup+0.118158 s]
/proc/loadavg: 4.12 4.42 4.34 3/96 17252
/proc/meminfo: memFree=2888960/3368532 swapFree=1954076/1959888
[pid=17252] ppid=17250 vsize=2416 CPUtime=0
/proc/17252/stat : 17252 (manysat.sh) S 17250 17252 1628 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1105366529 2473984 274 4294967295 134512640 135169312 3219073344 3219071880 3085184750 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/17252/statm: 604 274 231 161 0 43 0
[pid=17253] ppid=17252 vsize=13932 CPUtime=0.12
/proc/17253/stat : 17253 (SatElite) R 17252 17252 1628 0 -1 4202496 3231 0 0 0 10 2 0 0 19 0 1 0 1105366529 14266368 3168 4294967295 134512640 135034092 3220087280 3220083624 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17253/statm: 3483 3170 50 128 0 3353 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 16348

[startup+0.318144 s]
/proc/loadavg: 4.12 4.42 4.34 3/96 17252
/proc/meminfo: memFree=2888960/3368532 swapFree=1954076/1959888
[pid=17252] ppid=17250 vsize=2416 CPUtime=0
/proc/17252/stat : 17252 (manysat.sh) S 17250 17252 1628 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1105366529 2473984 274 4294967295 134512640 135169312 3219073344 3219071880 3085184750 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/17252/statm: 604 274 231 161 0 43 0
[pid=17253] ppid=17252 vsize=32028 CPUtime=0.32
/proc/17253/stat : 17253 (SatElite) R 17252 17252 1628 0 -1 4202496 7617 0 0 0 28 4 0 0 20 0 1 0 1105366529 32796672 7554 4294967295 134512640 135034092 3220087280 3220083196 134673244 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17253/statm: 8007 7554 50 128 0 7877 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 34444

[startup+0.718116 s]
/proc/loadavg: 4.12 4.42 4.34 3/96 17252
/proc/meminfo: memFree=2888960/3368532 swapFree=1954076/1959888
[pid=17252] ppid=17250 vsize=2416 CPUtime=0
/proc/17252/stat : 17252 (manysat.sh) S 17250 17252 1628 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1105366529 2473984 274 4294967295 134512640 135169312 3219073344 3219071880 3085184750 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/17252/statm: 604 274 231 161 0 43 0
[pid=17253] ppid=17252 vsize=70728 CPUtime=0.72
/proc/17253/stat : 17253 (SatElite) R 17252 17252 1628 0 -1 4202496 15737 0 0 0 63 9 0 0 21 0 1 0 1105366529 72425472 15674 4294967295 134512640 135034092 3220087280 3220083624 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17253/statm: 17682 15675 50 128 0 17552 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 73144

[startup+1.51806 s]
/proc/loadavg: 4.12 4.42 4.34 2/98 17254
/proc/meminfo: memFree=2803752/3368532 swapFree=1954076/1959888
[pid=17252] ppid=17250 vsize=2416 CPUtime=0
/proc/17252/stat : 17252 (manysat.sh) S 17250 17252 1628 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1105366529 2473984 274 4294967295 134512640 135169312 3219073344 3219071880 3085184750 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/17252/statm: 604 274 231 161 0 43 0
[pid=17253] ppid=17252 vsize=142760 CPUtime=1.52
/proc/17253/stat : 17253 (SatElite) R 17252 17252 1628 0 -1 4202496 31075 0 0 0 139 13 0 0 23 0 1 0 1105366529 146186240 31012 4294967295 134512640 135034092 3220087280 3220083624 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17253/statm: 35690 31012 51 128 0 35560 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 145176

[startup+3.11795 s]
/proc/loadavg: 4.12 4.42 4.34 2/98 17254
/proc/meminfo: memFree=2696500/3368532 swapFree=1954076/1959888
[pid=17252] ppid=17250 vsize=2416 CPUtime=0
/proc/17252/stat : 17252 (manysat.sh) S 17250 17252 1628 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1105366529 2473984 274 4294967295 134512640 135169312 3219073344 3219071880 3085184750 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/17252/statm: 604 274 231 161 0 43 0
[pid=17253] ppid=17252 vsize=260468 CPUtime=3.12
/proc/17253/stat : 17253 (SatElite) R 17252 17252 1628 0 -1 4202496 63149 0 0 0 288 24 0 0 25 0 1 0 1105366529 266719232 58446 4294967295 134512640 135034092 3220087280 3220083520 134566212 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17253/statm: 65117 58446 67 128 0 64987 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 262884

[startup+6.31774 s]
/proc/loadavg: 3.87 4.36 4.32 2/98 17255
/proc/meminfo: memFree=2647668/3368532 swapFree=1954076/1959888
[pid=17252] ppid=17250 vsize=2416 CPUtime=0
/proc/17252/stat : 17252 (manysat.sh) S 17250 17252 1628 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1105366529 2473984 274 4294967295 134512640 135169312 3219073344 3219071880 3085184750 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/17252/statm: 604 274 231 161 0 43 0
[pid=17253] ppid=17252 vsize=299080 CPUtime=6.32
/proc/17253/stat : 17253 (SatElite) R 17252 17252 1628 0 -1 4202496 69899 0 0 0 604 28 0 0 25 0 1 0 1105366529 306257920 64736 4294967295 134512640 135034092 3220087280 3220083824 134584306 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17253/statm: 74770 64736 67 128 0 74640 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 301496

[startup+12.7173 s]
/proc/loadavg: 3.64 4.31 4.30 2/98 17257
/proc/meminfo: memFree=2627108/3368532 swapFree=1954076/1959888
[pid=17252] ppid=17250 vsize=2416 CPUtime=0
/proc/17252/stat : 17252 (manysat.sh) S 17250 17252 1628 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1105366529 2473984 274 4294967295 134512640 135169312 3219073344 3219071880 3085184750 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/17252/statm: 604 274 231 161 0 43 0
[pid=17253] ppid=17252 vsize=299080 CPUtime=12.72
/proc/17253/stat : 17253 (SatElite) R 17252 17252 1628 0 -1 4202496 69907 0 0 0 1244 28 0 0 25 0 1 0 1105366529 306257920 64744 4294967295 134512640 135034092 3220087280 3220083824 134584254 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17253/statm: 74770 64744 67 128 0 74640 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 301496

[startup+25.5164 s]
/proc/loadavg: 3.05 4.14 4.25 2/98 17257
/proc/meminfo: memFree=2626932/3368532 swapFree=1954076/1959888
[pid=17252] ppid=17250 vsize=2416 CPUtime=0
/proc/17252/stat : 17252 (manysat.sh) S 17250 17252 1628 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1105366529 2473984 274 4294967295 134512640 135169312 3219073344 3219071880 3085184750 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/17252/statm: 604 274 231 161 0 43 0
[pid=17253] ppid=17252 vsize=265232 CPUtime=25.52
/proc/17253/stat : 17253 (SatElite) R 17252 17252 1628 0 -1 4202496 82161 0 0 0 2511 41 0 0 25 0 1 0 1105366529 271597568 59588 4294967295 134512640 135034092 3220087280 3220082164 134691101 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17253/statm: 66308 59588 68 128 0 66178 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 267648

[startup+51.1147 s]
/proc/loadavg: 3.42 4.13 4.24 6/101 17445
/proc/meminfo: memFree=2029012/3368532 swapFree=1954076/1959888
[pid=17252] ppid=17250 vsize=2420 CPUtime=27.83
/proc/17252/stat : 17252 (manysat.sh) S 17250 17252 1628 0 -1 4194304 370 82165 0 0 0 0 2727 56 18 0 1 0 1105366529 2478080 275 4294967295 134512640 135169312 3219073344 3219069560 3085184750 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/17252/statm: 605 275 231 161 0 44 0
[pid=17258] ppid=17252 vsize=826160 CPUtime=75.3
/proc/17258/stat : 17258 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202496 197141 0 0 0 7454 76 0 0 25 0 4 0 1105369312 845987840 196993 4294967295 134512640 135305190 3220951792 3220949968 134531223 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/17258/statm: 206540 196993 79 194 0 206344 0
[pid=17258/tid=17259] ppid=17252 vsize=826160 CPUtime=17.32
/proc/17258/task/17259/stat : 17259 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202560 4185 0 0 0 1726 6 0 0 25 0 4 0 1105369883 845987840 196993 4294967295 134512640 135305190 3220951792 3044076736 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=17258/tid=17260] ppid=17252 vsize=826160 CPUtime=17.41
/proc/17258/task/17260/stat : 17260 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202560 7967 0 0 0 1736 5 0 0 25 0 4 0 1105369883 845987840 196993 4294967295 134512640 135305190 3220951792 3029351616 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=17258/tid=17261] ppid=17252 vsize=826160 CPUtime=17.47
/proc/17258/task/17261/stat : 17261 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202560 4151 0 0 0 1744 3 0 0 25 0 4 0 1105369883 845987840 196993 4294967295 134512640 135305190 3220951792 3018259648 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 103.13
Current children cumulated vsize (KiB) 828580

[startup+102.311 s]
/proc/loadavg: 3.91 4.16 4.24 5/101 17450
/proc/meminfo: memFree=1867100/3368532 swapFree=1954076/1959888
[pid=17252] ppid=17250 vsize=2420 CPUtime=27.83
/proc/17252/stat : 17252 (manysat.sh) S 17250 17252 1628 0 -1 4194304 370 82165 0 0 0 0 2727 56 18 0 1 0 1105366529 2478080 275 4294967295 134512640 135169312 3219073344 3219069560 3085184750 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/17252/statm: 605 275 231 161 0 44 0
[pid=17258] ppid=17252 vsize=988016 CPUtime=279.74
/proc/17258/stat : 17258 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202496 237319 0 0 0 27842 132 0 0 25 0 4 0 1105369312 1011728384 237171 4294967295 134512640 135305190 3220951792 3220949968 134528548 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/17258/statm: 247004 237171 79 194 0 246808 0
[pid=17258/tid=17259] ppid=17252 vsize=988016 CPUtime=68.22
/proc/17258/task/17259/stat : 17259 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202560 6803 0 0 0 6801 21 0 0 25 0 4 0 1105369883 1011728384 237171 4294967295 134512640 135305190 3220951792 3044076736 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=17258/tid=17260] ppid=17252 vsize=988016 CPUtime=68.61
/proc/17258/task/17260/stat : 17260 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202560 42060 0 0 0 6823 38 0 0 25 0 4 0 1105369883 1011728384 237171 4294967295 134512640 135305190 3220951792 3029351364 134840070 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=17258/tid=17261] ppid=17252 vsize=988016 CPUtime=68.62
/proc/17258/task/17261/stat : 17261 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202560 5371 0 0 0 6857 5 0 0 19 0 4 0 1105369883 1011728384 237171 4294967295 134512640 135305190 3220951792 3018259648 134528480 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 307.57
Current children cumulated vsize (KiB) 990436

[startup+162.307 s]
/proc/loadavg: 4.33 4.24 4.27 5/101 17643
/proc/meminfo: memFree=1711976/3368532 swapFree=1954076/1959888
[pid=17252] ppid=17250 vsize=2420 CPUtime=27.83
/proc/17252/stat : 17252 (manysat.sh) S 17250 17252 1628 0 -1 4194304 370 82165 0 0 0 0 2727 56 18 0 1 0 1105366529 2478080 275 4294967295 134512640 135169312 3219073344 3219069560 3085184750 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/17252/statm: 605 275 231 161 0 44 0
[pid=17258] ppid=17252 vsize=1146080 CPUtime=519.03
/proc/17258/stat : 17258 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202496 276395 0 0 0 51720 183 0 0 25 0 4 0 1105369312 1173585920 276247 4294967295 134512640 135305190 3220951792 3220949968 134528298 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/17258/statm: 286520 276247 79 194 0 286324 0
[pid=17258/tid=17259] ppid=17252 vsize=1146080 CPUtime=127.97
/proc/17258/task/17259/stat : 17259 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202560 10497 0 0 0 12765 32 0 0 25 0 4 0 1105369883 1173585920 276247 4294967295 134512640 135305190 3220951792 3044076736 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=17258/tid=17260] ppid=17252 vsize=1146080 CPUtime=128.38
/proc/17258/task/17260/stat : 17260 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202560 73577 0 0 0 12773 65 0 0 25 0 4 0 1105369883 1173585920 276247 4294967295 134512640 135305190 3220951792 3029351616 134528837 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=17258/tid=17261] ppid=17252 vsize=1146080 CPUtime=128.58
/proc/17258/task/17261/stat : 17261 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202560 6285 0 0 0 12848 10 0 0 25 0 4 0 1105369883 1173585920 276247 4294967295 134512640 135305190 3220951792 3018259648 134528319 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 546.86
Current children cumulated vsize (KiB) 1148500

[startup+222.313 s]
/proc/loadavg: 4.52 4.30 4.28 6/101 17828
/proc/meminfo: memFree=1583984/3368532 swapFree=1954076/1959888
[pid=17252] ppid=17250 vsize=2420 CPUtime=27.83
/proc/17252/stat : 17252 (manysat.sh) S 17250 17252 1628 0 -1 4194304 370 82165 0 0 0 0 2727 56 18 0 1 0 1105366529 2478080 275 4294967295 134512640 135169312 3219073344 3219069560 3085184750 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/17252/statm: 605 275 231 161 0 44 0
[pid=17258] ppid=17252 vsize=1273248 CPUtime=758.55
/proc/17258/stat : 17258 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202496 308044 0 0 0 75631 224 0 0 25 0 4 0 1105369312 1303805952 307896 4294967295 134512640 135305190 3220951792 3220949968 134528229 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/17258/statm: 318312 307896 79 194 0 318116 0
[pid=17258/tid=17259] ppid=17252 vsize=1273248 CPUtime=187.83
/proc/17258/task/17259/stat : 17259 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202560 13331 0 0 0 18744 39 0 0 25 0 4 0 1105369883 1303805952 307896 4294967295 134512640 135305190 3220951792 3044076736 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=17258/tid=17260] ppid=17252 vsize=1273248 CPUtime=188.18
/proc/17258/task/17260/stat : 17260 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202560 99691 0 0 0 18728 90 0 0 25 0 4 0 1105369883 1303805952 307896 4294967295 134512640 135305190 3220951792 3029351616 134528376 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=17258/tid=17261] ppid=17252 vsize=1273248 CPUtime=188.59
/proc/17258/task/17261/stat : 17261 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202560 7140 0 0 0 18843 16 0 0 25 0 4 0 1105369883 1303805952 307896 4294967295 134512640 135305190 3220951792 3018259648 134528503 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 786.38

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

/proc/17258/task/17261/stat : 17261 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202560 8499 0 0 0 30802 25 0 0 25 0 4 0 1105369883 1576177664 374329 4294967295 134512640 135305190 3220951792 3018259648 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1265.25
Current children cumulated vsize (KiB) 1541656

[startup+402.311 s]
/proc/loadavg: 4.68 4.49 4.35 5/101 18398
/proc/meminfo: memFree=1217796/3368532 swapFree=1954076/1959888
[pid=17252] ppid=17250 vsize=2420 CPUtime=27.83
/proc/17252/stat : 17252 (manysat.sh) S 17250 17252 1628 0 -1 4194304 370 82165 0 0 0 0 2727 56 18 0 1 0 1105366529 2478080 275 4294967295 134512640 135169312 3219073344 3219069560 3085184750 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/17252/statm: 605 275 231 161 0 44 0
[pid=17258] ppid=17252 vsize=1641060 CPUtime=1476.96
/proc/17258/stat : 17258 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202496 399400 0 0 0 147355 341 0 0 25 0 4 0 1105369312 1680445440 399252 4294967295 134512640 135305190 3220951792 3220949968 134528298 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/17258/statm: 410265 399252 79 194 0 410069 0
[pid=17258/tid=17259] ppid=17252 vsize=1641060 CPUtime=367.4
/proc/17258/task/17259/stat : 17259 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202560 21031 0 0 0 36686 54 0 0 25 0 4 0 1105369883 1680445440 399252 4294967295 134512640 135305190 3220951792 3044076736 134528768 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=17258/tid=17260] ppid=17252 vsize=1641060 CPUtime=367.53
/proc/17258/task/17260/stat : 17260 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202560 175157 0 0 0 36590 163 0 0 25 0 4 0 1105369883 1680445440 399252 4294967295 134512640 135305190 3220951792 3029351536 134543549 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=17258/tid=17261] ppid=17252 vsize=1641060 CPUtime=368.19
/proc/17258/task/17261/stat : 17261 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202560 9335 0 0 0 36792 27 0 0 25 0 4 0 1105369883 1680445440 399252 4294967295 134512640 135305190 3220951792 3018259648 134528263 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1504.79
Current children cumulated vsize (KiB) 1643480

[startup+462.307 s]
/proc/loadavg: 4.84 4.56 4.39 5/101 18587
/proc/meminfo: memFree=1115660/3368532 swapFree=1954076/1959888
[pid=17252] ppid=17250 vsize=2420 CPUtime=27.83
/proc/17252/stat : 17252 (manysat.sh) S 17250 17252 1628 0 -1 4194304 370 82165 0 0 0 0 2727 56 18 0 1 0 1105366529 2478080 275 4294967295 134512640 135169312 3219073344 3219069560 3085184750 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/17252/statm: 605 275 231 161 0 44 0
[pid=17258] ppid=17252 vsize=1742612 CPUtime=1716.62
/proc/17258/stat : 17258 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202496 424941 0 0 0 171288 374 0 0 25 0 4 0 1105369312 1784434688 424793 4294967295 134512640 135305190 3220951792 3220949712 134541965 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/17258/statm: 435653 424793 79 194 0 435457 0
[pid=17258/tid=17259] ppid=17252 vsize=1742612 CPUtime=427.35
/proc/17258/task/17259/stat : 17259 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202560 23817 0 0 0 42679 56 0 0 25 0 4 0 1105369883 1784434688 424793 4294967295 134512640 135305190 3220951792 3044076736 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=17258/tid=17260] ppid=17252 vsize=1742612 CPUtime=427.47
/proc/17258/task/17260/stat : 17260 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202560 195939 0 0 0 42562 185 0 0 25 0 4 0 1105369883 1784434688 424793 4294967295 134512640 135305190 3220951792 3029351616 134528480 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=17258/tid=17261] ppid=17252 vsize=1742612 CPUtime=428.17
/proc/17258/task/17261/stat : 17261 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202560 10113 0 0 0 42787 30 0 0 25 0 4 0 1105369883 1784434688 424793 4294967295 134512640 135305190 3220951792 3018259648 134528237 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1744.45
Current children cumulated vsize (KiB) 1745032

[startup+522.313 s]
/proc/loadavg: 4.74 4.59 4.40 5/101 18772
/proc/meminfo: memFree=1017056/3368532 swapFree=1954076/1959888
[pid=17252] ppid=17250 vsize=2420 CPUtime=27.83
/proc/17252/stat : 17252 (manysat.sh) S 17250 17252 1628 0 -1 4194304 370 82165 0 0 0 0 2727 56 18 0 1 0 1105366529 2478080 275 4294967295 134512640 135169312 3219073344 3219069560 3085184750 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/17252/statm: 605 275 231 161 0 44 0
[pid=17258] ppid=17252 vsize=1840396 CPUtime=1955.98
/proc/17258/stat : 17258 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202496 449293 0 0 0 195188 410 0 0 25 0 4 0 1105369312 1884565504 449145 4294967295 134512640 135305190 3220951792 3220949968 134528298 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/17258/statm: 460099 449145 79 194 0 459903 0
[pid=17258/tid=17259] ppid=17252 vsize=1840396 CPUtime=487.24
/proc/17258/task/17259/stat : 17259 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202560 26829 0 0 0 48663 61 0 0 25 0 4 0 1105369883 1884565504 449145 4294967295 134512640 135305190 3220951792 3044076736 134531177 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=17258/tid=17260] ppid=17252 vsize=1840396 CPUtime=487.22
/proc/17258/task/17260/stat : 17260 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202560 214941 0 0 0 48519 203 0 0 25 0 4 0 1105369883 1884565504 449145 4294967295 134512640 135305190 3220951792 3029351296 134555106 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=17258/tid=17261] ppid=17252 vsize=1840396 CPUtime=488.02
/proc/17258/task/17261/stat : 17261 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202560 10933 0 0 0 48766 36 0 0 25 0 4 0 1105369883 1884565504 449145 4294967295 134512640 135305190 3220951792 3018259648 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1983.81
Current children cumulated vsize (KiB) 1842816

[startup+582.319 s]
/proc/loadavg: 4.67 4.60 4.42 5/101 18964
/proc/meminfo: memFree=928556/3368532 swapFree=1954076/1959888
[pid=17252] ppid=17250 vsize=2420 CPUtime=27.83
/proc/17252/stat : 17252 (manysat.sh) S 17250 17252 1628 0 -1 4194304 370 82165 0 0 0 0 2727 56 18 0 1 0 1105366529 2478080 275 4294967295 134512640 135169312 3219073344 3219069560 3085184750 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/17252/statm: 605 275 231 161 0 44 0
[pid=17258] ppid=17252 vsize=1929816 CPUtime=2195.28
/proc/17258/stat : 17258 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202496 471735 0 0 0 219081 447 0 0 25 0 4 0 1105369312 1976131584 471587 4294967295 134512640 135305190 3220951792 3220949968 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/17258/statm: 482454 471587 79 194 0 482258 0
[pid=17258/tid=17259] ppid=17252 vsize=1929816 CPUtime=546.86
/proc/17258/task/17259/stat : 17259 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202560 28801 0 0 0 54614 72 0 0 25 0 4 0 1105369883 1976131584 471587 4294967295 134512640 135305190 3220951792 3044076736 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=17258/tid=17260] ppid=17252 vsize=1929816 CPUtime=547.16
/proc/17258/task/17260/stat : 17260 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202560 233032 0 0 0 54494 222 0 0 25 0 4 0 1105369883 1976131584 471587 4294967295 134512640 135305190 3220951792 3029351616 134528237 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=17258/tid=17261] ppid=17252 vsize=1929816 CPUtime=547.89
/proc/17258/task/17261/stat : 17261 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202560 11779 0 0 0 54746 43 0 0 25 0 4 0 1105369883 1976131584 471587 4294967295 134512640 135305190 3220951792 3018259392 134541918 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2223.11
Current children cumulated vsize (KiB) 1932236

[startup+642.315 s]
/proc/loadavg: 4.60 4.58 4.42 5/101 19153
/proc/meminfo: memFree=826160/3368532 swapFree=1954076/1959888
[pid=17252] ppid=17250 vsize=2420 CPUtime=27.83
/proc/17252/stat : 17252 (manysat.sh) S 17250 17252 1628 0 -1 4194304 370 82165 0 0 0 0 2727 56 18 0 1 0 1105366529 2478080 275 4294967295 134512640 135169312 3219073344 3219069560 3085184750 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/17252/statm: 605 275 231 161 0 44 0
[pid=17258] ppid=17252 vsize=2034196 CPUtime=2434.69
/proc/17258/stat : 17258 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202496 497095 0 0 0 242987 482 0 0 25 0 4 0 1105369312 2083016704 496947 4294967295 134512640 135305190 3220951792 3220949968 134528229 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/17258/statm: 508549 496947 79 194 0 508353 0
[pid=17258/tid=17259] ppid=17252 vsize=2034196 CPUtime=606.81
/proc/17258/task/17259/stat : 17259 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202560 32623 0 0 0 60600 81 0 0 25 0 4 0 1105369883 2083016704 496947 4294967295 134512640 135305190 3220951792 3044076736 134528858 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=17258/tid=17260] ppid=17252 vsize=2034196 CPUtime=606.71
/proc/17258/task/17260/stat : 17260 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202560 250660 0 0 0 60430 241 0 0 25 0 4 0 1105369883 2083016704 496947 4294967295 134512640 135305190 3220951792 3029351728 134563896 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=17258/tid=17261] ppid=17252 vsize=2034196 CPUtime=607.8
/proc/17258/task/17261/stat : 17261 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202560 13080 0 0 0 60733 47 0 0 25 0 4 0 1105369883 2083016704 496947 4294967295 134512640 135305190 3220951792 3018259536 134529062 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2462.52
Current children cumulated vsize (KiB) 2036616

[startup+702.311 s]
/proc/loadavg: 4.57 4.59 4.43 7/101 19341
/proc/meminfo: memFree=772064/3368532 swapFree=1954076/1959888
[pid=17252] ppid=17250 vsize=2420 CPUtime=27.83
/proc/17252/stat : 17252 (manysat.sh) S 17250 17252 1628 0 -1 4194304 370 82165 0 0 0 0 2727 56 18 0 1 0 1105366529 2478080 275 4294967295 134512640 135169312 3219073344 3219069560 3085184750 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/17252/statm: 605 275 231 161 0 44 0
[pid=17258] ppid=17252 vsize=2089092 CPUtime=2673.95
/proc/17258/stat : 17258 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202496 510605 0 0 0 266878 517 0 0 25 0 4 0 1105369312 2139230208 510457 4294967295 134512640 135305190 3220951792 3220949968 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/17258/statm: 522273 510457 79 194 0 522077 0
[pid=17258/tid=17259] ppid=17252 vsize=2089092 CPUtime=666.74
/proc/17258/task/17259/stat : 17259 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202560 35583 0 0 0 66585 89 0 0 25 0 4 0 1105369883 2139230208 510457 4294967295 134512640 135305190 3220951792 3044076736 134528777 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=17258/tid=17260] ppid=17252 vsize=2089092 CPUtime=666.58
/proc/17258/task/17260/stat : 17260 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202560 258890 0 0 0 66409 249 0 0 25 0 4 0 1105369883 2139230208 510457 4294967295 134512640 135305190 3220951792 3029351296 134553245 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=17258/tid=17261] ppid=17252 vsize=2089092 CPUtime=667.48
/proc/17258/task/17261/stat : 17261 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202560 13874 0 0 0 66700 48 0 0 25 0 4 0 1105369883 2139230208 510457 4294967295 134512640 135305190 3220951792 3018259648 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2701.78
Current children cumulated vsize (KiB) 2091512



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+720.309 s]
/proc/loadavg: 4.61 4.60 4.44 5/101 19525
/proc/meminfo: memFree=766736/3368532 swapFree=1954076/1959888
[pid=17252] ppid=17250 vsize=2420 CPUtime=27.83
/proc/17252/stat : 17252 (manysat.sh) S 17250 17252 1628 0 -1 4194304 370 82165 0 0 0 0 2727 56 18 0 1 0 1105366529 2478080 275 4294967295 134512640 135169312 3219073344 3219069560 3085184750 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/17252/statm: 605 275 231 161 0 44 0
[pid=17258] ppid=17252 vsize=2093732 CPUtime=2745.59
/proc/17258/stat : 17258 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202496 511709 0 0 0 274036 523 0 0 25 0 4 0 1105369312 2143981568 511561 4294967295 134512640 135305190 3220951792 3220949968 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/17258/statm: 523433 511561 79 194 0 523237 0
[pid=17258/tid=17259] ppid=17252 vsize=2093732 CPUtime=684.67
/proc/17258/task/17259/stat : 17259 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202560 35636 0 0 0 68377 90 0 0 25 0 4 0 1105369883 2143981568 511561 4294967295 134512640 135305190 3220951792 3044076736 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=17258/tid=17260] ppid=17252 vsize=2093732 CPUtime=684.56
/proc/17258/task/17260/stat : 17260 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202560 259827 0 0 0 68205 251 0 0 25 0 4 0 1105369883 2143981568 511561 4294967295 134512640 135305190 3220951792 3029351616 134528406 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=17258/tid=17261] ppid=17252 vsize=2093732 CPUtime=685.22
/proc/17258/task/17261/stat : 17261 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202560 13983 0 0 0 68473 49 0 0 25 0 4 0 1105369883 2143981568 511561 4294967295 134512640 135305190 3220951792 3018259648 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2773.42
Current children cumulated vsize (KiB) 2096152

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+720.309 s]
/proc/loadavg: 4.61 4.60 4.44 5/101 19525
/proc/meminfo: memFree=766736/3368532 swapFree=1954076/1959888
[pid=17252] ppid=17250 vsize=2420 CPUtime=27.83
/proc/17252/stat : 17252 (manysat.sh) S 17250 17252 1628 0 -1 4194304 370 82165 0 0 0 0 2727 56 18 0 1 0 1105366529 2478080 275 4294967295 134512640 135169312 3219073344 3219069560 3085184750 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/17252/statm: 605 275 231 161 0 44 0
[pid=17258] ppid=17252 vsize=2093732 CPUtime=2745.59
/proc/17258/stat : 17258 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202496 511709 0 0 0 274036 523 0 0 25 0 4 0 1105369312 2143981568 511561 4294967295 134512640 135305190 3220951792 3220949968 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/17258/statm: 523433 511561 79 194 0 523237 0
[pid=17258/tid=17259] ppid=17252 vsize=2093732 CPUtime=684.67
/proc/17258/task/17259/stat : 17259 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202560 35636 0 0 0 68377 90 0 0 25 0 4 0 1105369883 2143981568 511561 4294967295 134512640 135305190 3220951792 3044076736 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=17258/tid=17260] ppid=17252 vsize=2093732 CPUtime=684.56
/proc/17258/task/17260/stat : 17260 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202560 259827 0 0 0 68205 251 0 0 25 0 4 0 1105369883 2143981568 511561 4294967295 134512640 135305190 3220951792 3029351616 134528406 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=17258/tid=17261] ppid=17252 vsize=2093732 CPUtime=685.22
/proc/17258/task/17261/stat : 17261 (manysat1.1_stat) R 17252 17252 1628 0 -1 4202560 13983 0 0 0 68473 49 0 0 25 0 4 0 1105369883 2143981568 511561 4294967295 134512640 135305190 3220951792 3018259648 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2773.42
Current children cumulated vsize (KiB) 2096152

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17252 and gives
#  childrusage.ru_utime.tv_sec=27
#  childrusage.ru_utime.tv_usec=270000
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=560000
# CPU time returned by wait4() is 27.83
# while last known CPU time is 2773.42
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 720.34
CPU time (s): 2773.42
CPU user time (s): 2767.63
CPU system time (s): 5.79
CPU usage (%): 385.016
Max. virtual memory (cumulated for all children) (KiB): 2096152

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi44 at 2009-05-28 14:10:50
IDJOB=1776682
IDBENCH=69571
IDSOLVER=626
FILE ID=tipi44/1776682-1243512650
PBS_JOBID=
Free space on /tmp= 15826 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20 (4 threads)
BENCH NAME= SAT_RACE08/cnf/velev-vliw-uns-4.0-9-i1.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1776682-1243512650/watcher-1776682-1243512650 -o /tmp/evaluation-result-1776682-1243512650/solver-1776682-1243512650 -C 10000 -W 1000 -M 2047  manysat.sh HOME/instance-1776682-1243512650.cnf aimd 2

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

MD5SUM BENCH= 590cca3a58efdeb1c95ef988a53daa1d
RANDOM SEED= 1451934004

Linux tipi44 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.116
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.116
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.10
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.116
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.116
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.16
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2889256 kB
Buffers:        138388 kB
Cached:         233152 kB
SwapCached:       2180 kB
Active:         166660 kB
Inactive:       214548 kB
HighTotal:     2489216 kB
HighFree:      2243860 kB
LowTotal:       879316 kB
LowFree:        645396 kB
SwapTotal:     1959888 kB
SwapFree:      1954076 kB
Dirty:           71280 kB
Writeback:           0 kB
AnonPages:        8932 kB
Mapped:           3316 kB
Slab:            87752 kB
SReclaimable:    77104 kB
SUnreclaim:      10648 kB
PageTables:        492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    88080 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15754 MiB
End job on tipi44 at 2009-05-28 14:22:56