Trace number 1783600

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 238.955 239.048

General information on the benchmark

Namecrafted/Medium/contest05/jarvisalo/
mod2-3cage-unsat-9-14.sat05-2589.reshuffled-07.cnf
MD5SUM4e736dbc376aed9798860699ef195d83
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.001998
Satisfiable
(Un)Satisfiability was proved
Number of variables87
Number of clauses232
Sum of the clauses size696
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3232
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
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |     232      696 |      69       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |     232      904 |      --       0       --      -- |     --   | 0/208
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 61   #clauses: 232   #literals: 904
0.00/0.00	c CPU time:   0.001999 s
0.00/0.00	c ==============================================================================
0.00/0.00	c
0.00/0.00	c Starting glucose
0.00/0.00	c
0.00/0.00	
0.00/0.00	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.00	
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  61                                                   |
0.00/0.00	c |  Number of clauses:    232                                                  |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
238.90/239.03	c restarts              : 1
238.90/239.03	c nb ReduceDB           : 65
238.90/239.03	c nb learnts DL2        : 192
238.90/239.03	c nb learnts size 2     : 190
238.90/239.03	c nb learnts size 1     : 20
238.90/239.03	c conflicts             : 2419601        (10128 /sec)
238.90/239.03	c decisions             : 2777592        (1.85 % random) (11627 /sec)
238.90/239.03	c propagations          : 11529312       (48260 /sec)
238.90/239.03	c conflict literals     : 31784369       (30.20 % deleted)
238.90/239.03	c Memory used           : 23.57 MB
238.90/239.03	c CPU time              : 238.898 s
238.90/239.03	
238.90/239.04	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-1783600-1241861800/watcher-1783600-1241861800 -o /tmp/evaluation-result-1783600-1241861800/solver-1783600-1241861800 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1783600-1241861800.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: 0.00 0.00 0.00 2/64 21046
/proc/meminfo: memFree=1147072/2055920 swapFree=4181888/4192956
[pid=21046] ppid=21044 vsize=5360 CPUtime=0
/proc/21046/stat : 21046 (glucose.sh) S 21044 21046 20982 0 -1 4194304 313 124 0 0 0 0 0 0 20 0 1 0 214206352 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21046/statm: 1340 238 195 169 0 51 0
[pid=21048] ppid=21046 vsize=1900 CPUtime=0
/proc/21048/stat : 21048 (glucose_static) R 21046 21046 20982 0 -1 4194304 92 0 0 0 0 0 0 0 22 0 1 0 214206353 1945600 78 1992294400 134512640 135217611 4294956304 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21048/statm: 474 78 60 172 0 299 0

[startup+0.0402209 s]
/proc/loadavg: 0.00 0.00 0.00 2/64 21046
/proc/meminfo: memFree=1147072/2055920 swapFree=4181888/4192956
[pid=21046] ppid=21044 vsize=5360 CPUtime=0
/proc/21046/stat : 21046 (glucose.sh) S 21044 21046 20982 0 -1 4194304 313 124 0 0 0 0 0 0 20 0 1 0 214206352 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21046/statm: 1340 238 195 169 0 51 0
[pid=21048] ppid=21046 vsize=2160 CPUtime=0.03
/proc/21048/stat : 21048 (glucose_static) R 21046 21046 20982 0 -1 4194304 174 0 0 0 3 0 0 0 22 0 1 0 214206353 2211840 160 1992294400 134512640 135217611 4294956304 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21048/statm: 540 160 74 172 0 365 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7520

[startup+0.102233 s]
/proc/loadavg: 0.00 0.00 0.00 2/64 21046
/proc/meminfo: memFree=1147072/2055920 swapFree=4181888/4192956
[pid=21046] ppid=21044 vsize=5360 CPUtime=0
/proc/21046/stat : 21046 (glucose.sh) S 21044 21046 20982 0 -1 4194304 313 124 0 0 0 0 0 0 20 0 1 0 214206352 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21046/statm: 1340 238 195 169 0 51 0
[pid=21048] ppid=21046 vsize=2424 CPUtime=0.09
/proc/21048/stat : 21048 (glucose_static) R 21046 21046 20982 0 -1 4194304 262 0 0 0 9 0 0 0 22 0 1 0 214206353 2482176 248 1992294400 134512640 135217611 4294956304 18446744073709551615 134740255 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21048/statm: 606 248 74 172 0 431 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7784

