Trace number 1796492

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 + SatElite 2009-03-18? (TO) 1200.02 1201.81

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq5.cnf
MD5SUM79c983ee7a6671238604da3040f85341
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 variables151669
Number of clauses2465731
Sum of the clauses size7141423
Maximum clause length150
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22309834
Number of clauses of size 335167
Number of clauses of size 45995
Number of clauses of size 511790
Number of clauses of size over 5102944

Solver Data

0.00/0.00	c SatElite...
0.00/0.00	c Parsing...
2.39/2.46	c ==============================================================================
2.39/2.46	c |           |     ORIGINAL     |              LEARNT              |          |
2.39/2.46	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
2.39/2.46	c ==============================================================================
2.39/2.46	c |         0 | 2465730  7141422 |  739718       0        0     nan |  0.000 % |
23.37/23.44	c |         0 | 2391111  7388117 |      --       0       --      -- |     --   | -74473/249552
23.37/23.44	c ==============================================================================
23.37/23.44	c Result  :   #vars: 120317   #clauses: 2391111   #literals: 7388117
23.37/23.44	c CPU time:   22.9985 s
23.37/23.44	c ==============================================================================
27.15/27.26	c SatElite is done !
27.15/27.26	c revival is preprocessing the formula...Time out is reached... exporting CNF
528.00/529.50	#ITERATIONS 1
528.00/529.50	#LEARNT CLAUSES 437
530.09/531.60	done !
530.09/531.60	c Calling MINISAT
530.09/531.60	This is MiniSat 2.0 beta
530.09/531.60	WARNING: for repeatability, setting FPU to use double precision
530.09/531.60	============================[ Problem Statistics ]=============================
530.09/531.60	|                                                                             |
530.09/531.60	|  Number of variables:  120317                                               |
530.09/531.60	|  Number of clauses:    2239821                                              |
531.28/532.89	|  Parsing time:         1.15         s                                       |
531.37/532.95	============================[ Search Statistics ]==============================
531.37/532.95	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
531.37/532.95	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
531.37/532.95	===============================================================================
531.37/532.95	|         0 |   99268  2011564  6199840 |   670521        0    nan |  0.000 % |
531.57/533.12	|       100 |   99268  2011564  6199840 |   737573      100     74 | 17.495 % |
531.77/533.33	|       250 |   99268  2011564  6199840 |   811330      250     51 | 17.495 % |
532.37/533.92	|       476 |   99268  2011564  6199840 |   892463      476     55 | 17.495 % |
532.77/534.38	|       813 |   99268  2011564  6199840 |   981710      813     49 | 17.495 % |
532.97/534.57	|      1319 |   99268  2011564  6199840 |  1079881     1319     60 | 17.495 % |
533.67/535.26	|      2078 |   99268  2011564  6199840 |  1187869     2078     56 | 17.495 % |
534.38/535.98	|      3217 |   99268  2011564  6199840 |  1306656     3217     61 | 17.495 % |
535.98/537.57	|      4926 |   99268  2011564  6199840 |  1437322     4926     59 | 17.495 % |
537.27/538.85	|      7488 |   99268  2011564  6199840 |  1581054     7488     53 | 17.495 % |
539.77/541.30	|     11332 |   99268  2011564  6199840 |  1739159    11332     50 | 17.495 % |
544.67/546.29	|     17099 |   99268  2011564  6199840 |  1913075    17099     89 | 17.495 % |
547.97/549.55	|     25748 |   99268  2011564  6199840 |  2104383    25748    103 | 17.495 % |
558.46/560.08	|     38723 |   99268  2011564  6199840 |  2314821    38723    208 | 17.495 % |
570.85/572.42	|     58184 |   99268  2011564  6199840 |  2546303    58184    244 | 17.495 % |
590.55/592.14	|     87376 |   99268  2011564  6199840 |  2800934    87376    200 | 17.495 % |
620.24/621.81	|    131165 |   99268  2011564  6199840 |  3081027   131165    196 | 17.495 % |
677.61/679.28	|    196849 |   99268  2011564  6199840 |  3389130   196849    229 | 17.495 % |
773.67/775.39	|    295375 |   99268  2011564  6199840 |  3728043   295375    243 | 17.495 % |
962.09/963.88	|    443164 |   99268  2011564  6199840 |  4100847   443164    347 | 17.495 % |

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-1796492-1242076567/watcher-1796492-1242076567 -o /tmp/evaluation-result-1796492-1242076567/solver-1796492-1242076567 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1796492-1242076567.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.07 1.01 3/64 2252
/proc/meminfo: memFree=1902392/2055920 swapFree=4176436/4192956
[pid=2252] ppid=2250 vsize=5360 CPUtime=0
/proc/2252/stat : 2252 (run.sh) R 2250 2252 2008 0 -1 4194304 269 0 0 0 0 0 0 0 18 0 1 0 235684829 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 208717539999 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/2252/statm: 1340 237 196 169 0 51 0
[pid=2253] ppid=2252 vsize=816 CPUtime=0
/proc/2253/stat : 2253 (SatElite) R 2252 2252 2008 0 -1 4194304 136 0 0 0 0 0 0 0 18 0 1 0 235684830 835584 119 1992294400 134512640 135031949 4294956224 18446744073709551615 134675572 0 0 4096 3 0 0 0 17 0 0 0
/proc/2253/statm: 204 119 51 126 0 75 0

