Trace number 1776472

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) 2777.5 713.349

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq5.cnf
MD5SUM79c983ee7a6671238604da3040f85341
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 variables151669
Number of clauses2465731
Sum of the clauses size7141423
Maximum clause length150
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22309834
Number of clauses of size 335167
Number of clauses of size 45995
Number of clauses of size 511790
Number of clauses of size over 5102944

Solver Data

0.00/0.00	c Parsing...
1.62/1.69	c ==============================================================================
1.62/1.69	c |           |     ORIGINAL     |              LEARNT              |          |
1.62/1.69	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.62/1.69	c ==============================================================================
1.62/1.69	c |         0 | 2465730  7141422 |  739718       0        0     nan |  0.000 % |
16.02/16.02	c |         0 | 2391111  7388117 |      --       0       --      -- |     --   | -74473/249552
16.02/16.02	c ==============================================================================
16.02/16.02	c Result  :   #vars: 120317   #clauses: 2391111   #literals: 7388117
16.02/16.02	c CPU time:   15.74 s
16.02/16.02	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-1776472-1243510025/watcher-1776472-1243510025 -o /tmp/evaluation-result-1776472-1243510025/solver-1776472-1243510025 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1776472-1243510025.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: 3.93 4.46 4.43 3/97 29201
/proc/meminfo: memFree=2964456/3368532 swapFree=1952996/1959888
[pid=29201] ppid=29199 vsize=2416 CPUtime=0
/proc/29201/stat : 29201 (manysat.sh) R 29199 29201 21691 0 -1 4194304 334 0 0 0 0 0 0 0 18 0 1 0 1105140012 2473984 274 4294967295 134512640 135169312 3216348832 3216347308 3085129588 0 65538 4 65536 0 0 0 17 2 0 0 0
/proc/29201/statm: 604 274 231 161 0 43 0
[pid=29202] ppid=29201 vsize=1032 CPUtime=0
/proc/29202/stat : 29202 (SatElite) R 29201 29201 21691 0 -1 4202496 205 0 0 0 0 0 0 0 18 0 1 0 1105140012 1056768 141 4294967295 134512640 135034092 3215588784 3215585128 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29202/statm: 258 142 50 128 0 128 0

[startup+0.054666 s]
/proc/loadavg: 3.93 4.46 4.43 3/97 29201
/proc/meminfo: memFree=2964456/3368532 swapFree=1952996/1959888
[pid=29201] ppid=29199 vsize=2416 CPUtime=0
/proc/29201/stat : 29201 (manysat.sh) S 29199 29201 21691 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1105140012 2473984 274 4294967295 134512640 135169312 3216348832 3216347368 3085127406 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29201/statm: 604 274 231 161 0 43 0
[pid=29202] ppid=29201 vsize=6916 CPUtime=0.06
/proc/29202/stat : 29202 (SatElite) R 29201 29201 21691 0 -1 4202496 1516 0 0 0 5 1 0 0 19 0 1 0 1105140012 7081984 1452 4294967295 134512640 135034092 3215588784 3215585128 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29202/statm: 1729 1452 50 128 0 1599 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9332

[startup+0.11466 s]
/proc/loadavg: 3.93 4.46 4.43 3/97 29201
/proc/meminfo: memFree=2964456/3368532 swapFree=1952996/1959888
[pid=29201] ppid=29199 vsize=2416 CPUtime=0
/proc/29201/stat : 29201 (manysat.sh) S 29199 29201 21691 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1105140012 2473984 274 4294967295 134512640 135169312 3216348832 3216347368 3085127406 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29201/statm: 604 274 231 161 0 43 0
[pid=29202] ppid=29201 vsize=13128 CPUtime=0.12
/proc/29202/stat : 29202 (SatElite) R 29201 29201 21691 0 -1 4202496 2875 0 0 0 10 2 0 0 20 0 1 0 1105140012 13443072 2811 4294967295 134512640 135034092 3215588784 3215585128 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29202/statm: 3282 2812 50 128 0 3152 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 15544

[startup+0.314645 s]
/proc/loadavg: 3.93 4.46 4.43 3/97 29201
/proc/meminfo: memFree=2964456/3368532 swapFree=1952996/1959888
[pid=29201] ppid=29199 vsize=2416 CPUtime=0
/proc/29201/stat : 29201 (manysat.sh) S 29199 29201 21691 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1105140012 2473984 274 4294967295 134512640 135169312 3216348832 3216347368 3085127406 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29201/statm: 604 274 231 161 0 43 0
[pid=29202] ppid=29201 vsize=30684 CPUtime=0.32
/proc/29202/stat : 29202 (SatElite) R 29201 29201 21691 0 -1 4202496 7039 0 0 0 27 5 0 0 20 0 1 0 1105140012 31420416 6975 4294967295 134512640 135034092 3215588784 3215585128 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29202/statm: 7671 6976 50 128 0 7541 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 33100

