Trace number 1807645

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.06 1200.71

General information on the benchmark

NameCRAFTED/sgi/
new-difficult-21-168-19-90.cnf
MD5SUM3286758d58a4fc3caa90b96d61beac86
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables399
Number of clauses18184
Sum of the clauses size36729
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 218165
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 519

Solver Data

0.00/0.00	c SatElite...
0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   18184    36729 |    5455       0        0     nan |  0.000 % |
0.02/0.03	c |         0 |   17785    46622 |      --       0       --      -- |     --   | -399/9893
0.02/0.03	c ==============================================================================
0.02/0.03	c Result  :   #vars: 380   #clauses: 17785   #literals: 46622
0.02/0.03	c CPU time:   0.028995 s
0.02/0.03	c ==============================================================================
0.02/0.05	c SatElite is done !
0.02/0.05	c revival is preprocessing the formula...#ITERATIONS 10
2.67/2.72	#LEARNT CLAUSES 0
2.67/2.74	done !
2.67/2.74	c Calling MINISAT
2.67/2.74	This is MiniSat 2.0 beta
2.67/2.74	WARNING: for repeatability, setting FPU to use double precision
2.67/2.74	============================[ Problem Statistics ]=============================
2.67/2.74	|                                                                             |
2.67/2.74	|  Number of variables:  380                                                  |
2.67/2.74	|  Number of clauses:    17785                                                |
2.67/2.75	|  Parsing time:         0.01         s                                       |
2.67/2.75	============================[ Search Statistics ]==============================
2.67/2.75	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.67/2.75	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.67/2.75	===============================================================================
2.67/2.75	|         0 |     380    17785    45670 |     5928        0    nan |  0.000 % |
2.67/2.75	|       100 |     380    17785    45670 |     6521      100     84 |  0.001 % |
2.67/2.76	|       250 |     380    17785    45670 |     7173      250     77 |  0.001 % |
2.67/2.77	|       476 |     380    17785    45670 |     7890      476     97 |  0.001 % |
2.67/2.78	|       815 |     380    17785    45670 |     8679      815    104 |  0.001 % |
2.72/2.83	|      1321 |     380    17785    45670 |     9547     1321    106 |  0.001 % |
2.72/2.90	|      2081 |     380    17785    45670 |    10502     2081    108 |  0.001 % |
2.72/3.09	|      3220 |     380    17785    45670 |    11552     3220    108 |  0.001 % |
3.37/3.49	|      4928 |     380    17785    45670 |    12707     4928    109 |  0.001 % |
4.16/4.25	|      7495 |     380    17785    45670 |    13978     7495    109 |  0.001 % |
5.77/5.88	|     11342 |     380    17785    45670 |    15376    11342    107 |  0.001 % |
7.67/7.73	|     17112 |     380    17785    45670 |    16914     9326     93 |  0.001 % |
10.46/10.50	|     25761 |     380    17785    45670 |    18605     9397    102 |  0.001 % |
16.66/16.71	|     38736 |     380    17785    45670 |    20466    12961    102 |  0.001 % |
24.86/24.96	|     58198 |     380    17785    45670 |    22512    11730    109 |  0.001 % |
41.14/41.28	|     87391 |     380    17785    45670 |    24764    18153    111 |  0.001 % |
77.32/77.47	|    131182 |     380    17785    45670 |    27240    24504     99 |  0.001 % |
125.00/125.19	|    196867 |     380    17785    45670 |    29964    21415    106 |  0.001 % |
188.27/188.40	|    295393 |     380    17785    45670 |    32961    24172     99 |  0.001 % |
291.42/291.65	|    443182 |     380    17785    45670 |    36257    23960    112 |  0.001 % |
479.93/480.27	|    664866 |     380    17785    45670 |    39882    24082    108 |  0.001 % |
763.56/764.04	|    997393 |     380    17785    45670 |    43871    29305    108 |  0.001 % |
1200.02/1200.71	HOME/run.sh: line 54:  2365 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-1807645-1242159881/watcher-1807645-1242159881 -o /tmp/evaluation-result-1807645-1242159881/solver-1807645-1242159881 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1807645-1242159881.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: 0.95 0.98 0.99 3/65 2361
/proc/meminfo: memFree=1537616/2055920 swapFree=4125732/4192956
[pid=2361] ppid=2359 vsize=5360 CPUtime=0
/proc/2361/stat : 2361 (run.sh) R 2359 2361 2219 0 -1 4194304 269 0 0 0 0 0 0 0 18 0 1 0 244018461 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 228043844255 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/2361/statm: 1340 237 196 169 0 51 0
[pid=2362] ppid=2361 vsize=816 CPUtime=0
/proc/2362/stat : 2362 (SatElite) R 2361 2361 2219 0 -1 4194304 131 0 0 0 0 0 0 0 18 0 1 0 244018462 835584 114 1992294400 134512640 135031949 4294956224 18446744073709551615 134690605 0 0 4096 3 0 0 0 17 0 0 0
/proc/2362/statm: 204 115 51 126 0 75 0

