Trace number 1783964

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 2388.53 2389.76

General information on the benchmark

Namecrafted/Difficult/contest05/jarvisalo/
mod2c-3cage-unsat-10-3.sat05-2568.reshuffled-07.cnf
MD5SUMd65aa32f539d7b147c82042f18f65687
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark271
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses560
Sum of the clauses size2240
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 4560
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 |     560     2240 |     167       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 140   #clauses: 560   #literals: 2240
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:  140                                                  |
0.00/0.00	c |  Number of clauses:    560                                                  |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
2388.45/2389.74	c restarts              : 41
2388.45/2389.74	c nb ReduceDB           : 158
2388.45/2389.74	c nb learnts DL2        : 242
2388.45/2389.74	c nb learnts size 2     : 226
2388.45/2389.74	c nb learnts size 1     : 22
2388.45/2389.74	c conflicts             : 13281864       (5561 /sec)
2388.45/2389.74	c decisions             : 16623817       (1.92 % random) (6960 /sec)
2388.45/2389.74	c propagations          : 63334041       (26518 /sec)
2388.45/2389.74	c conflict literals     : 202914675      (25.79 % deleted)
2388.45/2389.74	c Memory used           : 62.75 MB
2388.45/2389.74	c CPU time              : 2388.36 s
2388.45/2389.74	
2388.45/2389.75	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-1783964-1241904869/watcher-1783964-1241904869 -o /tmp/evaluation-result-1783964-1241904869/solver-1783964-1241904869 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1783964-1241904869.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.92 0.98 0.99 3/65 27454
/proc/meminfo: memFree=1889720/2055920 swapFree=4180340/4192956
[pid=27454] ppid=27452 vsize=5360 CPUtime=0
/proc/27454/stat : 27454 (glucose.sh) R 27452 27454 27417 0 -1 4194304 294 124 0 0 0 0 0 0 18 0 1 0 218516234 5488640 237 1992294400 4194304 4889804 548682068832 18446744073709551615 243665375969 0 0 4100 65536 0 0 0 17 0 0 0
/proc/27454/statm: 1340 237 195 169 0 51 0

[startup+0.0888251 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 27454
/proc/meminfo: memFree=1889720/2055920 swapFree=4180340/4192956
[pid=27454] ppid=27452 vsize=5360 CPUtime=0
/proc/27454/stat : 27454 (glucose.sh) S 27452 27454 27417 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218516234 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27454/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101825 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 27454
/proc/meminfo: memFree=1889720/2055920 swapFree=4180340/4192956
[pid=27454] ppid=27452 vsize=5360 CPUtime=0
/proc/27454/stat : 27454 (glucose.sh) S 27452 27454 27417 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218516234 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27454/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301864 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 27454
/proc/meminfo: memFree=1889720/2055920 swapFree=4180340/4192956
[pid=27454] ppid=27452 vsize=5360 CPUtime=0
/proc/27454/stat : 27454 (glucose.sh) S 27452 27454 27417 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218516234 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27454/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701935 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 27454
/proc/meminfo: memFree=1889720/2055920 swapFree=4180340/4192956
[pid=27454] ppid=27452 vsize=5360 CPUtime=0
/proc/27454/stat : 27454 (glucose.sh) S 27452 27454 27417 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218516234 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27454/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50108 s]
/proc/loadavg: 0.92 0.98 0.99 2/67 27457
/proc/meminfo: memFree=1887328/2055920 swapFree=4180340/4192956
[pid=27454] ppid=27452 vsize=5360 CPUtime=0
/proc/27454/stat : 27454 (glucose.sh) S 27452 27454 27417 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218516234 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27454/statm: 1340 238 195 169 0 51 0
[pid=27456] ppid=27454 vsize=4336 CPUtime=1.48
/proc/27456/stat : 27456 (glucose_static) R 27454 27454 27417 0 -1 4194304 712 0 0 0 148 0 0 0 25 0 1 0 218516234 4440064 698 1992294400 134512640 135217611 4294956304 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27456/statm: 1084 698 75 172 0 909 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9696

