Trace number 1780204

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-20 (4 threads)UNSAT 1026.36 287.818

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L150_coli.sat.cnf
MD5SUMba6884aaa746378e56c38fd8b3d0255e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark862.84
Satisfiable
(Un)Satisfiability was proved
Number of variables486992
Number of clauses2456708
Sum of the clauses size7147094
Maximum clause length11
Minimum clause length1
Number of clauses of size 145577
Number of clauses of size 2599727
Number of clauses of size 31431108
Number of clauses of size 4295435
Number of clauses of size 584412
Number of clauses of size over 5449

Solver Data

0.00/0.00	c Parsing...
1.81/1.86	c ==============================================================================
1.81/1.86	c |           |     ORIGINAL     |              LEARNT              |          |
1.81/1.86	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.81/1.86	c ==============================================================================
1.81/1.86	c |         0 | 2333194  6866110 |  699958       0        0     nan |  0.000 % |
36.91/37.00	c |         0 |  944203  3351555 |      --       0       --      -- |     --   | -1124318/-2793809
37.01/37.01	c ==============================================================================
37.01/37.01	c Result  :   #vars: 91522   #clauses: 944203   #literals: 3351555
37.01/37.01	c CPU time:   36.66 s
37.01/37.01	c ==============================================================================
1026.05/287.77	c This is ManySAT 1.1 : 4 thread(s) on 4 core(s).
1026.05/287.77	c ============================[ Problem Statistics ]=============================
1026.05/287.77	c |                                                                             |
1026.05/287.77	c threadId              : 2
1026.05/287.77	c restarts              : 19
1026.05/287.77	c conflicts             : 328811         (333 /sec)
1026.05/287.77	c decisions             : 522949         (1.77 % random) (530 /sec)
1026.05/287.77	c propagations          : 245709901      (249090 /sec)
1026.05/287.77	c conflict literals     : 11208567       (41.49 % deleted)
1026.05/287.77	c Memory used           : 400.30 MB
1026.05/287.77	c CPU time              : 986.43 s
1026.05/287.77	
1026.05/287.77	c --->m=4, e=8, aimd=1, HOME/15629_many.cnf	time: 246.607	conflicts: 328811       
1026.05/287.79	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

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

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.16 4.21 4.35 3/115 15629
/proc/meminfo: memFree=2947868/3368532 swapFree=1941392/1959888
[pid=15629] ppid=15627 vsize=2412 CPUtime=0
/proc/15629/stat : 15629 (manysat.sh) R 15627 15629 12261 0 -1 4194304 334 0 0 0 0 0 0 0 18 0 1 0 1117643462 2469888 273 4294967295 134512640 135169312 3219122496 3219120972 3084900212 0 65538 4 65536 0 0 0 17 0 0 0 0
/proc/15629/statm: 603 273 231 161 0 42 0
[pid=15630] ppid=15629 vsize=1340 CPUtime=0
/proc/15630/stat : 15630 (SatElite) R 15629 15629 12261 0 -1 4202496 269 0 0 0 0 0 0 0 18 0 1 0 1117643462 1372160 206 4294967295 134512640 135034092 3220589168 3220585512 134691005 0 0 0 3 0 0 0 17 0 0 0 0
/proc/15630/statm: 335 206 50 128 0 205 0

[startup+0.048688 s]
/proc/loadavg: 4.16 4.21 4.35 3/115 15629
/proc/meminfo: memFree=2947868/3368532 swapFree=1941392/1959888
[pid=15629] ppid=15627 vsize=2412 CPUtime=0
/proc/15629/stat : 15629 (manysat.sh) S 15627 15629 12261 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1117643462 2469888 273 4294967295 134512640 135169312 3219122496 3219121032 3084898030 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/15629/statm: 603 273 231 161 0 42 0
[pid=15630] ppid=15629 vsize=26220 CPUtime=0.05
/proc/15630/stat : 15630 (SatElite) R 15629 15629 12261 0 -1 4202496 4390 0 0 0 5 0 0 0 19 0 1 0 1117643462 26849280 4231 4294967295 134512640 135034092 3220589168 3220585456 134545609 0 0 0 3 0 0 0 17 0 0 0 0
/proc/15630/statm: 6555 4235 50 128 0 6425 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 28632

