Trace number 1737679

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.1 601.418

General information on the benchmark

NameCRAFTED/sgen/unsat/
sgen1-unsat-103-100.cnf
MD5SUM5110e109b45a76c6118af02389913ef8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark337.903
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of clauses220
Sum of the clauses size660
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3220
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.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |     220      660 |      65       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 105   #clauses: 220   #literals: 660
0.00/0.00	c CPU time:   0 s
0.00/0.00	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-1737679-1240831548/watcher-1737679-1240831548 -o /tmp/evaluation-result-1737679-1240831548/solver-1737679-1240831548 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1737679-1240831548.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: 0.00 0.07 0.67 3/65 15899
/proc/meminfo: memFree=1634856/2055920 swapFree=4192952/4192956
[pid=15899] ppid=15897 vsize=5356 CPUtime=0
/proc/15899/stat : 15899 (manysat.sh) S 15897 15899 15862 0 -1 4194304 312 106 0 0 0 0 0 0 18 0 1 0 111183985 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15899/statm: 1339 238 195 169 0 50 0
[pid=15901] ppid=15899 vsize=17100 CPUtime=3.4
/proc/15901/stat : 15901 (manysat1.1_stat) R 15899 15899 15862 0 -1 4194304 1164 0 0 0 340 0 0 0 17 0 2 0 111183986 17510400 1150 1992294400 134512640 135305190 4294956144 18446744073709551615 134695249 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15901/statm: 4799 1554 83 193 0 4603 0
[pid=15901/tid=15902] ppid=15899 vsize=19196 CPUtime=2.19
/proc/15901/task/15902/stat : 15902 (manysat1.1_stat) S 15899 15899 15862 0 -1 4194368 842 0 0 0 219 0 0 0 16 0 2 0 111183986 19656704 1554 1992294400 134512640 135305190 4294956144 18446744073709551615 134694990 0 0 4096 3 0 0 0 -1 0 0 0

[startup+2.30293 s]
/proc/loadavg: 0.00 0.07 0.67 3/65 15899
/proc/meminfo: memFree=1634856/2055920 swapFree=4192952/4192956
[pid=15899] ppid=15897 vsize=5356 CPUtime=0
/proc/15899/stat : 15899 (manysat.sh) S 15897 15899 15862 0 -1 4194304 312 106 0 0 0 0 0 0 18 0 1 0 111183985 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15899/statm: 1339 238 195 169 0 50 0
[pid=15901] ppid=15899 vsize=19332 CPUtime=4.58
/proc/15901/stat : 15901 (manysat1.1_stat) R 15899 15899 15862 0 -1 4194304 1615 0 0 0 457 1 0 0 17 0 2 0 111183986 19795968 1601 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15901/statm: 4833 1601 83 193 0 4637 0
[pid=15901/tid=15902] ppid=15899 vsize=19332 CPUtime=2.28
/proc/15901/task/15902/stat : 15902 (manysat1.1_stat) R 15899 15899 15862 0 -1 4194368 845 0 0 0 228 0 0 0 17 0 2 0 111183986 19795968 1601 1992294400 134512640 135305190 4294956144 18446744073709551615 134528506 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.58
Current children cumulated vsize (KiB) 24688

[startup+2.40294 s]
/proc/loadavg: 0.00 0.07 0.67 3/65 15899
/proc/meminfo: memFree=1634856/2055920 swapFree=4192952/4192956
[pid=15899] ppid=15897 vsize=5356 CPUtime=0
/proc/15899/stat : 15899 (manysat.sh) S 15897 15899 15862 0 -1 4194304 312 106 0 0 0 0 0 0 18 0 1 0 111183985 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15899/statm: 1339 238 195 169 0 50 0
[pid=15901] ppid=15899 vsize=19332 CPUtime=4.78
/proc/15901/stat : 15901 (manysat1.1_stat) R 15899 15899 15862 0 -1 4194304 1627 0 0 0 477 1 0 0 17 0 2 0 111183986 19795968 1613 1992294400 134512640 135305190 4294956144 18446744073709551615 134528551 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15901/statm: 4833 1613 83 193 0 4637 0
[pid=15901/tid=15902] ppid=15899 vsize=19332 CPUtime=2.38
/proc/15901/task/15902/stat : 15902 (manysat1.1_stat) R 15899 15899 15862 0 -1 4194368 845 0 0 0 238 0 0 0 17 0 2 0 111183986 19795968 1613 1992294400 134512640 135305190 4294956144 18446744073709551615 134528523 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.78
Current children cumulated vsize (KiB) 24688