[startup+3.10137 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 27457
/proc/meminfo: memFree=1886432/2055920 swapFree=4180340/4192956
[pid=27454] ppid=27452 vsize=5360 CPUtime=0
/proc/27454/stat : 27454 (glucose.sh) S 27452 27454 27417 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218516234 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27454/statm: 1340 238 195 169 0 51 0
[pid=27456] ppid=27454 vsize=5212 CPUtime=3.08
/proc/27456/stat : 27456 (glucose_static) R 27454 27454 27417 0 -1 4194304 916 0 0 0 308 0 0 0 25 0 1 0 218516234 5337088 902 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27456/statm: 1303 902 75 172 0 1128 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10572

[startup+6.30195 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 27457
/proc/meminfo: memFree=1885088/2055920 swapFree=4180340/4192956
[pid=27454] ppid=27452 vsize=5360 CPUtime=0
/proc/27454/stat : 27454 (glucose.sh) S 27452 27454 27417 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218516234 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27454/statm: 1340 238 195 169 0 51 0
[pid=27456] ppid=27454 vsize=6504 CPUtime=6.28
/proc/27456/stat : 27456 (glucose_static) R 27454 27454 27417 0 -1 4194304 1233 0 0 0 628 0 0 0 25 0 1 0 218516234 6660096 1219 1992294400 134512640 135217611 4294956304 18446744073709551615 134533327 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27456/statm: 1626 1219 75 172 0 1451 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 11864

[startup+12.7011 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 27457
/proc/meminfo: memFree=1882848/2055920 swapFree=4180340/4192956
[pid=27454] ppid=27452 vsize=5360 CPUtime=0
/proc/27454/stat : 27454 (glucose.sh) S 27452 27454 27417 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218516234 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27454/statm: 1340 238 195 169 0 51 0
[pid=27456] ppid=27454 vsize=8512 CPUtime=12.68
/proc/27456/stat : 27456 (glucose_static) R 27454 27454 27417 0 -1 4194304 1705 0 0 0 1267 1 0 0 25 0 1 0 218516234 8716288 1691 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27456/statm: 2128 1691 75 172 0 1953 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 13872

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.99 2/67 27457
/proc/meminfo: memFree=1880416/2055920 swapFree=4180340/4192956
[pid=27454] ppid=27452 vsize=5360 CPUtime=0
/proc/27454/stat : 27454 (glucose.sh) S 27452 27454 27417 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218516234 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27454/statm: 1340 238 195 169 0 51 0
[pid=27456] ppid=27454 vsize=11096 CPUtime=25.46
/proc/27456/stat : 27456 (glucose_static) R 27454 27454 27417 0 -1 4194304 2304 0 0 0 2545 1 0 0 25 0 1 0 218516234 11362304 2290 1992294400 134512640 135217611 4294956304 18446744073709551615 134533336 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27456/statm: 2774 2290 75 172 0 2599 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 16456

[startup+51.1011 s]
/proc/loadavg: 0.96 0.98 0.99 2/67 27457
/proc/meminfo: memFree=1877280/2055920 swapFree=4180340/4192956
[pid=27454] ppid=27452 vsize=5360 CPUtime=0
/proc/27454/stat : 27454 (glucose.sh) S 27452 27454 27417 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218516234 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27454/statm: 1340 238 195 169 0 51 0
[pid=27456] ppid=27454 vsize=14876 CPUtime=51.06
/proc/27456/stat : 27456 (glucose_static) R 27454 27454 27417 0 -1 4194304 3148 0 0 0 5104 2 0 0 25 0 1 0 218516234 15233024 3134 1992294400 134512640 135217611 4294956304 18446744073709551615 134533254 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27456/statm: 3719 3134 75 172 0 3544 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 20236

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/67 27457
/proc/meminfo: memFree=1873312/2055920 swapFree=4180340/4192956
[pid=27454] ppid=27452 vsize=5360 CPUtime=0
/proc/27454/stat : 27454 (glucose.sh) S 27452 27454 27417 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218516234 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27454/statm: 1340 238 195 169 0 51 0
[pid=27456] ppid=27454 vsize=18892 CPUtime=102.23
/proc/27456/stat : 27456 (glucose_static) R 27454 27454 27417 0 -1 4194304 4044 0 0 0 10221 2 0 0 25 0 1 0 218516234 19345408 4030 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27456/statm: 4723 4030 75 172 0 4548 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 24252

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27457
/proc/meminfo: memFree=1870048/2055920 swapFree=4180340/4192956
[pid=27454] ppid=27452 vsize=5360 CPUtime=0
/proc/27454/stat : 27454 (glucose.sh) S 27452 27454 27417 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218516234 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27454/statm: 1340 238 195 169 0 51 0
[pid=27456] ppid=27454 vsize=22648 CPUtime=162.2
/proc/27456/stat : 27456 (glucose_static) R 27454 27454 27417 0 -1 4194304 4871 0 0 0 16217 3 0 0 25 0 1 0 218516234 23191552 4853 1992294400 134512640 135217611 4294956304 18446744073709551615 134522531 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27456/statm: 5662 4853 75 172 0 5487 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 28008

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27457
/proc/meminfo: memFree=1867104/2055920 swapFree=4180340/4192956
[pid=27454] ppid=27452 vsize=5360 CPUtime=0
/proc/27454/stat : 27454 (glucose.sh) S 27452 27454 27417 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218516234 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27454/statm: 1340 238 195 169 0 51 0
[pid=27456] ppid=27454 vsize=25856 CPUtime=222.16
/proc/27456/stat : 27456 (glucose_static) R 27454 27454 27417 0 -1 4194304 5609 0 0 0 22213 3 0 0 25 0 1 0 218516234 26476544 5591 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27456/statm: 6464 5591 75 172 0 6289 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 31216

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27457
/proc/meminfo: memFree=1864288/2055920 swapFree=4180340/4192956
[pid=27454] ppid=27452 vsize=5360 CPUtime=0
/proc/27454/stat : 27454 (glucose.sh) S 27452 27454 27417 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218516234 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27454/statm: 1340 238 195 169 0 51 0
[pid=27456] ppid=27454 vsize=28864 CPUtime=282.13
/proc/27456/stat : 27456 (glucose_static) R 27454 27454 27417 0 -1 4194304 6324 0 0 0 28209 4 0 0 25 0 1 0 218516234 29556736 6285 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27456/statm: 7216 6285 75 172 0 7041 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 34224

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27457
/proc/meminfo: memFree=1862944/2055920 swapFree=4180340/4192956
[pid=27454] ppid=27452 vsize=5360 CPUtime=0
/proc/27454/stat : 27454 (glucose.sh) S 27452 27454 27417 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218516234 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27454/statm: 1340 238 195 169 0 51 0
[pid=27456] ppid=27454 vsize=30176 CPUtime=342.11
/proc/27456/stat : 27456 (glucose_static) R 27454 27454 27417 0 -1 4194304 6658 0 0 0 34206 5 0 0 25 0 1 0 218516234 30900224 6619 1992294400 134512640 135217611 4294956304 18446744073709551615 134549139 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27456/statm: 7544 6619 75 172 0 7369 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 35536

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27457
/proc/meminfo: memFree=1861472/2055920 swapFree=4180340/4192956
[pid=27454] ppid=27452 vsize=5360 CPUtime=0
/proc/27454/stat : 27454 (glucose.sh) S 27452 27454 27417 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218516234 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27454/statm: 1340 238 195 169 0 51 0
[pid=27456] ppid=27454 vsize=31908 CPUtime=402.07
/proc/27456/stat : 27456 (glucose_static) R 27454 27454 27417 0 -1 4194304 7041 0 0 0 40202 5 0 0 25 0 1 0 218516234 32673792 7002 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27456/statm: 7977 7002 75 172 0 7802 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 37268

[startup+462.302 s]

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


[startup+1902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27465
/proc/meminfo: memFree=1837152/2055920 swapFree=4180340/4192956
[pid=27454] ppid=27452 vsize=5360 CPUtime=0
/proc/27454/stat : 27454 (glucose.sh) S 27452 27454 27417 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218516234 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27454/statm: 1340 238 195 169 0 51 0
[pid=27456] ppid=27454 vsize=58492 CPUtime=1901.31
/proc/27456/stat : 27456 (glucose_static) R 27454 27454 27417 0 -1 4194304 13001 0 0 0 190119 12 0 0 25 0 1 0 218516234 59895808 12946 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27456/statm: 14623 12946 75 172 0 14448 0
Current children cumulated CPU time (s) 1901.31
Current children cumulated vsize (KiB) 63852

[startup+1962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27465
/proc/meminfo: memFree=1836576/2055920 swapFree=4180340/4192956
[pid=27454] ppid=27452 vsize=5360 CPUtime=0
/proc/27454/stat : 27454 (glucose.sh) S 27452 27454 27417 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218516234 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27454/statm: 1340 238 195 169 0 51 0
[pid=27456] ppid=27454 vsize=59272 CPUtime=1961.27
/proc/27456/stat : 27456 (glucose_static) R 27454 27454 27417 0 -1 4194304 13140 0 0 0 196115 12 0 0 25 0 1 0 218516234 60694528 13085 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27456/statm: 14818 13085 75 172 0 14643 0
Current children cumulated CPU time (s) 1961.27
Current children cumulated vsize (KiB) 64632

[startup+2022.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27465
/proc/meminfo: memFree=1835872/2055920 swapFree=4180340/4192956
[pid=27454] ppid=27452 vsize=5360 CPUtime=0
/proc/27454/stat : 27454 (glucose.sh) S 27452 27454 27417 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218516234 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27454/statm: 1340 238 195 169 0 51 0
[pid=27456] ppid=27454 vsize=59992 CPUtime=2021.24
/proc/27456/stat : 27456 (glucose_static) R 27454 27454 27417 0 -1 4194304 13310 0 0 0 202111 13 0 0 25 0 1 0 218516234 61431808 13255 1992294400 134512640 135217611 4294956304 18446744073709551615 134522607 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27456/statm: 14998 13255 75 172 0 14823 0
Current children cumulated CPU time (s) 2021.24
Current children cumulated vsize (KiB) 65352

[startup+2082.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27465
/proc/meminfo: memFree=1835040/2055920 swapFree=4180340/4192956
[pid=27454] ppid=27452 vsize=5360 CPUtime=0
/proc/27454/stat : 27454 (glucose.sh) S 27452 27454 27417 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218516234 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27454/statm: 1340 238 195 169 0 51 0
[pid=27456] ppid=27454 vsize=61192 CPUtime=2081.22
/proc/27456/stat : 27456 (glucose_static) R 27454 27454 27417 0 -1 4194304 13515 0 0 0 208109 13 0 0 25 0 1 0 218516234 62660608 13460 1992294400 134512640 135217611 4294956304 18446744073709551615 134533313 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27456/statm: 15298 13460 75 172 0 15123 0
Current children cumulated CPU time (s) 2081.22
Current children cumulated vsize (KiB) 66552

[startup+2142.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27465
/proc/meminfo: memFree=1834464/2055920 swapFree=4180340/4192956
[pid=27454] ppid=27452 vsize=5360 CPUtime=0
/proc/27454/stat : 27454 (glucose.sh) S 27452 27454 27417 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218516234 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27454/statm: 1340 238 195 169 0 51 0
[pid=27456] ppid=27454 vsize=61780 CPUtime=2141.18
/proc/27456/stat : 27456 (glucose_static) R 27454 27454 27417 0 -1 4194304 13660 0 0 0 214105 13 0 0 25 0 1 0 218516234 63262720 13605 1992294400 134512640 135217611 4294956304 18446744073709551615 134522427 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27456/statm: 15445 13605 75 172 0 15270 0
Current children cumulated CPU time (s) 2141.18
Current children cumulated vsize (KiB) 67140

[startup+2202.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27465
/proc/meminfo: memFree=1834080/2055920 swapFree=4180340/4192956
[pid=27454] ppid=27452 vsize=5360 CPUtime=0
/proc/27454/stat : 27454 (glucose.sh) S 27452 27454 27417 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218516234 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27454/statm: 1340 238 195 169 0 51 0
[pid=27456] ppid=27454 vsize=62020 CPUtime=2201.15
/proc/27456/stat : 27456 (glucose_static) R 27454 27454 27417 0 -1 4194304 13734 0 0 0 220102 13 0 0 25 0 1 0 218516234 63508480 13679 1992294400 134512640 135217611 4294956304 18446744073709551615 134522607 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27456/statm: 15505 13679 75 172 0 15330 0
Current children cumulated CPU time (s) 2201.15
Current children cumulated vsize (KiB) 67380

[startup+2262.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27465
/proc/meminfo: memFree=1833440/2055920 swapFree=4180340/4192956
[pid=27454] ppid=27452 vsize=5360 CPUtime=0
/proc/27454/stat : 27454 (glucose.sh) S 27452 27454 27417 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218516234 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27454/statm: 1340 238 195 169 0 51 0
[pid=27456] ppid=27454 vsize=62944 CPUtime=2261.13
/proc/27456/stat : 27456 (glucose_static) R 27454 27454 27417 0 -1 4194304 13898 0 0 0 226099 14 0 0 25 0 1 0 218516234 64454656 13843 1992294400 134512640 135217611 4294956304 18446744073709551615 134533046 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27456/statm: 15736 13843 75 172 0 15561 0
Current children cumulated CPU time (s) 2261.13
Current children cumulated vsize (KiB) 68304

[startup+2322.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27465
/proc/meminfo: memFree=1832864/2055920 swapFree=4180340/4192956
[pid=27454] ppid=27452 vsize=5360 CPUtime=0
/proc/27454/stat : 27454 (glucose.sh) S 27452 27454 27417 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218516234 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27454/statm: 1340 238 195 169 0 51 0
[pid=27456] ppid=27454 vsize=63184 CPUtime=2321.09
/proc/27456/stat : 27456 (glucose_static) R 27454 27454 27417 0 -1 4194304 14025 0 0 0 232095 14 0 0 25 0 1 0 218516234 64700416 13970 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27456/statm: 15796 13970 75 172 0 15621 0
Current children cumulated CPU time (s) 2321.09
Current children cumulated vsize (KiB) 68544

[startup+2382.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27465
/proc/meminfo: memFree=1831968/2055920 swapFree=4180340/4192956
[pid=27454] ppid=27452 vsize=5360 CPUtime=0
/proc/27454/stat : 27454 (glucose.sh) S 27452 27454 27417 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218516234 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27454/statm: 1340 238 195 169 0 51 0
[pid=27456] ppid=27454 vsize=64252 CPUtime=2381.06
/proc/27456/stat : 27456 (glucose_static) R 27454 27454 27417 0 -1 4194304 14249 0 0 0 238092 14 0 0 25 0 1 0 218516234 65794048 14194 1992294400 134512640 135217611 4294956304 18446744073709551615 134532973 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27456/statm: 16063 14194 75 172 0 15888 0
Current children cumulated CPU time (s) 2381.06
Current children cumulated vsize (KiB) 69612

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

[startup+2383.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27465
/proc/meminfo: memFree=1831968/2055920 swapFree=4180340/4192956
[pid=27454] ppid=27452 vsize=5360 CPUtime=0
/proc/27454/stat : 27454 (glucose.sh) S 27452 27454 27417 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218516234 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27454/statm: 1340 238 195 169 0 51 0
[pid=27456] ppid=27454 vsize=64252 CPUtime=2382.66
/proc/27456/stat : 27456 (glucose_static) R 27454 27454 27417 0 -1 4194304 14249 0 0 0 238252 14 0 0 25 0 1 0 218516234 65794048 14194 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27456/statm: 16063 14194 75 172 0 15888 0
Current children cumulated CPU time (s) 2382.66
Current children cumulated vsize (KiB) 69612

[startup+2387.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27465
/proc/meminfo: memFree=1831968/2055920 swapFree=4180340/4192956
[pid=27454] ppid=27452 vsize=5360 CPUtime=0
/proc/27454/stat : 27454 (glucose.sh) S 27452 27454 27417 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218516234 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27454/statm: 1340 238 195 169 0 51 0
[pid=27456] ppid=27454 vsize=64252 CPUtime=2385.85
/proc/27456/stat : 27456 (glucose_static) R 27454 27454 27417 0 -1 4194304 14249 0 0 0 238571 14 0 0 25 0 1 0 218516234 65794048 14194 1992294400 134512640 135217611 4294956304 18446744073709551615 134522603 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27456/statm: 16063 14194 75 172 0 15888 0
Current children cumulated CPU time (s) 2385.85
Current children cumulated vsize (KiB) 69612

[startup+2388.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27465
/proc/meminfo: memFree=1831968/2055920 swapFree=4180340/4192956
[pid=27454] ppid=27452 vsize=5360 CPUtime=0
/proc/27454/stat : 27454 (glucose.sh) S 27452 27454 27417 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218516234 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27454/statm: 1340 238 195 169 0 51 0
[pid=27456] ppid=27454 vsize=64252 CPUtime=2387.45
/proc/27456/stat : 27456 (glucose_static) R 27454 27454 27417 0 -1 4194304 14249 0 0 0 238731 14 0 0 25 0 1 0 218516234 65794048 14194 1992294400 134512640 135217611 4294956304 18446744073709551615 134522427 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27456/statm: 16063 14194 75 172 0 15888 0
Current children cumulated CPU time (s) 2387.45
Current children cumulated vsize (KiB) 69612

[startup+2389.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27465
/proc/meminfo: memFree=1831968/2055920 swapFree=4180340/4192956
[pid=27454] ppid=27452 vsize=5360 CPUtime=0
/proc/27454/stat : 27454 (glucose.sh) S 27452 27454 27417 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218516234 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27454/statm: 1340 238 195 169 0 51 0
[pid=27456] ppid=27454 vsize=64252 CPUtime=2388.25
/proc/27456/stat : 27456 (glucose_static) R 27454 27454 27417 0 -1 4194304 14249 0 0 0 238811 14 0 0 25 0 1 0 218516234 65794048 14194 1992294400 134512640 135217611 4294956304 18446744073709551615 134522438 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27456/statm: 16063 14194 75 172 0 15888 0
Current children cumulated CPU time (s) 2388.25
Current children cumulated vsize (KiB) 69612

[startup+2389.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27465
/proc/meminfo: memFree=1831968/2055920 swapFree=4180340/4192956
[pid=27454] ppid=27452 vsize=5360 CPUtime=0
/proc/27454/stat : 27454 (glucose.sh) S 27452 27454 27417 0 -1 4194304 313 124 0 0 0 0 0 0 19 0 1 0 218516234 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27454/statm: 1340 238 195 169 0 51 0
[pid=27456] ppid=27454 vsize=64252 CPUtime=2388.45
/proc/27456/stat : 27456 (glucose_static) R 27454 27454 27417 0 -1 4194304 14249 0 0 0 238831 14 0 0 25 0 1 0 218516234 65794048 14194 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27456/statm: 16063 14194 75 172 0 15888 0
Current children cumulated CPU time (s) 2388.45
Current children cumulated vsize (KiB) 69612

Child status: 20
Real time (s): 2389.76
CPU time (s): 2388.53
CPU user time (s): 2388.36
CPU system time (s): 0.160975
CPU usage (%): 99.9483
Max. virtual memory (cumulated for all children) (KiB): 69612

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

runsolver used 3.51846 second user time and 5.17621 second system time

The end

Launcher Data

Begin job on node84 at 2009-05-09 23:34:29
IDJOB=1783964
IDBENCH=24743
IDSOLVER=610
FILE ID=node84/1783964-1241904869
PBS_JOBID= 9264834
Free space on /tmp= 66160 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Difficult/contest05/jarvisalo/mod2c-3cage-unsat-10-3.sat05-2568.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783964-1241904869/watcher-1783964-1241904869 -o /tmp/evaluation-result-1783964-1241904869/solver-1783964-1241904869 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1783964-1241904869.cnf

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

MD5SUM BENCH= d65aa32f539d7b147c82042f18f65687
RANDOM SEED=470192807

node84.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.259
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.259
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1890264 kB
Buffers:         38948 kB
Cached:          80860 kB
SwapCached:       7216 kB
Active:          70052 kB
Inactive:        58204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1890264 kB
SwapTotal:     4192956 kB
SwapFree:      4180340 kB
Dirty:            1900 kB
Writeback:           0 kB
Mapped:          13492 kB
Slab:            23448 kB
Committed_AS:   686432 kB
PageTables:       1368 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= 66156 MiB
End job on node84 at 2009-05-10 00:14:19