[startup+0.108683 s]
/proc/loadavg: 4.16 4.21 4.35 3/115 15629
/proc/meminfo: memFree=2947868/3368532 swapFree=1941392/1959888
[pid=15629] ppid=15627 vsize=2412 CPUtime=0
/proc/15629/stat : 15629 (manysat.sh) S 15627 15629 12261 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1117643462 2469888 273 4294967295 134512640 135169312 3219122496 3219121032 3084898030 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/15629/statm: 603 273 231 161 0 42 0
[pid=15630] ppid=15629 vsize=30696 CPUtime=0.11
/proc/15630/stat : 15630 (SatElite) R 15629 15629 12261 0 -1 4202496 6856 0 0 0 11 0 0 0 19 0 1 0 1117643462 31432704 6697 4294967295 134512640 135034092 3220589168 3220585512 134691005 0 0 0 3 0 0 0 17 0 0 0 0
/proc/15630/statm: 7674 6698 50 128 0 7544 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 33108

[startup+0.308685 s]
/proc/loadavg: 4.16 4.21 4.35 3/115 15629
/proc/meminfo: memFree=2947868/3368532 swapFree=1941392/1959888
[pid=15629] ppid=15627 vsize=2412 CPUtime=0
/proc/15629/stat : 15629 (manysat.sh) S 15627 15629 12261 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1117643462 2469888 273 4294967295 134512640 135169312 3219122496 3219121032 3084898030 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/15629/statm: 603 273 231 161 0 42 0
[pid=15630] ppid=15629 vsize=74304 CPUtime=0.31
/proc/15630/stat : 15630 (SatElite) R 15629 15629 12261 0 -1 4202496 13011 0 0 0 28 3 0 0 20 0 1 0 1117643462 76087296 12852 4294967295 134512640 135034092 3220589168 3220585160 134673244 0 0 0 3 0 0 0 17 0 0 0 0
/proc/15630/statm: 18576 12852 50 128 0 18446 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 76716

[startup+0.70866 s]
/proc/loadavg: 4.16 4.21 4.35 3/115 15629
/proc/meminfo: memFree=2947868/3368532 swapFree=1941392/1959888
[pid=15629] ppid=15627 vsize=2412 CPUtime=0
/proc/15629/stat : 15629 (manysat.sh) S 15627 15629 12261 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1117643462 2469888 273 4294967295 134512640 135169312 3219122496 3219121032 3084898030 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/15629/statm: 603 273 231 161 0 42 0
[pid=15630] ppid=15629 vsize=111884 CPUtime=0.71
/proc/15630/stat : 15630 (SatElite) R 15629 15629 12261 0 -1 4202496 25305 0 0 0 59 12 0 0 21 0 1 0 1117643462 114569216 25146 4294967295 134512640 135034092 3220589168 3220585512 134691005 0 0 0 3 0 0 0 17 0 0 0 0
/proc/15630/statm: 27971 25147 50 128 0 27841 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 114296

[startup+1.50863 s]
/proc/loadavg: 4.16 4.21 4.35 2/117 15631
/proc/meminfo: memFree=2812868/3368532 swapFree=1941392/1959888
[pid=15629] ppid=15627 vsize=2412 CPUtime=0
/proc/15629/stat : 15629 (manysat.sh) S 15627 15629 12261 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1117643462 2469888 273 4294967295 134512640 135169312 3219122496 3219121032 3084898030 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/15629/statm: 603 273 231 161 0 42 0
[pid=15630] ppid=15629 vsize=194416 CPUtime=1.51
/proc/15630/stat : 15630 (SatElite) R 15629 15629 12261 0 -1 4202496 45656 0 0 0 130 21 0 0 23 0 1 0 1117643462 199081984 45497 4294967295 134512640 135034092 3220589168 3220585128 134673244 0 0 0 3 0 0 0 17 0 0 0 0
/proc/15630/statm: 48604 45497 50 128 0 48474 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 196828

[startup+3.10856 s]
/proc/loadavg: 4.16 4.21 4.35 2/117 15631
/proc/meminfo: memFree=2710944/3368532 swapFree=1941392/1959888
[pid=15629] ppid=15627 vsize=2412 CPUtime=0
/proc/15629/stat : 15629 (manysat.sh) S 15627 15629 12261 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1117643462 2469888 273 4294967295 134512640 135169312 3219122496 3219121032 3084898030 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/15629/statm: 603 273 231 161 0 42 0
[pid=15630] ppid=15629 vsize=250556 CPUtime=3.11
/proc/15630/stat : 15630 (SatElite) R 15629 15629 12261 0 -1 4202496 59520 0 0 0 287 24 0 0 25 0 1 0 1117643462 256569344 59348 4294967295 134512640 135034092 3220589168 3220586128 134540724 0 0 0 3 0 0 0 17 0 0 0 0
/proc/15630/statm: 62639 59348 63 128 0 62509 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 252968

