Trace number 1731227

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 146.961 147.019

General information on the benchmark

Namecrafted/Difficult/contest05/jarvisalo/
mod2c-rand3bip-unsat-120-3.sat05-2340.reshuffled-07.cnf
MD5SUMb8ad54973e17f84e99bf9d2e7bc768ce
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark14.1528
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of clauses640
Sum of the clauses size2560
Maximum clause length4
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 4640
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 |     640     2560 |     191       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 160   #clauses: 640   #literals: 2560
0.00/0.00	c CPU time:   0.000999 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:  160                                                  |
0.00/0.00	c |  Number of clauses:    640                                                  |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
146.93/147.01	c restarts              : 7
146.93/147.01	c nb ReduceDB           : 53
146.93/147.01	c nb learnts DL2        : 183
146.93/147.01	c nb learnts size 2     : 155
146.93/147.01	c nb learnts size 1     : 18
146.93/147.01	c conflicts             : 1648565        (11221 /sec)
146.93/147.01	c decisions             : 1986014        (1.89 % random) (13517 /sec)
146.93/147.01	c propagations          : 10690283       (72761 /sec)
146.93/147.01	c conflict literals     : 24018492       (23.00 % deleted)
146.93/147.01	c Memory used           : 20.14 MB
146.93/147.01	c CPU time              : 146.923 s
146.93/147.01	
146.93/147.01	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-1731227-1240768247/watcher-1731227-1240768247 -o /tmp/evaluation-result-1731227-1240768247/solver-1731227-1240768247 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1731227-1240768247.cnf 

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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 27375
/proc/meminfo: memFree=1304904/2055920 swapFree=4192956/4192956
[pid=27375] ppid=27373 vsize=5360 CPUtime=0
/proc/27375/stat : 27375 (glucose.sh) R 27373 27375 26986 0 -1 4194304 293 126 0 0 0 0 0 0 18 0 1 0 104851847 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 246406113779 0 0 4100 65536 0 0 0 17 0 0 0
/proc/27375/statm: 1340 237 195 169 0 51 0

[startup+0.0656691 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 27375
/proc/meminfo: memFree=1304904/2055920 swapFree=4192956/4192956
[pid=27375] ppid=27373 vsize=5360 CPUtime=0
/proc/27375/stat : 27375 (glucose.sh) S 27373 27375 26986 0 -1 4194304 313 126 0 0 0 0 0 0 19 0 1 0 104851847 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27375/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101671 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 27375
/proc/meminfo: memFree=1304904/2055920 swapFree=4192956/4192956
[pid=27375] ppid=27373 vsize=5360 CPUtime=0
/proc/27375/stat : 27375 (glucose.sh) S 27373 27375 26986 0 -1 4194304 313 126 0 0 0 0 0 0 19 0 1 0 104851847 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27375/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.30169 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 27375
/proc/meminfo: memFree=1304904/2055920 swapFree=4192956/4192956
[pid=27375] ppid=27373 vsize=5360 CPUtime=0
/proc/27375/stat : 27375 (glucose.sh) S 27373 27375 26986 0 -1 4194304 313 126 0 0 0 0 0 0 19 0 1 0 104851847 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27375/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701727 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 27375
/proc/meminfo: memFree=1304904/2055920 swapFree=4192956/4192956
[pid=27375] ppid=27373 vsize=5360 CPUtime=0
/proc/27375/stat : 27375 (glucose.sh) S 27373 27375 26986 0 -1 4194304 313 126 0 0 0 0 0 0 19 0 1 0 104851847 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27375/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.5018 s]
/proc/loadavg: 0.92 0.98 1.08 2/66 27378
/proc/meminfo: memFree=1302584/2055920 swapFree=4192956/4192956
[pid=27375] ppid=27373 vsize=5360 CPUtime=0
/proc/27375/stat : 27375 (glucose.sh) S 27373 27375 26986 0 -1 4194304 313 126 0 0 0 0 0 0 19 0 1 0 104851847 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27375/statm: 1340 238 195 169 0 51 0
[pid=27377] ppid=27375 vsize=4240 CPUtime=1.49
/proc/27377/stat : 27377 (glucose_static) R 27375 27375 26986 0 -1 4194304 716 0 0 0 149 0 0 0 25 0 1 0 104851848 4341760 702 1992294400 134512640 135217611 4294956272 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27377/statm: 1060 702 76 172 0 885 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9600