[startup+0.302272 s]
/proc/loadavg: 0.00 0.00 0.00 2/64 21046
/proc/meminfo: memFree=1147072/2055920 swapFree=4181888/4192956
[pid=21046] ppid=21044 vsize=5360 CPUtime=0
/proc/21046/stat : 21046 (glucose.sh) S 21044 21046 20982 0 -1 4194304 313 124 0 0 0 0 0 0 20 0 1 0 214206352 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21046/statm: 1340 238 195 169 0 51 0
[pid=21048] ppid=21046 vsize=2976 CPUtime=0.29
/proc/21048/stat : 21048 (glucose_static) R 21046 21046 20982 0 -1 4194304 389 0 0 0 29 0 0 0 23 0 1 0 214206353 3047424 375 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21048/statm: 744 375 74 172 0 569 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8336

[startup+0.702349 s]
/proc/loadavg: 0.00 0.00 0.00 2/64 21046
/proc/meminfo: memFree=1147072/2055920 swapFree=4181888/4192956
[pid=21046] ppid=21044 vsize=5360 CPUtime=0
/proc/21046/stat : 21046 (glucose.sh) S 21044 21046 20982 0 -1 4194304 313 124 0 0 0 0 0 0 20 0 1 0 214206352 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21046/statm: 1340 238 195 169 0 51 0
[pid=21048] ppid=21046 vsize=3520 CPUtime=0.69
/proc/21048/stat : 21048 (glucose_static) R 21046 21046 20982 0 -1 4194304 517 0 0 0 69 0 0 0 25 0 1 0 214206353 3604480 503 1992294400 134512640 135217611 4294956304 18446744073709551615 134536968 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21048/statm: 880 503 74 172 0 705 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8880

[startup+1.5015 s]
/proc/loadavg: 0.08 0.02 0.01 2/66 21049
/proc/meminfo: memFree=1144624/2055920 swapFree=4181888/4192956
[pid=21046] ppid=21044 vsize=5360 CPUtime=0
/proc/21046/stat : 21046 (glucose.sh) S 21044 21046 20982 0 -1 4194304 313 124 0 0 0 0 0 0 20 0 1 0 214206352 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21046/statm: 1340 238 195 169 0 51 0
[pid=21048] ppid=21046 vsize=4360 CPUtime=1.49
/proc/21048/stat : 21048 (glucose_static) R 21046 21046 20982 0 -1 4194304 713 0 0 0 149 0 0 0 25 0 1 0 214206353 4464640 699 1992294400 134512640 135217611 4294956304 18446744073709551615 134537031 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21048/statm: 1090 699 74 172 0 915 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9720

[startup+3.10182 s]
/proc/loadavg: 0.08 0.02 0.01 2/66 21049
/proc/meminfo: memFree=1143472/2055920 swapFree=4181888/4192956
[pid=21046] ppid=21044 vsize=5360 CPUtime=0
/proc/21046/stat : 21046 (glucose.sh) S 21044 21046 20982 0 -1 4194304 313 124 0 0 0 0 0 0 20 0 1 0 214206352 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21046/statm: 1340 238 195 169 0 51 0
[pid=21048] ppid=21046 vsize=5216 CPUtime=3.09
/proc/21048/stat : 21048 (glucose_static) R 21046 21046 20982 0 -1 4194304 908 0 0 0 309 0 0 0 25 0 1 0 214206353 5341184 894 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21048/statm: 1304 894 74 172 0 1129 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10576

[startup+6.30144 s]
/proc/loadavg: 0.15 0.03 0.01 2/66 21049
/proc/meminfo: memFree=1142064/2055920 swapFree=4181888/4192956
[pid=21046] ppid=21044 vsize=5360 CPUtime=0
/proc/21046/stat : 21046 (glucose.sh) S 21044 21046 20982 0 -1 4194304 313 124 0 0 0 0 0 0 20 0 1 0 214206352 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21046/statm: 1340 238 195 169 0 51 0
[pid=21048] ppid=21046 vsize=6700 CPUtime=6.28
/proc/21048/stat : 21048 (glucose_static) R 21046 21046 20982 0 -1 4194304 1266 0 0 0 628 0 0 0 25 0 1 0 214206353 6860800 1252 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21048/statm: 1675 1252 74 172 0 1500 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 12060