[startup+2.50195 s]
/proc/loadavg: 0.00 0.07 0.67 3/65 15899
/proc/meminfo: memFree=1634856/2055920 swapFree=4192952/4192956
[pid=15899] ppid=15897 vsize=5356 CPUtime=0
/proc/15899/stat : 15899 (manysat.sh) S 15897 15899 15862 0 -1 4194304 312 106 0 0 0 0 0 0 18 0 1 0 111183985 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15899/statm: 1339 238 195 169 0 50 0
[pid=15901] ppid=15899 vsize=19464 CPUtime=4.98
/proc/15901/stat : 15901 (manysat1.1_stat) R 15899 15899 15862 0 -1 4194304 1641 0 0 0 497 1 0 0 17 0 2 0 111183986 19931136 1627 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15901/statm: 4866 1627 83 193 0 4670 0
[pid=15901/tid=15902] ppid=15899 vsize=19464 CPUtime=2.48
/proc/15901/task/15902/stat : 15902 (manysat1.1_stat) R 15899 15899 15862 0 -1 4194368 851 0 0 0 248 0 0 0 17 0 2 0 111183986 19931136 1627 1992294400 134512640 135305190 4294956144 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.98
Current children cumulated vsize (KiB) 24820

[startup+2.60196 s]
/proc/loadavg: 0.00 0.07 0.67 3/65 15899
/proc/meminfo: memFree=1634856/2055920 swapFree=4192952/4192956
[pid=15899] ppid=15897 vsize=5356 CPUtime=0
/proc/15899/stat : 15899 (manysat.sh) S 15897 15899 15862 0 -1 4194304 312 106 0 0 0 0 0 0 18 0 1 0 111183985 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15899/statm: 1339 238 195 169 0 50 0
[pid=15901] ppid=15899 vsize=19464 CPUtime=5.18
/proc/15901/stat : 15901 (manysat1.1_stat) R 15899 15899 15862 0 -1 4194304 1666 0 0 0 517 1 0 0 17 0 2 0 111183986 19931136 1652 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15901/statm: 4866 1652 83 193 0 4670 0
[pid=15901/tid=15902] ppid=15899 vsize=19464 CPUtime=2.58
/proc/15901/task/15902/stat : 15902 (manysat1.1_stat) R 15899 15899 15862 0 -1 4194368 855 0 0 0 258 0 0 0 17 0 2 0 111183986 19931136 1652 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.18
Current children cumulated vsize (KiB) 24820

[startup+2.70197 s]
/proc/loadavg: 0.00 0.07 0.67 3/65 15899
/proc/meminfo: memFree=1634856/2055920 swapFree=4192952/4192956
[pid=15899] ppid=15897 vsize=5356 CPUtime=0
/proc/15899/stat : 15899 (manysat.sh) S 15897 15899 15862 0 -1 4194304 312 106 0 0 0 0 0 0 18 0 1 0 111183985 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15899/statm: 1339 238 195 169 0 50 0
[pid=15901] ppid=15899 vsize=19604 CPUtime=5.38
/proc/15901/stat : 15901 (manysat1.1_stat) R 15899 15899 15862 0 -1 4194304 1702 0 0 0 537 1 0 0 16 0 2 0 111183986 20074496 1688 1992294400 134512640 135305190 4294956144 18446744073709551615 134538540 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15901/statm: 4901 1688 83 193 0 4705 0
[pid=15901/tid=15902] ppid=15899 vsize=19604 CPUtime=2.68
/proc/15901/task/15902/stat : 15902 (manysat1.1_stat) R 15899 15899 15862 0 -1 4194368 876 0 0 0 268 0 0 0 17 0 2 0 111183986 20074496 1688 1992294400 134512640 135305190 4294956144 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.38
Current children cumulated vsize (KiB) 24960