[startup+6.30844 s]
/proc/loadavg: 3.91 4.16 4.33 2/117 15631
/proc/meminfo: memFree=2689892/3368532 swapFree=1941392/1959888
[pid=15629] ppid=15627 vsize=2412 CPUtime=0
/proc/15629/stat : 15629 (manysat.sh) S 15627 15629 12261 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1117643462 2469888 273 4294967295 134512640 135169312 3219122496 3219121032 3084898030 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/15629/statm: 603 273 231 161 0 42 0
[pid=15630] ppid=15629 vsize=274436 CPUtime=6.31
/proc/15630/stat : 15630 (SatElite) R 15629 15629 12261 0 -1 4202496 64664 0 0 0 607 24 0 0 25 0 1 0 1117643462 281022464 64492 4294967295 134512640 135034092 3220589168 3220585408 134541066 0 0 0 3 0 0 0 17 0 0 0 0
/proc/15630/statm: 68609 64492 66 128 0 68479 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 276848

[startup+12.7082 s]
/proc/loadavg: 3.68 4.10 4.31 2/117 15631
/proc/meminfo: memFree=2689692/3368532 swapFree=1941392/1959888
[pid=15629] ppid=15627 vsize=2412 CPUtime=0
/proc/15629/stat : 15629 (manysat.sh) S 15627 15629 12261 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1117643462 2469888 273 4294967295 134512640 135169312 3219122496 3219121032 3084898030 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/15629/statm: 603 273 231 161 0 42 0
[pid=15630] ppid=15629 vsize=274208 CPUtime=12.71
/proc/15630/stat : 15630 (SatElite) R 15629 15629 12261 0 -1 4202496 64720 0 0 0 1246 25 0 0 25 0 1 0 1117643462 280788992 64491 4294967295 134512640 135034092 3220589168 3220585408 134541265 0 0 0 3 0 0 0 17 0 0 0 0
/proc/15630/statm: 68552 64491 66 128 0 68422 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 276620

[startup+25.5077 s]
/proc/loadavg: 3.08 3.95 4.25 2/117 15632
/proc/meminfo: memFree=2689540/3368532 swapFree=1941392/1959888
[pid=15629] ppid=15627 vsize=2412 CPUtime=0
/proc/15629/stat : 15629 (manysat.sh) S 15627 15629 12261 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1117643462 2469888 273 4294967295 134512640 135169312 3219122496 3219121032 3084898030 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/15629/statm: 603 273 231 161 0 42 0
[pid=15630] ppid=15629 vsize=274304 CPUtime=25.51
/proc/15630/stat : 15630 (SatElite) R 15629 15629 12261 0 -1 4202496 64978 0 0 0 2526 25 0 0 25 0 1 0 1117643462 280887296 64517 4294967295 134512640 135034092 3220589168 3220585408 134540968 0 0 0 3 0 0 0 17 0 0 0 0
/proc/15630/statm: 68576 64517 66 128 0 68446 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 276716

[startup+51.1067 s]
/proc/loadavg: 2.91 3.83 4.20 6/120 15820
/proc/meminfo: memFree=2618092/3368532 swapFree=1941392/1959888
[pid=15629] ppid=15627 vsize=2416 CPUtime=38.33
/proc/15629/stat : 15629 (manysat.sh) S 15627 15629 12261 0 -1 4194304 370 80947 0 0 0 0 3789 44 18 0 1 0 1117643462 2473984 274 4294967295 134512640 135169312 3219122496 3219118712 3084898030 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/15629/statm: 604 274 231 161 0 43 0
[pid=15816] ppid=15629 vsize=317972 CPUtime=44.34
/proc/15816/stat : 15816 (manysat1.1_stat) R 15629 15629 12261 0 -1 4202496 72263 0 0 0 4369 65 0 0 25 0 4 0 1117647295 325603328 72035 4294967295 134512640 135305190 3213966416 3213964592 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/15816/statm: 79493 72035 79 194 0 79297 0
[pid=15816/tid=15817] ppid=15629 vsize=317972 CPUtime=10.59
/proc/15816/task/15817/stat : 15817 (manysat1.1_stat) R 15629 15629 12261 0 -1 4202560 3104 0 0 0 1050 9 0 0 21 0 4 0 1117647473 325603328 72035 4294967295 134512640 135305190 3213966416 3034586304 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=15816/tid=15818] ppid=15629 vsize=317972 CPUtime=10.75
/proc/15816/task/15818/stat : 15818 (manysat1.1_stat) R 15629 15629 12261 0 -1 4202560 3368 0 0 0 1064 11 0 0 25 0 4 0 1117647473 325603328 72035 4294967295 134512640 135305190 3213966416 3026197696 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=15816/tid=15819] ppid=15629 vsize=317972 CPUtime=10.6
/proc/15816/task/15819/stat : 15819 (manysat1.1_stat) R 15629 15629 12261 0 -1 4202560 3473 0 0 0 1050 10 0 0 23 0 4 0 1117647473 325603328 72035 4294967295 134512640 135305190 3213966416 3017809088 134528341 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 82.67
Current children cumulated vsize (KiB) 320388

