Trace number 1797042

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SatElite + ReVivAl 0.23 2009-03-18UNSAT 750.06 750.414

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.14/500.47	#ITERATIONS 7
500.14/500.47	#LEARNT CLAUSES 4917
500.75/501.01	done !
500.75/501.01	c Now, SatElite...
500.75/501.01	c Parsing...
501.43/501.75	c ==============================================================================
501.43/501.75	c |           |     ORIGINAL     |              LEARNT              |          |
501.43/501.75	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
501.43/501.75	c ==============================================================================
501.43/501.75	c |         0 |  662350  1491065 |  198704       0        0     nan |  0.000 % |
505.83/506.12	c |         0 |  263888   773439 |      --       0       --      -- |     --   | -398462/-717626
505.83/506.12	c ==============================================================================
505.83/506.12	c Result  :   #vars: 68704   #clauses: 263888   #literals: 773439
505.83/506.12	c CPU time:   4.85926 s
505.83/506.12	c ==============================================================================
506.33/506.63	c SatElite is done !
506.33/506.63	c Calling MINISAT
506.33/506.63	This is MiniSat 2.0 beta
506.33/506.63	WARNING: for repeatability, setting FPU to use double precision
506.33/506.63	============================[ Problem Statistics ]=============================
506.33/506.63	|                                                                             |
506.33/506.63	|  Number of variables:  68704                                                |
506.33/506.63	|  Number of clauses:    263888                                               |
506.37/506.80	|  Parsing time:         0.16         s                                       |
506.37/506.82	============================[ Search Statistics ]==============================
506.37/506.82	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
506.37/506.82	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
506.37/506.82	===============================================================================
506.37/506.82	|         0 |   68704   263888   773439 |    87962        0    nan |  0.000 % |
506.37/506.83	|       101 |   68704   263888   773439 |    96758      101     12 |  0.000 % |
506.37/506.86	|       251 |   68704   263888   773439 |   106434      251     13 |  0.000 % |
506.37/506.94	|       476 |   68704   263888   773439 |   117078      476     18 |  0.000 % |
506.37/507.04	|       813 |   68704   263888   773439 |   128786      813     17 |  0.000 % |
507.12/507.43	|      1319 |   68704   263888   773439 |   141664     1319     18 |  0.000 % |
508.03/508.32	|      2078 |   68704   263888   773439 |   155831     2078     19 |  0.000 % |
509.22/509.54	|      3217 |   68704   263888   773439 |   171414     3217     20 |  0.000 % |
509.92/510.20	|      4927 |   68704   263888   773439 |   188555     4927     20 |  0.000 % |
511.52/511.86	|      7490 |   68704   263888   773439 |   207411     7490     19 |  0.000 % |
516.93/517.23	|     11335 |   68704   263888   773439 |   228152    11335     21 |  0.000 % |
522.33/522.65	|     17102 |   68704   263888   773439 |   250967    17102     22 |  0.000 % |
537.82/538.18	|     25752 |   68704   263888   773439 |   276064    25752     23 |  0.000 % |
555.91/556.20	|     38726 |   68704   263888   773439 |   303670    38726     24 |  0.000 % |
584.39/584.76	|     58188 |   68704   263888   773439 |   334038    58188     24 |  0.000 % |
635.77/636.19	|     87383 |   68676   263783   773068 |   367441    68016     24 |  0.041 % |
707.15/707.58	|    131172 |   68668   263738   772916 |   404186   108262     24 |  0.052 % |
750.03/750.40	===============================================================================
750.03/750.40	restarts              : 17
750.03/750.40	conflicts             : 173375         (712 /sec)
750.03/750.40	decisions             : 228094         (1.85 % random) (936 /sec)
750.03/750.40	propagations          : 390657209      (1603683 /sec)
750.03/750.40	conflict literals     : 4187610        (61.84 % deleted)
750.03/750.40	Memory used           : 38.16 MB
750.03/750.40	CPU time              : 243.6 s
750.03/750.40	
750.03/750.40	UNSATISFIABLE
750.03/750.41	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-1797042-1242083314/watcher-1797042-1242083314 -o /tmp/evaluation-result-1797042-1242083314/solver-1797042-1242083314 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1797042-1242083314.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: 0.91 0.97 0.99 3/64 29821
/proc/meminfo: memFree=1940392/2055920 swapFree=4178732/4192956
[pid=29821] ppid=29819 vsize=5360 CPUtime=0
/proc/29821/stat : 29821 (run.sh) S 29819 29821 29313 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236364161 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29821/statm: 1340 237 196 169 0 51 0
[pid=29822] ppid=29821 vsize=3660 CPUtime=0
/proc/29822/stat : 29822 (revival) R 29821 29821 29313 0 -1 4194304 637 0 0 0 0 0 0 0 18 0 1 0 236364162 3747840 603 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/29822/statm: 915 610 81 6 0 553 0