[startup+3.10195 s]
/proc/loadavg: 0.92 0.98 1.08 2/66 27378
/proc/meminfo: memFree=1301560/2055920 swapFree=4192956/4192956
[pid=27375] ppid=27373 vsize=5360 CPUtime=0
/proc/27375/stat : 27375 (glucose.sh) S 27373 27375 26986 0 -1 4194304 313 126 0 0 0 0 0 0 19 0 1 0 104851847 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27375/statm: 1340 238 195 169 0 51 0
[pid=27377] ppid=27375 vsize=5116 CPUtime=3.09
/proc/27377/stat : 27377 (glucose_static) R 27375 27375 26986 0 -1 4194304 923 0 0 0 309 0 0 0 25 0 1 0 104851848 5238784 909 1992294400 134512640 135217611 4294956272 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27377/statm: 1279 909 76 172 0 1104 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10476

[startup+6.30126 s]
/proc/loadavg: 0.93 0.98 1.08 2/66 27378
/proc/meminfo: memFree=1299960/2055920 swapFree=4192956/4192956
[pid=27375] ppid=27373 vsize=5360 CPUtime=0
/proc/27375/stat : 27375 (glucose.sh) S 27373 27375 26986 0 -1 4194304 313 126 0 0 0 0 0 0 19 0 1 0 104851847 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27375/statm: 1340 238 195 169 0 51 0
[pid=27377] ppid=27375 vsize=6704 CPUtime=6.29
/proc/27377/stat : 27377 (glucose_static) R 27375 27375 26986 0 -1 4194304 1269 0 0 0 629 0 0 0 25 0 1 0 104851848 6864896 1255 1992294400 134512640 135217611 4294956272 18446744073709551615 134532960 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27377/statm: 1676 1255 76 172 0 1501 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12064

[startup+12.7019 s]
/proc/loadavg: 0.93 0.98 1.08 2/66 27378
/proc/meminfo: memFree=1297976/2055920 swapFree=4192956/4192956
[pid=27375] ppid=27373 vsize=5360 CPUtime=0
/proc/27375/stat : 27375 (glucose.sh) S 27373 27375 26986 0 -1 4194304 313 126 0 0 0 0 0 0 19 0 1 0 104851847 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27375/statm: 1340 238 195 169 0 51 0
[pid=27377] ppid=27375 vsize=8544 CPUtime=12.68
/proc/27377/stat : 27377 (glucose_static) R 27375 27375 26986 0 -1 4194304 1702 0 0 0 1268 0 0 0 25 0 1 0 104851848 8749056 1688 1992294400 134512640 135217611 4294956272 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27377/statm: 2136 1688 76 172 0 1961 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 13904

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 1.08 2/66 27378
/proc/meminfo: memFree=1295736/2055920 swapFree=4192956/4192956
[pid=27375] ppid=27373 vsize=5360 CPUtime=0
/proc/27375/stat : 27375 (glucose.sh) S 27373 27375 26986 0 -1 4194304 313 126 0 0 0 0 0 0 19 0 1 0 104851847 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27375/statm: 1340 238 195 169 0 51 0
[pid=27377] ppid=27375 vsize=11008 CPUtime=25.48
/proc/27377/stat : 27377 (glucose_static) R 27375 27375 26986 0 -1 4194304 2266 0 0 0 2548 0 0 0 25 0 1 0 104851848 11272192 2252 1992294400 134512640 135217611 4294956272 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27377/statm: 2752 2252 76 172 0 2577 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 16368

[startup+51.1015 s]
/proc/loadavg: 0.96 0.98 1.07 2/66 27378
/proc/meminfo: memFree=1292600/2055920 swapFree=4192956/4192956
[pid=27375] ppid=27373 vsize=5360 CPUtime=0
/proc/27375/stat : 27375 (glucose.sh) S 27373 27375 26986 0 -1 4194304 313 126 0 0 0 0 0 0 19 0 1 0 104851847 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27375/statm: 1340 238 195 169 0 51 0
[pid=27377] ppid=27375 vsize=14400 CPUtime=51.07
/proc/27377/stat : 27377 (glucose_static) R 27375 27375 26986 0 -1 4194304 3060 0 0 0 5106 1 0 0 25 0 1 0 104851848 14745600 3046 1992294400 134512640 135217611 4294956272 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27377/statm: 3600 3046 76 172 0 3425 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 19760

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 1.07 2/66 27378
/proc/meminfo: memFree=1289272/2055920 swapFree=4192956/4192956
[pid=27375] ppid=27373 vsize=5360 CPUtime=0
/proc/27375/stat : 27375 (glucose.sh) S 27373 27375 26986 0 -1 4194304 313 126 0 0 0 0 0 0 19 0 1 0 104851847 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27375/statm: 1340 238 195 169 0 51 0
[pid=27377] ppid=27375 vsize=18060 CPUtime=102.25
/proc/27377/stat : 27377 (glucose_static) R 27375 27375 26986 0 -1 4194304 3831 0 0 0 10223 2 0 0 25 0 1 0 104851848 18493440 3817 1992294400 134512640 135217611 4294956272 18446744073709551615 134533288 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27377/statm: 4515 3817 76 172 0 4340 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 23420

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

