Trace number 1724456

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 74.2027 38.361

General information on the benchmark

Namemanol-pipe-c6nidw_i.cnf
MD5SUM15c4413e436aecbd4fcb1d7037e18abf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark44.8372
Satisfiable
(Un)Satisfiability was proved
Number of variables95863
Number of clauses283363
Sum of the clauses size661179
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2188908
Number of clauses of size 394454
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.18/0.27	c ==============================================================================
0.18/0.27	c |           |     ORIGINAL     |              LEARNT              |          |
0.18/0.27	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.18/0.27	c ==============================================================================
0.18/0.27	c |         0 |  283362   661178 |   85008       0        0     nan |  0.000 % |
1.79/1.87	c |         0 |  123377   480567 |      --       0       --      -- |     --   | -159983/-180606
1.79/1.88	c ==============================================================================
1.79/1.88	c Result  :   #vars: 16544   #clauses: 123377   #literals: 480567
1.79/1.88	c CPU time:   1.77273 s
1.79/1.88	c ==============================================================================
74.08/38.34	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
74.08/38.34	c ============================[ Problem Statistics ]=============================
74.08/38.34	c |                                                                             |
74.08/38.34	c threadId              : 1
74.08/38.34	c restarts              : 1750
74.08/38.34	c conflicts             : 123342         (1715 /sec)
74.08/38.34	c decisions             : 1001897        (1.52 % random) (13929 /sec)
74.08/38.34	c propagations          : 36183211       (503040 /sec)
74.08/38.34	c conflict literals     : 2157365        (21.65 % deleted)
74.08/38.34	c Memory used           : 52.31 MB
74.08/38.34	c CPU time              : 71.9291 s
74.08/38.34	
74.08/38.34	c --->m=2, e=8, aimd=2, HOME/20447_many.cnf	time: 35.9645	conflicts: 123342       
74.08/38.35	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-1724456-1240696307/watcher-1724456-1240696307 -o /tmp/evaluation-result-1724456-1240696307/solver-1724456-1240696307 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1724456-1240696307.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: 0.78 0.95 0.98 3/65 20447
/proc/meminfo: memFree=1963312/2055920 swapFree=4180744/4192956
[pid=20447] ppid=20445 vsize=5356 CPUtime=0
/proc/20447/stat : 20447 (manysat.sh) R 20445 20447 20410 0 -1 4194304 267 0 0 0 0 0 0 0 20 0 1 0 97660583 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 269807577759 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/20447/statm: 1339 234 194 169 0 50 0
[pid=20448] ppid=20447 vsize=956 CPUtime=0
/proc/20448/stat : 20448 (SatElite) R 20447 20447 20410 0 -1 4194304 147 0 0 0 0 0 0 0 20 0 1 0 97660583 978944 131 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/20448/statm: 239 133 50 127 0 109 0

[startup+0.013457 s]
/proc/loadavg: 0.78 0.95 0.98 3/65 20447
/proc/meminfo: memFree=1963312/2055920 swapFree=4180744/4192956
[pid=20447] ppid=20445 vsize=5356 CPUtime=0
/proc/20447/stat : 20447 (manysat.sh) S 20445 20447 20410 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 97660583 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20447/statm: 1339 235 195 169 0 50 0
[pid=20448] ppid=20447 vsize=2448 CPUtime=0
/proc/20448/stat : 20448 (SatElite) R 20447 20447 20410 0 -1 4194304 484 0 0 0 0 0 0 0 20 0 1 0 97660583 2506752 468 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/20448/statm: 612 468 50 127 0 482 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7804

[startup+0.101466 s]
/proc/loadavg: 0.78 0.95 0.98 3/65 20447
/proc/meminfo: memFree=1963312/2055920 swapFree=4180744/4192956
[pid=20447] ppid=20445 vsize=5356 CPUtime=0
/proc/20447/stat : 20447 (manysat.sh) S 20445 20447 20410 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 97660583 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20447/statm: 1339 235 195 169 0 50 0
[pid=20448] ppid=20447 vsize=16036 CPUtime=0.09
/proc/20448/stat : 20448 (SatElite) R 20447 20447 20410 0 -1 4194304 3411 0 0 0 8 1 0 0 21 0 1 0 97660583 16420864 3395 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/20448/statm: 4009 3397 50 127 0 3879 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21392

