Trace number 1733205

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-20? (TO) 1200.11 602.419

General information on the benchmark

NameCRAFTED/modcircuits/
mod4block_2vars_9gates_u2.cnf
MD5SUMef7ae52d071607b182dca67dbff359aa
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables434
Number of clauses81513
Sum of the clauses size471380
Maximum clause length26
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 21843
Number of clauses of size 30
Number of clauses of size 42777
Number of clauses of size 54610
Number of clauses of size over 572219

Solver Data

0.00/0.00	c Parsing...
0.02/0.08	c ==============================================================================
0.02/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.02/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.02/0.08	c ==============================================================================
0.02/0.08	c |         0 |   81449   471316 |   24434       0        0     nan |  0.000 % |
1.69/1.72	c |         0 |   45915   263868 |      --       0       --      -- |     --   | -5582/-2392
1.69/1.72	c ==============================================================================
1.69/1.72	c Result  :   #vars: 324   #clauses: 45915   #literals: 263868
1.69/1.72	c CPU time:   1.70074 s
1.69/1.72	c ==============================================================================

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1733205-1240785976/watcher-1733205-1240785976 -o /tmp/evaluation-result-1733205-1240785976/solver-1733205-1240785976 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1733205-1240785976.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.09 3/64 24005
/proc/meminfo: memFree=1545464/2055920 swapFree=4181396/4192956
[pid=24005] ppid=24003 vsize=5356 CPUtime=0
/proc/24005/stat : 24005 (manysat.sh) R 24003 24005 23410 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 106630669 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 253307185823 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/24005/statm: 1339 234 194 169 0 50 0
[pid=24006] ppid=24005 vsize=824 CPUtime=0
/proc/24006/stat : 24006 (SatElite) R 24005 24005 23410 0 -1 4194304 121 0 0 0 0 0 0 0 18 0 1 0 106630669 843776 105 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/24006/statm: 206 106 50 127 0 76 0