[startup+0.018795 s]
/proc/loadavg: 1.12 1.07 1.01 3/64 2252
/proc/meminfo: memFree=1902392/2055920 swapFree=4176436/4192956
[pid=2252] ppid=2250 vsize=5360 CPUtime=0
/proc/2252/stat : 2252 (run.sh) S 2250 2252 2008 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 235684829 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2252/statm: 1340 238 197 169 0 51 0
[pid=2253] ppid=2252 vsize=2104 CPUtime=0.01
/proc/2253/stat : 2253 (SatElite) R 2252 2252 2008 0 -1 4194304 411 0 0 0 1 0 0 0 19 0 1 0 235684830 2154496 394 1992294400 134512640 135031949 4294956224 18446744073709551615 134690605 0 0 4096 3 0 0 0 17 0 0 0
/proc/2253/statm: 526 395 51 126 0 397 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7464

[startup+0.101765 s]
/proc/loadavg: 1.12 1.07 1.01 3/64 2252
/proc/meminfo: memFree=1902392/2055920 swapFree=4176436/4192956
[pid=2252] ppid=2250 vsize=5360 CPUtime=0
/proc/2252/stat : 2252 (run.sh) S 2250 2252 2008 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 235684829 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2252/statm: 1340 238 197 169 0 51 0
[pid=2253] ppid=2252 vsize=8024 CPUtime=0.09
/proc/2253/stat : 2253 (SatElite) R 2252 2252 2008 0 -1 4194304 1860 0 0 0 8 1 0 0 19 0 1 0 235684830 8216576 1843 1992294400 134512640 135031949 4294956224 18446744073709551615 134690605 0 0 4096 3 0 0 0 17 0 0 0
/proc/2253/statm: 2006 1844 51 126 0 1877 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13384

[startup+0.301785 s]
/proc/loadavg: 1.12 1.07 1.01 3/64 2252
/proc/meminfo: memFree=1902392/2055920 swapFree=4176436/4192956
[pid=2252] ppid=2250 vsize=5360 CPUtime=0
/proc/2252/stat : 2252 (run.sh) S 2250 2252 2008 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 235684829 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2252/statm: 1340 238 197 169 0 51 0
[pid=2253] ppid=2252 vsize=21112 CPUtime=0.29
/proc/2253/stat : 2253 (SatElite) R 2252 2252 2008 0 -1 4194304 4975 0 0 0 26 3 0 0 21 0 1 0 235684830 21618688 4958 1992294400 134512640 135031949 4294956224 18446744073709551615 134690605 0 0 4096 3 0 0 0 17 0 0 0
/proc/2253/statm: 5278 4959 51 126 0 5149 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26472

