Trace number 1783976

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.901 146.972

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 benchmark103.567
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 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.81/146.96	c restarts              : 7
146.81/146.96	c nb ReduceDB           : 53
146.81/146.96	c nb learnts DL2        : 183
146.81/146.96	c nb learnts size 2     : 155
146.81/146.96	c nb learnts size 1     : 18
146.81/146.96	c conflicts             : 1648565        (11226 /sec)
146.81/146.96	c decisions             : 1986014        (1.89 % random) (13523 /sec)
146.81/146.96	c propagations          : 10690283       (72793 /sec)
146.81/146.96	c conflict literals     : 24018492       (23.00 % deleted)
146.81/146.96	c Memory used           : 20.14 MB
146.81/146.96	c CPU time              : 146.859 s
146.81/146.96	
146.81/146.96	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-1783976-1241907149/watcher-1783976-1241907149 -o /tmp/evaluation-result-1783976-1241907149/solver-1783976-1241907149 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1783976-1241907149.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 32752
/proc/meminfo: memFree=1450648/2055920 swapFree=4191900/4192956
[pid=32752] ppid=32750 vsize=5360 CPUtime=0
/proc/32752/stat : 32752 (glucose.sh) R 32750 32752 32680 0 -1 4194304 294 124 0 0 0 0 0 0 19 0 1 0 218748907 5488640 237 1992294400 4194304 4889804 548682068832 18446744073709551615 233632600801 0 0 4100 65536 0 0 0 17 0 0 0
/proc/32752/statm: 1340 238 195 169 0 51 0