[startup+3.10202 s]
/proc/loadavg: 0.00 0.07 0.67 3/65 15899
/proc/meminfo: memFree=1634856/2055920 swapFree=4192952/4192956
[pid=15899] ppid=15897 vsize=5356 CPUtime=0
/proc/15899/stat : 15899 (manysat.sh) S 15897 15899 15862 0 -1 4194304 312 106 0 0 0 0 0 0 18 0 1 0 111183985 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15899/statm: 1339 238 195 169 0 50 0
[pid=15901] ppid=15899 vsize=19876 CPUtime=6.18
/proc/15901/stat : 15901 (manysat1.1_stat) R 15899 15899 15862 0 -1 4194304 1768 0 0 0 617 1 0 0 17 0 2 0 111183986 20353024 1754 1992294400 134512640 135305190 4294956144 18446744073709551615 134524980 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15901/statm: 4969 1754 83 193 0 4773 0
[pid=15901/tid=15902] ppid=15899 vsize=19876 CPUtime=3.08
/proc/15901/task/15902/stat : 15902 (manysat1.1_stat) R 15899 15899 15862 0 -1 4194368 922 0 0 0 308 0 0 0 17 0 2 0 111183986 20353024 1754 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 25232

[startup+6.30139 s]
/proc/loadavg: 0.24 0.12 0.68 3/68 15903
/proc/meminfo: memFree=1624272/2055920 swapFree=4192952/4192956
[pid=15899] ppid=15897 vsize=5356 CPUtime=0
/proc/15899/stat : 15899 (manysat.sh) S 15897 15899 15862 0 -1 4194304 312 106 0 0 0 0 0 0 18 0 1 0 111183985 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15899/statm: 1339 238 195 169 0 50 0
[pid=15901] ppid=15899 vsize=24528 CPUtime=12.56
/proc/15901/stat : 15901 (manysat1.1_stat) R 15899 15899 15862 0 -1 4194304 2977 0 0 0 1254 2 0 0 17 0 2 0 111183986 25116672 2963 1992294400 134512640 135305190 4294956144 18446744073709551615 134528548 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15901/statm: 6132 2963 83 193 0 5936 0
[pid=15901/tid=15902] ppid=15899 vsize=24528 CPUtime=6.27
/proc/15901/task/15902/stat : 15902 (manysat1.1_stat) R 15899 15899 15862 0 -1 4194368 1522 0 0 0 626 1 0 0 19 0 2 0 111183986 25116672 2963 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 29884

[startup+12.7011 s]
/proc/loadavg: 0.51 0.18 0.70 3/68 15903
/proc/meminfo: memFree=1618704/2055920 swapFree=4192952/4192956
[pid=15899] ppid=15897 vsize=5356 CPUtime=0
/proc/15899/stat : 15899 (manysat.sh) S 15897 15899 15862 0 -1 4194304 312 106 0 0 0 0 0 0 18 0 1 0 111183985 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15899/statm: 1339 238 195 169 0 50 0
[pid=15901] ppid=15899 vsize=29888 CPUtime=25.33
/proc/15901/stat : 15901 (manysat1.1_stat) R 15899 15899 15862 0 -1 4194304 4114 0 0 0 2530 3 0 0 18 0 2 0 111183986 30605312 4100 1992294400 134512640 135305190 4294956144 18446744073709551615 134556807 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15901/statm: 7472 4100 83 193 0 7276 0
[pid=15901/tid=15902] ppid=15899 vsize=29888 CPUtime=12.64
/proc/15901/task/15902/stat : 15902 (manysat1.1_stat) R 15899 15899 15862 0 -1 4194368 2022 0 0 0 1263 1 0 0 17 0 2 0 111183986 30605312 4100 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 35244