[startup+102.315 s]
/proc/loadavg: 3.59 3.87 4.20 5/120 16008
/proc/meminfo: memFree=2585204/3368532 swapFree=1941392/1959888
[pid=15629] ppid=15627 vsize=2416 CPUtime=38.33
/proc/15629/stat : 15629 (manysat.sh) S 15627 15629 12261 0 -1 4194304 370 80947 0 0 0 0 3789 44 18 0 1 0 1117643462 2473984 274 4294967295 134512640 135169312 3219122496 3219118712 3084898030 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/15629/statm: 604 274 231 161 0 43 0
[pid=15816] ppid=15629 vsize=348780 CPUtime=248.68
/proc/15816/stat : 15816 (manysat1.1_stat) R 15629 15629 12261 0 -1 4202496 79971 0 0 0 24773 95 0 0 25 0 4 0 1117647295 357150720 79743 4294967295 134512640 135305190 3213966416 3213964592 134528263 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/15816/statm: 87195 79743 79 194 0 86999 0
[pid=15816/tid=15817] ppid=15629 vsize=348780 CPUtime=61.67
/proc/15816/task/15817/stat : 15817 (manysat1.1_stat) R 15629 15629 12261 0 -1 4202560 4590 0 0 0 6152 15 0 0 25 0 4 0 1117647473 357150720 79743 4294967295 134512640 135305190 3213966416 3034586304 134528376 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=15816/tid=15818] ppid=15629 vsize=348780 CPUtime=61.91
/proc/15816/task/15818/stat : 15818 (manysat1.1_stat) R 15629 15629 12261 0 -1 4202560 5771 0 0 0 6174 17 0 0 25 0 4 0 1117647473 357150720 79743 4294967295 134512640 135305190 3213966416 3026197696 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=15816/tid=15819] ppid=15629 vsize=348780 CPUtime=61.72
/proc/15816/task/15819/stat : 15819 (manysat1.1_stat) R 15629 15629 12261 0 -1 4202560 5314 0 0 0 6151 21 0 0 25 0 4 0 1117647473 357150720 79743 4294967295 134512640 135305190 3213966416 3017809088 134528545 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 287.01
Current children cumulated vsize (KiB) 351196

[startup+162.312 s]
/proc/loadavg: 4.19 3.97 4.20 5/120 16199
/proc/meminfo: memFree=2562864/3368532 swapFree=1941392/1959888
[pid=15629] ppid=15627 vsize=2416 CPUtime=38.33
/proc/15629/stat : 15629 (manysat.sh) S 15627 15629 12261 0 -1 4194304 370 80947 0 0 0 0 3789 44 18 0 1 0 1117643462 2473984 274 4294967295 134512640 135169312 3219122496 3219118712 3084898030 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/15629/statm: 604 274 231 161 0 43 0
[pid=15816] ppid=15629 vsize=373204 CPUtime=487.97
/proc/15816/stat : 15816 (manysat1.1_stat) R 15629 15629 12261 0 -1 4202496 85824 0 0 0 48683 114 0 0 25 0 4 0 1117647295 382160896 85596 4294967295 134512640 135305190 3213966416 3213964592 134528768 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/15816/statm: 93301 85596 79 194 0 93105 0
[pid=15816/tid=15817] ppid=15629 vsize=373204 CPUtime=121.41
/proc/15816/task/15817/stat : 15817 (manysat1.1_stat) R 15629 15629 12261 0 -1 4202560 6015 0 0 0 12119 22 0 0 25 0 4 0 1117647473 382160896 85596 4294967295 134512640 135305190 3213966416 3034586304 134528777 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=15816/tid=15818] ppid=15629 vsize=373204 CPUtime=121.86
/proc/15816/task/15818/stat : 15818 (manysat1.1_stat) R 15629 15629 12261 0 -1 4202560 7849 0 0 0 12165 21 0 0 25 0 4 0 1117647473 382160896 85596 4294967295 134512640 135305190 3213966416 3026197696 134528489 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=15816/tid=15819] ppid=15629 vsize=373204 CPUtime=121.48
/proc/15816/task/15819/stat : 15819 (manysat1.1_stat) R 15629 15629 12261 0 -1 4202560 6442 0 0 0 12120 28 0 0 25 0 4 0 1117647473 382160896 85596 4294967295 134512640 135305190 3213966416 3017809088 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 526.3
Current children cumulated vsize (KiB) 375620