[startup+12.7017 s]
/proc/loadavg: 0.22 0.05 0.02 2/66 21049
/proc/meminfo: memFree=1140472/2055920 swapFree=4181888/4192956
[pid=21046] ppid=21044 vsize=5360 CPUtime=0
/proc/21046/stat : 21046 (glucose.sh) S 21044 21046 20982 0 -1 4194304 313 124 0 0 0 0 0 0 20 0 1 0 214206352 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21046/statm: 1340 238 195 169 0 51 0
[pid=21048] ppid=21046 vsize=8044 CPUtime=12.68
/proc/21048/stat : 21048 (glucose_static) R 21046 21046 20982 0 -1 4194304 1600 0 0 0 1268 0 0 0 25 0 1 0 214206353 8237056 1586 1992294400 134512640 135217611 4294956304 18446744073709551615 134528181 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21048/statm: 2011 1586 74 172 0 1836 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 13404

[startup+25.5012 s]
/proc/loadavg: 0.39 0.09 0.03 2/66 21049
/proc/meminfo: memFree=1138488/2055920 swapFree=4181888/4192956
[pid=21046] ppid=21044 vsize=5360 CPUtime=0
/proc/21046/stat : 21046 (glucose.sh) S 21044 21046 20982 0 -1 4194304 313 124 0 0 0 0 0 0 20 0 1 0 214206352 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21046/statm: 1340 238 195 169 0 51 0
[pid=21048] ppid=21046 vsize=10172 CPUtime=25.47
/proc/21048/stat : 21048 (glucose_static) R 21046 21046 20982 0 -1 4194304 2064 0 0 0 2547 0 0 0 25 0 1 0 214206353 10416128 2050 1992294400 134512640 135217611 4294956304 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21048/statm: 2543 2050 74 172 0 2368 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 15532

[startup+51.1022 s]
/proc/loadavg: 0.60 0.17 0.05 2/66 21049
/proc/meminfo: memFree=1135352/2055920 swapFree=4181888/4192956
[pid=21046] ppid=21044 vsize=5360 CPUtime=0
/proc/21046/stat : 21046 (glucose.sh) S 21044 21046 20982 0 -1 4194304 313 124 0 0 0 0 0 0 20 0 1 0 214206352 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21046/statm: 1340 238 195 169 0 51 0
[pid=21048] ppid=21046 vsize=13672 CPUtime=51.07
/proc/21048/stat : 21048 (glucose_static) R 21046 21046 20982 0 -1 4194304 2873 0 0 0 5106 1 0 0 25 0 1 0 214206353 14000128 2844 1992294400 134512640 135217611 4294956304 18446744073709551615 134526384 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21048/statm: 3418 2844 74 172 0 3243 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 19032

[startup+102.305 s]
/proc/loadavg: 0.82 0.29 0.10 2/66 21049
/proc/meminfo: memFree=1131640/2055920 swapFree=4181888/4192956
[pid=21046] ppid=21044 vsize=5360 CPUtime=0
/proc/21046/stat : 21046 (glucose.sh) S 21044 21046 20982 0 -1 4194304 313 124 0 0 0 0 0 0 20 0 1 0 214206352 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21046/statm: 1340 238 195 169 0 51 0
[pid=21048] ppid=21046 vsize=17952 CPUtime=102.24
/proc/21048/stat : 21048 (glucose_static) R 21046 21046 20982 0 -1 4194304 3836 0 0 0 10222 2 0 0 25 0 1 0 214206353 18382848 3785 1992294400 134512640 135217611 4294956304 18446744073709551615 134533084 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21048/statm: 4488 3785 74 172 0 4313 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 23312

[startup+162.302 s]
/proc/loadavg: 0.93 0.42 0.15 2/66 21049
/proc/meminfo: memFree=1128248/2055920 swapFree=4181888/4192956
[pid=21046] ppid=21044 vsize=5360 CPUtime=0
/proc/21046/stat : 21046 (glucose.sh) S 21044 21046 20982 0 -1 4194304 313 124 0 0 0 0 0 0 20 0 1 0 214206352 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21046/statm: 1340 238 195 169 0 51 0
[pid=21048] ppid=21046 vsize=21740 CPUtime=162.22
/proc/21048/stat : 21048 (glucose_static) R 21046 21046 20982 0 -1 4194304 4670 0 0 0 16219 3 0 0 25 0 1 0 214206353 22261760 4619 1992294400 134512640 135217611 4294956304 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21048/statm: 5435 4619 74 172 0 5260 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 27100