[startup+127.902 s]
/proc/loadavg: 0.99 0.98 1.07 2/66 27378
/proc/meminfo: memFree=1288056/2055920 swapFree=4192956/4192956
[pid=27375] ppid=27373 vsize=5360 CPUtime=0
/proc/27375/stat : 27375 (glucose.sh) S 27373 27375 26986 0 -1 4194304 313 126 0 0 0 0 0 0 19 0 1 0 104851847 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27375/statm: 1340 238 195 169 0 51 0
[pid=27377] ppid=27375 vsize=19500 CPUtime=127.84
/proc/27377/stat : 27377 (glucose_static) R 27375 27375 26986 0 -1 4194304 4142 0 0 0 12782 2 0 0 25 0 1 0 104851848 19968000 4128 1992294400 134512640 135217611 4294956272 18446744073709551615 134522435 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27377/statm: 4875 4128 76 172 0 4700 0
Current children cumulated CPU time (s) 127.84
Current children cumulated vsize (KiB) 24860

[startup+140.702 s]
/proc/loadavg: 0.99 0.98 1.06 2/66 27378
/proc/meminfo: memFree=1287224/2055920 swapFree=4192956/4192956
[pid=27375] ppid=27373 vsize=5360 CPUtime=0
/proc/27375/stat : 27375 (glucose.sh) S 27373 27375 26986 0 -1 4194304 313 126 0 0 0 0 0 0 19 0 1 0 104851847 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27375/statm: 1340 238 195 169 0 51 0
[pid=27377] ppid=27375 vsize=20620 CPUtime=140.64
/proc/27377/stat : 27377 (glucose_static) R 27375 27375 26986 0 -1 4194304 4369 0 0 0 14062 2 0 0 25 0 1 0 104851848 21114880 4355 1992294400 134512640 135217611 4294956272 18446744073709551615 134533330 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27377/statm: 5155 4355 76 172 0 4980 0
Current children cumulated CPU time (s) 140.64
Current children cumulated vsize (KiB) 25980

[startup+143.902 s]
/proc/loadavg: 0.99 0.98 1.06 2/66 27378
/proc/meminfo: memFree=1287224/2055920 swapFree=4192956/4192956
[pid=27375] ppid=27373 vsize=5360 CPUtime=0
/proc/27375/stat : 27375 (glucose.sh) S 27373 27375 26986 0 -1 4194304 313 126 0 0 0 0 0 0 19 0 1 0 104851847 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27375/statm: 1340 238 195 169 0 51 0
[pid=27377] ppid=27375 vsize=20620 CPUtime=143.83
/proc/27377/stat : 27377 (glucose_static) R 27375 27375 26986 0 -1 4194304 4369 0 0 0 14381 2 0 0 25 0 1 0 104851848 21114880 4355 1992294400 134512640 135217611 4294956272 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27377/statm: 5155 4355 76 172 0 4980 0
Current children cumulated CPU time (s) 143.83
Current children cumulated vsize (KiB) 25980

[startup+145.501 s]
/proc/loadavg: 0.99 0.98 1.06 2/66 27378
/proc/meminfo: memFree=1287160/2055920 swapFree=4192956/4192956
[pid=27375] ppid=27373 vsize=5360 CPUtime=0
/proc/27375/stat : 27375 (glucose.sh) S 27373 27375 26986 0 -1 4194304 313 126 0 0 0 0 0 0 19 0 1 0 104851847 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27375/statm: 1340 238 195 169 0 51 0
[pid=27377] ppid=27375 vsize=20620 CPUtime=145.43
/proc/27377/stat : 27377 (glucose_static) R 27375 27375 26986 0 -1 4194304 4387 0 0 0 14541 2 0 0 25 0 1 0 104851848 21114880 4373 1992294400 134512640 135217611 4294956272 18446744073709551615 134522435 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27377/statm: 5155 4373 76 172 0 4980 0
Current children cumulated CPU time (s) 145.43
Current children cumulated vsize (KiB) 25980

[startup+146.306 s]
/proc/loadavg: 0.99 0.98 1.06 2/66 27378
/proc/meminfo: memFree=1287160/2055920 swapFree=4192956/4192956
[pid=27375] ppid=27373 vsize=5360 CPUtime=0
/proc/27375/stat : 27375 (glucose.sh) S 27373 27375 26986 0 -1 4194304 313 126 0 0 0 0 0 0 19 0 1 0 104851847 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27375/statm: 1340 238 195 169 0 51 0
[pid=27377] ppid=27375 vsize=20620 CPUtime=146.23
/proc/27377/stat : 27377 (glucose_static) R 27375 27375 26986 0 -1 4194304 4387 0 0 0 14621 2 0 0 25 0 1 0 104851848 21114880 4373 1992294400 134512640 135217611 4294956272 18446744073709551615 134522427 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27377/statm: 5155 4373 76 172 0 4980 0
Current children cumulated CPU time (s) 146.23
Current children cumulated vsize (KiB) 25980

