Trace number 1563614

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-20UNSAT 78.0301 63.1678

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-cbmc-aes-ele-noholes.cnf
MD5SUMf135b1d0c8abb3603a01568e46f7396a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.0141
Satisfiable
(Un)Satisfiability was proved
Number of variables270963
Number of clauses1601376
Sum of the clauses size4314698
Maximum clause length257
Minimum clause length1
Number of clauses of size 139870
Number of clauses of size 21147330
Number of clauses of size 3334113
Number of clauses of size 49978
Number of clauses of size 50
Number of clauses of size over 570085

Solver Data

0.00/0.00	c Parsing...
1.28/1.36	c ==============================================================================
1.28/1.36	c |           |     ORIGINAL     |              LEARNT              |          |
1.28/1.36	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.28/1.36	c ==============================================================================
1.28/1.36	c |         0 | 1351997  3702185 |  405599       0        0     nan |  0.000 % |
46.85/46.92	c |         0 |  261620  1836831 |      --       0       --      -- |     --   | -768849/-961225
46.85/46.92	c ==============================================================================
46.85/46.92	c Result  :   #vars: 5958   #clauses: 261620   #literals: 1836831
46.85/46.92	c CPU time:   46.5009 s
46.85/46.92	c ==============================================================================
77.90/63.13	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
77.90/63.13	c ============================[ Problem Statistics ]=============================
77.90/63.13	c |                                                                             |
77.90/63.13	c threadId              : 0
77.90/63.13	c restarts              : 48
77.90/63.13	c conflicts             : 42698          (1413 /sec)
77.90/63.13	c decisions             : 68860          (1.77 % random) (2279 /sec)
77.90/63.13	c propagations          : 3348759        (110822 /sec)
77.90/63.13	c conflict literals     : 727864         (13.90 % deleted)
77.90/63.13	c Memory used           : 71.31 MB
77.90/63.13	c CPU time              : 30.2174 s
77.90/63.13	
77.90/63.13	c --->m=2, e=8, aimd=2, HOME/25044_many.cnf	time: 15.1092	conflicts: 42698        
77.90/63.14	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-1563614-1238788028/watcher-1563614-1238788028 -o /tmp/evaluation-result-1563614-1238788028/solver-1563614-1238788028 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1563614-1238788028.cnf aimd 2 

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.00 1.00 1.00 3/64 25044
/proc/meminfo: memFree=1801408/2055920 swapFree=4175700/4192956
[pid=25044] ppid=25042 vsize=5356 CPUtime=0
/proc/25044/stat : 25044 (manysat.sh) R 25042 25044 24654 0 -1 4194304 266 0 0 0 0 0 0 0 20 0 1 0 1151468182 5484544 233 1992294400 4194304 4889804 548682068784 18446744073709551615 264907188723 0 0 4100 65536 0 0 0 17 1 0 0
/proc/25044/statm: 1339 233 194 169 0 50 0