[startup+222.302 s]
/proc/loadavg: 0.97 0.52 0.20 2/66 21049
/proc/meminfo: memFree=1126328/2055920 swapFree=4181888/4192956
[pid=21046] ppid=21044 vsize=5360 CPUtime=0
/proc/21046/stat : 21046 (glucose.sh) S 21044 21046 20982 0 -1 4194304 313 124 0 0 0 0 0 0 20 0 1 0 214206352 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21046/statm: 1340 238 195 169 0 51 0
[pid=21048] ppid=21046 vsize=23684 CPUtime=222.2
/proc/21048/stat : 21048 (glucose_static) R 21046 21046 20982 0 -1 4194304 5153 0 0 0 22217 3 0 0 25 0 1 0 214206353 24252416 5102 1992294400 134512640 135217611 4294956304 18446744073709551615 134527890 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21048/statm: 5921 5102 74 172 0 5746 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 29044

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

[startup+230.301 s]
/proc/loadavg: 0.98 0.53 0.21 2/66 21049
/proc/meminfo: memFree=1126136/2055920 swapFree=4181888/4192956
[pid=21046] ppid=21044 vsize=5360 CPUtime=0
/proc/21046/stat : 21046 (glucose.sh) S 21044 21046 20982 0 -1 4194304 313 124 0 0 0 0 0 0 20 0 1 0 214206352 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21046/statm: 1340 238 195 169 0 51 0
[pid=21048] ppid=21046 vsize=23952 CPUtime=230.2
/proc/21048/stat : 21048 (glucose_static) R 21046 21046 20982 0 -1 4194304 5195 0 0 0 23016 4 0 0 25 0 1 0 214206353 24526848 5144 1992294400 134512640 135217611 4294956304 18446744073709551615 134537785 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21048/statm: 5988 5144 74 172 0 5813 0
Current children cumulated CPU time (s) 230.2
Current children cumulated vsize (KiB) 29312

[startup+233.502 s]
/proc/loadavg: 0.98 0.54 0.21 2/66 21049
/proc/meminfo: memFree=1126136/2055920 swapFree=4181888/4192956
[pid=21046] ppid=21044 vsize=5360 CPUtime=0
/proc/21046/stat : 21046 (glucose.sh) S 21044 21046 20982 0 -1 4194304 313 124 0 0 0 0 0 0 20 0 1 0 214206352 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21046/statm: 1340 238 195 169 0 51 0
[pid=21048] ppid=21046 vsize=23952 CPUtime=233.4
/proc/21048/stat : 21048 (glucose_static) R 21046 21046 20982 0 -1 4194304 5198 0 0 0 23336 4 0 0 25 0 1 0 214206353 24526848 5147 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21048/statm: 5988 5147 74 172 0 5813 0
Current children cumulated CPU time (s) 233.4
Current children cumulated vsize (KiB) 29312

[startup+236.701 s]
/proc/loadavg: 0.98 0.54 0.22 2/66 21049
/proc/meminfo: memFree=1125944/2055920 swapFree=4181888/4192956
[pid=21046] ppid=21044 vsize=5360 CPUtime=0
/proc/21046/stat : 21046 (glucose.sh) S 21044 21046 20982 0 -1 4194304 313 124 0 0 0 0 0 0 20 0 1 0 214206352 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21046/statm: 1340 238 195 169 0 51 0
[pid=21048] ppid=21046 vsize=24132 CPUtime=236.6
/proc/21048/stat : 21048 (glucose_static) R 21046 21046 20982 0 -1 4194304 5244 0 0 0 23656 4 0 0 25 0 1 0 214206353 24711168 5193 1992294400 134512640 135217611 4294956304 18446744073709551615 134522443 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21048/statm: 6033 5193 74 172 0 5858 0
Current children cumulated CPU time (s) 236.6
Current children cumulated vsize (KiB) 29492

[startup+238.302 s]
/proc/loadavg: 0.98 0.54 0.22 2/66 21049
/proc/meminfo: memFree=1125944/2055920 swapFree=4181888/4192956
[pid=21046] ppid=21044 vsize=5360 CPUtime=0
/proc/21046/stat : 21046 (glucose.sh) S 21044 21046 20982 0 -1 4194304 313 124 0 0 0 0 0 0 20 0 1 0 214206352 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21046/statm: 1340 238 195 169 0 51 0
[pid=21048] ppid=21046 vsize=24132 CPUtime=238.2
/proc/21048/stat : 21048 (glucose_static) R 21046 21046 20982 0 -1 4194304 5244 0 0 0 23816 4 0 0 25 0 1 0 214206353 24711168 5193 1992294400 134512640 135217611 4294956304 18446744073709551615 134533165 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21048/statm: 6033 5193 74 172 0 5858 0
Current children cumulated CPU time (s) 238.2
Current children cumulated vsize (KiB) 29492