[startup+25.5026 s]
/proc/loadavg: 0.74 0.24 0.71 3/68 15903
/proc/meminfo: memFree=1613456/2055920 swapFree=4192952/4192956
[pid=15899] ppid=15897 vsize=5356 CPUtime=0
/proc/15899/stat : 15899 (manysat.sh) S 15897 15899 15862 0 -1 4194304 312 106 0 0 0 0 0 0 18 0 1 0 111183985 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15899/statm: 1339 238 195 169 0 50 0
[pid=15901] ppid=15899 vsize=34876 CPUtime=50.87
/proc/15901/stat : 15901 (manysat1.1_stat) R 15899 15899 15862 0 -1 4194304 5356 0 0 0 5083 4 0 0 18 0 2 0 111183986 35713024 5342 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15901/statm: 8719 5342 83 193 0 8523 0
[pid=15901/tid=15902] ppid=15899 vsize=34876 CPUtime=25.39
/proc/15901/task/15902/stat : 15902 (manysat1.1_stat) R 15899 15899 15862 0 -1 4194368 2726 0 0 0 2537 2 0 0 17 0 2 0 111183986 35713024 5342 1992294400 134512640 135305190 4294956144 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 40232

[startup+51.1015 s]
/proc/loadavg: 1.17 0.38 0.75 3/68 15903
/proc/meminfo: memFree=1607504/2055920 swapFree=4192952/4192956
[pid=15899] ppid=15897 vsize=5356 CPUtime=0
/proc/15899/stat : 15899 (manysat.sh) S 15897 15899 15862 0 -1 4194304 312 106 0 0 0 0 0 0 18 0 1 0 111183985 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15899/statm: 1339 238 195 169 0 50 0
[pid=15901] ppid=15899 vsize=41612 CPUtime=101.95
/proc/15901/stat : 15901 (manysat1.1_stat) R 15899 15899 15862 0 -1 4194304 6900 0 0 0 10189 6 0 0 16 0 2 0 111183986 42610688 6886 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15901/statm: 10403 6886 83 193 0 10207 0
[pid=15901/tid=15902] ppid=15899 vsize=41612 CPUtime=50.89
/proc/15901/task/15902/stat : 15902 (manysat1.1_stat) R 15899 15899 15862 0 -1 4194368 3524 0 0 0 5086 3 0 0 17 0 2 0 111183986 42610688 6886 1992294400 134512640 135305190 4294956144 18446744073709551615 134528449 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.95
Current children cumulated vsize (KiB) 46968

[startup+102.301 s]
/proc/loadavg: 1.67 0.65 0.82 3/68 15903
/proc/meminfo: memFree=1598352/2055920 swapFree=4192952/4192956
[pid=15899] ppid=15897 vsize=5356 CPUtime=0
/proc/15899/stat : 15899 (manysat.sh) S 15897 15899 15862 0 -1 4194304 312 106 0 0 0 0 0 0 18 0 1 0 111183985 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15899/statm: 1339 238 195 169 0 50 0
[pid=15901] ppid=15899 vsize=50424 CPUtime=204.13
/proc/15901/stat : 15901 (manysat1.1_stat) R 15899 15899 15862 0 -1 4194304 9079 0 0 0 20403 10 0 0 17 0 2 0 111183986 51634176 9065 1992294400 134512640 135305190 4294956144 18446744073709551615 134528449 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15901/statm: 12606 9065 83 193 0 12410 0
[pid=15901/tid=15902] ppid=15899 vsize=50424 CPUtime=101.87
/proc/15901/task/15902/stat : 15902 (manysat1.1_stat) R 15899 15899 15862 0 -1 4194368 4708 0 0 0 10182 5 0 0 18 0 2 0 111183986 51634176 9065 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.13
Current children cumulated vsize (KiB) 55780

[startup+162.302 s]
/proc/loadavg: 1.88 0.89 0.89 3/68 15903
/proc/meminfo: memFree=1589072/2055920 swapFree=4192952/4192956
[pid=15899] ppid=15897 vsize=5356 CPUtime=0
/proc/15899/stat : 15899 (manysat.sh) S 15897 15899 15862 0 -1 4194304 312 106 0 0 0 0 0 0 18 0 1 0 111183985 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15899/statm: 1339 238 195 169 0 50 0
[pid=15901] ppid=15899 vsize=60640 CPUtime=323.86
/proc/15901/stat : 15901 (manysat1.1_stat) R 15899 15899 15862 0 -1 4194304 11395 0 0 0 32372 14 0 0 25 0 2 0 111183986 62095360 11381 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15901/statm: 15160 11381 83 193 0 14964 0
[pid=15901/tid=15902] ppid=15899 vsize=60640 CPUtime=161.63
/proc/15901/task/15902/stat : 15902 (manysat1.1_stat) R 15899 15899 15862 0 -1 4194368 6091 0 0 0 16155 8 0 0 25 0 2 0 111183986 62095360 11381 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.86
Current children cumulated vsize (KiB) 65996

