Trace number 1797443

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 46.318 46.3521

General information on the benchmark

Namemanol-pipe-g7nidw.cnf
MD5SUMa0303c742e981cc0d4711ad3ac66f146
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.3578
Satisfiable
(Un)Satisfiability was proved
Number of variables75496
Number of clauses222379
Sum of the clauses size518883
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2148252
Number of clauses of size 374126
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 8
21.48/21.52	#LEARNT CLAUSES 24
21.57/21.68	done !
21.57/21.68	c Calling MINISAT
21.57/21.68	This is MiniSat 2.0 beta
21.57/21.68	WARNING: for repeatability, setting FPU to use double precision
21.57/21.68	============================[ Problem Statistics ]=============================
21.57/21.68	|                                                                             |
21.57/21.68	|  Number of variables:  75496                                                |
21.57/21.68	|  Number of clauses:    211883                                               |
21.66/21.81	|  Parsing time:         0.12         s                                       |
21.66/21.82	============================[ Search Statistics ]==============================
21.66/21.82	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
21.66/21.82	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
21.66/21.82	===============================================================================
21.66/21.82	|         0 |   72325   208712   483901 |    69570        0    nan |  0.000 % |
21.66/21.88	|       100 |   72325   208712   483901 |    76527      100      6 |  4.200 % |
21.87/21.99	|       251 |   72325   208712   483901 |    84180      251      7 |  4.200 % |
21.97/22.05	|       476 |   72276   208515   483483 |    92598      473     13 |  4.265 % |
22.16/22.25	|       813 |   72276   208515   483483 |   101858      810     13 |  4.265 % |
22.26/22.40	|      1319 |   72276   208515   483483 |   112044     1316     20 |  4.265 % |
22.96/23.03	|      2078 |   72275   208512   483477 |   123248     2066     18 |  4.266 % |
23.26/23.34	|      3218 |   72275   208512   483477 |   135573     3206     26 |  4.266 % |
23.66/23.75	|      4926 |   72275   208512   483477 |   149130     4914     23 |  4.266 % |
24.36/24.46	|      7489 |   71944   207241   480702 |   164043     6817     24 |  4.705 % |
25.26/25.38	|     11342 |   71904   207057   480307 |   180448    10667     27 |  4.814 % |
26.75/26.85	|     17110 |   71862   206854   479867 |   198493    16435     28 |  4.814 % |
28.36/28.46	|     25762 |   71862   206854   479867 |   218342    25087     31 |  4.814 % |
31.76/31.81	|     38739 |   71855   206851   479861 |   240176    38061     32 |  4.823 % |
36.55/36.62	|     58203 |   71850   206827   479812 |   264194    57520     33 |  4.829 % |
46.24/46.34	===============================================================================
46.24/46.34	restarts              : 15
46.24/46.34	conflicts             : 85620          (3483 /sec)
46.24/46.34	decisions             : 352902         (1.55 % random) (14355 /sec)
46.24/46.34	propagations          : 54660351       (2223388 /sec)
46.24/46.34	conflict literals     : 2909582        (34.48 % deleted)
46.24/46.34	Memory used           : 30.49 MB
46.24/46.34	CPU time              : 24.5843 s
46.24/46.34	
46.24/46.34	UNSATISFIABLE
46.24/46.35	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-1797443-1242090870/watcher-1797443-1242090870 -o /tmp/evaluation-result-1797443-1242090870/solver-1797443-1242090870 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1797443-1242090870.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 0.99 0.99 3/64 12922
/proc/meminfo: memFree=1172000/2055920 swapFree=4181940/4192956
[pid=12922] ppid=12920 vsize=5360 CPUtime=0
/proc/12922/stat : 12922 (run.sh) S 12920 12922 12729 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 237114305 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12922/statm: 1340 237 196 169 0 51 0
[pid=12923] ppid=12922 vsize=1608 CPUtime=0
/proc/12923/stat : 12923 (revival) R 12922 12922 12729 0 -1 4194304 136 0 0 0 0 0 0 0 18 0 1 0 237114305 1646592 103 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/12923/statm: 402 110 80 6 0 40 0