[startup+222.31 s]
/proc/loadavg: 4.30 4.03 4.21 6/120 16388
/proc/meminfo: memFree=2531676/3368532 swapFree=1941392/1959888
[pid=15629] ppid=15627 vsize=2416 CPUtime=38.33
/proc/15629/stat : 15629 (manysat.sh) S 15627 15629 12261 0 -1 4194304 370 80947 0 0 0 0 3789 44 18 0 1 0 1117643462 2473984 274 4294967295 134512640 135169312 3219122496 3219118712 3084898030 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/15629/statm: 604 274 231 161 0 43 0
[pid=15816] ppid=15629 vsize=403876 CPUtime=727.05
/proc/15816/stat : 15816 (manysat1.1_stat) R 15629 15629 12261 0 -1 4202496 93434 0 0 0 72566 139 0 0 25 0 4 0 1117647295 413569024 93206 4294967295 134512640 135305190 3213966416 3213964592 134528223 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/15816/statm: 100969 93206 79 194 0 100773 0
[pid=15816/tid=15817] ppid=15629 vsize=403876 CPUtime=181.23
/proc/15816/task/15817/stat : 15817 (manysat1.1_stat) R 15629 15629 12261 0 -1 4202560 7631 0 0 0 18094 29 0 0 25 0 4 0 1117647473 413569024 93206 4294967295 134512640 135305190 3213966416 3034586032 134556569 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=15816/tid=15818] ppid=15629 vsize=403876 CPUtime=181.47
/proc/15816/task/15818/stat : 15818 (manysat1.1_stat) R 15629 15629 12261 0 -1 4202560 10308 0 0 0 18114 33 0 0 25 0 4 0 1117647473 413569024 93206 4294967295 134512640 135305190 3213966416 3026197376 134552434 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=15816/tid=15819] ppid=15629 vsize=403876 CPUtime=181.17
/proc/15816/task/15819/stat : 15819 (manysat1.1_stat) R 15629 15629 12261 0 -1 4202560 8080 0 0 0 18085 32 0 0 25 0 4 0 1117647473 413569024 93206 4294967295 134512640 135305190 3213966416 3017809088 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 765.38
Current children cumulated vsize (KiB) 406292

[startup+282.307 s]
/proc/loadavg: 4.56 4.13 4.23 5/120 16578
/proc/meminfo: memFree=2526984/3368532 swapFree=1941392/1959888
[pid=15629] ppid=15627 vsize=2416 CPUtime=38.33
/proc/15629/stat : 15629 (manysat.sh) S 15627 15629 12261 0 -1 4194304 370 80947 0 0 0 0 3789 44 18 0 1 0 1117643462 2473984 274 4294967295 134512640 135169312 3219122496 3219118712 3084898030 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/15629/statm: 604 274 231 161 0 43 0
[pid=15816] ppid=15629 vsize=408184 CPUtime=966.12
/proc/15816/stat : 15816 (manysat1.1_stat) R 15629 15629 12261 0 -1 4202496 94523 0 0 0 96456 156 0 0 25 0 4 0 1117647295 417980416 94295 4294967295 134512640 135305190 3213966416 3213964592 134528229 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/15816/statm: 102046 94295 79 194 0 101850 0
[pid=15816/tid=15817] ppid=15629 vsize=408184 CPUtime=240.83
/proc/15816/task/15817/stat : 15817 (manysat1.1_stat) R 15629 15629 12261 0 -1 4202560 7780 0 0 0 24050 33 0 0 25 0 4 0 1117647473 417980416 94295 4294967295 134512640 135305190 3213966416 3034586304 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=15816/tid=15818] ppid=15629 vsize=408184 CPUtime=241.39
/proc/15816/task/15818/stat : 15818 (manysat1.1_stat) R 15629 15629 12261 0 -1 4202560 10926 0 0 0 24104 35 0 0 25 0 4 0 1117647473 417980416 94295 4294967295 134512640 135305190 3213966416 3026197696 134528265 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=15816/tid=15819] ppid=15629 vsize=408184 CPUtime=240.76
/proc/15816/task/15819/stat : 15819 (manysat1.1_stat) R 15629 15629 12261 0 -1 4202560 8198 0 0 0 24036 40 0 0 25 0 4 0 1117647473 417980416 94295 4294967295 134512640 135305190 3213966416 3017809088 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1004.45
Current children cumulated vsize (KiB) 410600

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