[startup+0.714613 s]
/proc/loadavg: 3.93 4.46 4.43 3/97 29201
/proc/meminfo: memFree=2964456/3368532 swapFree=1952996/1959888
[pid=29201] ppid=29199 vsize=2416 CPUtime=0
/proc/29201/stat : 29201 (manysat.sh) S 29199 29201 21691 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1105140012 2473984 274 4294967295 134512640 135169312 3216348832 3216347368 3085127406 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29201/statm: 604 274 231 161 0 43 0
[pid=29202] ppid=29201 vsize=70808 CPUtime=0.72
/proc/29202/stat : 29202 (SatElite) R 29201 29201 21691 0 -1 4202496 15714 0 0 0 63 9 0 0 21 0 1 0 1105140012 72507392 15650 4294967295 134512640 135034092 3215588784 3215585128 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29202/statm: 17702 15650 50 128 0 17572 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 73224

[startup+1.51455 s]
/proc/loadavg: 3.93 4.46 4.43 2/99 29203
/proc/meminfo: memFree=2877372/3368532 swapFree=1952996/1959888
[pid=29201] ppid=29199 vsize=2416 CPUtime=0
/proc/29201/stat : 29201 (manysat.sh) S 29199 29201 21691 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1105140012 2473984 274 4294967295 134512640 135169312 3216348832 3216347368 3085127406 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29201/statm: 604 274 231 161 0 43 0
[pid=29202] ppid=29201 vsize=151760 CPUtime=1.52
/proc/29202/stat : 29202 (SatElite) R 29201 29201 21691 0 -1 4202496 32896 0 0 0 136 16 0 0 24 0 1 0 1105140012 155402240 32832 4294967295 134512640 135034092 3215588784 3215586024 134673244 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29202/statm: 37940 32836 51 128 0 37810 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 154176

[startup+3.11442 s]
/proc/loadavg: 3.93 4.46 4.43 2/99 29203
/proc/meminfo: memFree=2796908/3368532 swapFree=1952996/1959888
[pid=29201] ppid=29199 vsize=2416 CPUtime=0
/proc/29201/stat : 29201 (manysat.sh) S 29199 29201 21691 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1105140012 2473984 274 4294967295 134512640 135169312 3216348832 3216347368 3085127406 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29201/statm: 604 274 231 161 0 43 0
[pid=29202] ppid=29201 vsize=216148 CPUtime=3.12
/proc/29202/stat : 29202 (SatElite) R 29201 29201 21691 0 -1 4202496 50501 0 0 0 291 21 0 0 25 0 1 0 1105140012 221335552 45249 4294967295 134512640 135034092 3215588784 3215584976 134540941 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29202/statm: 54037 45249 67 128 0 53907 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 218564

[startup+6.31417 s]
/proc/loadavg: 3.69 4.41 4.41 2/99 29203
/proc/meminfo: memFree=2764968/3368532 swapFree=1952996/1959888
[pid=29201] ppid=29199 vsize=2416 CPUtime=0
/proc/29201/stat : 29201 (manysat.sh) S 29199 29201 21691 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1105140012 2473984 274 4294967295 134512640 135169312 3216348832 3216347368 3085127406 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29201/statm: 604 274 231 161 0 43 0
[pid=29202] ppid=29201 vsize=232800 CPUtime=6.32
/proc/29202/stat : 29202 (SatElite) R 29201 29201 21691 0 -1 4202496 54324 0 0 0 609 23 0 0 25 0 1 0 1105140012 238387200 49072 4294967295 134512640 135034092 3215588784 3215585024 134566212 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29202/statm: 58200 49072 67 128 0 58070 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 235216

[startup+12.7137 s]
/proc/loadavg: 3.48 4.35 4.39 2/99 29204
/proc/meminfo: memFree=2743628/3368532 swapFree=1952996/1959888
[pid=29201] ppid=29199 vsize=2416 CPUtime=0
/proc/29201/stat : 29201 (manysat.sh) S 29199 29201 21691 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1105140012 2473984 274 4294967295 134512640 135169312 3216348832 3216347368 3085127406 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29201/statm: 604 274 231 161 0 43 0
[pid=29202] ppid=29201 vsize=264468 CPUtime=12.72
/proc/29202/stat : 29202 (SatElite) R 29201 29201 21691 0 -1 4202496 59931 0 0 0 1247 25 0 0 25 0 1 0 1105140012 270815232 54120 4294967295 134512640 135034092 3215588784 3215584768 134569439 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29202/statm: 66117 54120 67 128 0 65987 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 266884

