Trace number 1797044

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 789.613 789.978

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-c32s-col400-16.cnf
MD5SUMa8766c9a72f73eaac2d0ddc5a182692e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark74.5637
Satisfiable
(Un)Satisfiability was proved
Number of variables286329
Number of clauses839692
Sum of the clauses size1959280
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2559794
Number of clauses of size 3279897
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...Time out is reached... exporting CNF
500.16/500.45	#ITERATIONS 7
500.16/500.45	#LEARNT CLAUSES 4914
500.66/500.99	done !
500.66/500.99	c Calling MINISAT
500.66/500.99	This is MiniSat 2.0 beta
500.66/500.99	WARNING: for repeatability, setting FPU to use double precision
500.66/500.99	============================[ Problem Statistics ]=============================
500.66/500.99	|                                                                             |
500.66/500.99	|  Number of variables:  286329                                               |
500.66/500.99	|  Number of clauses:    710292                                               |
500.76/501.41	|  Parsing time:         0.35         s                                       |
500.76/501.44	============================[ Search Statistics ]==============================
500.76/501.44	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
500.76/501.44	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
500.76/501.44	===============================================================================
500.76/501.44	|         0 |  238776   662368  1491114 |   220789        0    nan |  0.000 % |
500.76/501.48	|       100 |  238776   662368  1491114 |   242868      100      3 | 16.608 % |
501.26/501.59	|       250 |  238776   662368  1491114 |   267155      250      8 | 16.608 % |
501.95/502.23	|       475 |  238776   662368  1491114 |   293870      475     18 | 16.608 % |
502.84/503.10	|       812 |  238776   662368  1491114 |   323257      812     24 | 16.608 % |
504.24/504.58	|      1319 |  238776   662368  1491114 |   355583     1319     34 | 16.608 % |
506.64/506.93	|      2078 |  238776   662368  1491114 |   391141     2078     38 | 16.608 % |
509.05/509.40	|      3218 |  238776   662368  1491114 |   430255     3218     38 | 16.608 % |
513.85/514.12	|      4926 |  238776   662368  1491114 |   473281     4926     40 | 16.608 % |
521.54/521.84	|      7490 |  238776   662368  1491114 |   520609     7490     38 | 16.608 % |
531.64/531.93	|     11334 |  238776   662368  1491114 |   572670    11334     36 | 16.608 % |
546.53/546.82	|     17100 |  238776   662368  1491114 |   629937    17100     36 | 16.608 % |
566.51/566.81	|     25749 |  238775   662365  1491108 |   692931    25748     34 | 16.608 % |
611.69/612.07	|     38725 |  238774   662362  1491102 |   762224    38723     36 | 16.609 % |
676.07/676.42	|     58188 |  238772   662356  1491090 |   838447    58184     37 | 16.609 % |
789.52/789.96	===============================================================================
789.52/789.96	restarts              : 15
789.52/789.96	conflicts             : 85839          (297 /sec)
789.52/789.96	decisions             : 121836         (1.88 % random) (422 /sec)
789.52/789.96	propagations          : 592517061      (2052212 /sec)
789.52/789.96	conflict literals     : 3072179        (55.02 % deleted)
789.52/789.96	Memory used           : 59.25 MB
789.52/789.96	CPU time              : 288.721 s
789.52/789.96	
789.52/789.96	UNSATISFIABLE
789.52/789.97	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-1797044-1242083332/watcher-1797044-1242083332 -o /tmp/evaluation-result-1797044-1242083332/solver-1797044-1242083332 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1797044-1242083332.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 2/64 31155
/proc/meminfo: memFree=1133616/2055920 swapFree=4165124/4192956
[pid=31155] ppid=31153 vsize=5360 CPUtime=0
/proc/31155/stat : 31155 (run.sh) R 31153 31155 30734 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 236359320 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 237947644575 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/31155/statm: 1340 236 195 169 0 51 0
[pid=31156] ppid=31155 vsize=2124 CPUtime=0
/proc/31156/stat : 31156 (revival) R 31155 31155 30734 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 236359321 2174976 237 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/31156/statm: 531 245 81 6 0 169 0