[startup+0.301487 s]
/proc/loadavg: 0.78 0.95 0.98 3/65 20447
/proc/meminfo: memFree=1963312/2055920 swapFree=4180744/4192956
[pid=20447] ppid=20445 vsize=5356 CPUtime=0
/proc/20447/stat : 20447 (manysat.sh) S 20445 20447 20410 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 97660583 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20447/statm: 1339 235 195 169 0 50 0
[pid=20448] ppid=20447 vsize=41972 CPUtime=0.28
/proc/20448/stat : 20448 (SatElite) R 20447 20447 20410 0 -1 4194304 9965 0 0 0 23 5 0 0 23 0 1 0 97660583 42979328 9348 1992294400 134512640 135034092 4294956096 18446744073709551615 134562064 0 0 4096 3 0 0 0 17 1 0 0
/proc/20448/statm: 10493 9348 67 127 0 10363 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 47328

[startup+0.701529 s]
/proc/loadavg: 0.78 0.95 0.98 3/65 20447
/proc/meminfo: memFree=1963312/2055920 swapFree=4180744/4192956
[pid=20447] ppid=20445 vsize=5356 CPUtime=0
/proc/20447/stat : 20447 (manysat.sh) S 20445 20447 20410 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 97660583 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20447/statm: 1339 235 195 169 0 50 0
[pid=20448] ppid=20447 vsize=46176 CPUtime=0.69
/proc/20448/stat : 20448 (SatElite) R 20447 20447 20410 0 -1 4194304 10914 0 0 0 63 6 0 0 25 0 1 0 97660583 47284224 10109 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/20448/statm: 11544 10109 68 127 0 11414 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51532

[startup+1.50162 s]
/proc/loadavg: 0.78 0.95 0.98 2/67 20449
/proc/meminfo: memFree=1916384/2055920 swapFree=4180744/4192956
[pid=20447] ppid=20445 vsize=5356 CPUtime=0
/proc/20447/stat : 20447 (manysat.sh) S 20445 20447 20410 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 97660583 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20447/statm: 1339 235 195 169 0 50 0
[pid=20448] ppid=20447 vsize=49216 CPUtime=1.49
/proc/20448/stat : 20448 (SatElite) R 20447 20447 20410 0 -1 4194304 11662 0 0 0 139 10 0 0 25 0 1 0 97660583 50397184 10763 1992294400 134512640 135034092 4294956096 18446744073709551615 134566687 0 0 4096 3 0 0 0 17 1 0 0
/proc/20448/statm: 12304 10763 68 127 0 12174 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54572

[startup+3.1018 s]
/proc/loadavg: 0.78 0.95 0.98 2/67 20450
/proc/meminfo: memFree=1947680/2055920 swapFree=4180744/4192956
[pid=20447] ppid=20445 vsize=5356 CPUtime=2.07
/proc/20447/stat : 20447 (manysat.sh) S 20445 20447 20410 0 -1 4194304 312 12046 0 0 0 0 195 12 16 0 1 0 97660583 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20447/statm: 1339 238 195 169 0 50 0
[pid=20450] ppid=20447 vsize=34332 CPUtime=1.83
/proc/20450/stat : 20450 (manysat1.1_stat) R 20447 20447 20410 0 -1 4194304 5708 0 0 0 175 8 0 0 16 0 2 0 97660792 35155968 5675 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20450/statm: 8583 5675 83 193 0 8387 0
Current children cumulated CPU time (s) 3.9
Current children cumulated vsize (KiB) 39688