[startup+284.707 s]
/proc/loadavg: 4.56 4.13 4.23 5/120 16580
/proc/meminfo: memFree=2527000/3368532 swapFree=1941392/1959888
[pid=15629] ppid=15627 vsize=2416 CPUtime=38.33
/proc/15629/stat : 15629 (manysat.sh) S 15627 15629 12261 0 -1 4194304 370 80947 0 0 0 0 3789 44 18 0 1 0 1117643462 2473984 274 4294967295 134512640 135169312 3219122496 3219118712 3084898030 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/15629/statm: 604 274 231 161 0 43 0
[pid=15816] ppid=15629 vsize=408596 CPUtime=975.72
/proc/15816/stat : 15816 (manysat1.1_stat) R 15629 15629 12261 0 -1 4202496 94606 0 0 0 97416 156 0 0 25 0 4 0 1117647295 418402304 94378 4294967295 134512640 135305190 3213966416 3213964592 134528503 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/15816/statm: 102149 94378 79 194 0 101953 0
[pid=15816/tid=15817] ppid=15629 vsize=408596 CPUtime=243.23
/proc/15816/task/15817/stat : 15817 (manysat1.1_stat) R 15629 15629 12261 0 -1 4202560 7799 0 0 0 24290 33 0 0 25 0 4 0 1117647473 418402304 94378 4294967295 134512640 135305190 3213966416 3034586304 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=15816/tid=15818] ppid=15629 vsize=408596 CPUtime=243.79
/proc/15816/task/15818/stat : 15818 (manysat1.1_stat) R 15629 15629 12261 0 -1 4202560 10957 0 0 0 24344 35 0 0 25 0 4 0 1117647473 418402304 94378 4294967295 134512640 135305190 3213966416 3026197696 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=15816/tid=15819] ppid=15629 vsize=408596 CPUtime=243.16
/proc/15816/task/15819/stat : 15819 (manysat1.1_stat) R 15629 15629 12261 0 -1 4202560 8201 0 0 0 24276 40 0 0 25 0 4 0 1117647473 418402304 94378 4294967295 134512640 135305190 3213966416 3017809088 134528189 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1014.05
Current children cumulated vsize (KiB) 411012

[startup+286.307 s]
/proc/loadavg: 4.51 4.13 4.23 5/120 16581
/proc/meminfo: memFree=2526940/3368532 swapFree=1941392/1959888
[pid=15629] ppid=15627 vsize=2416 CPUtime=38.33
/proc/15629/stat : 15629 (manysat.sh) S 15627 15629 12261 0 -1 4194304 370 80947 0 0 0 0 3789 44 18 0 1 0 1117643462 2473984 274 4294967295 134512640 135169312 3219122496 3219118712 3084898030 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/15629/statm: 604 274 231 161 0 43 0
[pid=15816] ppid=15629 vsize=408732 CPUtime=982.12
/proc/15816/stat : 15816 (manysat1.1_stat) R 15629 15629 12261 0 -1 4202496 94657 0 0 0 98056 156 0 0 25 0 4 0 1117647295 418541568 94429 4294967295 134512640 135305190 3213966416 3213964592 134528298 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/15816/statm: 102183 94429 79 194 0 101987 0
[pid=15816/tid=15817] ppid=15629 vsize=408732 CPUtime=244.83
/proc/15816/task/15817/stat : 15817 (manysat1.1_stat) R 15629 15629 12261 0 -1 4202560 7811 0 0 0 24450 33 0 0 25 0 4 0 1117647473 418541568 94429 4294967295 134512640 135305190 3213966416 3034586304 134528189 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=15816/tid=15818] ppid=15629 vsize=408732 CPUtime=245.39
/proc/15816/task/15818/stat : 15818 (manysat1.1_stat) R 15629 15629 12261 0 -1 4202560 10973 0 0 0 24504 35 0 0 25 0 4 0 1117647473 418541568 94429 4294967295 134512640 135305190 3213966416 3026197696 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=15816/tid=15819] ppid=15629 vsize=408732 CPUtime=244.76
/proc/15816/task/15819/stat : 15819 (manysat1.1_stat) R 15629 15629 12261 0 -1 4202560 8220 0 0 0 24436 40 0 0 25 0 4 0 1117647473 418541568 94429 4294967295 134512640 135305190 3213966416 3017809088 134528319 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1020.45
Current children cumulated vsize (KiB) 411148

