Trace number 1555450

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 302.785 304.54

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitswegner/
countbitswegner064.cnf
MD5SUM1a0b22841159d2c84fdcb857229ffa08
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark155.387
Satisfiable
(Un)Satisfiability was proved
Number of variables24448
Number of clauses73151
Sum of the clauses size170683
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 248766
Number of clauses of size 324383
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.00/0.07	c ==============================================================================
0.00/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.08	c ==============================================================================
0.00/0.08	c |         0 |   73149   170681 |   21944       0        0     nan |  0.000 % |
0.00/0.75	c |         0 |   42312   121394 |      --       0       --      -- |     --   | -30835/-49282
0.00/0.75	c ==============================================================================
0.00/0.75	c Result  :   #vars: 9180   #clauses: 42312   #literals: 121394
0.00/0.75	c CPU time:   0.723889 s
0.00/0.75	c ==============================================================================
302.72/304.51	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
302.72/304.51	c ============================[ Problem Statistics ]=============================
302.72/304.51	c |                                                                             |
302.72/304.51	c threadId              : 1
302.72/304.51	c restarts              : 1460
302.72/304.51	c conflicts             : 380833         (1262 /sec)
302.72/304.51	c decisions             : 629423         (0.57 % random) (2086 /sec)
302.72/304.51	c propagations          : 78598796       (260441 /sec)
302.72/304.51	c conflict literals     : 32238787       (44.01 % deleted)
302.72/304.51	c Memory used           : 101.96 MB
302.72/304.51	c CPU time              : 301.791 s
302.72/304.51	
302.72/304.51	c --->m=2, e=8, aimd=2, HOME/11580_many.cnf	time: 150.896	conflicts: 380833       
302.72/304.53	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-1555450-1238741215/watcher-1555450-1238741215 -o /tmp/evaluation-result-1555450-1238741215/solver-1555450-1238741215 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1555450-1238741215.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: 2.00 2.00 2.16 4/85 11580
/proc/meminfo: memFree=1398592/2055920 swapFree=4170400/4192956
[pid=11580] ppid=11578 vsize=18576 CPUtime=0
/proc/11580/stat : 11580 (runsolver) R 11578 11580 11120 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 1146782455 19021824 292 1992294400 4194304 4302564 548682068480 18446744073709551615 233402068263 0 0 4096 24578 0 0 0 17 1 0 0
/proc/11580/statm: 4644 292 257 26 0 2626 0

[startup+0.0935281 s]
/proc/loadavg: 2.00 2.00 2.16 4/85 11580
/proc/meminfo: memFree=1398592/2055920 swapFree=4170400/4192956
[pid=11580] ppid=11578 vsize=5356 CPUtime=0
/proc/11580/stat : 11580 (manysat.sh) S 11578 11580 11120 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 1146782455 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11580/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101525 s]
/proc/loadavg: 2.00 2.00 2.16 4/85 11580
/proc/meminfo: memFree=1398592/2055920 swapFree=4170400/4192956
[pid=11580] ppid=11578 vsize=5356 CPUtime=0
/proc/11580/stat : 11580 (manysat.sh) S 11578 11580 11120 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 1146782455 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11580/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301554 s]
/proc/loadavg: 2.00 2.00 2.16 4/85 11580
/proc/meminfo: memFree=1398592/2055920 swapFree=4170400/4192956
[pid=11580] ppid=11578 vsize=5356 CPUtime=0
/proc/11580/stat : 11580 (manysat.sh) S 11578 11580 11120 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 1146782455 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11580/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701594 s]
/proc/loadavg: 2.00 2.00 2.16 4/85 11580
/proc/meminfo: memFree=1398592/2055920 swapFree=4170400/4192956
[pid=11580] ppid=11578 vsize=5356 CPUtime=0
/proc/11580/stat : 11580 (manysat.sh) S 11578 11580 11120 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 1146782455 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11580/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50167 s]
/proc/loadavg: 2.16 2.03 2.16 4/88 11584
/proc/meminfo: memFree=1388136/2055920 swapFree=4170400/4192956
[pid=11580] ppid=11578 vsize=5356 CPUtime=0.79
/proc/11580/stat : 11580 (manysat.sh) S 11578 11580 11120 0 -1 4194304 312 3383 0 0 0 0 77 2 15 0 1 0 1146782455 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11580/statm: 1339 238 195 169 0 50 0
[pid=11583] ppid=11580 vsize=19848 CPUtime=0.67
/proc/11583/stat : 11583 (manysat1.1_stat) R 11580 11580 11120 0 -1 4194304 2079 0 0 0 67 0 0 0 24 0 2 0 1146782537 20324352 2065 1992294400 134512640 135305190 4294956144 18446744073709551615 134551712 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/11583/statm: 4962 2065 83 193 0 4766 0
[pid=11583/tid=11584] ppid=11580 vsize=19848 CPUtime=0.29
/proc/11583/task/11584/stat : 11584 (manysat1.1_stat) R 11580 11580 11120 0 -1 4194368 159 0 0 0 29 0 0 0 23 0 2 0 1146782542 20324352 2065 1992294400 134512640 135305190 4294956144 18446744073709551615 134546754 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 25204