[startup+0.03956 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 24005
/proc/meminfo: memFree=1545464/2055920 swapFree=4181396/4192956
[pid=24005] ppid=24003 vsize=5356 CPUtime=0
/proc/24005/stat : 24005 (manysat.sh) S 24003 24005 23410 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 106630669 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24005/statm: 1339 235 195 169 0 50 0
[pid=24006] ppid=24005 vsize=3412 CPUtime=0.02
/proc/24006/stat : 24006 (SatElite) R 24005 24005 23410 0 -1 4194304 737 0 0 0 2 0 0 0 19 0 1 0 106630669 3493888 721 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/24006/statm: 853 721 50 127 0 723 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8768

[startup+0.101569 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 24005
/proc/meminfo: memFree=1545464/2055920 swapFree=4181396/4192956
[pid=24005] ppid=24003 vsize=5356 CPUtime=0
/proc/24005/stat : 24005 (manysat.sh) S 24003 24005 23410 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 106630669 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24005/statm: 1339 235 195 169 0 50 0
[pid=24006] ppid=24005 vsize=8036 CPUtime=0.09
/proc/24006/stat : 24006 (SatElite) R 24005 24005 23410 0 -1 4194304 1892 0 0 0 8 1 0 0 19 0 1 0 106630669 8228864 1874 1992294400 134512640 135034092 4294956096 18446744073709551615 134540724 0 0 4096 3 0 0 0 17 0 0 0
/proc/24006/statm: 2009 1874 64 127 0 1879 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13392

[startup+0.301604 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 24005
/proc/meminfo: memFree=1545464/2055920 swapFree=4181396/4192956
[pid=24005] ppid=24003 vsize=5356 CPUtime=0
/proc/24005/stat : 24005 (manysat.sh) S 24003 24005 23410 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 106630669 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24005/statm: 1339 235 195 169 0 50 0
[pid=24006] ppid=24005 vsize=8036 CPUtime=0.29
/proc/24006/stat : 24006 (SatElite) R 24005 24005 23410 0 -1 4194304 1901 0 0 0 28 1 0 0 21 0 1 0 106630669 8228864 1883 1992294400 134512640 135034092 4294956096 18446744073709551615 134541076 0 0 4096 3 0 0 0 17 0 0 0
/proc/24006/statm: 2009 1883 64 127 0 1879 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13392

[startup+0.701671 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 24005
/proc/meminfo: memFree=1545464/2055920 swapFree=4181396/4192956
[pid=24005] ppid=24003 vsize=5356 CPUtime=0
/proc/24005/stat : 24005 (manysat.sh) S 24003 24005 23410 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 106630669 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24005/statm: 1339 235 195 169 0 50 0
[pid=24006] ppid=24005 vsize=8668 CPUtime=0.69
/proc/24006/stat : 24006 (SatElite) R 24005 24005 23410 0 -1 4194304 1970 0 0 0 68 1 0 0 25 0 1 0 106630669 8876032 1952 1992294400 134512640 135034092 4294956096 18446744073709551615 134540724 0 0 4096 3 0 0 0 17 0 0 0
/proc/24006/statm: 2167 1952 64 127 0 2037 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14024

[startup+1.50281 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 24007
/proc/meminfo: memFree=1536552/2055920 swapFree=4181396/4192956
[pid=24005] ppid=24003 vsize=5356 CPUtime=0
/proc/24005/stat : 24005 (manysat.sh) S 24003 24005 23410 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 106630669 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24005/statm: 1339 235 195 169 0 50 0
[pid=24006] ppid=24005 vsize=9956 CPUtime=1.49
/proc/24006/stat : 24006 (SatElite) R 24005 24005 23410 0 -1 4194304 2467 0 0 0 148 1 0 0 25 0 1 0 106630669 10194944 2238 1992294400 134512640 135034092 4294956096 18446744073709551615 134569526 0 0 4096 3 0 0 0 17 0 0 0
/proc/24006/statm: 2489 2238 68 127 0 2359 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15312

[startup+3.10109 s]
/proc/loadavg: 1.00 1.00 1.09 3/67 24009
/proc/meminfo: memFree=1534176/2055920 swapFree=4181396/4192956
[pid=24005] ppid=24003 vsize=5356 CPUtime=1.8
/proc/24005/stat : 24005 (manysat.sh) S 24003 24005 23410 0 -1 4194304 312 2666 0 0 0 0 178 2 16 0 1 0 106630669 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24005/statm: 1339 238 195 169 0 50 0
[pid=24008] ppid=24005 vsize=24416 CPUtime=2.48
/proc/24008/stat : 24008 (manysat1.1_stat) R 24005 24005 23410 0 -1 4194304 3206 0 0 0 246 2 0 0 17 0 2 0 106630850 25001984 3192 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24008/statm: 6104 3192 83 193 0 5908 0
[pid=24008/tid=24009] ppid=24005 vsize=24416 CPUtime=1.2
/proc/24008/task/24009/stat : 24009 (manysat1.1_stat) R 24005 24005 23410 0 -1 4194368 690 0 0 0 120 0 0 0 17 0 2 0 106630856 25001984 3192 1992294400 134512640 135305190 4294956144 18446744073709551615 134528562 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 29772

[startup+6.30264 s]
/proc/loadavg: 1.00 1.00 1.09 4/67 24009
/proc/meminfo: memFree=1528032/2055920 swapFree=4181396/4192956
[pid=24005] ppid=24003 vsize=5356 CPUtime=1.8
/proc/24005/stat : 24005 (manysat.sh) S 24003 24005 23410 0 -1 4194304 312 2666 0 0 0 0 178 2 16 0 1 0 106630669 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24005/statm: 1339 238 195 169 0 50 0
[pid=24008] ppid=24005 vsize=28892 CPUtime=8.86
/proc/24008/stat : 24008 (manysat1.1_stat) R 24005 24005 23410 0 -1 4194304 4209 0 0 0 882 4 0 0 17 0 2 0 106630850 29585408 4195 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24008/statm: 7223 4195 83 193 0 7027 0
[pid=24008/tid=24009] ppid=24005 vsize=28892 CPUtime=4.4
/proc/24008/task/24009/stat : 24009 (manysat1.1_stat) R 24005 24005 23410 0 -1 4194368 1217 0 0 0 439 1 0 0 17 0 2 0 106630856 29585408 4195 1992294400 134512640 135305190 4294956144 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.66
Current children cumulated vsize (KiB) 34248

[startup+12.7017 s]
/proc/loadavg: 1.15 1.03 1.10 3/67 24009
/proc/meminfo: memFree=1522976/2055920 swapFree=4181396/4192956
[pid=24005] ppid=24003 vsize=5356 CPUtime=1.8
/proc/24005/stat : 24005 (manysat.sh) S 24003 24005 23410 0 -1 4194304 312 2666 0 0 0 0 178 2 16 0 1 0 106630669 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24005/statm: 1339 238 195 169 0 50 0
[pid=24008] ppid=24005 vsize=34108 CPUtime=21.63
/proc/24008/stat : 24008 (manysat1.1_stat) R 24005 24005 23410 0 -1 4194304 5501 0 0 0 2157 6 0 0 17 0 2 0 106630850 34926592 5487 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24008/statm: 8527 5487 83 193 0 8331 0
[pid=24008/tid=24009] ppid=24005 vsize=34108 CPUtime=10.8
/proc/24008/task/24009/stat : 24009 (manysat1.1_stat) R 24005 24005 23410 0 -1 4194368 1867 0 0 0 1078 2 0 0 17 0 2 0 106630856 34926592 5487 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.43
Current children cumulated vsize (KiB) 39464

[startup+25.5019 s]
/proc/loadavg: 1.28 1.06 1.11 3/67 24009
/proc/meminfo: memFree=1516128/2055920 swapFree=4181396/4192956
[pid=24005] ppid=24003 vsize=5356 CPUtime=1.8
/proc/24005/stat : 24005 (manysat.sh) S 24003 24005 23410 0 -1 4194304 312 2666 0 0 0 0 178 2 16 0 1 0 106630669 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24005/statm: 1339 238 195 169 0 50 0
[pid=24008] ppid=24005 vsize=39644 CPUtime=47.16
/proc/24008/stat : 24008 (manysat1.1_stat) R 24005 24005 23410 0 -1 4194304 6912 0 0 0 4707 9 0 0 18 0 2 0 106630850 40595456 6898 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24008/statm: 9911 6898 83 193 0 9715 0
[pid=24008/tid=24009] ppid=24005 vsize=39644 CPUtime=23.59
/proc/24008/task/24009/stat : 24009 (manysat1.1_stat) R 24005 24005 23410 0 -1 4194368 2671 0 0 0 2355 4 0 0 17 0 2 0 106630856 40595456 6898 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 48.96
Current children cumulated vsize (KiB) 45000

[startup+51.1013 s]
/proc/loadavg: 1.53 1.14 1.13 3/67 24009
/proc/meminfo: memFree=1505888/2055920 swapFree=4181396/4192956
[pid=24005] ppid=24003 vsize=5356 CPUtime=1.8
/proc/24005/stat : 24005 (manysat.sh) S 24003 24005 23410 0 -1 4194304 312 2666 0 0 0 0 178 2 16 0 1 0 106630669 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24005/statm: 1339 238 195 169 0 50 0
[pid=24008] ppid=24005 vsize=50708 CPUtime=98.23
/proc/24008/stat : 24008 (manysat1.1_stat) R 24005 24005 23410 0 -1 4194304 9494 0 0 0 9810 13 0 0 20 0 2 0 106630850 51924992 9480 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24008/statm: 12677 9480 83 193 0 12481 0
[pid=24008/tid=24009] ppid=24005 vsize=50708 CPUtime=49.15
/proc/24008/task/24009/stat : 24009 (manysat1.1_stat) R 24005 24005 23410 0 -1 4194368 3960 0 0 0 4909 6 0 0 20 0 2 0 106630856 51924992 9480 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.03
Current children cumulated vsize (KiB) 56064

[startup+102.306 s]
/proc/loadavg: 1.84 1.29 1.18 3/67 24009
/proc/meminfo: memFree=1494880/2055920 swapFree=4181396/4192956
[pid=24005] ppid=24003 vsize=5356 CPUtime=1.8
/proc/24005/stat : 24005 (manysat.sh) S 24003 24005 23410 0 -1 4194304 312 2666 0 0 0 0 178 2 16 0 1 0 106630669 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24005/statm: 1339 238 195 169 0 50 0
[pid=24008] ppid=24005 vsize=62012 CPUtime=200.4
/proc/24008/stat : 24008 (manysat1.1_stat) R 24005 24005 23410 0 -1 4194304 12251 0 0 0 20022 18 0 0 25 0 2 0 106630850 63500288 12237 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24008/statm: 15503 12237 83 193 0 15307 0
[pid=24008/tid=24009] ppid=24005 vsize=62012 CPUtime=100.15
/proc/24008/task/24009/stat : 24009 (manysat1.1_stat) R 24005 24005 23410 0 -1 4194368 5477 0 0 0 10006 9 0 0 17 0 2 0 106630856 63500288 12237 1992294400 134512640 135305190 4294956144 18446744073709551615 134528431 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 202.2
Current children cumulated vsize (KiB) 67368

[startup+162.301 s]
/proc/loadavg: 1.97 1.43 1.24 3/67 24009
/proc/meminfo: memFree=1486048/2055920 swapFree=4181396/4192956
[pid=24005] ppid=24003 vsize=5356 CPUtime=1.8
/proc/24005/stat : 24005 (manysat.sh) S 24003 24005 23410 0 -1 4194304 312 2666 0 0 0 0 178 2 16 0 1 0 106630669 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24005/statm: 1339 238 195 169 0 50 0
[pid=24008] ppid=24005 vsize=71708 CPUtime=320.11
/proc/24008/stat : 24008 (manysat1.1_stat) R 24005 24005 23410 0 -1 4194304 14419 0 0 0 31989 22 0 0 21 0 2 0 106630850 73428992 14405 1992294400 134512640 135305190 4294956144 18446744073709551615 134528771 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24008/statm: 17927 14405 83 193 0 17731 0
[pid=24008/tid=24009] ppid=24005 vsize=71708 CPUtime=159.9
/proc/24008/task/24009/stat : 24009 (manysat1.1_stat) R 24005 24005 23410 0 -1 4194368 6501 0 0 0 15980 10 0 0 25 0 2 0 106630856 73428992 14405 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 321.91
Current children cumulated vsize (KiB) 77064

[startup+222.302 s]
/proc/loadavg: 1.99 1.53 1.28 3/67 24009
/proc/meminfo: memFree=1476128/2055920 swapFree=4181396/4192956
[pid=24005] ppid=24003 vsize=5356 CPUtime=1.8
/proc/24005/stat : 24005 (manysat.sh) S 24003 24005 23410 0 -1 4194304 312 2666 0 0 0 0 178 2 16 0 1 0 106630669 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24005/statm: 1339 238 195 169 0 50 0
[pid=24008] ppid=24005 vsize=82976 CPUtime=439.83
/proc/24008/stat : 24008 (manysat1.1_stat) R 24005 24005 23410 0 -1 4194304 16892 0 0 0 43954 29 0 0 25 0 2 0 106630850 84967424 16878 1992294400 134512640 135305190 4294956144 18446744073709551615 134528551 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24008/statm: 20744 16878 83 193 0 20548 0
[pid=24008/tid=24009] ppid=24005 vsize=82976 CPUtime=219.66
/proc/24008/task/24009/stat : 24009 (manysat1.1_stat) R 24005 24005 23410 0 -1 4194368 7489 0 0 0 21952 14 0 0 25 0 2 0 106630856 84967424 16878 1992294400 134512640 135305190 4294956144 18446744073709551615 134528382 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 441.63
Current children cumulated vsize (KiB) 88332

[startup+282.302 s]
/proc/loadavg: 1.99 1.62 1.32 3/67 24009
/proc/meminfo: memFree=1468512/2055920 swapFree=4181396/4192956
[pid=24005] ppid=24003 vsize=5356 CPUtime=1.8
/proc/24005/stat : 24005 (manysat.sh) S 24003 24005 23410 0 -1 4194304 312 2666 0 0 0 0 178 2 16 0 1 0 106630669 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24005/statm: 1339 238 195 169 0 50 0
[pid=24008] ppid=24005 vsize=90400 CPUtime=559.55
/proc/24008/stat : 24008 (manysat1.1_stat) R 24005 24005 23410 0 -1 4194304 18796 0 0 0 55923 32 0 0 25 0 2 0 106630850 92569600 18782 1992294400 134512640 135305190 4294956144 18446744073709551615 134528277 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24008/statm: 22600 18782 83 193 0 22404 0
[pid=24008/tid=24009] ppid=24005 vsize=90400 CPUtime=279.41
/proc/24008/task/24009/stat : 24009 (manysat1.1_stat) R 24005 24005 23410 0 -1 4194368 8687 0 0 0 27926 15 0 0 17 0 2 0 106630856 92569600 18782 1992294400 134512640 135305190 4294956144 18446744073709551615 134538167 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 561.35
Current children cumulated vsize (KiB) 95756

[startup+342.302 s]
/proc/loadavg: 1.99 1.68 1.36 3/67 24009
/proc/meminfo: memFree=1459296/2055920 swapFree=4181396/4192956
[pid=24005] ppid=24003 vsize=5356 CPUtime=1.8
/proc/24005/stat : 24005 (manysat.sh) S 24003 24005 23410 0 -1 4194304 312 2666 0 0 0 0 178 2 16 0 1 0 106630669 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24005/statm: 1339 238 195 169 0 50 0
[pid=24008] ppid=24005 vsize=100316 CPUtime=679.29
/proc/24008/stat : 24008 (manysat1.1_stat) R 24005 24005 23410 0 -1 4194304 21100 0 0 0 67892 37 0 0 18 0 2 0 106630850 102723584 21086 1992294400 134512640 135305190 4294956144 18446744073709551615 134538167 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24008/statm: 25079 21086 83 193 0 24883 0
[pid=24008/tid=24009] ppid=24005 vsize=100316 CPUtime=339.18
/proc/24008/task/24009/stat : 24009 (manysat1.1_stat) R 24005 24005 23410 0 -1 4194368 9844 0 0 0 33900 18 0 0 25 0 2 0 106630856 102723584 21086 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 681.09
Current children cumulated vsize (KiB) 105672

[startup+402.302 s]
/proc/loadavg: 1.99 1.74 1.40 3/67 24009
/proc/meminfo: memFree=1456992/2055920 swapFree=4181396/4192956
[pid=24005] ppid=24003 vsize=5356 CPUtime=1.8
/proc/24005/stat : 24005 (manysat.sh) S 24003 24005 23410 0 -1 4194304 312 2666 0 0 0 0 178 2 16 0 1 0 106630669 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24005/statm: 1339 238 195 169 0 50 0
[pid=24008] ppid=24005 vsize=102684 CPUtime=799.01
/proc/24008/stat : 24008 (manysat1.1_stat) R 24005 24005 23410 0 -1 4194304 21655 0 0 0 79863 38 0 0 25 0 2 0 106630850 105148416 21641 1992294400 134512640 135305190 4294956144 18446744073709551615 134528747 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24008/statm: 25671 21641 83 193 0 25475 0
[pid=24008/tid=24009] ppid=24005 vsize=102684 CPUtime=398.93
/proc/24008/task/24009/stat : 24009 (manysat1.1_stat) R 24005 24005 23410 0 -1 4194368 10277 0 0 0 39874 19 0 0 25 0 2 0 106630856 105148416 21641 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 800.81
Current children cumulated vsize (KiB) 108040

[startup+462.302 s]
/proc/loadavg: 1.99 1.78 1.43 3/67 24009
/proc/meminfo: memFree=1448544/2055920 swapFree=4181396/4192956
[pid=24005] ppid=24003 vsize=5356 CPUtime=1.8
/proc/24005/stat : 24005 (manysat.sh) S 24003 24005 23410 0 -1 4194304 312 2666 0 0 0 0 178 2 16 0 1 0 106630669 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24005/statm: 1339 238 195 169 0 50 0
[pid=24008] ppid=24005 vsize=111168 CPUtime=918.74
/proc/24008/stat : 24008 (manysat1.1_stat) R 24005 24005 23410 0 -1 4194304 23783 0 0 0 91832 42 0 0 16 0 2 0 106630850 113836032 23769 1992294400 134512640 135305190 4294956144 18446744073709551615 134538154 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24008/statm: 27792 23769 83 193 0 27596 0
[pid=24008/tid=24009] ppid=24005 vsize=111168 CPUtime=458.69
/proc/24008/task/24009/stat : 24009 (manysat1.1_stat) R 24005 24005 23410 0 -1 4194368 11373 0 0 0 45848 21 0 0 25 0 2 0 106630856 113836032 23769 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 920.54
Current children cumulated vsize (KiB) 116524

[startup+522.302 s]
/proc/loadavg: 1.99 1.82 1.47 3/67 24009
/proc/meminfo: memFree=1443104/2055920 swapFree=4181396/4192956
[pid=24005] ppid=24003 vsize=5356 CPUtime=1.8
/proc/24005/stat : 24005 (manysat.sh) S 24003 24005 23410 0 -1 4194304 312 2666 0 0 0 0 178 2 16 0 1 0 106630669 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24005/statm: 1339 238 195 169 0 50 0
[pid=24008] ppid=24005 vsize=118120 CPUtime=1038.47
/proc/24008/stat : 24008 (manysat1.1_stat) R 24005 24005 23410 0 -1 4194304 25135 0 0 0 103801 46 0 0 22 0 2 0 106630850 120954880 25121 1992294400 134512640 135305190 4294956144 18446744073709551615 134528268 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24008/statm: 29530 25121 83 193 0 29334 0
[pid=24008/tid=24009] ppid=24005 vsize=118120 CPUtime=518.45
/proc/24008/task/24009/stat : 24009 (manysat1.1_stat) R 24005 24005 23410 0 -1 4194368 12385 0 0 0 51822 23 0 0 25 0 2 0 106630856 120954880 25121 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1040.27
Current children cumulated vsize (KiB) 123476

[startup+582.301 s]
/proc/loadavg: 1.99 1.85 1.50 3/67 24009
/proc/meminfo: memFree=1427552/2055920 swapFree=4181396/4192956
[pid=24005] ppid=24003 vsize=5356 CPUtime=1.8
/proc/24005/stat : 24005 (manysat.sh) S 24003 24005 23410 0 -1 4194304 312 2666 0 0 0 0 178 2 16 0 1 0 106630669 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24005/statm: 1339 238 195 169 0 50 0
[pid=24008] ppid=24005 vsize=135164 CPUtime=1158.19
/proc/24008/stat : 24008 (manysat1.1_stat) R 24005 24005 23410 0 -1 4194304 29000 0 0 0 115762 57 0 0 18 0 2 0 106630850 138407936 28986 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24008/statm: 33791 28986 83 193 0 33595 0
[pid=24008/tid=24009] ppid=24005 vsize=135164 CPUtime=578.21
/proc/24008/task/24009/stat : 24009 (manysat1.1_stat) R 24005 24005 23410 0 -1 4194368 13909 0 0 0 57793 28 0 0 20 0 2 0 106630856 138407936 28986 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1159.99
Current children cumulated vsize (KiB) 140520



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+602.402 s]
/proc/loadavg: 1.99 1.86 1.51 3/67 24009
/proc/meminfo: memFree=1426720/2055920 swapFree=4181396/4192956
[pid=24005] ppid=24003 vsize=5356 CPUtime=1.8
/proc/24005/stat : 24005 (manysat.sh) S 24003 24005 23410 0 -1 4194304 312 2666 0 0 0 0 178 2 16 0 1 0 106630669 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24005/statm: 1339 238 195 169 0 50 0
[pid=24008] ppid=24005 vsize=135992 CPUtime=1198.31
/proc/24008/stat : 24008 (manysat1.1_stat) R 24005 24005 23410 0 -1 4194304 29198 0 0 0 119773 58 0 0 25 0 2 0 106630850 139255808 29184 1992294400 134512640 135305190 4294956144 18446744073709551615 134528224 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24008/statm: 33998 29184 83 193 0 33802 0
[pid=24008/tid=24009] ppid=24005 vsize=135992 CPUtime=598.22
/proc/24008/task/24009/stat : 24009 (manysat1.1_stat) R 24005 24005 23410 0 -1 4194368 13909 0 0 0 59794 28 0 0 25 0 2 0 106630856 139255808 29184 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.11
Current children cumulated vsize (KiB) 141348

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24005 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=785728
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=25996
# CPU time returned by wait4() is 1.81172
# while last known CPU time is 1200.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 602.419
CPU time (s): 1200.11
CPU user time (s): 1199.51
CPU system time (s): 0.6
CPU usage (%): 199.215
Max. virtual memory (cumulated for all children) (KiB): 141348

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

runsolver used 0.575912 second user time and 1.62675 second system time

The end

Launcher Data

Begin job on node25 at 2009-04-27 00:46:17
IDJOB=1733205
IDBENCH=71136
IDSOLVER=514
FILE ID=node25/1733205-1240785976
PBS_JOBID= 9187232
Free space on /tmp= 66384 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT09/CRAFTED/modcircuits/mod4block_2vars_9gates_u2.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1733205-1240785976/watcher-1733205-1240785976 -o /tmp/evaluation-result-1733205-1240785976/solver-1733205-1240785976 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1733205-1240785976.cnf aimd 1

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

MD5SUM BENCH= ef7ae52d071607b182dca67dbff359aa
RANDOM SEED=1017173981

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1545944 kB
Buffers:         55872 kB
Cached:         396752 kB
SwapCached:       5424 kB
Active:         155012 kB
Inactive:       305484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1545944 kB
SwapTotal:     4192956 kB
SwapFree:      4181396 kB
Dirty:            3676 kB
Writeback:           0 kB
Mapped:          13480 kB
Slab:            35596 kB
Committed_AS:   414416 kB
PageTables:       1460 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= 66384 MiB
End job on node25 at 2009-04-27 00:56:21