[startup+287.107 s]
/proc/loadavg: 4.51 4.13 4.23 5/120 16581
/proc/meminfo: memFree=2526816/3368532 swapFree=1941392/1959888
[pid=15629] ppid=15627 vsize=2416 CPUtime=38.33
/proc/15629/stat : 15629 (manysat.sh) S 15627 15629 12261 0 -1 4194304 370 80947 0 0 0 0 3789 44 18 0 1 0 1117643462 2473984 274 4294967295 134512640 135169312 3219122496 3219118712 3084898030 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/15629/statm: 604 274 231 161 0 43 0
[pid=15816] ppid=15629 vsize=409756 CPUtime=985.33
/proc/15816/stat : 15816 (manysat1.1_stat) R 15629 15629 12261 0 -1 4202496 94699 0 0 0 98377 156 0 0 25 0 4 0 1117647295 419590144 94471 4294967295 134512640 135305190 3213966416 3213964592 134528237 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/15816/statm: 102439 94471 79 194 0 102243 0
[pid=15816/tid=15817] ppid=15629 vsize=409756 CPUtime=245.63
/proc/15816/task/15817/stat : 15817 (manysat1.1_stat) R 15629 15629 12261 0 -1 4202560 7824 0 0 0 24530 33 0 0 25 0 4 0 1117647473 419590144 94471 4294967295 134512640 135305190 3213966416 3034586304 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=15816/tid=15818] ppid=15629 vsize=409756 CPUtime=246.19
/proc/15816/task/15818/stat : 15818 (manysat1.1_stat) R 15629 15629 12261 0 -1 4202560 10979 0 0 0 24584 35 0 0 25 0 4 0 1117647473 419590144 94471 4294967295 134512640 135305190 3213966416 3026197696 134528418 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=15816/tid=15819] ppid=15629 vsize=409756 CPUtime=245.56
/proc/15816/task/15819/stat : 15819 (manysat1.1_stat) R 15629 15629 12261 0 -1 4202560 8221 0 0 0 24516 40 0 0 25 0 4 0 1117647473 419590144 94471 4294967295 134512640 135305190 3213966416 3017809088 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1023.66
Current children cumulated vsize (KiB) 412172

[startup+287.507 s]
/proc/loadavg: 4.51 4.13 4.23 5/120 16581
/proc/meminfo: memFree=2526816/3368532 swapFree=1941392/1959888
[pid=15629] ppid=15627 vsize=2416 CPUtime=38.33
/proc/15629/stat : 15629 (manysat.sh) S 15627 15629 12261 0 -1 4194304 370 80947 0 0 0 0 3789 44 18 0 1 0 1117643462 2473984 274 4294967295 134512640 135169312 3219122496 3219118712 3084898030 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/15629/statm: 604 274 231 161 0 43 0
[pid=15816] ppid=15629 vsize=409900 CPUtime=986.92
/proc/15816/stat : 15816 (manysat1.1_stat) R 15629 15629 12261 0 -1 4202496 94730 0 0 0 98536 156 0 0 25 0 4 0 1117647295 419737600 94502 4294967295 134512640 135305190 3213966416 3213964480 134529110 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/15816/statm: 102475 94502 79 194 0 102279 0
[pid=15816/tid=15817] ppid=15629 vsize=409900 CPUtime=246.03
/proc/15816/task/15817/stat : 15817 (manysat1.1_stat) R 15629 15629 12261 0 -1 4202560 7829 0 0 0 24570 33 0 0 25 0 4 0 1117647473 419737600 94502 4294967295 134512640 135305190 3213966416 3034586304 134528623 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=15816/tid=15818] ppid=15629 vsize=409900 CPUtime=246.59
/proc/15816/task/15818/stat : 15818 (manysat1.1_stat) R 15629 15629 12261 0 -1 4202560 10997 0 0 0 24624 35 0 0 25 0 4 0 1117647473 419737600 94502 4294967295 134512640 135305190 3213966416 3026197696 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=15816/tid=15819] ppid=15629 vsize=409900 CPUtime=245.96
/proc/15816/task/15819/stat : 15819 (manysat1.1_stat) R 15629 15629 12261 0 -1 4202560 8221 0 0 0 24556 40 0 0 25 0 4 0 1117647473 419737600 94502 4294967295 134512640 135305190 3213966416 3017809088 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1025.25
Current children cumulated vsize (KiB) 412316

