Trace number 1726256

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 1/2009-03-20UNSAT 1103.38 553.756

General information on the benchmark

Namecrafted/Medium/contest05/jarvisalo/
mod2-3cage-unsat-9-14.sat05-2589.reshuffled-07.cnf
MD5SUM4e736dbc376aed9798860699ef195d83
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.000999
Satisfiable
(Un)Satisfiability was proved
Number of variables87
Number of clauses232
Sum of the clauses size696
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3232
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.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |     232      696 |      69       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |     232      904 |      --       0       --      -- |     --   | 0/208
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 61   #clauses: 232   #literals: 904
0.00/0.00	c CPU time:   0.001999 s
0.00/0.00	c ==============================================================================
1103.32/553.73	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
1103.32/553.73	c ============================[ Problem Statistics ]=============================
1103.32/553.73	c |                                                                             |
1103.32/553.73	c threadId              : 0
1103.32/553.73	c restarts              : 1562
1103.32/553.73	c conflicts             : 1406268        (1275 /sec)
1103.32/553.73	c decisions             : 1940678        (1.92 % random) (1760 /sec)
1103.32/553.73	c propagations          : 9456906        (8574 /sec)
1103.32/553.73	c conflict literals     : 20448374       (17.25 % deleted)
1103.32/553.73	c Memory used           : 115.30 MB
1103.32/553.73	c CPU time              : 1102.93 s
1103.32/553.73	
1103.32/553.73	c --->m=2, e=8, aimd=1, HOME/26419_many.cnf	time: 551.467	conflicts: 1406268      
1103.32/553.74	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1726256-1240710200/watcher-1726256-1240710200 -o /tmp/evaluation-result-1726256-1240710200/solver-1726256-1240710200 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1726256-1240710200.cnf aimd 1 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.85 1.46 3/64 26419
/proc/meminfo: memFree=1258160/2055920 swapFree=4192956/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=0
/proc/26419/stat : 26419 (manysat.sh) R 26417 26419 25981 0 -1 4194304 292 114 0 0 0 0 0 0 18 0 1 0 99048601 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907774623 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/26419/statm: 1339 238 195 169 0 50 0
[pid=26421] ppid=26419 vsize=12220 CPUtime=0
/proc/26421/stat : 26421 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194304 122 0 0 0 0 0 0 0 18 0 2 0 99048601 12513280 108 1992294400 134512640 135305190 4294956144 18446744073709551615 134658034 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26421/statm: 3055 108 75 193 0 2859 0
[pid=26421/tid=26422] ppid=26419 vsize=12220 CPUtime=0
/proc/26421/task/26422/stat : 26422 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 99048601 12513280 108 1992294400 134512640 135305190 4294956144 18446744073709551615 134872916 0 0 4096 3 0 0 0 -1 0 0 0

[startup+0.0936679 s]
/proc/loadavg: 1.99 1.85 1.46 3/64 26419
/proc/meminfo: memFree=1258160/2055920 swapFree=4192956/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=0
/proc/26419/stat : 26419 (manysat.sh) R 26417 26419 25981 0 -1 4194304 312 114 0 0 0 0 0 0 18 0 1 0 99048601 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907380893 0 65536 4100 65538 0 0 0 17 0 0 0
/proc/26419/statm: 1339 238 195 169 0 50 0
[pid=26421] ppid=26419 vsize=14400 CPUtime=0.17
/proc/26421/stat : 26421 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194304 163 0 0 0 17 0 0 0 16 0 2 0 99048601 14745600 149 1992294400 134512640 135305190 4294956144 18446744073709551615 134695249 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26421/statm: 3600 149 83 193 0 3404 0
[pid=26421/tid=26422] ppid=26419 vsize=14400 CPUtime=0.08
/proc/26421/task/26422/stat : 26422 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194368 21 0 0 0 8 0 0 0 17 0 2 0 99048601 14745600 149 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 19756

