Trace number 1525033

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-20? (TO) 1200.12 601.72

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/180/
unif-k7-r85-v180-c15300-S907861678-077.cnf
MD5SUM3d095d003b98913e818830d59841a8fe
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark642.911
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of clauses15300
Sum of the clauses size107100
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 515300

Solver Data

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   15300   107100 |    4589       0        0     nan |  0.000 % |
0.00/0.02	c ==============================================================================
0.00/0.02	c Result  :   #vars: 180   #clauses: 15300   #literals: 107100
0.00/0.02	c CPU time:   0.018997 s
0.00/0.02	c ==============================================================================

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1525033-1238368771/watcher-1525033-1238368771 -o /tmp/evaluation-result-1525033-1238368771/solver-1525033-1238368771 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1525033-1238368771.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: 1.83 1.94 1.82 3/73 6578
/proc/meminfo: memFree=1452504/2055920 swapFree=4175408/4192956
[pid=6578] ppid=6576 vsize=5356 CPUtime=0
/proc/6578/stat : 6578 (manysat.sh) S 6576 6578 6510 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 989295688 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6578/statm: 1339 235 195 169 0 50 0
[pid=6579] ppid=6578 vsize=824 CPUtime=0
/proc/6579/stat : 6579 (SatElite) R 6578 6578 6510 0 -1 4194304 114 0 0 0 0 0 0 0 19 0 1 0 989295688 843776 98 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/6579/statm: 206 98 50 127 0 76 0

[startup+0.0109201 s]
/proc/loadavg: 1.83 1.94 1.82 3/73 6578
/proc/meminfo: memFree=1452504/2055920 swapFree=4175408/4192956
[pid=6578] ppid=6576 vsize=5356 CPUtime=0
/proc/6578/stat : 6578 (manysat.sh) S 6576 6578 6510 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 989295688 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6578/statm: 1339 235 195 169 0 50 0
[pid=6579] ppid=6578 vsize=1088 CPUtime=0
/proc/6579/stat : 6579 (SatElite) R 6578 6578 6510 0 -1 4194304 181 0 0 0 0 0 0 0 19 0 1 0 989295688 1114112 165 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/6579/statm: 272 166 50 127 0 142 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6444

[startup+0.104074 s]
/proc/loadavg: 1.83 1.94 1.82 3/73 6578
/proc/meminfo: memFree=1452504/2055920 swapFree=4175408/4192956
[pid=6578] ppid=6576 vsize=5356 CPUtime=0.05
/proc/6578/stat : 6578 (manysat.sh) S 6576 6578 6510 0 -1 4194304 312 455 0 0 0 0 5 0 17 0 1 0 989295688 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6578/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5356

[startup+0.301955 s]
/proc/loadavg: 1.83 1.94 1.82 3/73 6578
/proc/meminfo: memFree=1452504/2055920 swapFree=4175408/4192956
[pid=6578] ppid=6576 vsize=5356 CPUtime=0.05
/proc/6578/stat : 6578 (manysat.sh) S 6576 6578 6510 0 -1 4194304 312 455 0 0 0 0 5 0 17 0 1 0 989295688 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6578/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5356

[startup+0.702 s]
/proc/loadavg: 1.83 1.94 1.82 3/73 6578
/proc/meminfo: memFree=1452504/2055920 swapFree=4175408/4192956
[pid=6578] ppid=6576 vsize=5356 CPUtime=0.05
/proc/6578/stat : 6578 (manysat.sh) S 6576 6578 6510 0 -1 4194304 312 455 0 0 0 0 5 0 17 0 1 0 989295688 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6578/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5356

[startup+1.50109 s]
/proc/loadavg: 1.83 1.94 1.82 3/76 6582
/proc/meminfo: memFree=1444032/2055920 swapFree=4175408/4192956
[pid=6578] ppid=6576 vsize=5356 CPUtime=0.05
/proc/6578/stat : 6578 (manysat.sh) S 6576 6578 6510 0 -1 4194304 312 455 0 0 0 0 5 0 17 0 1 0 989295688 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6578/statm: 1339 238 195 169 0 50 0
[pid=6581] ppid=6578 vsize=21824 CPUtime=2.83
/proc/6581/stat : 6581 (manysat1.1_stat) R 6578 6578 6510 0 -1 4194304 2494 0 0 0 282 1 0 0 20 0 2 0 989295694 22347776 2479 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6581/statm: 5456 2479 83 193 0 5260 0
[pid=6581/tid=6582] ppid=6578 vsize=21824 CPUtime=1.4
/proc/6581/task/6582/stat : 6582 (manysat1.1_stat) R 6578 6578 6510 0 -1 4194368 885 0 0 0 140 0 0 0 17 0 2 0 989295697 22347776 2479 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 27180