[startup+222.307 s]
/proc/loadavg: 1.95 1.09 0.95 3/68 15903
/proc/meminfo: memFree=1581392/2055920 swapFree=4192952/4192956
[pid=15899] ppid=15897 vsize=5356 CPUtime=0
/proc/15899/stat : 15899 (manysat.sh) S 15897 15899 15862 0 -1 4194304 312 106 0 0 0 0 0 0 18 0 1 0 111183985 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15899/statm: 1339 238 195 169 0 50 0
[pid=15901] ppid=15899 vsize=69108 CPUtime=443.57
/proc/15901/stat : 15901 (manysat1.1_stat) R 15899 15899 15862 0 -1 4194304 13271 0 0 0 44340 17 0 0 25 0 2 0 111183986 70766592 13257 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15901/statm: 17277 13257 83 193 0 17081 0
[pid=15901/tid=15902] ppid=15899 vsize=69108 CPUtime=221.41
/proc/15901/task/15902/stat : 15902 (manysat1.1_stat) R 15899 15899 15862 0 -1 4194368 7318 0 0 0 22131 10 0 0 25 0 2 0 111183986 70766592 13257 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 443.57
Current children cumulated vsize (KiB) 74464

[startup+282.303 s]
/proc/loadavg: 1.98 1.24 1.01 3/68 15903
/proc/meminfo: memFree=1572560/2055920 swapFree=4192952/4192956
[pid=15899] ppid=15897 vsize=5356 CPUtime=0
/proc/15899/stat : 15899 (manysat.sh) S 15897 15899 15862 0 -1 4194304 312 106 0 0 0 0 0 0 18 0 1 0 111183985 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15899/statm: 1339 238 195 169 0 50 0
[pid=15901] ppid=15899 vsize=79372 CPUtime=563.3
/proc/15901/stat : 15901 (manysat1.1_stat) R 15899 15899 15862 0 -1 4194304 15507 0 0 0 56309 21 0 0 25 0 2 0 111183986 81276928 15493 1992294400 134512640 135305190 4294956144 18446744073709551615 134548067 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15901/statm: 19843 15493 83 193 0 19647 0
[pid=15901/tid=15902] ppid=15899 vsize=79372 CPUtime=281.39
/proc/15901/task/15902/stat : 15902 (manysat1.1_stat) R 15899 15899 15862 0 -1 4194368 8568 0 0 0 28126 13 0 0 25 0 2 0 111183986 81276928 15493 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 563.3
Current children cumulated vsize (KiB) 84728

[startup+342.303 s]
/proc/loadavg: 1.99 1.39 1.07 3/68 15903
/proc/meminfo: memFree=1571160/2055920 swapFree=4192952/4192956
[pid=15899] ppid=15897 vsize=5356 CPUtime=0
/proc/15899/stat : 15899 (manysat.sh) S 15897 15899 15862 0 -1 4194304 312 106 0 0 0 0 0 0 18 0 1 0 111183985 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15899/statm: 1339 238 195 169 0 50 0
[pid=15901] ppid=15899 vsize=80812 CPUtime=683.04
/proc/15901/stat : 15901 (manysat1.1_stat) R 15899 15899 15862 0 -1 4194304 15825 0 0 0 68282 22 0 0 25 0 2 0 111183986 82751488 15811 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15901/statm: 20203 15811 83 193 0 20007 0
[pid=15901/tid=15902] ppid=15899 vsize=80812 CPUtime=341.37
/proc/15901/task/15902/stat : 15902 (manysat1.1_stat) R 15899 15899 15862 0 -1 4194368 8640 0 0 0 34124 13 0 0 25 0 2 0 111183986 82751488 15811 1992294400 134512640 135305190 4294956144 18446744073709551615 134528325 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 683.04
Current children cumulated vsize (KiB) 86168

