Trace number 1796416

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

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.11.unsat.cnf
MD5SUM90581094793af5fc10d4e4b9a10259ac
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 variables1400
Number of clauses4732
Sum of the clauses size12300
Maximum clause length21
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 22052
Number of clauses of size 32605
Number of clauses of size 427
Number of clauses of size 531
Number of clauses of size over 514

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 4
0.00/0.05	#LEARNT CLAUSES 0
0.00/0.06	done !
0.00/0.06	c Now, SatElite...
0.00/0.06	c Parsing...
0.00/0.06	c ==============================================================================
0.00/0.06	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.06	c ==============================================================================
0.00/0.06	c |         0 |    4672    12161 |    1401       0        0     nan |  0.000 % |
0.04/0.08	c |         0 |    4002    11879 |      --       0       --      -- |     --   | -670/-282
0.04/0.08	c ==============================================================================
0.04/0.08	c Result  :   #vars: 964   #clauses: 4002   #literals: 11879
0.04/0.08	c CPU time:   0.022996 s
0.04/0.08	c ==============================================================================
0.04/0.09	c SatElite is done !
0.04/0.09	c Calling MINISAT
0.04/0.09	This is MiniSat 2.0 beta
0.04/0.09	WARNING: for repeatability, setting FPU to use double precision
0.04/0.09	============================[ Problem Statistics ]=============================
0.04/0.09	|                                                                             |
0.04/0.09	|  Number of variables:  964                                                  |
0.04/0.09	|  Number of clauses:    4002                                                 |
0.04/0.09	|  Parsing time:         0.00         s                                       |
0.04/0.09	============================[ Search Statistics ]==============================
0.04/0.09	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.04/0.09	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.04/0.09	===============================================================================
0.04/0.09	|         0 |     964     4002    11879 |     1334        0    nan |  0.000 % |
0.07/0.10	|       100 |     964     4002    11879 |     1467      100     21 |  0.000 % |
0.07/0.10	|       250 |     964     4002    11879 |     1614      250     16 |  0.000 % |
0.07/0.11	|       475 |     964     4002    11879 |     1775      475     20 |  0.001 % |
0.07/0.13	|       813 |     964     4002    11879 |     1953      813     31 |  0.000 % |
0.07/0.16	|      1319 |     964     4002    11879 |     2148     1319     31 |  0.000 % |
0.07/0.21	|      2080 |     962     3998    11863 |     2363     2070     34 |  0.208 % |
0.07/0.30	|      3223 |     962     3994    11847 |     2599     1723     41 |  0.212 % |
0.07/0.45	|      4931 |     962     3994    11847 |     2859     1971     42 |  0.208 % |
0.07/0.70	|      7494 |     962     3994    11847 |     3145     3017     38 |  0.208 % |
0.97/1.09	|     11338 |     962     3994    11847 |     3460     1886     28 |  0.208 % |
1.57/1.69	|     17105 |     962     3994    11847 |     3806     2061     24 |  0.208 % |
2.37/2.42	|     25755 |     962     3994    11847 |     4186     4124     42 |  0.208 % |
3.57/3.64	|     38729 |     962     3994    11847 |     4605     3793     27 |  0.212 % |
5.47/5.54	|     58191 |     962     3994    11847 |     5065     3028     36 |  0.208 % |
7.97/8.04	|     87385 |     962     3994    11847 |     5572     3539     19 |  0.208 % |
12.56/12.63	|    131175 |     962     3994    11847 |     6129     5374     33 |  0.208 % |
18.96/19.04	|    196862 |     962     3994    11847 |     6742     4054     32 |  0.208 % |
30.86/30.93	|    295388 |     962     3994    11847 |     7416     6090     41 |  0.211 % |
47.65/47.74	|    443177 |     962     3994    11847 |     8158     6504     33 |  0.212 % |
78.24/78.32	|    664861 |     962     3994    11847 |     8974     4424     31 |  0.211 % |
130.43/130.52	|    997386 |     962     3994    11847 |     9871     8328     48 |  0.211 % |
205.40/205.60	|   1496174 |     962     3994    11847 |    10859     7997     45 |  0.212 % |
322.08/322.30	|   2244356 |     962     3994    11847 |    11945     6571     30 |  0.212 % |
508.63/508.85	|   3366630 |     962     3994    11847 |    13139     9170     49 |  0.211 % |
816.94/817.29	|   5050042 |     962     3994    11847 |    14453    10568     37 |  0.213 % |
1200.04/1200.40	HOME/run.sh: line 55:  5492 Terminated              $MINISAT $TMP_2 ${TMPDIR}/$TMP.result "$@"

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-1796416-1242075480/watcher-1796416-1242075480 -o /tmp/evaluation-result-1796416-1242075480/solver-1796416-1242075480 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1796416-1242075480.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.01 1.02 1.00 2/65 5488
/proc/meminfo: memFree=1097080/2055920 swapFree=4167488/4192956
[pid=5488] ppid=5486 vsize=5360 CPUtime=0
/proc/5488/stat : 5488 (run.sh) R 5486 5488 5328 0 -1 4194304 268 0 0 0 0 0 0 0 20 0 1 0 235581694 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 228706544287 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/5488/statm: 1340 236 195 169 0 51 0
[pid=5489] ppid=5488 vsize=1748 CPUtime=0
/proc/5489/stat : 5489 (revival) R 5488 5488 5328 0 -1 4194304 194 0 0 0 0 0 0 0 20 0 1 0 235581694 1789952 160 1992294400 134512640 134537284 4294956368 18446744073709551615 3744717 0 0 4096 0 0 0 0 17 1 0 0
/proc/5489/statm: 470 162 81 6 0 108 0