[startup+3.10183 s]
/proc/loadavg: 2.16 2.03 2.16 4/88 11584
/proc/meminfo: memFree=1386728/2055920 swapFree=4170400/4192956
[pid=11580] ppid=11578 vsize=5356 CPUtime=0.79
/proc/11580/stat : 11580 (manysat.sh) S 11578 11580 11120 0 -1 4194304 312 3383 0 0 0 0 77 2 15 0 1 0 1146782455 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11580/statm: 1339 238 195 169 0 50 0
[pid=11583] ppid=11580 vsize=21584 CPUtime=2.27
/proc/11583/stat : 11583 (manysat1.1_stat) R 11580 11580 11120 0 -1 4194304 2516 0 0 0 226 1 0 0 25 0 2 0 1146782537 22102016 2502 1992294400 134512640 135305190 4294956144 18446744073709551615 134551939 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/11583/statm: 5396 2502 83 193 0 5200 0
[pid=11583/tid=11584] ppid=11580 vsize=21584 CPUtime=1.08
/proc/11583/task/11584/stat : 11584 (manysat1.1_stat) R 11580 11580 11120 0 -1 4194368 355 0 0 0 108 0 0 0 25 0 2 0 1146782542 22102016 2502 1992294400 134512640 135305190 4294956144 18446744073709551615 134557407 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 26940

[startup+6.30215 s]
/proc/loadavg: 2.23 2.05 2.17 4/88 11584
/proc/meminfo: memFree=1383080/2055920 swapFree=4170400/4192956
[pid=11580] ppid=11578 vsize=5356 CPUtime=0.79
/proc/11580/stat : 11580 (manysat.sh) S 11578 11580 11120 0 -1 4194304 312 3383 0 0 0 0 77 2 15 0 1 0 1146782455 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11580/statm: 1339 238 195 169 0 50 0
[pid=11583] ppid=11580 vsize=24632 CPUtime=5.44
/proc/11583/stat : 11583 (manysat1.1_stat) R 11580 11580 11120 0 -1 4194304 3286 0 0 0 543 1 0 0 25 0 2 0 1146782537 25223168 3272 1992294400 134512640 135305190 4294956144 18446744073709551615 134551978 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/11583/statm: 6158 3272 83 193 0 5962 0
[pid=11583/tid=11584] ppid=11580 vsize=24632 CPUtime=2.67
/proc/11583/task/11584/stat : 11584 (manysat1.1_stat) R 11580 11580 11120 0 -1 4194368 690 0 0 0 267 0 0 0 25 0 2 0 1146782542 25223168 3272 1992294400 134512640 135305190 4294956144 18446744073709551615 134551648 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 29988

[startup+12.7018 s]
/proc/loadavg: 2.29 2.06 2.17 4/88 11584
/proc/meminfo: memFree=1377192/2055920 swapFree=4170400/4192956
[pid=11580] ppid=11578 vsize=5356 CPUtime=0.79
/proc/11580/stat : 11580 (manysat.sh) S 11578 11580 11120 0 -1 4194304 312 3383 0 0 0 0 77 2 15 0 1 0 1146782455 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11580/statm: 1339 238 195 169 0 50 0
[pid=11583] ppid=11580 vsize=31844 CPUtime=11.8
/proc/11583/stat : 11583 (manysat1.1_stat) R 11580 11580 11120 0 -1 4194304 4819 0 0 0 1178 2 0 0 25 0 2 0 1146782537 32608256 4805 1992294400 134512640 135305190 4294956144 18446744073709551615 134528568 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/11583/statm: 7961 4805 83 193 0 7765 0
[pid=11583/tid=11584] ppid=11580 vsize=31844 CPUtime=5.82
/proc/11583/task/11584/stat : 11584 (manysat1.1_stat) R 11580 11580 11120 0 -1 4194368 1403 0 0 0 581 1 0 0 25 0 2 0 1146782542 32608256 4805 1992294400 134512640 135305190 4294956144 18446744073709551615 134551939 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 37200

