Trace number 1773064

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 135.99 136.034

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.9.unsat.cnf
MD5SUM738c5d916b76338511b77dbd47cdbc16
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark54.4157
Satisfiable
(Un)Satisfiability was proved
Number of variables892
Number of clauses3006
Sum of the clauses size7828
Maximum clause length17
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 21283
Number of clauses of size 31676
Number of clauses of size 418
Number of clauses of size 516
Number of clauses of size over 510

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 |    3003     7825 |     900       0        0     nan |  0.000 % |
0.00/0.01	c |         0 |    2507     7505 |      --       0       --      -- |     --   | -462/-249
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 604   #clauses: 2507   #literals: 7505
0.00/0.01	c CPU time:   0.013997 s
0.00/0.01	c ==============================================================================
0.00/0.02	c
0.00/0.02	c Starting glucose
0.00/0.02	c
0.00/0.02	
0.00/0.02	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.02	
0.00/0.02	c ============================[ Problem Statistics ]=============================
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Number of variables:  604                                                  |
0.00/0.02	c |  Number of clauses:    2507                                                 |
0.00/0.02	c |  Parsing time:         0.00         s                                       |
135.94/136.02	c restarts              : 16
135.94/136.02	c nb ReduceDB           : 26
135.94/136.02	c nb learnts DL2        : 919
135.94/136.02	c nb learnts size 2     : 229
135.94/136.02	c nb learnts size 1     : 18
135.94/136.02	c conflicts             : 472543         (3476 /sec)
135.94/136.02	c decisions             : 566483         (1.05 % random) (4167 /sec)
135.94/136.02	c propagations          : 57764167       (424923 /sec)
135.94/136.02	c conflict literals     : 9720081        (57.05 % deleted)
135.94/136.02	c Memory used           : 10.60 MB
135.94/136.02	c CPU time              : 135.94 s
135.94/136.02	
135.94/136.02	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-1773064-1241256141/watcher-1773064-1241256141 -o /tmp/evaluation-result-1773064-1241256141/solver-1773064-1241256141 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1773064-1241256141.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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.93 1.02 0.99 3/64 24437
/proc/meminfo: memFree=1306784/2055920 swapFree=4179576/4192956
[pid=24437] ppid=24435 vsize=5360 CPUtime=0
/proc/24437/stat : 24437 (glucose.sh) R 24435 24437 24400 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 153641966 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 258939087519 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/24437/statm: 1340 235 194 169 0 51 0
[pid=24438] ppid=24437 vsize=872 CPUtime=0
/proc/24438/stat : 24438 (SatELite_releas) R 24437 24437 24400 0 -1 4194304 69 0 0 0 0 0 0 0 18 0 1 0 153641966 892928 53 1992294400 134512640 135225430 4294956176 18446744073709551615 134692864 0 0 4096 3 0 0 0 17 1 0 0
/proc/24438/statm: 218 53 44 174 0 41 0

[startup+0.098064 s]
/proc/loadavg: 0.93 1.02 0.99 3/64 24437
/proc/meminfo: memFree=1306784/2055920 swapFree=4179576/4192956
[pid=24437] ppid=24435 vsize=5360 CPUtime=0.01
/proc/24437/stat : 24437 (glucose.sh) S 24435 24437 24400 0 -1 4194304 313 235 0 0 0 0 1 0 16 0 1 0 153641966 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24437/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5360

[startup+0.101065 s]
/proc/loadavg: 0.93 1.02 0.99 3/64 24437
/proc/meminfo: memFree=1306784/2055920 swapFree=4179576/4192956
[pid=24437] ppid=24435 vsize=5360 CPUtime=0.01
/proc/24437/stat : 24437 (glucose.sh) S 24435 24437 24400 0 -1 4194304 313 235 0 0 0 0 1 0 16 0 1 0 153641966 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24437/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5360

