Trace number 1563613

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 71.1282 58.3062

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.18/1.28	c ==============================================================================
1.18/1.28	c |           |     ORIGINAL     |              LEARNT              |          |
1.18/1.28	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.18/1.28	c ==============================================================================
1.18/1.28	c |         0 | 1351997  3702185 |  405599       0        0     nan |  0.000 % |
44.04/44.11	c |         0 |  261620  1836831 |      --       0       --      -- |     --   | -768849/-961225
44.04/44.12	c ==============================================================================
44.04/44.12	c Result  :   #vars: 5958   #clauses: 261620   #literals: 1836831
44.04/44.12	c CPU time:   43.6884 s
44.04/44.12	c ==============================================================================
70.94/58.27	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
70.94/58.27	c ============================[ Problem Statistics ]=============================
70.94/58.27	c |                                                                             |
70.94/58.27	c threadId              : 1
70.94/58.27	c restarts              : 178
70.94/58.27	c conflicts             : 49472          (1891 /sec)
70.94/58.27	c decisions             : 95700          (1.71 % random) (3658 /sec)
70.94/58.27	c propagations          : 3115845        (119098 /sec)
70.94/58.27	c conflict literals     : 736705         (15.59 % deleted)
70.94/58.27	c Memory used           : 69.60 MB
70.94/58.27	c CPU time              : 26.162 s
70.94/58.27	
70.94/58.27	c --->m=2, e=8, aimd=1, HOME/5491_many.cnf	time: 13.081	conflicts: 49472        
70.94/58.28	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-1563613-1238788024/watcher-1563613-1238788024 -o /tmp/evaluation-result-1563613-1238788024/solver-1563613-1238788024 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1563613-1238788024.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.00 1.02 1.27 3/73 5491
/proc/meminfo: memFree=1641448/2055920 swapFree=4175408/4192956
[pid=5491] ppid=5489 vsize=5356 CPUtime=0
/proc/5491/stat : 5491 (manysat.sh) S 5489 5491 5208 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151467128 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5491/statm: 1339 235 195 169 0 50 0
[pid=5492] ppid=5491 vsize=840 CPUtime=0
/proc/5492/stat : 5492 (SatElite) R 5491 5491 5208 0 -1 4194304 146 0 0 0 0 0 0 0 19 0 1 0 1151467128 860160 130 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/5492/statm: 210 130 51 127 0 80 0

[startup+0.016009 s]
/proc/loadavg: 1.00 1.02 1.27 3/73 5491
/proc/meminfo: memFree=1641448/2055920 swapFree=4175408/4192956
[pid=5491] ppid=5489 vsize=5356 CPUtime=0
/proc/5491/stat : 5491 (manysat.sh) S 5489 5491 5208 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151467128 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5491/statm: 1339 235 195 169 0 50 0
[pid=5492] ppid=5491 vsize=2100 CPUtime=0
/proc/5492/stat : 5492 (SatElite) R 5491 5491 5208 0 -1 4194304 405 0 0 0 0 0 0 0 19 0 1 0 1151467128 2150400 389 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/5492/statm: 525 390 51 127 0 395 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7456

[startup+0.102018 s]
/proc/loadavg: 1.00 1.02 1.27 3/73 5491
/proc/meminfo: memFree=1641448/2055920 swapFree=4175408/4192956
[pid=5491] ppid=5489 vsize=5356 CPUtime=0
/proc/5491/stat : 5491 (manysat.sh) S 5489 5491 5208 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151467128 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5491/statm: 1339 235 195 169 0 50 0
[pid=5492] ppid=5491 vsize=11588 CPUtime=0.09
/proc/5492/stat : 5492 (SatElite) R 5491 5491 5208 0 -1 4194304 2462 0 0 0 7 2 0 0 19 0 1 0 1151467128 11866112 2446 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/5492/statm: 2897 2446 51 127 0 2767 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16944