[startup+25.5127 s]
/proc/loadavg: 3.17 4.23 4.35 5/102 29209
/proc/meminfo: memFree=2363320/3368532 swapFree=1952996/1959888
[pid=29201] ppid=29199 vsize=2420 CPUtime=18.86
/proc/29201/stat : 29201 (manysat.sh) S 29199 29201 21691 0 -1 4194304 370 65274 0 0 0 0 1840 46 18 0 1 0 1105140012 2478080 275 4294967295 134512640 135169312 3216348832 3216345048 3085127406 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/29201/statm: 605 275 231 161 0 44 0
[pid=29206] ppid=29201 vsize=600548 CPUtime=13.49
/proc/29206/stat : 29206 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202496 136844 0 0 0 1292 57 0 0 25 0 4 0 1105141902 614961152 136708 4294967295 134512640 135305190 3215814160 3215812336 134528298 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/29206/statm: 150137 136708 79 194 0 149941 0
[pid=29206/tid=29207] ppid=29201 vsize=600548 CPUtime=2.34
/proc/29206/task/29207/stat : 29207 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202560 1433 0 0 0 234 0 0 0 25 0 4 0 1105142328 614961152 136708 4294967295 134512640 135305190 3215814160 3015863488 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=29206/tid=29208] ppid=29201 vsize=600548 CPUtime=2.3
/proc/29206/task/29208/stat : 29208 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202560 1649 0 0 0 227 3 0 0 25 0 4 0 1105142328 614961152 136708 4294967295 134512640 135305190 3215814160 3007474880 134528189 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=29206/tid=29209] ppid=29201 vsize=600548 CPUtime=2.29
/proc/29206/task/29209/stat : 29209 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202560 1608 0 0 0 226 3 0 0 25 0 4 0 1105142328 614961152 136708 4294967295 134512640 135305190 3215814160 2951285876 134695249 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 32.35
Current children cumulated vsize (KiB) 602968

[startup+51.1106 s]
/proc/loadavg: 3.71 4.28 4.36 5/102 29215
/proc/meminfo: memFree=2297468/3368532 swapFree=1952996/1959888
[pid=29201] ppid=29199 vsize=2420 CPUtime=18.86
/proc/29201/stat : 29201 (manysat.sh) S 29199 29201 21691 0 -1 4194304 370 65274 0 0 0 0 1840 46 18 0 1 0 1105140012 2478080 275 4294967295 134512640 135169312 3216348832 3216345048 3085127406 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/29201/statm: 605 275 231 161 0 44 0
[pid=29206] ppid=29201 vsize=667436 CPUtime=115.76
/proc/29206/stat : 29206 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202496 153595 0 0 0 11500 76 0 0 25 0 4 0 1105141902 683454464 153459 4294967295 134512640 135305190 3215814160 3215812000 134551978 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/29206/statm: 166859 153459 79 194 0 166663 0
[pid=29206/tid=29207] ppid=29201 vsize=667436 CPUtime=27.94
/proc/29206/task/29207/stat : 29207 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202560 3563 0 0 0 2789 5 0 0 25 0 4 0 1105142328 683454464 153459 4294967295 134512640 135305190 3215814160 3015863488 134528399 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=29206/tid=29208] ppid=29201 vsize=667436 CPUtime=27.8
/proc/29206/task/29208/stat : 29208 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202560 13535 0 0 0 2768 12 0 0 25 0 4 0 1105142328 683454464 153459 4294967295 134512640 135305190 3215814160 3007474496 134551974 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=29206/tid=29209] ppid=29201 vsize=667436 CPUtime=27.86
/proc/29206/task/29209/stat : 29209 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202560 2563 0 0 0 2780 6 0 0 25 0 4 0 1105142328 683454464 153459 4294967295 134512640 135305190 3215814160 2951285952 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 134.62
Current children cumulated vsize (KiB) 669856

