Trace number 1797188

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.09 1200.61

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-20-5p1.cnf
MD5SUM93858500e23e9a4bf0619d7bf7dc00f3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1117.34
Satisfiable
(Un)Satisfiability was proved
Number of variables224986
Number of clauses1204430
Sum of the clauses size2908691
Maximum clause length10
Minimum clause length1
Number of clauses of size 111403
Number of clauses of size 2851953
Number of clauses of size 3284354
Number of clauses of size 46300
Number of clauses of size 525200
Number of clauses of size over 525220

Solver Data

0.00/0.00	c revival is preprocessing the formula...Time out is reached... exporting CNF
500.59/500.83	#ITERATIONS 1
500.59/500.83	#LEARNT CLAUSES 637
501.19/501.41	done !
501.19/501.41	c Calling MINISAT
501.19/501.41	This is MiniSat 2.0 beta
501.19/501.41	WARNING: for repeatability, setting FPU to use double precision
501.19/501.41	============================[ Problem Statistics ]=============================
501.19/501.41	|                                                                             |
501.19/501.41	|  Number of variables:  224986                                               |
501.19/501.41	|  Number of clauses:    764276                                               |
501.58/501.83	|  Parsing time:         0.36         s                                       |
501.58/501.84	============================[ Search Statistics ]==============================
501.58/501.84	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
501.58/501.84	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
501.58/501.84	===============================================================================
501.58/501.84	|         0 |   99986   524955  1276139 |   174985        0    nan |  0.000 % |
501.78/502.08	|       100 |   99984   524955  1276139 |   192483       99     30 | 55.613 % |
501.98/502.29	|       250 |   99915   524955  1276139 |   211731      249     51 | 55.613 % |
502.28/502.53	|       475 |   99915   524955  1276139 |   232905      474     53 | 55.613 % |
502.58/502.82	|       812 |   99915   524955  1276139 |   256195      811     60 | 55.613 % |
502.98/503.27	|      1320 |   99864   522490  1269552 |   281815     1319     83 | 55.613 % |
503.78/504.06	|      2079 |   99864   522490  1269552 |   309996     2078     82 | 55.613 % |
504.98/505.28	|      3218 |   99848   522393  1269333 |   340996     3206     96 | 55.620 % |
506.88/507.19	|      4927 |   99686   521746  1268039 |   375095     4896     90 | 55.692 % |
513.48/513.74	|      7489 |   99686   521746  1268039 |   412605     7458    129 | 55.692 % |
518.07/518.32	|     11333 |   99582   521364  1267275 |   453866    11299    126 | 55.754 % |
531.47/531.76	|     17101 |   99546   521179  1266905 |   499252    17061    187 | 55.755 % |
555.15/555.47	|     25751 |   99412   521176  1266899 |   549177    25708    212 | 55.814 % |
594.63/594.97	|     38725 |   99310   520127  1264783 |   604095    38634    252 | 55.859 % |
637.12/637.42	|     58188 |   99146   517079  1256679 |   664505    58091    243 | 55.932 % |
783.95/784.39	|     87380 |   99117   516887  1256240 |   730955    87279    280 | 55.946 % |
1027.76/1028.28	|    131169 |   98922   513788  1248079 |   804051   130948    309 | 56.103 % |

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-1797188-1242085851/watcher-1797188-1242085851 -o /tmp/evaluation-result-1797188-1242085851/solver-1797188-1242085851 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1797188-1242085851.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.12 1.06 1.01 3/64 12697
/proc/meminfo: memFree=1155488/2055920 swapFree=4181940/4192956
[pid=12697] ppid=12695 vsize=5360 CPUtime=0
/proc/12697/stat : 12697 (run.sh) S 12695 12697 12043 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236612450 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12697/statm: 1340 237 196 169 0 51 0
[pid=12698] ppid=12697 vsize=2124 CPUtime=0
/proc/12698/stat : 12698 (revival) R 12697 12697 12043 0 -1 4194304 282 0 0 0 0 0 0 0 19 0 1 0 236612450 2174976 249 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/12698/statm: 531 257 81 6 0 169 0

