Trace number 1563249

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 1126.37 586.315

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-cbmc-aes-ee-r2-noholes.cnf
MD5SUM4c8b9603e0c90cfb3c82064eae956799
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark728.775
Satisfiable
(Un)Satisfiability was proved
Number of variables266199
Number of clauses1575975
Sum of the clauses size4240496
Maximum clause length33
Minimum clause length1
Number of clauses of size 139783
Number of clauses of size 21138497
Number of clauses of size 3317809
Number of clauses of size 49949
Number of clauses of size 50
Number of clauses of size over 569937

Solver Data

0.00/0.00	c Parsing...
1.19/1.26	c ==============================================================================
1.19/1.26	c |           |     ORIGINAL     |              LEARNT              |          |
1.19/1.26	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.19/1.26	c ==============================================================================
1.19/1.26	c |         0 | 1328859  3634310 |  398657       0        0     nan |  0.000 % |
41.26/41.39	c |         0 |  253406  1804413 |      --       0       --      -- |     --   | -752995/-922075
41.26/41.39	c ==============================================================================
41.26/41.39	c Result  :   #vars: 4366   #clauses: 253406   #literals: 1804413
41.26/41.39	c CPU time:   41.0018 s
41.26/41.39	c ==============================================================================
1126.18/586.26	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
1126.18/586.26	c ============================[ Problem Statistics ]=============================
1126.18/586.26	c |                                                                             |
1126.18/586.26	c threadId              : 1
1126.18/586.26	c restarts              : 8835
1126.18/586.26	c conflicts             : 1745328        (1611 /sec)
1126.18/586.26	c decisions             : 4306967        (1.45 % random) (3974 /sec)
1126.18/586.26	c propagations          : 97303248       (89792 /sec)
1126.18/586.26	c conflict literals     : 26389739       (10.89 % deleted)
1126.18/586.26	c Memory used           : 173.12 MB
1126.18/586.26	c CPU time              : 1083.66 s
1126.18/586.26	
1126.18/586.26	c --->m=2, e=8, aimd=1, HOME/1366_many.cnf	time: 541.829	conflicts: 1745328      
1126.18/586.29	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-1563249-1238783857/watcher-1563249-1238783857 -o /tmp/evaluation-result-1563249-1238783857/solver-1563249-1238783857 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1563249-1238783857.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.00 1.00 3/73 1366
/proc/meminfo: memFree=1667880/2055920 swapFree=4173988/4192956
[pid=1366] ppid=1364 vsize=5356 CPUtime=0
/proc/1366/stat : 1366 (manysat.sh) S 1364 1366 1302 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151050917 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1366/statm: 1339 235 195 169 0 50 0
[pid=1367] ppid=1366 vsize=824 CPUtime=0
/proc/1367/stat : 1367 (SatElite) R 1366 1366 1302 0 -1 4194304 129 0 0 0 0 0 0 0 19 0 1 0 1151050917 843776 113 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/1367/statm: 206 113 51 127 0 76 0

[startup+0.0276989 s]
/proc/loadavg: 1.00 1.00 1.00 3/73 1366
/proc/meminfo: memFree=1667880/2055920 swapFree=4173988/4192956
[pid=1366] ppid=1364 vsize=5356 CPUtime=0
/proc/1366/stat : 1366 (manysat.sh) S 1364 1366 1302 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151050917 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1366/statm: 1339 235 195 169 0 50 0
[pid=1367] ppid=1366 vsize=3456 CPUtime=0.02
/proc/1367/stat : 1367 (SatElite) R 1366 1366 1302 0 -1 4194304 707 0 0 0 2 0 0 0 19 0 1 0 1151050917 3538944 691 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/1367/statm: 864 691 51 127 0 734 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8812

[startup+0.101711 s]
/proc/loadavg: 1.00 1.00 1.00 3/73 1366
/proc/meminfo: memFree=1667880/2055920 swapFree=4173988/4192956
[pid=1366] ppid=1364 vsize=5356 CPUtime=0
/proc/1366/stat : 1366 (manysat.sh) S 1364 1366 1302 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151050917 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1366/statm: 1339 235 195 169 0 50 0
[pid=1367] ppid=1366 vsize=9644 CPUtime=0.09
/proc/1367/stat : 1367 (SatElite) R 1366 1366 1302 0 -1 4194304 2205 0 0 0 8 1 0 0 20 0 1 0 1151050917 9875456 2189 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/1367/statm: 2411 2190 52 127 0 2281 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15000