[startup+102.317 s]
/proc/loadavg: 4.07 4.29 4.36 5/102 29403
/proc/meminfo: memFree=2155324/3368532 swapFree=1952996/1959888
[pid=29201] ppid=29199 vsize=2420 CPUtime=18.86
/proc/29201/stat : 29201 (manysat.sh) S 29199 29201 21691 0 -1 4194304 370 65274 0 0 0 0 1840 46 18 0 1 0 1105140012 2478080 275 4294967295 134512640 135169312 3216348832 3216345048 3085127406 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/29201/statm: 605 275 231 161 0 44 0
[pid=29206] ppid=29201 vsize=806892 CPUtime=319.99
/proc/29206/stat : 29206 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202496 188313 0 0 0 31880 119 0 0 25 0 4 0 1105141902 826257408 188177 4294967295 134512640 135305190 3215814160 3215812336 134528298 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/29206/statm: 201723 188177 79 194 0 201527 0
[pid=29206/tid=29207] ppid=29201 vsize=806892 CPUtime=79.03
/proc/29206/task/29207/stat : 29207 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202560 7469 0 0 0 7891 12 0 0 25 0 4 0 1105142328 826257408 188177 4294967295 134512640 135305190 3215814160 3015863488 134530561 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=29206/tid=29208] ppid=29201 vsize=806892 CPUtime=78.7
/proc/29206/task/29208/stat : 29208 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202560 38642 0 0 0 7836 34 0 0 24 0 4 0 1105142328 826257408 188177 4294967295 134512640 135305190 3215814160 3007474880 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=29206/tid=29209] ppid=29201 vsize=806892 CPUtime=78.96
/proc/29206/task/29209/stat : 29209 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202560 5694 0 0 0 7884 12 0 0 25 0 4 0 1105142328 826257408 188177 4294967295 134512640 135305190 3215814160 2951285952 134528189 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 338.85
Current children cumulated vsize (KiB) 809312

[startup+162.312 s]
/proc/loadavg: 4.12 4.27 4.35 5/102 29590
/proc/meminfo: memFree=2073012/3368532 swapFree=1952996/1959888
[pid=29201] ppid=29199 vsize=2420 CPUtime=18.86
/proc/29201/stat : 29201 (manysat.sh) S 29199 29201 21691 0 -1 4194304 370 65274 0 0 0 0 1840 46 18 0 1 0 1105140012 2478080 275 4294967295 134512640 135169312 3216348832 3216345048 3085127406 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/29201/statm: 605 275 231 161 0 44 0
[pid=29206] ppid=29201 vsize=892712 CPUtime=559.5
/proc/29206/stat : 29206 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202496 209331 0 0 0 55793 157 0 0 25 0 4 0 1105141902 914137088 209195 4294967295 134512640 135305190 3215814160 3215812080 134541918 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/29206/statm: 223178 209195 79 194 0 222982 0
[pid=29206/tid=29207] ppid=29201 vsize=892712 CPUtime=138.88
/proc/29206/task/29207/stat : 29207 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202560 9505 0 0 0 13863 25 0 0 25 0 4 0 1105142328 914137088 209195 4294967295 134512640 135305190 3215814160 3015863488 134528523 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=29206/tid=29208] ppid=29201 vsize=892712 CPUtime=138.65
/proc/29206/task/29208/stat : 29208 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202560 54569 0 0 0 13817 48 0 0 25 0 4 0 1105142328 914137088 209195 4294967295 134512640 135305190 3215814160 3007474824 134840070 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=29206/tid=29209] ppid=29201 vsize=892712 CPUtime=138.72
/proc/29206/task/29209/stat : 29209 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202560 6715 0 0 0 13855 17 0 0 25 0 4 0 1105142328 914137088 209195 4294967295 134512640 135305190 3215814160 2951285952 134528189 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 578.36
Current children cumulated vsize (KiB) 895132

[startup+222.317 s]
/proc/loadavg: 4.33 4.29 4.35 5/102 29778
/proc/meminfo: memFree=1929828/3368532 swapFree=1952996/1959888
[pid=29201] ppid=29199 vsize=2420 CPUtime=18.86
/proc/29201/stat : 29201 (manysat.sh) S 29199 29201 21691 0 -1 4194304 370 65274 0 0 0 0 1840 46 18 0 1 0 1105140012 2478080 275 4294967295 134512640 135169312 3216348832 3216345048 3085127406 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/29201/statm: 605 275 231 161 0 44 0
[pid=29206] ppid=29201 vsize=1034412 CPUtime=798.94
/proc/29206/stat : 29206 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202496 244740 0 0 0 79691 203 0 0 25 0 4 0 1105141902 1059237888 244604 4294967295 134512640 135305190 3215814160 3215812080 134542034 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/29206/statm: 258603 244604 79 194 0 258407 0
[pid=29206/tid=29207] ppid=29201 vsize=1034412 CPUtime=198.75

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