[startup+3.10125 s]
/proc/loadavg: 1.83 1.94 1.82 3/76 6582
/proc/meminfo: memFree=1440896/2055920 swapFree=4175408/4192956
[pid=6578] ppid=6576 vsize=5356 CPUtime=0.05
/proc/6578/stat : 6578 (manysat.sh) S 6576 6578 6510 0 -1 4194304 312 455 0 0 0 0 5 0 17 0 1 0 989295688 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6578/statm: 1339 238 195 169 0 50 0
[pid=6581] ppid=6578 vsize=26152 CPUtime=6.02
/proc/6581/stat : 6581 (manysat1.1_stat) R 6578 6578 6510 0 -1 4194304 3627 0 0 0 600 2 0 0 19 0 2 0 989295694 26779648 3612 1992294400 134512640 135305190 4294956144 18446744073709551615 134528947 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6581/statm: 6538 3612 83 193 0 6342 0
[pid=6581/tid=6582] ppid=6578 vsize=26152 CPUtime=3
/proc/6581/task/6582/stat : 6582 (manysat1.1_stat) R 6578 6578 6510 0 -1 4194368 1449 0 0 0 299 1 0 0 25 0 2 0 989295697 26779648 3612 1992294400 134512640 135305190 4294956144 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 31508

[startup+6.30245 s]
/proc/loadavg: 1.85 1.94 1.82 3/76 6582
/proc/meminfo: memFree=1434240/2055920 swapFree=4175408/4192956
[pid=6578] ppid=6576 vsize=5356 CPUtime=0.05
/proc/6578/stat : 6578 (manysat.sh) S 6576 6578 6510 0 -1 4194304 312 455 0 0 0 0 5 0 17 0 1 0 989295688 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6578/statm: 1339 238 195 169 0 50 0
[pid=6581] ppid=6578 vsize=29616 CPUtime=12.4
/proc/6581/stat : 6581 (manysat1.1_stat) R 6578 6578 6510 0 -1 4194304 4515 0 0 0 1237 3 0 0 25 0 2 0 989295694 30326784 4500 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6581/statm: 7404 4500 83 193 0 7208 0
[pid=6581/tid=6582] ppid=6578 vsize=29616 CPUtime=6.17
/proc/6581/task/6582/stat : 6582 (manysat1.1_stat) R 6578 6578 6510 0 -1 4194368 1890 0 0 0 616 1 0 0 25 0 2 0 989295697 30326784 4500 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 34972

[startup+12.7011 s]
/proc/loadavg: 1.86 1.94 1.82 3/76 6582
/proc/meminfo: memFree=1427216/2055920 swapFree=4175408/4192956
[pid=6578] ppid=6576 vsize=5356 CPUtime=0.05
/proc/6578/stat : 6578 (manysat.sh) S 6576 6578 6510 0 -1 4194304 312 455 0 0 0 0 5 0 17 0 1 0 989295688 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6578/statm: 1339 238 195 169 0 50 0
[pid=6581] ppid=6578 vsize=36564 CPUtime=25.17
/proc/6581/stat : 6581 (manysat1.1_stat) R 6578 6578 6510 0 -1 4194304 6224 0 0 0 2512 5 0 0 17 0 2 0 989295694 37441536 6209 1992294400 134512640 135305190 4294956144 18446744073709551615 134558297 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6581/statm: 9141 6209 83 193 0 8945 0
[pid=6581/tid=6582] ppid=6578 vsize=36564 CPUtime=12.54
/proc/6581/task/6582/stat : 6582 (manysat1.1_stat) R 6578 6578 6510 0 -1 4194368 2752 0 0 0 1252 2 0 0 20 0 2 0 989295697 37441536 6209 1992294400 134512640 135305190 4294956144 18446744073709551615 134556664 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 41920