[startup+0.301084 s]
/proc/loadavg: 0.93 1.02 0.99 3/64 24437
/proc/meminfo: memFree=1306784/2055920 swapFree=4179576/4192956
[pid=24437] ppid=24435 vsize=5360 CPUtime=0.01
/proc/24437/stat : 24437 (glucose.sh) S 24435 24437 24400 0 -1 4194304 313 235 0 0 0 0 1 0 16 0 1 0 153641966 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24437/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5360

[startup+0.701125 s]
/proc/loadavg: 0.93 1.02 0.99 3/64 24437
/proc/meminfo: memFree=1306784/2055920 swapFree=4179576/4192956
[pid=24437] ppid=24435 vsize=5360 CPUtime=0.01
/proc/24437/stat : 24437 (glucose.sh) S 24435 24437 24400 0 -1 4194304 313 235 0 0 0 0 1 0 16 0 1 0 153641966 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24437/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5360

[startup+1.5012 s]
/proc/loadavg: 0.93 1.02 0.99 2/66 24440
/proc/meminfo: memFree=1304904/2055920 swapFree=4179576/4192956
[pid=24437] ppid=24435 vsize=5360 CPUtime=0.01
/proc/24437/stat : 24437 (glucose.sh) S 24435 24437 24400 0 -1 4194304 313 235 0 0 0 0 1 0 16 0 1 0 153641966 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24437/statm: 1340 238 195 169 0 51 0
[pid=24440] ppid=24437 vsize=3612 CPUtime=1.47
/proc/24440/stat : 24440 (glucose_static) R 24437 24437 24400 0 -1 4194304 541 0 0 0 147 0 0 0 25 0 1 0 153641968 3698688 527 1992294400 134512640 135217611 4294956288 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24440/statm: 903 527 76 172 0 728 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8972

[startup+3.10137 s]
/proc/loadavg: 0.93 1.02 0.99 2/66 24440
/proc/meminfo: memFree=1304392/2055920 swapFree=4179576/4192956
[pid=24437] ppid=24435 vsize=5360 CPUtime=0.01
/proc/24437/stat : 24437 (glucose.sh) S 24435 24437 24400 0 -1 4194304 313 235 0 0 0 0 1 0 16 0 1 0 153641966 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24437/statm: 1340 238 195 169 0 51 0
[pid=24440] ppid=24437 vsize=4008 CPUtime=3.07
/proc/24440/stat : 24440 (glucose_static) R 24437 24437 24400 0 -1 4194304 640 0 0 0 307 0 0 0 25 0 1 0 153641968 4104192 626 1992294400 134512640 135217611 4294956288 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24440/statm: 1002 626 76 172 0 827 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9368

[startup+6.30169 s]
/proc/loadavg: 0.93 1.02 0.99 2/66 24440
/proc/meminfo: memFree=1303368/2055920 swapFree=4179576/4192956
[pid=24437] ppid=24435 vsize=5360 CPUtime=0.01
/proc/24437/stat : 24437 (glucose.sh) S 24435 24437 24400 0 -1 4194304 313 235 0 0 0 0 1 0 16 0 1 0 153641966 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24437/statm: 1340 238 195 169 0 51 0
[pid=24440] ppid=24437 vsize=4548 CPUtime=6.26
/proc/24440/stat : 24440 (glucose_static) R 24437 24437 24400 0 -1 4194304 798 0 0 0 626 0 0 0 25 0 1 0 153641968 4657152 784 1992294400 134512640 135217611 4294956288 18446744073709551615 134533322 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24440/statm: 1137 784 76 172 0 962 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 9908

[startup+12.7013 s]
/proc/loadavg: 0.94 1.02 0.99 2/66 24440
/proc/meminfo: memFree=1302416/2055920 swapFree=4179576/4192956
[pid=24437] ppid=24435 vsize=5360 CPUtime=0.01
/proc/24437/stat : 24437 (glucose.sh) S 24435 24437 24400 0 -1 4194304 313 235 0 0 0 0 1 0 16 0 1 0 153641966 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24437/statm: 1340 238 195 169 0 51 0
[pid=24440] ppid=24437 vsize=5480 CPUtime=12.66
/proc/24440/stat : 24440 (glucose_static) R 24437 24437 24400 0 -1 4194304 1032 0 0 0 1266 0 0 0 25 0 1 0 153641968 5611520 1018 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24440/statm: 1370 1018 76 172 0 1195 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 10840