[startup+287.707 s]
/proc/loadavg: 4.51 4.13 4.23 5/120 16581
/proc/meminfo: memFree=2526816/3368532 swapFree=1941392/1959888
[pid=15629] ppid=15627 vsize=2416 CPUtime=38.33
/proc/15629/stat : 15629 (manysat.sh) S 15627 15629 12261 0 -1 4194304 370 80947 0 0 0 0 3789 44 18 0 1 0 1117643462 2473984 274 4294967295 134512640 135169312 3219122496 3219118712 3084898030 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/15629/statm: 604 274 231 161 0 43 0
[pid=15816] ppid=15629 vsize=409900 CPUtime=987.72
/proc/15816/stat : 15816 (manysat1.1_stat) R 15629 15629 12261 0 -1 4202496 94731 0 0 0 98616 156 0 0 25 0 4 0 1117647295 419737600 94503 4294967295 134512640 135305190 3213966416 3213964592 134528298 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/15816/statm: 102475 94503 79 194 0 102279 0
[pid=15816/tid=15817] ppid=15629 vsize=409900 CPUtime=246.23
/proc/15816/task/15817/stat : 15817 (manysat1.1_stat) R 15629 15629 12261 0 -1 4202560 7829 0 0 0 24590 33 0 0 25 0 4 0 1117647473 419737600 94503 4294967295 134512640 135305190 3213966416 3034586192 134529059 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=15816/tid=15818] ppid=15629 vsize=409900 CPUtime=246.79
/proc/15816/task/15818/stat : 15818 (manysat1.1_stat) R 15629 15629 12261 0 -1 4202560 10998 0 0 0 24644 35 0 0 25 0 4 0 1117647473 419737600 94503 4294967295 134512640 135305190 3213966416 3026197696 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=15816/tid=15819] ppid=15629 vsize=409900 CPUtime=246.16
/proc/15816/task/15819/stat : 15819 (manysat1.1_stat) R 15629 15629 12261 0 -1 4202560 8221 0 0 0 24576 40 0 0 25 0 4 0 1117647473 419737600 94503 4294967295 134512640 135305190 3213966416 3017808976 134529073 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1026.05
Current children cumulated vsize (KiB) 412316

[startup+287.807 s]
/proc/loadavg: 4.51 4.13 4.23 5/120 16581
/proc/meminfo: memFree=2526816/3368532 swapFree=1941392/1959888
[pid=15629] ppid=15627 vsize=2932 CPUtime=1026.34
/proc/15629/stat : 15629 (manysat.sh) S 15627 15629 12261 0 -1 4194304 458 175695 0 0 0 0 102432 202 23 0 1 0 1117643462 3002368 342 4294967295 134512640 135169312 3219122496 3219117880 3084898030 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/15629/statm: 733 342 233 161 0 172 0
Current children cumulated CPU time (s) 1026.34
Current children cumulated vsize (KiB) 2932

Child status: 20
Real time (s): 287.818
CPU time (s): 1026.36
CPU user time (s): 1024.33
CPU system time (s): 2.03
CPU usage (%): 356.601
Max. virtual memory (cumulated for all children) (KiB): 412316

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

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 18:53:54
IDJOB=1780204
IDBENCH=70961
IDSOLVER=623
FILE ID=/1780204-1243529634
PBS_JOBID=
Free space on /tmp= 15681 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_L150_coli.sat.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1780204-1243529634/watcher-1780204-1243529634 -o /tmp/evaluation-result-1780204-1243529634/solver-1780204-1243529634 -C 10000 -W 1000 -M 2047  manysat.sh HOME/instance-1780204-1243529634.cnf aimd 1

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

MD5SUM BENCH= ba6884aaa746378e56c38fd8b3d0255e
RANDOM SEED= 1702139270

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.143
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.143
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.11
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.143
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.17
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.143
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.15
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2947868 kB
Buffers:         33464 kB
Cached:         306704 kB
SwapCached:       4320 kB
Active:         184804 kB
Inactive:       166388 kB
HighTotal:     2489216 kB
HighFree:      2169224 kB
LowTotal:       879316 kB
LowFree:        778644 kB
SwapTotal:     1959888 kB
SwapFree:      1941392 kB
Dirty:           51332 kB
Writeback:           0 kB
AnonPages:        9620 kB
Mapped:           4432 kB
Slab:            59272 kB
SReclaimable:    50476 kB
SUnreclaim:       8796 kB
PageTables:        776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   127444 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15681 MiB
End job on  at 2009-05-28 18:58:45