[startup+0.00825392 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 12922
/proc/meminfo: memFree=1172000/2055920 swapFree=4181940/4192956
[pid=12922] ppid=12920 vsize=5360 CPUtime=0
/proc/12922/stat : 12922 (run.sh) S 12920 12922 12729 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 237114305 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12922/statm: 1340 237 196 169 0 51 0
[pid=12923] ppid=12922 vsize=3660 CPUtime=0
/proc/12923/stat : 12923 (revival) R 12922 12922 12729 0 -1 4194304 625 0 0 0 0 0 0 0 18 0 1 0 237114305 3747840 592 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/12923/statm: 915 598 81 6 0 553 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9020

[startup+0.101261 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 12922
/proc/meminfo: memFree=1172000/2055920 swapFree=4181940/4192956
[pid=12922] ppid=12920 vsize=5360 CPUtime=0
/proc/12922/stat : 12922 (run.sh) S 12920 12922 12729 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 237114305 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12922/statm: 1340 237 196 169 0 51 0
[pid=12923] ppid=12922 vsize=21508 CPUtime=0.08
/proc/12923/stat : 12923 (revival) R 12922 12922 12729 0 -1 4194304 4306 0 0 0 7 1 0 0 18 0 1 0 237114305 22024192 4265 1992294400 134512640 134537284 4294956368 18446744073709551615 134524859 0 0 4096 0 0 0 0 17 0 0 0
/proc/12923/statm: 5377 4265 82 6 0 5015 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 26868

[startup+0.301278 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 12922
/proc/meminfo: memFree=1172000/2055920 swapFree=4181940/4192956
[pid=12922] ppid=12920 vsize=5360 CPUtime=0
/proc/12922/stat : 12922 (run.sh) S 12920 12922 12729 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 237114305 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12922/statm: 1340 237 196 169 0 51 0
[pid=12923] ppid=12922 vsize=17872 CPUtime=0.28
/proc/12923/stat : 12923 (revival) R 12922 12922 12729 0 -1 4194304 4311 0 0 0 27 1 0 0 19 0 1 50000 237114305 18300928 3362 1992294400 134512640 134537284 4294956368 18446744073709551615 134523887 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12923/statm: 4468 3362 85 6 0 4106 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 23232

[startup+0.701312 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 12922
/proc/meminfo: memFree=1172000/2055920 swapFree=4181940/4192956
[pid=12922] ppid=12920 vsize=5360 CPUtime=0
/proc/12922/stat : 12922 (run.sh) S 12920 12922 12729 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 237114305 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12922/statm: 1340 237 196 169 0 51 0
[pid=12923] ppid=12922 vsize=17872 CPUtime=0.68
/proc/12923/stat : 12923 (revival) R 12922 12922 12729 0 -1 4194304 4311 0 0 0 67 1 0 0 23 0 1 50000 237114305 18300928 3362 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12923/statm: 4468 3362 85 6 0 4106 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 23232

[startup+1.50138 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 12924
/proc/meminfo: memFree=1158416/2055920 swapFree=4181940/4192956
[pid=12922] ppid=12920 vsize=5360 CPUtime=0
/proc/12922/stat : 12922 (run.sh) S 12920 12922 12729 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 237114305 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12922/statm: 1340 237 196 169 0 51 0
[pid=12923] ppid=12922 vsize=17872 CPUtime=1.48
/proc/12923/stat : 12923 (revival) R 12922 12922 12729 0 -1 4194304 4311 0 0 0 147 1 0 0 25 0 1 50000 237114305 18300928 3362 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12923/statm: 4468 3362 85 6 0 4106 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 23232

[startup+3.10152 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 12924
/proc/meminfo: memFree=1158288/2055920 swapFree=4181940/4192956
[pid=12922] ppid=12920 vsize=5360 CPUtime=0
/proc/12922/stat : 12922 (run.sh) S 12920 12922 12729 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 237114305 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12922/statm: 1340 237 196 169 0 51 0
[pid=12923] ppid=12922 vsize=17872 CPUtime=3.08
/proc/12923/stat : 12923 (revival) R 12922 12922 12729 0 -1 4194304 4311 0 0 0 307 1 0 0 25 0 1 50000 237114305 18300928 3362 1992294400 134512640 134537284 4294956368 18446744073709551615 134523890 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12923/statm: 4468 3362 85 6 0 4106 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 23232

[startup+6.3018 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 12924
/proc/meminfo: memFree=1158160/2055920 swapFree=4181940/4192956
[pid=12922] ppid=12920 vsize=5360 CPUtime=0
/proc/12922/stat : 12922 (run.sh) S 12920 12922 12729 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 237114305 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12922/statm: 1340 237 196 169 0 51 0
[pid=12923] ppid=12922 vsize=17872 CPUtime=6.29
/proc/12923/stat : 12923 (revival) R 12922 12922 12729 0 -1 4194304 4311 0 0 0 627 2 0 0 25 0 1 50000 237114305 18300928 3362 1992294400 134512640 134537284 4294956368 18446744073709551615 134524011 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12923/statm: 4468 3362 85 6 0 4106 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23232

[startup+12.7014 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 12924
/proc/meminfo: memFree=1158096/2055920 swapFree=4181940/4192956
[pid=12922] ppid=12920 vsize=5360 CPUtime=0
/proc/12922/stat : 12922 (run.sh) S 12920 12922 12729 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 237114305 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12922/statm: 1340 237 196 169 0 51 0
[pid=12923] ppid=12922 vsize=17872 CPUtime=12.69
/proc/12923/stat : 12923 (revival) R 12922 12922 12729 0 -1 4194304 4311 0 0 0 1267 2 0 0 25 0 1 50000 237114305 18300928 3362 1992294400 134512640 134537284 4294956368 18446744073709551615 134531158 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12923/statm: 4468 3362 85 6 0 4106 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 23232

[startup+25.5015 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 12925
/proc/meminfo: memFree=1152848/2055920 swapFree=4181940/4192956
[pid=12922] ppid=12920 vsize=5360 CPUtime=21.66
/proc/12922/stat : 12922 (run.sh) S 12920 12922 12729 0 -1 4194304 312 4326 0 0 0 0 2163 3 16 0 1 0 237114305 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12922/statm: 1340 238 197 169 0 51 0
[pid=12925] ppid=12922 vsize=17828 CPUtime=3.8
/proc/12925/stat : 12925 (minisat) R 12922 12922 12729 0 -1 4194304 3986 0 0 0 379 1 0 0 25 0 1 0 237116473 18255872 3944 1992294400 134512640 135212939 4294956240 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/12925/statm: 4457 3944 77 170 0 4285 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 23188

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

[startup+38.3016 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 12925
/proc/meminfo: memFree=1143888/2055920 swapFree=4181940/4192956
[pid=12922] ppid=12920 vsize=5360 CPUtime=21.66
/proc/12922/stat : 12922 (run.sh) S 12920 12922 12729 0 -1 4194304 312 4326 0 0 0 0 2163 3 16 0 1 0 237114305 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12922/statm: 1340 238 197 169 0 51 0
[pid=12925] ppid=12922 vsize=27236 CPUtime=16.59
/proc/12925/stat : 12925 (minisat) R 12922 12922 12729 0 -1 4194304 6313 0 0 0 1655 4 0 0 25 0 1 0 237116473 27889664 6271 1992294400 134512640 135212939 4294956240 18446744073709551615 134719078 0 0 4096 3 0 0 0 17 0 0 0
/proc/12925/statm: 6809 6271 77 170 0 6637 0
Current children cumulated CPU time (s) 38.25
Current children cumulated vsize (KiB) 32596

[startup+41.5019 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 12925
/proc/meminfo: memFree=1141776/2055920 swapFree=4181940/4192956
[pid=12922] ppid=12920 vsize=5360 CPUtime=21.66
/proc/12922/stat : 12922 (run.sh) S 12920 12922 12729 0 -1 4194304 312 4326 0 0 0 0 2163 3 16 0 1 0 237114305 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12922/statm: 1340 238 197 169 0 51 0
[pid=12925] ppid=12922 vsize=29096 CPUtime=19.78
/proc/12925/stat : 12925 (minisat) R 12922 12922 12729 0 -1 4194304 6783 0 0 0 1974 4 0 0 25 0 1 0 237116473 29794304 6741 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12925/statm: 7274 6741 77 170 0 7102 0
Current children cumulated CPU time (s) 41.44
Current children cumulated vsize (KiB) 34456

[startup+44.7011 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 12925
/proc/meminfo: memFree=1139856/2055920 swapFree=4181940/4192956
[pid=12922] ppid=12920 vsize=5360 CPUtime=21.66
/proc/12922/stat : 12922 (run.sh) S 12920 12922 12729 0 -1 4194304 312 4326 0 0 0 0 2163 3 16 0 1 0 237114305 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12922/statm: 1340 238 197 169 0 51 0
[pid=12925] ppid=12922 vsize=31076 CPUtime=22.99
/proc/12925/stat : 12925 (minisat) R 12922 12922 12729 0 -1 4194304 7284 0 0 0 2294 5 0 0 25 0 1 0 237116473 31821824 7242 1992294400 134512640 135212939 4294956240 18446744073709551615 134527014 0 0 4096 3 0 0 0 17 0 0 0
/proc/12925/statm: 7769 7242 77 170 0 7597 0
Current children cumulated CPU time (s) 44.65
Current children cumulated vsize (KiB) 36436

[startup+45.5012 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 12925
/proc/meminfo: memFree=1139280/2055920 swapFree=4181940/4192956
[pid=12922] ppid=12920 vsize=5360 CPUtime=21.66
/proc/12922/stat : 12922 (run.sh) S 12920 12922 12729 0 -1 4194304 312 4326 0 0 0 0 2163 3 16 0 1 0 237114305 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12922/statm: 1340 238 197 169 0 51 0
[pid=12925] ppid=12922 vsize=31216 CPUtime=23.78
/proc/12925/stat : 12925 (minisat) R 12922 12922 12729 0 -1 4194304 7319 0 0 0 2373 5 0 0 25 0 1 0 237116473 31965184 7277 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12925/statm: 7804 7277 77 170 0 7632 0
Current children cumulated CPU time (s) 45.44
Current children cumulated vsize (KiB) 36576

[startup+45.9012 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 12925
/proc/meminfo: memFree=1139280/2055920 swapFree=4181940/4192956
[pid=12922] ppid=12920 vsize=5360 CPUtime=21.66
/proc/12922/stat : 12922 (run.sh) S 12920 12922 12729 0 -1 4194304 312 4326 0 0 0 0 2163 3 16 0 1 0 237114305 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12922/statm: 1340 238 197 169 0 51 0
[pid=12925] ppid=12922 vsize=31216 CPUtime=24.18
/proc/12925/stat : 12925 (minisat) R 12922 12922 12729 0 -1 4194304 7322 0 0 0 2413 5 0 0 25 0 1 0 237116473 31965184 7280 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12925/statm: 7804 7280 77 170 0 7632 0
Current children cumulated CPU time (s) 45.84
Current children cumulated vsize (KiB) 36576

[startup+46.3013 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 12925
/proc/meminfo: memFree=1139216/2055920 swapFree=4181940/4192956
[pid=12922] ppid=12920 vsize=5360 CPUtime=21.66
/proc/12922/stat : 12922 (run.sh) S 12920 12922 12729 0 -1 4194304 312 4326 0 0 0 0 2163 3 16 0 1 0 237114305 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12922/statm: 1340 238 197 169 0 51 0
[pid=12925] ppid=12922 vsize=31216 CPUtime=24.58
/proc/12925/stat : 12925 (minisat) R 12922 12922 12729 0 -1 4194304 7322 0 0 0 2453 5 0 0 25 0 1 0 237116473 31965184 7280 1992294400 134512640 135212939 4294956240 18446744073709551615 134538793 0 0 4096 3 0 0 0 17 0 0 0
/proc/12925/statm: 7804 7280 77 170 0 7632 0
Current children cumulated CPU time (s) 46.24
Current children cumulated vsize (KiB) 36576

Child status: 20
Real time (s): 46.3521
CPU time (s): 46.318
CPU user time (s): 46.219
CPU system time (s): 0.098984
CPU usage (%): 99.9263
Max. virtual memory (cumulated for all children) (KiB): 36576

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

runsolver used 0.040993 second user time and 0.138978 second system time

The end

Launcher Data

Begin job on node58 at 2009-05-12 03:14:31
IDJOB=1797443
IDBENCH=71767
IDSOLVER=649
FILE ID=node58/1797443-1242090870
PBS_JOBID= 9277692
Free space on /tmp= 66096 MiB

SOLVER NAME= ReVivAl 0.23 2009-03-18
BENCH NAME= SAT_RACE06/manol-pipe-g7nidw.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797443-1242090870/watcher-1797443-1242090870 -o /tmp/evaluation-result-1797443-1242090870/solver-1797443-1242090870 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1797443-1242090870.cnf HOME

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

MD5SUM BENCH= a0303c742e981cc0d4711ad3ac66f146
RANDOM SEED=965488019

node58.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.233
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.233
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:       1172544 kB
Buffers:         69368 kB
Cached:         731088 kB
SwapCached:       4936 kB
Active:         209044 kB
Inactive:       599908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1172544 kB
SwapTotal:     4192956 kB
SwapFree:      4181940 kB
Dirty:            5216 kB
Writeback:           0 kB
Mapped:          14656 kB
Slab:            60580 kB
Committed_AS:   761640 kB
PageTables:       1356 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= 66092 MiB
End job on node58 at 2009-05-12 03:15:17