Trace number 1726946

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.02 607.619

General information on the benchmark

Namecrafted/Hard/contest04/others/
CompositeRSA576.sat05-509.reshuffled-07.cnf
MD5SUM19fdeefb726e073f5c825136ceaf9e1b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables166463
Number of clauses1654558
Sum of the clauses size7441050
Maximum clause length5
Minimum clause length1
Number of clauses of size 1866
Number of clauses of size 2165884
Number of clauses of size 3165312
Number of clauses of size 40
Number of clauses of size 51322496
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
4.09/4.19	c ==============================================================================
4.09/4.19	c |           |     ORIGINAL     |              LEARNT              |          |
4.09/4.19	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
4.09/4.19	c ==============================================================================
4.09/4.19	c |         0 | 1651127  7427100 |  495338       0        0     nan |  0.000 % |
4.98/5.02	c |         0 | 1634359  7348561 |      --       0       --      -- |     --   | -10693/-49265
4.98/5.02	c ==============================================================================
4.98/5.02	c Result  :   #vars: 164906   #clauses: 1634359   #literals: 7348561
4.98/5.02	c CPU time:   4.69229 s
4.98/5.02	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-1726946-1240718856/watcher-1726946-1240718856 -o /tmp/evaluation-result-1726946-1240718856/solver-1726946-1240718856 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1726946-1240718856.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.00 1.00 1.00 3/64 7375
/proc/meminfo: memFree=1604792/2055920 swapFree=4192812/4192956
[pid=7375] ppid=7373 vsize=5356 CPUtime=0
/proc/7375/stat : 7375 (manysat.sh) S 7373 7375 3739 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 99915298 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7375/statm: 1339 235 195 169 0 50 0
[pid=7376] ppid=7375 vsize=1556 CPUtime=0
/proc/7376/stat : 7376 (SatElite) R 7375 7375 3739 0 -1 4194304 267 0 0 0 0 0 0 0 19 0 1 0 99915299 1593344 252 1992294400 134512640 135034092 4294956096 18446744073709551615 134545609 0 0 4096 3 0 0 0 17 0 0 0
/proc/7376/statm: 389 254 50 127 0 259 0