[startup+146.702 s]
/proc/loadavg: 0.99 0.98 1.06 2/66 27378
/proc/meminfo: memFree=1287160/2055920 swapFree=4192956/4192956
[pid=27375] ppid=27373 vsize=5360 CPUtime=0
/proc/27375/stat : 27375 (glucose.sh) S 27373 27375 26986 0 -1 4194304 313 126 0 0 0 0 0 0 19 0 1 0 104851847 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27375/statm: 1340 238 195 169 0 51 0
[pid=27377] ppid=27375 vsize=20620 CPUtime=146.63
/proc/27377/stat : 27377 (glucose_static) R 27375 27375 26986 0 -1 4194304 4387 0 0 0 14661 2 0 0 25 0 1 0 104851848 21114880 4373 1992294400 134512640 135217611 4294956272 18446744073709551615 134522438 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27377/statm: 5155 4373 76 172 0 4980 0
Current children cumulated CPU time (s) 146.63
Current children cumulated vsize (KiB) 25980

[startup+146.902 s]
/proc/loadavg: 0.99 0.98 1.06 2/66 27378
/proc/meminfo: memFree=1287160/2055920 swapFree=4192956/4192956
[pid=27375] ppid=27373 vsize=5360 CPUtime=0
/proc/27375/stat : 27375 (glucose.sh) S 27373 27375 26986 0 -1 4194304 313 126 0 0 0 0 0 0 19 0 1 0 104851847 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27375/statm: 1340 238 195 169 0 51 0
[pid=27377] ppid=27375 vsize=20620 CPUtime=146.83
/proc/27377/stat : 27377 (glucose_static) R 27375 27375 26986 0 -1 4194304 4387 0 0 0 14681 2 0 0 25 0 1 0 104851848 21114880 4373 1992294400 134512640 135217611 4294956272 18446744073709551615 134532987 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27377/statm: 5155 4373 76 172 0 4980 0
Current children cumulated CPU time (s) 146.83
Current children cumulated vsize (KiB) 25980

[startup+147.002 s]
/proc/loadavg: 0.99 0.98 1.06 2/66 27378
/proc/meminfo: memFree=1287160/2055920 swapFree=4192956/4192956
[pid=27375] ppid=27373 vsize=5360 CPUtime=0
/proc/27375/stat : 27375 (glucose.sh) S 27373 27375 26986 0 -1 4194304 313 126 0 0 0 0 0 0 19 0 1 0 104851847 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27375/statm: 1340 238 195 169 0 51 0
[pid=27377] ppid=27375 vsize=20620 CPUtime=146.93
/proc/27377/stat : 27377 (glucose_static) R 27375 27375 26986 0 -1 4194304 4387 0 0 0 14691 2 0 0 25 0 1 0 104851848 21114880 4373 1992294400 134512640 135217611 4294956272 18446744073709551615 134542776 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27377/statm: 5155 4373 76 172 0 4980 0
Current children cumulated CPU time (s) 146.93
Current children cumulated vsize (KiB) 25980

Child status: 20
Real time (s): 147.019
CPU time (s): 146.961
CPU user time (s): 146.928
CPU system time (s): 0.032994
CPU usage (%): 99.9606
Max. virtual memory (cumulated for all children) (KiB): 25980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 146.928
system time used= 0.032994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4994
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= 37
involuntary context switches= 454

runsolver used 0.137979 second user time and 0.402938 second system time

The end

Launcher Data

Begin job on node61 at 2009-04-26 19:50:47
IDJOB=1731227
IDBENCH=24747
IDSOLVER=503
FILE ID=node61/1731227-1240768247
PBS_JOBID= 9187133
Free space on /tmp= 66424 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Difficult/contest05/jarvisalo/mod2c-rand3bip-unsat-120-3.sat05-2340.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1731227-1240768247/watcher-1731227-1240768247 -o /tmp/evaluation-result-1731227-1240768247/solver-1731227-1240768247 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1731227-1240768247.cnf

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

MD5SUM BENCH= b8ad54973e17f84e99bf9d2e7bc768ce
RANDOM SEED=1919154323

node61.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.216
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.216
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:       1305384 kB
Buffers:         96552 kB
Cached:         548020 kB
SwapCached:          0 kB
Active:         222760 kB
Inactive:       435584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1305384 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1584 kB
Writeback:           0 kB
Mapped:          23588 kB
Slab:            78340 kB
Committed_AS:   440296 kB
PageTables:       1368 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66424 MiB
End job on node61 at 2009-04-26 19:53:14