[startup+0.10575 s]
/proc/loadavg: 1.99 1.85 1.46 3/64 26419
/proc/meminfo: memFree=1258160/2055920 swapFree=4192956/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=0
/proc/26419/stat : 26419 (manysat.sh) R 26417 26419 25981 0 -1 4194304 312 114 0 0 0 0 0 0 18 0 1 0 99048601 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 4408551 0 65536 4100 65538 0 0 0 17 1 0 0
/proc/26419/statm: 1339 238 195 169 0 50 0
[pid=26421] ppid=26419 vsize=14400 CPUtime=0.19
/proc/26421/stat : 26421 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194304 169 0 0 0 19 0 0 0 16 0 2 0 99048601 14745600 155 1992294400 134512640 135305190 4294956144 18446744073709551615 134694990 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26421/statm: 3600 155 83 193 0 3404 0
[pid=26421/tid=26422] ppid=26419 vsize=14400 CPUtime=0.09
/proc/26421/task/26422/stat : 26422 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194368 26 0 0 0 9 0 0 0 16 0 2 0 99048601 14745600 155 1992294400 134512640 135305190 4294956144 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 19756

[startup+0.301498 s]
/proc/loadavg: 1.99 1.85 1.46 3/64 26419
/proc/meminfo: memFree=1258160/2055920 swapFree=4192956/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=0
/proc/26419/stat : 26419 (manysat.sh) S 26417 26419 25981 0 -1 4194304 312 114 0 0 0 0 0 0 18 0 1 0 99048601 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26419/statm: 1339 238 195 169 0 50 0
[pid=26421] ppid=26419 vsize=15060 CPUtime=0.58
/proc/26421/stat : 26421 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194304 427 0 0 0 58 0 0 0 16 0 2 0 99048601 15421440 413 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26421/statm: 3765 413 83 193 0 3569 0
[pid=26421/tid=26422] ppid=26419 vsize=15060 CPUtime=0.28
/proc/26421/task/26422/stat : 26422 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194368 216 0 0 0 28 0 0 0 16 0 2 0 99048601 15421440 413 1992294400 134512640 135305190 4294956144 18446744073709551615 134551636 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 20416

[startup+0.70254 s]
/proc/loadavg: 1.99 1.85 1.46 3/64 26419
/proc/meminfo: memFree=1258160/2055920 swapFree=4192956/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=0
/proc/26419/stat : 26419 (manysat.sh) S 26417 26419 25981 0 -1 4194304 312 114 0 0 0 0 0 0 18 0 1 0 99048601 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26419/statm: 1339 238 195 169 0 50 0
[pid=26421] ppid=26419 vsize=15992 CPUtime=1.38
/proc/26421/stat : 26421 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194304 822 0 0 0 137 1 0 0 17 0 2 0 99048601 16375808 808 1992294400 134512640 135305190 4294956144 18446744073709551615 134541978 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26421/statm: 3998 808 83 193 0 3802 0
[pid=26421/tid=26422] ppid=26419 vsize=15992 CPUtime=0.68
/proc/26421/task/26422/stat : 26422 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194368 472 0 0 0 68 0 0 0 17 0 2 0 99048601 16375808 808 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 21348

[startup+1.50262 s]
/proc/loadavg: 1.99 1.85 1.46 3/67 26423
/proc/meminfo: memFree=1253272/2055920 swapFree=4192956/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=0
/proc/26419/stat : 26419 (manysat.sh) S 26417 26419 25981 0 -1 4194304 312 114 0 0 0 0 0 0 18 0 1 0 99048601 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26419/statm: 1339 238 195 169 0 50 0
[pid=26421] ppid=26419 vsize=18028 CPUtime=2.98
/proc/26421/stat : 26421 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194304 1499 0 0 0 296 2 0 0 16 0 2 0 99048601 18460672 1485 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26421/statm: 4507 1485 83 193 0 4311 0
[pid=26421/tid=26422] ppid=26419 vsize=18028 CPUtime=1.49
/proc/26421/task/26422/stat : 26422 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194368 806 0 0 0 148 1 0 0 16 0 2 0 99048601 18460672 1485 1992294400 134512640 135305190 4294956144 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 23384

[startup+3.10178 s]
/proc/loadavg: 1.99 1.86 1.46 3/67 26423
/proc/meminfo: memFree=1249560/2055920 swapFree=4192956/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=0
/proc/26419/stat : 26419 (manysat.sh) S 26417 26419 25981 0 -1 4194304 312 114 0 0 0 0 0 0 18 0 1 0 99048601 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26419/statm: 1339 238 195 169 0 50 0
[pid=26421] ppid=26419 vsize=23068 CPUtime=6.17
/proc/26421/stat : 26421 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194304 2608 0 0 0 614 3 0 0 17 0 2 0 99048601 23621632 2594 1992294400 134512640 135305190 4294956144 18446744073709551615 134556673 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26421/statm: 5767 2594 83 193 0 5571 0
[pid=26421/tid=26422] ppid=26419 vsize=23068 CPUtime=3.08
/proc/26421/task/26422/stat : 26422 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194368 1295 0 0 0 307 1 0 0 17 0 2 0 99048601 23621632 2594 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 28424