[startup+25.5016 s]
/proc/loadavg: 0.95 1.02 0.99 2/66 24440
/proc/meminfo: memFree=1301456/2055920 swapFree=4179576/4192956
[pid=24437] ppid=24435 vsize=5360 CPUtime=0.01
/proc/24437/stat : 24437 (glucose.sh) S 24435 24437 24400 0 -1 4194304 313 235 0 0 0 0 1 0 16 0 1 0 153641966 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24437/statm: 1340 238 195 169 0 51 0
[pid=24440] ppid=24437 vsize=6604 CPUtime=25.46
/proc/24440/stat : 24440 (glucose_static) R 24437 24437 24400 0 -1 4194304 1295 0 0 0 2545 1 0 0 25 0 1 0 153641968 6762496 1281 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24440/statm: 1651 1281 76 172 0 1476 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 11964

[startup+51.1013 s]
/proc/loadavg: 0.97 1.02 0.99 2/66 24440
/proc/meminfo: memFree=1299856/2055920 swapFree=4179576/4192956
[pid=24437] ppid=24435 vsize=5360 CPUtime=0.01
/proc/24437/stat : 24437 (glucose.sh) S 24435 24437 24400 0 -1 4194304 313 235 0 0 0 0 1 0 16 0 1 0 153641966 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24437/statm: 1340 238 195 169 0 51 0
[pid=24440] ppid=24437 vsize=8292 CPUtime=51.05
/proc/24440/stat : 24440 (glucose_static) R 24437 24437 24400 0 -1 4194304 1689 0 0 0 5104 1 0 0 25 0 1 0 153641968 8491008 1675 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24440/statm: 2073 1675 76 172 0 1898 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 13652

[startup+102.305 s]
/proc/loadavg: 0.98 1.01 0.99 2/66 24440
/proc/meminfo: memFree=1298000/2055920 swapFree=4179576/4192956
[pid=24437] ppid=24435 vsize=5360 CPUtime=0.01
/proc/24437/stat : 24437 (glucose.sh) S 24435 24437 24400 0 -1 4194304 313 235 0 0 0 0 1 0 16 0 1 0 153641966 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24437/statm: 1340 238 195 169 0 51 0
[pid=24440] ppid=24437 vsize=10240 CPUtime=102.25
/proc/24440/stat : 24440 (glucose_static) R 24437 24437 24400 0 -1 4194304 2139 0 0 0 10223 2 0 0 25 0 1 0 153641968 10485760 2125 1992294400 134512640 135217611 4294956288 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24440/statm: 2560 2125 76 172 0 2385 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 15600

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

[startup+115.102 s]
/proc/loadavg: 0.99 1.01 0.99 2/66 24440
/proc/meminfo: memFree=1297744/2055920 swapFree=4179576/4192956
[pid=24437] ppid=24435 vsize=5360 CPUtime=0.01
/proc/24437/stat : 24437 (glucose.sh) S 24435 24437 24400 0 -1 4194304 313 235 0 0 0 0 1 0 16 0 1 0 153641966 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24437/statm: 1340 238 195 169 0 51 0
[pid=24440] ppid=24437 vsize=10512 CPUtime=115.04
/proc/24440/stat : 24440 (glucose_static) R 24437 24437 24400 0 -1 4194304 2212 0 0 0 11502 2 0 0 25 0 1 0 153641968 10764288 2198 1992294400 134512640 135217611 4294956288 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24440/statm: 2628 2198 76 172 0 2453 0
Current children cumulated CPU time (s) 115.05
Current children cumulated vsize (KiB) 15872

