Trace number 1797154

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-18UNSAT 648 648.386

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-5p0.cnf
MD5SUM4385f03fe3bdaf0f127ae989ddd7908d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark162.406
Satisfiable
(Un)Satisfiability was proved
Number of variables162696
Number of clauses821000
Sum of the clauses size1953203
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2617825
Number of clauses of size 3153189
Number of clauses of size 44620
Number of clauses of size 518480
Number of clauses of size over 518500

Solver Data

0.00/0.00	c revival is preprocessing the formula...Time out is reached... exporting CNF
500.30/500.60	#ITERATIONS 2
500.30/500.60	#LEARNT CLAUSES 619
500.50/500.88	done !
500.50/500.88	c Now, SatElite...
500.50/500.88	c Parsing...
500.59/501.34	c ==============================================================================
500.59/501.34	c |           |     ORIGINAL     |              LEARNT              |          |
500.59/501.34	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
500.59/501.34	c ==============================================================================
500.59/501.34	c |         0 |  295938   686511 |   88781       0        0     nan |  0.000 % |
502.99/503.35	c |         0 |  250895   660816 |      --       0       --      -- |     --   | -45043/-25695
502.99/503.35	c ==============================================================================
502.99/503.35	c Result  :   #vars: 39865   #clauses: 250895   #literals: 660816
502.99/503.35	c CPU time:   2.37664 s
502.99/503.35	c ==============================================================================
503.39/503.77	c SatElite is done !
503.39/503.77	c Calling MINISAT
503.39/503.77	This is MiniSat 2.0 beta
503.39/503.77	WARNING: for repeatability, setting FPU to use double precision
503.39/503.77	============================[ Problem Statistics ]=============================
503.39/503.77	|                                                                             |
503.39/503.78	|  Number of variables:  39865                                                |
503.39/503.78	|  Number of clauses:    250895                                               |
503.48/503.93	|  Parsing time:         0.14         s                                       |
503.48/503.94	============================[ Search Statistics ]==============================
503.48/503.94	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
503.48/503.94	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
503.48/503.94	===============================================================================
503.48/503.94	|         0 |   39865   250895   660816 |    83631        0    nan |  0.000 % |
503.48/503.98	|       102 |   39865   250895   660816 |    91994      102     58 |  0.000 % |
503.48/504.10	|       253 |   39865   250895   660816 |   101194      253     41 |  0.000 % |
503.48/504.18	|       478 |   39865   250895   660816 |   111313      478     42 |  0.000 % |
503.48/504.38	|       816 |   39754   250450   659913 |   122445      802     35 |  0.278 % |
503.48/504.62	|      1322 |   39754   250450   659913 |   134689     1308     48 |  0.278 % |
505.09/505.45	|      2082 |   39754   250450   659913 |   148158     2068     71 |  0.278 % |
505.60/505.94	|      3222 |   39728   250216   659445 |   162974     3189     67 |  0.344 % |
506.29/506.69	|      4932 |   39661   249939   658880 |   179271     4885     67 |  0.512 % |
508.29/508.66	|      7494 |   39654   249836   658654 |   197199     7441     84 |  0.529 % |
516.17/516.52	|     11338 |   39642   249836   658654 |   216919    11283    151 |  0.562 % |
523.98/524.37	|     17105 |   39626   249539   657979 |   238610    17045    167 |  0.600 % |
537.06/537.43	|     25754 |   39600   249262   657322 |   262471    25684    165 |  0.672 % |
565.24/565.65	|     38728 |   39438   247443   653095 |   288719    38558    156 |  1.723 % |
605.92/606.30	|     58189 |   39112   242372   640634 |   317591    56204    158 |  2.290 % |
647.90/648.37	===============================================================================
647.90/648.37	restarts              : 15
647.90/648.37	conflicts             : 74908          (519 /sec)
647.90/648.37	decisions             : 301525         (1.34 % random) (2089 /sec)
647.90/648.37	propagations          : 178690348      (1237767 /sec)
647.90/648.37	conflict literals     : 10825631       (35.12 % deleted)
647.90/648.37	Memory used           : 57.69 MB
647.90/648.37	CPU time              : 144.365 s
647.90/648.37	
647.90/648.37	UNSATISFIABLE
647.90/648.38	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1797154-1242085056/watcher-1797154-1242085056 -o /tmp/evaluation-result-1797154-1242085056/solver-1797154-1242085056 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1797154-1242085056.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.27 1.09 1.02 3/65 29491
/proc/meminfo: memFree=1881992/2055920 swapFree=4125732/4192956
[pid=29491] ppid=29489 vsize=5360 CPUtime=0
/proc/29491/stat : 29491 (run.sh) S 29489 29491 28831 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236536057 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29491/statm: 1340 237 196 169 0 51 0
[pid=29492] ppid=29491 vsize=2124 CPUtime=0
/proc/29492/stat : 29492 (revival) R 29491 29491 28831 0 -1 4194304 256 0 0 0 0 0 0 0 19 0 1 0 236536058 2174976 222 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/29492/statm: 531 228 81 6 0 169 0