[startup+0.0724751 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25044
/proc/meminfo: memFree=1801408/2055920 swapFree=4175700/4192956
[pid=25044] ppid=25042 vsize=5356 CPUtime=0
/proc/25044/stat : 25044 (manysat.sh) S 25042 25044 24654 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 1151468182 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25044/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102478 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25044
/proc/meminfo: memFree=1801408/2055920 swapFree=4175700/4192956
[pid=25044] ppid=25042 vsize=5356 CPUtime=0
/proc/25044/stat : 25044 (manysat.sh) S 25042 25044 24654 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 1151468182 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25044/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301506 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25044
/proc/meminfo: memFree=1801408/2055920 swapFree=4175700/4192956
[pid=25044] ppid=25042 vsize=5356 CPUtime=0
/proc/25044/stat : 25044 (manysat.sh) S 25042 25044 24654 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 1151468182 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25044/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701571 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25044
/proc/meminfo: memFree=1801408/2055920 swapFree=4175700/4192956
[pid=25044] ppid=25042 vsize=5356 CPUtime=0
/proc/25044/stat : 25044 (manysat.sh) S 25042 25044 24654 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 1151468182 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25044/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50168 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25046
/proc/meminfo: memFree=1715568/2055920 swapFree=4175700/4192956
[pid=25044] ppid=25042 vsize=5356 CPUtime=0
/proc/25044/stat : 25044 (manysat.sh) S 25042 25044 24654 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 1151468182 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25044/statm: 1339 235 195 169 0 50 0
[pid=25045] ppid=25044 vsize=158596 CPUtime=1.48
/proc/25045/stat : 25045 (SatElite) R 25044 25044 24654 0 -1 4194304 31927 0 0 0 128 20 0 0 25 0 1 0 1151468183 162402304 31911 1992294400 134512640 135034092 4294956096 18446744073709551615 134541189 0 0 4096 3 0 0 0 17 1 0 0
/proc/25045/statm: 39649 31911 64 127 0 39519 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 163952

[startup+3.10191 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25046
/proc/meminfo: memFree=1673520/2055920 swapFree=4175700/4192956
[pid=25044] ppid=25042 vsize=5356 CPUtime=0
/proc/25044/stat : 25044 (manysat.sh) S 25042 25044 24654 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 1151468182 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25044/statm: 1339 235 195 169 0 50 0
[pid=25045] ppid=25044 vsize=159108 CPUtime=3.09
/proc/25045/stat : 25045 (SatElite) R 25044 25044 24654 0 -1 4194304 32033 0 0 0 288 21 0 0 25 0 1 0 1151468183 162926592 32017 1992294400 134512640 135034092 4294956096 18446744073709551615 134540726 0 0 4096 3 0 0 0 17 1 0 0
/proc/25045/statm: 39777 32017 64 127 0 39647 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 164464

[startup+6.30138 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25046
/proc/meminfo: memFree=1660848/2055920 swapFree=4175700/4192956
[pid=25044] ppid=25042 vsize=5356 CPUtime=0
/proc/25044/stat : 25044 (manysat.sh) S 25042 25044 24654 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 1151468182 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25044/statm: 1339 235 195 169 0 50 0
[pid=25045] ppid=25044 vsize=172568 CPUtime=6.29
/proc/25045/stat : 25045 (SatElite) R 25044 25044 24654 0 -1 4194304 38005 0 0 0 601 28 0 0 25 0 1 0 1151468183 176709632 34609 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/25045/statm: 43142 34609 68 127 0 43012 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 177924

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25046
/proc/meminfo: memFree=1617712/2055920 swapFree=4175700/4192956
[pid=25044] ppid=25042 vsize=5356 CPUtime=0
/proc/25044/stat : 25044 (manysat.sh) S 25042 25044 24654 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 1151468182 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25044/statm: 1339 235 195 169 0 50 0
[pid=25045] ppid=25044 vsize=200384 CPUtime=12.68
/proc/25045/stat : 25045 (SatElite) R 25044 25044 24654 0 -1 4194304 45257 0 0 0 1233 35 0 0 25 0 1 0 1151468183 205193216 41520 1992294400 134512640 135034092 4294956096 18446744073709551615 134540729 0 0 4096 3 0 0 0 17 1 0 0
/proc/25045/statm: 50096 41520 68 127 0 49966 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 205740

[startup+25.5022 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25046
/proc/meminfo: memFree=1617264/2055920 swapFree=4175700/4192956
[pid=25044] ppid=25042 vsize=5356 CPUtime=0
/proc/25044/stat : 25044 (manysat.sh) S 25042 25044 24654 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 1151468182 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25044/statm: 1339 235 195 169 0 50 0
[pid=25045] ppid=25044 vsize=200896 CPUtime=25.48
/proc/25045/stat : 25045 (SatElite) R 25044 25044 24654 0 -1 4194304 45429 0 0 0 2513 35 0 0 25 0 1 0 1151468183 205717504 41692 1992294400 134512640 135034092 4294956096 18446744073709551615 134569526 0 0 4096 3 0 0 0 17 1 0 0
/proc/25045/statm: 50224 41692 68 127 0 50094 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 206252

[startup+51.1029 s]
/proc/loadavg: 1.00 1.00 1.00 3/67 25048
/proc/meminfo: memFree=1721896/2055920 swapFree=4175700/4192956
[pid=25044] ppid=25042 vsize=5356 CPUtime=47.67
/proc/25044/stat : 25044 (manysat.sh) S 25042 25044 24654 0 -1 4194304 312 50374 0 0 0 0 4723 44 16 0 1 0 1151468182 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25044/statm: 1339 238 195 169 0 50 0
[pid=25047] ppid=25044 vsize=64248 CPUtime=6.31
/proc/25047/stat : 25047 (manysat1.1_stat) R 25044 25044 24654 0 -1 4194304 13121 0 0 0 624 7 0 0 17 0 2 0 1151472955 65789952 13107 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25047/statm: 16062 13107 83 193 0 15866 0
[pid=25047/tid=25048] ppid=25044 vsize=64248 CPUtime=2.95
/proc/25047/task/25048/stat : 25048 (manysat1.1_stat) R 25044 25044 24654 0 -1 4194368 1630 0 0 0 294 1 0 0 17 0 2 0 1151472996 65789952 13107 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 53.98
Current children cumulated vsize (KiB) 69604

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

[startup+57.5018 s]
/proc/loadavg: 1.15 1.03 1.01 3/67 25048
/proc/meminfo: memFree=1716392/2055920 swapFree=4175700/4192956
[pid=25044] ppid=25042 vsize=5356 CPUtime=47.67
/proc/25044/stat : 25044 (manysat.sh) S 25042 25044 24654 0 -1 4194304 312 50374 0 0 0 0 4723 44 16 0 1 0 1151468182 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25044/statm: 1339 238 195 169 0 50 0
[pid=25047] ppid=25044 vsize=69908 CPUtime=19.07
/proc/25047/stat : 25047 (manysat1.1_stat) R 25044 25044 24654 0 -1 4194304 14431 0 0 0 1898 9 0 0 18 0 2 0 1151472955 71585792 14417 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25047/statm: 17477 14417 83 193 0 17281 0
[pid=25047/tid=25048] ppid=25044 vsize=69908 CPUtime=9.33
/proc/25047/task/25048/stat : 25048 (manysat1.1_stat) R 25044 25044 24654 0 -1 4194368 2248 0 0 0 932 1 0 0 21 0 2 0 1151472996 71585792 14417 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 66.74
Current children cumulated vsize (KiB) 75264

[startup+60.7023 s]
/proc/loadavg: 1.15 1.03 1.01 3/67 25048
/proc/meminfo: memFree=1714408/2055920 swapFree=4175700/4192956
[pid=25044] ppid=25042 vsize=5356 CPUtime=47.67
/proc/25044/stat : 25044 (manysat.sh) S 25042 25044 24654 0 -1 4194304 312 50374 0 0 0 0 4723 44 16 0 1 0 1151468182 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25044/statm: 1339 238 195 169 0 50 0
[pid=25047] ppid=25044 vsize=72544 CPUtime=25.45
/proc/25047/stat : 25047 (manysat1.1_stat) R 25044 25044 24654 0 -1 4194304 14889 0 0 0 2536 9 0 0 17 0 2 0 1151472955 74285056 14875 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25047/statm: 18136 14875 83 193 0 17940 0
[pid=25047/tid=25048] ppid=25044 vsize=72544 CPUtime=12.53
/proc/25047/task/25048/stat : 25048 (manysat1.1_stat) R 25044 25044 24654 0 -1 4194368 2456 0 0 0 1252 1 0 0 17 0 2 0 1151472996 74285056 14875 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 73.12
Current children cumulated vsize (KiB) 77900

[startup+62.3015 s]
/proc/loadavg: 1.22 1.05 1.02 3/67 25048
/proc/meminfo: memFree=1713896/2055920 swapFree=4175700/4192956
[pid=25044] ppid=25042 vsize=5356 CPUtime=47.67
/proc/25044/stat : 25044 (manysat.sh) S 25042 25044 24654 0 -1 4194304 312 50374 0 0 0 0 4723 44 16 0 1 0 1151468182 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25044/statm: 1339 238 195 169 0 50 0
[pid=25047] ppid=25044 vsize=72844 CPUtime=28.64
/proc/25047/stat : 25047 (manysat1.1_stat) R 25044 25044 24654 0 -1 4194304 15037 0 0 0 2855 9 0 0 19 0 2 0 1151472955 74592256 15023 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25047/statm: 18211 15023 83 193 0 18015 0
[pid=25047/tid=25048] ppid=25044 vsize=72844 CPUtime=14.13
/proc/25047/task/25048/stat : 25048 (manysat1.1_stat) R 25044 25044 24654 0 -1 4194368 2551 0 0 0 1412 1 0 0 18 0 2 0 1151472996 74592256 15023 1992294400 134512640 135305190 4294956144 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 76.31
Current children cumulated vsize (KiB) 78200

[startup+62.7056 s]
/proc/loadavg: 1.22 1.05 1.02 3/67 25048
/proc/meminfo: memFree=1713448/2055920 swapFree=4175700/4192956
[pid=25044] ppid=25042 vsize=5356 CPUtime=47.67
/proc/25044/stat : 25044 (manysat.sh) S 25042 25044 24654 0 -1 4194304 312 50374 0 0 0 0 4723 44 16 0 1 0 1151468182 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25044/statm: 1339 238 195 169 0 50 0
[pid=25047] ppid=25044 vsize=73016 CPUtime=29.44
/proc/25047/stat : 25047 (manysat1.1_stat) R 25044 25044 24654 0 -1 4194304 15088 0 0 0 2935 9 0 0 20 0 2 0 1151472955 74768384 15074 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25047/statm: 18254 15074 83 193 0 18058 0
[pid=25047/tid=25048] ppid=25044 vsize=73016 CPUtime=14.53
/proc/25047/task/25048/stat : 25048 (manysat1.1_stat) R 25044 25044 24654 0 -1 4194368 2581 0 0 0 1452 1 0 0 18 0 2 0 1151472996 74768384 15074 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 77.11
Current children cumulated vsize (KiB) 78372

[startup+63.1016 s]
/proc/loadavg: 1.22 1.05 1.02 3/67 25048
/proc/meminfo: memFree=1713448/2055920 swapFree=4175700/4192956
[pid=25044] ppid=25042 vsize=5356 CPUtime=47.67
/proc/25044/stat : 25044 (manysat.sh) S 25042 25044 24654 0 -1 4194304 312 50374 0 0 0 0 4723 44 16 0 1 0 1151468182 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25044/statm: 1339 238 195 169 0 50 0
[pid=25047] ppid=25044 vsize=73016 CPUtime=30.23
/proc/25047/stat : 25047 (manysat1.1_stat) R 25044 25044 24654 0 -1 4194304 15108 0 0 0 3014 9 0 0 21 0 2 0 1151472955 74768384 15094 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25047/statm: 18254 15094 83 193 0 18058 0
[pid=25047/tid=25048] ppid=25044 vsize=73016 CPUtime=14.93
/proc/25047/task/25048/stat : 25048 (manysat1.1_stat) R 25044 25044 24654 0 -1 4194368 2599 0 0 0 1492 1 0 0 19 0 2 0 1151472996 74768384 15094 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 77.9
Current children cumulated vsize (KiB) 78372

Child status: 20
Real time (s): 63.1678
CPU time (s): 78.0301
CPU user time (s): 77.4562
CPU system time (s): 0.573912
CPU usage (%): 123.528
Max. virtual memory (cumulated for all children) (KiB): 222084

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

runsolver used 0.055991 second user time and 0.181972 second system time

The end

Launcher Data

Begin job on node30 at 2009-04-03 21:47:10
IDJOB=1563614
IDBENCH=70957
IDSOLVER=515
FILE ID=node30/1563614-1238788028
PBS_JOBID= 9085580
Free space on /tmp= 66480 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-cbmc-aes-ele-noholes.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1563614-1238788028/watcher-1563614-1238788028 -o /tmp/evaluation-result-1563614-1238788028/solver-1563614-1238788028 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1563614-1238788028.cnf aimd 2

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

MD5SUM BENCH= f135b1d0c8abb3603a01568e46f7396a
RANDOM SEED=248904163

node30.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.260
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	: 5931.00
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.260
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:       1801824 kB
Buffers:          3936 kB
Cached:         184172 kB
SwapCached:      11268 kB
Active:         181632 kB
Inactive:        19732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1801824 kB
SwapTotal:     4192956 kB
SwapFree:      4175700 kB
Dirty:           34156 kB
Writeback:           0 kB
Mapped:          18672 kB
Slab:            38696 kB
Committed_AS:  3430344 kB
PageTables:       1432 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= 66480 MiB
End job on node30 at 2009-04-03 21:48:13