[startup+0.701827 s]
/proc/loadavg: 1.12 1.07 1.01 3/64 2252
/proc/meminfo: memFree=1902392/2055920 swapFree=4176436/4192956
[pid=2252] ppid=2250 vsize=5360 CPUtime=0
/proc/2252/stat : 2252 (run.sh) S 2250 2252 2008 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 235684829 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2252/statm: 1340 238 197 169 0 51 0
[pid=2253] ppid=2252 vsize=45340 CPUtime=0.68
/proc/2253/stat : 2253 (SatElite) R 2252 2252 2008 0 -1 4194304 10909 0 0 0 60 8 0 0 25 0 1 0 235684830 46428160 10892 1992294400 134512640 135031949 4294956224 18446744073709551615 134690605 0 0 4096 3 0 0 0 17 0 0 0
/proc/2253/statm: 11335 10892 51 126 0 11206 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 50700

[startup+1.50191 s]
/proc/loadavg: 1.12 1.07 1.01 2/66 2254
/proc/meminfo: memFree=1840232/2055920 swapFree=4176436/4192956
[pid=2252] ppid=2250 vsize=5360 CPUtime=0
/proc/2252/stat : 2252 (run.sh) S 2250 2252 2008 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 235684829 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2252/statm: 1340 238 197 169 0 51 0
[pid=2253] ppid=2252 vsize=93820 CPUtime=1.49
/proc/2253/stat : 2253 (SatElite) R 2252 2252 2008 0 -1 4194304 22607 0 0 0 132 17 0 0 25 0 1 0 235684830 96071680 22590 1992294400 134512640 135031949 4294956224 18446744073709551615 134672959 0 0 4096 3 0 0 0 17 0 0 0
/proc/2253/statm: 23455 22590 51 126 0 23326 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 99180

[startup+3.10108 s]
/proc/loadavg: 1.12 1.07 1.01 2/66 2254
/proc/meminfo: memFree=1781608/2055920 swapFree=4176436/4192956
[pid=2252] ppid=2250 vsize=5360 CPUtime=0
/proc/2252/stat : 2252 (run.sh) S 2250 2252 2008 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 235684829 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2252/statm: 1340 238 197 169 0 51 0
[pid=2253] ppid=2252 vsize=192488 CPUtime=3.09
/proc/2253/stat : 2253 (SatElite) R 2252 2252 2008 0 -1 4194304 47090 0 0 0 279 30 0 0 25 0 1 0 235684830 197107712 41853 1992294400 134512640 135031949 4294956224 18446744073709551615 134540799 0 0 4096 3 0 0 0 17 0 0 0
/proc/2253/statm: 48122 41853 67 126 0 47993 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 197848

[startup+6.30244 s]
/proc/loadavg: 1.11 1.07 1.01 2/66 2254
/proc/meminfo: memFree=1717096/2055920 swapFree=4176436/4192956
[pid=2252] ppid=2250 vsize=5360 CPUtime=0
/proc/2252/stat : 2252 (run.sh) S 2250 2252 2008 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 235684829 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2252/statm: 1340 238 197 169 0 51 0
[pid=2253] ppid=2252 vsize=223372 CPUtime=6.28
/proc/2253/stat : 2253 (SatElite) R 2252 2252 2008 0 -1 4194304 52195 0 0 0 593 35 0 0 25 0 1 0 235684830 228732928 46958 1992294400 134512640 135031949 4294956224 18446744073709551615 134540559 0 0 4096 3 0 0 0 17 1 0 0
/proc/2253/statm: 55843 46958 67 126 0 55714 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 228732