[startup+0.0910179 s]
/proc/loadavg: 1.27 1.09 1.02 3/65 29491
/proc/meminfo: memFree=1881992/2055920 swapFree=4125732/4192956
[pid=29491] ppid=29489 vsize=5360 CPUtime=0
/proc/29491/stat : 29491 (run.sh) S 29489 29491 28831 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236536057 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29491/statm: 1340 237 196 169 0 51 0
[pid=29492] ppid=29491 vsize=38640 CPUtime=0.07
/proc/29492/stat : 29492 (revival) R 29491 29491 28831 0 -1 4194304 7733 0 0 0 4 3 0 0 19 0 1 0 236536058 39567360 7693 1992294400 134512640 134537284 4294956368 18446744073709551615 10860155 0 0 4096 0 0 0 0 17 0 0 0
/proc/29492/statm: 9660 7693 82 6 0 9298 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 44000

[startup+0.101019 s]
/proc/loadavg: 1.27 1.09 1.02 3/65 29491
/proc/meminfo: memFree=1881992/2055920 swapFree=4125732/4192956
[pid=29491] ppid=29489 vsize=5360 CPUtime=0
/proc/29491/stat : 29491 (run.sh) S 29489 29491 28831 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236536057 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29491/statm: 1340 237 196 169 0 51 0
[pid=29492] ppid=29491 vsize=39356 CPUtime=0.09
/proc/29492/stat : 29492 (revival) R 29491 29491 28831 0 -1 4194304 7853 0 0 0 5 4 0 0 19 0 1 0 236536058 40300544 7813 1992294400 134512640 134537284 4294956368 18446744073709551615 134525388 0 0 4096 0 0 0 0 17 0 0 0
/proc/29492/statm: 9839 7814 82 6 0 9477 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44716

[startup+0.301058 s]
/proc/loadavg: 1.27 1.09 1.02 3/65 29491
/proc/meminfo: memFree=1881992/2055920 swapFree=4125732/4192956
[pid=29491] ppid=29489 vsize=5360 CPUtime=0
/proc/29491/stat : 29491 (run.sh) S 29489 29491 28831 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236536057 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29491/statm: 1340 237 196 169 0 51 0
[pid=29492] ppid=29491 vsize=50252 CPUtime=0.29
/proc/29492/stat : 29492 (revival) R 29491 29491 28831 0 -1 4194304 10525 0 0 0 24 5 0 0 21 0 1 0 236536058 51458048 10485 1992294400 134512640 134537284 4294956368 18446744073709551615 10860155 0 0 4096 0 0 0 0 17 0 0 0
/proc/29492/statm: 12563 10485 82 6 0 12201 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55612