[startup+25.5025 s]
/proc/loadavg: 1.89 1.94 1.82 3/76 6582
/proc/meminfo: memFree=1421968/2055920 swapFree=4175408/4192956
[pid=6578] ppid=6576 vsize=5356 CPUtime=0.05
/proc/6578/stat : 6578 (manysat.sh) S 6576 6578 6510 0 -1 4194304 312 455 0 0 0 0 5 0 17 0 1 0 989295688 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6578/statm: 1339 238 195 169 0 50 0
[pid=6581] ppid=6578 vsize=44720 CPUtime=50.71
/proc/6581/stat : 6581 (manysat1.1_stat) R 6578 6578 6510 0 -1 4194304 7876 0 0 0 5064 7 0 0 25 0 2 0 989295694 45793280 7861 1992294400 134512640 135305190 4294956144 18446744073709551615 134528499 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6581/statm: 11180 7861 83 193 0 10984 0
[pid=6581/tid=6582] ppid=6578 vsize=44720 CPUtime=25.29
/proc/6581/task/6582/stat : 6582 (manysat1.1_stat) R 6578 6578 6510 0 -1 4194368 3680 0 0 0 2525 4 0 0 17 0 2 0 989295697 45793280 7861 1992294400 134512640 135305190 4294956144 18446744073709551615 134528435 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 50076

[startup+51.1072 s]
/proc/loadavg: 1.93 1.94 1.82 3/76 6582
/proc/meminfo: memFree=1406608/2055920 swapFree=4175408/4192956
[pid=6578] ppid=6576 vsize=5356 CPUtime=0.05
/proc/6578/stat : 6578 (manysat.sh) S 6576 6578 6510 0 -1 4194304 312 455 0 0 0 0 5 0 17 0 1 0 989295688 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6578/statm: 1339 238 195 169 0 50 0
[pid=6581] ppid=6578 vsize=58200 CPUtime=101.78
/proc/6581/stat : 6581 (manysat1.1_stat) R 6578 6578 6510 0 -1 4194304 11307 0 0 0 10166 12 0 0 25 0 2 0 989295694 59596800 11292 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6581/statm: 14550 11292 83 193 0 14354 0
[pid=6581/tid=6582] ppid=6578 vsize=58200 CPUtime=50.76
/proc/6581/task/6582/stat : 6582 (manysat1.1_stat) R 6578 6578 6510 0 -1 4194368 5479 0 0 0 5070 6 0 0 25 0 2 0 989295697 59596800 11292 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 63556

[startup+102.303 s]
/proc/loadavg: 1.97 1.95 1.83 3/76 6582
/proc/meminfo: memFree=1397200/2055920 swapFree=4175408/4192956
[pid=6578] ppid=6576 vsize=5356 CPUtime=0.05
/proc/6578/stat : 6578 (manysat.sh) S 6576 6578 6510 0 -1 4194304 312 455 0 0 0 0 5 0 17 0 1 0 989295688 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6578/statm: 1339 238 195 169 0 50 0
[pid=6581] ppid=6578 vsize=67696 CPUtime=203.89
/proc/6581/stat : 6581 (manysat1.1_stat) R 6578 6578 6510 0 -1 4194304 13626 0 0 0 20374 15 0 0 22 0 2 0 989295694 69320704 13611 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6581/statm: 16924 13611 83 193 0 16728 0
[pid=6581/tid=6582] ppid=6578 vsize=67696 CPUtime=101.7
/proc/6581/task/6582/stat : 6582 (manysat1.1_stat) R 6578 6578 6510 0 -1 4194368 6950 0 0 0 10161 9 0 0 20 0 2 0 989295697 69320704 13611 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.94
Current children cumulated vsize (KiB) 73052