[startup+0.301749 s]
/proc/loadavg: 1.00 1.00 1.00 3/73 1366
/proc/meminfo: memFree=1667880/2055920 swapFree=4173988/4192956
[pid=1366] ppid=1364 vsize=5356 CPUtime=0
/proc/1366/stat : 1366 (manysat.sh) S 1364 1366 1302 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151050917 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1366/statm: 1339 235 195 169 0 50 0
[pid=1367] ppid=1366 vsize=28656 CPUtime=0.29
/proc/1367/stat : 1367 (SatElite) R 1366 1366 1302 0 -1 4194304 6651 0 0 0 25 4 0 0 21 0 1 0 1151050917 29343744 6635 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/1367/statm: 7164 6636 52 127 0 7034 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34012

[startup+0.701825 s]
/proc/loadavg: 1.00 1.00 1.00 3/73 1366
/proc/meminfo: memFree=1667880/2055920 swapFree=4173988/4192956
[pid=1366] ppid=1364 vsize=5356 CPUtime=0
/proc/1366/stat : 1366 (manysat.sh) S 1364 1366 1302 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151050917 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1366/statm: 1339 235 195 169 0 50 0
[pid=1367] ppid=1366 vsize=73664 CPUtime=0.68
/proc/1367/stat : 1367 (SatElite) R 1366 1366 1302 0 -1 4194304 15786 0 0 0 58 10 0 0 25 0 1 0 1151050917 75431936 15770 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/1367/statm: 18416 15771 52 127 0 18286 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 79020

