Trace number 1783980

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
glucose 1.0UNSAT 1345.33 1345.8

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest03-SGI_30_50_30_20_1-dir.sat05-439.reshuffled-07.cnf
MD5SUMbe0552b4894b69c578ebcc0b17dda689
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark199.967
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of clauses69990
Sum of the clauses size140820
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 269960
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   69990   140820 |   20996       0        0     nan |  0.000 % |
0.89/0.97	c |         0 |   69090   217938 |      --       0       --      -- |     --   | -900/77118
0.89/0.97	c ==============================================================================
0.89/0.97	c Result  :   #vars: 870   #clauses: 69090   #literals: 217938
0.89/0.97	c CPU time:   0.963853 s
0.89/0.97	c ==============================================================================
0.99/1.04	c
0.99/1.04	c Starting glucose
0.99/1.04	c
0.99/1.04	
0.99/1.04	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.99/1.04	
0.99/1.04	c ============================[ Problem Statistics ]=============================
0.99/1.04	c |                                                                             |
0.99/1.04	c |  Number of variables:  870                                                  |
0.99/1.04	c |  Number of clauses:    69090                                                |
0.99/1.08	c |  Parsing time:         0.04         s                                       |
1345.21/1345.78	c restarts              : 626
1345.21/1345.78	c nb ReduceDB           : 35
1345.21/1345.78	c nb learnts DL2        : 150
1345.21/1345.78	c nb learnts size 2     : 51
1345.21/1345.78	c nb learnts size 1     : 13
1345.21/1345.78	c conflicts             : 1344233        (1000 /sec)
1345.21/1345.78	c decisions             : 1967408        (1.26 % random) (1464 /sec)
1345.21/1345.78	c propagations          : 92407693       (68749 /sec)
1345.21/1345.78	c conflict literals     : 114272216      (37.68 % deleted)
1345.21/1345.78	c Memory used           : 63.51 MB
1345.21/1345.78	c CPU time              : 1344.12 s
1345.21/1345.78	
1345.21/1345.79	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-1783980-1241907426/watcher-1783980-1241907426 -o /tmp/evaluation-result-1783980-1241907426/solver-1783980-1241907426 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1783980-1241907426.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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 5249
/proc/meminfo: memFree=1827960/2055920 swapFree=4168272/4192956
[pid=5249] ppid=5247 vsize=5360 CPUtime=0
/proc/5249/stat : 5249 (glucose.sh) R 5247 5249 5170 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 218776770 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 206381312671 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/5249/statm: 1340 235 194 169 0 51 0
[pid=5250] ppid=5249 vsize=1008 CPUtime=0
/proc/5250/stat : 5250 (SatELite_releas) R 5249 5249 5170 0 -1 4194304 133 0 0 0 0 0 0 0 18 0 1 0 218776771 1032192 117 1992294400 134512640 135225430 4294956192 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/5250/statm: 252 119 50 174 0 75 0