[startup+12.7011 s]
/proc/loadavg: 1.10 1.07 1.01 2/66 2254
/proc/meminfo: memFree=1701352/2055920 swapFree=4176436/4192956
[pid=2252] ppid=2250 vsize=5360 CPUtime=0
/proc/2252/stat : 2252 (run.sh) S 2250 2252 2008 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 235684829 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2252/statm: 1340 238 197 169 0 51 0
[pid=2253] ppid=2252 vsize=261904 CPUtime=12.68
/proc/2253/stat : 2253 (SatElite) R 2252 2252 2008 0 -1 4194304 59422 0 0 0 1229 39 0 0 25 0 1 0 235684830 268189696 53742 1992294400 134512640 135031949 4294956224 18446744073709551615 134584183 0 0 4096 3 0 0 0 17 0 0 0
/proc/2253/statm: 65476 53742 67 126 0 65347 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 267264

[startup+25.5015 s]
/proc/loadavg: 1.08 1.06 1.01 2/66 2254
/proc/meminfo: memFree=1677544/2055920 swapFree=4176436/4192956
[pid=2252] ppid=2250 vsize=5360 CPUtime=0
/proc/2252/stat : 2252 (run.sh) S 2250 2252 2008 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 235684829 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2252/statm: 1340 238 197 169 0 51 0
[pid=2253] ppid=2252 vsize=232392 CPUtime=25.46
/proc/2253/stat : 2253 (SatElite) R 2252 2252 2008 0 -1 4194304 65270 0 0 0 2493 53 0 0 25 0 1 0 235684830 237969408 49086 1992294400 134512640 135031949 4294956224 18446744073709551615 134754902 0 0 4096 3 0 0 0 17 1 0 0
/proc/2253/statm: 58098 49086 70 126 0 57969 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 237752

[startup+51.1012 s]
/proc/loadavg: 1.11 1.07 1.02 2/66 2255
/proc/meminfo: memFree=1747496/2055920 swapFree=4176436/4192956
[pid=2252] ppid=2250 vsize=5360 CPUtime=27.22
/proc/2252/stat : 2252 (run.sh) S 2250 2252 2008 0 -1 4194304 317 65273 0 0 0 0 2654 68 16 0 1 0 235684829 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2252/statm: 1340 241 197 169 0 51 0
[pid=2255] ppid=2252 vsize=99676 CPUtime=22.6
/proc/2255/stat : 2255 (revival) R 2252 2252 2008 0 -1 4194304 36802 0 11 0 2241 19 0 0 25 0 1 50000 235687556 102068224 23965 1992294400 134512640 134537284 4294956384 18446744073709551615 134524011 0 0 4096 8192 0 0 0 17 1 0 0
/proc/2255/statm: 24919 23965 85 6 0 24557 0
Current children cumulated CPU time (s) 49.82
Current children cumulated vsize (KiB) 105036

[startup+102.306 s]
/proc/loadavg: 1.04 1.06 1.01 2/66 2255
/proc/meminfo: memFree=1747176/2055920 swapFree=4176436/4192956
[pid=2252] ppid=2250 vsize=5360 CPUtime=27.22
/proc/2252/stat : 2252 (run.sh) S 2250 2252 2008 0 -1 4194304 317 65273 0 0 0 0 2654 68 16 0 1 0 235684829 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2252/statm: 1340 241 197 169 0 51 0
[pid=2255] ppid=2252 vsize=99940 CPUtime=73.77
/proc/2255/stat : 2255 (revival) R 2252 2252 2008 0 -1 4194304 36848 0 11 0 7358 19 0 0 25 0 1 50000 235687556 102338560 24011 1992294400 134512640 134537284 4294956384 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2255/statm: 24985 24011 85 6 0 24623 0
Current children cumulated CPU time (s) 100.99
Current children cumulated vsize (KiB) 105300

[startup+162.301 s]
/proc/loadavg: 1.01 1.05 1.00 2/66 2255
/proc/meminfo: memFree=1747176/2055920 swapFree=4176436/4192956
[pid=2252] ppid=2250 vsize=5360 CPUtime=27.22
/proc/2252/stat : 2252 (run.sh) S 2250 2252 2008 0 -1 4194304 317 65273 0 0 0 0 2654 68 16 0 1 0 235684829 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2252/statm: 1340 241 197 169 0 51 0
[pid=2255] ppid=2252 vsize=99940 CPUtime=133.75
/proc/2255/stat : 2255 (revival) R 2252 2252 2008 0 -1 4194304 36868 0 11 0 13356 19 0 0 25 0 1 50000 235687556 102338560 24031 1992294400 134512640 134537284 4294956384 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2255/statm: 24985 24031 85 6 0 24623 0
Current children cumulated CPU time (s) 160.97
Current children cumulated vsize (KiB) 105300