[startup+238.706 s]
/proc/loadavg: 0.98 0.54 0.22 2/66 21049
/proc/meminfo: memFree=1125944/2055920 swapFree=4181888/4192956
[pid=21046] ppid=21044 vsize=5360 CPUtime=0
/proc/21046/stat : 21046 (glucose.sh) S 21044 21046 20982 0 -1 4194304 313 124 0 0 0 0 0 0 20 0 1 0 214206352 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21046/statm: 1340 238 195 169 0 51 0
[pid=21048] ppid=21046 vsize=24132 CPUtime=238.6
/proc/21048/stat : 21048 (glucose_static) R 21046 21046 20982 0 -1 4194304 5244 0 0 0 23856 4 0 0 25 0 1 0 214206353 24711168 5193 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21048/statm: 6033 5193 74 172 0 5858 0
Current children cumulated CPU time (s) 238.6
Current children cumulated vsize (KiB) 29492

[startup+238.902 s]
/proc/loadavg: 0.98 0.54 0.22 2/66 21049
/proc/meminfo: memFree=1125944/2055920 swapFree=4181888/4192956
[pid=21046] ppid=21044 vsize=5360 CPUtime=0
/proc/21046/stat : 21046 (glucose.sh) S 21044 21046 20982 0 -1 4194304 313 124 0 0 0 0 0 0 20 0 1 0 214206352 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21046/statm: 1340 238 195 169 0 51 0
[pid=21048] ppid=21046 vsize=24132 CPUtime=238.8
/proc/21048/stat : 21048 (glucose_static) R 21046 21046 20982 0 -1 4194304 5244 0 0 0 23876 4 0 0 25 0 1 0 214206353 24711168 5193 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21048/statm: 6033 5193 74 172 0 5858 0
Current children cumulated CPU time (s) 238.8
Current children cumulated vsize (KiB) 29492

[startup+239.003 s]
/proc/loadavg: 0.98 0.54 0.22 2/66 21049
/proc/meminfo: memFree=1125944/2055920 swapFree=4181888/4192956
[pid=21046] ppid=21044 vsize=5360 CPUtime=0
/proc/21046/stat : 21046 (glucose.sh) S 21044 21046 20982 0 -1 4194304 313 124 0 0 0 0 0 0 20 0 1 0 214206352 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21046/statm: 1340 238 195 169 0 51 0
[pid=21048] ppid=21046 vsize=24132 CPUtime=238.9
/proc/21048/stat : 21048 (glucose_static) R 21046 21046 20982 0 -1 4194304 5244 0 0 0 23886 4 0 0 25 0 1 0 214206353 24711168 5193 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21048/statm: 6033 5193 74 172 0 5858 0
Current children cumulated CPU time (s) 238.9
Current children cumulated vsize (KiB) 29492

Child status: 20
Real time (s): 239.048
CPU time (s): 238.955
CPU user time (s): 238.904
CPU system time (s): 0.050992
CPU usage (%): 99.9609
Max. virtual memory (cumulated for all children) (KiB): 29492

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

runsolver used 0.264959 second user time and 0.528919 second system time

The end

Launcher Data

Begin job on node66 at 2009-05-09 11:36:40
IDJOB=1783600
IDBENCH=24609
IDSOLVER=610
FILE ID=node66/1783600-1241861800
PBS_JOBID= 9264550
Free space on /tmp= 66260 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Medium/contest05/jarvisalo/mod2-3cage-unsat-9-14.sat05-2589.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783600-1241861800/watcher-1783600-1241861800 -o /tmp/evaluation-result-1783600-1241861800/solver-1783600-1241861800 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1783600-1241861800.cnf

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

MD5SUM BENCH= 4e736dbc376aed9798860699ef195d83
RANDOM SEED=1977008792

node66.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.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
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:       1147488 kB
Buffers:         27616 kB
Cached:         805412 kB
SwapCached:       5004 kB
Active:         169064 kB
Inactive:       671840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1147488 kB
SwapTotal:     4192956 kB
SwapFree:      4181888 kB
Dirty:            1820 kB
Writeback:           0 kB
Mapped:          14080 kB
Slab:            53592 kB
Committed_AS:   816652 kB
PageTables:       1360 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= 66256 MiB
End job on node66 at 2009-05-09 11:40:39