[startup+25.5011 s]
/proc/loadavg: 2.45 2.11 2.19 4/88 11584
/proc/meminfo: memFree=1372328/2055920 swapFree=4170400/4192956
[pid=11580] ppid=11578 vsize=5356 CPUtime=0.79
/proc/11580/stat : 11580 (manysat.sh) S 11578 11580 11120 0 -1 4194304 312 3383 0 0 0 0 77 2 15 0 1 0 1146782455 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11580/statm: 1339 238 195 169 0 50 0
[pid=11583] ppid=11580 vsize=36200 CPUtime=24.53
/proc/11583/stat : 11583 (manysat1.1_stat) R 11580 11580 11120 0 -1 4194304 5923 0 0 0 2450 3 0 0 25 0 2 0 1146782537 37068800 5909 1992294400 134512640 135305190 4294956144 18446744073709551615 134551668 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/11583/statm: 9050 5909 83 193 0 8854 0
[pid=11583/tid=11584] ppid=11580 vsize=36200 CPUtime=12.06
/proc/11583/task/11584/stat : 11584 (manysat1.1_stat) R 11580 11580 11120 0 -1 4194368 1973 0 0 0 1205 1 0 0 25 0 2 0 1146782542 37068800 5909 1992294400 134512640 135305190 4294956144 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 41556

[startup+51.1016 s]
/proc/loadavg: 2.71 2.20 2.21 4/88 11584
/proc/meminfo: memFree=1358504/2055920 swapFree=4170400/4192956
[pid=11580] ppid=11578 vsize=5356 CPUtime=0.79
/proc/11580/stat : 11580 (manysat.sh) S 11578 11580 11120 0 -1 4194304 312 3383 0 0 0 0 77 2 15 0 1 0 1146782455 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11580/statm: 1339 238 195 169 0 50 0
[pid=11583] ppid=11580 vsize=50264 CPUtime=49.98
/proc/11583/stat : 11583 (manysat1.1_stat) R 11580 11580 11120 0 -1 4194304 9441 0 0 0 4993 5 0 0 25 0 2 0 1146782537 51470336 9427 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/11583/statm: 12566 9427 83 193 0 12370 0
[pid=11583/tid=11584] ppid=11580 vsize=50264 CPUtime=24.81
/proc/11583/task/11584/stat : 11584 (manysat1.1_stat) R 11580 11580 11120 0 -1 4194368 3788 0 0 0 2479 2 0 0 25 0 2 0 1146782542 51470336 9427 1992294400 134512640 135305190 4294956144 18446744073709551615 134541969 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 55620

[startup+102.308 s]
/proc/loadavg: 3.05 2.36 2.27 4/88 11584
/proc/meminfo: memFree=1338472/2055920 swapFree=4170400/4192956
[pid=11580] ppid=11578 vsize=5356 CPUtime=0.79
/proc/11580/stat : 11580 (manysat.sh) S 11578 11580 11120 0 -1 4194304 312 3383 0 0 0 0 77 2 15 0 1 0 1146782455 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11580/statm: 1339 238 195 169 0 50 0
[pid=11583] ppid=11580 vsize=69636 CPUtime=100.89
/proc/11583/stat : 11583 (manysat1.1_stat) R 11580 11580 11120 0 -1 4194304 14258 0 0 0 10080 9 0 0 25 0 2 0 1146782537 71307264 14244 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/11583/statm: 17409 14244 83 193 0 17213 0
[pid=11583/tid=11584] ppid=11580 vsize=69636 CPUtime=50.31
/proc/11583/task/11584/stat : 11584 (manysat1.1_stat) R 11580 11580 11120 0 -1 4194368 6716 0 0 0 5027 4 0 0 25 0 2 0 1146782542 71307264 14244 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 74992

