Trace number 1797152

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
ReVivAl 0.23 2009-03-18? (TO) 1200.04 1200.41

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-15-10p1.cnf
MD5SUM4f02dda0c6b1f76f43bce732093e4f1f
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 variables268258
Number of clauses1155731
Sum of the clauses size2704052
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2895523
Number of clauses of size 3198999
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

0.00/0.00	c revival is preprocessing the formula...Time out is reached... exporting CNF
500.65/500.81	#ITERATIONS 1
500.65/500.81	#LEARNT CLAUSES 478
501.35/501.55	done !
501.35/501.55	c Calling MINISAT
501.35/501.55	This is MiniSat 2.0 beta
501.35/501.55	WARNING: for repeatability, setting FPU to use double precision
501.35/501.55	============================[ Problem Statistics ]=============================
501.35/501.55	|                                                                             |
501.35/501.55	|  Number of variables:  268258                                               |
501.35/501.55	|  Number of clauses:    943244                                               |
501.40/502.08	|  Parsing time:         0.48         s                                       |
501.40/502.11	============================[ Search Statistics ]==============================
501.40/502.11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
501.40/502.11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
501.40/502.11	===============================================================================
501.40/502.11	|         0 |  176442   706741  1665806 |   235580        0    nan |  0.000 % |
501.40/502.28	|       100 |  176442   706741  1665806 |   259138       99     78 | 34.227 % |
501.40/502.49	|       250 |  176441   706741  1665806 |   285052      249     70 | 34.227 % |
502.73/502.92	|       475 |  176441   706741  1665806 |   313557      474     77 | 34.227 % |
503.13/503.39	|       812 |  176441   706736  1665796 |   344913      811     52 | 34.227 % |
503.53/503.80	|      1320 |  176441   706736  1665796 |   379404     1319     78 | 34.227 % |
504.63/504.89	|      2079 |  176441   706736  1665796 |   417344     2078     65 | 34.227 % |
505.74/505.95	|      3218 |  176441   706736  1665796 |   459079     3217     71 | 34.227 % |
507.74/507.95	|      4927 |  176270   706031  1664386 |   504987     4925     80 | 34.291 % |
510.43/510.61	|      7490 |  175752   703534  1659392 |   555486     7485     92 | 34.484 % |
517.53/517.78	|     11336 |  175742   703470  1659234 |   611034    11329    113 | 34.488 % |
541.92/542.11	|     17102 |  174759   699605  1651264 |   672138    16915    205 | 34.854 % |
573.51/573.78	|     25753 |  172879   692155  1634645 |   739352    25559    251 | 35.555 % |
686.87/687.15	|     38727 |  172876   692148  1634631 |   813287    38528    407 | 35.556 % |
865.02/865.39	|     58188 |  172172   689288  1628204 |   894615    57888    576 | 35.836 % |
1088.77/1089.15	|     87382 |  171959   688393  1626347 |   984077    87074    596 | 35.898 % |

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-1797152-1242084984/watcher-1797152-1242084984 -o /tmp/evaluation-result-1797152-1242084984/solver-1797152-1242084984 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1797152-1242084984.cnf HOME 

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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 15573
/proc/meminfo: memFree=1367448/2055920 swapFree=4180108/4192956
[pid=15573] ppid=15571 vsize=5360 CPUtime=0
/proc/15573/stat : 15573 (run.sh) R 15571 15573 15128 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 236530897 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 210723465887 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/15573/statm: 1340 236 195 169 0 51 0
[pid=15574] ppid=15573 vsize=2636 CPUtime=0
/proc/15574/stat : 15574 (revival) R 15573 15573 15128 0 -1 4194304 363 0 0 0 0 0 0 0 18 0 1 0 236530898 2699264 330 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/15574/statm: 659 339 81 6 0 297 0