[startup+0.0322189 s]
/proc/loadavg: 0.95 0.98 0.99 3/65 2361
/proc/meminfo: memFree=1537616/2055920 swapFree=4125732/4192956
[pid=2361] ppid=2359 vsize=5360 CPUtime=0
/proc/2361/stat : 2361 (run.sh) S 2359 2361 2219 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 244018461 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2361/statm: 1340 238 197 169 0 51 0
[pid=2362] ppid=2361 vsize=2288 CPUtime=0.02
/proc/2362/stat : 2362 (SatElite) R 2361 2361 2219 0 -1 4194304 449 0 0 0 2 0 0 0 18 0 1 0 244018462 2342912 432 1992294400 134512640 135031949 4294956224 18446744073709551615 134569064 0 0 4096 3 0 0 0 17 0 0 0
/proc/2362/statm: 572 432 67 126 0 443 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7648

[startup+0.101238 s]
/proc/loadavg: 0.95 0.98 0.99 3/65 2361
/proc/meminfo: memFree=1537616/2055920 swapFree=4125732/4192956
[pid=2361] ppid=2359 vsize=5360 CPUtime=0.04
/proc/2361/stat : 2361 (run.sh) S 2359 2361 2219 0 -1 4194304 317 455 0 0 0 0 4 0 16 0 1 0 244018461 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2361/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5360

[startup+0.301272 s]
/proc/loadavg: 0.95 0.98 0.99 3/65 2361
/proc/meminfo: memFree=1537616/2055920 swapFree=4125732/4192956
[pid=2361] ppid=2359 vsize=5360 CPUtime=0.04
/proc/2361/stat : 2361 (run.sh) S 2359 2361 2219 0 -1 4194304 317 455 0 0 0 0 4 0 16 0 1 0 244018461 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2361/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5360

[startup+0.701351 s]
/proc/loadavg: 0.95 0.98 0.99 3/65 2361
/proc/meminfo: memFree=1537616/2055920 swapFree=4125732/4192956
[pid=2361] ppid=2359 vsize=5360 CPUtime=0.04
/proc/2361/stat : 2361 (run.sh) S 2359 2361 2219 0 -1 4194304 317 455 0 0 0 0 4 0 16 0 1 0 244018461 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2361/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5360

[startup+1.50151 s]
/proc/loadavg: 0.95 0.98 0.99 2/67 2364
/proc/meminfo: memFree=1536128/2055920 swapFree=4125732/4192956
[pid=2361] ppid=2359 vsize=5360 CPUtime=0.04
/proc/2361/stat : 2361 (run.sh) S 2359 2361 2219 0 -1 4194304 317 455 0 0 0 0 4 0 16 0 1 0 244018461 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2361/statm: 1340 241 197 169 0 51 0
[pid=2364] ppid=2361 vsize=2208 CPUtime=1.43
/proc/2364/stat : 2364 (revival) R 2361 2361 2219 0 -1 4194304 375 0 0 0 143 0 0 0 25 0 1 50000 244018467 2260992 281 1992294400 134512640 134537284 4294956384 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2364/statm: 552 281 85 6 0 190 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 7568

[startup+3.10183 s]
/proc/loadavg: 0.95 0.98 0.99 2/67 2364
/proc/meminfo: memFree=1536128/2055920 swapFree=4125732/4192956
[pid=2361] ppid=2359 vsize=5360 CPUtime=2.72
/proc/2361/stat : 2361 (run.sh) S 2359 2361 2219 0 -1 4194304 343 855 0 0 0 0 272 0 16 0 1 0 244018461 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2361/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 5360