[startup+0.0670581 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 5488
/proc/meminfo: memFree=1097080/2055920 swapFree=4167488/4192956
[pid=5488] ppid=5486 vsize=5360 CPUtime=0.04
/proc/5488/stat : 5488 (run.sh) S 5486 5488 5328 0 -1 4194304 311 249 0 1 0 0 4 0 18 0 1 0 235581694 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5488/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5360

[startup+0.101062 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 5488
/proc/meminfo: memFree=1097080/2055920 swapFree=4167488/4192956
[pid=5488] ppid=5486 vsize=5360 CPUtime=0.07
/proc/5488/stat : 5488 (run.sh) S 5486 5488 5328 0 -1 4194304 341 554 0 1 0 0 7 0 18 0 1 0 235581694 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5488/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5360

[startup+0.30108 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 5488
/proc/meminfo: memFree=1097080/2055920 swapFree=4167488/4192956
[pid=5488] ppid=5486 vsize=5360 CPUtime=0.07
/proc/5488/stat : 5488 (run.sh) S 5486 5488 5328 0 -1 4194304 341 554 0 1 0 0 7 0 18 0 1 0 235581694 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5488/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5360

[startup+0.701115 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 5488
/proc/meminfo: memFree=1097080/2055920 swapFree=4167488/4192956
[pid=5488] ppid=5486 vsize=5360 CPUtime=0.07
/proc/5488/stat : 5488 (run.sh) S 5486 5488 5328 0 -1 4194304 341 554 0 1 0 0 7 0 18 0 1 0 235581694 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5488/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5360

[startup+1.50119 s]
/proc/loadavg: 1.01 1.02 1.00 2/67 5492
/proc/meminfo: memFree=1095400/2055920 swapFree=4167488/4192956
[pid=5488] ppid=5486 vsize=5360 CPUtime=0.07
/proc/5488/stat : 5488 (run.sh) S 5486 5488 5328 0 -1 4194304 341 554 0 1 0 0 7 0 18 0 1 0 235581694 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5488/statm: 1340 241 197 169 0 51 0
[pid=5492] ppid=5488 vsize=2944 CPUtime=1.4
/proc/5492/stat : 5492 (minisat) R 5488 5488 5328 0 -1 4194304 394 0 0 0 140 0 0 0 25 0 1 0 235581703 3014656 378 1992294400 134512640 135212939 4294956240 18446744073709551615 134530057 0 0 4096 3 0 0 0 17 1 0 0
/proc/5492/statm: 736 378 76 170 0 564 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 8304

[startup+3.10134 s]
/proc/loadavg: 1.01 1.02 1.00 2/67 5492
/proc/meminfo: memFree=1094952/2055920 swapFree=4167488/4192956
[pid=5488] ppid=5486 vsize=5360 CPUtime=0.07
/proc/5488/stat : 5488 (run.sh) S 5486 5488 5328 0 -1 4194304 341 554 0 1 0 0 7 0 18 0 1 0 235581694 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5488/statm: 1340 241 197 169 0 51 0
[pid=5492] ppid=5488 vsize=3340 CPUtime=3
/proc/5492/stat : 5492 (minisat) R 5488 5488 5328 0 -1 4194304 489 0 0 0 300 0 0 0 25 0 1 0 235581703 3420160 473 1992294400 134512640 135212939 4294956240 18446744073709551615 134526627 0 0 4096 3 0 0 0 17 1 0 0
/proc/5492/statm: 835 473 76 170 0 663 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 8700

[startup+6.30164 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 5492
/proc/meminfo: memFree=1094504/2055920 swapFree=4167488/4192956
[pid=5488] ppid=5486 vsize=5360 CPUtime=0.07
/proc/5488/stat : 5488 (run.sh) S 5486 5488 5328 0 -1 4194304 341 554 0 1 0 0 7 0 18 0 1 0 235581694 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5488/statm: 1340 241 197 169 0 51 0
[pid=5492] ppid=5488 vsize=3604 CPUtime=6.2
/proc/5492/stat : 5492 (minisat) R 5488 5488 5328 0 -1 4194304 553 0 0 0 620 0 0 0 25 0 1 0 235581703 3690496 537 1992294400 134512640 135212939 4294956240 18446744073709551615 134526627 0 0 4096 3 0 0 0 17 1 0 0
/proc/5492/statm: 901 537 76 170 0 729 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 8964

[startup+12.7012 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 5492
/proc/meminfo: memFree=1093928/2055920 swapFree=4167488/4192956
[pid=5488] ppid=5486 vsize=5360 CPUtime=0.07
/proc/5488/stat : 5488 (run.sh) S 5486 5488 5328 0 -1 4194304 341 554 0 1 0 0 7 0 18 0 1 0 235581694 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5488/statm: 1340 241 197 169 0 51 0
[pid=5492] ppid=5488 vsize=4132 CPUtime=12.59
/proc/5492/stat : 5492 (minisat) R 5488 5488 5328 0 -1 4194304 678 0 0 0 1259 0 0 0 25 0 1 0 235581703 4231168 662 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 1 0 0
/proc/5492/statm: 1033 662 76 170 0 861 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 9492

[startup+25.5024 s]
/proc/loadavg: 1.08 1.03 1.01 2/67 5492
/proc/meminfo: memFree=1093160/2055920 swapFree=4167488/4192956
[pid=5488] ppid=5486 vsize=5360 CPUtime=0.07
/proc/5488/stat : 5488 (run.sh) S 5486 5488 5328 0 -1 4194304 341 554 0 1 0 0 7 0 18 0 1 0 235581694 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5488/statm: 1340 241 197 169 0 51 0
[pid=5492] ppid=5488 vsize=4924 CPUtime=25.39
/proc/5492/stat : 5492 (minisat) R 5488 5488 5328 0 -1 4194304 878 0 0 0 2539 0 0 0 25 0 1 0 235581703 5042176 862 1992294400 134512640 135212939 4294956240 18446744073709551615 134536100 0 0 4096 3 0 0 0 17 1 0 0
/proc/5492/statm: 1231 862 76 170 0 1059 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 10284

[startup+51.1028 s]
/proc/loadavg: 1.05 1.03 1.00 2/67 5492
/proc/meminfo: memFree=1092520/2055920 swapFree=4167488/4192956
[pid=5488] ppid=5486 vsize=5360 CPUtime=0.07
/proc/5488/stat : 5488 (run.sh) S 5486 5488 5328 0 -1 4194304 341 554 0 1 0 0 7 0 18 0 1 0 235581694 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5488/statm: 1340 241 197 169 0 51 0
[pid=5492] ppid=5488 vsize=5584 CPUtime=50.98
/proc/5492/stat : 5492 (minisat) R 5488 5488 5328 0 -1 4194304 1059 0 0 0 5098 0 0 0 25 0 1 0 235581703 5718016 1043 1992294400 134512640 135212939 4294956240 18446744073709551615 134526875 0 0 4096 3 0 0 0 17 1 0 0
/proc/5492/statm: 1396 1043 76 170 0 1224 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 10944

[startup+102.307 s]
/proc/loadavg: 1.02 1.02 1.00 2/67 5492
/proc/meminfo: memFree=1091304/2055920 swapFree=4167488/4192956
[pid=5488] ppid=5486 vsize=5360 CPUtime=0.07
/proc/5488/stat : 5488 (run.sh) S 5486 5488 5328 0 -1 4194304 341 554 0 1 0 0 7 0 18 0 1 0 235581694 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5488/statm: 1340 241 197 169 0 51 0
[pid=5492] ppid=5488 vsize=6772 CPUtime=102.17
/proc/5492/stat : 5492 (minisat) R 5488 5488 5328 0 -1 4194304 1346 0 0 0 10217 0 0 0 25 0 1 0 235581703 6934528 1330 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/5492/statm: 1693 1330 76 170 0 1521 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 12132

[startup+162.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/67 5492
/proc/meminfo: memFree=1091176/2055920 swapFree=4167488/4192956
[pid=5488] ppid=5486 vsize=5360 CPUtime=0.07
/proc/5488/stat : 5488 (run.sh) S 5486 5488 5328 0 -1 4194304 341 554 0 1 0 0 7 0 18 0 1 0 235581694 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5488/statm: 1340 241 197 169 0 51 0
[pid=5492] ppid=5488 vsize=6816 CPUtime=162.15
/proc/5492/stat : 5492 (minisat) R 5488 5488 5328 0 -1 4194304 1371 0 0 0 16215 0 0 0 25 0 1 0 235581703 6979584 1352 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/5492/statm: 1704 1352 76 170 0 1532 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 12176

[startup+222.303 s]
/proc/loadavg: 1.00 1.01 1.00 2/67 5498
/proc/meminfo: memFree=1090856/2055920 swapFree=4167488/4192956
[pid=5488] ppid=5486 vsize=5360 CPUtime=0.07
/proc/5488/stat : 5488 (run.sh) S 5486 5488 5328 0 -1 4194304 341 554 0 1 0 0 7 0 18 0 1 0 235581694 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5488/statm: 1340 241 197 169 0 51 0
[pid=5492] ppid=5488 vsize=7012 CPUtime=222.13
/proc/5492/stat : 5492 (minisat) R 5488 5488 5328 0 -1 4194304 1432 0 0 0 22213 0 0 0 25 0 1 0 235581703 7180288 1413 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/5492/statm: 1753 1413 76 170 0 1581 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 12372

[startup+282.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/67 5498
/proc/meminfo: memFree=1090344/2055920 swapFree=4167488/4192956
[pid=5488] ppid=5486 vsize=5360 CPUtime=0.07
/proc/5488/stat : 5488 (run.sh) S 5486 5488 5328 0 -1 4194304 341 554 0 1 0 0 7 0 18 0 1 0 235581694 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5488/statm: 1340 241 197 169 0 51 0
[pid=5492] ppid=5488 vsize=7672 CPUtime=282.12
/proc/5492/stat : 5492 (minisat) R 5488 5488 5328 0 -1 4194304 1569 0 0 0 28211 1 0 0 25 0 1 0 235581703 7856128 1550 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/5492/statm: 1918 1550 76 170 0 1746 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 13032

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5498
/proc/meminfo: memFree=1090216/2055920 swapFree=4167488/4192956
[pid=5488] ppid=5486 vsize=5360 CPUtime=0.07
/proc/5488/stat : 5488 (run.sh) S 5486 5488 5328 0 -1 4194304 341 554 0 1 0 0 7 0 18 0 1 0 235581694 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5488/statm: 1340 241 197 169 0 51 0
[pid=5492] ppid=5488 vsize=7672 CPUtime=342.1
/proc/5492/stat : 5492 (minisat) R 5488 5488 5328 0 -1 4194304 1586 0 0 0 34209 1 0 0 25 0 1 0 235581703 7856128 1567 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 1 0 0
/proc/5492/statm: 1918 1567 76 170 0 1746 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 13032

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5498
/proc/meminfo: memFree=1089768/2055920 swapFree=4167488/4192956
[pid=5488] ppid=5486 vsize=5360 CPUtime=0.07
/proc/5488/stat : 5488 (run.sh) S 5486 5488 5328 0 -1 4194304 341 554 0 1 0 0 7 0 18 0 1 0 235581694 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5488/statm: 1340 241 197 169 0 51 0
[pid=5492] ppid=5488 vsize=8132 CPUtime=402.08
/proc/5492/stat : 5492 (minisat) R 5488 5488 5328 0 -1 4194304 1711 0 0 0 40207 1 0 0 25 0 1 0 235581703 8327168 1685 1992294400 134512640 135212939 4294956240 18446744073709551615 134539398 0 0 4096 3 0 0 0 17 1 0 0
/proc/5492/statm: 2033 1685 76 170 0 1861 0
Current children cumulated CPU time (s) 402.15

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

[pid=5492] ppid=5488 vsize=8516 CPUtime=462.07
/proc/5492/stat : 5492 (minisat) R 5488 5488 5328 0 -1 4194304 1798 0 0 0 46206 1 0 0 25 0 1 0 235581703 8720384 1772 1992294400 134512640 135212939 4294956240 18446744073709551615 134526582 0 0 4096 3 0 0 0 17 1 0 0
/proc/5492/statm: 2129 1772 76 170 0 1957 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 13876

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5498
/proc/meminfo: memFree=1089384/2055920 swapFree=4167488/4192956
[pid=5488] ppid=5486 vsize=5360 CPUtime=0.07
/proc/5488/stat : 5488 (run.sh) S 5486 5488 5328 0 -1 4194304 341 554 0 1 0 0 7 0 18 0 1 0 235581694 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5488/statm: 1340 241 197 169 0 51 0
[pid=5492] ppid=5488 vsize=8536 CPUtime=522.05
/proc/5492/stat : 5492 (minisat) R 5488 5488 5328 0 -1 4194304 1822 0 0 0 52204 1 0 0 25 0 1 0 235581703 8740864 1786 1992294400 134512640 135212939 4294956240 18446744073709551615 134529498 0 0 4096 3 0 0 0 17 1 0 0
/proc/5492/statm: 2134 1786 76 170 0 1962 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 13896

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5498
/proc/meminfo: memFree=1088552/2055920 swapFree=4167488/4192956
[pid=5488] ppid=5486 vsize=5360 CPUtime=0.07
/proc/5488/stat : 5488 (run.sh) S 5486 5488 5328 0 -1 4194304 341 554 0 1 0 0 7 0 18 0 1 0 235581694 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5488/statm: 1340 241 197 169 0 51 0
[pid=5492] ppid=5488 vsize=9328 CPUtime=582.03
/proc/5492/stat : 5492 (minisat) R 5488 5488 5328 0 -1 4194304 2017 0 0 0 58202 1 0 0 25 0 1 0 235581703 9551872 1981 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/5492/statm: 2332 1981 76 170 0 2160 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 14688

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5498
/proc/meminfo: memFree=1088552/2055920 swapFree=4167488/4192956
[pid=5488] ppid=5486 vsize=5360 CPUtime=0.07
/proc/5488/stat : 5488 (run.sh) S 5486 5488 5328 0 -1 4194304 341 554 0 1 0 0 7 0 18 0 1 0 235581694 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5488/statm: 1340 241 197 169 0 51 0
[pid=5492] ppid=5488 vsize=9328 CPUtime=642.02
/proc/5492/stat : 5492 (minisat) R 5488 5488 5328 0 -1 4194304 2017 0 0 0 64201 1 0 0 25 0 1 0 235581703 9551872 1981 1992294400 134512640 135212939 4294956240 18446744073709551615 134526831 0 0 4096 3 0 0 0 17 1 0 0
/proc/5492/statm: 2332 1981 76 170 0 2160 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 14688

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5498
/proc/meminfo: memFree=1088552/2055920 swapFree=4167488/4192956
[pid=5488] ppid=5486 vsize=5360 CPUtime=0.07
/proc/5488/stat : 5488 (run.sh) S 5486 5488 5328 0 -1 4194304 341 554 0 1 0 0 7 0 18 0 1 0 235581694 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5488/statm: 1340 241 197 169 0 51 0
[pid=5492] ppid=5488 vsize=9328 CPUtime=702
/proc/5492/stat : 5492 (minisat) R 5488 5488 5328 0 -1 4194304 2017 0 0 0 70199 1 0 0 25 0 1 0 235581703 9551872 1981 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 1 0 0
/proc/5492/statm: 2332 1981 76 170 0 2160 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 14688

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5498
/proc/meminfo: memFree=1088552/2055920 swapFree=4167488/4192956
[pid=5488] ppid=5486 vsize=5360 CPUtime=0.07
/proc/5488/stat : 5488 (run.sh) S 5486 5488 5328 0 -1 4194304 341 554 0 1 0 0 7 0 18 0 1 0 235581694 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5488/statm: 1340 241 197 169 0 51 0
[pid=5492] ppid=5488 vsize=9328 CPUtime=761.99
/proc/5492/stat : 5492 (minisat) R 5488 5488 5328 0 -1 4194304 2018 0 0 0 76198 1 0 0 25 0 1 0 235581703 9551872 1982 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/5492/statm: 2332 1982 76 170 0 2160 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 14688

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5498
/proc/meminfo: memFree=1088552/2055920 swapFree=4167488/4192956
[pid=5488] ppid=5486 vsize=5360 CPUtime=0.07
/proc/5488/stat : 5488 (run.sh) S 5486 5488 5328 0 -1 4194304 341 554 0 1 0 0 7 0 18 0 1 0 235581694 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5488/statm: 1340 241 197 169 0 51 0
[pid=5492] ppid=5488 vsize=9328 CPUtime=821.97
/proc/5492/stat : 5492 (minisat) R 5488 5488 5328 0 -1 4194304 2018 0 0 0 82196 1 0 0 25 0 1 0 235581703 9551872 1982 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/5492/statm: 2332 1982 76 170 0 2160 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 14688

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5498
/proc/meminfo: memFree=1088488/2055920 swapFree=4167488/4192956
[pid=5488] ppid=5486 vsize=5360 CPUtime=0.07
/proc/5488/stat : 5488 (run.sh) S 5486 5488 5328 0 -1 4194304 341 554 0 1 0 0 7 0 18 0 1 0 235581694 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5488/statm: 1340 241 197 169 0 51 0
[pid=5492] ppid=5488 vsize=9328 CPUtime=881.95
/proc/5492/stat : 5492 (minisat) R 5488 5488 5328 0 -1 4194304 2029 0 0 0 88194 1 0 0 25 0 1 0 235581703 9551872 1993 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/5492/statm: 2332 1993 76 170 0 2160 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 14688

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5498
/proc/meminfo: memFree=1088232/2055920 swapFree=4167488/4192956
[pid=5488] ppid=5486 vsize=5360 CPUtime=0.07
/proc/5488/stat : 5488 (run.sh) S 5486 5488 5328 0 -1 4194304 341 554 0 1 0 0 7 0 18 0 1 0 235581694 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5488/statm: 1340 241 197 169 0 51 0
[pid=5492] ppid=5488 vsize=9592 CPUtime=941.94
/proc/5492/stat : 5492 (minisat) R 5488 5488 5328 0 -1 4194304 2090 0 0 0 94193 1 0 0 25 0 1 0 235581703 9822208 2054 1992294400 134512640 135212939 4294956240 18446744073709551615 134537489 0 0 4096 3 0 0 0 17 1 0 0
/proc/5492/statm: 2398 2054 76 170 0 2226 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 14952

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5498
/proc/meminfo: memFree=1088232/2055920 swapFree=4167488/4192956
[pid=5488] ppid=5486 vsize=5360 CPUtime=0.07
/proc/5488/stat : 5488 (run.sh) S 5486 5488 5328 0 -1 4194304 341 554 0 1 0 0 7 0 18 0 1 0 235581694 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5488/statm: 1340 241 197 169 0 51 0
[pid=5492] ppid=5488 vsize=9724 CPUtime=1001.92
/proc/5492/stat : 5492 (minisat) R 5488 5488 5328 0 -1 4194304 2096 0 0 0 100191 1 0 0 25 0 1 0 235581703 9957376 2060 1992294400 134512640 135212939 4294956240 18446744073709551615 134526778 0 0 4096 3 0 0 0 17 1 0 0
/proc/5492/statm: 2431 2060 76 170 0 2259 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 15084

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5498
/proc/meminfo: memFree=1087912/2055920 swapFree=4167488/4192956
[pid=5488] ppid=5486 vsize=5360 CPUtime=0.07
/proc/5488/stat : 5488 (run.sh) S 5486 5488 5328 0 -1 4194304 341 554 0 1 0 0 7 0 18 0 1 0 235581694 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5488/statm: 1340 241 197 169 0 51 0
[pid=5492] ppid=5488 vsize=9804 CPUtime=1061.9
/proc/5492/stat : 5492 (minisat) R 5488 5488 5328 0 -1 4194304 2167 0 0 0 106189 1 0 0 25 0 1 0 235581703 10039296 2112 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/5492/statm: 2451 2112 76 170 0 2279 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 15164

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5498
/proc/meminfo: memFree=1087976/2055920 swapFree=4167488/4192956
[pid=5488] ppid=5486 vsize=5360 CPUtime=0.07
/proc/5488/stat : 5488 (run.sh) S 5486 5488 5328 0 -1 4194304 341 554 0 1 0 0 7 0 18 0 1 0 235581694 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5488/statm: 1340 241 197 169 0 51 0
[pid=5492] ppid=5488 vsize=9804 CPUtime=1121.89
/proc/5492/stat : 5492 (minisat) R 5488 5488 5328 0 -1 4194304 2167 0 0 0 112188 1 0 0 25 0 1 0 235581703 10039296 2112 1992294400 134512640 135212939 4294956240 18446744073709551615 134529366 0 0 4096 3 0 0 0 17 1 0 0
/proc/5492/statm: 2451 2112 76 170 0 2279 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 15164

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5498
/proc/meminfo: memFree=1087976/2055920 swapFree=4167488/4192956
[pid=5488] ppid=5486 vsize=5360 CPUtime=0.07
/proc/5488/stat : 5488 (run.sh) S 5486 5488 5328 0 -1 4194304 341 554 0 1 0 0 7 0 18 0 1 0 235581694 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5488/statm: 1340 241 197 169 0 51 0
[pid=5492] ppid=5488 vsize=9804 CPUtime=1181.87
/proc/5492/stat : 5492 (minisat) R 5488 5488 5328 0 -1 4194304 2167 0 0 0 118186 1 0 0 25 0 1 0 235581703 10039296 2112 1992294400 134512640 135212939 4294956240 18446744073709551615 134539408 0 0 4096 3 0 0 0 17 1 0 0
/proc/5492/statm: 2451 2112 76 170 0 2279 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 15164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5498
/proc/meminfo: memFree=1087976/2055920 swapFree=4167488/4192956
[pid=5488] ppid=5486 vsize=5360 CPUtime=0.07
/proc/5488/stat : 5488 (run.sh) S 5486 5488 5328 0 -1 4194304 341 554 0 1 0 0 7 0 18 0 1 0 235581694 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5488/statm: 1340 241 197 169 0 51 0
[pid=5492] ppid=5488 vsize=9804 CPUtime=1199.97
/proc/5492/stat : 5492 (minisat) R 5488 5488 5328 0 -1 4194304 2167 0 0 0 119996 1 0 0 25 0 1 0 235581703 10039296 2112 1992294400 134512640 135212939 4294956240 18446744073709551615 134526644 0 0 4096 3 0 0 0 17 1 0 0
/proc/5492/statm: 2451 2112 76 170 0 2279 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 15164

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

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

Child status: 143
Real time (s): 1200.41
CPU time (s): 1200.07
CPU user time (s): 1200.04
CPU system time (s): 0.021996
CPU usage (%): 99.9715
Max. virtual memory (cumulated for all children) (KiB): 15348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.04
system time used= 0.021996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3078
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11
involuntary context switches= 2496

runsolver used 1.11583 second user time and 3.2615 second system time

The end

Launcher Data

Begin job on node8 at 2009-05-11 22:58:00
IDJOB=1796416
IDBENCH=20472
IDSOLVER=647
FILE ID=node8/1796416-1242075480
PBS_JOBID= 9277613
Free space on /tmp= 66196 MiB

SOLVER NAME= SatElite + ReVivAl 0.23 2009-03-18
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.11.unsat.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1796416-1242075480/watcher-1796416-1242075480 -o /tmp/evaluation-result-1796416-1242075480/solver-1796416-1242075480 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1796416-1242075480.cnf HOME

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

MD5SUM BENCH= 90581094793af5fc10d4e4b9a10259ac
RANDOM SEED=1137934895

node8.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.238
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.238
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1097560 kB
Buffers:         71752 kB
Cached:         782392 kB
SwapCached:      19044 kB
Active:         171448 kB
Inactive:       703412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1097560 kB
SwapTotal:     4192956 kB
SwapFree:      4167488 kB
Dirty:            1524 kB
Writeback:           0 kB
Mapped:          14236 kB
Slab:            69312 kB
Committed_AS:   894896 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66192 MiB
End job on node8 at 2009-05-11 23:18:00