[startup+6.30111 s]
/proc/loadavg: 1.99 1.86 1.46 3/67 26423
/proc/meminfo: memFree=1243352/2055920 swapFree=4192956/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=0
/proc/26419/stat : 26419 (manysat.sh) S 26417 26419 25981 0 -1 4194304 312 114 0 0 0 0 0 0 18 0 1 0 99048601 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26419/statm: 1339 238 195 169 0 50 0
[pid=26421] ppid=26419 vsize=28600 CPUtime=12.54
/proc/26421/stat : 26421 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194304 3738 0 0 0 1250 4 0 0 17 0 2 0 99048601 29286400 3724 1992294400 134512640 135305190 4294956144 18446744073709551615 134557414 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26421/statm: 7150 3724 83 193 0 6954 0
[pid=26421/tid=26422] ppid=26419 vsize=28600 CPUtime=6.28
/proc/26421/task/26422/stat : 26422 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194368 1898 0 0 0 626 2 0 0 17 0 2 0 99048601 29286400 3724 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 33956

[startup+12.7017 s]
/proc/loadavg: 1.99 1.86 1.46 3/67 26423
/proc/meminfo: memFree=1239384/2055920 swapFree=4192956/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=0
/proc/26419/stat : 26419 (manysat.sh) S 26417 26419 25981 0 -1 4194304 312 114 0 0 0 0 0 0 18 0 1 0 99048601 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26419/statm: 1339 238 195 169 0 50 0
[pid=26421] ppid=26419 vsize=32940 CPUtime=25.31
/proc/26421/stat : 26421 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194304 4670 0 0 0 2527 4 0 0 17 0 2 0 99048601 33730560 4656 1992294400 134512640 135305190 4294956144 18446744073709551615 134528536 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26421/statm: 8235 4656 83 193 0 8039 0
[pid=26421/tid=26422] ppid=26419 vsize=32940 CPUtime=12.67
/proc/26421/task/26422/stat : 26422 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194368 2311 0 0 0 1265 2 0 0 20 0 2 0 99048601 33730560 4656 1992294400 134512640 135305190 4294956144 18446744073709551615 134528268 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 38296

[startup+25.502 s]
/proc/loadavg: 1.99 1.86 1.47 3/67 26423
/proc/meminfo: memFree=1233880/2055920 swapFree=4192956/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=0
/proc/26419/stat : 26419 (manysat.sh) S 26417 26419 25981 0 -1 4194304 312 114 0 0 0 0 0 0 18 0 1 0 99048601 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26419/statm: 1339 238 195 169 0 50 0
[pid=26421] ppid=26419 vsize=39084 CPUtime=50.85
/proc/26421/stat : 26421 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194304 6071 0 0 0 5079 6 0 0 23 0 2 0 99048601 40022016 6057 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26421/statm: 9771 6057 83 193 0 9575 0
[pid=26421/tid=26422] ppid=26419 vsize=39084 CPUtime=25.47
/proc/26421/task/26422/stat : 26422 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194368 2933 0 0 0 2544 3 0 0 25 0 2 0 99048601 40022016 6057 1992294400 134512640 135305190 4294956144 18446744073709551615 134528399 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 44440

[startup+51.1016 s]
/proc/loadavg: 1.99 1.87 1.48 3/67 26423
/proc/meminfo: memFree=1226520/2055920 swapFree=4192956/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=0
/proc/26419/stat : 26419 (manysat.sh) S 26417 26419 25981 0 -1 4194304 312 114 0 0 0 0 0 0 18 0 1 0 99048601 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26419/statm: 1339 238 195 169 0 50 0
[pid=26421] ppid=26419 vsize=45608 CPUtime=101.93
/proc/26421/stat : 26421 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194304 7881 0 0 0 10185 8 0 0 25 0 2 0 99048601 46702592 7867 1992294400 134512640 135305190 4294956144 18446744073709551615 134538142 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26421/statm: 11402 7867 83 193 0 11206 0
[pid=26421/tid=26422] ppid=26419 vsize=45608 CPUtime=51.06
/proc/26421/task/26422/stat : 26422 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194368 4040 0 0 0 5101 5 0 0 19 0 2 0 99048601 46702592 7867 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 50964