[startup+0.301042 s]
/proc/loadavg: 1.00 1.02 1.27 3/73 5491
/proc/meminfo: memFree=1641448/2055920 swapFree=4175408/4192956
[pid=5491] ppid=5489 vsize=5356 CPUtime=0
/proc/5491/stat : 5491 (manysat.sh) S 5489 5491 5208 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151467128 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5491/statm: 1339 235 195 169 0 50 0
[pid=5492] ppid=5491 vsize=28684 CPUtime=0.29
/proc/5492/stat : 5492 (SatElite) R 5491 5491 5208 0 -1 4194304 6701 0 0 0 23 6 0 0 21 0 1 0 1151467128 29372416 6685 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/5492/statm: 7171 6687 52 127 0 7041 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34040

[startup+0.701087 s]
/proc/loadavg: 1.00 1.02 1.27 3/73 5491
/proc/meminfo: memFree=1641448/2055920 swapFree=4175408/4192956
[pid=5491] ppid=5489 vsize=5356 CPUtime=0
/proc/5491/stat : 5491 (manysat.sh) S 5489 5491 5208 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151467128 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5491/statm: 1339 235 195 169 0 50 0
[pid=5492] ppid=5491 vsize=74108 CPUtime=0.69
/proc/5492/stat : 5492 (SatElite) R 5491 5491 5208 0 -1 4194304 15802 0 0 0 57 12 0 0 24 0 1 0 1151467128 75886592 15786 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/5492/statm: 18527 15787 52 127 0 18397 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 79464

[startup+1.50218 s]
/proc/loadavg: 1.00 1.02 1.27 2/75 5493
/proc/meminfo: memFree=1549656/2055920 swapFree=4175408/4192956
[pid=5491] ppid=5489 vsize=5356 CPUtime=0
/proc/5491/stat : 5491 (manysat.sh) S 5489 5491 5208 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151467128 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5491/statm: 1339 235 195 169 0 50 0
[pid=5492] ppid=5491 vsize=158596 CPUtime=1.48
/proc/5492/stat : 5492 (SatElite) R 5491 5491 5208 0 -1 4194304 31935 0 0 0 128 20 0 0 25 0 1 0 1151467128 162402304 31919 1992294400 134512640 135034092 4294956096 18446744073709551615 134546853 0 0 4096 3 0 0 0 17 0 0 0
/proc/5492/statm: 39649 31919 64 127 0 39519 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 163952

[startup+3.10137 s]
/proc/loadavg: 1.00 1.02 1.27 2/75 5493
/proc/meminfo: memFree=1511960/2055920 swapFree=4175408/4192956
[pid=5491] ppid=5489 vsize=5356 CPUtime=0
/proc/5491/stat : 5491 (manysat.sh) S 5489 5491 5208 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151467128 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5491/statm: 1339 235 195 169 0 50 0
[pid=5492] ppid=5491 vsize=159108 CPUtime=3.08
/proc/5492/stat : 5492 (SatElite) R 5491 5491 5208 0 -1 4194304 32047 0 0 0 288 20 0 0 25 0 1 0 1151467128 162926592 32031 1992294400 134512640 135034092 4294956096 18446744073709551615 134529225 0 0 4096 3 0 0 0 17 0 0 0
/proc/5492/statm: 39777 32031 64 127 0 39647 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 164464

[startup+6.30174 s]
/proc/loadavg: 1.16 1.05 1.28 2/75 5493
/proc/meminfo: memFree=1496472/2055920 swapFree=4175408/4192956
[pid=5491] ppid=5489 vsize=5356 CPUtime=0
/proc/5491/stat : 5491 (manysat.sh) S 5489 5491 5208 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151467128 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5491/statm: 1339 235 195 169 0 50 0
[pid=5492] ppid=5491 vsize=174944 CPUtime=6.28
/proc/5492/stat : 5492 (SatElite) R 5491 5491 5208 0 -1 4194304 38537 0 0 0 601 27 0 0 25 0 1 0 1151467128 179142656 35141 1992294400 134512640 135034092 4294956096 18446744073709551615 134547428 0 0 4096 3 0 0 0 17 0 0 0
/proc/5492/statm: 43736 35141 68 127 0 43606 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 180300