[startup+0.0574559 s]
/proc/loadavg: 1.12 1.06 1.01 3/64 12697
/proc/meminfo: memFree=1155488/2055920 swapFree=4181940/4192956
[pid=12697] ppid=12695 vsize=5360 CPUtime=0
/proc/12697/stat : 12697 (run.sh) S 12695 12697 12043 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236612450 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12697/statm: 1340 237 196 169 0 51 0
[pid=12698] ppid=12697 vsize=30476 CPUtime=0.05
/proc/12698/stat : 12698 (revival) R 12697 12697 12043 0 -1 4194304 7230 0 0 0 1 4 0 0 19 0 1 0 236612450 31207424 7191 1992294400 134512640 134537284 4294956368 18446744073709551615 134526342 0 0 4096 0 0 0 0 17 0 0 0
/proc/12698/statm: 7652 7193 82 6 0 7290 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 35836

[startup+0.102459 s]
/proc/loadavg: 1.12 1.06 1.01 3/64 12697
/proc/meminfo: memFree=1155488/2055920 swapFree=4181940/4192956
[pid=12697] ppid=12695 vsize=5360 CPUtime=0
/proc/12697/stat : 12697 (run.sh) S 12695 12697 12043 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236612450 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12697/statm: 1340 237 196 169 0 51 0
[pid=12698] ppid=12697 vsize=48080 CPUtime=0.09
/proc/12698/stat : 12698 (revival) R 12697 12697 12043 0 -1 4194304 10556 0 0 0 4 5 0 0 19 0 1 0 236612450 49233920 10517 1992294400 134512640 134537284 4294956368 18446744073709551615 5305979 0 0 4096 0 0 0 0 17 0 0 0
/proc/12698/statm: 12020 10518 82 6 0 11658 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53440

[startup+0.301477 s]
/proc/loadavg: 1.12 1.06 1.01 3/64 12697
/proc/meminfo: memFree=1155488/2055920 swapFree=4181940/4192956
[pid=12697] ppid=12695 vsize=5360 CPUtime=0
/proc/12697/stat : 12697 (run.sh) S 12695 12697 12043 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236612450 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12697/statm: 1340 237 196 169 0 51 0
[pid=12698] ppid=12697 vsize=59984 CPUtime=0.29
/proc/12698/stat : 12698 (revival) R 12697 12697 12043 0 -1 4194304 13343 0 0 0 23 6 0 0 21 0 1 0 236612450 61423616 13304 1992294400 134512640 134537284 4294956368 18446744073709551615 5305979 0 0 4096 0 0 0 0 17 0 0 0
/proc/12698/statm: 14996 13305 82 6 0 14634 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 65344

[startup+0.701512 s]
/proc/loadavg: 1.12 1.06 1.01 3/64 12697
/proc/meminfo: memFree=1155488/2055920 swapFree=4181940/4192956
[pid=12697] ppid=12695 vsize=5360 CPUtime=0
/proc/12697/stat : 12697 (run.sh) S 12695 12697 12043 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236612450 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12697/statm: 1340 237 196 169 0 51 0
[pid=12698] ppid=12697 vsize=84456 CPUtime=0.69
/proc/12698/stat : 12698 (revival) R 12697 12697 12043 0 -1 4194304 20023 0 0 0 60 9 0 0 25 0 1 0 236612450 86482944 19984 1992294400 134512640 134537284 4294956368 18446744073709551615 134521652 0 0 4096 0 0 0 0 17 0 0 0
/proc/12698/statm: 21114 19984 82 6 0 20752 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 89816