[startup+102.307 s]
/proc/loadavg: 1.99 1.89 1.51 3/67 26423
/proc/meminfo: memFree=1218456/2055920 swapFree=4192956/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=0
/proc/26419/stat : 26419 (manysat.sh) S 26417 26419 25981 0 -1 4194304 312 114 0 0 0 0 0 0 18 0 1 0 99048601 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26419/statm: 1339 238 195 169 0 50 0
[pid=26421] ppid=26419 vsize=56088 CPUtime=204.11
/proc/26421/stat : 26421 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194304 9891 0 0 0 20399 12 0 0 20 0 2 0 99048601 57434112 9877 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26421/statm: 14022 9877 83 193 0 13826 0
[pid=26421/tid=26422] ppid=26419 vsize=56088 CPUtime=102.24
/proc/26421/task/26422/stat : 26422 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194368 5111 0 0 0 10217 7 0 0 25 0 2 0 99048601 57434112 9877 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 61444

[startup+162.302 s]
/proc/loadavg: 1.99 1.91 1.54 3/67 26423
/proc/meminfo: memFree=1209816/2055920 swapFree=4192956/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=0
/proc/26419/stat : 26419 (manysat.sh) S 26417 26419 25981 0 -1 4194304 312 114 0 0 0 0 0 0 18 0 1 0 99048601 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26419/statm: 1339 238 195 169 0 50 0
[pid=26421] ppid=26419 vsize=65552 CPUtime=323.84
/proc/26421/stat : 26421 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194304 12028 0 0 0 32366 18 0 0 25 0 2 0 99048601 67125248 12014 1992294400 134512640 135305190 4294956144 18446744073709551615 134528548 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26421/statm: 16388 12014 83 193 0 16192 0
[pid=26421/tid=26422] ppid=26419 vsize=65552 CPUtime=162.22
/proc/26421/task/26422/stat : 26422 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194368 6138 0 0 0 16212 10 0 0 19 0 2 0 99048601 67125248 12014 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 323.84
Current children cumulated vsize (KiB) 70908

[startup+222.302 s]
/proc/loadavg: 1.99 1.92 1.56 3/67 26423
/proc/meminfo: memFree=1200856/2055920 swapFree=4192956/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=0
/proc/26419/stat : 26419 (manysat.sh) S 26417 26419 25981 0 -1 4194304 312 114 0 0 0 0 0 0 18 0 1 0 99048601 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26419/statm: 1339 238 195 169 0 50 0
[pid=26421] ppid=26419 vsize=75452 CPUtime=443.57

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


[startup+282.303 s]
/proc/loadavg: 1.99 1.93 1.59 3/67 26423
/proc/meminfo: memFree=1190360/2055920 swapFree=4192956/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=0
/proc/26419/stat : 26419 (manysat.sh) S 26417 26419 25981 0 -1 4194304 312 114 0 0 0 0 0 0 18 0 1 0 99048601 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26419/statm: 1339 238 195 169 0 50 0
[pid=26421] ppid=26419 vsize=88528 CPUtime=563.32
/proc/26421/stat : 26421 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194304 16882 0 0 0 56305 27 0 0 25 0 2 0 99048601 90652672 16868 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26421/statm: 22132 16868 83 193 0 21936 0
[pid=26421/tid=26422] ppid=26419 vsize=88528 CPUtime=282.19
/proc/26421/task/26422/stat : 26422 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194368 8620 0 0 0 28204 15 0 0 17 0 2 0 99048601 90652672 16868 1992294400 134512640 135305190 4294956144 18446744073709551615 134538605 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 563.32
Current children cumulated vsize (KiB) 93884

[startup+342.303 s]
/proc/loadavg: 1.99 1.94 1.61 3/67 26423
/proc/meminfo: memFree=1186520/2055920 swapFree=4192956/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=0
/proc/26419/stat : 26419 (manysat.sh) S 26417 26419 25981 0 -1 4194304 312 114 0 0 0 0 0 0 18 0 1 0 99048601 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26419/statm: 1339 238 195 169 0 50 0
[pid=26421] ppid=26419 vsize=93136 CPUtime=683.04
/proc/26421/stat : 26421 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194304 17842 0 0 0 68274 30 0 0 17 0 2 0 99048601 95371264 17828 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26421/statm: 23284 17828 83 193 0 23088 0
[pid=26421/tid=26422] ppid=26419 vsize=93136 CPUtime=342.16
/proc/26421/task/26422/stat : 26422 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194368 8969 0 0 0 34200 16 0 0 20 0 2 0 99048601 95371264 17828 1992294400 134512640 135305190 4294956144 18446744073709551615 134528559 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 683.04
Current children cumulated vsize (KiB) 98492