[startup+162.302 s]
/proc/loadavg: 3.02 2.48 2.31 4/88 11584
/proc/meminfo: memFree=1338088/2055920 swapFree=4170400/4192956
[pid=11580] ppid=11578 vsize=5356 CPUtime=0.79
/proc/11580/stat : 11580 (manysat.sh) S 11578 11580 11120 0 -1 4194304 312 3383 0 0 0 0 77 2 15 0 1 0 1146782455 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11580/statm: 1339 238 195 169 0 50 0
[pid=11583] ppid=11580 vsize=69928 CPUtime=160.54
/proc/11583/stat : 11583 (manysat1.1_stat) R 11580 11580 11120 0 -1 4194304 14328 0 0 0 16045 9 0 0 25 0 2 0 1146782537 71606272 14314 1992294400 134512640 135305190 4294956144 18446744073709551615 134551939 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/11583/statm: 17482 14314 83 193 0 17286 0
[pid=11583/tid=11584] ppid=11580 vsize=69928 CPUtime=80.1
/proc/11583/task/11584/stat : 11584 (manysat1.1_stat) R 11580 11580 11120 0 -1 4194368 6750 0 0 0 8006 4 0 0 25 0 2 0 1146782542 71606272 14314 1992294400 134512640 135305190 4294956144 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.33
Current children cumulated vsize (KiB) 75284

[startup+222.302 s]
/proc/loadavg: 3.00 2.57 2.35 4/88 11584
/proc/meminfo: memFree=1311656/2055920 swapFree=4170400/4192956
[pid=11580] ppid=11578 vsize=5356 CPUtime=0.79
/proc/11580/stat : 11580 (manysat.sh) S 11578 11580 11120 0 -1 4194304 312 3383 0 0 0 0 77 2 15 0 1 0 1146782455 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11580/statm: 1339 238 195 169 0 50 0
[pid=11583] ppid=11580 vsize=96632 CPUtime=220.2
/proc/11583/stat : 11583 (manysat1.1_stat) R 11580 11580 11120 0 -1 4194304 20953 0 0 0 22006 14 0 0 25 0 2 0 1146782537 98951168 20939 1992294400 134512640 135305190 4294956144 18446744073709551615 134538530 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/11583/statm: 24158 20939 83 193 0 23962 0
[pid=11583/tid=11584] ppid=11580 vsize=96632 CPUtime=109.89
/proc/11583/task/11584/stat : 11584 (manysat1.1_stat) R 11580 11580 11120 0 -1 4194368 10060 0 0 0 10983 6 0 0 25 0 2 0 1146782542 98951168 20939 1992294400 134512640 135305190 4294956144 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.99
Current children cumulated vsize (KiB) 101988

[startup+282.302 s]
/proc/loadavg: 3.00 2.64 2.39 4/88 11584
/proc/meminfo: memFree=1311208/2055920 swapFree=4170400/4192956
[pid=11580] ppid=11578 vsize=5356 CPUtime=0.79
/proc/11580/stat : 11580 (manysat.sh) S 11578 11580 11120 0 -1 4194304 312 3383 0 0 0 0 77 2 15 0 1 0 1146782455 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11580/statm: 1339 238 195 169 0 50 0
[pid=11583] ppid=11580 vsize=97032 CPUtime=279.86
/proc/11583/stat : 11583 (manysat1.1_stat) R 11580 11580 11120 0 -1 4194304 21050 0 0 0 27971 15 0 0 25 0 2 0 1146782537 99360768 21036 1992294400 134512640 135305190 4294956144 18446744073709551615 134528332 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/11583/statm: 24258 21036 83 193 0 24062 0
[pid=11583/tid=11584] ppid=11580 vsize=97032 CPUtime=139.49
/proc/11583/task/11584/stat : 11584 (manysat1.1_stat) R 11580 11580 11120 0 -1 4194368 10121 0 0 0 13943 6 0 0 25 0 2 0 1146782542 99360768 21036 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.65
Current children cumulated vsize (KiB) 102388

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