[startup+0.100192 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 29821
/proc/meminfo: memFree=1940392/2055920 swapFree=4178732/4192956
[pid=29821] ppid=29819 vsize=5360 CPUtime=0
/proc/29821/stat : 29821 (run.sh) S 29819 29821 29313 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236364161 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29821/statm: 1340 237 196 169 0 51 0
[pid=29822] ppid=29821 vsize=31740 CPUtime=0.08
/proc/29822/stat : 29822 (revival) R 29821 29821 29313 0 -1 4194304 6723 0 0 0 5 3 0 0 18 0 1 0 236364162 32501760 6675 1992294400 134512640 134537284 4294956368 18446744073709551615 134527481 0 0 4096 0 0 0 0 17 0 0 0
/proc/29822/statm: 7935 6677 82 6 0 7573 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 37100

[startup+0.202204 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 29821
/proc/meminfo: memFree=1940392/2055920 swapFree=4178732/4192956
[pid=29821] ppid=29819 vsize=5360 CPUtime=0
/proc/29821/stat : 29821 (run.sh) S 29819 29821 29313 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236364161 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29821/statm: 1340 237 196 169 0 51 0
[pid=29822] ppid=29821 vsize=49376 CPUtime=0.19
/proc/29822/stat : 29822 (revival) R 29821 29821 29313 0 -1 4194304 10495 0 0 0 14 5 0 0 18 0 1 0 236364162 50561024 10447 1992294400 134512640 134537284 4294956368 18446744073709551615 11380347 0 0 4096 0 0 0 0 17 0 0 0
/proc/29822/statm: 12344 10449 82 6 0 11982 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 54736

[startup+0.302217 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 29821
/proc/meminfo: memFree=1940392/2055920 swapFree=4178732/4192956
[pid=29821] ppid=29819 vsize=5360 CPUtime=0
/proc/29821/stat : 29821 (run.sh) S 29819 29821 29313 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236364161 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29821/statm: 1340 237 196 169 0 51 0
[pid=29822] ppid=29821 vsize=62080 CPUtime=0.29
/proc/29822/stat : 29822 (revival) R 29821 29821 29313 0 -1 4194304 14200 0 0 0 22 7 0 0 19 0 1 0 236364162 63569920 14152 1992294400 134512640 134537284 4294956368 18446744073709551615 11380347 0 0 4096 0 0 0 0 17 0 0 0
/proc/29822/statm: 15520 14153 82 6 0 15158 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67440

[startup+0.701263 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 29821
/proc/meminfo: memFree=1940392/2055920 swapFree=4178732/4192956
[pid=29821] ppid=29819 vsize=5360 CPUtime=0
/proc/29821/stat : 29821 (run.sh) S 29819 29821 29313 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236364161 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29821/statm: 1340 237 196 169 0 51 0
[pid=29822] ppid=29821 vsize=64068 CPUtime=0.69
/proc/29822/stat : 29822 (revival) R 29821 29821 29313 0 -1 4194304 15929 0 0 0 61 8 0 0 23 0 1 50000 236364162 65605632 12090 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29822/statm: 16017 12090 85 6 0 15655 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 69428

[startup+1.50236 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 29823
/proc/meminfo: memFree=1892000/2055920 swapFree=4178732/4192956
[pid=29821] ppid=29819 vsize=5360 CPUtime=0
/proc/29821/stat : 29821 (run.sh) S 29819 29821 29313 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236364161 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29821/statm: 1340 237 196 169 0 51 0
[pid=29822] ppid=29821 vsize=64200 CPUtime=1.49
/proc/29822/stat : 29822 (revival) R 29821 29821 29313 0 -1 4194304 15935 0 0 0 141 8 0 0 25 0 1 50000 236364162 65740800 12096 1992294400 134512640 134537284 4294956368 18446744073709551615 134531169 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29822/statm: 16050 12096 85 6 0 15688 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 69560

[startup+3.10155 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 29823
/proc/meminfo: memFree=1891872/2055920 swapFree=4178732/4192956
[pid=29821] ppid=29819 vsize=5360 CPUtime=0
/proc/29821/stat : 29821 (run.sh) S 29819 29821 29313 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236364161 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29821/statm: 1340 237 196 169 0 51 0
[pid=29822] ppid=29821 vsize=64200 CPUtime=3.09
/proc/29822/stat : 29822 (revival) R 29821 29821 29313 0 -1 4194304 15954 0 0 0 301 8 0 0 25 0 1 50000 236364162 65740800 12115 1992294400 134512640 134537284 4294956368 18446744073709551615 134531158 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29822/statm: 16050 12115 85 6 0 15688 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 69560

[startup+6.30193 s]
/proc/loadavg: 1.08 1.00 1.00 2/66 29823
/proc/meminfo: memFree=1891744/2055920 swapFree=4178732/4192956
[pid=29821] ppid=29819 vsize=5360 CPUtime=0
/proc/29821/stat : 29821 (run.sh) S 29819 29821 29313 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236364161 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29821/statm: 1340 237 196 169 0 51 0
[pid=29822] ppid=29821 vsize=64200 CPUtime=6.29
/proc/29822/stat : 29822 (revival) R 29821 29821 29313 0 -1 4194304 15981 0 0 0 621 8 0 0 25 0 1 50000 236364162 65740800 12142 1992294400 134512640 134537284 4294956368 18446744073709551615 134523659 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29822/statm: 16050 12142 85 6 0 15688 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 69560

[startup+12.7017 s]
/proc/loadavg: 1.07 1.00 1.00 2/66 29823
/proc/meminfo: memFree=1891744/2055920 swapFree=4178732/4192956
[pid=29821] ppid=29819 vsize=5360 CPUtime=0
/proc/29821/stat : 29821 (run.sh) S 29819 29821 29313 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236364161 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29821/statm: 1340 237 196 169 0 51 0
[pid=29822] ppid=29821 vsize=64368 CPUtime=12.69
/proc/29822/stat : 29822 (revival) R 29821 29821 29313 0 -1 4194304 16048 0 0 0 1261 8 0 0 25 0 1 50000 236364162 65912832 12209 1992294400 134512640 134537284 4294956368 18446744073709551615 134523787 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29822/statm: 16092 12209 85 6 0 15730 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 69728

[startup+25.5012 s]
/proc/loadavg: 1.06 1.00 1.00 2/66 29823
/proc/meminfo: memFree=1891616/2055920 swapFree=4178732/4192956
[pid=29821] ppid=29819 vsize=5360 CPUtime=0
/proc/29821/stat : 29821 (run.sh) S 29819 29821 29313 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236364161 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29821/statm: 1340 237 196 169 0 51 0
[pid=29822] ppid=29821 vsize=64532 CPUtime=25.48
/proc/29822/stat : 29822 (revival) R 29821 29821 29313 0 -1 4194304 16084 0 0 0 2540 8 0 0 25 0 1 50000 236364162 66080768 12245 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29822/statm: 16133 12245 85 6 0 15771 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 69892

[startup+51.1013 s]
/proc/loadavg: 1.04 1.00 1.00 2/66 29823
/proc/meminfo: memFree=1891104/2055920 swapFree=4178732/4192956
[pid=29821] ppid=29819 vsize=5360 CPUtime=0
/proc/29821/stat : 29821 (run.sh) S 29819 29821 29313 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236364161 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29821/statm: 1340 237 196 169 0 51 0
[pid=29822] ppid=29821 vsize=65060 CPUtime=51.07
/proc/29822/stat : 29822 (revival) R 29821 29821 29313 0 -1 4194304 16214 0 0 0 5099 8 0 0 25 0 1 50000 236364162 66621440 12375 1992294400 134512640 134537284 4294956368 18446744073709551615 134523958 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29822/statm: 16265 12375 85 6 0 15903 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 70420

[startup+102.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 29823
/proc/meminfo: memFree=1890592/2055920 swapFree=4178732/4192956
[pid=29821] ppid=29819 vsize=5360 CPUtime=0
/proc/29821/stat : 29821 (run.sh) S 29819 29821 29313 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236364161 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29821/statm: 1340 237 196 169 0 51 0
[pid=29822] ppid=29821 vsize=65588 CPUtime=102.25
/proc/29822/stat : 29822 (revival) R 29821 29821 29313 0 -1 4194304 16357 0 0 0 10217 8 0 0 25 0 1 50000 236364162 67162112 12518 1992294400 134512640 134537284 4294956368 18446744073709551615 134523992 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29822/statm: 16397 12518 85 6 0 16035 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 70948

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29823
/proc/meminfo: memFree=1889760/2055920 swapFree=4178732/4192956
[pid=29821] ppid=29819 vsize=5360 CPUtime=0
/proc/29821/stat : 29821 (run.sh) S 29819 29821 29313 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236364161 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29821/statm: 1340 237 196 169 0 51 0
[pid=29822] ppid=29821 vsize=66380 CPUtime=162.22
/proc/29822/stat : 29822 (revival) R 29821 29821 29313 0 -1 4194304 16549 0 0 0 16214 8 0 0 25 0 1 50000 236364162 67973120 12710 1992294400 134512640 134537284 4294956368 18446744073709551615 134523932 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29822/statm: 16595 12710 85 6 0 16233 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 71740

[startup+222.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29823
/proc/meminfo: memFree=1888736/2055920 swapFree=4178732/4192956
[pid=29821] ppid=29819 vsize=5360 CPUtime=0
/proc/29821/stat : 29821 (run.sh) S 29819 29821 29313 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236364161 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29821/statm: 1340 237 196 169 0 51 0
[pid=29822] ppid=29821 vsize=67304 CPUtime=222.21
/proc/29822/stat : 29822 (revival) R 29821 29821 29313 0 -1 4194304 16806 0 0 0 22212 9 0 0 25 0 1 50000 236364162 68919296 12967 1992294400 134512640 134537284 4294956368 18446744073709551615 134523936 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29822/statm: 16826 12967 85 6 0 16464 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 72664

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29823
/proc/meminfo: memFree=1887840/2055920 swapFree=4178732/4192956
[pid=29821] ppid=29819 vsize=5360 CPUtime=0
/proc/29821/stat : 29821 (run.sh) S 29819 29821 29313 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236364161 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29821/statm: 1340 237 196 169 0 51 0
[pid=29822] ppid=29821 vsize=68360 CPUtime=282.16
/proc/29822/stat : 29822 (revival) R 29821 29821 29313 0 -1 4194304 17054 0 0 0 28207 9 0 0 25 0 1 50000 236364162 70000640 13215 1992294400 134512640 134537284 4294956368 18446744073709551615 134524042 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29822/statm: 17090 13215 85 6 0 16728 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 73720

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29823
/proc/meminfo: memFree=1886688/2055920 swapFree=4178732/4192956
[pid=29821] ppid=29819 vsize=5360 CPUtime=0
/proc/29821/stat : 29821 (run.sh) S 29819 29821 29313 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236364161 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29821/statm: 1340 237 196 169 0 51 0
[pid=29822] ppid=29821 vsize=69416 CPUtime=342.12
/proc/29822/stat : 29822 (revival) R 29821 29821 29313 0 -1 4194304 17324 0 0 0 34203 9 0 0 25 0 1 50000 236364162 71081984 13485 1992294400 134512640 134537284 4294956368 18446744073709551615 134523724 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29822/statm: 17354 13485 85 6 0 16992 0
Current children cumulated CPU time (s) 342.12

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


[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29823
/proc/meminfo: memFree=1885472/2055920 swapFree=4178732/4192956
[pid=29821] ppid=29819 vsize=5360 CPUtime=0
/proc/29821/stat : 29821 (run.sh) S 29819 29821 29313 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236364161 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29821/statm: 1340 237 196 169 0 51 0
[pid=29822] ppid=29821 vsize=70604 CPUtime=402.09
/proc/29822/stat : 29822 (revival) R 29821 29821 29313 0 -1 4194304 17629 0 0 0 40199 10 0 0 25 0 1 50000 236364162 72298496 13790 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29822/statm: 17651 13790 85 6 0 17289 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 75964

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29823
/proc/meminfo: memFree=1884256/2055920 swapFree=4178732/4192956
[pid=29821] ppid=29819 vsize=5360 CPUtime=0
/proc/29821/stat : 29821 (run.sh) S 29819 29821 29313 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236364161 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29821/statm: 1340 237 196 169 0 51 0
[pid=29822] ppid=29821 vsize=71792 CPUtime=462.06
/proc/29822/stat : 29822 (revival) R 29821 29821 29313 0 -1 4194304 17912 0 0 0 46196 10 0 0 25 0 1 50000 236364162 73515008 14073 1992294400 134512640 134537284 4294956368 18446744073709551615 134524559 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29822/statm: 17948 14073 85 6 0 17586 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 77152

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29825
/proc/meminfo: memFree=1889632/2055920 swapFree=4178732/4192956
[pid=29821] ppid=29819 vsize=5360 CPUtime=506.37
/proc/29821/stat : 29821 (run.sh) S 29819 29821 29313 0 -1 4194304 341 55697 0 0 0 0 50592 45 16 0 1 0 236364161 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29821/statm: 1340 241 197 169 0 51 0
[pid=29825] ppid=29821 vsize=19880 CPUtime=15.65
/proc/29825/stat : 29825 (minisat) R 29821 29821 29313 0 -1 4194304 4684 0 0 0 1563 2 0 0 25 0 1 0 236414824 20357120 4664 1992294400 134512640 135212939 4294956240 18446744073709551615 134527273 0 0 4096 3 0 0 0 17 0 0 0
/proc/29825/statm: 4970 4664 77 170 0 4798 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 25240

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29825
/proc/meminfo: memFree=1883616/2055920 swapFree=4178732/4192956
[pid=29821] ppid=29819 vsize=5360 CPUtime=506.37
/proc/29821/stat : 29821 (run.sh) S 29819 29821 29313 0 -1 4194304 341 55697 0 0 0 0 50592 45 16 0 1 0 236364161 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29821/statm: 1340 241 197 169 0 51 0
[pid=29825] ppid=29821 vsize=25944 CPUtime=75.63
/proc/29825/stat : 29825 (minisat) R 29821 29821 29313 0 -1 4194304 6163 0 0 0 7560 3 0 0 25 0 1 0 236414824 26566656 6143 1992294400 134512640 135212939 4294956240 18446744073709551615 134538885 0 0 4096 3 0 0 0 17 0 0 0
/proc/29825/statm: 6486 6143 77 170 0 6314 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 31304

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29825
/proc/meminfo: memFree=1880864/2055920 swapFree=4178732/4192956
[pid=29821] ppid=29819 vsize=5360 CPUtime=506.37
/proc/29821/stat : 29821 (run.sh) S 29819 29821 29313 0 -1 4194304 341 55697 0 0 0 0 50592 45 16 0 1 0 236364161 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29821/statm: 1340 241 197 169 0 51 0
[pid=29825] ppid=29821 vsize=28852 CPUtime=135.6
/proc/29825/stat : 29825 (minisat) R 29821 29821 29313 0 -1 4194304 6886 0 0 0 13556 4 0 0 25 0 1 0 236414824 29544448 6866 1992294400 134512640 135212939 4294956240 18446744073709551615 134527074 0 0 4096 3 0 0 0 17 0 0 0
/proc/29825/statm: 7213 6866 77 170 0 7041 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 34212

[startup+702.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29825
/proc/meminfo: memFree=1876576/2055920 swapFree=4178732/4192956
[pid=29821] ppid=29819 vsize=5360 CPUtime=506.37
/proc/29821/stat : 29821 (run.sh) S 29819 29821 29313 0 -1 4194304 341 55697 0 0 0 0 50592 45 16 0 1 0 236364161 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29821/statm: 1340 241 197 169 0 51 0
[pid=29825] ppid=29821 vsize=32992 CPUtime=195.58
/proc/29825/stat : 29825 (minisat) R 29821 29821 29313 0 -1 4194304 7897 0 0 0 19553 5 0 0 25 0 1 0 236414824 33783808 7877 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/29825/statm: 8248 7877 77 170 0 8076 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 38352

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

[startup+716.802 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29825
/proc/meminfo: memFree=1874464/2055920 swapFree=4178732/4192956
[pid=29821] ppid=29819 vsize=5360 CPUtime=506.37
/proc/29821/stat : 29821 (run.sh) S 29819 29821 29313 0 -1 4194304 341 55697 0 0 0 0 50592 45 16 0 1 0 236364161 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29821/statm: 1340 241 197 169 0 51 0
[pid=29825] ppid=29821 vsize=35104 CPUtime=210.08
/proc/29825/stat : 29825 (minisat) R 29821 29821 29313 0 -1 4194304 8444 0 0 0 21002 6 0 0 25 0 1 0 236414824 35946496 8424 1992294400 134512640 135212939 4294956240 18446744073709551615 134526875 0 0 4096 3 0 0 0 17 0 0 0
/proc/29825/statm: 8776 8424 77 170 0 8604 0
Current children cumulated CPU time (s) 716.45
Current children cumulated vsize (KiB) 40464

[startup+729.601 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29825
/proc/meminfo: memFree=1872928/2055920 swapFree=4178732/4192956
[pid=29821] ppid=29819 vsize=5360 CPUtime=506.37
/proc/29821/stat : 29821 (run.sh) S 29819 29821 29313 0 -1 4194304 341 55697 0 0 0 0 50592 45 16 0 1 0 236364161 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29821/statm: 1340 241 197 169 0 51 0
[pid=29825] ppid=29821 vsize=36564 CPUtime=222.86
/proc/29825/stat : 29825 (minisat) R 29821 29821 29313 0 -1 4194304 8821 0 0 0 22280 6 0 0 25 0 1 0 236414824 37441536 8801 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/29825/statm: 9141 8801 77 170 0 8969 0
Current children cumulated CPU time (s) 729.23
Current children cumulated vsize (KiB) 41924

[startup+742.402 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29825
/proc/meminfo: memFree=1872096/2055920 swapFree=4178732/4192956
[pid=29821] ppid=29819 vsize=5360 CPUtime=506.37
/proc/29821/stat : 29821 (run.sh) S 29819 29821 29313 0 -1 4194304 341 55697 0 0 0 0 50592 45 16 0 1 0 236364161 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29821/statm: 1340 241 197 169 0 51 0
[pid=29825] ppid=29821 vsize=37356 CPUtime=235.67
/proc/29825/stat : 29825 (minisat) R 29821 29821 29313 0 -1 4194304 9042 0 0 0 23560 7 0 0 25 0 1 0 236414824 38252544 9022 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/29825/statm: 9339 9022 77 170 0 9167 0
Current children cumulated CPU time (s) 742.04
Current children cumulated vsize (KiB) 42716

[startup+745.602 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29825
/proc/meminfo: memFree=1871648/2055920 swapFree=4178732/4192956
[pid=29821] ppid=29819 vsize=5360 CPUtime=506.37
/proc/29821/stat : 29821 (run.sh) S 29819 29821 29313 0 -1 4194304 341 55697 0 0 0 0 50592 45 16 0 1 0 236364161 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29821/statm: 1340 241 197 169 0 51 0
[pid=29825] ppid=29821 vsize=38152 CPUtime=238.86
/proc/29825/stat : 29825 (minisat) R 29821 29821 29313 0 -1 4194304 9173 0 0 0 23879 7 0 0 25 0 1 0 236414824 39067648 9153 1992294400 134512640 135212939 4294956240 18446744073709551615 134537422 0 0 4096 3 0 0 0 17 0 0 0
/proc/29825/statm: 9538 9153 77 170 0 9366 0
Current children cumulated CPU time (s) 745.23
Current children cumulated vsize (KiB) 43512

[startup+748.802 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29825
/proc/meminfo: memFree=1871008/2055920 swapFree=4178732/4192956
[pid=29821] ppid=29819 vsize=5360 CPUtime=506.37
/proc/29821/stat : 29821 (run.sh) S 29819 29821 29313 0 -1 4194304 341 55697 0 0 0 0 50592 45 16 0 1 0 236364161 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29821/statm: 1340 241 197 169 0 51 0
[pid=29825] ppid=29821 vsize=38812 CPUtime=242.06
/proc/29825/stat : 29825 (minisat) R 29821 29821 29313 0 -1 4194304 9317 0 0 0 24199 7 0 0 25 0 1 0 236414824 39743488 9297 1992294400 134512640 135212939 4294956240 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/29825/statm: 9703 9297 77 170 0 9531 0
Current children cumulated CPU time (s) 748.43
Current children cumulated vsize (KiB) 44172

[startup+749.602 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29825
/proc/meminfo: memFree=1870816/2055920 swapFree=4178732/4192956
[pid=29821] ppid=29819 vsize=5360 CPUtime=506.37
/proc/29821/stat : 29821 (run.sh) S 29819 29821 29313 0 -1 4194304 341 55697 0 0 0 0 50592 45 16 0 1 0 236364161 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29821/statm: 1340 241 197 169 0 51 0
[pid=29825] ppid=29821 vsize=38944 CPUtime=242.86
/proc/29825/stat : 29825 (minisat) R 29821 29821 29313 0 -1 4194304 9360 0 0 0 24279 7 0 0 25 0 1 0 236414824 39878656 9340 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/29825/statm: 9736 9340 77 170 0 9564 0
Current children cumulated CPU time (s) 749.23
Current children cumulated vsize (KiB) 44304

[startup+750.002 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29825
/proc/meminfo: memFree=1870816/2055920 swapFree=4178732/4192956
[pid=29821] ppid=29819 vsize=5360 CPUtime=506.37
/proc/29821/stat : 29821 (run.sh) S 29819 29821 29313 0 -1 4194304 341 55697 0 0 0 0 50592 45 16 0 1 0 236364161 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29821/statm: 1340 241 197 169 0 51 0
[pid=29825] ppid=29821 vsize=38944 CPUtime=243.26
/proc/29825/stat : 29825 (minisat) R 29821 29821 29313 0 -1 4194304 9378 0 0 0 24319 7 0 0 25 0 1 0 236414824 39878656 9358 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/29825/statm: 9736 9358 77 170 0 9564 0
Current children cumulated CPU time (s) 749.63
Current children cumulated vsize (KiB) 44304

[startup+750.402 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29825
/proc/meminfo: memFree=1870560/2055920 swapFree=4178732/4192956
[pid=29821] ppid=29819 vsize=5360 CPUtime=506.37
/proc/29821/stat : 29821 (run.sh) S 29819 29821 29313 0 -1 4194304 341 55697 0 0 0 0 50592 45 16 0 1 0 236364161 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29821/statm: 1340 241 197 169 0 51 0
[pid=29825] ppid=29821 vsize=39076 CPUtime=243.66
/proc/29825/stat : 29825 (minisat) R 29821 29821 29313 0 -1 4194304 9402 0 0 0 24359 7 0 0 25 0 1 0 236414824 40013824 9382 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/29825/statm: 9769 9382 77 170 0 9597 0
Current children cumulated CPU time (s) 750.03
Current children cumulated vsize (KiB) 44436

Child status: 20
Real time (s): 750.414
CPU time (s): 750.06
CPU user time (s): 749.524
CPU system time (s): 0.535918
CPU usage (%): 99.9528
Max. virtual memory (cumulated for all children) (KiB): 139704

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

runsolver used 0.620905 second user time and 2.11868 second system time

The end

Launcher Data

Begin job on node33 at 2009-05-12 01:08:35
IDJOB=1797042
IDBENCH=70954
IDSOLVER=647
FILE ID=node33/1797042-1242083314
PBS_JOBID= 9277654
Free space on /tmp= 66208 MiB

SOLVER NAME= SatElite + 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-1797042-1242083314/watcher-1797042-1242083314 -o /tmp/evaluation-result-1797042-1242083314/solver-1797042-1242083314 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1797042-1242083314.cnf HOME

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

MD5SUM BENCH= a8766c9a72f73eaac2d0ddc5a182692e
RANDOM SEED=910196901

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1941072 kB
Buffers:          4008 kB
Cached:          47196 kB
SwapCached:       8024 kB
Active:          36556 kB
Inactive:        24524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1941072 kB
SwapTotal:     4192956 kB
SwapFree:      4178732 kB
Dirty:           16568 kB
Writeback:           0 kB
Mapped:          14104 kB
Slab:            39792 kB
Committed_AS:   781764 kB
PageTables:       1396 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= 66176 MiB
End job on node33 at 2009-05-12 01:21:06