[startup+162.303 s]
/proc/loadavg: 2.03 1.97 1.84 3/76 6582
/proc/meminfo: memFree=1387152/2055920 swapFree=4175408/4192956
[pid=6578] ppid=6576 vsize=5356 CPUtime=0.05
/proc/6578/stat : 6578 (manysat.sh) S 6576 6578 6510 0 -1 4194304 312 455 0 0 0 0 5 0 17 0 1 0 989295688 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6578/statm: 1339 238 195 169 0 50 0
[pid=6581] ppid=6578 vsize=77928 CPUtime=323.57
/proc/6581/stat : 6581 (manysat1.1_stat) R 6578 6578 6510 0 -1 4194304 16143 0 0 0 32338 19 0 0 19 0 2 0 989295694 79798272 16128 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6581/statm: 19482 16128 83 193 0 19286 0
[pid=6581/tid=6582] ppid=6578 vsize=77928 CPUtime=161.39
/proc/6581/task/6582/stat : 6582 (manysat1.1_stat) R 6578 6578 6510 0 -1 4194368 8289 0 0 0 16129 10 0 0 25 0 2 0 989295697 79798272 16128 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.62
Current children cumulated vsize (KiB) 83284

[startup+222.302 s]
/proc/loadavg: 2.01 1.97 1.85 3/76 6582
/proc/meminfo: memFree=1376528/2055920 swapFree=4175408/4192956
[pid=6578] ppid=6576 vsize=5356 CPUtime=0.05
/proc/6578/stat : 6578 (manysat.sh) S 6576 6578 6510 0 -1 4194304 312 455 0 0 0 0 5 0 17 0 1 0 989295688 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6578/statm: 1339 238 195 169 0 50 0
[pid=6581] ppid=6578 vsize=87696 CPUtime=443.27
/proc/6581/stat : 6581 (manysat1.1_stat) R 6578 6578 6510 0 -1 4194304 18800 0 0 0 44303 24 0 0 23 0 2 0 989295694 89800704 18785 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6581/statm: 21924 18785 83 193 0 21728 0
[pid=6581/tid=6582] ppid=6578 vsize=87696 CPUtime=221.11
/proc/6581/task/6582/stat : 6582 (manysat1.1_stat) R 6578 6578 6510 0 -1 4194368 9622 0 0 0 22098 13 0 0 25 0 2 0 989295697 89800704 18785 1992294400 134512640 135305190 4294956144 18446744073709551615 134528464 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.32
Current children cumulated vsize (KiB) 93052

[startup+282.302 s]
/proc/loadavg: 2.00 1.97 1.85 3/76 6582
/proc/meminfo: memFree=1362896/2055920 swapFree=4175408/4192956
[pid=6578] ppid=6576 vsize=5356 CPUtime=0.05
/proc/6578/stat : 6578 (manysat.sh) S 6576 6578 6510 0 -1 4194304 312 455 0 0 0 0 5 0 17 0 1 0 989295688 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6578/statm: 1339 238 195 169 0 50 0
[pid=6581] ppid=6578 vsize=101456 CPUtime=562.93
/proc/6581/stat : 6581 (manysat1.1_stat) R 6578 6578 6510 0 -1 4194304 22185 0 0 0 56262 31 0 0 25 0 2 0 989295694 103890944 22170 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6581/statm: 25364 22170 83 193 0 25168 0
[pid=6581/tid=6582] ppid=6578 vsize=101456 CPUtime=280.81
/proc/6581/task/6582/stat : 6582 (manysat1.1_stat) R 6578 6578 6510 0 -1 4194368 11351 0 0 0 28063 18 0 0 25 0 2 0 989295697 103890944 22170 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 562.98
Current children cumulated vsize (KiB) 106812

[startup+342.303 s]
/proc/loadavg: 2.00 1.97 1.86 3/76 6582
/proc/meminfo: memFree=1349200/2055920 swapFree=4175408/4192956
[pid=6578] ppid=6576 vsize=5356 CPUtime=0.05
/proc/6578/stat : 6578 (manysat.sh) S 6576 6578 6510 0 -1 4194304 312 455 0 0 0 0 5 0 17 0 1 0 989295688 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6578/statm: 1339 238 195 169 0 50 0
[pid=6581] ppid=6578 vsize=116136 CPUtime=682.63
/proc/6581/stat : 6581 (manysat1.1_stat) R 6578 6578 6510 0 -1 4194304 25769 0 0 0 68224 39 0 0 25 0 2 0 989295694 118923264 25754 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6581/statm: 29034 25754 83 193 0 28838 0
[pid=6581/tid=6582] ppid=6578 vsize=116136 CPUtime=340.51
/proc/6581/task/6582/stat : 6582 (manysat1.1_stat) R 6578 6578 6510 0 -1 4194368 13619 0 0 0 34028 23 0 0 25 0 2 0 989295697 118923264 25754 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.68
Current children cumulated vsize (KiB) 121492