[startup+0.0493571 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 32752
/proc/meminfo: memFree=1450648/2055920 swapFree=4191900/4192956
[pid=32752] ppid=32750 vsize=5360 CPUtime=0
/proc/32752/stat : 32752 (glucose.sh) S 32750 32752 32680 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218748907 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32752/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101361 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 32752
/proc/meminfo: memFree=1450648/2055920 swapFree=4191900/4192956
[pid=32752] ppid=32750 vsize=5360 CPUtime=0
/proc/32752/stat : 32752 (glucose.sh) S 32750 32752 32680 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218748907 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32752/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301377 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 32752
/proc/meminfo: memFree=1450648/2055920 swapFree=4191900/4192956
[pid=32752] ppid=32750 vsize=5360 CPUtime=0
/proc/32752/stat : 32752 (glucose.sh) S 32750 32752 32680 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218748907 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32752/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701409 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 32752
/proc/meminfo: memFree=1450648/2055920 swapFree=4191900/4192956
[pid=32752] ppid=32750 vsize=5360 CPUtime=0
/proc/32752/stat : 32752 (glucose.sh) S 32750 32752 32680 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218748907 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32752/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50147 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32755
/proc/meminfo: memFree=1448392/2055920 swapFree=4191900/4192956
[pid=32752] ppid=32750 vsize=5360 CPUtime=0
/proc/32752/stat : 32752 (glucose.sh) S 32750 32752 32680 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218748907 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32752/statm: 1340 238 195 169 0 51 0
[pid=32754] ppid=32752 vsize=4380 CPUtime=1.49
/proc/32754/stat : 32754 (glucose_static) R 32752 32752 32680 0 -1 4194304 721 0 0 0 149 0 0 0 25 0 1 0 218748907 4485120 707 1992294400 134512640 135217611 4294956304 18446744073709551615 134532963 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32754/statm: 1095 707 76 172 0 920 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9740

[startup+3.10261 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32755
/proc/meminfo: memFree=1447240/2055920 swapFree=4191900/4192956
[pid=32752] ppid=32750 vsize=5360 CPUtime=0
/proc/32752/stat : 32752 (glucose.sh) S 32750 32752 32680 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218748907 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32752/statm: 1340 238 195 169 0 51 0
[pid=32754] ppid=32752 vsize=5276 CPUtime=3.09
/proc/32754/stat : 32754 (glucose_static) R 32752 32752 32680 0 -1 4194304 940 0 0 0 309 0 0 0 25 0 1 0 218748907 5402624 926 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32754/statm: 1319 926 76 172 0 1144 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10636

[startup+6.30187 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32755
/proc/meminfo: memFree=1445704/2055920 swapFree=4191900/4192956
[pid=32752] ppid=32750 vsize=5360 CPUtime=0
/proc/32752/stat : 32752 (glucose.sh) S 32750 32752 32680 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218748907 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32752/statm: 1340 238 195 169 0 51 0
[pid=32754] ppid=32752 vsize=6704 CPUtime=6.29
/proc/32754/stat : 32754 (glucose_static) R 32752 32752 32680 0 -1 4194304 1269 0 0 0 629 0 0 0 25 0 1 0 218748907 6864896 1255 1992294400 134512640 135217611 4294956304 18446744073709551615 134532978 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32754/statm: 1676 1255 76 172 0 1501 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12064

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32755
/proc/meminfo: memFree=1443656/2055920 swapFree=4191900/4192956
[pid=32752] ppid=32750 vsize=5360 CPUtime=0
/proc/32752/stat : 32752 (glucose.sh) S 32750 32752 32680 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218748907 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32752/statm: 1340 238 195 169 0 51 0
[pid=32754] ppid=32752 vsize=8544 CPUtime=12.68
/proc/32754/stat : 32754 (glucose_static) R 32752 32752 32680 0 -1 4194304 1702 0 0 0 1268 0 0 0 25 0 1 0 218748907 8749056 1688 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32754/statm: 2136 1688 76 172 0 1961 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 13904

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32755
/proc/meminfo: memFree=1441416/2055920 swapFree=4191900/4192956
[pid=32752] ppid=32750 vsize=5360 CPUtime=0
/proc/32752/stat : 32752 (glucose.sh) S 32750 32752 32680 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218748907 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32752/statm: 1340 238 195 169 0 51 0
[pid=32754] ppid=32752 vsize=11008 CPUtime=25.48
/proc/32754/stat : 32754 (glucose_static) R 32752 32752 32680 0 -1 4194304 2267 0 0 0 2547 1 0 0 25 0 1 0 218748907 11272192 2253 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32754/statm: 2752 2253 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: 1.00 1.00 1.00 2/66 32755
/proc/meminfo: memFree=1438216/2055920 swapFree=4191900/4192956
[pid=32752] ppid=32750 vsize=5360 CPUtime=0
/proc/32752/stat : 32752 (glucose.sh) S 32750 32752 32680 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218748907 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32752/statm: 1340 238 195 169 0 51 0
[pid=32754] ppid=32752 vsize=14400 CPUtime=51.05
/proc/32754/stat : 32754 (glucose_static) R 32752 32752 32680 0 -1 4194304 3060 0 0 0 5103 2 0 0 25 0 1 0 218748907 14745600 3046 1992294400 134512640 135217611 4294956304 18446744073709551615 134532998 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32754/statm: 3600 3046 76 172 0 3425 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 19760

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32755
/proc/meminfo: memFree=1435016/2055920 swapFree=4191900/4192956
[pid=32752] ppid=32750 vsize=5360 CPUtime=0
/proc/32752/stat : 32752 (glucose.sh) S 32750 32752 32680 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218748907 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32752/statm: 1340 238 195 169 0 51 0
[pid=32754] ppid=32752 vsize=18060 CPUtime=102.24
/proc/32754/stat : 32754 (glucose_static) R 32752 32752 32680 0 -1 4194304 3831 0 0 0 10222 2 0 0 25 0 1 0 218748907 18493440 3817 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32754/statm: 4515 3817 76 172 0 4340 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 23420

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

[startup+127.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32755
/proc/meminfo: memFree=1433736/2055920 swapFree=4191900/4192956
[pid=32752] ppid=32750 vsize=5360 CPUtime=0
/proc/32752/stat : 32752 (glucose.sh) S 32750 32752 32680 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218748907 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32752/statm: 1340 238 195 169 0 51 0
[pid=32754] ppid=32752 vsize=19500 CPUtime=127.82
/proc/32754/stat : 32754 (glucose_static) R 32752 32752 32680 0 -1 4194304 4142 0 0 0 12780 2 0 0 25 0 1 0 218748907 19968000 4128 1992294400 134512640 135217611 4294956304 18446744073709551615 134522712 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32754/statm: 4875 4128 76 172 0 4700 0
Current children cumulated CPU time (s) 127.82
Current children cumulated vsize (KiB) 24860

[startup+140.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32755
/proc/meminfo: memFree=1432840/2055920 swapFree=4191900/4192956
[pid=32752] ppid=32750 vsize=5360 CPUtime=0
/proc/32752/stat : 32752 (glucose.sh) S 32750 32752 32680 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218748907 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32752/statm: 1340 238 195 169 0 51 0
[pid=32754] ppid=32752 vsize=20620 CPUtime=140.62
/proc/32754/stat : 32754 (glucose_static) R 32752 32752 32680 0 -1 4194304 4369 0 0 0 14060 2 0 0 25 0 1 0 218748907 21114880 4355 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32754/statm: 5155 4355 76 172 0 4980 0
Current children cumulated CPU time (s) 140.62
Current children cumulated vsize (KiB) 25980

[startup+143.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32755
/proc/meminfo: memFree=1432840/2055920 swapFree=4191900/4192956
[pid=32752] ppid=32750 vsize=5360 CPUtime=0
/proc/32752/stat : 32752 (glucose.sh) S 32750 32752 32680 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218748907 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32752/statm: 1340 238 195 169 0 51 0
[pid=32754] ppid=32752 vsize=20620 CPUtime=143.81
/proc/32754/stat : 32754 (glucose_static) R 32752 32752 32680 0 -1 4194304 4369 0 0 0 14379 2 0 0 25 0 1 0 218748907 21114880 4355 1992294400 134512640 135217611 4294956304 18446744073709551615 134533152 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32754/statm: 5155 4355 76 172 0 4980 0
Current children cumulated CPU time (s) 143.81
Current children cumulated vsize (KiB) 25980

[startup+145.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32755
/proc/meminfo: memFree=1432776/2055920 swapFree=4191900/4192956
[pid=32752] ppid=32750 vsize=5360 CPUtime=0
/proc/32752/stat : 32752 (glucose.sh) S 32750 32752 32680 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218748907 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32752/statm: 1340 238 195 169 0 51 0
[pid=32754] ppid=32752 vsize=20620 CPUtime=145.41
/proc/32754/stat : 32754 (glucose_static) R 32752 32752 32680 0 -1 4194304 4387 0 0 0 14539 2 0 0 25 0 1 0 218748907 21114880 4373 1992294400 134512640 135217611 4294956304 18446744073709551615 134522531 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32754/statm: 5155 4373 76 172 0 4980 0
Current children cumulated CPU time (s) 145.41
Current children cumulated vsize (KiB) 25980

[startup+146.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32755
/proc/meminfo: memFree=1432776/2055920 swapFree=4191900/4192956
[pid=32752] ppid=32750 vsize=5360 CPUtime=0
/proc/32752/stat : 32752 (glucose.sh) S 32750 32752 32680 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218748907 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32752/statm: 1340 238 195 169 0 51 0
[pid=32754] ppid=32752 vsize=20620 CPUtime=146.22
/proc/32754/stat : 32754 (glucose_static) R 32752 32752 32680 0 -1 4194304 4387 0 0 0 14620 2 0 0 25 0 1 0 218748907 21114880 4373 1992294400 134512640 135217611 4294956304 18446744073709551615 134522438 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32754/statm: 5155 4373 76 172 0 4980 0
Current children cumulated CPU time (s) 146.22
Current children cumulated vsize (KiB) 25980

[startup+146.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32755
/proc/meminfo: memFree=1432776/2055920 swapFree=4191900/4192956
[pid=32752] ppid=32750 vsize=5360 CPUtime=0
/proc/32752/stat : 32752 (glucose.sh) S 32750 32752 32680 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218748907 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32752/statm: 1340 238 195 169 0 51 0
[pid=32754] ppid=32752 vsize=20620 CPUtime=146.61
/proc/32754/stat : 32754 (glucose_static) R 32752 32752 32680 0 -1 4194304 4387 0 0 0 14659 2 0 0 25 0 1 0 218748907 21114880 4373 1992294400 134512640 135217611 4294956304 18446744073709551615 134533277 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32754/statm: 5155 4373 76 172 0 4980 0
Current children cumulated CPU time (s) 146.61
Current children cumulated vsize (KiB) 25980

[startup+146.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32755
/proc/meminfo: memFree=1432776/2055920 swapFree=4191900/4192956
[pid=32752] ppid=32750 vsize=5360 CPUtime=0
/proc/32752/stat : 32752 (glucose.sh) S 32750 32752 32680 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218748907 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32752/statm: 1340 238 195 169 0 51 0
[pid=32754] ppid=32752 vsize=20620 CPUtime=146.81
/proc/32754/stat : 32754 (glucose_static) R 32752 32752 32680 0 -1 4194304 4387 0 0 0 14679 2 0 0 25 0 1 0 218748907 21114880 4373 1992294400 134512640 135217611 4294956304 18446744073709551615 134537945 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32754/statm: 5155 4373 76 172 0 4980 0
Current children cumulated CPU time (s) 146.81
Current children cumulated vsize (KiB) 25980

Child status: 20
Real time (s): 146.972
CPU time (s): 146.901
CPU user time (s): 146.863
CPU system time (s): 0.037994
CPU usage (%): 99.9517
Max. virtual memory (cumulated for all children) (KiB): 25980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 146.863
system time used= 0.037994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4991
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= 36
involuntary context switches= 397

runsolver used 0.093985 second user time and 0.447931 second system time

The end

Launcher Data

Begin job on node3 at 2009-05-10 00:12:29
IDJOB=1783976
IDBENCH=24747
IDSOLVER=610
FILE ID=node3/1783976-1241907149
PBS_JOBID= 9264812
Free space on /tmp= 66140 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-1783976-1241907149/watcher-1783976-1241907149 -o /tmp/evaluation-result-1783976-1241907149/solver-1783976-1241907149 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1783976-1241907149.cnf

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

MD5SUM BENCH= b8ad54973e17f84e99bf9d2e7bc768ce
RANDOM SEED=534440089

node3.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:       1451192 kB
Buffers:         46832 kB
Cached:         467804 kB
SwapCached:        260 kB
Active:          88800 kB
Inactive:       439672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1451192 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1584 kB
Writeback:           0 kB
Mapped:          22328 kB
Slab:            62432 kB
Committed_AS:   791652 kB
PageTables:       1372 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= 66140 MiB
End job on node3 at 2009-05-10 00:14:56