[startup+222.302 s]
/proc/loadavg: 1.00 1.04 1.00 2/66 2255
/proc/meminfo: memFree=1747176/2055920 swapFree=4176436/4192956
[pid=2252] ppid=2250 vsize=5360 CPUtime=27.22
/proc/2252/stat : 2252 (run.sh) S 2250 2252 2008 0 -1 4194304 317 65273 0 0 0 0 2654 68 16 0 1 0 235684829 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2252/statm: 1340 241 197 169 0 51 0
[pid=2255] ppid=2252 vsize=100072 CPUtime=193.72
/proc/2255/stat : 2255 (revival) R 2252 2252 2008 0 -1 4194304 36872 0 11 0 19353 19 0 0 25 0 1 50000 235687556 102473728 24035 1992294400 134512640 134537284 4294956384 18446744073709551615 134531158 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2255/statm: 25018 24035 85 6 0 24656 0
Current children cumulated CPU time (s) 220.94
Current children cumulated vsize (KiB) 105432

[startup+282.301 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 2255
/proc/meminfo: memFree=1747176/2055920 swapFree=4176436/4192956
[pid=2252] ppid=2250 vsize=5360 CPUtime=27.22
/proc/2252/stat : 2252 (run.sh) S 2250 2252 2008 0 -1 4194304 317 65273 0 0 0 0 2654 68 16 0 1 0 235684829 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2252/statm: 1340 241 197 169 0 51 0
[pid=2255] ppid=2252 vsize=100072 CPUtime=253.69
/proc/2255/stat : 2255 (revival) R 2252 2252 2008 0 -1 4194304 36879 0 11 0 25350 19 0 0 25 0 1 50000 235687556 102473728 24042 1992294400 134512640 134537284 4294956384 18446744073709551615 134523634 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2255/statm: 25018 24042 85 6 0 24656 0
Current children cumulated CPU time (s) 280.91
Current children cumulated vsize (KiB) 105432

[startup+342.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 2255
/proc/meminfo: memFree=1747176/2055920 swapFree=4176436/4192956
[pid=2252] ppid=2250 vsize=5360 CPUtime=27.22
/proc/2252/stat : 2252 (run.sh) S 2250 2252 2008 0 -1 4194304 317 65273 0 0 0 0 2654 68 16 0 1 0 235684829 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2252/statm: 1340 241 197 169 0 51 0
[pid=2255] ppid=2252 vsize=100072 CPUtime=313.67
/proc/2255/stat : 2255 (revival) R 2252 2252 2008 0 -1 4194304 36884 0 11 0 31348 19 0 0 25 0 1 50000 235687556 102473728 24047 1992294400 134512640 134537284 4294956384 18446744073709551615 134531169 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2255/statm: 25018 24047 85 6 0 24656 0
Current children cumulated CPU time (s) 340.89

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

/proc/2255/statm: 25018 24049 85 6 0 24656 0
Current children cumulated CPU time (s) 520.8
Current children cumulated vsize (KiB) 105432

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2256
/proc/meminfo: memFree=1638248/2055920 swapFree=4176436/4192956
[pid=2252] ppid=2250 vsize=5360 CPUtime=530.09
/proc/2252/stat : 2252 (run.sh) S 2250 2252 2008 0 -1 4194304 343 102172 0 13 0 0 52903 106 16 0 1 0 235684829 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2252/statm: 1340 241 197 169 0 51 0
[pid=2256] ppid=2252 vsize=159364 CPUtime=50.67
/proc/2256/stat : 2256 (minisat) R 2252 2252 2008 0 -1 4194304 39041 0 0 0 5041 26 0 0 25 0 1 0 235737989 163188736 39001 1992294400 134512640 135212939 4294956240 18446744073709551615 134719078 0 0 4096 3 0 0 0 17 0 0 0
/proc/2256/statm: 39841 39001 77 170 0 39669 0
Current children cumulated CPU time (s) 580.76
Current children cumulated vsize (KiB) 164724

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2256
/proc/meminfo: memFree=1573416/2055920 swapFree=4176436/4192956
[pid=2252] ppid=2250 vsize=5360 CPUtime=530.09
/proc/2252/stat : 2252 (run.sh) S 2250 2252 2008 0 -1 4194304 343 102172 0 13 0 0 52903 106 16 0 1 0 235684829 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2252/statm: 1340 241 197 169 0 51 0
[pid=2256] ppid=2252 vsize=224356 CPUtime=110.64
/proc/2256/stat : 2256 (minisat) R 2252 2252 2008 0 -1 4194304 55240 0 0 0 11025 39 0 0 25 0 1 0 235737989 229740544 55200 1992294400 134512640 135212939 4294956240 18446744073709551615 134541473 0 0 4096 3 0 0 0 17 0 0 0
/proc/2256/statm: 56089 55200 77 170 0 55917 0
Current children cumulated CPU time (s) 640.73
Current children cumulated vsize (KiB) 229716

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2256
/proc/meminfo: memFree=1485800/2055920 swapFree=4176436/4192956
[pid=2252] ppid=2250 vsize=5360 CPUtime=530.09
/proc/2252/stat : 2252 (run.sh) S 2250 2252 2008 0 -1 4194304 343 102172 0 13 0 0 52903 106 16 0 1 0 235684829 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2252/statm: 1340 241 197 169 0 51 0
[pid=2256] ppid=2252 vsize=312928 CPUtime=170.61
/proc/2256/stat : 2256 (minisat) R 2252 2252 2008 0 -1 4194304 77335 0 0 0 17005 56 0 0 25 0 1 0 235737989 320438272 77295 1992294400 134512640 135212939 4294956240 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/2256/statm: 78232 77295 77 170 0 78060 0
Current children cumulated CPU time (s) 700.7
Current children cumulated vsize (KiB) 318288

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2256
/proc/meminfo: memFree=1417256/2055920 swapFree=4176436/4192956
[pid=2252] ppid=2250 vsize=5360 CPUtime=530.09
/proc/2252/stat : 2252 (run.sh) S 2250 2252 2008 0 -1 4194304 343 102172 0 13 0 0 52903 106 16 0 1 0 235684829 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2252/statm: 1340 241 197 169 0 51 0
[pid=2256] ppid=2252 vsize=380268 CPUtime=230.6
/proc/2256/stat : 2256 (minisat) R 2252 2252 2008 0 -1 4194304 94189 0 0 0 22987 73 0 0 25 0 1 0 235737989 389394432 94149 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/2256/statm: 95067 94149 77 170 0 94895 0
Current children cumulated CPU time (s) 760.69
Current children cumulated vsize (KiB) 385628

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2256
/proc/meminfo: memFree=1309992/2055920 swapFree=4176436/4192956
[pid=2252] ppid=2250 vsize=5360 CPUtime=530.09
/proc/2252/stat : 2252 (run.sh) S 2250 2252 2008 0 -1 4194304 343 102172 0 13 0 0 52903 106 16 0 1 0 235684829 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2252/statm: 1340 241 197 169 0 51 0
[pid=2256] ppid=2252 vsize=488972 CPUtime=290.56
/proc/2256/stat : 2256 (minisat) R 2252 2252 2008 0 -1 4194304 121232 0 0 0 28961 95 0 0 25 0 1 0 235737989 500707328 121192 1992294400 134512640 135212939 4294956240 18446744073709551615 134526574 0 0 4096 3 0 0 0 17 0 0 0
/proc/2256/statm: 122243 121192 77 170 0 122071 0
Current children cumulated CPU time (s) 820.65
Current children cumulated vsize (KiB) 494332

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2256
/proc/meminfo: memFree=1206120/2055920 swapFree=4176436/4192956
[pid=2252] ppid=2250 vsize=5360 CPUtime=530.09
/proc/2252/stat : 2252 (run.sh) S 2250 2252 2008 0 -1 4194304 343 102172 0 13 0 0 52903 106 16 0 1 0 235684829 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2252/statm: 1340 241 197 169 0 51 0
[pid=2256] ppid=2252 vsize=591508 CPUtime=350.53
/proc/2256/stat : 2256 (minisat) R 2252 2252 2008 0 -1 4194304 146917 0 0 0 34939 114 0 0 25 0 1 0 235737989 605704192 146877 1992294400 134512640 135212939 4294956240 18446744073709551615 134529392 0 0 4096 3 0 0 0 17 0 0 0
/proc/2256/statm: 147877 146877 77 170 0 147705 0
Current children cumulated CPU time (s) 880.62
Current children cumulated vsize (KiB) 596868

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2256
/proc/meminfo: memFree=1109672/2055920 swapFree=4176436/4192956
[pid=2252] ppid=2250 vsize=5360 CPUtime=530.09
/proc/2252/stat : 2252 (run.sh) S 2250 2252 2008 0 -1 4194304 343 102172 0 13 0 0 52903 106 16 0 1 0 235684829 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2252/statm: 1340 241 197 169 0 51 0
[pid=2256] ppid=2252 vsize=688672 CPUtime=410.51
/proc/2256/stat : 2256 (minisat) R 2252 2252 2008 0 -1 4194304 171226 0 0 0 40920 131 0 0 25 0 1 0 235737989 705200128 171186 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/2256/statm: 172168 171186 77 170 0 171996 0
Current children cumulated CPU time (s) 940.6
Current children cumulated vsize (KiB) 694032

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2256
/proc/meminfo: memFree=1052712/2055920 swapFree=4176436/4192956
[pid=2252] ppid=2250 vsize=5360 CPUtime=530.09
/proc/2252/stat : 2252 (run.sh) S 2250 2252 2008 0 -1 4194304 343 102172 0 13 0 0 52903 106 16 0 1 0 235684829 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2252/statm: 1340 241 197 169 0 51 0
[pid=2256] ppid=2252 vsize=745248 CPUtime=470.49
/proc/2256/stat : 2256 (minisat) R 2252 2252 2008 0 -1 4194304 185165 0 0 0 46905 144 0 0 25 0 1 0 235737989 763133952 185125 1992294400 134512640 135212939 4294956240 18446744073709551615 134527011 0 0 4096 3 0 0 0 17 0 0 0
/proc/2256/statm: 186312 185125 77 170 0 186140 0
Current children cumulated CPU time (s) 1000.58
Current children cumulated vsize (KiB) 750608

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2256
/proc/meminfo: memFree=1010600/2055920 swapFree=4176436/4192956
[pid=2252] ppid=2250 vsize=5360 CPUtime=530.09
/proc/2252/stat : 2252 (run.sh) S 2250 2252 2008 0 -1 4194304 343 102172 0 13 0 0 52903 106 16 0 1 0 235684829 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2252/statm: 1340 241 197 169 0 51 0
[pid=2256] ppid=2252 vsize=787496 CPUtime=530.47
/proc/2256/stat : 2256 (minisat) R 2252 2252 2008 0 -1 4194304 195735 0 0 0 52892 155 0 0 25 0 1 0 235737989 806395904 195695 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/2256/statm: 196874 195695 77 170 0 196702 0
Current children cumulated CPU time (s) 1060.56
Current children cumulated vsize (KiB) 792856

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2256
/proc/meminfo: memFree=980200/2055920 swapFree=4176436/4192956
[pid=2252] ppid=2250 vsize=5360 CPUtime=530.09
/proc/2252/stat : 2252 (run.sh) S 2250 2252 2008 0 -1 4194304 343 102172 0 13 0 0 52903 106 16 0 1 0 235684829 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2252/statm: 1340 241 197 169 0 51 0
[pid=2256] ppid=2252 vsize=817212 CPUtime=590.45
/proc/2256/stat : 2256 (minisat) R 2252 2252 2008 0 -1 4194304 203204 0 0 0 58881 164 0 0 25 0 1 0 235737989 836825088 203164 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/2256/statm: 204303 203164 77 170 0 204131 0
Current children cumulated CPU time (s) 1120.54
Current children cumulated vsize (KiB) 822572

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2256
/proc/meminfo: memFree=956712/2055920 swapFree=4176436/4192956
[pid=2252] ppid=2250 vsize=5360 CPUtime=530.09
/proc/2252/stat : 2252 (run.sh) S 2250 2252 2008 0 -1 4194304 343 102172 0 13 0 0 52903 106 16 0 1 0 235684829 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2252/statm: 1340 241 197 169 0 51 0
[pid=2256] ppid=2252 vsize=840764 CPUtime=650.44
/proc/2256/stat : 2256 (minisat) R 2252 2252 2008 0 -1 4194304 209123 0 0 0 64874 170 0 0 25 0 1 0 235737989 860942336 209083 1992294400 134512640 135212939 4294956240 18446744073709551615 134530602 0 0 4096 3 0 0 0 17 0 0 0
/proc/2256/statm: 210191 209083 77 170 0 210019 0
Current children cumulated CPU time (s) 1180.53
Current children cumulated vsize (KiB) 846124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2256
/proc/meminfo: memFree=949032/2055920 swapFree=4176436/4192956
[pid=2252] ppid=2250 vsize=5360 CPUtime=530.09
/proc/2252/stat : 2252 (run.sh) S 2250 2252 2008 0 -1 4194304 343 102172 0 13 0 0 52903 106 16 0 1 0 235684829 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2252/statm: 1340 241 197 169 0 51 0
[pid=2256] ppid=2252 vsize=847880 CPUtime=669.93
/proc/2256/stat : 2256 (minisat) R 2252 2252 2008 0 -1 4194304 210922 0 0 0 66821 172 0 0 25 0 1 0 235737989 868229120 210882 1992294400 134512640 135212939 4294956240 18446744073709551615 134526664 0 0 4096 3 0 0 0 17 0 0 0
/proc/2256/statm: 211970 210882 77 170 0 211798 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 853240

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 2252 and gives
#  childrusage.ru_utime.tv_sec=529
#  childrusage.ru_utime.tv_usec=31574
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=71837
# CPU time returned by wait4() is 530.103
# 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): 1201.81
CPU time (s): 1200.02
CPU user time (s): 1197.24
CPU system time (s): 2.78
CPU usage (%): 99.8508
Max. virtual memory (cumulated for all children) (KiB): 853240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 529.032
system time used= 1.07184
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102515
page faults= 13
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29
involuntary context switches= 1558

runsolver used 1.11883 second user time and 3.2675 second system time

The end

Launcher Data

Begin job on node47 at 2009-05-11 23:16:10
IDJOB=1796492
IDBENCH=20575
IDSOLVER=648
FILE ID=node47/1796492-1242076567
PBS_JOBID= 9277602
Free space on /tmp= 66180 MiB

SOLVER NAME= ReVivAl 0.23 + SatElite 2009-03-18
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq5.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1796492-1242076567/watcher-1796492-1242076567 -o /tmp/evaluation-result-1796492-1242076567/solver-1796492-1242076567 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1796492-1242076567.cnf HOME

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

MD5SUM BENCH= 79c983ee7a6671238604da3040f85341
RANDOM SEED=1673732553

node47.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.212
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.212
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:       1903576 kB
Buffers:           828 kB
Cached:          76676 kB
SwapCached:      10284 kB
Active:          76296 kB
Inactive:        13340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1903576 kB
SwapTotal:     4192956 kB
SwapFree:      4176436 kB
Dirty:           52412 kB
Writeback:           0 kB
Mapped:          14512 kB
Slab:            48688 kB
Committed_AS:   846120 kB
PageTables:       1448 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= 66076 MiB
End job on node47 at 2009-05-11 23:36:14