[startup+402.301 s]
/proc/loadavg: 2.00 1.97 1.86 3/76 6582
/proc/meminfo: memFree=1339216/2055920 swapFree=4175408/4192956
[pid=6578] ppid=6576 vsize=5356 CPUtime=0.05
/proc/6578/stat : 6578 (manysat.sh) S 6576 6578 6510 0 -1 4194304 312 455 0 0 0 0 5 0 17 0 1 0 989295688 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6578/statm: 1339 238 195 169 0 50 0
[pid=6581] ppid=6578 vsize=126168 CPUtime=802.31
/proc/6581/stat : 6581 (manysat1.1_stat) R 6578 6578 6510 0 -1 4194304 28144 0 0 0 80187 44 0 0 25 0 2 0 989295694 129196032 28129 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6581/statm: 31542 28129 83 193 0 31346 0
[pid=6581/tid=6582] ppid=6578 vsize=126168 CPUtime=400.21
/proc/6581/task/6582/stat : 6582 (manysat1.1_stat) R 6578 6578 6510 0 -1 4194368 14695 0 0 0 39996 25 0 0 19 0 2 0 989295697 129196032 28129 1992294400 134512640 135305190 4294956144 18446744073709551615 134528603 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.36
Current children cumulated vsize (KiB) 131524

[startup+462.301 s]
/proc/loadavg: 2.00 1.97 1.87 3/76 6582
/proc/meminfo: memFree=1331792/2055920 swapFree=4175408/4192956
[pid=6578] ppid=6576 vsize=5356 CPUtime=0.05
/proc/6578/stat : 6578 (manysat.sh) S 6576 6578 6510 0 -1 4194304 312 455 0 0 0 0 5 0 17 0 1 0 989295688 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6578/statm: 1339 238 195 169 0 50 0
[pid=6581] ppid=6578 vsize=133668 CPUtime=921.99
/proc/6581/stat : 6581 (manysat1.1_stat) R 6578 6578 6510 0 -1 4194304 29986 0 0 0 92152 47 0 0 25 0 2 0 989295694 136876032 29971 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6581/statm: 33417 29971 83 193 0 33221 0
[pid=6581/tid=6582] ppid=6578 vsize=133668 CPUtime=459.91
/proc/6581/task/6582/stat : 6582 (manysat1.1_stat) R 6578 6578 6510 0 -1 4194368 16234 0 0 0 45963 28 0 0 25 0 2 0 989295697 136876032 29971 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.04
Current children cumulated vsize (KiB) 139024

[startup+522.302 s]
/proc/loadavg: 2.00 1.97 1.87 3/76 6582
/proc/meminfo: memFree=1320464/2055920 swapFree=4175408/4192956
[pid=6578] ppid=6576 vsize=5356 CPUtime=0.05
/proc/6578/stat : 6578 (manysat.sh) S 6576 6578 6510 0 -1 4194304 312 455 0 0 0 0 5 0 17 0 1 0 989295688 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6578/statm: 1339 238 195 169 0 50 0
[pid=6581] ppid=6578 vsize=145804 CPUtime=1041.68
/proc/6581/stat : 6581 (manysat1.1_stat) R 6578 6578 6510 0 -1 4194304 32810 0 0 0 104117 51 0 0 25 0 2 0 989295694 149303296 32795 1992294400 134512640 135305190 4294956144 18446744073709551615 134557923 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6581/statm: 36451 32795 83 193 0 36255 0
[pid=6581/tid=6582] ppid=6578 vsize=145804 CPUtime=519.62
/proc/6581/task/6582/stat : 6582 (manysat1.1_stat) R 6578 6578 6510 0 -1 4194368 17718 0 0 0 51932 30 0 0 25 0 2 0 989295697 149303296 32795 1992294400 134512640 135305190 4294956144 18446744073709551615 134528568 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1041.73
Current children cumulated vsize (KiB) 151160