[startup+1.50258 s]
/proc/loadavg: 1.11 1.06 1.01 2/66 12699
/proc/meminfo: memFree=1097872/2055920 swapFree=4181940/4192956
[pid=12697] ppid=12695 vsize=5360 CPUtime=0
/proc/12697/stat : 12697 (run.sh) S 12695 12697 12043 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236612450 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12697/statm: 1340 237 196 169 0 51 0
[pid=12698] ppid=12697 vsize=61760 CPUtime=1.49
/proc/12698/stat : 12698 (revival) R 12697 12697 12043 0 -1 4194304 20059 0 0 0 140 9 0 0 25 0 1 50000 236612450 63242240 14347 1992294400 134512640 134537284 4294956368 18446744073709551615 134531158 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12698/statm: 15440 14347 85 6 0 15078 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 67120

[startup+3.10172 s]
/proc/loadavg: 1.11 1.06 1.01 2/66 12699
/proc/meminfo: memFree=1097744/2055920 swapFree=4181940/4192956
[pid=12697] ppid=12695 vsize=5360 CPUtime=0
/proc/12697/stat : 12697 (run.sh) S 12695 12697 12043 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236612450 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12697/statm: 1340 237 196 169 0 51 0
[pid=12698] ppid=12697 vsize=61760 CPUtime=3.09
/proc/12698/stat : 12698 (revival) R 12697 12697 12043 0 -1 4194304 20059 0 0 0 299 10 0 0 25 0 1 50000 236612450 63242240 14347 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12698/statm: 15440 14347 85 6 0 15078 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 67120

[startup+6.302 s]
/proc/loadavg: 1.11 1.06 1.01 2/66 12699
/proc/meminfo: memFree=1097744/2055920 swapFree=4181940/4192956
[pid=12697] ppid=12695 vsize=5360 CPUtime=0
/proc/12697/stat : 12697 (run.sh) S 12695 12697 12043 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236612450 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12697/statm: 1340 237 196 169 0 51 0
[pid=12698] ppid=12697 vsize=61760 CPUtime=6.29
/proc/12698/stat : 12698 (revival) R 12697 12697 12043 0 -1 4194304 20087 0 0 0 619 10 0 0 25 0 1 50000 236612450 63242240 14375 1992294400 134512640 134537284 4294956368 18446744073709551615 134523997 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12698/statm: 15440 14375 85 6 0 15078 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 67120

[startup+12.7016 s]
/proc/loadavg: 1.10 1.05 1.01 2/66 12699
/proc/meminfo: memFree=1097808/2055920 swapFree=4181940/4192956
[pid=12697] ppid=12695 vsize=5360 CPUtime=0
/proc/12697/stat : 12697 (run.sh) S 12695 12697 12043 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236612450 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12697/statm: 1340 237 196 169 0 51 0
[pid=12698] ppid=12697 vsize=61760 CPUtime=12.68
/proc/12698/stat : 12698 (revival) R 12697 12697 12043 0 -1 4194304 20087 0 0 0 1258 10 0 0 25 0 1 50000 236612450 63242240 14375 1992294400 134512640 134537284 4294956368 18446744073709551615 134531257 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12698/statm: 15440 14375 85 6 0 15078 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 67120

[startup+25.5017 s]
/proc/loadavg: 1.08 1.05 1.01 2/66 12699
/proc/meminfo: memFree=1097872/2055920 swapFree=4181940/4192956
[pid=12697] ppid=12695 vsize=5360 CPUtime=0
/proc/12697/stat : 12697 (run.sh) S 12695 12697 12043 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236612450 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12697/statm: 1340 237 196 169 0 51 0
[pid=12698] ppid=12697 vsize=61760 CPUtime=25.48
/proc/12698/stat : 12698 (revival) R 12697 12697 12043 0 -1 4194304 20116 0 0 0 2538 10 0 0 25 0 1 50000 236612450 63242240 14404 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12698/statm: 15440 14404 85 6 0 15078 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 67120

