Trace number 1797100

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 512.066 512.328

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-10-5p0.cnf
MD5SUM9d45c35f4df88b155135c4914792c59e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark73.1389
Satisfiable
(Un)Satisfiability was proved
Number of variables104481
Number of clauses500875
Sum of the clauses size1175028
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2398201
Number of clauses of size 369976
Number of clauses of size 43020
Number of clauses of size 512080
Number of clauses of size over 512100

Solver Data

0.00/0.00	c revival is preprocessing the formula...Time out is reached... exporting CNF
500.04/500.39	#ITERATIONS 4
500.04/500.39	#LEARNT CLAUSES 460
500.24/500.54	done !
500.24/500.54	c Calling MINISAT
500.24/500.54	This is MiniSat 2.0 beta
500.24/500.54	WARNING: for repeatability, setting FPU to use double precision
500.24/500.54	============================[ Problem Statistics ]=============================
500.24/500.54	|                                                                             |
500.24/500.55	|  Number of variables:  104481                                               |
500.24/500.55	|  Number of clauses:    229343                                               |
500.29/500.68	|  Parsing time:         0.11         s                                       |
500.29/500.69	============================[ Search Statistics ]==============================
500.29/500.69	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
500.29/500.69	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
500.29/500.69	===============================================================================
500.29/500.69	|         0 |   38764   162886   370115 |    54295        0    nan |  0.000 % |
500.29/500.73	|       101 |   38763   162886   370115 |    59724      100     59 | 62.900 % |
500.29/500.88	|       257 |   38763   162886   370115 |    65697      256     71 | 62.900 % |
500.29/501.09	|       482 |   38762   162863   370062 |    72267      481     69 | 62.900 % |
500.29/501.28	|       819 |   38762   162863   370062 |    79493      818    102 | 62.900 % |
501.93/502.29	|      1325 |   38762   162863   370062 |    87443     1324    119 | 62.900 % |
503.23/503.53	|      2085 |   38762   162863   370062 |    96187     2084    149 | 62.900 % |
504.73/505.07	|      3224 |   38752   162787   369887 |   105806     3217    133 | 62.910 % |
507.22/507.54	|      4932 |   38752   162787   369887 |   116386     4925    127 | 62.910 % |
511.02/511.38	|      7494 |   38509   159957   363327 |   128025     7252    117 | 63.143 % |
512.02/512.32	===============================================================================
512.02/512.32	restarts              : 10
512.02/512.32	conflicts             : 8041           (686 /sec)
512.02/512.32	decisions             : 42213          (1.45 % random) (3600 /sec)
512.02/512.32	propagations          : 25358933       (2162953 /sec)
512.02/512.32	conflict literals     : 910913         (25.14 % deleted)
512.02/512.32	Memory used           : 20.11 MB
512.02/512.32	CPU time              : 11.7242 s
512.02/512.32	
512.02/512.32	UNSATISFIABLE
512.02/512.32	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-1797100-1242084113/watcher-1797100-1242084113 -o /tmp/evaluation-result-1797100-1242084113/solver-1797100-1242084113 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1797100-1242084113.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 11288
/proc/meminfo: memFree=1198656/2055920 swapFree=4181384/4192956
[pid=11288] ppid=11286 vsize=5360 CPUtime=0
/proc/11288/stat : 11288 (run.sh) R 11286 11288 10807 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 236439426 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 264840473247 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/11288/statm: 1340 236 195 169 0 51 0
[pid=11289] ppid=11288 vsize=2124 CPUtime=0
/proc/11289/stat : 11289 (revival) R 11288 11288 10807 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236439427 2174976 253 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/11289/statm: 531 259 81 6 0 169 0