[startup+582.302 s]
/proc/loadavg: 2.00 1.97 1.88 3/76 6582
/proc/meminfo: memFree=1318160/2055920 swapFree=4175408/4192956
[pid=6578] ppid=6576 vsize=5356 CPUtime=0.05
/proc/6578/stat : 6578 (manysat.sh) S 6576 6578 6510 0 -1 4194304 312 455 0 0 0 0 5 0 17 0 1 0 989295688 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6578/statm: 1339 238 195 169 0 50 0
[pid=6581] ppid=6578 vsize=147808 CPUtime=1161.37
/proc/6581/stat : 6581 (manysat1.1_stat) R 6578 6578 6510 0 -1 4194304 33357 0 0 0 116085 52 0 0 25 0 2 0 989295694 151355392 33342 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6581/statm: 36952 33342 83 193 0 36756 0
[pid=6581/tid=6582] ppid=6578 vsize=147808 CPUtime=579.32
/proc/6581/task/6582/stat : 6582 (manysat1.1_stat) R 6578 6578 6510 0 -1 4194368 17998 0 0 0 57902 30 0 0 25 0 2 0 989295697 151355392 33342 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.42
Current children cumulated vsize (KiB) 153164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.702 s]
/proc/loadavg: 2.00 1.97 1.88 3/76 6582
/proc/meminfo: memFree=1318096/2055920 swapFree=4175408/4192956
[pid=6578] ppid=6576 vsize=5356 CPUtime=0.05
/proc/6578/stat : 6578 (manysat.sh) S 6576 6578 6510 0 -1 4194304 312 455 0 0 0 0 5 0 17 0 1 0 989295688 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6578/statm: 1339 238 195 169 0 50 0
[pid=6581] ppid=6578 vsize=147808 CPUtime=1200.07
/proc/6581/stat : 6581 (manysat1.1_stat) R 6578 6578 6510 0 -1 4194304 33367 0 0 0 119955 52 0 0 25 0 2 0 989295694 151355392 33352 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6581/statm: 36952 33352 83 193 0 36756 0
[pid=6581/tid=6582] ppid=6578 vsize=147808 CPUtime=598.62
/proc/6581/task/6582/stat : 6582 (manysat1.1_stat) R 6578 6578 6510 0 -1 4194368 17999 0 0 0 59832 30 0 0 25 0 2 0 989295697 151355392 33352 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.12
Current children cumulated vsize (KiB) 153164

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 6578 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=56991
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=4999
# CPU time returned by wait4() is 0.06199
# while last known CPU time is 1200.12
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 601.72
CPU time (s): 1200.12
CPU user time (s): 1199.6
CPU system time (s): 0.52
CPU usage (%): 199.448
Max. virtual memory (cumulated for all children) (KiB): 153164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.056991
system time used= 0.004999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 767
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= 4

runsolver used 0.84887 second user time and 1.89671 second system time

The end

Launcher Data

Begin job on node79 at 2009-03-30 01:19:31
IDJOB=1525033
IDBENCH=70262
IDSOLVER=515
FILE ID=node79/1525033-1238368771
PBS_JOBID= 9061254
Free space on /tmp= 65556 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/180/unif-k7-r85-v180-c15300-S907861678-077.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1525033-1238368771/watcher-1525033-1238368771 -o /tmp/evaluation-result-1525033-1238368771/solver-1525033-1238368771 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1525033-1238368771.cnf aimd 2

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

MD5SUM BENCH= 3d095d003b98913e818830d59841a8fe
RANDOM SEED=1008811240

node79.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.232
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.232
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:       1453056 kB
Buffers:         79152 kB
Cached:         422660 kB
SwapCached:      11792 kB
Active:         209732 kB
Inactive:       308240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1453056 kB
SwapTotal:     4192956 kB
SwapFree:      4175408 kB
Dirty:            1924 kB
Writeback:           0 kB
Mapped:          22644 kB
Slab:            70076 kB
Committed_AS:  2561520 kB
PageTables:       2004 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= 65552 MiB
End job on node79 at 2009-03-30 01:29:35