[startup+0.082145 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7375
/proc/meminfo: memFree=1604792/2055920 swapFree=4192812/4192956
[pid=7375] ppid=7373 vsize=5356 CPUtime=0
/proc/7375/stat : 7375 (manysat.sh) S 7373 7375 3739 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 99915298 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7375/statm: 1339 235 195 169 0 50 0
[pid=7376] ppid=7375 vsize=26692 CPUtime=0.07
/proc/7376/stat : 7376 (SatElite) R 7375 7375 3739 0 -1 4194304 4583 0 0 0 5 2 0 0 19 0 1 0 99915299 27332608 4420 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/7376/statm: 6673 4421 51 127 0 6543 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 32048

[startup+0.101146 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7375
/proc/meminfo: memFree=1604792/2055920 swapFree=4192812/4192956
[pid=7375] ppid=7373 vsize=5356 CPUtime=0
/proc/7375/stat : 7375 (manysat.sh) S 7373 7375 3739 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 99915298 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7375/statm: 1339 235 195 169 0 50 0
[pid=7376] ppid=7375 vsize=27888 CPUtime=0.09
/proc/7376/stat : 7376 (SatElite) R 7375 7375 3739 0 -1 4194304 4901 0 0 0 7 2 0 0 19 0 1 0 99915299 28557312 4738 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/7376/statm: 6972 4739 51 127 0 6842 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33244

[startup+0.301169 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7375
/proc/meminfo: memFree=1604792/2055920 swapFree=4192812/4192956
[pid=7375] ppid=7373 vsize=5356 CPUtime=0
/proc/7375/stat : 7375 (manysat.sh) S 7373 7375 3739 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 99915298 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7375/statm: 1339 235 195 169 0 50 0
[pid=7376] ppid=7375 vsize=39340 CPUtime=0.28
/proc/7376/stat : 7376 (SatElite) R 7375 7375 3739 0 -1 4194304 7650 0 0 0 24 4 0 0 21 0 1 0 99915299 40284160 7487 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/7376/statm: 9835 7487 51 127 0 9705 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 44696

[startup+0.701216 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7375
/proc/meminfo: memFree=1604792/2055920 swapFree=4192812/4192956
[pid=7375] ppid=7373 vsize=5356 CPUtime=0
/proc/7375/stat : 7375 (manysat.sh) S 7373 7375 3739 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 99915298 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7375/statm: 1339 235 195 169 0 50 0
[pid=7376] ppid=7375 vsize=54360 CPUtime=0.68
/proc/7376/stat : 7376 (SatElite) R 7375 7375 3739 0 -1 4194304 11348 0 0 0 60 8 0 0 24 0 1 0 99915299 55664640 11185 1992294400 134512640 135034092 4294956096 18446744073709551615 134543255 0 0 4096 3 0 0 0 17 0 0 0
/proc/7376/statm: 13590 11185 51 127 0 13460 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 59716

[startup+1.50231 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7377
/proc/meminfo: memFree=1549800/2055920 swapFree=4192812/4192956
[pid=7375] ppid=7373 vsize=5356 CPUtime=0
/proc/7375/stat : 7375 (manysat.sh) S 7373 7375 3739 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 99915298 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7375/statm: 1339 235 195 169 0 50 0
[pid=7376] ppid=7375 vsize=78116 CPUtime=1.49
/proc/7376/stat : 7376 (SatElite) R 7375 7375 3739 0 -1 4194304 17172 0 0 0 135 14 0 0 25 0 1 0 99915299 79990784 17009 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/7376/statm: 19529 17009 51 127 0 19399 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83472

[startup+3.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7377
/proc/meminfo: memFree=1520936/2055920 swapFree=4192812/4192956
[pid=7375] ppid=7373 vsize=5356 CPUtime=0
/proc/7375/stat : 7375 (manysat.sh) S 7373 7375 3739 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 99915298 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7375/statm: 1339 235 195 169 0 50 0
[pid=7376] ppid=7375 vsize=150700 CPUtime=3.09
/proc/7376/stat : 7376 (SatElite) R 7375 7375 3739 0 -1 4194304 33224 0 0 0 283 26 0 0 25 0 1 0 99915299 154316800 33061 1992294400 134512640 135034092 4294956096 18446744073709551615 134542692 0 0 4096 3 0 0 0 17 0 0 0
/proc/7376/statm: 37675 33061 51 127 0 37545 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 156056

[startup+6.30188 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7377
/proc/meminfo: memFree=1444712/2055920 swapFree=4192812/4192956
[pid=7375] ppid=7373 vsize=5356 CPUtime=0
/proc/7375/stat : 7375 (manysat.sh) S 7373 7375 3739 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 99915298 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7375/statm: 1339 235 195 169 0 50 0
[pid=7376] ppid=7375 vsize=174148 CPUtime=6.29
/proc/7376/stat : 7376 (SatElite) R 7375 7375 3739 0 -1 4194304 45793 0 0 0 588 41 0 0 25 0 1 0 99915299 178327552 38363 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/7376/statm: 43537 38363 68 127 0 43407 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 179504

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7378
/proc/meminfo: memFree=1329832/2055920 swapFree=4192812/4192956
[pid=7375] ppid=7373 vsize=5356 CPUtime=8.19
/proc/7375/stat : 7375 (manysat.sh) S 7373 7375 3739 0 -1 4194304 312 45796 0 0 0 0 763 56 19 0 1 0 99915298 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7375/statm: 1339 238 195 169 0 50 0
[pid=7378] ppid=7375 vsize=255832 CPUtime=4.86
/proc/7378/stat : 7378 (manysat1.1_stat) R 7375 7375 3739 0 -1 4194304 57738 0 0 0 436 50 0 0 16 0 2 0 99916119 261971968 57662 1992294400 134512640 135305190 4294956144 18446744073709551615 134840070 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/7378/statm: 63958 57662 82 193 0 63762 0
Current children cumulated CPU time (s) 13.05
Current children cumulated vsize (KiB) 261188

[startup+25.5011 s]
/proc/loadavg: 1.22 1.05 1.02 3/67 7379
/proc/meminfo: memFree=1291488/2055920 swapFree=4192812/4192956
[pid=7375] ppid=7373 vsize=5356 CPUtime=8.19
/proc/7375/stat : 7375 (manysat.sh) S 7373 7375 3739 0 -1 4194304 312 45796 0 0 0 0 763 56 19 0 1 0 99915298 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7375/statm: 1339 238 195 169 0 50 0
[pid=7378] ppid=7375 vsize=284216 CPUtime=30.36
/proc/7378/stat : 7378 (manysat1.1_stat) R 7375 7375 3739 0 -1 4194304 65037 0 0 0 2974 62 0 0 17 0 2 0 99916119 291037184 64961 1992294400 134512640 135305190 4294956144 18446744073709551615 134551712 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/7378/statm: 71054 64961 83 193 0 70858 0
[pid=7378/tid=7379] ppid=7375 vsize=284216 CPUtime=13.11
/proc/7378/task/7379/stat : 7379 (manysat1.1_stat) R 7375 7375 3739 0 -1 4194368 4801 0 0 0 1295 16 0 0 17 0 2 0 99916528 291037184 64961 1992294400 134512640 135305190 4294956144 18446744073709551615 134528851 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 38.55
Current children cumulated vsize (KiB) 289572

[startup+51.1012 s]
/proc/loadavg: 1.49 1.12 1.04 3/67 7379
/proc/meminfo: memFree=1278432/2055920 swapFree=4192812/4192956
[pid=7375] ppid=7373 vsize=5356 CPUtime=8.19
/proc/7375/stat : 7375 (manysat.sh) S 7373 7375 3739 0 -1 4194304 312 45796 0 0 0 0 763 56 19 0 1 0 99915298 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7375/statm: 1339 238 195 169 0 50 0
[pid=7378] ppid=7375 vsize=296000 CPUtime=81.39
/proc/7378/stat : 7378 (manysat1.1_stat) R 7375 7375 3739 0 -1 4194304 67831 0 0 0 8073 66 0 0 18 0 2 0 99916119 303104000 67755 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/7378/statm: 74000 67755 83 193 0 73804 0
[pid=7378/tid=7379] ppid=7375 vsize=296000 CPUtime=38.61
/proc/7378/task/7379/stat : 7379 (manysat1.1_stat) R 7375 7375 3739 0 -1 4194368 5841 0 0 0 3844 17 0 0 18 0 2 0 99916528 303104000 67755 1992294400 134512640 135305190 4294956144 18446744073709551615 134528477 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 89.58
Current children cumulated vsize (KiB) 301356

[startup+102.306 s]
/proc/loadavg: 1.77 1.26 1.09 3/67 7379
/proc/meminfo: memFree=1272224/2055920 swapFree=4192812/4192956
[pid=7375] ppid=7373 vsize=5356 CPUtime=8.19
/proc/7375/stat : 7375 (manysat.sh) S 7373 7375 3739 0 -1 4194304 312 45796 0 0 0 0 763 56 19 0 1 0 99915298 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7375/statm: 1339 238 195 169 0 50 0
[pid=7378] ppid=7375 vsize=303716 CPUtime=183.57
/proc/7378/stat : 7378 (manysat1.1_stat) R 7375 7375 3739 0 -1 4194304 69855 0 0 0 18287 70 0 0 17 0 2 0 99916119 311005184 69779 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/7378/statm: 75929 69779 83 193 0 75733 0
[pid=7378/tid=7379] ppid=7375 vsize=303716 CPUtime=89.62
/proc/7378/task/7379/stat : 7379 (manysat1.1_stat) R 7375 7375 3739 0 -1 4194368 7103 0 0 0 8942 20 0 0 25 0 2 0 99916528 311005184 69779 1992294400 134512640 135305190 4294956144 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 191.76
Current children cumulated vsize (KiB) 309072

[startup+162.301 s]
/proc/loadavg: 1.92 1.39 1.14 3/67 7379
/proc/meminfo: memFree=1267552/2055920 swapFree=4192812/4192956
[pid=7375] ppid=7373 vsize=5356 CPUtime=8.19
/proc/7375/stat : 7375 (manysat.sh) S 7373 7375 3739 0 -1 4194304 312 45796 0 0 0 0 763 56 19 0 1 0 99915298 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7375/statm: 1339 238 195 169 0 50 0
[pid=7378] ppid=7375 vsize=308868 CPUtime=303.3
/proc/7378/stat : 7378 (manysat1.1_stat) R 7375 7375 3739 0 -1 4194304 70979 0 0 0 30258 72 0 0 25 0 2 0 99916119 316280832 70903 1992294400 134512640 135305190 4294956144 18446744073709551615 134551712 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/7378/statm: 77217 70903 83 193 0 77021 0
[pid=7378/tid=7379] ppid=7375 vsize=308868 CPUtime=149.37
/proc/7378/task/7379/stat : 7379 (manysat1.1_stat) R 7375 7375 3739 0 -1 4194368 7862 0 0 0 14916 21 0 0 19 0 2 0 99916528 316280832 70903 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 311.49
Current children cumulated vsize (KiB) 314224

[startup+222.301 s]
/proc/loadavg: 1.97 1.50 1.19 3/67 7379
/proc/meminfo: memFree=1263200/2055920 swapFree=4192812/4192956
[pid=7375] ppid=7373 vsize=5356 CPUtime=8.19
/proc/7375/stat : 7375 (manysat.sh) S 7373 7375 3739 0 -1 4194304 312 45796 0 0 0 0 763 56 19 0 1 0 99915298 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7375/statm: 1339 238 195 169 0 50 0
[pid=7378] ppid=7375 vsize=313156 CPUtime=423.03
/proc/7378/stat : 7378 (manysat1.1_stat) R 7375 7375 3739 0 -1 4194304 72080 0 0 0 42229 74 0 0 18 0 2 0 99916119 320671744 72004 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/7378/statm: 78289 72004 83 193 0 78093 0
[pid=7378/tid=7379] ppid=7375 vsize=313156 CPUtime=209.12
/proc/7378/task/7379/stat : 7379 (manysat1.1_stat) R 7375 7375 3739 0 -1 4194368 8595 0 0 0 20890 22 0 0 24 0 2 0 99916528 320671744 72004 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 431.22
Current children cumulated vsize (KiB) 318512

[startup+282.301 s]
/proc/loadavg: 1.99 1.59 1.24 3/67 7379
/proc/meminfo: memFree=1257504/2055920 swapFree=4192812/4192956
[pid=7375] ppid=7373 vsize=5356 CPUtime=8.19
/proc/7375/stat : 7375 (manysat.sh) S 7373 7375 3739 0 -1 4194304 312 45796 0 0 0 0 763 56 19 0 1 0 99915298 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7375/statm: 1339 238 195 169 0 50 0
[pid=7378] ppid=7375 vsize=318996 CPUtime=542.73
/proc/7378/stat : 7378 (manysat1.1_stat) R 7375 7375 3739 0 -1 4194304 73504 0 0 0 54195 78 0 0 17 0 2 0 99916119 326651904 73428 1992294400 134512640 135305190 4294956144 18446744073709551615 134551848 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/7378/statm: 79749 73428 83 193 0 79553 0
[pid=7378/tid=7379] ppid=7375 vsize=318996 CPUtime=268.85
/proc/7378/task/7379/stat : 7379 (manysat1.1_stat) R 7375 7375 3739 0 -1 4194368 9278 0 0 0 26861 24 0 0 17 0 2 0 99916528 326651904 73428 1992294400 134512640 135305190 4294956144 18446744073709551615 134528747 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 550.92
Current children cumulated vsize (KiB) 324352

[startup+342.301 s]
/proc/loadavg: 1.99 1.66 1.29 3/67 7379
/proc/meminfo: memFree=1253992/2055920 swapFree=4192812/4192956
[pid=7375] ppid=7373 vsize=5356 CPUtime=8.19
/proc/7375/stat : 7375 (manysat.sh) S 7373 7375 3739 0 -1 4194304 312 45796 0 0 0 0 763 56 19 0 1 0 99915298 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7375/statm: 1339 238 195 169 0 50 0
[pid=7378] ppid=7375 vsize=322484 CPUtime=662.44
/proc/7378/stat : 7378 (manysat1.1_stat) R 7375 7375 3739 0 -1 4194304 74366 0 0 0 66163 81 0 0 25 0 2 0 99916119 330223616 74290 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/7378/statm: 80621 74290 83 193 0 80425 0
[pid=7378/tid=7379] ppid=7375 vsize=322484 CPUtime=328.61
/proc/7378/task/7379/stat : 7379 (manysat1.1_stat) R 7375 7375 3739 0 -1 4194368 9684 0 0 0 32835 26 0 0 25 0 2 0 99916528 330223616 74290 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 670.63
Current children cumulated vsize (KiB) 327840

[startup+402.302 s]
/proc/loadavg: 1.99 1.72 1.33 3/67 7379
/proc/meminfo: memFree=1245928/2055920 swapFree=4192812/4192956
[pid=7375] ppid=7373 vsize=5356 CPUtime=8.19
/proc/7375/stat : 7375 (manysat.sh) S 7373 7375 3739 0 -1 4194304 312 45796 0 0 0 0 763 56 19 0 1 0 99915298 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7375/statm: 1339 238 195 169 0 50 0
[pid=7378] ppid=7375 vsize=330636 CPUtime=782.17
/proc/7378/stat : 7378 (manysat1.1_stat) R 7375 7375 3739 0 -1 4194304 76385 0 0 0 78131 86 0 0 25 0 2 0 99916119 338571264 76309 1992294400 134512640 135305190 4294956144 18446744073709551615 134528145 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/7378/statm: 82659 76309 83 193 0 82463 0
[pid=7378/tid=7379] ppid=7375 vsize=330636 CPUtime=388.36
/proc/7378/task/7379/stat : 7379 (manysat1.1_stat) R 7375 7375 3739 0 -1 4194368 10714 0 0 0 38807 29 0 0 25 0 2 0 99916528 338571264 76309 1992294400 134512640 135305190 4294956144 18446744073709551615 134542402 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 790.36
Current children cumulated vsize (KiB) 335992

[startup+462.303 s]
/proc/loadavg: 1.99 1.77 1.37 3/67 7379
/proc/meminfo: memFree=1244264/2055920 swapFree=4192812/4192956
[pid=7375] ppid=7373 vsize=5356 CPUtime=8.19
/proc/7375/stat : 7375 (manysat.sh) S 7373 7375 3739 0 -1 4194304 312 45796 0 0 0 0 763 56 19 0 1 0 99915298 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7375/statm: 1339 238 195 169 0 50 0
[pid=7378] ppid=7375 vsize=332432 CPUtime=901.87
/proc/7378/stat : 7378 (manysat1.1_stat) R 7375 7375 3739 0 -1 4194304 76771 0 0 0 90100 87 0 0 19 0 2 0 99916119 340410368 76695 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/7378/statm: 83108 76695 83 193 0 82912 0
[pid=7378/tid=7379] ppid=7375 vsize=332432 CPUtime=448.12
/proc/7378/task/7379/stat : 7379 (manysat1.1_stat) R 7375 7375 3739 0 -1 4194368 10921 0 0 0 44782 30 0 0 17 0 2 0 99916528 340410368 76695 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 910.06
Current children cumulated vsize (KiB) 337788

[startup+522.303 s]
/proc/loadavg: 1.99 1.81 1.40 3/67 7379
/proc/meminfo: memFree=1242088/2055920 swapFree=4192812/4192956
[pid=7375] ppid=7373 vsize=5356 CPUtime=8.19
/proc/7375/stat : 7375 (manysat.sh) S 7373 7375 3739 0 -1 4194304 312 45796 0 0 0 0 763 56 19 0 1 0 99915298 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7375/statm: 1339 238 195 169 0 50 0
[pid=7378] ppid=7375 vsize=334676 CPUtime=1021.62
/proc/7378/stat : 7378 (manysat1.1_stat) R 7375 7375 3739 0 -1 4194304 77322 0 0 0 102073 89 0 0 25 0 2 0 99916119 342708224 77246 1992294400 134512640 135305190 4294956144 18446744073709551615 134528376 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/7378/statm: 83669 77246 83 193 0 83473 0
[pid=7378/tid=7379] ppid=7375 vsize=334676 CPUtime=507.88
/proc/7378/task/7379/stat : 7379 (manysat1.1_stat) R 7375 7375 3739 0 -1 4194368 11131 0 0 0 50757 31 0 0 25 0 2 0 99916528 342708224 77246 1992294400 134512640 135305190 4294956144 18446744073709551615 134528523 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1029.81
Current children cumulated vsize (KiB) 340032

[startup+582.303 s]
/proc/loadavg: 1.99 1.84 1.44 3/67 7379
/proc/meminfo: memFree=1238696/2055920 swapFree=4192812/4192956
[pid=7375] ppid=7373 vsize=5356 CPUtime=8.19
/proc/7375/stat : 7375 (manysat.sh) S 7373 7375 3739 0 -1 4194304 312 45796 0 0 0 0 763 56 19 0 1 0 99915298 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7375/statm: 1339 238 195 169 0 50 0
[pid=7378] ppid=7375 vsize=337408 CPUtime=1141.35
/proc/7378/stat : 7378 (manysat1.1_stat) R 7375 7375 3739 0 -1 4194304 78147 0 0 0 114044 91 0 0 25 0 2 0 99916119 345505792 78071 1992294400 134512640 135305190 4294956144 18446744073709551615 134569782 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/7378/statm: 84352 78071 83 193 0 84156 0
[pid=7378/tid=7379] ppid=7375 vsize=337408 CPUtime=567.63
/proc/7378/task/7379/stat : 7379 (manysat1.1_stat) R 7375 7375 3739 0 -1 4194368 11554 0 0 0 56731 32 0 0 25 0 2 0 99916528 345505792 78071 1992294400 134512640 135305190 4294956144 18446744073709551615 134530691 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1149.54
Current children cumulated vsize (KiB) 342764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+607.602 s]
/proc/loadavg: 1.99 1.85 1.45 3/67 7379
/proc/meminfo: memFree=1238696/2055920 swapFree=4192812/4192956
[pid=7375] ppid=7373 vsize=5356 CPUtime=8.19
/proc/7375/stat : 7375 (manysat.sh) S 7373 7375 3739 0 -1 4194304 312 45796 0 0 0 0 763 56 19 0 1 0 99915298 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7375/statm: 1339 238 195 169 0 50 0
[pid=7378] ppid=7375 vsize=337408 CPUtime=1191.83
/proc/7378/stat : 7378 (manysat1.1_stat) R 7375 7375 3739 0 -1 4194304 78157 0 0 0 119092 91 0 0 25 0 2 0 99916119 345505792 78081 1992294400 134512640 135305190 4294956144 18446744073709551615 134548012 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/7378/statm: 84352 78081 83 193 0 84156 0
[pid=7378/tid=7379] ppid=7375 vsize=337408 CPUtime=592.83
/proc/7378/task/7379/stat : 7379 (manysat1.1_stat) R 7375 7375 3739 0 -1 4194368 11563 0 0 0 59251 32 0 0 25 0 2 0 99916528 345505792 78081 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 342764

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

Real time (s): 607.619
CPU time (s): 1200.02
CPU user time (s): 1198.55
CPU system time (s): 1.47
CPU usage (%): 197.495
Max. virtual memory (cumulated for all children) (KiB): 342764

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

runsolver used 0.555915 second user time and 1.66675 second system time

The end

Launcher Data

Begin job on node75 at 2009-04-26 06:07:44
IDJOB=1726946
IDBENCH=24626
IDSOLVER=515
FILE ID=node75/1726946-1240718856
PBS_JOBID= 9186814
Free space on /tmp= 66384 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest04/others/CompositeRSA576.sat05-509.reshuffled-07.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1726946-1240718856/watcher-1726946-1240718856 -o /tmp/evaluation-result-1726946-1240718856/solver-1726946-1240718856 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1726946-1240718856.cnf aimd 2

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

MD5SUM BENCH= 19fdeefb726e073f5c825136ceaf9e1b
RANDOM SEED=1199893314

node75.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.213
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.213
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:       1605208 kB
Buffers:         44444 kB
Cached:         317588 kB
SwapCached:          0 kB
Active:         189848 kB
Inactive:       186112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1605208 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           54568 kB
Writeback:           0 kB
Mapped:          23700 kB
Slab:            60700 kB
Committed_AS:   258408 kB
PageTables:       1416 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= 66332 MiB
End job on node75 at 2009-04-26 06:17:54