[startup+6.30145 s]
/proc/loadavg: 0.95 0.98 0.99 2/67 2365
/proc/meminfo: memFree=1530248/2055920 swapFree=4125732/4192956
[pid=2361] ppid=2359 vsize=5360 CPUtime=2.72
/proc/2361/stat : 2361 (run.sh) S 2359 2361 2219 0 -1 4194304 343 855 0 0 0 0 272 0 16 0 1 0 244018461 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2361/statm: 1340 241 197 169 0 51 0
[pid=2365] ppid=2361 vsize=8752 CPUtime=3.55
/proc/2365/stat : 2365 (minisat) R 2361 2361 2219 0 -1 4194304 1878 0 0 0 354 1 0 0 25 0 1 0 244018736 8962048 1862 1992294400 134512640 135212939 4294956240 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/2365/statm: 2188 1862 76 170 0 2016 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 14112

[startup+12.7027 s]
/proc/loadavg: 0.95 0.98 0.99 2/67 2365
/proc/meminfo: memFree=1526856/2055920 swapFree=4125732/4192956
[pid=2361] ppid=2359 vsize=5360 CPUtime=2.72
/proc/2361/stat : 2361 (run.sh) S 2359 2361 2219 0 -1 4194304 343 855 0 0 0 0 272 0 16 0 1 0 244018461 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2361/statm: 1340 241 197 169 0 51 0
[pid=2365] ppid=2361 vsize=11204 CPUtime=9.94
/proc/2365/stat : 2365 (minisat) R 2361 2361 2219 0 -1 4194304 2500 0 0 0 993 1 0 0 25 0 1 0 244018736 11472896 2484 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/2365/statm: 2801 2484 77 170 0 2629 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 16564

[startup+25.5012 s]
/proc/loadavg: 0.96 0.98 0.99 2/67 2365
/proc/meminfo: memFree=1523976/2055920 swapFree=4125732/4192956
[pid=2361] ppid=2359 vsize=5360 CPUtime=2.72
/proc/2361/stat : 2361 (run.sh) S 2359 2361 2219 0 -1 4194304 343 855 0 0 0 0 272 0 16 0 1 0 244018461 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2361/statm: 1340 241 197 169 0 51 0
[pid=2365] ppid=2361 vsize=14252 CPUtime=22.74
/proc/2365/stat : 2365 (minisat) R 2361 2361 2219 0 -1 4194304 3240 0 0 0 2272 2 0 0 25 0 1 0 244018736 14594048 3224 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/2365/statm: 3563 3224 77 170 0 3391 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 19612