[startup+6.30214 s]
/proc/loadavg: 0.88 0.97 0.99 3/68 20451
/proc/meminfo: memFree=1925528/2055920 swapFree=4180744/4192956
[pid=20447] ppid=20445 vsize=5356 CPUtime=2.07
/proc/20447/stat : 20447 (manysat.sh) S 20445 20447 20410 0 -1 4194304 312 12046 0 0 0 0 195 12 16 0 1 0 97660583 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20447/statm: 1339 238 195 169 0 50 0
[pid=20450] ppid=20447 vsize=40152 CPUtime=8.21
/proc/20450/stat : 20450 (manysat1.1_stat) R 20447 20447 20410 0 -1 4194304 7092 0 0 0 810 11 0 0 17 0 2 0 97660792 41115648 7056 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20450/statm: 10038 7056 83 193 0 9842 0
[pid=20450/tid=20451] ppid=20447 vsize=40152 CPUtime=4
/proc/20450/task/20451/stat : 20451 (manysat1.1_stat) R 20447 20447 20410 0 -1 4194368 1199 0 0 0 396 4 0 0 17 0 2 0 97660809 41115648 7056 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.28
Current children cumulated vsize (KiB) 45508

[startup+12.7018 s]
/proc/loadavg: 0.97 0.98 0.99 3/68 20451
/proc/meminfo: memFree=1919968/2055920 swapFree=4180744/4192956
[pid=20447] ppid=20445 vsize=5356 CPUtime=2.07
/proc/20447/stat : 20447 (manysat.sh) S 20445 20447 20410 0 -1 4194304 312 12046 0 0 0 0 195 12 16 0 1 0 97660583 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20447/statm: 1339 238 195 169 0 50 0
[pid=20450] ppid=20447 vsize=44396 CPUtime=20.97
/proc/20450/stat : 20450 (manysat1.1_stat) R 20447 20447 20410 0 -1 4194304 8241 0 0 0 2085 12 0 0 17 0 2 0 97660792 45461504 8205 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20450/statm: 11099 8205 83 193 0 10903 0
[pid=20450/tid=20451] ppid=20447 vsize=44396 CPUtime=10.37
/proc/20450/task/20451/stat : 20451 (manysat1.1_stat) R 20447 20447 20410 0 -1 4194368 1725 0 0 0 1033 4 0 0 17 0 2 0 97660809 45461504 8205 1992294400 134512640 135305190 4294956144 18446744073709551615 134561835 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.04
Current children cumulated vsize (KiB) 49752

[startup+25.5012 s]
/proc/loadavg: 1.19 1.03 1.01 3/68 20451
/proc/meminfo: memFree=1916960/2055920 swapFree=4180744/4192956
[pid=20447] ppid=20445 vsize=5356 CPUtime=2.07
/proc/20447/stat : 20447 (manysat.sh) S 20445 20447 20410 0 -1 4194304 312 12046 0 0 0 0 195 12 16 0 1 0 97660583 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20447/statm: 1339 238 195 169 0 50 0
[pid=20450] ppid=20447 vsize=47156 CPUtime=46.49
/proc/20450/stat : 20450 (manysat1.1_stat) R 20447 20447 20410 0 -1 4194304 8909 0 0 0 4635 14 0 0 17 0 2 0 97660792 48287744 8873 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20450/statm: 11789 8873 83 193 0 11593 0
[pid=20450/tid=20451] ppid=20447 vsize=47156 CPUtime=23.1
/proc/20450/task/20451/stat : 20451 (manysat1.1_stat) R 20447 20447 20410 0 -1 4194368 1964 0 0 0 2305 5 0 0 18 0 2 0 97660809 48287744 8873 1992294400 134512640 135305190 4294956144 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 48.56
Current children cumulated vsize (KiB) 52512

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

[startup+31.9069 s]
/proc/loadavg: 1.26 1.05 1.02 3/68 20451
/proc/meminfo: memFree=1912480/2055920 swapFree=4180744/4192956
[pid=20447] ppid=20445 vsize=5356 CPUtime=2.07
/proc/20447/stat : 20447 (manysat.sh) S 20445 20447 20410 0 -1 4194304 312 12046 0 0 0 0 195 12 16 0 1 0 97660583 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20447/statm: 1339 238 195 169 0 50 0
[pid=20450] ppid=20447 vsize=52880 CPUtime=59.25
/proc/20450/stat : 20450 (manysat1.1_stat) R 20447 20447 20410 0 -1 4194304 9983 0 0 0 5909 16 0 0 17 0 2 0 97660792 54149120 9947 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20450/statm: 13220 9947 83 193 0 13024 0
[pid=20450/tid=20451] ppid=20447 vsize=52880 CPUtime=29.48
/proc/20450/task/20451/stat : 20451 (manysat1.1_stat) R 20447 20447 20410 0 -1 4194368 2380 0 0 0 2942 6 0 0 18 0 2 0 97660809 54149120 9947 1992294400 134512640 135305190 4294956144 18446744073709551615 134564050 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 61.32
Current children cumulated vsize (KiB) 58236

