Trace number 1796413

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ReVivAl 0.23 2009-03-18UNSAT 86.3649 86.4034

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.9.unsat.cnf
MD5SUM738c5d916b76338511b77dbd47cdbc16
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark68.5476
Satisfiable
(Un)Satisfiability was proved
Number of variables892
Number of clauses3006
Sum of the clauses size7828
Maximum clause length17
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 21283
Number of clauses of size 31676
Number of clauses of size 418
Number of clauses of size 516
Number of clauses of size over 510

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 4
0.00/0.02	#LEARNT CLAUSES 0
0.00/0.03	done !
0.00/0.03	c Calling MINISAT
0.00/0.03	This is MiniSat 2.0 beta
0.00/0.03	WARNING: for repeatability, setting FPU to use double precision
0.00/0.03	============================[ Problem Statistics ]=============================
0.00/0.03	|                                                                             |
0.00/0.03	|  Number of variables:  892                                                  |
0.00/0.03	|  Number of clauses:    2972                                                 |
0.00/0.03	|  Parsing time:         0.00         s                                       |
0.00/0.03	============================[ Search Statistics ]==============================
0.00/0.03	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.03	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.03	===============================================================================
0.00/0.03	|         0 |     889     2969     7747 |      989        0    nan |  0.000 % |
0.00/0.03	|       101 |     889     2969     7747 |     1088      101     20 |  0.336 % |
0.00/0.04	|       252 |     888     2967     7741 |     1197      243     18 |  0.449 % |
0.00/0.05	|       478 |     888     2967     7741 |     1317      469     23 |  0.449 % |
0.00/0.07	|       815 |     888     2967     7741 |     1448      806     26 |  0.449 % |
0.00/0.09	|      1321 |     888     2967     7741 |     1593     1312     23 |  0.449 % |
0.02/0.13	|      2081 |     888     2967     7741 |     1753     1216     16 |  0.449 % |
0.02/0.20	|      3220 |     888     2967     7741 |     1928     1235     28 |  0.449 % |
0.02/0.31	|      4928 |     888     2967     7741 |     2121     1822     30 |  0.449 % |
0.02/0.50	|      7491 |     888     2967     7741 |     2333     2051     24 |  0.449 % |
0.02/0.81	|     11336 |     888     2967     7741 |     2566     2066     19 |  0.449 % |
1.19/1.28	|     17102 |     888     2967     7741 |     2823     2070     19 |  0.449 % |
1.88/1.93	|     25751 |     888     2967     7741 |     3105     2500     23 |  0.450 % |
2.98/3.06	|     38725 |     888     2967     7741 |     3416     3241     29 |  0.449 % |
4.58/4.66	|     58186 |     888     2967     7741 |     3758     2522     18 |  0.449 % |
7.08/7.12	|     87379 |     884     2951     7704 |     4134     2461     18 |  0.903 % |
11.08/11.11	|    131168 |     884     2951     7704 |     4547     4661     31 |  0.902 % |
17.88/17.97	|    196853 |     884     2951     7704 |     5002     4516     16 |  0.897 % |
28.58/28.65	|    295380 |     884     2951     7704 |     5502     5209     28 |  0.897 % |
45.07/45.19	|    443169 |     884     2951     7704 |     6052     5320     30 |  0.905 % |
72.35/72.46	|    664852 |     878     2920     7635 |     6657     4841     29 |  1.578 % |
86.34/86.40	===============================================================================
86.34/86.40	restarts              : 21
86.34/86.40	conflicts             : 777631         (9008 /sec)
86.34/86.40	decisions             : 924351         (1.03 % random) (10707 /sec)
86.34/86.40	propagations          : 128697594      (1490783 /sec)
86.34/86.40	conflict literals     : 24158561       (41.26 % deleted)
86.34/86.40	Memory used           : 4.04 MB
86.34/86.40	CPU time              : 86.3289 s
86.34/86.40	
86.34/86.40	UNSATISFIABLE
86.34/86.40	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-1796413-1242075461/watcher-1796413-1242075461 -o /tmp/evaluation-result-1796413-1242075461/solver-1796413-1242075461 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1796413-1242075461.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.00 1.00 1.00 3/64 15087
/proc/meminfo: memFree=998800/2055920 swapFree=4191900/4192956
[pid=15087] ppid=15085 vsize=5360 CPUtime=0
/proc/15087/stat : 15087 (run.sh) S 15085 15087 14837 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235580082 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15087/statm: 1340 237 196 169 0 51 0
[pid=15088] ppid=15087 vsize=1752 CPUtime=0
/proc/15088/stat : 15088 (revival) R 15087 15087 14837 0 -1 4194304 184 0 0 0 0 0 0 0 19 0 1 0 235580082 1794048 151 1992294400 134512640 134537284 4294956368 18446744073709551615 134527481 0 0 4096 0 0 0 0 17 0 0 0
/proc/15088/statm: 438 151 81 6 0 76 0