/proc/29206/task/29209/stat : 29209 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202560 10272 0 0 0 31771 36 0 0 25 0 4 0 1105142328 1337475072 312286 4294967295 134512640 135305190 3215814160 2951285952 134531177 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1296.78
Current children cumulated vsize (KiB) 1308548

[startup+402.313 s]
/proc/loadavg: 4.31 4.30 4.35 6/102 30343
/proc/meminfo: memFree=1508932/3368532 swapFree=1952996/1959888
[pid=29201] ppid=29199 vsize=2420 CPUtime=18.86
/proc/29201/stat : 29201 (manysat.sh) S 29199 29201 21691 0 -1 4194304 370 65274 0 0 0 0 1840 46 18 0 1 0 1105140012 2478080 275 4294967295 134512640 135169312 3216348832 3216345048 3085127406 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/29201/statm: 605 275 231 161 0 44 0
[pid=29206] ppid=29201 vsize=1455664 CPUtime=1517.23
/proc/29206/stat : 29206 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202496 349706 0 0 0 151392 331 0 0 18 0 4 0 1105141902 1490599936 349570 4294967295 134512640 135305190 3215814160 3215812336 134528590 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/29206/statm: 363916 349570 79 194 0 363720 0
[pid=29206/tid=29207] ppid=29201 vsize=1455664 CPUtime=378.28
/proc/29206/task/29207/stat : 29207 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202560 22423 0 0 0 37772 56 0 0 17 0 4 0 1105142328 1490599936 349570 4294967295 134512640 135305190 3215814160 3015863488 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=29206/tid=29208] ppid=29201 vsize=1455664 CPUtime=378.24
/proc/29206/task/29208/stat : 29208 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202560 167317 0 0 0 37687 137 0 0 25 0 4 0 1105142328 1490599936 349570 4294967295 134512640 135305190 3215814160 3007474560 134552908 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=29206/tid=29209] ppid=29201 vsize=1455664 CPUtime=377.88
/proc/29206/task/29209/stat : 29209 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202560 11906 0 0 0 37742 46 0 0 25 0 4 0 1105142328 1490599936 349570 4294967295 134512640 135305190 3215814160 2951285952 134528329 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1536.09
Current children cumulated vsize (KiB) 1458084

[startup+462.308 s]
/proc/loadavg: 4.22 4.27 4.33 5/102 30535
/proc/meminfo: memFree=1402072/3368532 swapFree=1952996/1959888
[pid=29201] ppid=29199 vsize=2420 CPUtime=18.86
/proc/29201/stat : 29201 (manysat.sh) S 29199 29201 21691 0 -1 4194304 370 65274 0 0 0 0 1840 46 18 0 1 0 1105140012 2478080 275 4294967295 134512640 135169312 3216348832 3216345048 3085127406 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/29201/statm: 605 275 231 161 0 44 0
[pid=29206] ppid=29201 vsize=1563500 CPUtime=1756.65
/proc/29206/stat : 29206 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202496 376364 0 0 0 175300 365 0 0 25 0 4 0 1105141902 1601024000 376228 4294967295 134512640 135305190 3215814160 3215812336 134528784 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/29206/statm: 390875 376228 79 194 0 390679 0
[pid=29206/tid=29207] ppid=29201 vsize=1563500 CPUtime=438.17
/proc/29206/task/29207/stat : 29207 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202560 23315 0 0 0 43758 59 0 0 25 0 4 0 1105142328 1601024000 376228 4294967295 134512640 135305190 3215814160 3015863488 134530561 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=29206/tid=29208] ppid=29201 vsize=1563500 CPUtime=438.16
/proc/29206/task/29208/stat : 29208 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202560 191038 0 0 0 43654 162 0 0 25 0 4 0 1105142328 1601024000 376228 4294967295 134512640 135305190 3215814160 3007474496 134551651 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=29206/tid=29209] ppid=29201 vsize=1563500 CPUtime=437.64
/proc/29206/task/29209/stat : 29209 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202560 12815 0 0 0 43715 49 0 0 16 0 4 0 1105142328 1601024000 376228 4294967295 134512640 135305190 3215814160 2951285952 134528319 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1775.51
Current children cumulated vsize (KiB) 1565920