[startup+51.1019 s]
/proc/loadavg: 1.05 1.05 1.01 2/66 12699
/proc/meminfo: memFree=1097808/2055920 swapFree=4181940/4192956
[pid=12697] ppid=12695 vsize=5360 CPUtime=0
/proc/12697/stat : 12697 (run.sh) S 12695 12697 12043 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236612450 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12697/statm: 1340 237 196 169 0 51 0
[pid=12698] ppid=12697 vsize=61760 CPUtime=51.06
/proc/12698/stat : 12698 (revival) R 12697 12697 12043 0 -1 4194304 20132 0 0 0 5096 10 0 0 25 0 1 50000 236612450 63242240 14420 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12698/statm: 15440 14420 85 6 0 15078 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 67120

[startup+102.306 s]
/proc/loadavg: 1.02 1.04 1.00 2/66 12699
/proc/meminfo: memFree=1097808/2055920 swapFree=4181940/4192956
[pid=12697] ppid=12695 vsize=5360 CPUtime=0
/proc/12697/stat : 12697 (run.sh) S 12695 12697 12043 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236612450 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12697/statm: 1340 237 196 169 0 51 0
[pid=12698] ppid=12697 vsize=61760 CPUtime=102.25
/proc/12698/stat : 12698 (revival) R 12697 12697 12043 0 -1 4194304 20134 0 0 0 10215 10 0 0 25 0 1 50000 236612450 63242240 14422 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12698/statm: 15440 14422 85 6 0 15078 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 67120