[startup+1.50198 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 1368
/proc/meminfo: memFree=1577176/2055920 swapFree=4173988/4192956
[pid=1366] ppid=1364 vsize=5356 CPUtime=0
/proc/1366/stat : 1366 (manysat.sh) S 1364 1366 1302 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151050917 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1366/statm: 1339 235 195 169 0 50 0
[pid=1367] ppid=1366 vsize=156976 CPUtime=1.49
/proc/1367/stat : 1367 (SatElite) R 1366 1366 1302 0 -1 4194304 31394 0 0 0 130 19 0 0 25 0 1 0 1151050917 160743424 31356 1992294400 134512640 135034092 4294956096 18446744073709551615 134540726 0 0 4096 3 0 0 0 17 0 0 0
/proc/1367/statm: 39244 31356 64 127 0 39114 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 162332

[startup+3.10129 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 1368
/proc/meminfo: memFree=1541784/2055920 swapFree=4173988/4192956
[pid=1366] ppid=1364 vsize=5356 CPUtime=0
/proc/1366/stat : 1366 (manysat.sh) S 1364 1366 1302 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151050917 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1366/statm: 1339 235 195 169 0 50 0
[pid=1367] ppid=1366 vsize=157488 CPUtime=3.08
/proc/1367/stat : 1367 (SatElite) R 1366 1366 1302 0 -1 4194304 31503 0 0 0 289 19 0 0 25 0 1 0 1151050917 161267712 31465 1992294400 134512640 135034092 4294956096 18446744073709551615 134540729 0 0 4096 3 0 0 0 17 0 0 0
/proc/1367/statm: 39372 31465 64 127 0 39242 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 162844

[startup+6.3019 s]
/proc/loadavg: 1.16 1.03 1.01 2/75 1368
/proc/meminfo: memFree=1526616/2055920 swapFree=4173988/4192956
[pid=1366] ppid=1364 vsize=5356 CPUtime=0
/proc/1366/stat : 1366 (manysat.sh) S 1364 1366 1302 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151050917 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1366/statm: 1339 235 195 169 0 50 0
[pid=1367] ppid=1366 vsize=172252 CPUtime=6.29
/proc/1367/stat : 1367 (SatElite) R 1366 1366 1302 0 -1 4194304 38183 0 0 0 602 27 0 0 25 0 1 0 1151050917 176386048 34703 1992294400 134512640 135034092 4294956096 18446744073709551615 134569613 0 0 4096 3 0 0 0 17 0 0 0
/proc/1367/statm: 43063 34703 68 127 0 42933 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 177608

[startup+12.7021 s]
/proc/loadavg: 1.23 1.05 1.02 2/75 1368
/proc/meminfo: memFree=1487256/2055920 swapFree=4173988/4192956
[pid=1366] ppid=1364 vsize=5356 CPUtime=0
/proc/1366/stat : 1366 (manysat.sh) S 1364 1366 1302 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151050917 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1366/statm: 1339 235 195 169 0 50 0
[pid=1367] ppid=1366 vsize=196400 CPUtime=12.68
/proc/1367/stat : 1367 (SatElite) R 1366 1366 1302 0 -1 4194304 44635 0 0 0 1234 34 0 0 25 0 1 0 1151050917 201113600 40855 1992294400 134512640 135034092 4294956096 18446744073709551615 134540968 0 0 4096 3 0 0 0 17 0 0 0
/proc/1367/statm: 49100 40855 68 127 0 48970 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 201756

[startup+25.5016 s]
/proc/loadavg: 1.32 1.08 1.02 2/75 1368
/proc/meminfo: memFree=1488024/2055920 swapFree=4173988/4192956
[pid=1366] ppid=1364 vsize=5356 CPUtime=0
/proc/1366/stat : 1366 (manysat.sh) S 1364 1366 1302 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151050917 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1366/statm: 1339 235 195 169 0 50 0
[pid=1367] ppid=1366 vsize=196656 CPUtime=25.48
/proc/1367/stat : 1367 (SatElite) R 1366 1366 1302 0 -1 4194304 44750 0 0 0 2513 35 0 0 25 0 1 0 1151050917 201375744 40970 1992294400 134512640 135034092 4294956096 18446744073709551615 134569541 0 0 4096 3 0 0 0 17 0 0 0
/proc/1367/statm: 49164 40970 68 127 0 49034 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 202012

[startup+51.1015 s]
/proc/loadavg: 1.44 1.12 1.04 3/76 1370
/proc/meminfo: memFree=1578000/2055920 swapFree=4173988/4192956
[pid=1366] ppid=1364 vsize=5356 CPUtime=42.1
/proc/1366/stat : 1366 (manysat.sh) S 1364 1366 1302 0 -1 4194304 312 49513 0 0 0 0 4168 42 16 0 1 0 1151050917 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1366/statm: 1339 238 195 169 0 50 0
[pid=1369] ppid=1366 vsize=76940 CPUtime=17.44
/proc/1369/stat : 1369 (manysat1.1_stat) R 1366 1366 1302 0 -1 4194304 16093 0 0 0 1732 12 0 0 17 0 2 0 1151055131 78786560 16079 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1369/statm: 19235 16079 83 193 0 19039 0
[pid=1369/tid=1370] ppid=1366 vsize=76940 CPUtime=8.53
/proc/1369/task/1370/stat : 1370 (manysat1.1_stat) R 1366 1366 1302 0 -1 4194368 3290 0 0 0 850 3 0 0 17 0 2 0 1151055170 78786560 16079 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 59.54
Current children cumulated vsize (KiB) 82296

[startup+102.306 s]
/proc/loadavg: 1.76 1.25 1.09 3/76 1370
/proc/meminfo: memFree=1558800/2055920 swapFree=4173988/4192956
[pid=1366] ppid=1364 vsize=5356 CPUtime=42.1
/proc/1366/stat : 1366 (manysat.sh) S 1364 1366 1302 0 -1 4194304 312 49513 0 0 0 0 4168 42 16 0 1 0 1151050917 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1366/statm: 1339 238 195 169 0 50 0
[pid=1369] ppid=1366 vsize=96544 CPUtime=119.44
/proc/1369/stat : 1369 (manysat1.1_stat) R 1366 1366 1302 0 -1 4194304 20764 0 0 0 11925 19 0 0 17 0 2 0 1151055131 98861056 20750 1992294400 134512640 135305190 4294956144 18446744073709551615 134528545 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1369/statm: 24136 20750 83 193 0 23940 0
[pid=1369/tid=1370] ppid=1366 vsize=96544 CPUtime=59.46
/proc/1369/task/1370/stat : 1370 (manysat1.1_stat) R 1366 1366 1302 0 -1 4194368 5419 0 0 0 5938 8 0 0 17 0 2 0 1151055170 98861056 20750 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.54
Current children cumulated vsize (KiB) 101900

[startup+162.302 s]
/proc/loadavg: 1.91 1.39 1.14 3/76 1370
/proc/meminfo: memFree=1548368/2055920 swapFree=4173988/4192956
[pid=1366] ppid=1364 vsize=5356 CPUtime=42.1
/proc/1366/stat : 1366 (manysat.sh) S 1364 1366 1302 0 -1 4194304 312 49513 0 0 0 0 4168 42 16 0 1 0 1151050917 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1366/statm: 1339 238 195 169 0 50 0
[pid=1369] ppid=1366 vsize=106788 CPUtime=239.02
/proc/1369/stat : 1369 (manysat1.1_stat) R 1366 1366 1302 0 -1 4194304 23377 0 0 0 23877 25 0 0 17 0 2 0 1151055131 109350912 23363 1992294400 134512640 135305190 4294956144 18446744073709551615 134530624 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1369/statm: 26697 23363 83 193 0 26501 0
[pid=1369/tid=1370] ppid=1366 vsize=106788 CPUtime=119.16
/proc/1369/task/1370/stat : 1370 (manysat1.1_stat) R 1366 1366 1302 0 -1 4194368 6775 0 0 0 11905 11 0 0 17 0 2 0 1151055170 109350912 23363 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.12
Current children cumulated vsize (KiB) 112144

[startup+222.301 s]
/proc/loadavg: 1.89 1.48 1.19 3/76 1370
/proc/meminfo: memFree=1532176/2055920 swapFree=4173988/4192956
[pid=1366] ppid=1364 vsize=5356 CPUtime=42.1
/proc/1366/stat : 1366 (manysat.sh) S 1364 1366 1302 0 -1 4194304 312 49513 0 0 0 0 4168 42 16 0 1 0 1151050917 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1366/statm: 1339 238 195 169 0 50 0
[pid=1369] ppid=1366 vsize=122724 CPUtime=358.6
/proc/1369/stat : 1369 (manysat1.1_stat) R 1366 1366 1302 0 -1 4194304 27419 0 0 0 35829 31 0 0 17 0 2 0 1151055131 125669376 27405 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1369/statm: 30681 27405 83 193 0 30485 0
[pid=1369/tid=1370] ppid=1366 vsize=122724 CPUtime=178.82
/proc/1369/task/1370/stat : 1370 (manysat1.1_stat) R 1366 1366 1302 0 -1 4194368 8815 0 0 0 17868 14 0 0 17 0 2 0 1151055170 125669376 27405 1992294400 134512640 135305190 4294956144 18446744073709551615 134528435 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 400.7
Current children cumulated vsize (KiB) 128080

[startup+282.303 s]
/proc/loadavg: 1.96 1.57 1.23 3/76 1370
/proc/meminfo: memFree=1526032/2055920 swapFree=4173988/4192956
[pid=1366] ppid=1364 vsize=5356 CPUtime=42.1
/proc/1366/stat : 1366 (manysat.sh) S 1364 1366 1302 0 -1 4194304 312 49513 0 0 0 0 4168 42 16 0 1 0 1151050917 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1366/statm: 1339 238 195 169 0 50 0
[pid=1369] ppid=1366 vsize=129508 CPUtime=478.21
/proc/1369/stat : 1369 (manysat1.1_stat) R 1366 1366 1302 0 -1 4194304 28975 0 0 0 47787 34 0 0 25 0 2 0 1151055131 132616192 28961 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1369/statm: 32377 28961 83 193 0 32181 0
[pid=1369/tid=1370] ppid=1366 vsize=129508 CPUtime=238.49
/proc/1369/task/1370/stat : 1370 (manysat1.1_stat) R 1366 1366 1302 0 -1 4194368 9527 0 0 0 23833 16 0 0 17 0 2 0 1151055170 132616192 28961 1992294400 134512640 135305190 4294956144 18446744073709551615 134528446 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 520.31
Current children cumulated vsize (KiB) 134864

[startup+342.301 s]
/proc/loadavg: 1.98 1.65 1.28 3/76 1370
/proc/meminfo: memFree=1516752/2055920 swapFree=4173988/4192956
[pid=1366] ppid=1364 vsize=5356 CPUtime=42.1
/proc/1366/stat : 1366 (manysat.sh) S 1364 1366 1302 0 -1 4194304 312 49513 0 0 0 0 4168 42 16 0 1 0 1151050917 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1366/statm: 1339 238 195 169 0 50 0
[pid=1369] ppid=1366 vsize=139800 CPUtime=597.8
/proc/1369/stat : 1369 (manysat1.1_stat) R 1366 1366 1302 0 -1 4194304 31276 0 0 0 59742 38 0 0 25 0 2 0 1151055131 143155200 31262 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1369/statm: 34950 31262 83 193 0 34754 0
[pid=1369/tid=1370] ppid=1366 vsize=139800 CPUtime=298.13
/proc/1369/task/1370/stat : 1370 (manysat1.1_stat) R 1366 1366 1302 0 -1 4194368 10685 0 0 0 29796 17 0 0 25 0 2 0 1151055170 143155200 31262 1992294400 134512640 135305190 4294956144 18446744073709551615 134528455 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 639.9
Current children cumulated vsize (KiB) 145156

[startup+402.302 s]
/proc/loadavg: 1.99 1.71 1.32 3/76 1370
/proc/meminfo: memFree=1504336/2055920 swapFree=4173988/4192956
[pid=1366] ppid=1364 vsize=5356 CPUtime=42.1
/proc/1366/stat : 1366 (manysat.sh) S 1364 1366 1302 0 -1 4194304 312 49513 0 0 0 0 4168 42 16 0 1 0 1151050917 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1366/statm: 1339 238 195 169 0 50 0
[pid=1369] ppid=1366 vsize=152032 CPUtime=717.43
/proc/1369/stat : 1369 (manysat1.1_stat) R 1366 1366 1302 0 -1 4194304 34379 0 0 0 71700 43 0 0 19 0 2 0 1151055131 155680768 34365 1992294400 134512640 135305190 4294956144 18446744073709551615 134528341 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1369/statm: 38008 34365 83 193 0 37812 0
[pid=1369/tid=1370] ppid=1366 vsize=152032 CPUtime=357.78
/proc/1369/task/1370/stat : 1370 (manysat1.1_stat) R 1366 1366 1302 0 -1 4194368 12248 0 0 0 35758 20 0 0 17 0 2 0 1151055170 155680768 34365 1992294400 134512640 135305190 4294956144 18446744073709551615 134528347 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 759.53
Current children cumulated vsize (KiB) 157388

[startup+462.301 s]
/proc/loadavg: 1.99 1.76 1.36 3/76 1370
/proc/meminfo: memFree=1498640/2055920 swapFree=4173988/4192956
[pid=1366] ppid=1364 vsize=5356 CPUtime=42.1
/proc/1366/stat : 1366 (manysat.sh) S 1364 1366 1302 0 -1 4194304 312 49513 0 0 0 0 4168 42 16 0 1 0 1151050917 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1366/statm: 1339 238 195 169 0 50 0
[pid=1369] ppid=1366 vsize=158980 CPUtime=837.05
/proc/1369/stat : 1369 (manysat1.1_stat) R 1366 1366 1302 0 -1 4194304 35792 0 0 0 83659 46 0 0 21 0 2 0 1151055131 162795520 35778 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1369/statm: 39745 35778 83 193 0 39549 0
[pid=1369/tid=1370] ppid=1366 vsize=158980 CPUtime=417.48
/proc/1369/task/1370/stat : 1370 (manysat1.1_stat) R 1366 1366 1302 0 -1 4194368 13078 0 0 0 41726 22 0 0 17 0 2 0 1151055170 162795520 35778 1992294400 134512640 135305190 4294956144 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 879.15
Current children cumulated vsize (KiB) 164336

[startup+522.302 s]
/proc/loadavg: 1.99 1.80 1.40 3/76 1371
/proc/meminfo: memFree=1486032/2055920 swapFree=4173988/4192956
[pid=1366] ppid=1364 vsize=5356 CPUtime=42.1
/proc/1366/stat : 1366 (manysat.sh) S 1364 1366 1302 0 -1 4194304 312 49513 0 0 0 0 4168 42 16 0 1 0 1151050917 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1366/statm: 1339 238 195 169 0 50 0
[pid=1369] ppid=1366 vsize=170020 CPUtime=956.62
/proc/1369/stat : 1369 (manysat1.1_stat) R 1366 1366 1302 0 -1 4194304 38934 0 0 0 95610 52 0 0 25 0 2 0 1151055131 174100480 38920 1992294400 134512640 135305190 4294956144 18446744073709551615 134528421 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1369/statm: 42505 38920 83 193 0 42309 0
[pid=1369/tid=1370] ppid=1366 vsize=170020 CPUtime=477.15
/proc/1369/task/1370/stat : 1370 (manysat1.1_stat) R 1366 1366 1302 0 -1 4194368 14513 0 0 0 47691 24 0 0 17 0 2 0 1151055170 174100480 38920 1992294400 134512640 135305190 4294956144 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 998.72
Current children cumulated vsize (KiB) 175376

[startup+582.302 s]
/proc/loadavg: 1.99 1.83 1.43 3/76 1371
/proc/meminfo: memFree=1479952/2055920 swapFree=4173988/4192956
[pid=1366] ppid=1364 vsize=5356 CPUtime=42.1
/proc/1366/stat : 1366 (manysat.sh) S 1364 1366 1302 0 -1 4194304 312 49513 0 0 0 0 4168 42 16 0 1 0 1151050917 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1366/statm: 1339 238 195 169 0 50 0
[pid=1369] ppid=1366 vsize=176752 CPUtime=1076.3
/proc/1369/stat : 1369 (manysat1.1_stat) R 1366 1366 1302 0 -1 4194304 40442 0 0 0 107575 55 0 0 17 0 2 0 1151055131 180994048 40428 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1369/statm: 44188 40428 83 193 0 43992 0
[pid=1369/tid=1370] ppid=1366 vsize=176752 CPUtime=536.85
/proc/1369/task/1370/stat : 1370 (manysat1.1_stat) R 1366 1366 1302 0 -1 4194368 15468 0 0 0 53659 26 0 0 19 0 2 0 1151055170 180994048 40428 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1118.4
Current children cumulated vsize (KiB) 182108

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

[startup+583.902 s]
/proc/loadavg: 1.99 1.83 1.43 3/76 1371
/proc/meminfo: memFree=1479888/2055920 swapFree=4173988/4192956
[pid=1366] ppid=1364 vsize=5356 CPUtime=42.1
/proc/1366/stat : 1366 (manysat.sh) S 1364 1366 1302 0 -1 4194304 312 49513 0 0 0 0 4168 42 16 0 1 0 1151050917 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1366/statm: 1339 238 195 169 0 50 0
[pid=1369] ppid=1366 vsize=177088 CPUtime=1079.49
/proc/1369/stat : 1369 (manysat1.1_stat) R 1366 1366 1302 0 -1 4194304 40496 0 0 0 107894 55 0 0 18 0 2 0 1151055131 181338112 40482 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1369/statm: 44272 40482 83 193 0 44076 0
[pid=1369/tid=1370] ppid=1366 vsize=177088 CPUtime=538.44
/proc/1369/task/1370/stat : 1370 (manysat1.1_stat) R 1366 1366 1302 0 -1 4194368 15504 0 0 0 53818 26 0 0 22 0 2 0 1151055170 181338112 40482 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1121.59
Current children cumulated vsize (KiB) 182444

[startup+585.502 s]
/proc/loadavg: 1.99 1.84 1.44 3/76 1372
/proc/meminfo: memFree=1479504/2055920 swapFree=4173988/4192956
[pid=1366] ppid=1364 vsize=5356 CPUtime=42.1
/proc/1366/stat : 1366 (manysat.sh) S 1364 1366 1302 0 -1 4194304 312 49513 0 0 0 0 4168 42 16 0 1 0 1151050917 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1366/statm: 1339 238 195 169 0 50 0
[pid=1369] ppid=1366 vsize=177276 CPUtime=1082.68
/proc/1369/stat : 1369 (manysat1.1_stat) R 1366 1366 1302 0 -1 4194304 40560 0 0 0 108213 55 0 0 20 0 2 0 1151055131 181530624 40546 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1369/statm: 44319 40546 83 193 0 44123 0
[pid=1369/tid=1370] ppid=1366 vsize=177276 CPUtime=540.03
/proc/1369/task/1370/stat : 1370 (manysat1.1_stat) R 1366 1366 1302 0 -1 4194368 15507 0 0 0 53977 26 0 0 25 0 2 0 1151055170 181530624 40546 1992294400 134512640 135305190 4294956144 18446744073709551615 134528363 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1124.78
Current children cumulated vsize (KiB) 182632

[startup+585.902 s]
/proc/loadavg: 1.99 1.84 1.44 3/76 1372
/proc/meminfo: memFree=1479504/2055920 swapFree=4173988/4192956
[pid=1366] ppid=1364 vsize=5356 CPUtime=42.1
/proc/1366/stat : 1366 (manysat.sh) S 1364 1366 1302 0 -1 4194304 312 49513 0 0 0 0 4168 42 16 0 1 0 1151050917 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1366/statm: 1339 238 195 169 0 50 0
[pid=1369] ppid=1366 vsize=177276 CPUtime=1083.48
/proc/1369/stat : 1369 (manysat1.1_stat) R 1366 1366 1302 0 -1 4194304 40562 0 0 0 108293 55 0 0 21 0 2 0 1151055131 181530624 40548 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1369/statm: 44319 40548 83 193 0 44123 0
[pid=1369/tid=1370] ppid=1366 vsize=177276 CPUtime=540.43
/proc/1369/task/1370/stat : 1370 (manysat1.1_stat) R 1366 1366 1302 0 -1 4194368 15508 0 0 0 54017 26 0 0 25 0 2 0 1151055170 181530624 40548 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1125.58
Current children cumulated vsize (KiB) 182632

[startup+586.306 s]
/proc/loadavg: 1.99 1.84 1.44 3/76 1372
/proc/meminfo: memFree=1479376/2055920 swapFree=4173988/4192956
[pid=1366] ppid=1364 vsize=5360 CPUtime=1126.34
/proc/1366/stat : 1366 (manysat.sh) S 1364 1366 1302 0 -1 4194304 339 90091 0 0 0 0 112533 101 19 0 1 0 1151050917 5488640 240 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1366/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 1126.34
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 586.315
CPU time (s): 1126.37
CPU user time (s): 1125.34
CPU system time (s): 1.03084
CPU usage (%): 192.111
Max. virtual memory (cumulated for all children) (KiB): 213248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1125.34
system time used= 1.03084
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90557
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= 3645
involuntary context switches= 8377

runsolver used 0.696894 second user time and 1.93971 second system time

The end

Launcher Data

Begin job on node76 at 2009-04-03 20:37:39
IDJOB=1563249
IDBENCH=70950
IDSOLVER=514
FILE ID=node76/1563249-1238783857
PBS_JOBID= 9085605
Free space on /tmp= 66440 MiB

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

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

MD5SUM BENCH= 4c8b9603e0c90cfb3c82064eae956799
RANDOM SEED=1526207698

node76.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.259
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.259
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:       1668296 kB
Buffers:         56292 kB
Cached:         246300 kB
SwapCached:      10684 kB
Active:         119700 kB
Inactive:       195184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1668296 kB
SwapTotal:     4192956 kB
SwapFree:      4173988 kB
Dirty:           33788 kB
Writeback:           0 kB
Mapped:          18956 kB
Slab:            57828 kB
Committed_AS:  2969732 kB
PageTables:       2048 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= 66440 MiB
End job on node76 at 2009-04-03 20:47:26