[startup+12.7015 s]
/proc/loadavg: 1.31 1.08 1.29 2/75 5493
/proc/meminfo: memFree=1455832/2055920 swapFree=4175408/4192956
[pid=5491] ppid=5489 vsize=5356 CPUtime=0
/proc/5491/stat : 5491 (manysat.sh) S 5489 5491 5208 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151467128 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5491/statm: 1339 235 195 169 0 50 0
[pid=5492] ppid=5491 vsize=200384 CPUtime=12.68
/proc/5492/stat : 5492 (SatElite) R 5491 5491 5208 0 -1 4194304 45263 0 0 0 1234 34 0 0 25 0 1 0 1151467128 205193216 41526 1992294400 134512640 135034092 4294956096 18446744073709551615 134540697 0 0 4096 3 0 0 0 17 0 0 0
/proc/5492/statm: 50096 41526 68 127 0 49966 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 205740

[startup+25.502 s]
/proc/loadavg: 1.54 1.14 1.30 2/75 5493
/proc/meminfo: memFree=1455448/2055920 swapFree=4175408/4192956
[pid=5491] ppid=5489 vsize=5356 CPUtime=0
/proc/5491/stat : 5491 (manysat.sh) S 5489 5491 5208 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151467128 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5491/statm: 1339 235 195 169 0 50 0
[pid=5492] ppid=5491 vsize=200896 CPUtime=25.48
/proc/5492/stat : 5492 (SatElite) R 5491 5491 5208 0 -1 4194304 45445 0 0 0 2513 35 0 0 25 0 1 0 1151467128 205717504 41708 1992294400 134512640 135034092 4294956096 18446744073709551615 134540733 0 0 4096 3 0 0 0 17 0 0 0
/proc/5492/statm: 50224 41708 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.78 1.23 1.32 3/76 5495
/proc/meminfo: memFree=1557200/2055920 swapFree=4175408/4192956
[pid=5491] ppid=5489 vsize=5356 CPUtime=44.8
/proc/5491/stat : 5491 (manysat.sh) S 5489 5491 5208 0 -1 4194304 312 50374 0 0 0 0 4439 41 19 0 1 0 1151467128 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5491/statm: 1339 238 195 169 0 50 0
[pid=5494] ppid=5491 vsize=67844 CPUtime=11.98
/proc/5494/stat : 5494 (manysat1.1_stat) R 5491 5491 5208 0 -1 4194304 13836 0 0 0 1188 10 0 0 17 0 2 0 1151471615 69472256 13821 1992294400 134512640 135305190 4294956144 18446744073709551615 134528371 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/5494/statm: 16961 13821 83 193 0 16765 0
[pid=5494/tid=5495] ppid=5491 vsize=67844 CPUtime=5.76
/proc/5494/task/5495/stat : 5495 (manysat1.1_stat) R 5491 5491 5208 0 -1 4194368 2246 0 0 0 574 2 0 0 17 0 2 0 1151471656 69472256 13821 1992294400 134512640 135305190 4294956144 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 56.78
Current children cumulated vsize (KiB) 73200

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

[startup+54.3013 s]
/proc/loadavg: 1.95 1.28 1.34 3/76 5495
/proc/meminfo: memFree=1554704/2055920 swapFree=4175408/4192956
[pid=5491] ppid=5489 vsize=5356 CPUtime=44.8
/proc/5491/stat : 5491 (manysat.sh) S 5489 5491 5208 0 -1 4194304 312 50374 0 0 0 0 4439 41 19 0 1 0 1151467128 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5491/statm: 1339 238 195 169 0 50 0
[pid=5494] ppid=5491 vsize=69812 CPUtime=18.36
/proc/5494/stat : 5494 (manysat1.1_stat) R 5491 5491 5208 0 -1 4194304 14393 0 0 0 1825 11 0 0 17 0 2 0 1151471615 71487488 14378 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/5494/statm: 17453 14378 83 193 0 17257 0
[pid=5494/tid=5495] ppid=5491 vsize=69812 CPUtime=8.95
/proc/5494/task/5495/stat : 5495 (manysat1.1_stat) R 5491 5491 5208 0 -1 4194368 2501 0 0 0 892 3 0 0 20 0 2 0 1151471656 71487488 14378 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 63.16
Current children cumulated vsize (KiB) 75168