[startup+35.1012 s]
/proc/loadavg: 1.32 1.06 1.02 3/68 20451
/proc/meminfo: memFree=1912032/2055920 swapFree=4180744/4192956
[pid=20447] ppid=20445 vsize=5356 CPUtime=2.07
/proc/20447/stat : 20447 (manysat.sh) S 20445 20447 20410 0 -1 4194304 312 12046 0 0 0 0 195 12 16 0 1 0 97660583 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20447/statm: 1339 238 195 169 0 50 0
[pid=20450] ppid=20447 vsize=53164 CPUtime=65.63
/proc/20450/stat : 20450 (manysat1.1_stat) R 20447 20447 20410 0 -1 4194304 10042 0 0 0 6547 16 0 0 17 0 2 0 97660792 54439936 10006 1992294400 134512640 135305190 4294956144 18446744073709551615 134557426 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20450/statm: 13291 10006 83 193 0 13095 0
[pid=20450/tid=20451] ppid=20447 vsize=53164 CPUtime=32.67
/proc/20450/task/20451/stat : 20451 (manysat1.1_stat) R 20447 20447 20410 0 -1 4194368 2411 0 0 0 3261 6 0 0 17 0 2 0 97660809 54439936 10006 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 67.7
Current children cumulated vsize (KiB) 58520

[startup+36.7014 s]
/proc/loadavg: 1.32 1.06 1.02 3/68 20451
/proc/meminfo: memFree=1911840/2055920 swapFree=4180744/4192956
[pid=20447] ppid=20445 vsize=5356 CPUtime=2.07
/proc/20447/stat : 20447 (manysat.sh) S 20445 20447 20410 0 -1 4194304 312 12046 0 0 0 0 195 12 16 0 1 0 97660583 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20447/statm: 1339 238 195 169 0 50 0
[pid=20450] ppid=20447 vsize=53296 CPUtime=68.81
/proc/20450/stat : 20450 (manysat1.1_stat) R 20447 20447 20410 0 -1 4194304 10100 0 0 0 6865 16 0 0 17 0 2 0 97660792 54575104 10064 1992294400 134512640 135305190 4294956144 18446744073709551615 134528620 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20450/statm: 13324 10064 83 193 0 13128 0
[pid=20450/tid=20451] ppid=20447 vsize=53296 CPUtime=34.26
/proc/20450/task/20451/stat : 20451 (manysat1.1_stat) R 20447 20447 20410 0 -1 4194368 2431 0 0 0 3420 6 0 0 18 0 2 0 97660809 54575104 10064 1992294400 134512640 135305190 4294956144 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 70.88
Current children cumulated vsize (KiB) 58652

[startup+37.5015 s]
/proc/loadavg: 1.32 1.06 1.02 3/68 20451
/proc/meminfo: memFree=1911712/2055920 swapFree=4180744/4192956
[pid=20447] ppid=20445 vsize=5356 CPUtime=2.07
/proc/20447/stat : 20447 (manysat.sh) S 20445 20447 20410 0 -1 4194304 312 12046 0 0 0 0 195 12 16 0 1 0 97660583 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20447/statm: 1339 238 195 169 0 50 0
[pid=20450] ppid=20447 vsize=53428 CPUtime=70.42
/proc/20450/stat : 20450 (manysat1.1_stat) R 20447 20447 20410 0 -1 4194304 10137 0 0 0 7025 17 0 0 17 0 2 0 97660792 54710272 10101 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20450/statm: 13357 10101 83 193 0 13161 0
[pid=20450/tid=20451] ppid=20447 vsize=53428 CPUtime=35.05
/proc/20450/task/20451/stat : 20451 (manysat1.1_stat) R 20447 20447 20410 0 -1 4194368 2450 0 0 0 3499 6 0 0 17 0 2 0 97660809 54710272 10101 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 72.49
Current children cumulated vsize (KiB) 58784

