Trace number 1716890

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 0/2009-03-20? (TO) 1200.18 601.619

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-01.cnf
MD5SUMd2f77e32530988f77dca5112174eee00
Bench CategoryAPPLICATION (applications 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 variables7502
Number of clauses28770
Sum of the clauses size76290
Maximum clause length847
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 215814
Number of clauses of size 311119
Number of clauses of size 4733
Number of clauses of size 5172
Number of clauses of size over 5931

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 |   23237    63534 |    6971       0        0     nan |  0.000 % |
0.09/0.18	c |         0 |   15594    54914 |      --       0       --      -- |     --   | -7643/-8620
0.09/0.18	c ==============================================================================
0.09/0.18	c Result  :   #vars: 2673   #clauses: 15594   #literals: 54914
0.09/0.18	c CPU time:   0.172973 s
0.09/0.18	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-1716890-1240621510/watcher-1716890-1240621510 -o /tmp/evaluation-result-1716890-1240621510/solver-1716890-1240621510 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1716890-1240621510.cnf aimd 0 

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.99 0.97 0.99 3/64 24261
/proc/meminfo: memFree=1240360/2055920 swapFree=4181900/4192956
[pid=24261] ppid=24259 vsize=5356 CPUtime=0
/proc/24261/stat : 24261 (manysat.sh) R 24259 24261 24176 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 90179070 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 264840473247 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/24261/statm: 1339 234 194 169 0 50 0
[pid=24262] ppid=24261 vsize=1556 CPUtime=0
/proc/24262/stat : 24262 (SatElite) R 24261 24261 24176 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 90179070 1593344 261 1992294400 134512640 135034092 4294956096 18446744073709551615 134544856 0 0 4096 3 0 0 0 17 0 0 0
/proc/24262/statm: 389 264 50 127 0 259 0

[startup+0.10306 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 24261
/proc/meminfo: memFree=1240360/2055920 swapFree=4181900/4192956
[pid=24261] ppid=24259 vsize=5356 CPUtime=0
/proc/24261/stat : 24261 (manysat.sh) S 24259 24261 24176 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 90179070 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24261/statm: 1339 235 195 169 0 50 0
[pid=24262] ppid=24261 vsize=4480 CPUtime=0.09
/proc/24262/stat : 24262 (SatElite) R 24261 24261 24176 0 -1 4194304 1028 0 0 0 9 0 0 0 19 0 1 0 90179070 4587520 1012 1992294400 134512640 135034092 4294956096 18446744073709551615 134566726 0 0 4096 3 0 0 0 17 0 0 0
/proc/24262/statm: 1120 1012 68 127 0 990 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9836

[startup+0.201078 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 24261
/proc/meminfo: memFree=1240360/2055920 swapFree=4181900/4192956
[pid=24261] ppid=24259 vsize=5356 CPUtime=0
/proc/24261/stat : 24261 (manysat.sh) S 24259 24261 24176 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 90179070 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24261/statm: 1339 235 195 169 0 50 0
[pid=24262] ppid=24261 vsize=4652 CPUtime=0.19
/proc/24262/stat : 24262 (SatElite) R 24261 24261 24176 0 -1 4194304 1118 0 0 0 19 0 0 0 20 0 1 0 90179070 4763648 1072 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/24262/statm: 1163 1072 69 127 0 1033 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10008

[startup+0.301103 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 24261
/proc/meminfo: memFree=1240360/2055920 swapFree=4181900/4192956
[pid=24261] ppid=24259 vsize=5356 CPUtime=0.19
/proc/24261/stat : 24261 (manysat.sh) S 24259 24261 24176 0 -1 4194304 312 1121 0 0 0 0 19 0 16 0 1 0 90179070 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24261/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 5356

[startup+0.701176 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 24261
/proc/meminfo: memFree=1240360/2055920 swapFree=4181900/4192956
[pid=24261] ppid=24259 vsize=5356 CPUtime=0.19
/proc/24261/stat : 24261 (manysat.sh) S 24259 24261 24176 0 -1 4194304 312 1121 0 0 0 0 19 0 16 0 1 0 90179070 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24261/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 5356

[startup+1.50133 s]
/proc/loadavg: 0.99 0.97 0.99 3/67 24265
/proc/meminfo: memFree=1234256/2055920 swapFree=4181900/4192956
[pid=24261] ppid=24259 vsize=5356 CPUtime=0.19
/proc/24261/stat : 24261 (manysat.sh) S 24259 24261 24176 0 -1 4194304 312 1121 0 0 0 0 19 0 16 0 1 0 90179070 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24261/statm: 1339 238 195 169 0 50 0
[pid=24264] ppid=24261 vsize=18508 CPUtime=2.55
/proc/24264/stat : 24264 (manysat1.1_stat) R 24261 24261 24176 0 -1 4194304 1581 0 0 0 254 1 0 0 17 0 2 0 90179091 18952192 1566 1992294400 134512640 135305190 4294956144 18446744073709551615 134530643 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24264/statm: 4627 1566 83 193 0 4431 0
[pid=24264/tid=24265] ppid=24261 vsize=18508 CPUtime=1.26
/proc/24264/task/24265/stat : 24265 (manysat1.1_stat) R 24261 24261 24176 0 -1 4194368 417 0 0 0 126 0 0 0 16 0 2 0 90179093 18952192 1566 1992294400 134512640 135305190 4294956144 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 23864

[startup+3.10262 s]
/proc/loadavg: 1.07 0.99 0.99 3/67 24265
/proc/meminfo: memFree=1232464/2055920 swapFree=4181900/4192956
[pid=24261] ppid=24259 vsize=5356 CPUtime=0.19
/proc/24261/stat : 24261 (manysat.sh) S 24259 24261 24176 0 -1 4194304 312 1121 0 0 0 0 19 0 16 0 1 0 90179070 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24261/statm: 1339 238 195 169 0 50 0
[pid=24264] ppid=24261 vsize=20964 CPUtime=5.74
/proc/24264/stat : 24264 (manysat1.1_stat) R 24261 24261 24176 0 -1 4194304 2216 0 0 0 572 2 0 0 17 0 2 0 90179091 21467136 2201 1992294400 134512640 135305190 4294956144 18446744073709551615 134528446 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24264/statm: 5241 2201 83 193 0 5045 0
[pid=24264/tid=24265] ppid=24261 vsize=20964 CPUtime=2.86
/proc/24264/task/24265/stat : 24265 (manysat1.1_stat) R 24261 24261 24176 0 -1 4194368 735 0 0 0 286 0 0 0 17 0 2 0 90179093 21467136 2201 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 26320

[startup+6.30121 s]
/proc/loadavg: 1.07 0.99 0.99 3/67 24265
/proc/meminfo: memFree=1227728/2055920 swapFree=4181900/4192956
[pid=24261] ppid=24259 vsize=5356 CPUtime=0.19
/proc/24261/stat : 24261 (manysat.sh) S 24259 24261 24176 0 -1 4194304 312 1121 0 0 0 0 19 0 16 0 1 0 90179070 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24261/statm: 1339 238 195 169 0 50 0
[pid=24264] ppid=24261 vsize=23952 CPUtime=12.13
/proc/24264/stat : 24264 (manysat1.1_stat) R 24261 24261 24176 0 -1 4194304 3032 0 0 0 1210 3 0 0 17 0 2 0 90179091 24526848 3017 1992294400 134512640 135305190 4294956144 18446744073709551615 134528332 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24264/statm: 5988 3017 83 193 0 5792 0
[pid=24264/tid=24265] ppid=24261 vsize=23952 CPUtime=6.05
/proc/24264/task/24265/stat : 24265 (manysat1.1_stat) R 24261 24261 24176 0 -1 4194368 1167 0 0 0 605 0 0 0 17 0 2 0 90179093 24526848 3017 1992294400 134512640 135305190 4294956144 18446744073709551615 134557882 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 29308

[startup+12.7024 s]
/proc/loadavg: 1.22 1.02 1.01 3/67 24265
/proc/meminfo: memFree=1224976/2055920 swapFree=4181900/4192956
[pid=24261] ppid=24259 vsize=5356 CPUtime=0.19
/proc/24261/stat : 24261 (manysat.sh) S 24259 24261 24176 0 -1 4194304 312 1121 0 0 0 0 19 0 16 0 1 0 90179070 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24261/statm: 1339 238 195 169 0 50 0
[pid=24264] ppid=24261 vsize=27688 CPUtime=24.89
/proc/24264/stat : 24264 (manysat1.1_stat) R 24261 24261 24176 0 -1 4194304 3785 0 0 0 2485 4 0 0 17 0 2 0 90179091 28352512 3770 1992294400 134512640 135305190 4294956144 18446744073709551615 134528332 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24264/statm: 6922 3770 83 193 0 6726 0
[pid=24264/tid=24265] ppid=24261 vsize=27688 CPUtime=12.45
/proc/24264/task/24265/stat : 24265 (manysat1.1_stat) R 24261 24261 24176 0 -1 4194368 1539 0 0 0 1244 1 0 0 17 0 2 0 90179093 28352512 3770 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 33044

[startup+25.5017 s]
/proc/loadavg: 1.34 1.05 1.02 3/67 24265
/proc/meminfo: memFree=1219536/2055920 swapFree=4181900/4192956
[pid=24261] ppid=24259 vsize=5356 CPUtime=0.19
/proc/24261/stat : 24261 (manysat.sh) S 24259 24261 24176 0 -1 4194304 312 1121 0 0 0 0 19 0 16 0 1 0 90179070 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24261/statm: 1339 238 195 169 0 50 0
[pid=24264] ppid=24261 vsize=31792 CPUtime=50.43
/proc/24264/stat : 24264 (manysat1.1_stat) R 24261 24261 24176 0 -1 4194304 5013 0 0 0 5037 6 0 0 21 0 2 0 90179091 32555008 4998 1992294400 134512640 135305190 4294956144 18446744073709551615 134528548 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24264/statm: 7948 4998 83 193 0 7752 0
[pid=24264/tid=24265] ppid=24261 vsize=31792 CPUtime=25.25
/proc/24264/task/24265/stat : 24265 (manysat1.1_stat) R 24261 24261 24176 0 -1 4194368 2158 0 0 0 2522 3 0 0 19 0 2 0 90179093 32555008 4998 1992294400 134512640 135305190 4294956144 18446744073709551615 134530654 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 37148

[startup+51.1014 s]
/proc/loadavg: 1.56 1.13 1.04 3/67 24265
/proc/meminfo: memFree=1211728/2055920 swapFree=4181900/4192956
[pid=24261] ppid=24259 vsize=5356 CPUtime=0.19
/proc/24261/stat : 24261 (manysat.sh) S 24259 24261 24176 0 -1 4194304 312 1121 0 0 0 0 19 0 16 0 1 0 90179070 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24261/statm: 1339 238 195 169 0 50 0
[pid=24264] ppid=24261 vsize=40496 CPUtime=101.51
/proc/24264/stat : 24264 (manysat1.1_stat) R 24261 24261 24176 0 -1 4194304 6985 0 0 0 10142 9 0 0 25 0 2 0 90179091 41467904 6970 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24264/statm: 10124 6970 83 193 0 9928 0
[pid=24264/tid=24265] ppid=24261 vsize=40496 CPUtime=50.83
/proc/24264/task/24265/stat : 24265 (manysat1.1_stat) R 24261 24261 24176 0 -1 4194368 3151 0 0 0 5079 4 0 0 25 0 2 0 90179093 41467904 6970 1992294400 134512640 135305190 4294956144 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 45852

[startup+102.302 s]
/proc/loadavg: 1.82 1.27 1.09 3/67 24265
/proc/meminfo: memFree=1201808/2055920 swapFree=4181900/4192956
[pid=24261] ppid=24259 vsize=5356 CPUtime=0.19
/proc/24261/stat : 24261 (manysat.sh) S 24259 24261 24176 0 -1 4194304 312 1121 0 0 0 0 19 0 16 0 1 0 90179070 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24261/statm: 1339 238 195 169 0 50 0
[pid=24264] ppid=24261 vsize=49976 CPUtime=203.69
/proc/24264/stat : 24264 (manysat1.1_stat) R 24261 24261 24176 0 -1 4194304 9438 0 0 0 20356 13 0 0 24 0 2 0 90179091 51175424 9423 1992294400 134512640 135305190 4294956144 18446744073709551615 134528562 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24264/statm: 12494 9423 83 193 0 12298 0
[pid=24264/tid=24265] ppid=24261 vsize=49976 CPUtime=102
/proc/24264/task/24265/stat : 24265 (manysat1.1_stat) R 24261 24261 24176 0 -1 4194368 4443 0 0 0 10194 6 0 0 25 0 2 0 90179093 51175424 9423 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.88
Current children cumulated vsize (KiB) 55332

[startup+162.302 s]
/proc/loadavg: 1.93 1.40 1.15 3/67 24265
/proc/meminfo: memFree=1192976/2055920 swapFree=4181900/4192956
[pid=24261] ppid=24259 vsize=5356 CPUtime=0.19
/proc/24261/stat : 24261 (manysat.sh) S 24259 24261 24176 0 -1 4194304 312 1121 0 0 0 0 19 0 16 0 1 0 90179070 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24261/statm: 1339 238 195 169 0 50 0
[pid=24264] ppid=24261 vsize=60084 CPUtime=323.39
/proc/24264/stat : 24264 (manysat1.1_stat) R 24261 24261 24176 0 -1 4194304 11623 0 0 0 32323 16 0 0 25 0 2 0 90179091 61526016 11608 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24264/statm: 15021 11608 83 193 0 14825 0
[pid=24264/tid=24265] ppid=24261 vsize=60084 CPUtime=161.96
/proc/24264/task/24265/stat : 24265 (manysat1.1_stat) R 24261 24261 24176 0 -1 4194368 5386 0 0 0 16188 8 0 0 25 0 2 0 90179093 61526016 11608 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.58
Current children cumulated vsize (KiB) 65440

[startup+222.307 s]
/proc/loadavg: 1.97 1.51 1.20 3/67 24265
/proc/meminfo: memFree=1185808/2055920 swapFree=4181900/4192956
[pid=24261] ppid=24259 vsize=5356 CPUtime=0.19
/proc/24261/stat : 24261 (manysat.sh) S 24259 24261 24176 0 -1 4194304 312 1121 0 0 0 0 19 0 16 0 1 0 90179070 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24261/statm: 1339 238 195 169 0 50 0
[pid=24264] ppid=24261 vsize=67560 CPUtime=443.13
/proc/24264/stat : 24264 (manysat1.1_stat) R 24261 24261 24176 0 -1 4194304 13406 0 0 0 44293 20 0 0 25 0 2 0 90179091 69181440 13391 1992294400 134512640 135305190 4294956144 18446744073709551615 134528771 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24264/statm: 16890 13391 83 193 0 16694 0
[pid=24264/tid=24265] ppid=24261 vsize=67560 CPUtime=221.93
/proc/24264/task/24265/stat : 24265 (manysat1.1_stat) R 24261 24261 24176 0 -1 4194368 6396 0 0 0 22184 9 0 0 25 0 2 0 90179093 69181440 13391 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.32
Current children cumulated vsize (KiB) 72916

[startup+282.303 s]
/proc/loadavg: 1.99 1.60 1.24 3/67 24265
/proc/meminfo: memFree=1177232/2055920 swapFree=4181900/4192956
[pid=24261] ppid=24259 vsize=5356 CPUtime=0.19
/proc/24261/stat : 24261 (manysat.sh) S 24259 24261 24176 0 -1 4194304 312 1121 0 0 0 0 19 0 16 0 1 0 90179070 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24261/statm: 1339 238 195 169 0 50 0
[pid=24264] ppid=24261 vsize=75208 CPUtime=562.84
/proc/24264/stat : 24264 (manysat1.1_stat) R 24261 24261 24176 0 -1 4194304 15528 0 0 0 56261 23 0 0 25 0 2 0 90179091 77012992 15513 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24264/statm: 18802 15513 83 193 0 18606 0
[pid=24264/tid=24265] ppid=24261 vsize=75208 CPUtime=281.89
/proc/24264/task/24265/stat : 24265 (manysat1.1_stat) R 24261 24261 24176 0 -1 4194368 7351 0 0 0 28178 11 0 0 25 0 2 0 90179093 77012992 15513 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563.03
Current children cumulated vsize (KiB) 80564

[startup+342.302 s]
/proc/loadavg: 1.99 1.67 1.29 3/67 24265
/proc/meminfo: memFree=1170064/2055920 swapFree=4181900/4192956
[pid=24261] ppid=24259 vsize=5356 CPUtime=0.19
/proc/24261/stat : 24261 (manysat.sh) S 24259 24261 24176 0 -1 4194304 312 1121 0 0 0 0 19 0 16 0 1 0 90179070 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24261/statm: 1339 238 195 169 0 50 0
[pid=24264] ppid=24261 vsize=83128 CPUtime=682.56
/proc/24264/stat : 24264 (manysat1.1_stat) R 24261 24261 24176 0 -1 4194304 17336 0 0 0 68230 26 0 0 25 0 2 0 90179091 85123072 17321 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24264/statm: 20782 17321 83 193 0 20586 0
[pid=24264/tid=24265] ppid=24261 vsize=83128 CPUtime=341.85
/proc/24264/task/24265/stat : 24265 (manysat1.1_stat) R 24261 24261 24176 0 -1 4194368 8225 0 0 0 34173 12 0 0 25 0 2 0 90179093 85123072 17321 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.75
Current children cumulated vsize (KiB) 88484

[startup+402.302 s]
/proc/loadavg: 1.99 1.72 1.33 3/67 24265
/proc/meminfo: memFree=1169040/2055920 swapFree=4181900/4192956
[pid=24261] ppid=24259 vsize=5356 CPUtime=0.19
/proc/24261/stat : 24261 (manysat.sh) S 24259 24261 24176 0 -1 4194304 312 1121 0 0 0 0 19 0 16 0 1 0 90179070 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24261/statm: 1339 238 195 169 0 50 0
[pid=24264] ppid=24261 vsize=84316 CPUtime=802.29
/proc/24264/stat : 24264 (manysat1.1_stat) R 24261 24261 24176 0 -1 4194304 17557 0 0 0 80202 27 0 0 25 0 2 0 90179091 86339584 17542 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24264/statm: 21079 17542 83 193 0 20883 0
[pid=24264/tid=24265] ppid=24261 vsize=84316 CPUtime=401.82
/proc/24264/task/24265/stat : 24265 (manysat1.1_stat) R 24261 24261 24176 0 -1 4194368 8249 0 0 0 40170 12 0 0 25 0 2 0 90179093 86339584 17542 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.48
Current children cumulated vsize (KiB) 89672

[startup+462.302 s]
/proc/loadavg: 1.99 1.77 1.37 3/67 24265
/proc/meminfo: memFree=1160272/2055920 swapFree=4181900/4192956
[pid=24261] ppid=24259 vsize=5356 CPUtime=0.19
/proc/24261/stat : 24261 (manysat.sh) S 24259 24261 24176 0 -1 4194304 312 1121 0 0 0 0 19 0 16 0 1 0 90179070 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24261/statm: 1339 238 195 169 0 50 0
[pid=24264] ppid=24261 vsize=93096 CPUtime=922.01
/proc/24264/stat : 24264 (manysat1.1_stat) R 24261 24261 24176 0 -1 4194304 19751 0 0 0 92171 30 0 0 25 0 2 0 90179091 95330304 19736 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24264/statm: 23274 19736 83 193 0 23078 0
[pid=24264/tid=24265] ppid=24261 vsize=93096 CPUtime=461.79
/proc/24264/task/24265/stat : 24265 (manysat1.1_stat) R 24261 24261 24176 0 -1 4194368 9213 0 0 0 46165 14 0 0 25 0 2 0 90179093 95330304 19736 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.2
Current children cumulated vsize (KiB) 98452

[startup+522.302 s]
/proc/loadavg: 1.99 1.81 1.41 3/67 24265
/proc/meminfo: memFree=1159440/2055920 swapFree=4181900/4192956
[pid=24261] ppid=24259 vsize=5356 CPUtime=0.19
/proc/24261/stat : 24261 (manysat.sh) S 24259 24261 24176 0 -1 4194304 312 1121 0 0 0 0 19 0 16 0 1 0 90179070 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24261/statm: 1339 238 195 169 0 50 0
[pid=24264] ppid=24261 vsize=94032 CPUtime=1041.74
/proc/24264/stat : 24264 (manysat1.1_stat) R 24261 24261 24176 0 -1 4194304 19960 0 0 0 104143 31 0 0 25 0 2 0 90179091 96288768 19945 1992294400 134512640 135305190 4294956144 18446744073709551615 134528379 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24264/statm: 23508 19945 83 193 0 23312 0
[pid=24264/tid=24265] ppid=24261 vsize=94032 CPUtime=521.76
/proc/24264/task/24265/stat : 24265 (manysat1.1_stat) R 24261 24261 24176 0 -1 4194368 9213 0 0 0 52161 15 0 0 25 0 2 0 90179093 96288768 19945 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1041.93
Current children cumulated vsize (KiB) 99388

[startup+582.303 s]
/proc/loadavg: 1.99 1.84 1.44 3/67 24265
/proc/meminfo: memFree=1157456/2055920 swapFree=4181900/4192956
[pid=24261] ppid=24259 vsize=5356 CPUtime=0.19
/proc/24261/stat : 24261 (manysat.sh) S 24259 24261 24176 0 -1 4194304 312 1121 0 0 0 0 19 0 16 0 1 0 90179070 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24261/statm: 1339 238 195 169 0 50 0
[pid=24264] ppid=24261 vsize=96040 CPUtime=1161.47
/proc/24264/stat : 24264 (manysat1.1_stat) R 24261 24261 24176 0 -1 4194304 20491 0 0 0 116115 32 0 0 25 0 2 0 90179091 98344960 20476 1992294400 134512640 135305190 4294956144 18446744073709551615 134545773 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24264/statm: 24010 20476 83 193 0 23814 0
[pid=24264/tid=24265] ppid=24261 vsize=96040 CPUtime=581.73
/proc/24264/task/24265/stat : 24265 (manysat1.1_stat) R 24261 24261 24176 0 -1 4194368 9534 0 0 0 58158 15 0 0 18 0 2 0 90179093 98344960 20476 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.66
Current children cumulated vsize (KiB) 101396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.601 s]
/proc/loadavg: 1.99 1.85 1.45 3/67 24265
/proc/meminfo: memFree=1151376/2055920 swapFree=4181900/4192956
[pid=24261] ppid=24259 vsize=5356 CPUtime=0.19
/proc/24261/stat : 24261 (manysat.sh) S 24259 24261 24176 0 -1 4194304 312 1121 0 0 0 0 19 0 16 0 1 0 90179070 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24261/statm: 1339 238 195 169 0 50 0
[pid=24264] ppid=24261 vsize=101936 CPUtime=1199.99
/proc/24264/stat : 24264 (manysat1.1_stat) R 24261 24261 24176 0 -1 4194304 21962 0 0 0 119965 34 0 0 25 0 2 0 90179091 104382464 21947 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24264/statm: 25484 21947 83 193 0 25288 0
[pid=24264/tid=24265] ppid=24261 vsize=101936 CPUtime=601.03
/proc/24264/task/24265/stat : 24265 (manysat1.1_stat) R 24261 24261 24176 0 -1 4194368 10421 0 0 0 60087 16 0 0 25 0 2 0 90179093 104382464 21947 1992294400 134512640 135305190 4294956144 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.18
Current children cumulated vsize (KiB) 107292

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

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

[startup+601.601 s]
/proc/loadavg: 1.99 1.85 1.45 3/67 24265
/proc/meminfo: memFree=1151376/2055920 swapFree=4181900/4192956
[pid=24261] ppid=24259 vsize=5356 CPUtime=0.19
/proc/24261/stat : 24261 (manysat.sh) S 24259 24261 24176 0 -1 4194304 312 1121 0 0 0 0 19 0 16 0 1 0 90179070 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24261/statm: 1339 238 195 169 0 50 0
[pid=24264] ppid=24261 vsize=101936 CPUtime=1199.99
/proc/24264/stat : 24264 (manysat1.1_stat) R 24261 24261 24176 0 -1 4194304 21962 0 0 0 119965 34 0 0 25 0 2 0 90179091 104382464 21947 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24264/statm: 25484 21947 83 193 0 25288 0
[pid=24264/tid=24265] ppid=24261 vsize=101936 CPUtime=601.03
/proc/24264/task/24265/stat : 24265 (manysat1.1_stat) R 24261 24261 24176 0 -1 4194368 10421 0 0 0 60087 16 0 0 25 0 2 0 90179093 104382464 21947 1992294400 134512640 135305190 4294956144 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.18
Current children cumulated vsize (KiB) 107292

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 601.619
CPU time (s): 1200.18
CPU user time (s): 1199.84
CPU system time (s): 0.34
CPU usage (%): 199.492
Max. virtual memory (cumulated for all children) (KiB): 107292

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

runsolver used 0.550916 second user time and 1.65375 second system time

The end

Launcher Data

Begin job on node44 at 2009-04-25 03:05:11
IDJOB=1716890
IDBENCH=20399
IDSOLVER=513
FILE ID=node44/1716890-1240621510
PBS_JOBID= 9186352
Free space on /tmp= 66216 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-01.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1716890-1240621510/watcher-1716890-1240621510 -o /tmp/evaluation-result-1716890-1240621510/solver-1716890-1240621510 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1716890-1240621510.cnf aimd 0

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

MD5SUM BENCH= d2f77e32530988f77dca5112174eee00
RANDOM SEED=1773592088

node44.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.267
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	: 5931.00
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.267
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:       1240904 kB
Buffers:         41304 kB
Cached:         711340 kB
SwapCached:       4808 kB
Active:         111216 kB
Inactive:       649208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1240904 kB
SwapTotal:     4192956 kB
SwapFree:      4181900 kB
Dirty:            1940 kB
Writeback:           0 kB
Mapped:          13960 kB
Slab:            40604 kB
Committed_AS:   324412 kB
PageTables:       1380 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= 66212 MiB
End job on node44 at 2009-04-25 03:15:14