[startup+127.901 s]
/proc/loadavg: 0.99 1.01 0.99 2/66 24440
/proc/meminfo: memFree=1297424/2055920 swapFree=4179576/4192956
[pid=24437] ppid=24435 vsize=5360 CPUtime=0.01
/proc/24437/stat : 24437 (glucose.sh) S 24435 24437 24400 0 -1 4194304 313 235 0 0 0 0 1 0 16 0 1 0 153641966 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24437/statm: 1340 238 195 169 0 51 0
[pid=24440] ppid=24437 vsize=10848 CPUtime=127.83
/proc/24440/stat : 24440 (glucose_static) R 24437 24437 24400 0 -1 4194304 2290 0 0 0 12781 2 0 0 25 0 1 0 153641968 11108352 2276 1992294400 134512640 135217611 4294956288 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24440/statm: 2712 2276 76 172 0 2537 0
Current children cumulated CPU time (s) 127.84
Current children cumulated vsize (KiB) 16208

[startup+131.101 s]
/proc/loadavg: 0.99 1.01 0.99 2/66 24440
/proc/meminfo: memFree=1297424/2055920 swapFree=4179576/4192956
[pid=24437] ppid=24435 vsize=5360 CPUtime=0.01
/proc/24437/stat : 24437 (glucose.sh) S 24435 24437 24400 0 -1 4194304 313 235 0 0 0 0 1 0 16 0 1 0 153641966 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24437/statm: 1340 238 195 169 0 51 0
[pid=24440] ppid=24437 vsize=10848 CPUtime=131.03
/proc/24440/stat : 24440 (glucose_static) R 24437 24437 24400 0 -1 4194304 2290 0 0 0 13101 2 0 0 25 0 1 0 153641968 11108352 2276 1992294400 134512640 135217611 4294956288 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24440/statm: 2712 2276 76 172 0 2537 0
Current children cumulated CPU time (s) 131.04
Current children cumulated vsize (KiB) 16208

[startup+134.302 s]
/proc/loadavg: 0.99 1.01 0.99 2/66 24440
/proc/meminfo: memFree=1297424/2055920 swapFree=4179576/4192956
[pid=24437] ppid=24435 vsize=5360 CPUtime=0.01
/proc/24437/stat : 24437 (glucose.sh) S 24435 24437 24400 0 -1 4194304 313 235 0 0 0 0 1 0 16 0 1 0 153641966 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24437/statm: 1340 238 195 169 0 51 0
[pid=24440] ppid=24437 vsize=10848 CPUtime=134.23
/proc/24440/stat : 24440 (glucose_static) R 24437 24437 24400 0 -1 4194304 2290 0 0 0 13421 2 0 0 25 0 1 0 153641968 11108352 2276 1992294400 134512640 135217611 4294956288 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24440/statm: 2712 2276 76 172 0 2537 0
Current children cumulated CPU time (s) 134.24
Current children cumulated vsize (KiB) 16208

[startup+135.102 s]
/proc/loadavg: 0.99 1.01 0.99 2/66 24440
/proc/meminfo: memFree=1297424/2055920 swapFree=4179576/4192956
[pid=24437] ppid=24435 vsize=5360 CPUtime=0.01
/proc/24437/stat : 24437 (glucose.sh) S 24435 24437 24400 0 -1 4194304 313 235 0 0 0 0 1 0 16 0 1 0 153641966 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24437/statm: 1340 238 195 169 0 51 0
[pid=24440] ppid=24437 vsize=10848 CPUtime=135.03
/proc/24440/stat : 24440 (glucose_static) R 24437 24437 24400 0 -1 4194304 2290 0 0 0 13501 2 0 0 25 0 1 0 153641968 11108352 2276 1992294400 134512640 135217611 4294956288 18446744073709551615 134540880 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24440/statm: 2712 2276 76 172 0 2537 0
Current children cumulated CPU time (s) 135.04
Current children cumulated vsize (KiB) 16208