[startup+55.9015 s]
/proc/loadavg: 1.95 1.28 1.34 3/76 5495
/proc/meminfo: memFree=1553808/2055920 swapFree=4175408/4192956
[pid=5491] ppid=5489 vsize=5356 CPUtime=44.8
/proc/5491/stat : 5491 (manysat.sh) S 5489 5491 5208 0 -1 4194304 312 50374 0 0 0 0 4439 41 19 0 1 0 1151467128 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5491/statm: 1339 238 195 169 0 50 0
[pid=5494] ppid=5491 vsize=70628 CPUtime=21.55
/proc/5494/stat : 5494 (manysat1.1_stat) R 5491 5491 5208 0 -1 4194304 14637 0 0 0 2144 11 0 0 17 0 2 0 1151471615 72323072 14622 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/5494/statm: 17657 14622 83 193 0 17461 0
[pid=5494/tid=5495] ppid=5491 vsize=70628 CPUtime=10.54
/proc/5494/task/5495/stat : 5495 (manysat1.1_stat) R 5491 5491 5208 0 -1 4194368 2575 0 0 0 1051 3 0 0 17 0 2 0 1151471656 72323072 14622 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 66.35
Current children cumulated vsize (KiB) 75984

[startup+57.5017 s]
/proc/loadavg: 1.95 1.28 1.34 3/76 5495
/proc/meminfo: memFree=1553104/2055920 swapFree=4175408/4192956
[pid=5491] ppid=5489 vsize=5356 CPUtime=44.8
/proc/5491/stat : 5491 (manysat.sh) S 5489 5491 5208 0 -1 4194304 312 50374 0 0 0 0 4439 41 19 0 1 0 1151467128 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5491/statm: 1339 238 195 169 0 50 0
[pid=5494] ppid=5491 vsize=71096 CPUtime=24.74
/proc/5494/stat : 5494 (manysat1.1_stat) R 5491 5491 5208 0 -1 4194304 14747 0 0 0 2463 11 0 0 17 0 2 0 1151471615 72802304 14732 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/5494/statm: 17774 14732 83 193 0 17578 0
[pid=5494/tid=5495] ppid=5491 vsize=71096 CPUtime=12.13
/proc/5494/task/5495/stat : 5495 (manysat1.1_stat) R 5491 5491 5208 0 -1 4194368 2642 0 0 0 1210 3 0 0 18 0 2 0 1151471656 72802304 14732 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 69.54
Current children cumulated vsize (KiB) 76452

[startup+57.9017 s]
/proc/loadavg: 1.95 1.28 1.34 3/76 5495
/proc/meminfo: memFree=1553104/2055920 swapFree=4175408/4192956
[pid=5491] ppid=5489 vsize=5356 CPUtime=44.8
/proc/5491/stat : 5491 (manysat.sh) S 5489 5491 5208 0 -1 4194304 312 50374 0 0 0 0 4439 41 19 0 1 0 1151467128 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5491/statm: 1339 238 195 169 0 50 0
[pid=5494] ppid=5491 vsize=71264 CPUtime=25.54
/proc/5494/stat : 5494 (manysat1.1_stat) R 5491 5491 5208 0 -1 4194304 14779 0 0 0 2543 11 0 0 17 0 2 0 1151471615 72974336 14764 1992294400 134512640 135305190 4294956144 18446744073709551615 134528464 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/5494/statm: 17816 14764 83 193 0 17620 0
[pid=5494/tid=5495] ppid=5491 vsize=71264 CPUtime=12.53
/proc/5494/task/5495/stat : 5495 (manysat1.1_stat) R 5491 5491 5208 0 -1 4194368 2646 0 0 0 1250 3 0 0 19 0 2 0 1151471656 72974336 14764 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 70.34
Current children cumulated vsize (KiB) 76620