[startup+0.014443 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5249
/proc/meminfo: memFree=1827960/2055920 swapFree=4168272/4192956
[pid=5249] ppid=5247 vsize=5360 CPUtime=0
/proc/5249/stat : 5249 (glucose.sh) S 5247 5249 5170 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 218776770 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5249/statm: 1340 236 195 169 0 51 0
[pid=5250] ppid=5249 vsize=1912 CPUtime=0
/proc/5250/stat : 5250 (SatELite_releas) R 5249 5249 5170 0 -1 4194304 330 0 0 0 0 0 0 0 18 0 1 0 218776771 1957888 315 1992294400 134512640 135225430 4294956192 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/5250/statm: 478 315 50 174 0 301 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7272

[startup+0.101458 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5249
/proc/meminfo: memFree=1827960/2055920 swapFree=4168272/4192956
[pid=5249] ppid=5247 vsize=5360 CPUtime=0
/proc/5249/stat : 5249 (glucose.sh) S 5247 5249 5170 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 218776770 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5249/statm: 1340 236 195 169 0 51 0
[pid=5250] ppid=5249 vsize=6976 CPUtime=0.09
/proc/5250/stat : 5250 (SatELite_releas) R 5249 5249 5170 0 -1 4194304 1391 0 0 0 9 0 0 0 19 0 1 0 218776771 7143424 1375 1992294400 134512640 135225430 4294956192 18446744073709551615 134602311 0 0 4096 3 0 0 0 17 1 0 0
/proc/5250/statm: 1744 1375 76 174 0 1567 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12336

[startup+0.301494 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5249
/proc/meminfo: memFree=1827960/2055920 swapFree=4168272/4192956
[pid=5249] ppid=5247 vsize=5360 CPUtime=0
/proc/5249/stat : 5249 (glucose.sh) S 5247 5249 5170 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 218776770 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5249/statm: 1340 236 195 169 0 51 0
[pid=5250] ppid=5249 vsize=7744 CPUtime=0.29
/proc/5250/stat : 5250 (SatELite_releas) R 5249 5249 5170 0 -1 4194304 1525 0 0 0 29 0 0 0 21 0 1 0 218776771 7929856 1509 1992294400 134512640 135225430 4294956192 18446744073709551615 134593847 0 0 4096 3 0 0 0 17 1 0 0
/proc/5250/statm: 1936 1509 77 174 0 1759 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13104

[startup+0.701567 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5249
/proc/meminfo: memFree=1827960/2055920 swapFree=4168272/4192956
[pid=5249] ppid=5247 vsize=5360 CPUtime=0
/proc/5249/stat : 5249 (glucose.sh) S 5247 5249 5170 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 218776770 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5249/statm: 1340 236 195 169 0 51 0
[pid=5250] ppid=5249 vsize=7744 CPUtime=0.69
/proc/5250/stat : 5250 (SatELite_releas) R 5249 5249 5170 0 -1 4194304 1525 0 0 0 69 0 0 0 25 0 1 0 218776771 7929856 1509 1992294400 134512640 135225430 4294956192 18446744073709551615 134586092 0 0 4096 3 0 0 0 17 1 0 0
/proc/5250/statm: 1936 1509 77 174 0 1759 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13104

[startup+1.50172 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5251
/proc/meminfo: memFree=1822120/2055920 swapFree=4168272/4192956
[pid=5249] ppid=5247 vsize=5360 CPUtime=1.02
/proc/5249/stat : 5249 (glucose.sh) S 5247 5249 5170 0 -1 4194304 313 1530 0 0 0 0 102 0 16 0 1 0 218776770 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5249/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 5360

[startup+3.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5252
/proc/meminfo: memFree=1818728/2055920 swapFree=4168272/4192956
[pid=5249] ppid=5247 vsize=5360 CPUtime=1.02
/proc/5249/stat : 5249 (glucose.sh) S 5247 5249 5170 0 -1 4194304 313 1530 0 0 0 0 102 0 16 0 1 0 218776770 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5249/statm: 1340 238 195 169 0 51 0
[pid=5252] ppid=5249 vsize=10008 CPUtime=2.03
/proc/5252/stat : 5252 (glucose_static) R 5249 5249 5170 0 -1 4194304 2383 0 0 0 203 0 0 0 25 0 1 0 218776875 10248192 2369 1992294400 134512640 135217611 4294956304 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5252/statm: 2502 2369 77 172 0 2327 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 15368

[startup+6.30159 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5252
/proc/meminfo: memFree=1814376/2055920 swapFree=4168272/4192956
[pid=5249] ppid=5247 vsize=5360 CPUtime=1.02
/proc/5249/stat : 5249 (glucose.sh) S 5247 5249 5170 0 -1 4194304 313 1530 0 0 0 0 102 0 16 0 1 0 218776770 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5249/statm: 1340 238 195 169 0 51 0
[pid=5252] ppid=5249 vsize=13584 CPUtime=5.24
/proc/5252/stat : 5252 (glucose_static) R 5249 5249 5170 0 -1 4194304 3255 0 0 0 523 1 0 0 25 0 1 0 218776875 13910016 3241 1992294400 134512640 135217611 4294956304 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5252/statm: 3396 3241 77 172 0 3221 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 18944

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5252
/proc/meminfo: memFree=1812072/2055920 swapFree=4168272/4192956
[pid=5249] ppid=5247 vsize=5360 CPUtime=1.02
/proc/5249/stat : 5249 (glucose.sh) S 5247 5249 5170 0 -1 4194304 313 1530 0 0 0 0 102 0 16 0 1 0 218776770 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5249/statm: 1340 238 195 169 0 51 0
[pid=5252] ppid=5249 vsize=15540 CPUtime=11.64
/proc/5252/stat : 5252 (glucose_static) R 5249 5249 5170 0 -1 4194304 3750 0 0 0 1162 2 0 0 25 0 1 0 218776875 15912960 3736 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5252/statm: 3885 3736 77 172 0 3710 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 20900

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5252
/proc/meminfo: memFree=1807848/2055920 swapFree=4168272/4192956
[pid=5249] ppid=5247 vsize=5360 CPUtime=1.02
/proc/5249/stat : 5249 (glucose.sh) S 5247 5249 5170 0 -1 4194304 313 1530 0 0 0 0 102 0 16 0 1 0 218776770 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5249/statm: 1340 238 195 169 0 51 0
[pid=5252] ppid=5249 vsize=19300 CPUtime=24.44
/proc/5252/stat : 5252 (glucose_static) R 5249 5249 5170 0 -1 4194304 4676 0 0 0 2441 3 0 0 25 0 1 0 218776875 19763200 4662 1992294400 134512640 135217611 4294956304 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5252/statm: 4825 4662 77 172 0 4650 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 24660

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5252
/proc/meminfo: memFree=1803880/2055920 swapFree=4168272/4192956
[pid=5249] ppid=5247 vsize=5360 CPUtime=1.02
/proc/5249/stat : 5249 (glucose.sh) S 5247 5249 5170 0 -1 4194304 313 1530 0 0 0 0 102 0 16 0 1 0 218776770 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5249/statm: 1340 238 195 169 0 51 0
[pid=5252] ppid=5249 vsize=23436 CPUtime=50.02
/proc/5252/stat : 5252 (glucose_static) R 5249 5249 5170 0 -1 4194304 5685 0 0 0 4998 4 0 0 25 0 1 0 218776875 23998464 5671 1992294400 134512640 135217611 4294956304 18446744073709551615 134533078 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5252/statm: 5859 5671 77 172 0 5684 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 28796

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5252
/proc/meminfo: memFree=1796392/2055920 swapFree=4168272/4192956
[pid=5249] ppid=5247 vsize=5360 CPUtime=1.02
/proc/5249/stat : 5249 (glucose.sh) S 5247 5249 5170 0 -1 4194304 313 1530 0 0 0 0 102 0 16 0 1 0 218776770 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5249/statm: 1340 238 195 169 0 51 0
[pid=5252] ppid=5249 vsize=31132 CPUtime=101.21
/proc/5252/stat : 5252 (glucose_static) R 5249 5249 5170 0 -1 4194304 7537 0 0 0 10115 6 0 0 25 0 1 0 218776875 31879168 7523 1992294400 134512640 135217611 4294956304 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5252/statm: 7783 7523 77 172 0 7608 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 36492

[startup+162.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5252
/proc/meminfo: memFree=1792936/2055920 swapFree=4168272/4192956
[pid=5249] ppid=5247 vsize=5360 CPUtime=1.02
/proc/5249/stat : 5249 (glucose.sh) S 5247 5249 5170 0 -1 4194304 313 1530 0 0 0 0 102 0 16 0 1 0 218776770 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5249/statm: 1340 238 195 169 0 51 0
[pid=5252] ppid=5249 vsize=34644 CPUtime=161.19
/proc/5252/stat : 5252 (glucose_static) R 5249 5249 5170 0 -1 4194304 8395 0 0 0 16112 7 0 0 25 0 1 0 218776875 35475456 8381 1992294400 134512640 135217611 4294956304 18446744073709551615 134532998 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5252/statm: 8661 8381 77 172 0 8486 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 40004

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5252
/proc/meminfo: memFree=1791656/2055920 swapFree=4168272/4192956
[pid=5249] ppid=5247 vsize=5360 CPUtime=1.02
/proc/5249/stat : 5249 (glucose.sh) S 5247 5249 5170 0 -1 4194304 313 1530 0 0 0 0 102 0 16 0 1 0 218776770 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5249/statm: 1340 238 195 169 0 51 0
[pid=5252] ppid=5249 vsize=35976 CPUtime=221.17
/proc/5252/stat : 5252 (glucose_static) R 5249 5249 5170 0 -1 4194304 8701 0 0 0 22110 7 0 0 25 0 1 0 218776875 36839424 8687 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5252/statm: 8994 8687 77 172 0 8819 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 41336

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5252
/proc/meminfo: memFree=1790568/2055920 swapFree=4168272/4192956
[pid=5249] ppid=5247 vsize=5360 CPUtime=1.02
/proc/5249/stat : 5249 (glucose.sh) S 5247 5249 5170 0 -1 4194304 313 1530 0 0 0 0 102 0 16 0 1 0 218776770 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5249/statm: 1340 238 195 169 0 51 0
[pid=5252] ppid=5249 vsize=37100 CPUtime=281.14
/proc/5252/stat : 5252 (glucose_static) R 5249 5249 5170 0 -1 4194304 8981 0 0 0 28107 7 0 0 25 0 1 0 218776875 37990400 8967 1992294400 134512640 135217611 4294956304 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5252/statm: 9275 8967 77 172 0 9100 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 42460

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5252
/proc/meminfo: memFree=1788328/2055920 swapFree=4168272/4192956
[pid=5249] ppid=5247 vsize=5360 CPUtime=1.02
/proc/5249/stat : 5249 (glucose.sh) S 5247 5249 5170 0 -1 4194304 313 1530 0 0 0 0 102 0 16 0 1 0 218776770 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5249/statm: 1340 238 195 169 0 51 0
[pid=5252] ppid=5249 vsize=39528 CPUtime=341.13
/proc/5252/stat : 5252 (glucose_static) R 5249 5249 5170 0 -1 4194304 9526 0 0 0 34105 8 0 0 25 0 1 0 218776875 40476672 9512 1992294400 134512640 135217611 4294956304 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5252/statm: 9882 9512 77 172 0 9707 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 44888

[startup+402.302 s]

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


[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5252
/proc/meminfo: memFree=1771816/2055920 swapFree=4168272/4192956
[pid=5249] ppid=5247 vsize=5360 CPUtime=1.02
/proc/5249/stat : 5249 (glucose.sh) S 5247 5249 5170 0 -1 4194304 313 1530 0 0 0 0 102 0 16 0 1 0 218776770 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5249/statm: 1340 238 195 169 0 51 0
[pid=5252] ppid=5249 vsize=57592 CPUtime=1000.91
/proc/5252/stat : 5252 (glucose_static) R 5249 5249 5170 0 -1 4194304 13606 0 0 0 100078 13 0 0 25 0 1 0 218776875 58974208 13576 1992294400 134512640 135217611 4294956304 18446744073709551615 134533133 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5252/statm: 14398 13576 77 172 0 14223 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 62952

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5252
/proc/meminfo: memFree=1771048/2055920 swapFree=4168272/4192956
[pid=5249] ppid=5247 vsize=5360 CPUtime=1.02
/proc/5249/stat : 5249 (glucose.sh) S 5247 5249 5170 0 -1 4194304 313 1530 0 0 0 0 102 0 16 0 1 0 218776770 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5249/statm: 1340 238 195 169 0 51 0
[pid=5252] ppid=5249 vsize=58320 CPUtime=1060.88
/proc/5252/stat : 5252 (glucose_static) R 5249 5249 5170 0 -1 4194304 13782 0 0 0 106075 13 0 0 25 0 1 0 218776875 59719680 13752 1992294400 134512640 135217611 4294956304 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5252/statm: 14580 13752 77 172 0 14405 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 63680

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5252
/proc/meminfo: memFree=1769640/2055920 swapFree=4168272/4192956
[pid=5249] ppid=5247 vsize=5360 CPUtime=1.02
/proc/5249/stat : 5249 (glucose.sh) S 5247 5249 5170 0 -1 4194304 313 1530 0 0 0 0 102 0 16 0 1 0 218776770 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5249/statm: 1340 238 195 169 0 51 0
[pid=5252] ppid=5249 vsize=59732 CPUtime=1120.87
/proc/5252/stat : 5252 (glucose_static) R 5249 5249 5170 0 -1 4194304 14135 0 0 0 112073 14 0 0 25 0 1 0 218776875 61165568 14105 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5252/statm: 14933 14105 77 172 0 14758 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 65092

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5252
/proc/meminfo: memFree=1768808/2055920 swapFree=4168272/4192956
[pid=5249] ppid=5247 vsize=5360 CPUtime=1.02
/proc/5249/stat : 5249 (glucose.sh) S 5247 5249 5170 0 -1 4194304 313 1530 0 0 0 0 102 0 16 0 1 0 218776770 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5249/statm: 1340 238 195 169 0 51 0
[pid=5252] ppid=5249 vsize=60624 CPUtime=1180.84
/proc/5252/stat : 5252 (glucose_static) R 5249 5249 5170 0 -1 4194304 14335 0 0 0 118070 14 0 0 25 0 1 0 218776875 62078976 14305 1992294400 134512640 135217611 4294956304 18446744073709551615 134533138 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5252/statm: 15156 14305 77 172 0 14981 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 65984

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5252
/proc/meminfo: memFree=1768040/2055920 swapFree=4168272/4192956
[pid=5249] ppid=5247 vsize=5360 CPUtime=1.02
/proc/5249/stat : 5249 (glucose.sh) S 5247 5249 5170 0 -1 4194304 313 1530 0 0 0 0 102 0 16 0 1 0 218776770 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5249/statm: 1340 238 195 169 0 51 0
[pid=5252] ppid=5249 vsize=61560 CPUtime=1240.82
/proc/5252/stat : 5252 (glucose_static) R 5249 5249 5170 0 -1 4194304 14522 0 0 0 124068 14 0 0 25 0 1 0 218776875 63037440 14492 1992294400 134512640 135217611 4294956304 18446744073709551615 134533277 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5252/statm: 15390 14492 77 172 0 15215 0
Current children cumulated CPU time (s) 1241.84
Current children cumulated vsize (KiB) 66920

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5252
/proc/meminfo: memFree=1766824/2055920 swapFree=4168272/4192956
[pid=5249] ppid=5247 vsize=5360 CPUtime=1.02
/proc/5249/stat : 5249 (glucose.sh) S 5247 5249 5170 0 -1 4194304 313 1530 0 0 0 0 102 0 16 0 1 0 218776770 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5249/statm: 1340 238 195 169 0 51 0
[pid=5252] ppid=5249 vsize=62764 CPUtime=1300.81
/proc/5252/stat : 5252 (glucose_static) R 5249 5249 5170 0 -1 4194304 14822 0 0 0 130066 15 0 0 25 0 1 0 218776875 64270336 14792 1992294400 134512640 135217611 4294956304 18446744073709551615 134532987 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5252/statm: 15691 14792 77 172 0 15516 0
Current children cumulated CPU time (s) 1301.83
Current children cumulated vsize (KiB) 68124

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

[startup+1305.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5252
/proc/meminfo: memFree=1766632/2055920 swapFree=4168272/4192956
[pid=5249] ppid=5247 vsize=5360 CPUtime=1.02
/proc/5249/stat : 5249 (glucose.sh) S 5247 5249 5170 0 -1 4194304 313 1530 0 0 0 0 102 0 16 0 1 0 218776770 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5249/statm: 1340 238 195 169 0 51 0
[pid=5252] ppid=5249 vsize=63080 CPUtime=1304
/proc/5252/stat : 5252 (glucose_static) R 5249 5249 5170 0 -1 4194304 14875 0 0 0 130385 15 0 0 25 0 1 0 218776875 64593920 14845 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5252/statm: 15770 14845 77 172 0 15595 0
Current children cumulated CPU time (s) 1305.02
Current children cumulated vsize (KiB) 68440

[startup+1331.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5252
/proc/meminfo: memFree=1765480/2055920 swapFree=4168272/4192956
[pid=5249] ppid=5247 vsize=5360 CPUtime=1.02
/proc/5249/stat : 5249 (glucose.sh) S 5247 5249 5170 0 -1 4194304 313 1530 0 0 0 0 102 0 16 0 1 0 218776770 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5249/statm: 1340 238 195 169 0 51 0
[pid=5252] ppid=5249 vsize=64376 CPUtime=1329.59
/proc/5252/stat : 5252 (glucose_static) R 5249 5249 5170 0 -1 4194304 15149 0 0 0 132944 15 0 0 25 0 1 0 218776875 65921024 15119 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5252/statm: 16094 15119 77 172 0 15919 0
Current children cumulated CPU time (s) 1330.61
Current children cumulated vsize (KiB) 69736

[startup+1337.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5252
/proc/meminfo: memFree=1765224/2055920 swapFree=4168272/4192956
[pid=5249] ppid=5247 vsize=5360 CPUtime=1.02
/proc/5249/stat : 5249 (glucose.sh) S 5247 5249 5170 0 -1 4194304 313 1530 0 0 0 0 102 0 16 0 1 0 218776770 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5249/statm: 1340 238 195 169 0 51 0
[pid=5252] ppid=5249 vsize=64664 CPUtime=1335.99
/proc/5252/stat : 5252 (glucose_static) R 5249 5249 5170 0 -1 4194304 15215 0 0 0 133584 15 0 0 25 0 1 0 218776875 66215936 15185 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5252/statm: 16166 15185 77 172 0 15991 0
Current children cumulated CPU time (s) 1337.01
Current children cumulated vsize (KiB) 70024

[startup+1340.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5252
/proc/meminfo: memFree=1765096/2055920 swapFree=4168272/4192956
[pid=5249] ppid=5247 vsize=5360 CPUtime=1.02
/proc/5249/stat : 5249 (glucose.sh) S 5247 5249 5170 0 -1 4194304 313 1530 0 0 0 0 102 0 16 0 1 0 218776770 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5249/statm: 1340 238 195 169 0 51 0
[pid=5252] ppid=5249 vsize=64884 CPUtime=1339.19
/proc/5252/stat : 5252 (glucose_static) R 5249 5249 5170 0 -1 4194304 15252 0 0 0 133904 15 0 0 25 0 1 0 218776875 66441216 15222 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5252/statm: 16221 15222 77 172 0 16046 0
Current children cumulated CPU time (s) 1340.21
Current children cumulated vsize (KiB) 70244

[startup+1343.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5252
/proc/meminfo: memFree=1764904/2055920 swapFree=4168272/4192956
[pid=5249] ppid=5247 vsize=5360 CPUtime=1.02
/proc/5249/stat : 5249 (glucose.sh) S 5247 5249 5170 0 -1 4194304 313 1530 0 0 0 0 102 0 16 0 1 0 218776770 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5249/statm: 1340 238 195 169 0 51 0
[pid=5252] ppid=5249 vsize=65028 CPUtime=1342.39
/proc/5252/stat : 5252 (glucose_static) R 5249 5249 5170 0 -1 4194304 15289 0 0 0 134224 15 0 0 25 0 1 0 218776875 66588672 15259 1992294400 134512640 135217611 4294956304 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5252/statm: 16257 15259 77 172 0 16082 0
Current children cumulated CPU time (s) 1343.41
Current children cumulated vsize (KiB) 70388

[startup+1344.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5252
/proc/meminfo: memFree=1764904/2055920 swapFree=4168272/4192956
[pid=5249] ppid=5247 vsize=5360 CPUtime=1.02
/proc/5249/stat : 5249 (glucose.sh) S 5247 5249 5170 0 -1 4194304 313 1530 0 0 0 0 102 0 16 0 1 0 218776770 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5249/statm: 1340 238 195 169 0 51 0
[pid=5252] ppid=5249 vsize=65028 CPUtime=1343.19
/proc/5252/stat : 5252 (glucose_static) R 5249 5249 5170 0 -1 4194304 15289 0 0 0 134304 15 0 0 25 0 1 0 218776875 66588672 15259 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5252/statm: 16257 15259 77 172 0 16082 0
Current children cumulated CPU time (s) 1344.21
Current children cumulated vsize (KiB) 70388

[startup+1345.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5252
/proc/meminfo: memFree=1764904/2055920 swapFree=4168272/4192956
[pid=5249] ppid=5247 vsize=5360 CPUtime=1.02
/proc/5249/stat : 5249 (glucose.sh) S 5247 5249 5170 0 -1 4194304 313 1530 0 0 0 0 102 0 16 0 1 0 218776770 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5249/statm: 1340 238 195 169 0 51 0
[pid=5252] ppid=5249 vsize=65028 CPUtime=1343.99
/proc/5252/stat : 5252 (glucose_static) R 5249 5249 5170 0 -1 4194304 15289 0 0 0 134384 15 0 0 25 0 1 0 218776875 66588672 15259 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5252/statm: 16257 15259 77 172 0 16082 0
Current children cumulated CPU time (s) 1345.01
Current children cumulated vsize (KiB) 70388

[startup+1345.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5252
/proc/meminfo: memFree=1764904/2055920 swapFree=4168272/4192956
[pid=5249] ppid=5247 vsize=5360 CPUtime=1.02
/proc/5249/stat : 5249 (glucose.sh) S 5247 5249 5170 0 -1 4194304 313 1530 0 0 0 0 102 0 16 0 1 0 218776770 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5249/statm: 1340 238 195 169 0 51 0
[pid=5252] ppid=5249 vsize=65028 CPUtime=1344.19
/proc/5252/stat : 5252 (glucose_static) R 5249 5249 5170 0 -1 4194304 15289 0 0 0 134404 15 0 0 25 0 1 0 218776875 66588672 15259 1992294400 134512640 135217611 4294956304 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5252/statm: 16257 15259 77 172 0 16082 0
Current children cumulated CPU time (s) 1345.21
Current children cumulated vsize (KiB) 70388

Child status: 20
Real time (s): 1345.8
CPU time (s): 1345.33
CPU user time (s): 1345.15
CPU system time (s): 0.181972
CPU usage (%): 99.9654
Max. virtual memory (cumulated for all children) (KiB): 70388

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

runsolver used 1.65975 second user time and 3.24251 second system time

The end

Launcher Data

Begin job on node2 at 2009-05-10 00:17:07
IDJOB=1783980
IDBENCH=24749
IDSOLVER=610
FILE ID=node2/1783980-1241907426
PBS_JOBID= 9264784
Free space on /tmp= 66212 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Difficult/contest-02-03-04/contest03-SGI_30_50_30_20_1-dir.sat05-439.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783980-1241907426/watcher-1783980-1241907426 -o /tmp/evaluation-result-1783980-1241907426/solver-1783980-1241907426 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1783980-1241907426.cnf

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

MD5SUM BENCH= be0552b4894b69c578ebcc0b17dda689
RANDOM SEED=912319126

node2.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.265
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.265
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:       1829272 kB
Buffers:         36408 kB
Cached:         107116 kB
SwapCached:      18928 kB
Active:          23276 kB
Inactive:       141444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1829272 kB
SwapTotal:     4192956 kB
SwapFree:      4168272 kB
Dirty:            2308 kB
Writeback:           0 kB
Mapped:          14004 kB
Slab:            47888 kB
Committed_AS:   947516 kB
PageTables:       1468 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= 66212 MiB
End job on node2 at 2009-05-10 00:39:32