[startup+51.1012 s]
/proc/loadavg: 0.97 0.98 0.99 2/67 2365
/proc/meminfo: memFree=1520456/2055920 swapFree=4125732/4192956
[pid=2361] ppid=2359 vsize=5360 CPUtime=2.72
/proc/2361/stat : 2361 (run.sh) S 2359 2361 2219 0 -1 4194304 343 855 0 0 0 0 272 0 16 0 1 0 244018461 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2361/statm: 1340 241 197 169 0 51 0
[pid=2365] ppid=2361 vsize=17952 CPUtime=48.32
/proc/2365/stat : 2365 (minisat) R 2361 2361 2219 0 -1 4194304 4131 0 0 0 4829 3 0 0 25 0 1 0 244018736 18382848 4115 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/2365/statm: 4488 4115 77 170 0 4316 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 23312

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 2365
/proc/meminfo: memFree=1518280/2055920 swapFree=4125732/4192956
[pid=2361] ppid=2359 vsize=5360 CPUtime=2.72
/proc/2361/stat : 2361 (run.sh) S 2359 2361 2219 0 -1 4194304 343 855 0 0 0 0 272 0 16 0 1 0 244018461 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2361/statm: 1340 241 197 169 0 51 0
[pid=2365] ppid=2361 vsize=20076 CPUtime=99.5
/proc/2365/stat : 2365 (minisat) R 2361 2361 2219 0 -1 4194304 4636 0 0 0 9947 3 0 0 25 0 1 0 244018736 20557824 4620 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/2365/statm: 5019 4620 77 170 0 4847 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 25436

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 2365
/proc/meminfo: memFree=1516424/2055920 swapFree=4125732/4192956
[pid=2361] ppid=2359 vsize=5360 CPUtime=2.72
/proc/2361/stat : 2361 (run.sh) S 2359 2361 2219 0 -1 4194304 343 855 0 0 0 0 272 0 16 0 1 0 244018461 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2361/statm: 1340 241 197 169 0 51 0
[pid=2365] ppid=2361 vsize=22120 CPUtime=159.46
/proc/2365/stat : 2365 (minisat) R 2361 2361 2219 0 -1 4194304 5102 0 0 0 15943 3 0 0 25 0 1 0 244018736 22650880 5086 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/2365/statm: 5530 5086 77 170 0 5358 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 27480

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 2365
/proc/meminfo: memFree=1514504/2055920 swapFree=4125732/4192956
[pid=2361] ppid=2359 vsize=5360 CPUtime=2.72
/proc/2361/stat : 2361 (run.sh) S 2359 2361 2219 0 -1 4194304 343 855 0 0 0 0 272 0 16 0 1 0 244018461 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2361/statm: 1340 241 197 169 0 51 0
[pid=2365] ppid=2361 vsize=24092 CPUtime=219.43
/proc/2365/stat : 2365 (minisat) R 2361 2361 2219 0 -1 4194304 5587 0 0 0 21939 4 0 0 25 0 1 0 244018736 24670208 5571 1992294400 134512640 135212939 4294956240 18446744073709551615 134536103 0 0 4096 3 0 0 0 17 0 0 0
/proc/2365/statm: 6023 5571 77 170 0 5851 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 29452

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 2365
/proc/meminfo: memFree=1513032/2055920 swapFree=4125732/4192956
[pid=2361] ppid=2359 vsize=5360 CPUtime=2.72
/proc/2361/stat : 2361 (run.sh) S 2359 2361 2219 0 -1 4194304 343 855 0 0 0 0 272 0 16 0 1 0 244018461 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2361/statm: 1340 241 197 169 0 51 0
[pid=2365] ppid=2361 vsize=25660 CPUtime=279.41
/proc/2365/stat : 2365 (minisat) R 2361 2361 2219 0 -1 4194304 5973 0 0 0 27936 5 0 0 25 0 1 0 244018736 26275840 5957 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/2365/statm: 6415 5957 77 170 0 6243 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 31020

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 2365
/proc/meminfo: memFree=1510088/2055920 swapFree=4125732/4192956
[pid=2361] ppid=2359 vsize=5360 CPUtime=2.72
/proc/2361/stat : 2361 (run.sh) S 2359 2361 2219 0 -1 4194304 343 855 0 0 0 0 272 0 16 0 1 0 244018461 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2361/statm: 1340 241 197 169 0 51 0
[pid=2365] ppid=2361 vsize=28680 CPUtime=339.38
/proc/2365/stat : 2365 (minisat) R 2361 2361 2219 0 -1 4194304 6700 0 0 0 33932 6 0 0 25 0 1 0 244018736 29368320 6684 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/2365/statm: 7170 6684 77 170 0 6998 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 34040

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 2365
/proc/meminfo: memFree=1509384/2055920 swapFree=4125732/4192956
[pid=2361] ppid=2359 vsize=5360 CPUtime=2.72
/proc/2361/stat : 2361 (run.sh) S 2359 2361 2219 0 -1 4194304 343 855 0 0 0 0 272 0 16 0 1 0 244018461 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2361/statm: 1340 241 197 169 0 51 0
[pid=2365] ppid=2361 vsize=29408 CPUtime=399.35
/proc/2365/stat : 2365 (minisat) R 2361 2361 2219 0 -1 4194304 6869 0 0 0 39929 6 0 0 25 0 1 0 244018736 30113792 6853 1992294400 134512640 135212939 4294956240 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 0 0 0
/proc/2365/statm: 7352 6853 77 170 0 7180 0
Current children cumulated CPU time (s) 402.07

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