[startup+0.100904 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15087
/proc/meminfo: memFree=998800/2055920 swapFree=4191900/4192956
[pid=15087] ppid=15085 vsize=5360 CPUtime=0.02
/proc/15087/stat : 15087 (run.sh) S 15085 15087 14837 0 -1 4194304 312 211 0 0 0 0 2 0 18 0 1 0 235580082 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15087/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5360

[startup+0.201913 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15087
/proc/meminfo: memFree=998800/2055920 swapFree=4191900/4192956
[pid=15087] ppid=15085 vsize=5360 CPUtime=0.02
/proc/15087/stat : 15087 (run.sh) S 15085 15087 14837 0 -1 4194304 312 211 0 0 0 0 2 0 18 0 1 0 235580082 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15087/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5360

[startup+0.30192 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15087
/proc/meminfo: memFree=998800/2055920 swapFree=4191900/4192956
[pid=15087] ppid=15085 vsize=5360 CPUtime=0.02
/proc/15087/stat : 15087 (run.sh) S 15085 15087 14837 0 -1 4194304 312 211 0 0 0 0 2 0 18 0 1 0 235580082 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15087/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5360

[startup+0.701952 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15087
/proc/meminfo: memFree=998800/2055920 swapFree=4191900/4192956
[pid=15087] ppid=15085 vsize=5360 CPUtime=0.02
/proc/15087/stat : 15087 (run.sh) S 15085 15087 14837 0 -1 4194304 312 211 0 0 0 0 2 0 18 0 1 0 235580082 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15087/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5360

[startup+1.50302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15090
/proc/meminfo: memFree=997504/2055920 swapFree=4191900/4192956
[pid=15087] ppid=15085 vsize=5360 CPUtime=0.02
/proc/15087/stat : 15087 (run.sh) S 15085 15087 14837 0 -1 4194304 312 211 0 0 0 0 2 0 18 0 1 0 235580082 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15087/statm: 1340 238 197 169 0 51 0
[pid=15090] ppid=15087 vsize=2680 CPUtime=1.46
/proc/15090/stat : 15090 (minisat) R 15087 15087 14837 0 -1 4194304 332 0 0 0 146 0 0 0 25 0 1 0 235580085 2744320 318 1992294400 134512640 135212939 4294956240 18446744073709551615 134526720 0 0 4096 3 0 0 0 17 0 0 0
/proc/15090/statm: 670 318 76 170 0 498 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8040

[startup+3.10115 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15090
/proc/meminfo: memFree=997120/2055920 swapFree=4191900/4192956
[pid=15087] ppid=15085 vsize=5360 CPUtime=0.02
/proc/15087/stat : 15087 (run.sh) S 15085 15087 14837 0 -1 4194304 312 211 0 0 0 0 2 0 18 0 1 0 235580082 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15087/statm: 1340 238 197 169 0 51 0
[pid=15090] ppid=15087 vsize=2944 CPUtime=3.06
/proc/15090/stat : 15090 (minisat) R 15087 15087 14837 0 -1 4194304 390 0 0 0 306 0 0 0 25 0 1 0 235580085 3014656 376 1992294400 134512640 135212939 4294956240 18446744073709551615 134526769 0 0 4096 3 0 0 0 17 0 0 0
/proc/15090/statm: 736 376 76 170 0 564 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 8304

[startup+6.30141 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15090
/proc/meminfo: memFree=996928/2055920 swapFree=4191900/4192956
[pid=15087] ppid=15085 vsize=5360 CPUtime=0.02
/proc/15087/stat : 15087 (run.sh) S 15085 15087 14837 0 -1 4194304 312 211 0 0 0 0 2 0 18 0 1 0 235580082 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15087/statm: 1340 238 197 169 0 51 0
[pid=15090] ppid=15087 vsize=3076 CPUtime=6.26
/proc/15090/stat : 15090 (minisat) R 15087 15087 14837 0 -1 4194304 427 0 0 0 626 0 0 0 25 0 1 0 235580085 3149824 413 1992294400 134512640 135212939 4294956240 18446744073709551615 134536541 0 0 4096 3 0 0 0 17 0 0 0
/proc/15090/statm: 769 413 76 170 0 597 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 8436

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15090
/proc/meminfo: memFree=996608/2055920 swapFree=4191900/4192956
[pid=15087] ppid=15085 vsize=5360 CPUtime=0.02
/proc/15087/stat : 15087 (run.sh) S 15085 15087 14837 0 -1 4194304 312 211 0 0 0 0 2 0 18 0 1 0 235580082 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15087/statm: 1340 238 197 169 0 51 0
[pid=15090] ppid=15087 vsize=3340 CPUtime=12.66
/proc/15090/stat : 15090 (minisat) R 15087 15087 14837 0 -1 4194304 485 0 0 0 1266 0 0 0 25 0 1 0 235580085 3420160 471 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15090/statm: 835 471 76 170 0 663 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 8700

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15090
/proc/meminfo: memFree=996416/2055920 swapFree=4191900/4192956
[pid=15087] ppid=15085 vsize=5360 CPUtime=0.02
/proc/15087/stat : 15087 (run.sh) S 15085 15087 14837 0 -1 4194304 312 211 0 0 0 0 2 0 18 0 1 0 235580082 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15087/statm: 1340 238 197 169 0 51 0
[pid=15090] ppid=15087 vsize=3604 CPUtime=25.45
/proc/15090/stat : 15090 (minisat) R 15087 15087 14837 0 -1 4194304 541 0 0 0 2545 0 0 0 25 0 1 0 235580085 3690496 527 1992294400 134512640 135212939 4294956240 18446744073709551615 134529673 0 0 4096 3 0 0 0 17 0 0 0
/proc/15090/statm: 901 527 76 170 0 729 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 8964

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15090
/proc/meminfo: memFree=995968/2055920 swapFree=4191900/4192956
[pid=15087] ppid=15085 vsize=5360 CPUtime=0.02
/proc/15087/stat : 15087 (run.sh) S 15085 15087 14837 0 -1 4194304 312 211 0 0 0 0 2 0 18 0 1 0 235580082 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15087/statm: 1340 238 197 169 0 51 0
[pid=15090] ppid=15087 vsize=4000 CPUtime=51.04
/proc/15090/stat : 15090 (minisat) R 15087 15087 14837 0 -1 4194304 668 0 0 0 5104 0 0 0 25 0 1 0 235580085 4096000 654 1992294400 134512640 135212939 4294956240 18446744073709551615 134526845 0 0 4096 3 0 0 0 17 0 0 0
/proc/15090/statm: 1000 654 76 170 0 828 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 9360

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

[startup+51.2021 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15090
/proc/meminfo: memFree=995968/2055920 swapFree=4191900/4192956
[pid=15087] ppid=15085 vsize=5360 CPUtime=0.02
/proc/15087/stat : 15087 (run.sh) S 15085 15087 14837 0 -1 4194304 312 211 0 0 0 0 2 0 18 0 1 0 235580082 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15087/statm: 1340 238 197 169 0 51 0
[pid=15090] ppid=15087 vsize=4000 CPUtime=51.14
/proc/15090/stat : 15090 (minisat) R 15087 15087 14837 0 -1 4194304 668 0 0 0 5114 0 0 0 25 0 1 0 235580085 4096000 654 1992294400 134512640 135212939 4294956240 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/15090/statm: 1000 654 76 170 0 828 0
Current children cumulated CPU time (s) 51.16
Current children cumulated vsize (KiB) 9360

[startup+64.0011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15090
/proc/meminfo: memFree=995904/2055920 swapFree=4191900/4192956
[pid=15087] ppid=15085 vsize=5360 CPUtime=0.02
/proc/15087/stat : 15087 (run.sh) S 15085 15087 14837 0 -1 4194304 312 211 0 0 0 0 2 0 18 0 1 0 235580082 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15087/statm: 1340 238 197 169 0 51 0
[pid=15090] ppid=15087 vsize=4132 CPUtime=63.93
/proc/15090/stat : 15090 (minisat) R 15087 15087 14837 0 -1 4194304 685 0 0 0 6393 0 0 0 25 0 1 0 235580085 4231168 671 1992294400 134512640 135212939 4294956240 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 0 0 0
/proc/15090/statm: 1033 671 76 170 0 861 0
Current children cumulated CPU time (s) 63.95
Current children cumulated vsize (KiB) 9492

[startup+76.8012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15090
/proc/meminfo: memFree=995904/2055920 swapFree=4191900/4192956
[pid=15087] ppid=15085 vsize=5360 CPUtime=0.02
/proc/15087/stat : 15087 (run.sh) S 15085 15087 14837 0 -1 4194304 312 211 0 0 0 0 2 0 18 0 1 0 235580082 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15087/statm: 1340 238 197 169 0 51 0
[pid=15090] ppid=15087 vsize=4132 CPUtime=76.73
/proc/15090/stat : 15090 (minisat) R 15087 15087 14837 0 -1 4194304 686 0 0 0 7673 0 0 0 25 0 1 0 235580085 4231168 672 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15090/statm: 1033 672 76 170 0 861 0
Current children cumulated CPU time (s) 76.75
Current children cumulated vsize (KiB) 9492

[startup+83.2017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15090
/proc/meminfo: memFree=995776/2055920 swapFree=4191900/4192956
[pid=15087] ppid=15085 vsize=5360 CPUtime=0.02
/proc/15087/stat : 15087 (run.sh) S 15085 15087 14837 0 -1 4194304 312 211 0 0 0 0 2 0 18 0 1 0 235580082 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15087/statm: 1340 238 197 169 0 51 0
[pid=15090] ppid=15087 vsize=4132 CPUtime=83.12
/proc/15090/stat : 15090 (minisat) R 15087 15087 14837 0 -1 4194304 686 0 0 0 8312 0 0 0 25 0 1 0 235580085 4231168 672 1992294400 134512640 135212939 4294956240 18446744073709551615 134527273 0 0 4096 3 0 0 0 17 0 0 0
/proc/15090/statm: 1033 672 76 170 0 861 0
Current children cumulated CPU time (s) 83.14
Current children cumulated vsize (KiB) 9492

[startup+84.8058 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15090
/proc/meminfo: memFree=995776/2055920 swapFree=4191900/4192956
[pid=15087] ppid=15085 vsize=5360 CPUtime=0.02
/proc/15087/stat : 15087 (run.sh) S 15085 15087 14837 0 -1 4194304 312 211 0 0 0 0 2 0 18 0 1 0 235580082 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15087/statm: 1340 238 197 169 0 51 0
[pid=15090] ppid=15087 vsize=4132 CPUtime=84.73
/proc/15090/stat : 15090 (minisat) R 15087 15087 14837 0 -1 4194304 686 0 0 0 8473 0 0 0 25 0 1 0 235580085 4231168 672 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/15090/statm: 1033 672 76 170 0 861 0
Current children cumulated CPU time (s) 84.75
Current children cumulated vsize (KiB) 9492

[startup+85.6019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15090
/proc/meminfo: memFree=995776/2055920 swapFree=4191900/4192956
[pid=15087] ppid=15085 vsize=5360 CPUtime=0.02
/proc/15087/stat : 15087 (run.sh) S 15085 15087 14837 0 -1 4194304 312 211 0 0 0 0 2 0 18 0 1 0 235580082 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15087/statm: 1340 238 197 169 0 51 0
[pid=15090] ppid=15087 vsize=4132 CPUtime=85.52
/proc/15090/stat : 15090 (minisat) R 15087 15087 14837 0 -1 4194304 686 0 0 0 8552 0 0 0 25 0 1 0 235580085 4231168 672 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/15090/statm: 1033 672 76 170 0 861 0
Current children cumulated CPU time (s) 85.54
Current children cumulated vsize (KiB) 9492

[startup+86.0019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15090
/proc/meminfo: memFree=995776/2055920 swapFree=4191900/4192956
[pid=15087] ppid=15085 vsize=5360 CPUtime=0.02
/proc/15087/stat : 15087 (run.sh) S 15085 15087 14837 0 -1 4194304 312 211 0 0 0 0 2 0 18 0 1 0 235580082 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15087/statm: 1340 238 197 169 0 51 0
[pid=15090] ppid=15087 vsize=4132 CPUtime=85.92
/proc/15090/stat : 15090 (minisat) R 15087 15087 14837 0 -1 4194304 686 0 0 0 8592 0 0 0 25 0 1 0 235580085 4231168 672 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/15090/statm: 1033 672 76 170 0 861 0
Current children cumulated CPU time (s) 85.94
Current children cumulated vsize (KiB) 9492

[startup+86.4019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15090
/proc/meminfo: memFree=995776/2055920 swapFree=4191900/4192956
[pid=15087] ppid=15085 vsize=5360 CPUtime=0.02
/proc/15087/stat : 15087 (run.sh) S 15085 15087 14837 0 -1 4194304 312 211 0 0 0 0 2 0 18 0 1 0 235580082 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15087/statm: 1340 238 197 169 0 51 0
[pid=15090] ppid=15087 vsize=4132 CPUtime=86.32
/proc/15090/stat : 15090 (minisat) R 15087 15087 14837 0 -1 4194304 686 0 0 0 8632 0 0 0 25 0 1 0 235580085 4231168 672 1992294400 134512640 135212939 4294956240 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/15090/statm: 1033 672 76 170 0 861 0
Current children cumulated CPU time (s) 86.34
Current children cumulated vsize (KiB) 9492

Child status: 20
Real time (s): 86.4034
CPU time (s): 86.3649
CPU user time (s): 86.3559
CPU system time (s): 0.008998
CPU usage (%): 99.9554
Max. virtual memory (cumulated for all children) (KiB): 9492

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

runsolver used 0.080987 second user time and 0.243962 second system time

The end

Launcher Data

Begin job on node3 at 2009-05-11 22:57:41
IDJOB=1796413
IDBENCH=20471
IDSOLVER=649
FILE ID=node3/1796413-1242075461
PBS_JOBID= 9277600
Free space on /tmp= 66276 MiB

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

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

MD5SUM BENCH= 738c5d916b76338511b77dbd47cdbc16
RANDOM SEED=24437133

node3.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.212
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.212
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        999280 kB
Buffers:         77032 kB
Cached:         868588 kB
SwapCached:        260 kB
Active:         209944 kB
Inactive:       749500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        999280 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1476 kB
Writeback:           0 kB
Mapped:          22344 kB
Slab:            83268 kB
Committed_AS:   860932 kB
PageTables:       1392 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= 66276 MiB
End job on node3 at 2009-05-11 22:59:07