[startup+402.303 s]
/proc/loadavg: 1.99 1.95 1.63 3/67 26423
/proc/meminfo: memFree=1178520/2055920 swapFree=4192956/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=0
/proc/26419/stat : 26419 (manysat.sh) S 26417 26419 25981 0 -1 4194304 312 114 0 0 0 0 0 0 18 0 1 0 99048601 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26419/statm: 1339 238 195 169 0 50 0
[pid=26421] ppid=26419 vsize=101820 CPUtime=802.78
/proc/26421/stat : 26421 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194304 19887 0 0 0 80245 33 0 0 25 0 2 0 99048601 104263680 19873 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26421/statm: 25455 19873 83 193 0 25259 0
[pid=26421/tid=26422] ppid=26419 vsize=101820 CPUtime=402.14
/proc/26421/task/26422/stat : 26422 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194368 10011 0 0 0 40196 18 0 0 17 0 2 0 99048601 104263680 19873 1992294400 134512640 135305190 4294956144 18446744073709551615 134539058 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 802.78
Current children cumulated vsize (KiB) 107176

[startup+462.303 s]
/proc/loadavg: 2.04 1.97 1.66 3/67 26423
/proc/meminfo: memFree=1167384/2055920 swapFree=4192956/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=0
/proc/26419/stat : 26419 (manysat.sh) S 26417 26419 25981 0 -1 4194304 312 114 0 0 0 0 0 0 18 0 1 0 99048601 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26419/statm: 1339 238 195 169 0 50 0
[pid=26421] ppid=26419 vsize=113628 CPUtime=922.51
/proc/26421/stat : 26421 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194304 22593 0 0 0 92211 40 0 0 25 0 2 0 99048601 116355072 22579 1992294400 134512640 135305190 4294956144 18446744073709551615 134538599 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26421/statm: 28407 22579 83 193 0 28211 0
[pid=26421/tid=26422] ppid=26419 vsize=113628 CPUtime=462.12
/proc/26421/task/26422/stat : 26422 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194368 10969 0 0 0 46190 22 0 0 25 0 2 0 99048601 116355072 22579 1992294400 134512640 135305190 4294956144 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 922.51
Current children cumulated vsize (KiB) 118984

[startup+522.303 s]
/proc/loadavg: 2.02 1.97 1.67 3/67 26423
/proc/meminfo: memFree=1164568/2055920 swapFree=4192956/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=0
/proc/26419/stat : 26419 (manysat.sh) S 26417 26419 25981 0 -1 4194304 312 114 0 0 0 0 0 0 18 0 1 0 99048601 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26419/statm: 1339 238 195 169 0 50 0
[pid=26421] ppid=26419 vsize=118060 CPUtime=1042.23
/proc/26421/stat : 26421 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194304 23292 0 0 0 104181 42 0 0 25 0 2 0 99048601 120893440 23278 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26421/statm: 29515 23278 83 193 0 29319 0
[pid=26421/tid=26422] ppid=26419 vsize=118060 CPUtime=522.1
/proc/26421/task/26422/stat : 26422 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194368 11668 0 0 0 52187 23 0 0 25 0 2 0 99048601 120893440 23278 1992294400 134512640 135305190 4294956144 18446744073709551615 134538314 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1042.23
Current children cumulated vsize (KiB) 123416

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

[startup+537.501 s]
/proc/loadavg: 2.01 1.97 1.68 3/67 26423
/proc/meminfo: memFree=1164568/2055920 swapFree=4192956/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=0
/proc/26419/stat : 26419 (manysat.sh) S 26417 26419 25981 0 -1 4194304 312 114 0 0 0 0 0 0 18 0 1 0 99048601 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26419/statm: 1339 238 195 169 0 50 0
[pid=26421] ppid=26419 vsize=118060 CPUtime=1072.56
/proc/26421/stat : 26421 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194304 23292 0 0 0 107214 42 0 0 25 0 2 0 99048601 120893440 23278 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26421/statm: 29515 23278 83 193 0 29319 0
[pid=26421/tid=26422] ppid=26419 vsize=118060 CPUtime=537.29
/proc/26421/task/26422/stat : 26422 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194368 11668 0 0 0 53706 23 0 0 19 0 2 0 99048601 120893440 23278 1992294400 134512640 135305190 4294956144 18446744073709551615 134538540 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1072.56
Current children cumulated vsize (KiB) 123416