[pid=2365] ppid=2361 vsize=30048 CPUtime=519.29
/proc/2365/stat : 2365 (minisat) R 2361 2361 2219 0 -1 4194304 7037 0 0 0 51923 6 0 0 25 0 1 0 244018736 30769152 7021 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/2365/statm: 7512 7021 77 170 0 7340 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 35408

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 2365
/proc/meminfo: memFree=1507208/2055920 swapFree=4125732/4192956
[pid=2361] ppid=2359 vsize=5360 CPUtime=2.72
/proc/2361/stat : 2361 (run.sh) S 2359 2361 2219 0 -1 4194304 343 855 0 0 0 0 272 0 16 0 1 0 244018461 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2361/statm: 1340 241 197 169 0 51 0
[pid=2365] ppid=2361 vsize=31572 CPUtime=579.25
/proc/2365/stat : 2365 (minisat) R 2361 2361 2219 0 -1 4194304 7397 0 0 0 57919 6 0 0 25 0 1 0 244018736 32329728 7381 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/2365/statm: 7893 7381 77 170 0 7721 0
Current children cumulated CPU time (s) 581.97
Current children cumulated vsize (KiB) 36932

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 2365
/proc/meminfo: memFree=1506376/2055920 swapFree=4125732/4192956
[pid=2361] ppid=2359 vsize=5360 CPUtime=2.72
/proc/2361/stat : 2361 (run.sh) S 2359 2361 2219 0 -1 4194304 343 855 0 0 0 0 272 0 16 0 1 0 244018461 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2361/statm: 1340 241 197 169 0 51 0
[pid=2365] ppid=2361 vsize=32420 CPUtime=639.23
/proc/2365/stat : 2365 (minisat) R 2361 2361 2219 0 -1 4194304 7584 0 0 0 63917 6 0 0 25 0 1 0 244018736 33198080 7568 1992294400 134512640 135212939 4294956240 18446744073709551615 134526636 0 0 4096 3 0 0 0 17 0 0 0
/proc/2365/statm: 8105 7568 77 170 0 7933 0
Current children cumulated CPU time (s) 641.95
Current children cumulated vsize (KiB) 37780

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 2365
/proc/meminfo: memFree=1505992/2055920 swapFree=4125732/4192956
[pid=2361] ppid=2359 vsize=5360 CPUtime=2.72
/proc/2361/stat : 2361 (run.sh) S 2359 2361 2219 0 -1 4194304 343 855 0 0 0 0 272 0 16 0 1 0 244018461 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2361/statm: 1340 241 197 169 0 51 0
[pid=2365] ppid=2361 vsize=32632 CPUtime=699.19
/proc/2365/stat : 2365 (minisat) R 2361 2361 2219 0 -1 4194304 7663 0 0 0 69913 6 0 0 25 0 1 0 244018736 33415168 7647 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/2365/statm: 8158 7647 77 170 0 7986 0
Current children cumulated CPU time (s) 701.91
Current children cumulated vsize (KiB) 37992

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 2365
/proc/meminfo: memFree=1505672/2055920 swapFree=4125732/4192956
[pid=2361] ppid=2359 vsize=5360 CPUtime=2.72
/proc/2361/stat : 2361 (run.sh) S 2359 2361 2219 0 -1 4194304 343 855 0 0 0 0 272 0 16 0 1 0 244018461 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2361/statm: 1340 241 197 169 0 51 0
[pid=2365] ppid=2361 vsize=33132 CPUtime=759.14
/proc/2365/stat : 2365 (minisat) R 2361 2361 2219 0 -1 4194304 7741 0 0 0 75908 6 0 0 25 0 1 0 244018736 33927168 7725 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/2365/statm: 8283 7725 77 170 0 8111 0
Current children cumulated CPU time (s) 761.86
Current children cumulated vsize (KiB) 38492

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 2365
/proc/meminfo: memFree=1504584/2055920 swapFree=4125732/4192956
[pid=2361] ppid=2359 vsize=5360 CPUtime=2.72
/proc/2361/stat : 2361 (run.sh) S 2359 2361 2219 0 -1 4194304 343 855 0 0 0 0 272 0 16 0 1 0 244018461 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2361/statm: 1340 241 197 169 0 51 0
[pid=2365] ppid=2361 vsize=34372 CPUtime=819.11
/proc/2365/stat : 2365 (minisat) R 2361 2361 2219 0 -1 4194304 8024 0 0 0 81904 7 0 0 25 0 1 0 244018736 35196928 8008 1992294400 134512640 135212939 4294956240 18446744073709551615 134535940 0 0 4096 3 0 0 0 17 0 0 0
/proc/2365/statm: 8593 8008 77 170 0 8421 0
Current children cumulated CPU time (s) 821.83
Current children cumulated vsize (KiB) 39732

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 2365
/proc/meminfo: memFree=1504456/2055920 swapFree=4125732/4192956
[pid=2361] ppid=2359 vsize=5360 CPUtime=2.72
/proc/2361/stat : 2361 (run.sh) S 2359 2361 2219 0 -1 4194304 343 855 0 0 0 0 272 0 16 0 1 0 244018461 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2361/statm: 1340 241 197 169 0 51 0
[pid=2365] ppid=2361 vsize=34372 CPUtime=879.07
/proc/2365/stat : 2365 (minisat) R 2361 2361 2219 0 -1 4194304 8050 0 0 0 87900 7 0 0 25 0 1 0 244018736 35196928 8034 1992294400 134512640 135212939 4294956240 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 0 0 0
/proc/2365/statm: 8593 8034 77 170 0 8421 0
Current children cumulated CPU time (s) 881.79
Current children cumulated vsize (KiB) 39732