[startup+0.0668859 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11288
/proc/meminfo: memFree=1198656/2055920 swapFree=4181384/4192956
[pid=11288] ppid=11286 vsize=5360 CPUtime=0
/proc/11288/stat : 11288 (run.sh) S 11286 11288 10807 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236439426 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11288/statm: 1340 237 196 169 0 51 0
[pid=11289] ppid=11288 vsize=23184 CPUtime=0.05
/proc/11289/stat : 11289 (revival) R 11288 11288 10807 0 -1 4194304 4895 0 0 0 3 2 0 0 20 0 1 0 236439427 23740416 4856 1992294400 134512640 134537284 4294956368 18446744073709551615 134527481 0 0 4096 0 0 0 0 17 0 0 0
/proc/11289/statm: 5796 4857 82 6 0 5434 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 28544

[startup+0.101891 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11288
/proc/meminfo: memFree=1198656/2055920 swapFree=4181384/4192956
[pid=11288] ppid=11286 vsize=5360 CPUtime=0
/proc/11288/stat : 11288 (run.sh) S 11286 11288 10807 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236439426 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11288/statm: 1340 237 196 169 0 51 0
[pid=11289] ppid=11288 vsize=25088 CPUtime=0.09
/proc/11289/stat : 11289 (revival) R 11288 11288 10807 0 -1 4194304 5348 0 0 0 7 2 0 0 20 0 1 0 236439427 25690112 5309 1992294400 134512640 134537284 4294956368 18446744073709551615 11714994 0 0 4096 0 0 0 0 17 0 0 0
/proc/11289/statm: 6272 5309 82 6 0 5910 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30448

[startup+0.301927 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11288
/proc/meminfo: memFree=1198656/2055920 swapFree=4181384/4192956
[pid=11288] ppid=11286 vsize=5360 CPUtime=0
/proc/11288/stat : 11288 (run.sh) S 11286 11288 10807 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236439426 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11288/statm: 1340 237 196 169 0 51 0
[pid=11289] ppid=11288 vsize=36644 CPUtime=0.29
/proc/11289/stat : 11289 (revival) R 11288 11288 10807 0 -1 4194304 8298 0 0 0 26 3 0 0 21 0 1 0 236439427 37523456 8259 1992294400 134512640 134537284 4294956368 18446744073709551615 134521566 0 0 4096 0 0 0 0 17 0 0 0
/proc/11289/statm: 9161 8259 82 6 0 8799 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42004

[startup+0.702 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11288
/proc/meminfo: memFree=1198656/2055920 swapFree=4181384/4192956
[pid=11288] ppid=11286 vsize=5360 CPUtime=0
/proc/11288/stat : 11288 (run.sh) S 11286 11288 10807 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236439426 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11288/statm: 1340 237 196 169 0 51 0
[pid=11289] ppid=11288 vsize=28156 CPUtime=0.69
/proc/11289/stat : 11289 (revival) R 11288 11288 10807 0 -1 4194304 8344 0 0 0 66 3 0 0 25 0 1 50000 236439427 28831744 6184 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/11289/statm: 7039 6184 85 6 0 6677 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33516

[startup+1.50115 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11290
/proc/meminfo: memFree=1173872/2055920 swapFree=4181384/4192956
[pid=11288] ppid=11286 vsize=5360 CPUtime=0
/proc/11288/stat : 11288 (run.sh) S 11286 11288 10807 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236439426 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11288/statm: 1340 237 196 169 0 51 0
[pid=11289] ppid=11288 vsize=28156 CPUtime=1.49
/proc/11289/stat : 11289 (revival) R 11288 11288 10807 0 -1 4194304 8344 0 0 0 146 3 0 0 25 0 1 50000 236439427 28831744 6184 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/11289/statm: 7039 6184 85 6 0 6677 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33516

[startup+3.10144 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11290
/proc/meminfo: memFree=1173744/2055920 swapFree=4181384/4192956
[pid=11288] ppid=11286 vsize=5360 CPUtime=0
/proc/11288/stat : 11288 (run.sh) S 11286 11288 10807 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236439426 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11288/statm: 1340 237 196 169 0 51 0
[pid=11289] ppid=11288 vsize=28156 CPUtime=3.09
/proc/11289/stat : 11289 (revival) R 11288 11288 10807 0 -1 4194304 8344 0 0 0 306 3 0 0 25 0 1 50000 236439427 28831744 6184 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/11289/statm: 7039 6184 85 6 0 6677 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33516

[startup+6.30202 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11290
/proc/meminfo: memFree=1173680/2055920 swapFree=4181384/4192956
[pid=11288] ppid=11286 vsize=5360 CPUtime=0
/proc/11288/stat : 11288 (run.sh) S 11286 11288 10807 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236439426 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11288/statm: 1340 237 196 169 0 51 0
[pid=11289] ppid=11288 vsize=28156 CPUtime=6.29
/proc/11289/stat : 11289 (revival) R 11288 11288 10807 0 -1 4194304 8350 0 0 0 626 3 0 0 25 0 1 50000 236439427 28831744 6190 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/11289/statm: 7039 6190 85 6 0 6677 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33516

[startup+12.7022 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11290
/proc/meminfo: memFree=1173624/2055920 swapFree=4181384/4192956
[pid=11288] ppid=11286 vsize=5360 CPUtime=0
/proc/11288/stat : 11288 (run.sh) S 11286 11288 10807 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236439426 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11288/statm: 1340 237 196 169 0 51 0
[pid=11289] ppid=11288 vsize=28156 CPUtime=12.68
/proc/11289/stat : 11289 (revival) R 11288 11288 10807 0 -1 4194304 8361 0 0 0 1265 3 0 0 25 0 1 50000 236439427 28831744 6201 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/11289/statm: 7039 6201 85 6 0 6677 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 33516

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11290
/proc/meminfo: memFree=1173688/2055920 swapFree=4181384/4192956
[pid=11288] ppid=11286 vsize=5360 CPUtime=0
/proc/11288/stat : 11288 (run.sh) S 11286 11288 10807 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236439426 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11288/statm: 1340 237 196 169 0 51 0
[pid=11289] ppid=11288 vsize=28156 CPUtime=25.47
/proc/11289/stat : 11289 (revival) R 11288 11288 10807 0 -1 4194304 8362 0 0 0 2544 3 0 0 25 0 1 50000 236439427 28831744 6202 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/11289/statm: 7039 6202 85 6 0 6677 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 33516

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11290
/proc/meminfo: memFree=1173688/2055920 swapFree=4181384/4192956
[pid=11288] ppid=11286 vsize=5360 CPUtime=0
/proc/11288/stat : 11288 (run.sh) S 11286 11288 10807 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236439426 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11288/statm: 1340 237 196 169 0 51 0
[pid=11289] ppid=11288 vsize=28156 CPUtime=51.07
/proc/11289/stat : 11289 (revival) R 11288 11288 10807 0 -1 4194304 8363 0 0 0 5104 3 0 0 25 0 1 50000 236439427 28831744 6203 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/11289/statm: 7039 6203 85 6 0 6677 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 33516

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11290
/proc/meminfo: memFree=1173624/2055920 swapFree=4181384/4192956
[pid=11288] ppid=11286 vsize=5360 CPUtime=0
/proc/11288/stat : 11288 (run.sh) S 11286 11288 10807 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236439426 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11288/statm: 1340 237 196 169 0 51 0
[pid=11289] ppid=11288 vsize=28156 CPUtime=102.24
/proc/11289/stat : 11289 (revival) R 11288 11288 10807 0 -1 4194304 8364 0 0 0 10221 3 0 0 25 0 1 50000 236439427 28831744 6204 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/11289/statm: 7039 6204 85 6 0 6677 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 33516

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11290
/proc/meminfo: memFree=1173624/2055920 swapFree=4181384/4192956
[pid=11288] ppid=11286 vsize=5360 CPUtime=0
/proc/11288/stat : 11288 (run.sh) S 11286 11288 10807 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236439426 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11288/statm: 1340 237 196 169 0 51 0
[pid=11289] ppid=11288 vsize=28156 CPUtime=162.21
/proc/11289/stat : 11289 (revival) R 11288 11288 10807 0 -1 4194304 8376 0 0 0 16218 3 0 0 25 0 1 50000 236439427 28831744 6216 1992294400 134512640 134537284 4294956368 18446744073709551615 134524000 0 0 4096 8192 0 0 0 17 0 0 0
/proc/11289/statm: 7039 6216 85 6 0 6677 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 33516

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11290
/proc/meminfo: memFree=1173560/2055920 swapFree=4181384/4192956
[pid=11288] ppid=11286 vsize=5360 CPUtime=0
/proc/11288/stat : 11288 (run.sh) S 11286 11288 10807 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236439426 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11288/statm: 1340 237 196 169 0 51 0
[pid=11289] ppid=11288 vsize=28156 CPUtime=222.18
/proc/11289/stat : 11289 (revival) R 11288 11288 10807 0 -1 4194304 8377 0 0 0 22215 3 0 0 25 0 1 50000 236439427 28831744 6217 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/11289/statm: 7039 6217 85 6 0 6677 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 33516

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11290
/proc/meminfo: memFree=1173560/2055920 swapFree=4181384/4192956
[pid=11288] ppid=11286 vsize=5360 CPUtime=0
/proc/11288/stat : 11288 (run.sh) S 11286 11288 10807 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236439426 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11288/statm: 1340 237 196 169 0 51 0
[pid=11289] ppid=11288 vsize=28156 CPUtime=282.15
/proc/11289/stat : 11289 (revival) R 11288 11288 10807 0 -1 4194304 8377 0 0 0 28212 3 0 0 25 0 1 50000 236439427 28831744 6217 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/11289/statm: 7039 6217 85 6 0 6677 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 33516

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11290
/proc/meminfo: memFree=1173560/2055920 swapFree=4181384/4192956
[pid=11288] ppid=11286 vsize=5360 CPUtime=0
/proc/11288/stat : 11288 (run.sh) S 11286 11288 10807 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236439426 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11288/statm: 1340 237 196 169 0 51 0
[pid=11289] ppid=11288 vsize=28156 CPUtime=342.11
/proc/11289/stat : 11289 (revival) R 11288 11288 10807 0 -1 4194304 8377 0 0 0 34208 3 0 0 25 0 1 50000 236439427 28831744 6217 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/11289/statm: 7039 6217 85 6 0 6677 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 33516

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11290
/proc/meminfo: memFree=1173560/2055920 swapFree=4181384/4192956
[pid=11288] ppid=11286 vsize=5360 CPUtime=0
/proc/11288/stat : 11288 (run.sh) S 11286 11288 10807 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236439426 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11288/statm: 1340 237 196 169 0 51 0
[pid=11289] ppid=11288 vsize=28156 CPUtime=402.08
/proc/11289/stat : 11289 (revival) R 11288 11288 10807 0 -1 4194304 8377 0 0 0 40205 3 0 0 25 0 1 50000 236439427 28831744 6217 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/11289/statm: 7039 6217 85 6 0 6677 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 33516

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11290
/proc/meminfo: memFree=1173560/2055920 swapFree=4181384/4192956
[pid=11288] ppid=11286 vsize=5360 CPUtime=0
/proc/11288/stat : 11288 (run.sh) S 11286 11288 10807 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236439426 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11288/statm: 1340 237 196 169 0 51 0
[pid=11289] ppid=11288 vsize=28156 CPUtime=462.06
/proc/11289/stat : 11289 (revival) R 11288 11288 10807 0 -1 4194304 8378 0 0 0 46203 3 0 0 25 0 1 50000 236439427 28831744 6218 1992294400 134512640 134537284 4294956368 18446744073709551615 134524000 0 0 4096 8192 0 0 0 17 0 0 0
/proc/11289/statm: 7039 6218 85 6 0 6677 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 33516

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

[startup+486.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11290
/proc/meminfo: memFree=1173560/2055920 swapFree=4181384/4192956
[pid=11288] ppid=11286 vsize=5360 CPUtime=0
/proc/11288/stat : 11288 (run.sh) S 11286 11288 10807 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236439426 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11288/statm: 1340 237 196 169 0 51 0
[pid=11289] ppid=11288 vsize=28156 CPUtime=486.04
/proc/11289/stat : 11289 (revival) R 11288 11288 10807 0 -1 4194304 8378 0 0 0 48601 3 0 0 25 0 1 50000 236439427 28831744 6218 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/11289/statm: 7039 6218 85 6 0 6677 0
Current children cumulated CPU time (s) 486.04
Current children cumulated vsize (KiB) 33516

[startup+499.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11290
/proc/meminfo: memFree=1173560/2055920 swapFree=4181384/4192956
[pid=11288] ppid=11286 vsize=5360 CPUtime=0
/proc/11288/stat : 11288 (run.sh) S 11286 11288 10807 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236439426 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11288/statm: 1340 237 196 169 0 51 0
[pid=11289] ppid=11288 vsize=28156 CPUtime=498.84
/proc/11289/stat : 11289 (revival) R 11288 11288 10807 0 -1 4194304 8378 0 0 0 49881 3 0 0 25 0 1 50000 236439427 28831744 6218 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/11289/statm: 7039 6218 85 6 0 6677 0
Current children cumulated CPU time (s) 498.84
Current children cumulated vsize (KiB) 33516

[startup+505.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11291
/proc/meminfo: memFree=1179512/2055920 swapFree=4181384/4192956
[pid=11288] ppid=11286 vsize=5360 CPUtime=500.29
/proc/11288/stat : 11288 (run.sh) S 11286 11288 10807 0 -1 4194304 312 8393 0 0 0 0 50024 5 16 0 1 0 236439426 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11288/statm: 1340 238 197 169 0 51 0
[pid=11291] ppid=11288 vsize=18852 CPUtime=4.93
/proc/11291/stat : 11291 (minisat) R 11288 11288 10807 0 -1 4194304 4106 0 0 0 491 2 0 0 25 0 1 0 236489481 19304448 4001 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/11291/statm: 4713 4001 77 170 0 4541 0
Current children cumulated CPU time (s) 505.22
Current children cumulated vsize (KiB) 24212

[startup+508.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11291
/proc/meminfo: memFree=1178168/2055920 swapFree=4181384/4192956
[pid=11288] ppid=11286 vsize=5360 CPUtime=500.29
/proc/11288/stat : 11288 (run.sh) S 11286 11288 10807 0 -1 4194304 312 8393 0 0 0 0 50024 5 16 0 1 0 236439426 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11288/statm: 1340 238 197 169 0 51 0
[pid=11291] ppid=11288 vsize=20056 CPUtime=8.13
/proc/11291/stat : 11291 (minisat) R 11288 11288 10807 0 -1 4194304 4416 0 0 0 810 3 0 0 25 0 1 0 236489481 20537344 4311 1992294400 134512640 135212939 4294956240 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/11291/statm: 5014 4311 77 170 0 4842 0
Current children cumulated CPU time (s) 508.42
Current children cumulated vsize (KiB) 25416

[startup+510.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11291
/proc/meminfo: memFree=1177464/2055920 swapFree=4181384/4192956
[pid=11288] ppid=11286 vsize=5360 CPUtime=500.29
/proc/11288/stat : 11288 (run.sh) S 11286 11288 10807 0 -1 4194304 312 8393 0 0 0 0 50024 5 16 0 1 0 236439426 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11288/statm: 1340 238 197 169 0 51 0
[pid=11291] ppid=11288 vsize=20452 CPUtime=9.73
/proc/11291/stat : 11291 (minisat) R 11288 11288 10807 0 -1 4194304 4529 0 0 0 970 3 0 0 25 0 1 0 236489481 20942848 4424 1992294400 134512640 135212939 4294956240 18446744073709551615 134536367 0 0 4096 3 0 0 0 17 0 0 0
/proc/11291/statm: 5113 4424 77 170 0 4941 0
Current children cumulated CPU time (s) 510.02
Current children cumulated vsize (KiB) 25812

[startup+511.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11291
/proc/meminfo: memFree=1177464/2055920 swapFree=4181384/4192956
[pid=11288] ppid=11286 vsize=5360 CPUtime=500.29
/proc/11288/stat : 11288 (run.sh) S 11286 11288 10807 0 -1 4194304 312 8393 0 0 0 0 50024 5 16 0 1 0 236439426 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11288/statm: 1340 238 197 169 0 51 0
[pid=11291] ppid=11288 vsize=20584 CPUtime=10.53
/proc/11291/stat : 11291 (minisat) R 11288 11288 10807 0 -1 4194304 4556 0 0 0 1050 3 0 0 25 0 1 0 236489481 21078016 4451 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/11291/statm: 5146 4451 77 170 0 4974 0
Current children cumulated CPU time (s) 510.82
Current children cumulated vsize (KiB) 25944

[startup+511.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11291
/proc/meminfo: memFree=1177336/2055920 swapFree=4181384/4192956
[pid=11288] ppid=11286 vsize=5360 CPUtime=500.29
/proc/11288/stat : 11288 (run.sh) S 11286 11288 10807 0 -1 4194304 312 8393 0 0 0 0 50024 5 16 0 1 0 236439426 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11288/statm: 1340 238 197 169 0 51 0
[pid=11291] ppid=11288 vsize=20584 CPUtime=11.33
/proc/11291/stat : 11291 (minisat) R 11288 11288 10807 0 -1 4194304 4561 0 0 0 1130 3 0 0 25 0 1 0 236489481 21078016 4456 1992294400 134512640 135212939 4294956240 18446744073709551615 134526563 0 0 4096 3 0 0 0 17 0 0 0
/proc/11291/statm: 5146 4456 77 170 0 4974 0
Current children cumulated CPU time (s) 511.62
Current children cumulated vsize (KiB) 25944

[startup+512.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11291
/proc/meminfo: memFree=1177336/2055920 swapFree=4181384/4192956
[pid=11288] ppid=11286 vsize=5360 CPUtime=500.29
/proc/11288/stat : 11288 (run.sh) S 11286 11288 10807 0 -1 4194304 312 8393 0 0 0 0 50024 5 16 0 1 0 236439426 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11288/statm: 1340 238 197 169 0 51 0
[pid=11291] ppid=11288 vsize=20584 CPUtime=11.73
/proc/11291/stat : 11291 (minisat) R 11288 11288 10807 0 -1 4194304 4561 0 0 0 1170 3 0 0 25 0 1 0 236489481 21078016 4456 1992294400 134512640 135212939 4294956240 18446744073709551615 134538793 0 0 4096 3 0 0 0 17 0 0 0
/proc/11291/statm: 5146 4456 77 170 0 4974 0
Current children cumulated CPU time (s) 512.02
Current children cumulated vsize (KiB) 25944

Child status: 20
Real time (s): 512.328
CPU time (s): 512.066
CPU user time (s): 511.972
CPU system time (s): 0.093985
CPU usage (%): 99.949
Max. virtual memory (cumulated for all children) (KiB): 42004

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

runsolver used 0.410937 second user time and 1.46278 second system time

The end

Launcher Data

Begin job on node44 at 2009-05-12 01:21:54
IDJOB=1797100
IDBENCH=70974
IDSOLVER=649
FILE ID=node44/1797100-1242084113
PBS_JOBID= 9277626
Free space on /tmp= 66364 MiB

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

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

MD5SUM BENCH= 9d45c35f4df88b155135c4914792c59e
RANDOM SEED=1048536269

node44.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.267
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	: 5931.00
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.267
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:       1199072 kB
Buffers:         71468 kB
Cached:         704100 kB
SwapCached:       5480 kB
Active:         154652 kB
Inactive:       629384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1199072 kB
SwapTotal:     4192956 kB
SwapFree:      4181384 kB
Dirty:            9980 kB
Writeback:           0 kB
Mapped:          14524 kB
Slab:            58744 kB
Committed_AS:   815376 kB
PageTables:       1404 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= 66360 MiB
End job on node44 at 2009-05-12 01:30:27