[startup+543.902 s]
/proc/loadavg: 2.01 1.97 1.68 3/67 26423
/proc/meminfo: memFree=1164568/2055920 swapFree=4192956/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=0
/proc/26419/stat : 26419 (manysat.sh) S 26417 26419 25981 0 -1 4194304 312 114 0 0 0 0 0 0 18 0 1 0 99048601 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26419/statm: 1339 238 195 169 0 50 0
[pid=26421] ppid=26419 vsize=118060 CPUtime=1085.34
/proc/26421/stat : 26421 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194304 23292 0 0 0 108492 42 0 0 25 0 2 0 99048601 120893440 23278 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26421/statm: 29515 23278 83 193 0 29319 0
[pid=26421/tid=26422] ppid=26419 vsize=118060 CPUtime=543.69
/proc/26421/task/26422/stat : 26422 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194368 11668 0 0 0 54346 23 0 0 17 0 2 0 99048601 120893440 23278 1992294400 134512640 135305190 4294956144 18446744073709551615 134538311 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1085.34
Current children cumulated vsize (KiB) 123416

[startup+550.301 s]
/proc/loadavg: 2.01 1.97 1.68 3/67 26423
/proc/meminfo: memFree=1164568/2055920 swapFree=4192956/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=0
/proc/26419/stat : 26419 (manysat.sh) S 26417 26419 25981 0 -1 4194304 312 114 0 0 0 0 0 0 18 0 1 0 99048601 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26419/statm: 1339 238 195 169 0 50 0
[pid=26421] ppid=26419 vsize=118060 CPUtime=1098.1
/proc/26421/stat : 26421 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194304 23292 0 0 0 109768 42 0 0 25 0 2 0 99048601 120893440 23278 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26421/statm: 29515 23278 83 193 0 29319 0
[pid=26421/tid=26422] ppid=26419 vsize=118060 CPUtime=550.09
/proc/26421/task/26422/stat : 26422 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194368 11668 0 0 0 54986 23 0 0 18 0 2 0 99048601 120893440 23278 1992294400 134512640 135305190 4294956144 18446744073709551615 134538914 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1098.1
Current children cumulated vsize (KiB) 123416

[startup+551.901 s]
/proc/loadavg: 2.01 1.97 1.68 3/67 26423
/proc/meminfo: memFree=1164568/2055920 swapFree=4192956/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=0
/proc/26419/stat : 26419 (manysat.sh) S 26417 26419 25981 0 -1 4194304 312 114 0 0 0 0 0 0 18 0 1 0 99048601 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26419/statm: 1339 238 195 169 0 50 0
[pid=26421] ppid=26419 vsize=118060 CPUtime=1101.29
/proc/26421/stat : 26421 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194304 23292 0 0 0 110087 42 0 0 25 0 2 0 99048601 120893440 23278 1992294400 134512640 135305190 4294956144 18446744073709551615 134657578 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26421/statm: 29515 23278 83 193 0 29319 0
[pid=26421/tid=26422] ppid=26419 vsize=118060 CPUtime=551.68
/proc/26421/task/26422/stat : 26422 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194368 11668 0 0 0 55145 23 0 0 17 0 2 0 99048601 120893440 23278 1992294400 134512640 135305190 4294956144 18446744073709551615 134538919 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1101.29
Current children cumulated vsize (KiB) 123416

[startup+552.702 s]
/proc/loadavg: 2.01 1.97 1.68 3/67 26423
/proc/meminfo: memFree=1164568/2055920 swapFree=4192956/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=0
/proc/26419/stat : 26419 (manysat.sh) S 26417 26419 25981 0 -1 4194304 312 114 0 0 0 0 0 0 18 0 1 0 99048601 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26419/statm: 1339 238 195 169 0 50 0
[pid=26421] ppid=26419 vsize=118060 CPUtime=1102.32
/proc/26421/stat : 26421 (manysat1.1_stat) S 26419 26419 25981 0 -1 4194304 23292 0 0 0 110190 42 0 0 25 0 2 0 99048601 120893440 23278 1992294400 134512640 135305190 4294956144 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26421/statm: 29515 23278 83 193 0 29319 0
[pid=26421/tid=26422] ppid=26419 vsize=118060 CPUtime=552.48
/proc/26421/task/26422/stat : 26422 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194368 11668 0 0 0 55225 23 0 0 18 0 2 0 99048601 120893440 23278 1992294400 134512640 135305190 4294956144 18446744073709551615 134539410 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1102.32
Current children cumulated vsize (KiB) 123416