[startup+0.701136 s]
/proc/loadavg: 1.27 1.09 1.02 3/65 29491
/proc/meminfo: memFree=1881992/2055920 swapFree=4125732/4192956
[pid=29491] ppid=29489 vsize=5360 CPUtime=0
/proc/29491/stat : 29491 (run.sh) S 29489 29491 28831 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236536057 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29491/statm: 1340 237 196 169 0 51 0
[pid=29492] ppid=29491 vsize=47940 CPUtime=0.69
/proc/29492/stat : 29492 (revival) R 29491 29491 28831 0 -1 4194304 13665 0 0 0 63 6 0 0 25 0 1 50000 236536058 49090560 9900 1992294400 134512640 134537284 4294956368 18446744073709551615 134531213 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29492/statm: 11985 9900 85 6 0 11623 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53300

[startup+1.50229 s]
/proc/loadavg: 1.27 1.09 1.02 2/67 29493
/proc/meminfo: memFree=1842232/2055920 swapFree=4125732/4192956
[pid=29491] ppid=29489 vsize=5360 CPUtime=0
/proc/29491/stat : 29491 (run.sh) S 29489 29491 28831 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236536057 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29491/statm: 1340 237 196 169 0 51 0
[pid=29492] ppid=29491 vsize=47940 CPUtime=1.49
/proc/29492/stat : 29492 (revival) R 29491 29491 28831 0 -1 4194304 13665 0 0 0 143 6 0 0 25 0 1 50000 236536058 49090560 9900 1992294400 134512640 134537284 4294956368 18446744073709551615 134523570 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29492/statm: 11985 9900 85 6 0 11623 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53300

[startup+3.10161 s]
/proc/loadavg: 1.25 1.09 1.02 2/67 29493
/proc/meminfo: memFree=1842104/2055920 swapFree=4125732/4192956
[pid=29491] ppid=29489 vsize=5360 CPUtime=0
/proc/29491/stat : 29491 (run.sh) S 29489 29491 28831 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236536057 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29491/statm: 1340 237 196 169 0 51 0
[pid=29492] ppid=29491 vsize=47940 CPUtime=3.09
/proc/29492/stat : 29492 (revival) R 29491 29491 28831 0 -1 4194304 13682 0 0 0 303 6 0 0 25 0 1 50000 236536058 49090560 9917 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29492/statm: 11985 9917 85 6 0 11623 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 53300

[startup+6.30123 s]
/proc/loadavg: 1.25 1.09 1.02 2/67 29493
/proc/meminfo: memFree=1841592/2055920 swapFree=4125732/4192956
[pid=29491] ppid=29489 vsize=5360 CPUtime=0
/proc/29491/stat : 29491 (run.sh) S 29489 29491 28831 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236536057 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29491/statm: 1340 237 196 169 0 51 0
[pid=29492] ppid=29491 vsize=47940 CPUtime=6.29
/proc/29492/stat : 29492 (revival) R 29491 29491 28831 0 -1 4194304 13683 0 0 0 623 6 0 0 25 0 1 50000 236536058 49090560 9918 1992294400 134512640 134537284 4294956368 18446744073709551615 134531257 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29492/statm: 11985 9918 85 6 0 11623 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 53300

[startup+12.7015 s]
/proc/loadavg: 1.44 1.14 1.04 2/67 29493
/proc/meminfo: memFree=1841528/2055920 swapFree=4125732/4192956
[pid=29491] ppid=29489 vsize=5360 CPUtime=0
/proc/29491/stat : 29491 (run.sh) S 29489 29491 28831 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236536057 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29491/statm: 1340 237 196 169 0 51 0
[pid=29492] ppid=29491 vsize=47940 CPUtime=12.68
/proc/29492/stat : 29492 (revival) R 29491 29491 28831 0 -1 4194304 13693 0 0 0 1262 6 0 0 25 0 1 50000 236536058 49090560 9928 1992294400 134512640 134537284 4294956368 18446744073709551615 134523594 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29492/statm: 11985 9928 85 6 0 11623 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 53300