[startup+522.303 s]
/proc/loadavg: 4.44 4.34 4.35 5/102 30723
/proc/meminfo: memFree=1300692/3368532 swapFree=1952996/1959888
[pid=29201] ppid=29199 vsize=2420 CPUtime=18.86
/proc/29201/stat : 29201 (manysat.sh) S 29199 29201 21691 0 -1 4194304 370 65274 0 0 0 0 1840 46 18 0 1 0 1105140012 2478080 275 4294967295 134512640 135169312 3216348832 3216345048 3085127406 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/29201/statm: 605 275 231 161 0 44 0
[pid=29206] ppid=29201 vsize=1669804 CPUtime=1996.17
/proc/29206/stat : 29206 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202496 402500 0 0 0 199215 402 0 0 25 0 4 0 1105141902 1709879296 402364 4294967295 134512640 135305190 3215814160 3215812336 134528512 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/29206/statm: 417451 402364 79 194 0 417255 0
[pid=29206/tid=29207] ppid=29201 vsize=1669804 CPUtime=498.14
/proc/29206/task/29207/stat : 29207 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202560 24016 0 0 0 49749 65 0 0 25 0 4 0 1105142328 1709879296 402364 4294967295 134512640 135305190 3215814160 3015863232 134541935 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=29206/tid=29208] ppid=29201 vsize=1669804 CPUtime=498.1
/proc/29206/task/29208/stat : 29208 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202560 215069 0 0 0 49628 182 0 0 25 0 4 0 1105142328 1709879296 402364 4294967295 134512640 135305190 3215814160 3007474880 134528446 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=29206/tid=29209] ppid=29201 vsize=1669804 CPUtime=497.52
/proc/29206/task/29209/stat : 29209 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202560 13118 0 0 0 49697 55 0 0 25 0 4 0 1105142328 1709879296 402364 4294967295 134512640 135305190 3215814160 2951285680 134559236 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2015.03
Current children cumulated vsize (KiB) 1672224

[startup+582.319 s]
/proc/loadavg: 4.45 4.35 4.36 6/102 30910
/proc/meminfo: memFree=1150040/3368532 swapFree=1952996/1959888
[pid=29201] ppid=29199 vsize=2420 CPUtime=18.86
/proc/29201/stat : 29201 (manysat.sh) S 29199 29201 21691 0 -1 4194304 370 65274 0 0 0 0 1840 46 18 0 1 0 1105140012 2478080 275 4294967295 134512640 135169312 3216348832 3216345048 3085127406 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/29201/statm: 605 275 231 161 0 44 0
[pid=29206] ppid=29201 vsize=1818968 CPUtime=2235.73
/proc/29206/stat : 29206 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202496 439727 0 0 0 223129 444 0 0 25 0 4 0 1105141902 1862623232 439591 4294967295 134512640 135305190 3215814160 3215812336 134528837 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/29206/statm: 454742 439591 79 194 0 454546 0
[pid=29206/tid=29207] ppid=29201 vsize=1818968 CPUtime=558.16
/proc/29206/task/29207/stat : 29207 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202560 26985 0 0 0 55749 67 0 0 25 0 4 0 1105142328 1862623232 439591 4294967295 134512640 135305190 3215814160 3015863488 134528376 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=29206/tid=29208] ppid=29201 vsize=1818968 CPUtime=558.03
/proc/29206/task/29208/stat : 29208 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202560 244588 0 0 0 55593 210 0 0 25 0 4 0 1105142328 1862623232 439591 4294967295 134512640 135305190 3215814160 3007474824 134840070 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=29206/tid=29209] ppid=29201 vsize=1818968 CPUtime=557.44
/proc/29206/task/29209/stat : 29209 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202560 14391 0 0 0 55686 58 0 0 25 0 4 0 1105142328 1862623232 439591 4294967295 134512640 135305190 3215814160 2951285840 134529371 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2254.59
Current children cumulated vsize (KiB) 1821388