[startup+58.1018 s]
/proc/loadavg: 1.95 1.28 1.34 3/76 5495
/proc/meminfo: memFree=1553104/2055920 swapFree=4175408/4192956
[pid=5491] ppid=5489 vsize=5356 CPUtime=44.8
/proc/5491/stat : 5491 (manysat.sh) S 5489 5491 5208 0 -1 4194304 312 50374 0 0 0 0 4439 41 19 0 1 0 1151467128 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5491/statm: 1339 238 195 169 0 50 0
[pid=5494] ppid=5491 vsize=71264 CPUtime=25.94
/proc/5494/stat : 5494 (manysat1.1_stat) R 5491 5491 5208 0 -1 4194304 14794 0 0 0 2583 11 0 0 17 0 2 0 1151471615 72974336 14779 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/5494/statm: 17816 14779 83 193 0 17620 0
[pid=5494/tid=5495] ppid=5491 vsize=71264 CPUtime=12.73
/proc/5494/task/5495/stat : 5495 (manysat1.1_stat) R 5491 5491 5208 0 -1 4194368 2657 0 0 0 1270 3 0 0 17 0 2 0 1151471656 72974336 14779 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 70.74
Current children cumulated vsize (KiB) 76620

[startup+58.2018 s]
/proc/loadavg: 1.95 1.28 1.34 3/76 5495
/proc/meminfo: memFree=1552720/2055920 swapFree=4175408/4192956
[pid=5491] ppid=5489 vsize=5356 CPUtime=44.8
/proc/5491/stat : 5491 (manysat.sh) S 5489 5491 5208 0 -1 4194304 312 50374 0 0 0 0 4439 41 19 0 1 0 1151467128 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5491/statm: 1339 238 195 169 0 50 0
[pid=5494] ppid=5491 vsize=71264 CPUtime=26.14
/proc/5494/stat : 5494 (manysat1.1_stat) R 5491 5491 5208 0 -1 4194304 14799 0 0 0 2603 11 0 0 17 0 2 0 1151471615 72974336 14784 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/5494/statm: 17816 14784 83 193 0 17620 0
[pid=5494/tid=5495] ppid=5491 vsize=71264 CPUtime=12.83
/proc/5494/task/5495/stat : 5495 (manysat1.1_stat) R 5491 5491 5208 0 -1 4194368 2661 0 0 0 1280 3 0 0 17 0 2 0 1151471656 72974336 14784 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 70.94
Current children cumulated vsize (KiB) 76620

Child status: 20
Real time (s): 58.3062
CPU time (s): 71.1282
CPU user time (s): 70.5553
CPU system time (s): 0.572912
CPU usage (%): 121.991
Max. virtual memory (cumulated for all children) (KiB): 222084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70.5553
system time used= 0.572912
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65655
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= 1733
involuntary context switches= 389

runsolver used 0.065989 second user time and 0.172973 second system time

The end

Launcher Data

Begin job on node77 at 2009-04-03 21:47:06
IDJOB=1563613
IDBENCH=70957
IDSOLVER=514
FILE ID=node77/1563613-1238788024
PBS_JOBID= 9085583
Free space on /tmp= 66520 MiB

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

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

MD5SUM BENCH= f135b1d0c8abb3603a01568e46f7396a
RANDOM SEED=1212714463

node77.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.230
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.230
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1641992 kB
Buffers:         29064 kB
Cached:         305660 kB
SwapCached:       8948 kB
Active:         106160 kB
Inactive:       239016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1641992 kB
SwapTotal:     4192956 kB
SwapFree:      4175408 kB
Dirty:           34172 kB
Writeback:           0 kB
Mapped:          16300 kB
Slab:            54008 kB
Committed_AS:  3031208 kB
PageTables:       1984 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= 66520 MiB
End job on node77 at 2009-04-03 21:48:04