[startup+0.0714029 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 31155
/proc/meminfo: memFree=1133616/2055920 swapFree=4165124/4192956
[pid=31155] ppid=31153 vsize=5360 CPUtime=0
/proc/31155/stat : 31155 (run.sh) S 31153 31155 30734 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236359320 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31155/statm: 1340 237 196 169 0 51 0
[pid=31156] ppid=31155 vsize=24992 CPUtime=0.06
/proc/31156/stat : 31156 (revival) R 31155 31155 30734 0 -1 4194304 5634 0 0 0 3 3 0 0 19 0 1 0 236359321 25591808 5587 1992294400 134512640 134537284 4294956368 18446744073709551615 134526259 0 0 4096 0 0 0 0 17 0 0 0
/proc/31156/statm: 6248 5588 82 6 0 5886 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 30352

[startup+0.101404 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 31155
/proc/meminfo: memFree=1133616/2055920 swapFree=4165124/4192956
[pid=31155] ppid=31153 vsize=5360 CPUtime=0
/proc/31155/stat : 31155 (run.sh) S 31153 31155 30734 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236359320 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31155/statm: 1340 237 196 169 0 51 0
[pid=31156] ppid=31155 vsize=31740 CPUtime=0.09
/proc/31156/stat : 31156 (revival) R 31155 31155 30734 0 -1 4194304 6761 0 0 0 5 4 0 0 19 0 1 0 236359321 32501760 6714 1992294400 134512640 134537284 4294956368 18446744073709551615 12387963 0 0 4096 0 0 0 0 17 0 0 0
/proc/31156/statm: 7935 6715 82 6 0 7573 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37100

[startup+0.30142 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 31155
/proc/meminfo: memFree=1133616/2055920 swapFree=4165124/4192956
[pid=31155] ppid=31153 vsize=5360 CPUtime=0
/proc/31155/stat : 31155 (run.sh) S 31153 31155 30734 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236359320 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31155/statm: 1340 237 196 169 0 51 0
[pid=31156] ppid=31155 vsize=62080 CPUtime=0.29
/proc/31156/stat : 31156 (revival) R 31155 31155 30734 0 -1 4194304 14187 0 0 0 22 7 0 0 22 0 1 0 236359321 63569920 14140 1992294400 134512640 134537284 4294956368 18446744073709551615 12387963 0 0 4096 0 0 0 0 17 0 0 0
/proc/31156/statm: 15520 14143 82 6 0 15158 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67440

[startup+0.701453 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 31155
/proc/meminfo: memFree=1133616/2055920 swapFree=4165124/4192956
[pid=31155] ppid=31153 vsize=5360 CPUtime=0
/proc/31155/stat : 31155 (run.sh) S 31153 31155 30734 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236359320 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31155/statm: 1340 237 196 169 0 51 0
[pid=31156] ppid=31155 vsize=64068 CPUtime=0.69
/proc/31156/stat : 31156 (revival) R 31155 31155 30734 0 -1 4194304 15928 0 0 0 61 8 0 0 25 0 1 50000 236359321 65605632 12090 1992294400 134512640 134537284 4294956368 18446744073709551615 134531257 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31156/statm: 16017 12090 85 6 0 15655 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 69428

[startup+1.50151 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31157
/proc/meminfo: memFree=1084960/2055920 swapFree=4165124/4192956
[pid=31155] ppid=31153 vsize=5360 CPUtime=0
/proc/31155/stat : 31155 (run.sh) S 31153 31155 30734 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236359320 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31155/statm: 1340 237 196 169 0 51 0
[pid=31156] ppid=31155 vsize=64200 CPUtime=1.49
/proc/31156/stat : 31156 (revival) R 31155 31155 30734 0 -1 4194304 15934 0 0 0 141 8 0 0 25 0 1 50000 236359321 65740800 12096 1992294400 134512640 134537284 4294956368 18446744073709551615 134528330 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31156/statm: 16050 12096 85 6 0 15688 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 69560

[startup+3.10164 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31157
/proc/meminfo: memFree=1084832/2055920 swapFree=4165124/4192956
[pid=31155] ppid=31153 vsize=5360 CPUtime=0
/proc/31155/stat : 31155 (run.sh) S 31153 31155 30734 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236359320 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31155/statm: 1340 237 196 169 0 51 0
[pid=31156] ppid=31155 vsize=64200 CPUtime=3.09
/proc/31156/stat : 31156 (revival) R 31155 31155 30734 0 -1 4194304 15952 0 0 0 301 8 0 0 25 0 1 50000 236359321 65740800 12114 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31156/statm: 16050 12114 85 6 0 15688 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 69560

[startup+6.3029 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31157
/proc/meminfo: memFree=1084704/2055920 swapFree=4165124/4192956
[pid=31155] ppid=31153 vsize=5360 CPUtime=0
/proc/31155/stat : 31155 (run.sh) S 31153 31155 30734 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236359320 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31155/statm: 1340 237 196 169 0 51 0
[pid=31156] ppid=31155 vsize=64200 CPUtime=6.29
/proc/31156/stat : 31156 (revival) R 31155 31155 30734 0 -1 4194304 15980 0 0 0 621 8 0 0 25 0 1 50000 236359321 65740800 12142 1992294400 134512640 134537284 4294956368 18446744073709551615 134531257 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31156/statm: 16050 12142 85 6 0 15688 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 69560

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31157
/proc/meminfo: memFree=1084704/2055920 swapFree=4165124/4192956
[pid=31155] ppid=31153 vsize=5360 CPUtime=0
/proc/31155/stat : 31155 (run.sh) S 31153 31155 30734 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236359320 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31155/statm: 1340 237 196 169 0 51 0
[pid=31156] ppid=31155 vsize=64200 CPUtime=12.67
/proc/31156/stat : 31156 (revival) R 31155 31155 30734 0 -1 4194304 16024 0 0 0 1259 8 0 0 25 0 1 50000 236359321 65740800 12186 1992294400 134512640 134537284 4294956368 18446744073709551615 134523641 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31156/statm: 16050 12186 85 6 0 15688 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 69560

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31157
/proc/meminfo: memFree=1084640/2055920 swapFree=4165124/4192956
[pid=31155] ppid=31153 vsize=5360 CPUtime=0
/proc/31155/stat : 31155 (run.sh) S 31153 31155 30734 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236359320 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31155/statm: 1340 237 196 169 0 51 0
[pid=31156] ppid=31155 vsize=64532 CPUtime=25.47
/proc/31156/stat : 31156 (revival) R 31155 31155 30734 0 -1 4194304 16083 0 0 0 2539 8 0 0 25 0 1 50000 236359321 66080768 12245 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31156/statm: 16133 12245 85 6 0 15771 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 69892

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31157
/proc/meminfo: memFree=1084064/2055920 swapFree=4165124/4192956
[pid=31155] ppid=31153 vsize=5360 CPUtime=0
/proc/31155/stat : 31155 (run.sh) S 31153 31155 30734 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236359320 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31155/statm: 1340 237 196 169 0 51 0
[pid=31156] ppid=31155 vsize=64928 CPUtime=51.03
/proc/31156/stat : 31156 (revival) R 31155 31155 30734 0 -1 4194304 16211 0 0 0 5094 9 0 0 25 0 1 50000 236359321 66486272 12373 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31156/statm: 16232 12373 85 6 0 15870 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 70288

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31157
/proc/meminfo: memFree=1083552/2055920 swapFree=4165124/4192956
[pid=31155] ppid=31153 vsize=5360 CPUtime=0
/proc/31155/stat : 31155 (run.sh) S 31153 31155 30734 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236359320 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31155/statm: 1340 237 196 169 0 51 0
[pid=31156] ppid=31155 vsize=65588 CPUtime=102.21
/proc/31156/stat : 31156 (revival) R 31155 31155 30734 0 -1 4194304 16354 0 0 0 10212 9 0 0 25 0 1 50000 236359321 67162112 12516 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31156/statm: 16397 12516 85 6 0 16035 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 70948

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31157
/proc/meminfo: memFree=1082848/2055920 swapFree=4165124/4192956
[pid=31155] ppid=31153 vsize=5360 CPUtime=0
/proc/31155/stat : 31155 (run.sh) S 31153 31155 30734 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236359320 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31155/statm: 1340 237 196 169 0 51 0
[pid=31156] ppid=31155 vsize=66248 CPUtime=162.18
/proc/31156/stat : 31156 (revival) R 31155 31155 30734 0 -1 4194304 16546 0 0 0 16209 9 0 0 25 0 1 50000 236359321 67837952 12708 1992294400 134512640 134537284 4294956368 18446744073709551615 134531169 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31156/statm: 16562 12708 85 6 0 16200 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 71608

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31157
/proc/meminfo: memFree=1081760/2055920 swapFree=4165124/4192956
[pid=31155] ppid=31153 vsize=5360 CPUtime=0
/proc/31155/stat : 31155 (run.sh) S 31153 31155 30734 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236359320 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31155/statm: 1340 237 196 169 0 51 0
[pid=31156] ppid=31155 vsize=67304 CPUtime=222.17
/proc/31156/stat : 31156 (revival) R 31155 31155 30734 0 -1 4194304 16800 0 0 0 22207 10 0 0 25 0 1 50000 236359321 68919296 12962 1992294400 134512640 134537284 4294956368 18446744073709551615 134523958 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31156/statm: 16826 12962 85 6 0 16464 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 72664

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31157
/proc/meminfo: memFree=1080800/2055920 swapFree=4165124/4192956
[pid=31155] ppid=31153 vsize=5360 CPUtime=0
/proc/31155/stat : 31155 (run.sh) S 31153 31155 30734 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236359320 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31155/statm: 1340 237 196 169 0 51 0
[pid=31156] ppid=31155 vsize=68360 CPUtime=282.14
/proc/31156/stat : 31156 (revival) R 31155 31155 30734 0 -1 4194304 17049 0 0 0 28204 10 0 0 25 0 1 50000 236359321 70000640 13211 1992294400 134512640 134537284 4294956368 18446744073709551615 134523954 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31156/statm: 17090 13211 85 6 0 16728 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 73720

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31157
/proc/meminfo: memFree=1079712/2055920 swapFree=4165124/4192956
[pid=31155] ppid=31153 vsize=5360 CPUtime=0
/proc/31155/stat : 31155 (run.sh) S 31153 31155 30734 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236359320 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31155/statm: 1340 237 196 169 0 51 0
[pid=31156] ppid=31155 vsize=69416 CPUtime=342.13
/proc/31156/stat : 31156 (revival) R 31155 31155 30734 0 -1 4194304 17322 0 0 0 34202 11 0 0 25 0 1 50000 236359321 71081984 13484 1992294400 134512640 134537284 4294956368 18446744073709551615 134524042 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31156/statm: 17354 13484 85 6 0 16992 0
Current children cumulated CPU time (s) 342.13

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


[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31157
/proc/meminfo: memFree=1078560/2055920 swapFree=4165124/4192956
[pid=31155] ppid=31153 vsize=5360 CPUtime=0
/proc/31155/stat : 31155 (run.sh) S 31153 31155 30734 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236359320 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31155/statm: 1340 237 196 169 0 51 0
[pid=31156] ppid=31155 vsize=70604 CPUtime=402.1
/proc/31156/stat : 31156 (revival) R 31155 31155 30734 0 -1 4194304 17624 0 0 0 40199 11 0 0 25 0 1 50000 236359321 72298496 13786 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31156/statm: 17651 13786 85 6 0 17289 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 75964

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31157
/proc/meminfo: memFree=1077472/2055920 swapFree=4165124/4192956
[pid=31155] ppid=31153 vsize=5360 CPUtime=0
/proc/31155/stat : 31155 (run.sh) S 31153 31155 30734 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236359320 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31155/statm: 1340 237 196 169 0 51 0
[pid=31156] ppid=31155 vsize=71792 CPUtime=462.07
/proc/31156/stat : 31156 (revival) R 31155 31155 30734 0 -1 4194304 17906 0 0 0 46195 12 0 0 25 0 1 50000 236359321 73515008 14068 1992294400 134512640 134537284 4294956368 18446744073709551615 134523659 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31156/statm: 17948 14068 85 6 0 17586 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 77152

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31158
/proc/meminfo: memFree=1076392/2055920 swapFree=4165124/4192956
[pid=31155] ppid=31153 vsize=5360 CPUtime=500.76
/proc/31155/stat : 31155 (run.sh) S 31153 31155 30734 0 -1 4194304 312 18083 0 0 0 0 50059 17 16 0 1 0 236359320 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31155/statm: 1340 238 197 169 0 51 0
[pid=31158] ppid=31155 vsize=48256 CPUtime=21.28
/proc/31158/stat : 31158 (minisat) R 31155 31155 30734 0 -1 4194304 11461 0 0 0 2120 8 0 0 25 0 1 0 236409420 49414144 11328 1992294400 134512640 135212939 4294956240 18446744073709551615 134536594 0 0 4096 3 0 0 0 17 0 0 0
/proc/31158/statm: 12064 11328 77 170 0 11892 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 53616

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31158
/proc/meminfo: memFree=1072168/2055920 swapFree=4165124/4192956
[pid=31155] ppid=31153 vsize=5360 CPUtime=500.76
/proc/31155/stat : 31155 (run.sh) S 31153 31155 30734 0 -1 4194304 312 18083 0 0 0 0 50059 17 16 0 1 0 236359320 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31155/statm: 1340 238 197 169 0 51 0
[pid=31158] ppid=31155 vsize=52396 CPUtime=81.25
/proc/31158/stat : 31158 (minisat) R 31155 31155 30734 0 -1 4194304 12499 0 0 0 8116 9 0 0 25 0 1 0 236409420 53653504 12366 1992294400 134512640 135212939 4294956240 18446744073709551615 134530514 0 0 4096 3 0 0 0 17 0 0 0
/proc/31158/statm: 13099 12366 77 170 0 12927 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 57756

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31158
/proc/meminfo: memFree=1068648/2055920 swapFree=4165124/4192956
[pid=31155] ppid=31153 vsize=5360 CPUtime=500.76
/proc/31155/stat : 31155 (run.sh) S 31153 31155 30734 0 -1 4194304 312 18083 0 0 0 0 50059 17 16 0 1 0 236359320 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31155/statm: 1340 238 197 169 0 51 0
[pid=31158] ppid=31155 vsize=56040 CPUtime=141.23
/proc/31158/stat : 31158 (minisat) R 31155 31155 30734 0 -1 4194304 13397 0 0 0 14113 10 0 0 25 0 1 0 236409420 57384960 13264 1992294400 134512640 135212939 4294956240 18446744073709551615 134538835 0 0 4096 3 0 0 0 17 0 0 0
/proc/31158/statm: 14010 13264 77 170 0 13838 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 61400

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31158
/proc/meminfo: memFree=1064872/2055920 swapFree=4165124/4192956
[pid=31155] ppid=31153 vsize=5360 CPUtime=500.76
/proc/31155/stat : 31155 (run.sh) S 31153 31155 30734 0 -1 4194304 312 18083 0 0 0 0 50059 17 16 0 1 0 236359320 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31155/statm: 1340 238 197 169 0 51 0
[pid=31158] ppid=31155 vsize=59596 CPUtime=201.2
/proc/31158/stat : 31158 (minisat) R 31155 31155 30734 0 -1 4194304 14323 0 0 0 20109 11 0 0 25 0 1 0 236409420 61026304 14190 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/31158/statm: 14899 14190 77 170 0 14727 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 64956

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31158
/proc/meminfo: memFree=1063656/2055920 swapFree=4165124/4192956
[pid=31155] ppid=31153 vsize=5360 CPUtime=500.76
/proc/31155/stat : 31155 (run.sh) S 31153 31155 30734 0 -1 4194304 312 18083 0 0 0 0 50059 17 16 0 1 0 236359320 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31155/statm: 1340 238 197 169 0 51 0
[pid=31158] ppid=31155 vsize=60668 CPUtime=261.18
/proc/31158/stat : 31158 (minisat) R 31155 31155 30734 0 -1 4194304 14603 0 0 0 26107 11 0 0 25 0 1 0 236409420 62124032 14470 1992294400 134512640 135212939 4294956240 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/31158/statm: 15167 14470 77 170 0 14995 0
Current children cumulated CPU time (s) 761.94
Current children cumulated vsize (KiB) 66028

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

[startup+767.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31158
/proc/meminfo: memFree=1063656/2055920 swapFree=4165124/4192956
[pid=31155] ppid=31153 vsize=5360 CPUtime=500.76
/proc/31155/stat : 31155 (run.sh) S 31153 31155 30734 0 -1 4194304 312 18083 0 0 0 0 50059 17 16 0 1 0 236359320 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31155/statm: 1340 238 197 169 0 51 0
[pid=31158] ppid=31155 vsize=60668 CPUtime=266.77
/proc/31158/stat : 31158 (minisat) R 31155 31155 30734 0 -1 4194304 14603 0 0 0 26666 11 0 0 25 0 1 0 236409420 62124032 14470 1992294400 134512640 135212939 4294956240 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/31158/statm: 15167 14470 77 170 0 14995 0
Current children cumulated CPU time (s) 767.53
Current children cumulated vsize (KiB) 66028

[startup+780.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31158
/proc/meminfo: memFree=1063656/2055920 swapFree=4165124/4192956
[pid=31155] ppid=31153 vsize=5360 CPUtime=500.76
/proc/31155/stat : 31155 (run.sh) S 31153 31155 30734 0 -1 4194304 312 18083 0 0 0 0 50059 17 16 0 1 0 236359320 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31155/statm: 1340 238 197 169 0 51 0
[pid=31158] ppid=31155 vsize=60668 CPUtime=279.56
/proc/31158/stat : 31158 (minisat) R 31155 31155 30734 0 -1 4194304 14603 0 0 0 27945 11 0 0 25 0 1 0 236409420 62124032 14470 1992294400 134512640 135212939 4294956240 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/31158/statm: 15167 14470 77 170 0 14995 0
Current children cumulated CPU time (s) 780.32
Current children cumulated vsize (KiB) 66028

[startup+783.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31158
/proc/meminfo: memFree=1063656/2055920 swapFree=4165124/4192956
[pid=31155] ppid=31153 vsize=5360 CPUtime=500.76
/proc/31155/stat : 31155 (run.sh) S 31153 31155 30734 0 -1 4194304 312 18083 0 0 0 0 50059 17 16 0 1 0 236359320 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31155/statm: 1340 238 197 169 0 51 0
[pid=31158] ppid=31155 vsize=60668 CPUtime=282.76
/proc/31158/stat : 31158 (minisat) R 31155 31155 30734 0 -1 4194304 14603 0 0 0 28265 11 0 0 25 0 1 0 236409420 62124032 14470 1992294400 134512640 135212939 4294956240 18446744073709551615 134527014 0 0 4096 3 0 0 0 17 0 0 0
/proc/31158/statm: 15167 14470 77 170 0 14995 0
Current children cumulated CPU time (s) 783.52
Current children cumulated vsize (KiB) 66028

[startup+787.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31158
/proc/meminfo: memFree=1063656/2055920 swapFree=4165124/4192956
[pid=31155] ppid=31153 vsize=5360 CPUtime=500.76
/proc/31155/stat : 31155 (run.sh) S 31153 31155 30734 0 -1 4194304 312 18083 0 0 0 0 50059 17 16 0 1 0 236359320 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31155/statm: 1340 238 197 169 0 51 0
[pid=31158] ppid=31155 vsize=60668 CPUtime=285.96
/proc/31158/stat : 31158 (minisat) R 31155 31155 30734 0 -1 4194304 14603 0 0 0 28585 11 0 0 25 0 1 0 236409420 62124032 14470 1992294400 134512640 135212939 4294956240 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/31158/statm: 15167 14470 77 170 0 14995 0
Current children cumulated CPU time (s) 786.72
Current children cumulated vsize (KiB) 66028

[startup+788.706 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31158
/proc/meminfo: memFree=1063656/2055920 swapFree=4165124/4192956
[pid=31155] ppid=31153 vsize=5360 CPUtime=500.76
/proc/31155/stat : 31155 (run.sh) S 31153 31155 30734 0 -1 4194304 312 18083 0 0 0 0 50059 17 16 0 1 0 236359320 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31155/statm: 1340 238 197 169 0 51 0
[pid=31158] ppid=31155 vsize=60668 CPUtime=287.56
/proc/31158/stat : 31158 (minisat) R 31155 31155 30734 0 -1 4194304 14603 0 0 0 28745 11 0 0 25 0 1 0 236409420 62124032 14470 1992294400 134512640 135212939 4294956240 18446744073709551615 134526898 0 0 4096 3 0 0 0 17 0 0 0
/proc/31158/statm: 15167 14470 77 170 0 14995 0
Current children cumulated CPU time (s) 788.32
Current children cumulated vsize (KiB) 66028

[startup+789.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31158
/proc/meminfo: memFree=1063656/2055920 swapFree=4165124/4192956
[pid=31155] ppid=31153 vsize=5360 CPUtime=500.76
/proc/31155/stat : 31155 (run.sh) S 31153 31155 30734 0 -1 4194304 312 18083 0 0 0 0 50059 17 16 0 1 0 236359320 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31155/statm: 1340 238 197 169 0 51 0
[pid=31158] ppid=31155 vsize=60668 CPUtime=288.36
/proc/31158/stat : 31158 (minisat) R 31155 31155 30734 0 -1 4194304 14603 0 0 0 28825 11 0 0 25 0 1 0 236409420 62124032 14470 1992294400 134512640 135212939 4294956240 18446744073709551615 134526712 0 0 4096 3 0 0 0 17 0 0 0
/proc/31158/statm: 15167 14470 77 170 0 14995 0
Current children cumulated CPU time (s) 789.12
Current children cumulated vsize (KiB) 66028

[startup+789.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31158
/proc/meminfo: memFree=1063656/2055920 swapFree=4165124/4192956
[pid=31155] ppid=31153 vsize=5360 CPUtime=500.76
/proc/31155/stat : 31155 (run.sh) S 31153 31155 30734 0 -1 4194304 312 18083 0 0 0 0 50059 17 16 0 1 0 236359320 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31155/statm: 1340 238 197 169 0 51 0
[pid=31158] ppid=31155 vsize=60668 CPUtime=288.76
/proc/31158/stat : 31158 (minisat) R 31155 31155 30734 0 -1 4194304 14603 0 0 0 28865 11 0 0 25 0 1 0 236409420 62124032 14470 1992294400 134512640 135212939 4294956240 18446744073709551615 134717198 0 0 4096 3 0 0 0 17 0 0 0
/proc/31158/statm: 15167 14470 77 170 0 14995 0
Current children cumulated CPU time (s) 789.52
Current children cumulated vsize (KiB) 66028

Child status: 20
Real time (s): 789.978
CPU time (s): 789.613
CPU user time (s): 789.312
CPU system time (s): 0.300954
CPU usage (%): 99.9538
Max. virtual memory (cumulated for all children) (KiB): 77824

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

runsolver used 0.758884 second user time and 2.12368 second system time

The end

Launcher Data

Begin job on node69 at 2009-05-12 01:08:53
IDJOB=1797044
IDBENCH=70954
IDSOLVER=649
FILE ID=node69/1797044-1242083332
PBS_JOBID= 9277667
Free space on /tmp= 66212 MiB

SOLVER NAME= ReVivAl 0.23 2009-03-18
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-col400-16.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797044-1242083332/watcher-1797044-1242083332 -o /tmp/evaluation-result-1797044-1242083332/solver-1797044-1242083332 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1797044-1242083332.cnf HOME

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

MD5SUM BENCH= a8766c9a72f73eaac2d0ddc5a182692e
RANDOM SEED=788535819

node69.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.231
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.231
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:       1134160 kB
Buffers:         63704 kB
Cached:         748144 kB
SwapCached:      22444 kB
Active:          98552 kB
Inactive:       737760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1134160 kB
SwapTotal:     4192956 kB
SwapFree:      4165124 kB
Dirty:           16568 kB
Writeback:           0 kB
Mapped:          14260 kB
Slab:            71480 kB
Committed_AS:   742708 kB
PageTables:       1464 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= 66200 MiB
End job on node69 at 2009-05-12 01:22:03