[startup+162.302 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 12699
/proc/meminfo: memFree=1097808/2055920 swapFree=4181940/4192956
[pid=12697] ppid=12695 vsize=5360 CPUtime=0
/proc/12697/stat : 12697 (run.sh) S 12695 12697 12043 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236612450 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12697/statm: 1340 237 196 169 0 51 0
[pid=12698] ppid=12697 vsize=61760 CPUtime=162.22
/proc/12698/stat : 12698 (revival) R 12697 12697 12043 0 -1 4194304 20134 0 0 0 16212 10 0 0 25 0 1 50000 236612450 63242240 14422 1992294400 134512640 134537284 4294956368 18446744073709551615 134523981 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12698/statm: 15440 14422 85 6 0 15078 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 67120

[startup+222.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 12699
/proc/meminfo: memFree=1097808/2055920 swapFree=4181940/4192956
[pid=12697] ppid=12695 vsize=5360 CPUtime=0
/proc/12697/stat : 12697 (run.sh) S 12695 12697 12043 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236612450 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12697/statm: 1340 237 196 169 0 51 0
[pid=12698] ppid=12697 vsize=61760 CPUtime=222.2
/proc/12698/stat : 12698 (revival) R 12697 12697 12043 0 -1 4194304 20136 0 0 0 22210 10 0 0 25 0 1 50000 236612450 63242240 14424 1992294400 134512640 134537284 4294956368 18446744073709551615 134531257 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12698/statm: 15440 14424 85 6 0 15078 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 67120

[startup+282.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 12699
/proc/meminfo: memFree=1097808/2055920 swapFree=4181940/4192956
[pid=12697] ppid=12695 vsize=5360 CPUtime=0
/proc/12697/stat : 12697 (run.sh) S 12695 12697 12043 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236612450 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12697/statm: 1340 237 196 169 0 51 0
[pid=12698] ppid=12697 vsize=61760 CPUtime=282.18
/proc/12698/stat : 12698 (revival) R 12697 12697 12043 0 -1 4194304 20140 0 0 0 28208 10 0 0 25 0 1 50000 236612450 63242240 14428 1992294400 134512640 134537284 4294956368 18446744073709551615 134523789 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12698/statm: 15440 14428 85 6 0 15078 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 67120

[startup+342.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 12699
/proc/meminfo: memFree=1097808/2055920 swapFree=4181940/4192956
[pid=12697] ppid=12695 vsize=5360 CPUtime=0
/proc/12697/stat : 12697 (run.sh) S 12695 12697 12043 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236612450 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12697/statm: 1340 237 196 169 0 51 0
[pid=12698] ppid=12697 vsize=61760 CPUtime=342.15
/proc/12698/stat : 12698 (revival) R 12697 12697 12043 0 -1 4194304 20140 0 0 0 34205 10 0 0 25 0 1 50000 236612450 63242240 14428 1992294400 134512640 134537284 4294956368 18446744073709551615 134523922 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12698/statm: 15440 14428 85 6 0 15078 0
Current children cumulated CPU time (s) 342.15

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

/proc/12700/statm: 11924 10917 77 170 0 11752 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 53056

[startup+582.301 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 12700
/proc/meminfo: memFree=1070096/2055920 swapFree=4181940/4192956
[pid=12697] ppid=12695 vsize=5360 CPUtime=501.21
/proc/12697/stat : 12697 (run.sh) S 12695 12697 12043 0 -1 4194304 312 20191 0 0 0 0 50106 15 19 0 1 0 236612450 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12697/statm: 1340 238 197 169 0 51 0
[pid=12700] ppid=12697 vsize=75760 CPUtime=80.83
/proc/12700/stat : 12700 (minisat) R 12697 12697 12043 0 -1 4194304 18044 0 0 0 8068 15 0 0 25 0 1 0 236662591 77578240 17928 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12700/statm: 18940 17928 77 170 0 18768 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 81120

[startup+642.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 12706
/proc/meminfo: memFree=1045008/2055920 swapFree=4181940/4192956
[pid=12697] ppid=12695 vsize=5360 CPUtime=501.21
/proc/12697/stat : 12697 (run.sh) S 12695 12697 12043 0 -1 4194304 312 20191 0 0 0 0 50106 15 19 0 1 0 236612450 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12697/statm: 1340 238 197 169 0 51 0
[pid=12700] ppid=12697 vsize=100668 CPUtime=140.8
/proc/12700/stat : 12700 (minisat) R 12697 12697 12043 0 -1 4194304 24275 0 0 0 14059 21 0 0 25 0 1 0 236662591 103084032 24159 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12700/statm: 25167 24159 77 170 0 24995 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 106028

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12706
/proc/meminfo: memFree=1029904/2055920 swapFree=4181940/4192956
[pid=12697] ppid=12695 vsize=5360 CPUtime=501.21
/proc/12697/stat : 12697 (run.sh) S 12695 12697 12043 0 -1 4194304 312 20191 0 0 0 0 50106 15 19 0 1 0 236612450 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12697/statm: 1340 238 197 169 0 51 0
[pid=12700] ppid=12697 vsize=116128 CPUtime=200.77
/proc/12700/stat : 12700 (minisat) R 12697 12697 12043 0 -1 4194304 28126 0 0 0 20052 25 0 0 25 0 1 0 236662591 118915072 28010 1992294400 134512640 135212939 4294956240 18446744073709551615 134537038 0 0 4096 3 0 0 0 17 0 0 0
/proc/12700/statm: 29032 28010 77 170 0 28860 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 121488

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12706
/proc/meminfo: memFree=1010640/2055920 swapFree=4181940/4192956
[pid=12697] ppid=12695 vsize=5360 CPUtime=501.21
/proc/12697/stat : 12697 (run.sh) S 12695 12697 12043 0 -1 4194304 312 20191 0 0 0 0 50106 15 19 0 1 0 236612450 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12697/statm: 1340 238 197 169 0 51 0
[pid=12700] ppid=12697 vsize=135016 CPUtime=260.75
/proc/12700/stat : 12700 (minisat) R 12697 12697 12043 0 -1 4194304 32873 0 0 0 26043 32 0 0 25 0 1 0 236662591 138256384 32757 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12700/statm: 33754 32757 77 170 0 33582 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 140376

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12706
/proc/meminfo: memFree=993168/2055920 swapFree=4181940/4192956
[pid=12697] ppid=12695 vsize=5360 CPUtime=501.21
/proc/12697/stat : 12697 (run.sh) S 12695 12697 12043 0 -1 4194304 312 20191 0 0 0 0 50106 15 19 0 1 0 236612450 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12697/statm: 1340 238 197 169 0 51 0
[pid=12700] ppid=12697 vsize=152888 CPUtime=320.73
/proc/12700/stat : 12700 (minisat) R 12697 12697 12043 0 -1 4194304 37299 0 0 0 32036 37 0 0 25 0 1 0 236662591 156557312 37183 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12700/statm: 38222 37183 77 170 0 38050 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 158248

[startup+882.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12706
/proc/meminfo: memFree=977104/2055920 swapFree=4181940/4192956
[pid=12697] ppid=12695 vsize=5360 CPUtime=501.21
/proc/12697/stat : 12697 (run.sh) S 12695 12697 12043 0 -1 4194304 312 20191 0 0 0 0 50106 15 19 0 1 0 236612450 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12697/statm: 1340 238 197 169 0 51 0
[pid=12700] ppid=12697 vsize=168596 CPUtime=380.7
/proc/12700/stat : 12700 (minisat) R 12697 12697 12043 0 -1 4194304 41247 0 0 0 38029 41 0 0 25 0 1 0 236662591 172642304 41131 1992294400 134512640 135212939 4294956240 18446744073709551615 134529392 0 0 4096 3 0 0 0 17 0 0 0
/proc/12700/statm: 42149 41131 77 170 0 41977 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 173956

[startup+942.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12706
/proc/meminfo: memFree=961488/2055920 swapFree=4181940/4192956
[pid=12697] ppid=12695 vsize=5360 CPUtime=501.21
/proc/12697/stat : 12697 (run.sh) S 12695 12697 12043 0 -1 4194304 312 20191 0 0 0 0 50106 15 19 0 1 0 236612450 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12697/statm: 1340 238 197 169 0 51 0
[pid=12700] ppid=12697 vsize=184320 CPUtime=440.68
/proc/12700/stat : 12700 (minisat) R 12697 12697 12043 0 -1 4194304 45191 0 0 0 44023 45 0 0 25 0 1 0 236662591 188743680 45075 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12700/statm: 46080 45075 77 170 0 45908 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 189680

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12706
/proc/meminfo: memFree=946256/2055920 swapFree=4181940/4192956
[pid=12697] ppid=12695 vsize=5360 CPUtime=501.21
/proc/12697/stat : 12697 (run.sh) S 12695 12697 12043 0 -1 4194304 312 20191 0 0 0 0 50106 15 19 0 1 0 236612450 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12697/statm: 1340 238 197 169 0 51 0
[pid=12700] ppid=12697 vsize=199384 CPUtime=500.65
/proc/12700/stat : 12700 (minisat) R 12697 12697 12043 0 -1 4194304 48962 0 0 0 50016 49 0 0 25 0 1 0 236662591 204169216 48846 1992294400 134512640 135212939 4294956240 18446744073709551615 134536367 0 0 4096 3 0 0 0 17 0 0 0
/proc/12700/statm: 49846 48846 77 170 0 49674 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 204744

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12706
/proc/meminfo: memFree=932688/2055920 swapFree=4181940/4192956
[pid=12697] ppid=12695 vsize=5360 CPUtime=501.21
/proc/12697/stat : 12697 (run.sh) S 12695 12697 12043 0 -1 4194304 312 20191 0 0 0 0 50106 15 19 0 1 0 236612450 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12697/statm: 1340 238 197 169 0 51 0
[pid=12700] ppid=12697 vsize=212892 CPUtime=560.62
/proc/12700/stat : 12700 (minisat) R 12697 12697 12043 0 -1 4194304 52322 0 0 0 56010 52 0 0 25 0 1 0 236662591 218001408 52206 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12700/statm: 53223 52206 77 170 0 53051 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 218252

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12706
/proc/meminfo: memFree=922576/2055920 swapFree=4181940/4192956
[pid=12697] ppid=12695 vsize=5360 CPUtime=501.21
/proc/12697/stat : 12697 (run.sh) S 12695 12697 12043 0 -1 4194304 312 20191 0 0 0 0 50106 15 19 0 1 0 236612450 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12697/statm: 1340 238 197 169 0 51 0
[pid=12700] ppid=12697 vsize=223200 CPUtime=620.61
/proc/12700/stat : 12700 (minisat) R 12697 12697 12043 0 -1 4194304 54860 0 0 0 62007 54 0 0 25 0 1 0 236662591 228556800 54744 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/12700/statm: 55800 54744 77 170 0 55628 0
Current children cumulated CPU time (s) 1121.82
Current children cumulated vsize (KiB) 228560

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12706
/proc/meminfo: memFree=909392/2055920 swapFree=4181940/4192956
[pid=12697] ppid=12695 vsize=5360 CPUtime=501.21
/proc/12697/stat : 12697 (run.sh) S 12695 12697 12043 0 -1 4194304 312 20191 0 0 0 0 50106 15 19 0 1 0 236612450 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12697/statm: 1340 238 197 169 0 51 0
[pid=12700] ppid=12697 vsize=236588 CPUtime=680.59
/proc/12700/stat : 12700 (minisat) R 12697 12697 12043 0 -1 4194304 58194 0 0 0 68001 58 0 0 25 0 1 0 236662591 242266112 58078 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12700/statm: 59147 58078 77 170 0 58975 0
Current children cumulated CPU time (s) 1181.8
Current children cumulated vsize (KiB) 241948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12706
/proc/meminfo: memFree=904080/2055920 swapFree=4181940/4192956
[pid=12697] ppid=12695 vsize=5360 CPUtime=501.21
/proc/12697/stat : 12697 (run.sh) S 12695 12697 12043 0 -1 4194304 312 20191 0 0 0 0 50106 15 19 0 1 0 236612450 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12697/statm: 1340 238 197 169 0 51 0
[pid=12700] ppid=12697 vsize=241604 CPUtime=698.88
/proc/12700/stat : 12700 (minisat) R 12697 12697 12043 0 -1 4194304 59456 0 0 0 69829 59 0 0 25 0 1 0 236662591 247402496 59340 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/12700/statm: 60401 59340 77 170 0 60229 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 246964

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

Real time (s): 1200.61
CPU time (s): 1200.09
CPU user time (s): 1199.35
CPU system time (s): 0.74
CPU usage (%): 99.9565
Max. virtual memory (cumulated for all children) (KiB): 246964

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

runsolver used 1.03184 second user time and 3.34749 second system time

The end

Launcher Data

Begin job on node58 at 2009-05-12 01:50:52
IDJOB=1797188
IDBENCH=71045
IDSOLVER=649
FILE ID=node58/1797188-1242085851
PBS_JOBID= 9277640
Free space on /tmp= 66076 MiB

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

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

MD5SUM BENCH= 93858500e23e9a4bf0619d7bf7dc00f3
RANDOM SEED=870618037

node58.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.233
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.233
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:       1155968 kB
Buffers:         68644 kB
Cached:         747996 kB
SwapCached:       4936 kB
Active:         225680 kB
Inactive:       599484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1155968 kB
SwapTotal:     4192956 kB
SwapFree:      4181940 kB
Dirty:           24096 kB
Writeback:           0 kB
Mapped:          14716 kB
Slab:            60924 kB
Committed_AS:   755304 kB
PageTables:       1368 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= 66060 MiB
End job on node58 at 2009-05-12 02:10:55