[startup+294.302 s]
/proc/loadavg: 3.00 2.66 2.39 4/88 11584
/proc/meminfo: memFree=1308008/2055920 swapFree=4170400/4192956
[pid=11580] ppid=11578 vsize=5356 CPUtime=0.79
/proc/11580/stat : 11580 (manysat.sh) S 11578 11580 11120 0 -1 4194304 312 3383 0 0 0 0 77 2 15 0 1 0 1146782455 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11580/statm: 1339 238 195 169 0 50 0
[pid=11583] ppid=11580 vsize=100624 CPUtime=291.79
/proc/11583/stat : 11583 (manysat1.1_stat) R 11580 11580 11120 0 -1 4194304 21924 0 0 0 29164 15 0 0 25 0 2 0 1146782537 103038976 21910 1992294400 134512640 135305190 4294956144 18446744073709551615 134528771 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/11583/statm: 25156 21910 83 193 0 24960 0
[pid=11583/tid=11584] ppid=11580 vsize=100624 CPUtime=145.49
/proc/11583/task/11584/stat : 11584 (manysat1.1_stat) R 11580 11580 11120 0 -1 4194368 10588 0 0 0 14542 7 0 0 25 0 2 0 1146782542 103038976 21910 1992294400 134512640 135305190 4294956144 18446744073709551615 134528579 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 292.58
Current children cumulated vsize (KiB) 105980

[startup+300.701 s]
/proc/loadavg: 3.00 2.67 2.40 4/88 11584
/proc/meminfo: memFree=1305320/2055920 swapFree=4170400/4192956
[pid=11580] ppid=11578 vsize=5356 CPUtime=0.79
/proc/11580/stat : 11580 (manysat.sh) S 11578 11580 11120 0 -1 4194304 312 3383 0 0 0 0 77 2 15 0 1 0 1146782455 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11580/statm: 1339 238 195 169 0 50 0
[pid=11583] ppid=11580 vsize=103404 CPUtime=298.15
/proc/11583/stat : 11583 (manysat1.1_stat) R 11580 11580 11120 0 -1 4194304 22567 0 0 0 29799 16 0 0 25 0 2 0 1146782537 105885696 22553 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/11583/statm: 25851 22553 83 193 0 25655 0
[pid=11583/tid=11584] ppid=11580 vsize=103404 CPUtime=148.69
/proc/11583/task/11584/stat : 11584 (manysat1.1_stat) R 11580 11580 11120 0 -1 4194368 10813 0 0 0 14862 7 0 0 25 0 2 0 1146782542 105885696 22553 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 298.94
Current children cumulated vsize (KiB) 108760

[startup+302.302 s]
/proc/loadavg: 3.00 2.67 2.40 4/88 11584
/proc/meminfo: memFree=1304936/2055920 swapFree=4170400/4192956
[pid=11580] ppid=11578 vsize=5356 CPUtime=0.79
/proc/11580/stat : 11580 (manysat.sh) S 11578 11580 11120 0 -1 4194304 312 3383 0 0 0 0 77 2 15 0 1 0 1146782455 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11580/statm: 1339 238 195 169 0 50 0
[pid=11583] ppid=11580 vsize=103796 CPUtime=299.75
/proc/11583/stat : 11583 (manysat1.1_stat) R 11580 11580 11120 0 -1 4194304 22686 0 0 0 29959 16 0 0 25 0 2 0 1146782537 106287104 22672 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/11583/statm: 25949 22672 83 193 0 25753 0
[pid=11583/tid=11584] ppid=11580 vsize=103796 CPUtime=149.49
/proc/11583/task/11584/stat : 11584 (manysat1.1_stat) R 11580 11580 11120 0 -1 4194368 10881 0 0 0 14942 7 0 0 25 0 2 0 1146782542 106287104 22672 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 300.54
Current children cumulated vsize (KiB) 109152

[startup+303.902 s]
/proc/loadavg: 3.00 2.67 2.40 4/88 11584
/proc/meminfo: memFree=1304296/2055920 swapFree=4170400/4192956
[pid=11580] ppid=11578 vsize=5356 CPUtime=0.79
/proc/11580/stat : 11580 (manysat.sh) S 11578 11580 11120 0 -1 4194304 312 3383 0 0 0 0 77 2 15 0 1 0 1146782455 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11580/statm: 1339 238 195 169 0 50 0
[pid=11583] ppid=11580 vsize=104272 CPUtime=301.33
/proc/11583/stat : 11583 (manysat1.1_stat) R 11580 11580 11120 0 -1 4194304 22790 0 0 0 30117 16 0 0 25 0 2 0 1146782537 106774528 22776 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/11583/statm: 26068 22776 83 193 0 25872 0
[pid=11583/tid=11584] ppid=11580 vsize=104272 CPUtime=150.27
/proc/11583/task/11584/stat : 11584 (manysat1.1_stat) R 11580 11580 11120 0 -1 4194368 10939 0 0 0 15020 7 0 0 25 0 2 0 1146782542 106774528 22776 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 302.12
Current children cumulated vsize (KiB) 109628