[startup+402.303 s]
/proc/loadavg: 1.99 1.49 1.12 3/68 15903
/proc/meminfo: memFree=1561816/2055920 swapFree=4192952/4192956
[pid=15899] ppid=15897 vsize=5356 CPUtime=0
/proc/15899/stat : 15899 (manysat.sh) S 15897 15899 15862 0 -1 4194304 312 106 0 0 0 0 0 0 18 0 1 0 111183985 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15899/statm: 1339 238 195 169 0 50 0
[pid=15901] ppid=15899 vsize=90668 CPUtime=802.78
/proc/15901/stat : 15901 (manysat1.1_stat) R 15899 15899 15862 0 -1 4194304 18150 0 0 0 80250 28 0 0 25 0 2 0 111183986 92844032 18136 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15901/statm: 22667 18136 83 193 0 22471 0
[pid=15901/tid=15902] ppid=15899 vsize=90668 CPUtime=401.35
/proc/15901/task/15902/stat : 15902 (manysat1.1_stat) R 15899 15899 15862 0 -1 4194368 9993 0 0 0 40118 17 0 0 17 0 2 0 111183986 92844032 18136 1992294400 134512640 135305190 4294956144 18446744073709551615 134538583 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 802.78
Current children cumulated vsize (KiB) 96024

[startup+462.302 s]
/proc/loadavg: 1.99 1.58 1.18 3/68 15903
/proc/meminfo: memFree=1561240/2055920 swapFree=4192952/4192956
[pid=15899] ppid=15897 vsize=5356 CPUtime=0
/proc/15899/stat : 15899 (manysat.sh) S 15897 15899 15862 0 -1 4194304 312 106 0 0 0 0 0 0 18 0 1 0 111183985 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15899/statm: 1339 238 195 169 0 50 0
[pid=15901] ppid=15899 vsize=91424 CPUtime=922.52
/proc/15901/stat : 15901 (manysat1.1_stat) R 15899 15899 15862 0 -1 4194304 18294 0 0 0 92223 29 0 0 25 0 2 0 111183986 93618176 18280 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15901/statm: 22856 18280 83 193 0 22660 0
[pid=15901/tid=15902] ppid=15899 vsize=91424 CPUtime=461.33
/proc/15901/task/15902/stat : 15902 (manysat1.1_stat) R 15899 15899 15862 0 -1 4194368 10019 0 0 0 46116 17 0 0 25 0 2 0 111183986 93618176 18280 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 922.52
Current children cumulated vsize (KiB) 96780

[startup+522.302 s]
/proc/loadavg: 1.99 1.65 1.22 3/68 15903
/proc/meminfo: memFree=1556504/2055920 swapFree=4192952/4192956
[pid=15899] ppid=15897 vsize=5356 CPUtime=0
/proc/15899/stat : 15899 (manysat.sh) S 15897 15899 15862 0 -1 4194304 312 106 0 0 0 0 0 0 18 0 1 0 111183985 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15899/statm: 1339 238 195 169 0 50 0
[pid=15901] ppid=15899 vsize=96388 CPUtime=1042.27
/proc/15901/stat : 15901 (manysat1.1_stat) R 15899 15899 15862 0 -1 4194304 19537 0 0 0 104195 32 0 0 25 0 2 0 111183986 98701312 19523 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15901/statm: 24097 19523 83 193 0 23901 0
[pid=15901/tid=15902] ppid=15899 vsize=96388 CPUtime=521.31
/proc/15901/task/15902/stat : 15902 (manysat1.1_stat) R 15899 15899 15862 0 -1 4194368 10774 0 0 0 52112 19 0 0 25 0 2 0 111183986 98701312 19523 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1042.27
Current children cumulated vsize (KiB) 101744