[startup+642.314 s]
/proc/loadavg: 4.54 4.39 4.37 5/102 31101
/proc/meminfo: memFree=1068584/3368532 swapFree=1952996/1959888
[pid=29201] ppid=29199 vsize=2420 CPUtime=18.86
/proc/29201/stat : 29201 (manysat.sh) S 29199 29201 21691 0 -1 4194304 370 65274 0 0 0 0 1840 46 18 0 1 0 1105140012 2478080 275 4294967295 134512640 135169312 3216348832 3216345048 3085127406 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/29201/statm: 605 275 231 161 0 44 0
[pid=29206] ppid=29201 vsize=1900748 CPUtime=2475.25
/proc/29206/stat : 29206 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202496 459733 0 0 0 247055 470 0 0 25 0 4 0 1105141902 1946365952 459597 4294967295 134512640 135305190 3215814160 3215812336 134528189 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/29206/statm: 475187 459597 79 194 0 474991 0
[pid=29206/tid=29207] ppid=29201 vsize=1900748 CPUtime=618.15
/proc/29206/task/29207/stat : 29207 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202560 28659 0 0 0 61741 74 0 0 25 0 4 0 1105142328 1946365952 459597 4294967295 134512640 135305190 3215814160 3015863488 134528480 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=29206/tid=29208] ppid=29201 vsize=1900748 CPUtime=617.83
/proc/29206/task/29208/stat : 29208 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202560 261499 0 0 0 61560 223 0 0 25 0 4 0 1105142328 1946365952 459597 4294967295 134512640 135305190 3215814160 3007474824 134840070 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=29206/tid=29209] ppid=29201 vsize=1900748 CPUtime=617.36
/proc/29206/task/29209/stat : 29209 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202560 14884 0 0 0 61678 58 0 0 25 0 4 0 1105142328 1946365952 459597 4294967295 134512640 135305190 3215814160 2951285952 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2494.11
Current children cumulated vsize (KiB) 1903168

[startup+702.309 s]
/proc/loadavg: 4.27 4.33 4.35 6/102 31288
/proc/meminfo: memFree=908692/3368532 swapFree=1952996/1959888
[pid=29201] ppid=29199 vsize=2420 CPUtime=18.86
/proc/29201/stat : 29201 (manysat.sh) S 29199 29201 21691 0 -1 4194304 370 65274 0 0 0 0 1840 46 18 0 1 0 1105140012 2478080 275 4294967295 134512640 135169312 3216348832 3216345048 3085127406 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/29201/statm: 605 275 231 161 0 44 0
[pid=29206] ppid=29201 vsize=2061848 CPUtime=2714.66
/proc/29206/stat : 29206 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202496 500070 0 0 0 270948 518 0 0 25 0 4 0 1105141902 2111332352 499934 4294967295 134512640 135305190 3215814160 3215812128 134547982 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/29206/statm: 515462 499934 79 194 0 515266 0
[pid=29206/tid=29207] ppid=29201 vsize=2061848 CPUtime=677.86
/proc/29206/task/29207/stat : 29207 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202560 32878 0 0 0 67701 85 0 0 25 0 4 0 1105142328 2111332352 499934 4294967295 134512640 135305190 3215814160 3015863476 134570388 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=29206/tid=29208] ppid=29201 vsize=2061848 CPUtime=677.62
/proc/29206/task/29208/stat : 29208 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202560 294447 0 0 0 67523 239 0 0 25 0 4 0 1105142328 2111332352 499934 4294967295 134512640 135305190 3215814160 3007474824 134840070 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=29206/tid=29209] ppid=29201 vsize=2061848 CPUtime=677.32
/proc/29206/task/29209/stat : 29209 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202560 16316 0 0 0 67658 74 0 0 25 0 4 0 1105142328 2111332352 499934 4294967295 134512640 135305190 3215814160 2951285952 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2733.52
Current children cumulated vsize (KiB) 2064268



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+713.308 s]
/proc/loadavg: 4.23 4.32 4.35 6/102 31290
/proc/meminfo: memFree=874540/3368532 swapFree=1952996/1959888
[pid=29201] ppid=29199 vsize=2420 CPUtime=18.86
/proc/29201/stat : 29201 (manysat.sh) S 29199 29201 21691 0 -1 4194304 370 65274 0 0 0 0 1840 46 18 0 1 0 1105140012 2478080 275 4294967295 134512640 135169312 3216348832 3216345048 3085127406 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/29201/statm: 605 275 231 161 0 44 0
[pid=29206] ppid=29201 vsize=2094340 CPUtime=2758.64
/proc/29206/stat : 29206 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202496 508319 0 0 0 275344 520 0 0 25 0 4 0 1105141902 2144604160 508183 4294967295 134512640 135305190 3215814160 3215812336 134528579 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/29206/statm: 523585 508183 79 194 0 523389 0
[pid=29206/tid=29207] ppid=29201 vsize=2094340 CPUtime=688.84
/proc/29206/task/29207/stat : 29207 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202560 33954 0 0 0 68798 86 0 0 25 0 4 0 1105142328 2144604160 508183 4294967295 134512640 135305190 3215814160 3015863488 134528248 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=29206/tid=29208] ppid=29201 vsize=2094340 CPUtime=688.62
/proc/29206/task/29208/stat : 29208 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202560 300804 0 0 0 68622 240 0 0 25 0 4 0 1105142328 2144604160 508183 4294967295 134512640 135305190 3215814160 3007474724 134695249 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=29206/tid=29209] ppid=29201 vsize=2094340 CPUtime=688.32
/proc/29206/task/29209/stat : 29209 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202560 16582 0 0 0 68758 74 0 0 25 0 4 0 1105142328 2144604160 508183 4294967295 134512640 135305190 3215814160 2951285952 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2777.5
Current children cumulated vsize (KiB) 2096760

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

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