[startup+25.502 s]
/proc/loadavg: 1.52 1.17 1.04 2/67 29493
/proc/meminfo: memFree=1841848/2055920 swapFree=4125732/4192956
[pid=29491] ppid=29489 vsize=5360 CPUtime=0
/proc/29491/stat : 29491 (run.sh) S 29489 29491 28831 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236536057 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29491/statm: 1340 237 196 169 0 51 0
[pid=29492] ppid=29491 vsize=47940 CPUtime=25.47
/proc/29492/stat : 29492 (revival) R 29491 29491 28831 0 -1 4194304 13713 0 0 0 2540 7 0 0 25 0 1 50000 236536058 49090560 9948 1992294400 134512640 134537284 4294956368 18446744073709551615 134531158 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29492/statm: 11985 9948 85 6 0 11623 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 53300

[startup+51.102 s]
/proc/loadavg: 1.34 1.15 1.04 2/67 29493
/proc/meminfo: memFree=1842040/2055920 swapFree=4125732/4192956
[pid=29491] ppid=29489 vsize=5360 CPUtime=0
/proc/29491/stat : 29491 (run.sh) S 29489 29491 28831 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236536057 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29491/statm: 1340 237 196 169 0 51 0
[pid=29492] ppid=29491 vsize=47940 CPUtime=51.04
/proc/29492/stat : 29492 (revival) R 29491 29491 28831 0 -1 4194304 13720 0 0 0 5097 7 0 0 25 0 1 50000 236536058 49090560 9955 1992294400 134512640 134537284 4294956368 18446744073709551615 134531257 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29492/statm: 11985 9955 85 6 0 11623 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 53300

[startup+102.306 s]
/proc/loadavg: 1.14 1.12 1.04 2/67 29493
/proc/meminfo: memFree=1842104/2055920 swapFree=4125732/4192956
[pid=29491] ppid=29489 vsize=5360 CPUtime=0
/proc/29491/stat : 29491 (run.sh) S 29489 29491 28831 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236536057 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29491/statm: 1340 237 196 169 0 51 0
[pid=29492] ppid=29491 vsize=47940 CPUtime=102.22
/proc/29492/stat : 29492 (revival) R 29491 29491 28831 0 -1 4194304 13724 0 0 0 10215 7 0 0 25 0 1 50000 236536058 49090560 9959 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29492/statm: 11985 9959 85 6 0 11623 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 53300

[startup+162.302 s]
/proc/loadavg: 1.05 1.10 1.03 2/67 29493
/proc/meminfo: memFree=1842040/2055920 swapFree=4125732/4192956
[pid=29491] ppid=29489 vsize=5360 CPUtime=0
/proc/29491/stat : 29491 (run.sh) S 29489 29491 28831 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236536057 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29491/statm: 1340 237 196 169 0 51 0
[pid=29492] ppid=29491 vsize=47940 CPUtime=162.18
/proc/29492/stat : 29492 (revival) R 29491 29491 28831 0 -1 4194304 13729 0 0 0 16211 7 0 0 25 0 1 50000 236536058 49090560 9964 1992294400 134512640 134537284 4294956368 18446744073709551615 134523942 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29492/statm: 11985 9964 85 6 0 11623 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 53300

[startup+222.302 s]
/proc/loadavg: 1.02 1.08 1.03 2/67 29493
/proc/meminfo: memFree=1842040/2055920 swapFree=4125732/4192956
[pid=29491] ppid=29489 vsize=5360 CPUtime=0
/proc/29491/stat : 29491 (run.sh) S 29489 29491 28831 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236536057 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29491/statm: 1340 237 196 169 0 51 0
[pid=29492] ppid=29491 vsize=47940 CPUtime=222.15
/proc/29492/stat : 29492 (revival) R 29491 29491 28831 0 -1 4194304 13729 0 0 0 22208 7 0 0 25 0 1 50000 236536058 49090560 9964 1992294400 134512640 134537284 4294956368 18446744073709551615 134523975 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29492/statm: 11985 9964 85 6 0 11623 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 53300