[startup+942.303 s]
/proc/loadavg: 1.04 1.00 1.00 2/67 2365
/proc/meminfo: memFree=1504456/2055920 swapFree=4125732/4192956
[pid=2361] ppid=2359 vsize=5360 CPUtime=2.72
/proc/2361/stat : 2361 (run.sh) S 2359 2361 2219 0 -1 4194304 343 855 0 0 0 0 272 0 16 0 1 0 244018461 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2361/statm: 1340 241 197 169 0 51 0
[pid=2365] ppid=2361 vsize=34372 CPUtime=939.03
/proc/2365/stat : 2365 (minisat) R 2361 2361 2219 0 -1 4194304 8052 0 0 0 93896 7 0 0 25 0 1 0 244018736 35196928 8036 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/2365/statm: 8593 8036 77 170 0 8421 0
Current children cumulated CPU time (s) 941.75
Current children cumulated vsize (KiB) 39732

[startup+1002.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/67 2365
/proc/meminfo: memFree=1503624/2055920 swapFree=4125732/4192956
[pid=2361] ppid=2359 vsize=5360 CPUtime=2.72
/proc/2361/stat : 2361 (run.sh) S 2359 2361 2219 0 -1 4194304 343 855 0 0 0 0 272 0 16 0 1 0 244018461 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2361/statm: 1340 241 197 169 0 51 0
[pid=2365] ppid=2361 vsize=35260 CPUtime=999
/proc/2365/stat : 2365 (minisat) R 2361 2361 2219 0 -1 4194304 8246 0 0 0 99893 7 0 0 25 0 1 0 244018736 36106240 8230 1992294400 134512640 135212939 4294956240 18446744073709551615 134526823 0 0 4096 3 0 0 0 17 0 0 0
/proc/2365/statm: 8815 8230 77 170 0 8643 0
Current children cumulated CPU time (s) 1001.72
Current children cumulated vsize (KiB) 40620

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 2365
/proc/meminfo: memFree=1502344/2055920 swapFree=4125732/4192956
[pid=2361] ppid=2359 vsize=5360 CPUtime=2.72
/proc/2361/stat : 2361 (run.sh) S 2359 2361 2219 0 -1 4194304 343 855 0 0 0 0 272 0 16 0 1 0 244018461 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2361/statm: 1340 241 197 169 0 51 0
[pid=2365] ppid=2361 vsize=36720 CPUtime=1058.97
/proc/2365/stat : 2365 (minisat) R 2361 2361 2219 0 -1 4194304 8557 0 0 0 105890 7 0 0 25 0 1 0 244018736 37601280 8541 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/2365/statm: 9180 8541 77 170 0 9008 0
Current children cumulated CPU time (s) 1061.69
Current children cumulated vsize (KiB) 42080

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 2366
/proc/meminfo: memFree=1501960/2055920 swapFree=4125732/4192956
[pid=2361] ppid=2359 vsize=5360 CPUtime=2.72
/proc/2361/stat : 2361 (run.sh) S 2359 2361 2219 0 -1 4194304 343 855 0 0 0 0 272 0 16 0 1 0 244018461 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2361/statm: 1340 241 197 169 0 51 0
[pid=2365] ppid=2361 vsize=36932 CPUtime=1118.93
/proc/2365/stat : 2365 (minisat) R 2361 2361 2219 0 -1 4194304 8623 0 0 0 111886 7 0 0 25 0 1 0 244018736 37818368 8607 1992294400 134512640 135212939 4294956240 18446744073709551615 134526720 0 0 4096 3 0 0 0 17 0 0 0
/proc/2365/statm: 9233 8607 77 170 0 9061 0
Current children cumulated CPU time (s) 1121.65
Current children cumulated vsize (KiB) 42292

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 2366
/proc/meminfo: memFree=1501832/2055920 swapFree=4125732/4192956
[pid=2361] ppid=2359 vsize=5360 CPUtime=2.72
/proc/2361/stat : 2361 (run.sh) S 2359 2361 2219 0 -1 4194304 343 855 0 0 0 0 272 0 16 0 1 0 244018461 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2361/statm: 1340 241 197 169 0 51 0
[pid=2365] ppid=2361 vsize=37144 CPUtime=1178.9
/proc/2365/stat : 2365 (minisat) R 2361 2361 2219 0 -1 4194304 8647 0 0 0 117883 7 0 0 25 0 1 0 244018736 38035456 8631 1992294400 134512640 135212939 4294956240 18446744073709551615 134526732 0 0 4096 3 0 0 0 17 0 0 0
/proc/2365/statm: 9286 8631 77 170 0 9114 0
Current children cumulated CPU time (s) 1181.62
Current children cumulated vsize (KiB) 42504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 2367
/proc/meminfo: memFree=1501768/2055920 swapFree=4125732/4192956
[pid=2361] ppid=2359 vsize=5360 CPUtime=2.72
/proc/2361/stat : 2361 (run.sh) S 2359 2361 2219 0 -1 4194304 343 855 0 0 0 0 272 0 16 0 1 0 244018461 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2361/statm: 1340 241 197 169 0 51 0
[pid=2365] ppid=2361 vsize=37144 CPUtime=1197.3
/proc/2365/stat : 2365 (minisat) R 2361 2361 2219 0 -1 4194304 8647 0 0 0 119723 7 0 0 25 0 1 0 244018736 38035456 8631 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/2365/statm: 9286 8631 77 170 0 9114 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 42504

Sending SIGTERM to process tree (bottom up)

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

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 2367
/proc/meminfo: memFree=1501768/2055920 swapFree=4125732/4192956
[pid=2361] ppid=2359 vsize=5360 CPUtime=2.72
/proc/2361/stat : 2361 (run.sh) S 2359 2361 2219 0 -1 4194304 343 855 0 0 0 0 272 0 16 0 1 0 244018461 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2361/statm: 1340 241 197 169 0 51 0
[pid=2365] ppid=2361 vsize=37144 CPUtime=1197.3
/proc/2365/stat : 2365 (minisat) R 2361 2361 2219 0 -1 4194304 8647 0 0 0 119723 7 0 0 25 0 1 0 244018736 38035456 8631 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/2365/statm: 9286 8631 77 170 0 9114 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 42504

Child status: 143
Real time (s): 1200.71
CPU time (s): 1200.06
CPU user time (s): 1199.96
CPU system time (s): 0.095985
CPU usage (%): 99.9454
Max. virtual memory (cumulated for all children) (KiB): 42504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.96
system time used= 0.095985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9860
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= 10
involuntary context switches= 5016

runsolver used 0.98285 second user time and 3.39348 second system time

The end

Launcher Data

Begin job on node77 at 2009-05-12 22:24:41
IDJOB=1807645
IDBENCH=71802
IDSOLVER=648
FILE ID=node77/1807645-1242159881
PBS_JOBID= 9289748
Free space on /tmp= 66080 MiB

SOLVER NAME= ReVivAl 0.23 + SatElite 2009-03-18
BENCH NAME= SAT09/CRAFTED/sgi/new-difficult-21-168-19-90.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1807645-1242159881/watcher-1807645-1242159881 -o /tmp/evaluation-result-1807645-1242159881/solver-1807645-1242159881 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1807645-1242159881.cnf HOME

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

MD5SUM BENCH= 3286758d58a4fc3caa90b96d61beac86
RANDOM SEED=1381853914

node77.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.270
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.270
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:       1538096 kB
Buffers:         44556 kB
Cached:         353104 kB
SwapCached:      61680 kB
Active:         105472 kB
Inactive:       355964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1538096 kB
SwapTotal:     4192956 kB
SwapFree:      4125732 kB
Dirty:            1616 kB
Writeback:           0 kB
Mapped:          14132 kB
Slab:            42336 kB
Committed_AS:   932440 kB
PageTables:       1372 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= 66080 MiB
End job on node77 at 2009-05-12 22:44:42