[startup+0.0946569 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 15573
/proc/meminfo: memFree=1367448/2055920 swapFree=4180108/4192956
[pid=15573] ppid=15571 vsize=5360 CPUtime=0
/proc/15573/stat : 15573 (run.sh) S 15571 15573 15128 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236530897 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15573/statm: 1340 237 196 169 0 51 0
[pid=15574] ppid=15573 vsize=45580 CPUtime=0.08
/proc/15574/stat : 15574 (revival) R 15573 15573 15128 0 -1 4194304 9679 0 0 0 3 5 0 0 19 0 1 0 236530898 46673920 9641 1992294400 134512640 134537284 4294956368 18446744073709551615 8144507 0 0 4096 0 0 0 0 17 0 0 0
/proc/15574/statm: 11395 9642 82 6 0 11033 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 50940

[startup+0.101656 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 15573
/proc/meminfo: memFree=1367448/2055920 swapFree=4180108/4192956
[pid=15573] ppid=15571 vsize=5360 CPUtime=0
/proc/15573/stat : 15573 (run.sh) S 15571 15573 15128 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236530897 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15573/statm: 1340 237 196 169 0 51 0
[pid=15574] ppid=15573 vsize=46268 CPUtime=0.09
/proc/15574/stat : 15574 (revival) R 15573 15573 15128 0 -1 4194304 9846 0 0 0 4 5 0 0 19 0 1 0 236530898 47378432 9808 1992294400 134512640 134537284 4294956368 18446744073709551615 8144507 0 0 4096 0 0 0 0 17 0 0 0
/proc/15574/statm: 11567 9809 82 6 0 11205 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51628

[startup+0.30168 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 15573
/proc/meminfo: memFree=1367448/2055920 swapFree=4180108/4192956
[pid=15573] ppid=15571 vsize=5360 CPUtime=0
/proc/15573/stat : 15573 (run.sh) S 15571 15573 15128 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236530897 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15573/statm: 1340 237 196 169 0 51 0
[pid=15574] ppid=15573 vsize=57748 CPUtime=0.29
/proc/15574/stat : 15574 (revival) R 15573 15573 15128 0 -1 4194304 12577 0 0 0 23 6 0 0 21 0 1 0 236530898 59133952 12539 1992294400 134512640 134537284 4294956368 18446744073709551615 134527481 0 0 4096 0 0 0 0 17 0 0 0
/proc/15574/statm: 14437 12539 82 6 0 14075 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63108

[startup+0.701727 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 15573
/proc/meminfo: memFree=1367448/2055920 swapFree=4180108/4192956
[pid=15573] ppid=15571 vsize=5360 CPUtime=0
/proc/15573/stat : 15573 (run.sh) S 15571 15573 15128 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236530897 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15573/statm: 1340 237 196 169 0 51 0
[pid=15574] ppid=15573 vsize=94228 CPUtime=0.69
/proc/15574/stat : 15574 (revival) R 15573 15573 15128 0 -1 4194304 19726 0 0 0 61 8 0 0 25 0 1 0 236530898 96489472 19688 1992294400 134512640 134537284 4294956368 18446744073709551615 8140673 0 0 4096 0 0 0 0 17 0 0 0
/proc/15574/statm: 23557 19688 82 6 0 23195 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 99588

[startup+1.50182 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15575
/proc/meminfo: memFree=1309448/2055920 swapFree=4180108/4192956
[pid=15573] ppid=15571 vsize=5360 CPUtime=0
/proc/15573/stat : 15573 (run.sh) S 15571 15573 15128 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236530897 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15573/statm: 1340 237 196 169 0 51 0
[pid=15574] ppid=15573 vsize=73144 CPUtime=1.49
/proc/15574/stat : 15574 (revival) R 15573 15573 15128 0 -1 4194304 19758 0 0 0 140 9 0 0 25 0 1 50000 236530898 74899456 14450 1992294400 134512640 134537284 4294956368 18446744073709551615 134531158 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15574/statm: 18286 14450 85 6 0 17924 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 78504

[startup+3.10201 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15575
/proc/meminfo: memFree=1309320/2055920 swapFree=4180108/4192956
[pid=15573] ppid=15571 vsize=5360 CPUtime=0
/proc/15573/stat : 15573 (run.sh) S 15571 15573 15128 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236530897 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15573/statm: 1340 237 196 169 0 51 0
[pid=15574] ppid=15573 vsize=73144 CPUtime=3.09
/proc/15574/stat : 15574 (revival) R 15573 15573 15128 0 -1 4194304 19764 0 0 0 300 9 0 0 25 0 1 50000 236530898 74899456 14456 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15574/statm: 18286 14456 85 6 0 17924 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 78504

[startup+6.30139 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15575
/proc/meminfo: memFree=1309384/2055920 swapFree=4180108/4192956
[pid=15573] ppid=15571 vsize=5360 CPUtime=0
/proc/15573/stat : 15573 (run.sh) S 15571 15573 15128 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236530897 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15573/statm: 1340 237 196 169 0 51 0
[pid=15574] ppid=15573 vsize=73144 CPUtime=6.29
/proc/15574/stat : 15574 (revival) R 15573 15573 15128 0 -1 4194304 19765 0 0 0 620 9 0 0 25 0 1 50000 236530898 74899456 14457 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15574/statm: 18286 14457 85 6 0 17924 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 78504

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15575
/proc/meminfo: memFree=1309384/2055920 swapFree=4180108/4192956
[pid=15573] ppid=15571 vsize=5360 CPUtime=0
/proc/15573/stat : 15573 (run.sh) S 15571 15573 15128 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236530897 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15573/statm: 1340 237 196 169 0 51 0
[pid=15574] ppid=15573 vsize=73144 CPUtime=12.69
/proc/15574/stat : 15574 (revival) R 15573 15573 15128 0 -1 4194304 19800 0 0 0 1260 9 0 0 25 0 1 50000 236530898 74899456 14492 1992294400 134512640 134537284 4294956368 18446744073709551615 134524107 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15574/statm: 18286 14492 85 6 0 17924 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 78504

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15575
/proc/meminfo: memFree=1309512/2055920 swapFree=4180108/4192956
[pid=15573] ppid=15571 vsize=5360 CPUtime=0
/proc/15573/stat : 15573 (run.sh) S 15571 15573 15128 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236530897 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15573/statm: 1340 237 196 169 0 51 0
[pid=15574] ppid=15573 vsize=73144 CPUtime=25.49
/proc/15574/stat : 15574 (revival) R 15573 15573 15128 0 -1 4194304 19801 0 0 0 2540 9 0 0 25 0 1 50000 236530898 74899456 14493 1992294400 134512640 134537284 4294956368 18446744073709551615 134523984 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15574/statm: 18286 14493 85 6 0 17924 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 78504

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15575
/proc/meminfo: memFree=1309384/2055920 swapFree=4180108/4192956
[pid=15573] ppid=15571 vsize=5360 CPUtime=0
/proc/15573/stat : 15573 (run.sh) S 15571 15573 15128 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236530897 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15573/statm: 1340 237 196 169 0 51 0
[pid=15574] ppid=15573 vsize=73144 CPUtime=51.08
/proc/15574/stat : 15574 (revival) R 15573 15573 15128 0 -1 4194304 19816 0 0 0 5099 9 0 0 25 0 1 50000 236530898 74899456 14508 1992294400 134512640 134537284 4294956368 18446744073709551615 134524156 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15574/statm: 18286 14508 85 6 0 17924 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 78504

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15575
/proc/meminfo: memFree=1309448/2055920 swapFree=4180108/4192956
[pid=15573] ppid=15571 vsize=5360 CPUtime=0
/proc/15573/stat : 15573 (run.sh) S 15571 15573 15128 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236530897 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15573/statm: 1340 237 196 169 0 51 0
[pid=15574] ppid=15573 vsize=73144 CPUtime=102.27
/proc/15574/stat : 15574 (revival) R 15573 15573 15128 0 -1 4194304 19835 0 0 0 10218 9 0 0 25 0 1 50000 236530898 74899456 14527 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15574/statm: 18286 14527 85 6 0 17924 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 78504

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15575
/proc/meminfo: memFree=1309384/2055920 swapFree=4180108/4192956
[pid=15573] ppid=15571 vsize=5360 CPUtime=0
/proc/15573/stat : 15573 (run.sh) S 15571 15573 15128 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236530897 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15573/statm: 1340 237 196 169 0 51 0
[pid=15574] ppid=15573 vsize=73144 CPUtime=162.25
/proc/15574/stat : 15574 (revival) R 15573 15573 15128 0 -1 4194304 19858 0 0 0 16216 9 0 0 25 0 1 50000 236530898 74899456 14550 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15574/statm: 18286 14550 85 6 0 17924 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 78504

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15575
/proc/meminfo: memFree=1309384/2055920 swapFree=4180108/4192956
[pid=15573] ppid=15571 vsize=5360 CPUtime=0
/proc/15573/stat : 15573 (run.sh) S 15571 15573 15128 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236530897 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15573/statm: 1340 237 196 169 0 51 0
[pid=15574] ppid=15573 vsize=73144 CPUtime=222.23
/proc/15574/stat : 15574 (revival) R 15573 15573 15128 0 -1 4194304 19858 0 0 0 22214 9 0 0 25 0 1 50000 236530898 74899456 14550 1992294400 134512640 134537284 4294956368 18446744073709551615 134524039 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15574/statm: 18286 14550 85 6 0 17924 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 78504

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15575
/proc/meminfo: memFree=1309384/2055920 swapFree=4180108/4192956
[pid=15573] ppid=15571 vsize=5360 CPUtime=0
/proc/15573/stat : 15573 (run.sh) S 15571 15573 15128 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236530897 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15573/statm: 1340 237 196 169 0 51 0
[pid=15574] ppid=15573 vsize=73144 CPUtime=282.22
/proc/15574/stat : 15574 (revival) R 15573 15573 15128 0 -1 4194304 19858 0 0 0 28213 9 0 0 25 0 1 50000 236530898 74899456 14550 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15574/statm: 18286 14550 85 6 0 17924 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 78504

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15577
/proc/meminfo: memFree=1309128/2055920 swapFree=4180108/4192956
[pid=15573] ppid=15571 vsize=5360 CPUtime=0
/proc/15573/stat : 15573 (run.sh) S 15571 15573 15128 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236530897 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15573/statm: 1340 237 196 169 0 51 0
[pid=15574] ppid=15573 vsize=73144 CPUtime=342.2
/proc/15574/stat : 15574 (revival) R 15573 15573 15128 0 -1 4194304 19858 0 0 0 34211 9 0 0 25 0 1 50000 236530898 74899456 14550 1992294400 134512640 134537284 4294956368 18446744073709551615 134523745 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15574/statm: 18286 14550 85 6 0 17924 0
Current children cumulated CPU time (s) 342.2

################
# More data... #
################

/proc/15578/statm: 14419 13165 77 170 0 14247 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 63036

[startup+582.302 s]
/proc/loadavg: 1.02 1.01 1.00 2/67 15578
/proc/meminfo: memFree=1274568/2055920 swapFree=4180108/4192956
[pid=15573] ppid=15571 vsize=5360 CPUtime=501.4
/proc/15573/stat : 15573 (run.sh) S 15571 15573 15128 0 -1 4194304 312 19873 0 0 0 0 50125 15 16 0 1 0 236530897 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15573/statm: 1340 238 197 169 0 51 0
[pid=15578] ppid=15573 vsize=80660 CPUtime=80.7
/proc/15578/stat : 15578 (minisat) R 15573 15573 15128 0 -1 4194304 18978 0 0 0 8057 13 0 0 25 0 1 0 236581053 82595840 18903 1992294400 134512640 135212939 4294956240 18446744073709551615 134529655 0 0 4096 3 0 0 0 17 0 0 0
/proc/15578/statm: 20165 18903 77 170 0 19993 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 86020

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15578
/proc/meminfo: memFree=1254088/2055920 swapFree=4180108/4192956
[pid=15573] ppid=15571 vsize=5360 CPUtime=501.4
/proc/15573/stat : 15573 (run.sh) S 15571 15573 15128 0 -1 4194304 312 19873 0 0 0 0 50125 15 16 0 1 0 236530897 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15573/statm: 1340 238 197 169 0 51 0
[pid=15578] ppid=15573 vsize=101012 CPUtime=140.69
/proc/15578/stat : 15578 (minisat) R 15573 15573 15128 0 -1 4194304 24060 0 0 0 14051 18 0 0 25 0 1 0 236581053 103436288 23985 1992294400 134512640 135212939 4294956240 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/15578/statm: 25253 23985 77 170 0 25081 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 106372

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15578
/proc/meminfo: memFree=1234952/2055920 swapFree=4180108/4192956
[pid=15573] ppid=15571 vsize=5360 CPUtime=501.4
/proc/15573/stat : 15573 (run.sh) S 15571 15573 15128 0 -1 4194304 312 19873 0 0 0 0 50125 15 16 0 1 0 236530897 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15573/statm: 1340 238 197 169 0 51 0
[pid=15578] ppid=15573 vsize=120424 CPUtime=200.67
/proc/15578/stat : 15578 (minisat) R 15573 15573 15128 0 -1 4194304 28908 0 0 0 20044 23 0 0 25 0 1 0 236581053 123314176 28833 1992294400 134512640 135212939 4294956240 18446744073709551615 134527098 0 0 4096 3 0 0 0 17 0 0 0
/proc/15578/statm: 30106 28833 77 170 0 29934 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 125784

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15578
/proc/meminfo: memFree=1209672/2055920 swapFree=4180108/4192956
[pid=15573] ppid=15571 vsize=5360 CPUtime=501.4
/proc/15573/stat : 15573 (run.sh) S 15571 15573 15128 0 -1 4194304 312 19873 0 0 0 0 50125 15 16 0 1 0 236530897 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15573/statm: 1340 238 197 169 0 51 0
[pid=15578] ppid=15573 vsize=145548 CPUtime=260.66
/proc/15578/stat : 15578 (minisat) R 15573 15573 15128 0 -1 4194304 35178 0 0 0 26038 28 0 0 25 0 1 0 236581053 149041152 35103 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15578/statm: 36387 35103 77 170 0 36215 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 150908

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15578
/proc/meminfo: memFree=1186952/2055920 swapFree=4180108/4192956
[pid=15573] ppid=15571 vsize=5360 CPUtime=501.4
/proc/15573/stat : 15573 (run.sh) S 15571 15573 15128 0 -1 4194304 312 19873 0 0 0 0 50125 15 16 0 1 0 236530897 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15573/statm: 1340 238 197 169 0 51 0
[pid=15578] ppid=15573 vsize=168400 CPUtime=320.64
/proc/15578/stat : 15578 (minisat) R 15573 15573 15128 0 -1 4194304 40900 0 0 0 32031 33 0 0 25 0 1 0 236581053 172441600 40825 1992294400 134512640 135212939 4294956240 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 0 0 0
/proc/15578/statm: 42100 40825 77 170 0 41928 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 173760

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15578
/proc/meminfo: memFree=1165640/2055920 swapFree=4180108/4192956
[pid=15573] ppid=15571 vsize=5360 CPUtime=501.4
/proc/15573/stat : 15573 (run.sh) S 15571 15573 15128 0 -1 4194304 312 19873 0 0 0 0 50125 15 16 0 1 0 236530897 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15573/statm: 1340 238 197 169 0 51 0
[pid=15578] ppid=15573 vsize=189304 CPUtime=380.62
/proc/15578/stat : 15578 (minisat) R 15573 15573 15128 0 -1 4194304 46153 0 0 0 38024 38 0 0 25 0 1 0 236581053 193847296 46078 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15578/statm: 47326 46078 77 170 0 47154 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 194664

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15578
/proc/meminfo: memFree=1144584/2055920 swapFree=4180108/4192956
[pid=15573] ppid=15571 vsize=5360 CPUtime=501.4
/proc/15573/stat : 15573 (run.sh) S 15571 15573 15128 0 -1 4194304 312 19873 0 0 0 0 50125 15 16 0 1 0 236530897 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15573/statm: 1340 238 197 169 0 51 0
[pid=15578] ppid=15573 vsize=210772 CPUtime=440.6
/proc/15578/stat : 15578 (minisat) R 15573 15573 15128 0 -1 4194304 51471 0 0 0 44017 43 0 0 25 0 1 0 236581053 215830528 51396 1992294400 134512640 135212939 4294956240 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/15578/statm: 52693 51396 77 170 0 52521 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 216132

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15578
/proc/meminfo: memFree=1122888/2055920 swapFree=4180108/4192956
[pid=15573] ppid=15571 vsize=5360 CPUtime=501.4
/proc/15573/stat : 15573 (run.sh) S 15571 15573 15128 0 -1 4194304 312 19873 0 0 0 0 50125 15 16 0 1 0 236530897 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15573/statm: 1340 238 197 169 0 51 0
[pid=15578] ppid=15573 vsize=232244 CPUtime=500.58
/proc/15578/stat : 15578 (minisat) R 15573 15573 15128 0 -1 4194304 56870 0 0 0 50010 48 0 0 25 0 1 0 236581053 237817856 56795 1992294400 134512640 135212939 4294956240 18446744073709551615 134526732 0 0 4096 3 0 0 0 17 0 0 0
/proc/15578/statm: 58061 56795 77 170 0 57889 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 237604

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15578
/proc/meminfo: memFree=1103048/2055920 swapFree=4180108/4192956
[pid=15573] ppid=15571 vsize=5360 CPUtime=501.4
/proc/15573/stat : 15573 (run.sh) S 15571 15573 15128 0 -1 4194304 312 19873 0 0 0 0 50125 15 16 0 1 0 236530897 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15573/statm: 1340 238 197 169 0 51 0
[pid=15578] ppid=15573 vsize=252160 CPUtime=560.57
/proc/15578/stat : 15578 (minisat) R 15573 15573 15128 0 -1 4194304 61856 0 0 0 56003 54 0 0 25 0 1 0 236581053 258211840 61781 1992294400 134512640 135212939 4294956240 18446744073709551615 134719078 0 0 4096 3 0 0 0 17 0 0 0
/proc/15578/statm: 63040 61781 77 170 0 62868 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 257520

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15578
/proc/meminfo: memFree=1086280/2055920 swapFree=4180108/4192956
[pid=15573] ppid=15571 vsize=5360 CPUtime=501.4
/proc/15573/stat : 15573 (run.sh) S 15571 15573 15128 0 -1 4194304 312 19873 0 0 0 0 50125 15 16 0 1 0 236530897 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15573/statm: 1340 238 197 169 0 51 0
[pid=15578] ppid=15573 vsize=268764 CPUtime=620.56
/proc/15578/stat : 15578 (minisat) R 15573 15573 15128 0 -1 4194304 66002 0 0 0 61998 58 0 0 25 0 1 0 236581053 275214336 65927 1992294400 134512640 135212939 4294956240 18446744073709551615 134529424 0 0 4096 3 0 0 0 17 0 0 0
/proc/15578/statm: 67191 65927 77 170 0 67019 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 274124

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15578
/proc/meminfo: memFree=1067976/2055920 swapFree=4180108/4192956
[pid=15573] ppid=15571 vsize=5360 CPUtime=501.4
/proc/15573/stat : 15573 (run.sh) S 15571 15573 15128 0 -1 4194304 312 19873 0 0 0 0 50125 15 16 0 1 0 236530897 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15573/statm: 1340 238 197 169 0 51 0
[pid=15578] ppid=15573 vsize=287372 CPUtime=680.54
/proc/15578/stat : 15578 (minisat) R 15573 15573 15128 0 -1 4194304 70616 0 0 0 67992 62 0 0 25 0 1 0 236581053 294268928 70541 1992294400 134512640 135212939 4294956240 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/15578/statm: 71843 70541 77 170 0 71671 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 292732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15578
/proc/meminfo: memFree=1064456/2055920 swapFree=4180108/4192956
[pid=15573] ppid=15571 vsize=5360 CPUtime=501.4
/proc/15573/stat : 15573 (run.sh) S 15571 15573 15128 0 -1 4194304 312 19873 0 0 0 0 50125 15 16 0 1 0 236530897 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15573/statm: 1340 238 197 169 0 51 0
[pid=15578] ppid=15573 vsize=290540 CPUtime=698.64
/proc/15578/stat : 15578 (minisat) R 15573 15573 15128 0 -1 4194304 71413 0 0 0 69801 63 0 0 25 0 1 0 236581053 297512960 71338 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15578/statm: 72635 71338 77 170 0 72463 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 295900

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

Real time (s): 1200.41
CPU time (s): 1200.04
CPU user time (s): 1199.26
CPU system time (s): 0.78
CPU usage (%): 99.9689
Max. virtual memory (cumulated for all children) (KiB): 295900

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

runsolver used 1.00285 second user time and 3.37949 second system time

The end

Launcher Data

Begin job on node73 at 2009-05-12 01:36:26
IDJOB=1797152
IDBENCH=71015
IDSOLVER=649
FILE ID=node73/1797152-1242084984
PBS_JOBID= 9277605
Free space on /tmp= 66356 MiB

SOLVER NAME= ReVivAl 0.23 2009-03-18
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-15-10p1.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797152-1242084984/watcher-1797152-1242084984 -o /tmp/evaluation-result-1797152-1242084984/solver-1797152-1242084984 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1797152-1242084984.cnf HOME

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

MD5SUM BENCH= 4f02dda0c6b1f76f43bce732093e4f1f
RANDOM SEED=1720899077

node73.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.214
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.214
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:       1367992 kB
Buffers:         75628 kB
Cached:         533432 kB
SwapCached:       7496 kB
Active:         186208 kB
Inactive:       432276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1367992 kB
SwapTotal:     4192956 kB
SwapFree:      4180108 kB
Dirty:           22484 kB
Writeback:           0 kB
Mapped:          14036 kB
Slab:            55448 kB
Committed_AS:   867740 kB
PageTables:       1412 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= 66336 MiB
End job on node73 at 2009-05-12 01:56:28