[startup+37.9015 s]
/proc/loadavg: 1.32 1.06 1.02 3/68 20451
/proc/meminfo: memFree=1911712/2055920 swapFree=4180744/4192956
[pid=20447] ppid=20445 vsize=5356 CPUtime=2.07
/proc/20447/stat : 20447 (manysat.sh) S 20445 20447 20410 0 -1 4194304 312 12046 0 0 0 0 195 12 16 0 1 0 97660583 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20447/statm: 1339 238 195 169 0 50 0
[pid=20450] ppid=20447 vsize=53560 CPUtime=71.21
/proc/20450/stat : 20450 (manysat1.1_stat) R 20447 20447 20410 0 -1 4194304 10169 0 0 0 7104 17 0 0 17 0 2 0 97660792 54845440 10133 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20450/statm: 13390 10133 83 193 0 13194 0
[pid=20450/tid=20451] ppid=20447 vsize=53560 CPUtime=35.45
/proc/20450/task/20451/stat : 20451 (manysat1.1_stat) R 20447 20447 20410 0 -1 4194368 2465 0 0 0 3539 6 0 0 17 0 2 0 97660809 54845440 10133 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 73.28
Current children cumulated vsize (KiB) 58916

[startup+38.3016 s]
/proc/loadavg: 1.32 1.06 1.02 3/68 20451
/proc/meminfo: memFree=1911712/2055920 swapFree=4180744/4192956
[pid=20447] ppid=20445 vsize=5356 CPUtime=2.07
/proc/20447/stat : 20447 (manysat.sh) S 20445 20447 20410 0 -1 4194304 312 12046 0 0 0 0 195 12 16 0 1 0 97660583 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20447/statm: 1339 238 195 169 0 50 0
[pid=20450] ppid=20447 vsize=53560 CPUtime=72.01
/proc/20450/stat : 20450 (manysat1.1_stat) R 20447 20447 20410 0 -1 4194304 10190 0 0 0 7184 17 0 0 17 0 2 0 97660792 54845440 10154 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20450/statm: 13390 10154 83 193 0 13194 0
[pid=20450/tid=20451] ppid=20447 vsize=53560 CPUtime=35.85
/proc/20450/task/20451/stat : 20451 (manysat1.1_stat) R 20447 20447 20410 0 -1 4194368 2478 0 0 0 3579 6 0 0 17 0 2 0 97660809 54845440 10154 1992294400 134512640 135305190 4294956144 18446744073709551615 134528458 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 74.08
Current children cumulated vsize (KiB) 58916

Child status: 20
Real time (s): 38.361
CPU time (s): 74.2027
CPU user time (s): 73.8918
CPU system time (s): 0.310952
CPU usage (%): 193.433
Max. virtual memory (cumulated for all children) (KiB): 58916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 73.8918
system time used= 0.310952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22719
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= 1984
involuntary context switches= 565

runsolver used 0.038994 second user time and 0.109983 second system time

The end

Launcher Data

Begin job on node81 at 2009-04-25 23:51:47
IDJOB=1724456
IDBENCH=71780
IDSOLVER=515
FILE ID=node81/1724456-1240696307
PBS_JOBID= 9186787
Free space on /tmp= 126388 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20
BENCH NAME= SAT_RACE06/manol-pipe-c6nidw_i.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1724456-1240696307/watcher-1724456-1240696307 -o /tmp/evaluation-result-1724456-1240696307/solver-1724456-1240696307 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1724456-1240696307.cnf aimd 2

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

MD5SUM BENCH= 15c4413e436aecbd4fcb1d7037e18abf
RANDOM SEED=567196556

node81.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.234
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.234
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:       1963792 kB
Buffers:          5976 kB
Cached:          35588 kB
SwapCached:       5628 kB
Active:          30428 kB
Inactive:        19424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1963792 kB
SwapTotal:     4192956 kB
SwapFree:      4180744 kB
Dirty:            6252 kB
Writeback:           0 kB
Mapped:          13452 kB
Slab:            28076 kB
Committed_AS:   351176 kB
PageTables:       1452 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126384 MiB
End job on node81 at 2009-04-25 23:52:26