[startup+282.301 s]
/proc/loadavg: 1.00 1.06 1.02 2/67 29494
/proc/meminfo: memFree=1841848/2055920 swapFree=4125732/4192956
[pid=29491] ppid=29489 vsize=5360 CPUtime=0
/proc/29491/stat : 29491 (run.sh) S 29489 29491 28831 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236536057 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29491/statm: 1340 237 196 169 0 51 0
[pid=29492] ppid=29491 vsize=47940 CPUtime=282.11
/proc/29492/stat : 29492 (revival) R 29491 29491 28831 0 -1 4194304 13729 0 0 0 28204 7 0 0 25 0 1 50000 236536058 49090560 9964 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29492/statm: 11985 9964 85 6 0 11623 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 53300

[startup+342.302 s]
/proc/loadavg: 1.00 1.05 1.01 2/67 29494
/proc/meminfo: memFree=1841848/2055920 swapFree=4125732/4192956
[pid=29491] ppid=29489 vsize=5360 CPUtime=0
/proc/29491/stat : 29491 (run.sh) S 29489 29491 28831 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236536057 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29491/statm: 1340 237 196 169 0 51 0
[pid=29492] ppid=29491 vsize=47940 CPUtime=342.08
/proc/29492/stat : 29492 (revival) R 29491 29491 28831 0 -1 4194304 13731 0 0 0 34201 7 0 0 25 0 1 50000 236536058 49090560 9966 1992294400 134512640 134537284 4294956368 18446744073709551615 134524002 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29492/statm: 11985 9966 85 6 0 11623 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 53300

[startup+402.302 s]
/proc/loadavg: 1.00 1.04 1.01 2/67 29494
/proc/meminfo: memFree=1841848/2055920 swapFree=4125732/4192956
[pid=29491] ppid=29489 vsize=5360 CPUtime=0
/proc/29491/stat : 29491 (run.sh) S 29489 29491 28831 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236536057 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29491/statm: 1340 237 196 169 0 51 0
[pid=29492] ppid=29491 vsize=47940 CPUtime=402.04
/proc/29492/stat : 29492 (revival) R 29491 29491 28831 0 -1 4194304 13731 0 0 0 40197 7 0 0 25 0 1 50000 236536058 49090560 9966 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29492/statm: 11985 9966 85 6 0 11623 0
Current children cumulated CPU time (s) 402.04
Current children cumulated vsize (KiB) 53300

[startup+462.302 s]
/proc/loadavg: 1.00 1.03 1.00 2/67 29495
/proc/meminfo: memFree=1841784/2055920 swapFree=4125732/4192956
[pid=29491] ppid=29489 vsize=5360 CPUtime=0
/proc/29491/stat : 29491 (run.sh) S 29489 29491 28831 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236536057 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29491/statm: 1340 237 196 169 0 51 0
[pid=29492] ppid=29491 vsize=47940 CPUtime=462.02
/proc/29492/stat : 29492 (revival) R 29491 29491 28831 0 -1 4194304 13750 0 0 0 46194 8 0 0 25 0 1 50000 236536058 49090560 9985 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29492/statm: 11985 9985 85 6 0 11623 0
Current children cumulated CPU time (s) 462.02
Current children cumulated vsize (KiB) 53300

[startup+522.301 s]
/proc/loadavg: 1.36 1.10 1.03 2/67 29497
/proc/meminfo: memFree=1842872/2055920 swapFree=4125732/4192956
[pid=29491] ppid=29489 vsize=5360 CPUtime=503.48
/proc/29491/stat : 29491 (run.sh) S 29489 29491 28831 0 -1 4194304 341 29490 0 0 0 0 50325 23 16 0 1 0 236536057 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29491/statm: 1340 241 197 169 0 51 0
[pid=29497] ppid=29491 vsize=26144 CPUtime=18.49
/proc/29497/stat : 29497 (minisat) R 29491 29491 28831 0 -1 4194304 6353 0 0 0 1845 4 0 0 25 0 1 0 236586435 26771456 6309 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/29497/statm: 6536 6309 77 170 0 6364 0
Current children cumulated CPU time (s) 521.97
Current children cumulated vsize (KiB) 31504