[startup+582.302 s]
/proc/loadavg: 1.99 1.72 1.28 3/68 15903
/proc/meminfo: memFree=1549208/2055920 swapFree=4192952/4192956
[pid=15899] ppid=15897 vsize=5356 CPUtime=0
/proc/15899/stat : 15899 (manysat.sh) S 15897 15899 15862 0 -1 4194304 312 106 0 0 0 0 0 0 18 0 1 0 111183985 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15899/statm: 1339 238 195 169 0 50 0
[pid=15901] ppid=15899 vsize=103784 CPUtime=1161.98
/proc/15901/stat : 15901 (manysat1.1_stat) R 15899 15899 15862 0 -1 4194304 21282 0 0 0 116161 37 0 0 25 0 2 0 111183986 106274816 21268 1992294400 134512640 135305190 4294956144 18446744073709551615 134528565 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15901/statm: 25946 21268 83 193 0 25750 0
[pid=15901/tid=15902] ppid=15899 vsize=103784 CPUtime=581.26
/proc/15901/task/15902/stat : 15902 (manysat1.1_stat) R 15899 15899 15862 0 -1 4194368 11792 0 0 0 58104 22 0 0 25 0 2 0 111183986 106274816 21268 1992294400 134512640 135305190 4294956144 18446744073709551615 134542052 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1161.98
Current children cumulated vsize (KiB) 109140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.401 s]
/proc/loadavg: 1.99 1.73 1.29 3/68 15903
/proc/meminfo: memFree=1549208/2055920 swapFree=4192952/4192956
[pid=15899] ppid=15897 vsize=5356 CPUtime=0
/proc/15899/stat : 15899 (manysat.sh) S 15897 15899 15862 0 -1 4194304 312 106 0 0 0 0 0 0 18 0 1 0 111183985 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15899/statm: 1339 238 195 169 0 50 0
[pid=15901] ppid=15899 vsize=103784 CPUtime=1200.1
/proc/15901/stat : 15901 (manysat1.1_stat) R 15899 15899 15862 0 -1 4194304 21282 0 0 0 119973 37 0 0 25 0 2 0 111183986 106274816 21268 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15901/statm: 25946 21268 83 193 0 25750 0
[pid=15901/tid=15902] ppid=15899 vsize=103784 CPUtime=600.36
/proc/15901/task/15902/stat : 15902 (manysat1.1_stat) R 15899 15899 15862 0 -1 4194368 11792 0 0 0 60014 22 0 0 25 0 2 0 111183986 106274816 21268 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 109140

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

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

[startup+601.401 s]
/proc/loadavg: 1.99 1.73 1.29 3/68 15903
/proc/meminfo: memFree=1549208/2055920 swapFree=4192952/4192956
[pid=15899] ppid=15897 vsize=5356 CPUtime=0
/proc/15899/stat : 15899 (manysat.sh) S 15897 15899 15862 0 -1 4194304 312 106 0 0 0 0 0 0 18 0 1 0 111183985 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15899/statm: 1339 238 195 169 0 50 0
[pid=15901] ppid=15899 vsize=103784 CPUtime=1200.1
/proc/15901/stat : 15901 (manysat1.1_stat) R 15899 15899 15862 0 -1 4194304 21282 0 0 0 119973 37 0 0 25 0 2 0 111183986 106274816 21268 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15901/statm: 25946 21268 83 193 0 25750 0
[pid=15901/tid=15902] ppid=15899 vsize=103784 CPUtime=600.36
/proc/15901/task/15902/stat : 15902 (manysat1.1_stat) R 15899 15899 15862 0 -1 4194368 11792 0 0 0 60014 22 0 0 25 0 2 0 111183986 106274816 21268 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 109140

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 601.418
CPU time (s): 1200.1
CPU user time (s): 1199.73
CPU system time (s): 0.37
CPU usage (%): 199.545
Max. virtual memory (cumulated for all children) (KiB): 109140

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

runsolver used 0.52092 second user time and 1.66875 second system time

The end

Launcher Data

Begin job on node88 at 2009-04-27 13:25:48
IDJOB=1737679
IDBENCH=71793
IDSOLVER=514
FILE ID=node88/1737679-1240831548
PBS_JOBID= 9187533
Free space on /tmp= 66564 MiB

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

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

MD5SUM BENCH= 5110e109b45a76c6118af02389913ef8
RANDOM SEED=945807563

node88.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.229
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.229
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:       1635400 kB
Buffers:         62024 kB
Cached:         264780 kB
SwapCached:          4 kB
Active:         162436 kB
Inactive:       178620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1635400 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1500 kB
Writeback:           0 kB
Mapped:          23968 kB
Slab:            65388 kB
Committed_AS:   320212 kB
PageTables:       1444 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= 66560 MiB
End job on node88 at 2009-04-27 13:35:52