[startup+135.502 s]
/proc/loadavg: 0.99 1.01 0.99 2/66 24440
/proc/meminfo: memFree=1297424/2055920 swapFree=4179576/4192956
[pid=24437] ppid=24435 vsize=5360 CPUtime=0.01
/proc/24437/stat : 24437 (glucose.sh) S 24435 24437 24400 0 -1 4194304 313 235 0 0 0 0 1 0 16 0 1 0 153641966 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24437/statm: 1340 238 195 169 0 51 0
[pid=24440] ppid=24437 vsize=10848 CPUtime=135.43
/proc/24440/stat : 24440 (glucose_static) R 24437 24437 24400 0 -1 4194304 2290 0 0 0 13541 2 0 0 25 0 1 0 153641968 11108352 2276 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24440/statm: 2712 2276 76 172 0 2537 0
Current children cumulated CPU time (s) 135.44
Current children cumulated vsize (KiB) 16208

[startup+135.902 s]
/proc/loadavg: 0.99 1.01 0.99 2/66 24440
/proc/meminfo: memFree=1297424/2055920 swapFree=4179576/4192956
[pid=24437] ppid=24435 vsize=5360 CPUtime=0.01
/proc/24437/stat : 24437 (glucose.sh) S 24435 24437 24400 0 -1 4194304 313 235 0 0 0 0 1 0 16 0 1 0 153641966 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24437/statm: 1340 238 195 169 0 51 0
[pid=24440] ppid=24437 vsize=10848 CPUtime=135.83
/proc/24440/stat : 24440 (glucose_static) R 24437 24437 24400 0 -1 4194304 2290 0 0 0 13581 2 0 0 25 0 1 0 153641968 11108352 2276 1992294400 134512640 135217611 4294956288 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24440/statm: 2712 2276 76 172 0 2537 0
Current children cumulated CPU time (s) 135.84
Current children cumulated vsize (KiB) 16208

[startup+136.002 s]
/proc/loadavg: 0.99 1.01 0.99 2/66 24440
/proc/meminfo: memFree=1297424/2055920 swapFree=4179576/4192956
[pid=24437] ppid=24435 vsize=5360 CPUtime=0.01
/proc/24437/stat : 24437 (glucose.sh) S 24435 24437 24400 0 -1 4194304 313 235 0 0 0 0 1 0 16 0 1 0 153641966 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24437/statm: 1340 238 195 169 0 51 0
[pid=24440] ppid=24437 vsize=10848 CPUtime=135.93
/proc/24440/stat : 24440 (glucose_static) R 24437 24437 24400 0 -1 4194304 2290 0 0 0 13591 2 0 0 25 0 1 0 153641968 11108352 2276 1992294400 134512640 135217611 4294956288 18446744073709551615 134540880 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24440/statm: 2712 2276 76 172 0 2537 0
Current children cumulated CPU time (s) 135.94
Current children cumulated vsize (KiB) 16208

Child status: 20
Real time (s): 136.034
CPU time (s): 135.99
CPU user time (s): 135.96
CPU system time (s): 0.029995
CPU usage (%): 99.9679
Max. virtual memory (cumulated for all children) (KiB): 16208

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

runsolver used 0.162975 second user time and 0.336948 second system time

The end

Launcher Data

Begin job on node45 at 2009-05-02 11:22:21
IDJOB=1773064
IDBENCH=20471
IDSOLVER=610
FILE ID=node45/1773064-1241256141
PBS_JOBID= 9224917
Free space on /tmp= 66528 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.9.unsat.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773064-1241256141/watcher-1773064-1241256141 -o /tmp/evaluation-result-1773064-1241256141/solver-1773064-1241256141 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1773064-1241256141.cnf

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

MD5SUM BENCH= 738c5d916b76338511b77dbd47cdbc16
RANDOM SEED=1950955756

node45.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.231
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.231
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:       1307264 kB
Buffers:         76204 kB
Cached:         598172 kB
SwapCached:       7732 kB
Active:          59628 kB
Inactive:       623708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1307264 kB
SwapTotal:     4192956 kB
SwapFree:      4179576 kB
Dirty:            1932 kB
Writeback:           0 kB
Mapped:          13856 kB
Slab:            51456 kB
Committed_AS:   689888 kB
PageTables:       1376 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= 66528 MiB
End job on node45 at 2009-05-02 11:24:37