[startup+713.308 s]
/proc/loadavg: 4.23 4.32 4.35 6/102 31290
/proc/meminfo: memFree=874540/3368532 swapFree=1952996/1959888
[pid=29201] ppid=29199 vsize=2420 CPUtime=18.86
/proc/29201/stat : 29201 (manysat.sh) S 29199 29201 21691 0 -1 4194304 370 65274 0 0 0 0 1840 46 18 0 1 0 1105140012 2478080 275 4294967295 134512640 135169312 3216348832 3216345048 3085127406 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/29201/statm: 605 275 231 161 0 44 0
[pid=29206] ppid=29201 vsize=2094340 CPUtime=2758.64
/proc/29206/stat : 29206 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202496 508319 0 0 0 275344 520 0 0 25 0 4 0 1105141902 2144604160 508183 4294967295 134512640 135305190 3215814160 3215812336 134528579 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/29206/statm: 523585 508183 79 194 0 523389 0
[pid=29206/tid=29207] ppid=29201 vsize=2094340 CPUtime=688.84
/proc/29206/task/29207/stat : 29207 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202560 33954 0 0 0 68798 86 0 0 25 0 4 0 1105142328 2144604160 508183 4294967295 134512640 135305190 3215814160 3015863488 134528248 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=29206/tid=29208] ppid=29201 vsize=2094340 CPUtime=688.62
/proc/29206/task/29208/stat : 29208 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202560 300804 0 0 0 68622 240 0 0 25 0 4 0 1105142328 2144604160 508183 4294967295 134512640 135305190 3215814160 3007474724 134695249 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=29206/tid=29209] ppid=29201 vsize=2094340 CPUtime=688.32
/proc/29206/task/29209/stat : 29209 (manysat1.1_stat) R 29201 29201 21691 0 -1 4202560 16582 0 0 0 68758 74 0 0 25 0 4 0 1105142328 2144604160 508183 4294967295 134512640 135305190 3215814160 2951285952 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2777.5
Current children cumulated vsize (KiB) 2096760

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29201 and gives
#  childrusage.ru_utime.tv_sec=18
#  childrusage.ru_utime.tv_usec=400000
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=460000
# CPU time returned by wait4() is 18.86
# while last known CPU time is 2777.5
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 713.349
CPU time (s): 2777.5
CPU user time (s): 2771.84
CPU system time (s): 5.66
CPU usage (%): 389.361
Max. virtual memory (cumulated for all children) (KiB): 2096760

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi45 at 2009-05-28 13:27:05
IDJOB=1776472
IDBENCH=20575
IDSOLVER=626
FILE ID=tipi45/1776472-1243510025
PBS_JOBID=
Free space on /tmp= 15452 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20 (4 threads)
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq5.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1776472-1243510025/watcher-1776472-1243510025 -o /tmp/evaluation-result-1776472-1243510025/solver-1776472-1243510025 -C 10000 -W 1000 -M 2047  manysat.sh HOME/instance-1776472-1243510025.cnf aimd 2

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

MD5SUM BENCH= 79c983ee7a6671238604da3040f85341
RANDOM SEED= 2098285619

Linux tipi45 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.081
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.41
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.081
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.081
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.16
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.081
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:       2964456 kB
Buffers:        128196 kB
Cached:         168296 kB
SwapCached:       2100 kB
Active:         124828 kB
Inactive:       181044 kB
HighTotal:     2489216 kB
HighFree:      2308100 kB
LowTotal:       879316 kB
LowFree:        656356 kB
SwapTotal:     1959888 kB
SwapFree:      1952996 kB
Dirty:           53288 kB
Writeback:           0 kB
AnonPages:        8480 kB
Mapped:           3208 kB
Slab:            85904 kB
SReclaimable:    74028 kB
SUnreclaim:      11876 kB
PageTables:        508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    89600 kB
VmallocTotal:   114680 kB
VmallocUsed:     17900 kB
VmallocChunk:    96244 kB

Free space on /tmp at the end= 15396 MiB
End job on tipi45 at 2009-05-28 13:39:03