[startup+582.301 s]
/proc/loadavg: 1.12 1.08 1.02 2/67 29497
/proc/meminfo: memFree=1823992/2055920 swapFree=4125732/4192956
[pid=29491] ppid=29489 vsize=5360 CPUtime=503.48
/proc/29491/stat : 29491 (run.sh) S 29489 29491 28831 0 -1 4194304 341 29490 0 0 0 0 50325 23 16 0 1 0 236536057 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29491/statm: 1340 241 197 169 0 51 0
[pid=29497] ppid=29491 vsize=44912 CPUtime=78.45
/proc/29497/stat : 29497 (minisat) R 29491 29491 28831 0 -1 4194304 11013 0 0 0 7836 9 0 0 25 0 1 0 236586435 45989888 10969 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/29497/statm: 11228 10969 77 170 0 11056 0
Current children cumulated CPU time (s) 581.93
Current children cumulated vsize (KiB) 50272

[startup+642.302 s]
/proc/loadavg: 1.04 1.06 1.01 2/67 29497
/proc/meminfo: memFree=1809656/2055920 swapFree=4125732/4192956
[pid=29491] ppid=29489 vsize=5360 CPUtime=503.48
/proc/29491/stat : 29491 (run.sh) S 29489 29491 28831 0 -1 4194304 341 29490 0 0 0 0 50325 23 16 0 1 0 236536057 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29491/statm: 1340 241 197 169 0 51 0
[pid=29497] ppid=29491 vsize=58900 CPUtime=138.42
/proc/29497/stat : 29497 (minisat) R 29491 29491 28831 0 -1 4194304 14533 0 0 0 13829 13 0 0 25 0 1 0 236586435 60313600 14489 1992294400 134512640 135212939 4294956240 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/29497/statm: 14725 14489 77 170 0 14553 0
Current children cumulated CPU time (s) 641.9
Current children cumulated vsize (KiB) 64260

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

[startup+643.102 s]
/proc/loadavg: 1.04 1.06 1.01 2/67 29497
/proc/meminfo: memFree=1809656/2055920 swapFree=4125732/4192956
[pid=29491] ppid=29489 vsize=5360 CPUtime=503.48
/proc/29491/stat : 29491 (run.sh) S 29489 29491 28831 0 -1 4194304 341 29490 0 0 0 0 50325 23 16 0 1 0 236536057 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29491/statm: 1340 241 197 169 0 51 0
[pid=29497] ppid=29491 vsize=58900 CPUtime=139.22
/proc/29497/stat : 29497 (minisat) R 29491 29491 28831 0 -1 4194304 14533 0 0 0 13909 13 0 0 25 0 1 0 236586435 60313600 14489 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/29497/statm: 14725 14489 77 170 0 14553 0
Current children cumulated CPU time (s) 642.7
Current children cumulated vsize (KiB) 64260

[startup+646.302 s]
/proc/loadavg: 1.04 1.06 1.01 2/67 29497
/proc/meminfo: memFree=1809592/2055920 swapFree=4125732/4192956
[pid=29491] ppid=29489 vsize=5360 CPUtime=503.48
/proc/29491/stat : 29491 (run.sh) S 29489 29491 28831 0 -1 4194304 341 29490 0 0 0 0 50325 23 16 0 1 0 236536057 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29491/statm: 1340 241 197 169 0 51 0
[pid=29497] ppid=29491 vsize=58900 CPUtime=142.42
/proc/29497/stat : 29497 (minisat) R 29491 29491 28831 0 -1 4194304 14533 0 0 0 14229 13 0 0 25 0 1 0 236586435 60313600 14489 1992294400 134512640 135212939 4294956240 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/29497/statm: 14725 14489 77 170 0 14553 0
Current children cumulated CPU time (s) 645.9
Current children cumulated vsize (KiB) 64260