[startup+553.502 s]
/proc/loadavg: 2.01 1.97 1.68 2/67 26423
/proc/meminfo: memFree=1164568/2055920 swapFree=4192956/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=0
/proc/26419/stat : 26419 (manysat.sh) S 26417 26419 25981 0 -1 4194304 312 114 0 0 0 0 0 0 18 0 1 0 99048601 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26419/statm: 1339 238 195 169 0 50 0
[pid=26421] ppid=26419 vsize=118060 CPUtime=1103.12
/proc/26421/stat : 26421 (manysat1.1_stat) S 26419 26419 25981 0 -1 4194304 23292 0 0 0 110270 42 0 0 25 0 2 0 99048601 120893440 23278 1992294400 134512640 135305190 4294956144 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26421/statm: 29515 23278 83 193 0 29319 0
[pid=26421/tid=26422] ppid=26419 vsize=118060 CPUtime=553.28
/proc/26421/task/26422/stat : 26422 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194368 11668 0 0 0 55305 23 0 0 19 0 2 0 99048601 120893440 23278 1992294400 134512640 135305190 4294956144 18446744073709551615 134538919 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1103.12
Current children cumulated vsize (KiB) 123416

[startup+553.702 s]
/proc/loadavg: 2.01 1.97 1.68 2/67 26423
/proc/meminfo: memFree=1164568/2055920 swapFree=4192956/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=0
/proc/26419/stat : 26419 (manysat.sh) S 26417 26419 25981 0 -1 4194304 312 114 0 0 0 0 0 0 18 0 1 0 99048601 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26419/statm: 1339 238 195 169 0 50 0
[pid=26421] ppid=26419 vsize=118060 CPUtime=1103.32
/proc/26421/stat : 26421 (manysat1.1_stat) S 26419 26419 25981 0 -1 4194304 23292 0 0 0 110290 42 0 0 25 0 2 0 99048601 120893440 23278 1992294400 134512640 135305190 4294956144 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26421/statm: 29515 23278 83 193 0 29319 0
[pid=26421/tid=26422] ppid=26419 vsize=118060 CPUtime=553.48
/proc/26421/task/26422/stat : 26422 (manysat1.1_stat) R 26419 26419 25981 0 -1 4194368 11668 0 0 0 55325 23 0 0 19 0 2 0 99048601 120893440 23278 1992294400 134512640 135305190 4294956144 18446744073709551615 134538894 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1103.32
Current children cumulated vsize (KiB) 123416

Child status: 20
Real time (s): 553.756
CPU time (s): 1103.38
CPU user time (s): 1102.94
CPU system time (s): 0.442932
CPU usage (%): 199.254
Max. virtual memory (cumulated for all children) (KiB): 123416

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

runsolver used 0.52192 second user time and 1.49877 second system time

The end

Launcher Data

Begin job on node36 at 2009-04-26 03:43:20
IDJOB=1726256
IDBENCH=24609
IDSOLVER=514
FILE ID=node36/1726256-1240710200
PBS_JOBID= 9186788
Free space on /tmp= 66360 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT07/crafted/Medium/contest05/jarvisalo/mod2-3cage-unsat-9-14.sat05-2589.reshuffled-07.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1726256-1240710200/watcher-1726256-1240710200 -o /tmp/evaluation-result-1726256-1240710200/solver-1726256-1240710200 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1726256-1240710200.cnf aimd 1

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 2

MD5SUM BENCH= 4e736dbc376aed9798860699ef195d83
RANDOM SEED=572042766

node36.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1258640 kB
Buffers:         72108 kB
Cached:         633120 kB
SwapCached:          0 kB
Active:         152096 kB
Inactive:       567068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1258640 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1532 kB
Writeback:           0 kB
Mapped:          23708 kB
Slab:            64040 kB
Committed_AS:   347476 kB
PageTables:       1356 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66360 MiB
End job on node36 at 2009-04-26 03:52:34