[startup+304.303 s]
/proc/loadavg: 3.00 2.67 2.40 4/88 11584
/proc/meminfo: memFree=1304296/2055920 swapFree=4170400/4192956
[pid=11580] ppid=11578 vsize=5356 CPUtime=0.79
/proc/11580/stat : 11580 (manysat.sh) S 11578 11580 11120 0 -1 4194304 312 3383 0 0 0 0 77 2 15 0 1 0 1146782455 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11580/statm: 1339 238 195 169 0 50 0
[pid=11583] ppid=11580 vsize=104408 CPUtime=301.73
/proc/11583/stat : 11583 (manysat1.1_stat) R 11580 11580 11120 0 -1 4194304 22814 0 0 0 30157 16 0 0 25 0 2 0 1146782537 106913792 22800 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/11583/statm: 26102 22800 83 193 0 25906 0
[pid=11583/tid=11584] ppid=11580 vsize=104408 CPUtime=150.47
/proc/11583/task/11584/stat : 11584 (manysat1.1_stat) R 11580 11580 11120 0 -1 4194368 10962 0 0 0 15040 7 0 0 25 0 2 0 1146782542 106913792 22800 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 302.52
Current children cumulated vsize (KiB) 109764

[startup+304.503 s]
/proc/loadavg: 3.00 2.67 2.40 4/88 11584
/proc/meminfo: memFree=1304296/2055920 swapFree=4170400/4192956
[pid=11580] ppid=11578 vsize=5356 CPUtime=0.79
/proc/11580/stat : 11580 (manysat.sh) S 11578 11580 11120 0 -1 4194304 312 3383 0 0 0 0 77 2 15 0 1 0 1146782455 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11580/statm: 1339 238 195 169 0 50 0
[pid=11583] ppid=11580 vsize=104408 CPUtime=301.93
/proc/11583/stat : 11583 (manysat1.1_stat) R 11580 11580 11120 0 -1 4194304 22818 0 0 0 30177 16 0 0 25 0 2 0 1146782537 106913792 22804 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/11583/statm: 26102 22804 83 193 0 25906 0
[pid=11583/tid=11584] ppid=11580 vsize=104408 CPUtime=150.57
/proc/11583/task/11584/stat : 11584 (manysat1.1_stat) R 11580 11580 11120 0 -1 4194368 10963 0 0 0 15050 7 0 0 25 0 2 0 1146782542 106913792 22804 1992294400 134512640 135305190 4294956144 18446744073709551615 134657610 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 302.72
Current children cumulated vsize (KiB) 109764

Child status: 20
Real time (s): 304.54
CPU time (s): 302.785
CPU user time (s): 302.565
CPU system time (s): 0.219966
CPU usage (%): 99.4237
Max. virtual memory (cumulated for all children) (KiB): 109764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 302.565
system time used= 0.219966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26682
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= 55
involuntary context switches= 6683

runsolver used 0.443932 second user time and 1.22981 second system time

The end

Launcher Data

Begin job on node70 at 2009-04-03 08:46:55
IDJOB=1555450
IDBENCH=70800
IDSOLVER=515
FILE ID=node70/1555450-1238741215
PBS_JOBID= 9085381
Free space on /tmp= 66480 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitswegner/countbitswegner064.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1555450-1238741215/watcher-1555450-1238741215 -o /tmp/evaluation-result-1555450-1238741215/solver-1555450-1238741215 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1555450-1238741215.cnf aimd 2

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

MD5SUM BENCH= 1a0b22841159d2c84fdcb857229ffa08
RANDOM SEED=2114197202

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1399072 kB
Buffers:         87068 kB
Cached:         482808 kB
SwapCached:       8940 kB
Active:         266720 kB
Inactive:       313576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1399072 kB
SwapTotal:     4192956 kB
SwapFree:      4170400 kB
Dirty:            2648 kB
Writeback:           0 kB
Mapped:          15424 kB
Slab:            60768 kB
Committed_AS:  2231916 kB
PageTables:       2556 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= 66476 MiB
End job on node70 at 2009-04-03 08:51:59