[startup+647.103 s]
/proc/loadavg: 1.04 1.06 1.01 2/67 29497
/proc/meminfo: memFree=1809592/2055920 swapFree=4125732/4192956
[pid=29491] ppid=29489 vsize=5360 CPUtime=503.48
/proc/29491/stat : 29491 (run.sh) S 29489 29491 28831 0 -1 4194304 341 29490 0 0 0 0 50325 23 16 0 1 0 236536057 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29491/statm: 1340 241 197 169 0 51 0
[pid=29497] ppid=29491 vsize=58900 CPUtime=143.22
/proc/29497/stat : 29497 (minisat) R 29491 29491 28831 0 -1 4194304 14533 0 0 0 14309 13 0 0 25 0 1 0 236586435 60313600 14489 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/29497/statm: 14725 14489 77 170 0 14553 0
Current children cumulated CPU time (s) 646.7
Current children cumulated vsize (KiB) 64260

[startup+647.906 s]
/proc/loadavg: 1.04 1.06 1.01 2/67 29497
/proc/meminfo: memFree=1809592/2055920 swapFree=4125732/4192956
[pid=29491] ppid=29489 vsize=5360 CPUtime=503.48
/proc/29491/stat : 29491 (run.sh) S 29489 29491 28831 0 -1 4194304 341 29490 0 0 0 0 50325 23 16 0 1 0 236536057 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29491/statm: 1340 241 197 169 0 51 0
[pid=29497] ppid=29491 vsize=58900 CPUtime=144.02
/proc/29497/stat : 29497 (minisat) R 29491 29491 28831 0 -1 4194304 14533 0 0 0 14389 13 0 0 25 0 1 0 236586435 60313600 14489 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/29497/statm: 14725 14489 77 170 0 14553 0
Current children cumulated CPU time (s) 647.5
Current children cumulated vsize (KiB) 64260

[startup+648.302 s]
/proc/loadavg: 1.04 1.06 1.01 2/67 29497
/proc/meminfo: memFree=1809592/2055920 swapFree=4125732/4192956
[pid=29491] ppid=29489 vsize=5360 CPUtime=503.48
/proc/29491/stat : 29491 (run.sh) S 29489 29491 28831 0 -1 4194304 341 29490 0 0 0 0 50325 23 16 0 1 0 236536057 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29491/statm: 1340 241 197 169 0 51 0
[pid=29497] ppid=29491 vsize=59072 CPUtime=144.42
/proc/29497/stat : 29497 (minisat) R 29491 29491 28831 0 -1 4194304 14542 0 0 0 14429 13 0 0 25 0 1 0 236586435 60489728 14498 1992294400 134512640 135212939 4294956240 18446744073709551615 134523832 0 0 4096 3 0 0 0 17 0 0 0
/proc/29497/statm: 14768 14498 77 170 0 14596 0
Current children cumulated CPU time (s) 647.9
Current children cumulated vsize (KiB) 64432

Child status: 20
Real time (s): 648.386
CPU time (s): 648
CPU user time (s): 647.618
CPU system time (s): 0.382941
CPU usage (%): 99.9405
Max. virtual memory (cumulated for all children) (KiB): 68204

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

runsolver used 0.544917 second user time and 1.82172 second system time

The end

Launcher Data

Begin job on node77 at 2009-05-12 01:37:37
IDJOB=1797154
IDBENCH=71019
IDSOLVER=647
FILE ID=node77/1797154-1242085056
PBS_JOBID= 9277668
Free space on /tmp= 66148 MiB

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

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

MD5SUM BENCH= 4385f03fe3bdaf0f127ae989ddd7908d
RANDOM SEED=1461877879

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:       1882536 kB
Buffers:          6540 kB
Cached:          57408 kB
SwapCached:      61648 kB
Active:          45364 kB
Inactive:        82424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1882536 kB
SwapTotal:     4192956 kB
SwapFree:      4125732 kB
Dirty:           16344 kB
Writeback:           0 kB
Mapped:          14192 kB
Slab:            31724 kB
Committed_AS:   848372 kB
PageTables:       1384 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= 66136 MiB
End job on node77 at 2009-05-12 01:48:25