Trace number 1774144

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.0? (TO) 10000.1 10004.4

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-28-s100.cnf
MD5SUM06e51f5d7b210924fc518c0569affee4
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables32151
Number of clauses96786
Sum of the clauses size228372
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261858
Number of clauses of size 334864
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.01/0.08	c ==============================================================================
0.01/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.01/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.01/0.08	c ==============================================================================
0.01/0.08	c |         0 |   96586   227896 |   28975       0        0     nan |  0.000 % |
1.09/1.15	c |         0 |   59532   176727 |      --       0       --      -- |     --   | -36714/-50193
1.09/1.15	c ==============================================================================
1.09/1.15	c Result  :   #vars: 14331   #clauses: 59532   #literals: 176727
1.09/1.15	c CPU time:   1.11783 s
1.09/1.15	c ==============================================================================
1.18/1.22	c
1.18/1.22	c Starting glucose
1.18/1.22	c
1.18/1.22	
1.18/1.22	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.18/1.22	
1.18/1.22	c ============================[ Problem Statistics ]=============================
1.18/1.22	c |                                                                             |
1.18/1.22	c |  Number of variables:  14331                                                |
1.18/1.22	c |  Number of clauses:    59532                                                |
1.18/1.27	c |  Parsing time:         0.04         s                                       |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1774144-1241263422/watcher-1774144-1241263422 -o /tmp/evaluation-result-1774144-1241263422/solver-1774144-1241263422 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1774144-1241263422.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.92 0.98 0.99 3/64 24698
/proc/meminfo: memFree=1290320/2055920 swapFree=4179576/4192956
[pid=24698] ppid=24696 vsize=5360 CPUtime=0
/proc/24698/stat : 24698 (glucose.sh) S 24696 24698 24661 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154370069 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24698/statm: 1340 236 195 169 0 51 0
[pid=24699] ppid=24698 vsize=1744 CPUtime=0
/proc/24699/stat : 24699 (SatELite_releas) R 24698 24698 24661 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 154370069 1785856 252 1992294400 134512640 135225430 4294956176 18446744073709551615 134543671 0 0 4096 3 0 0 0 17 0 0 0
/proc/24699/statm: 436 255 49 174 0 259 0

[startup+0.0244149 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 24698
/proc/meminfo: memFree=1290320/2055920 swapFree=4179576/4192956
[pid=24698] ppid=24696 vsize=5360 CPUtime=0
/proc/24698/stat : 24698 (glucose.sh) S 24696 24698 24661 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154370069 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24698/statm: 1340 236 195 169 0 51 0
[pid=24699] ppid=24698 vsize=5676 CPUtime=0.01
/proc/24699/stat : 24699 (SatELite_releas) R 24698 24698 24661 0 -1 4194304 1265 0 0 0 1 0 0 0 18 0 1 0 154370069 5812224 1249 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/24699/statm: 1419 1251 51 174 0 1242 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11036

[startup+0.101421 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 24698
/proc/meminfo: memFree=1290320/2055920 swapFree=4179576/4192956
[pid=24698] ppid=24696 vsize=5360 CPUtime=0
/proc/24698/stat : 24698 (glucose.sh) S 24696 24698 24661 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154370069 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24698/statm: 1340 236 195 169 0 51 0
[pid=24699] ppid=24698 vsize=14580 CPUtime=0.09
/proc/24699/stat : 24699 (SatELite_releas) R 24698 24698 24661 0 -1 4194304 3455 0 0 0 8 1 0 0 18 0 1 0 154370069 14929920 3299 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24699/statm: 3645 3299 77 174 0 3468 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19940

[startup+0.301441 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 24698
/proc/meminfo: memFree=1290320/2055920 swapFree=4179576/4192956
[pid=24698] ppid=24696 vsize=5360 CPUtime=0
/proc/24698/stat : 24698 (glucose.sh) S 24696 24698 24661 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154370069 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24698/statm: 1340 236 195 169 0 51 0
[pid=24699] ppid=24698 vsize=14844 CPUtime=0.29
/proc/24699/stat : 24699 (SatELite_releas) R 24698 24698 24661 0 -1 4194304 3609 0 0 0 27 2 0 0 19 0 1 0 154370069 15200256 3453 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24699/statm: 3711 3453 77 174 0 3534 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20204

[startup+0.701482 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 24698
/proc/meminfo: memFree=1290320/2055920 swapFree=4179576/4192956
[pid=24698] ppid=24696 vsize=5360 CPUtime=0
/proc/24698/stat : 24698 (glucose.sh) S 24696 24698 24661 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154370069 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24698/statm: 1340 236 195 169 0 51 0
[pid=24699] ppid=24698 vsize=15572 CPUtime=0.69
/proc/24699/stat : 24699 (SatELite_releas) R 24698 24698 24661 0 -1 4194304 3773 0 0 0 66 3 0 0 23 0 1 0 154370069 15945728 3617 1992294400 134512640 135225430 4294956176 18446744073709551615 134587283 0 0 4096 3 0 0 0 17 0 0 0
/proc/24699/statm: 3893 3617 77 174 0 3716 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20932

[startup+1.50158 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 24700
/proc/meminfo: memFree=1270848/2055920 swapFree=4179576/4192956
[pid=24698] ppid=24696 vsize=5360 CPUtime=1.21
/proc/24698/stat : 24698 (glucose.sh) S 24696 24698 24661 0 -1 4194304 313 4280 0 0 0 0 117 4 16 0 1 0 154370069 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24698/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 5360

[startup+3.10173 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 24701
/proc/meminfo: memFree=1278528/2055920 swapFree=4179576/4192956
[pid=24698] ppid=24696 vsize=5360 CPUtime=1.21
/proc/24698/stat : 24698 (glucose.sh) S 24696 24698 24661 0 -1 4194304 313 4280 0 0 0 0 117 4 16 0 1 0 154370069 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24698/statm: 1340 238 195 169 0 51 0
[pid=24701] ppid=24698 vsize=7584 CPUtime=1.87
/proc/24701/stat : 24701 (glucose_static) R 24698 24698 24661 0 -1 4194304 1714 0 0 0 186 1 0 0 25 0 1 0 154370191 7766016 1695 1992294400 134512640 135217611 4294956288 18446744073709551615 134532723 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24701/statm: 1896 1695 76 172 0 1721 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 12944

[startup+6.30105 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 24701
/proc/meminfo: memFree=1278024/2055920 swapFree=4179576/4192956
[pid=24698] ppid=24696 vsize=5360 CPUtime=1.21
/proc/24698/stat : 24698 (glucose.sh) S 24696 24698 24661 0 -1 4194304 313 4280 0 0 0 0 117 4 16 0 1 0 154370069 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24698/statm: 1340 238 195 169 0 51 0
[pid=24701] ppid=24698 vsize=7856 CPUtime=5.06
/proc/24701/stat : 24701 (glucose_static) R 24698 24698 24661 0 -1 4194304 1769 0 0 0 505 1 0 0 25 0 1 0 154370191 8044544 1750 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24701/statm: 1964 1750 76 172 0 1789 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 13216

[startup+12.7027 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 24701
/proc/meminfo: memFree=1277768/2055920 swapFree=4179576/4192956
[pid=24698] ppid=24696 vsize=5360 CPUtime=1.21
/proc/24698/stat : 24698 (glucose.sh) S 24696 24698 24661 0 -1 4194304 313 4280 0 0 0 0 117 4 16 0 1 0 154370069 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24698/statm: 1340 238 195 169 0 51 0
[pid=24701] ppid=24698 vsize=8252 CPUtime=11.46
/proc/24701/stat : 24701 (glucose_static) R 24698 24698 24661 0 -1 4194304 1891 0 0 0 1145 1 0 0 25 0 1 0 154370191 8450048 1872 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24701/statm: 2063 1872 76 172 0 1888 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 13612

[startup+25.502 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 24701
/proc/meminfo: memFree=1276936/2055920 swapFree=4179576/4192956
[pid=24698] ppid=24696 vsize=5360 CPUtime=1.21
/proc/24698/stat : 24698 (glucose.sh) S 24696 24698 24661 0 -1 4194304 313 4280 0 0 0 0 117 4 16 0 1 0 154370069 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24698/statm: 1340 238 195 169 0 51 0
[pid=24701] ppid=24698 vsize=9204 CPUtime=24.25
/proc/24701/stat : 24701 (glucose_static) R 24698 24698 24661 0 -1 4194304 2123 0 0 0 2424 1 0 0 25 0 1 0 154370191 9424896 2104 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24701/statm: 2301 2104 76 172 0 2126 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 14564

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 24701
/proc/meminfo: memFree=1276232/2055920 swapFree=4179576/4192956
[pid=24698] ppid=24696 vsize=5360 CPUtime=1.21
/proc/24698/stat : 24698 (glucose.sh) S 24696 24698 24661 0 -1 4194304 313 4280 0 0 0 0 117 4 16 0 1 0 154370069 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24698/statm: 1340 238 195 169 0 51 0
[pid=24701] ppid=24698 vsize=10028 CPUtime=49.83
/proc/24701/stat : 24701 (glucose_static) R 24698 24698 24661 0 -1 4194304 2313 0 0 0 4982 1 0 0 25 0 1 0 154370191 10268672 2294 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24701/statm: 2507 2294 76 172 0 2332 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 15388

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 24701
/proc/meminfo: memFree=1274184/2055920 swapFree=4179576/4192956
[pid=24698] ppid=24696 vsize=5360 CPUtime=1.21
/proc/24698/stat : 24698 (glucose.sh) S 24696 24698 24661 0 -1 4194304 313 4280 0 0 0 0 117 4 16 0 1 0 154370069 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24698/statm: 1340 238 195 169 0 51 0
[pid=24701] ppid=24698 vsize=11924 CPUtime=101.02
/proc/24701/stat : 24701 (glucose_static) R 24698 24698 24661 0 -1 4194304 2803 0 0 0 10100 2 0 0 25 0 1 0 154370191 12210176 2784 1992294400 134512640 135217611 4294956288 18446744073709551615 134537579 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24701/statm: 2981 2784 76 172 0 2806 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 17284

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24701
/proc/meminfo: memFree=1271496/2055920 swapFree=4179576/4192956
[pid=24698] ppid=24696 vsize=5360 CPUtime=1.21
/proc/24698/stat : 24698 (glucose.sh) S 24696 24698 24661 0 -1 4194304 313 4280 0 0 0 0 117 4 16 0 1 0 154370069 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24698/statm: 1340 238 195 169 0 51 0
[pid=24701] ppid=24698 vsize=14580 CPUtime=160.99
/proc/24701/stat : 24701 (glucose_static) R 24698 24698 24661 0 -1 4194304 3465 0 0 0 16096 3 0 0 25 0 1 0 154370191 14929920 3446 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24701/statm: 3645 3446 76 172 0 3470 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 19940

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24701
/proc/meminfo: memFree=1270920/2055920 swapFree=4179576/4192956
[pid=24698] ppid=24696 vsize=5360 CPUtime=1.21
/proc/24698/stat : 24698 (glucose.sh) S 24696 24698 24661 0 -1 4194304 313 4280 0 0 0 0 117 4 16 0 1 0 154370069 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24698/statm: 1340 238 195 169 0 51 0
[pid=24701] ppid=24698 vsize=15256 CPUtime=220.96
/proc/24701/stat : 24701 (glucose_static) R 24698 24698 24661 0 -1 4194304 3620 0 0 0 22093 3 0 0 25 0 1 0 154370191 15622144 3601 1992294400 134512640 135217611 4294956288 18446744073709551615 134532744 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24701/statm: 3814 3601 76 172 0 3639 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 20616

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24701
/proc/meminfo: memFree=1270344/2055920 swapFree=4179576/4192956
[pid=24698] ppid=24696 vsize=5360 CPUtime=1.21
/proc/24698/stat : 24698 (glucose.sh) S 24696 24698 24661 0 -1 4194304 313 4280 0 0 0 0 117 4 16 0 1 0 154370069 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24698/statm: 1340 238 195 169 0 51 0
[pid=24701] ppid=24698 vsize=15952 CPUtime=280.93
/proc/24701/stat : 24701 (glucose_static) R 24698 24698 24661 0 -1 4194304 3773 0 0 0 28090 3 0 0 25 0 1 0 154370191 16334848 3754 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24701/statm: 3988 3754 76 172 0 3813 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 21312

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24701
/proc/meminfo: memFree=1270024/2055920 swapFree=4179576/4192956
[pid=24698] ppid=24696 vsize=5360 CPUtime=1.21
/proc/24698/stat : 24698 (glucose.sh) S 24696 24698 24661 0 -1 4194304 313 4280 0 0 0 0 117 4 16 0 1 0 154370069 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24698/statm: 1340 238 195 169 0 51 0
[pid=24701] ppid=24698 vsize=16268 CPUtime=340.91
/proc/24701/stat : 24701 (glucose_static) R 24698 24698 24661 0 -1 4194304 3845 0 0 0 34088 3 0 0 25 0 1 0 154370191 16658432 3826 1992294400 134512640 135217611 4294956288 18446744073709551615 134533078 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24701/statm: 4067 3826 76 172 0 3892 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 21628

[startup+402.301 s]

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

/proc/24701/statm: 12868 12150 76 172 0 12693 0
Current children cumulated CPU time (s) 9338.31
Current children cumulated vsize (KiB) 56832

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24719
/proc/meminfo: memFree=1236040/2055920 swapFree=4179576/4192956
[pid=24698] ppid=24696 vsize=5360 CPUtime=1.21
/proc/24698/stat : 24698 (glucose.sh) S 24696 24698 24661 0 -1 4194304 313 4280 0 0 0 0 117 4 16 0 1 0 154370069 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24698/statm: 1340 238 195 169 0 51 0
[pid=24701] ppid=24698 vsize=51472 CPUtime=9397.06
/proc/24701/stat : 24701 (glucose_static) R 24698 24698 24661 0 -1 4194304 12196 0 0 0 939687 19 0 0 25 0 1 0 154370191 52707328 12151 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24701/statm: 12868 12151 76 172 0 12693 0
Current children cumulated CPU time (s) 9398.27
Current children cumulated vsize (KiB) 56832

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24725
/proc/meminfo: memFree=1235720/2055920 swapFree=4179576/4192956
[pid=24698] ppid=24696 vsize=5360 CPUtime=1.21
/proc/24698/stat : 24698 (glucose.sh) S 24696 24698 24661 0 -1 4194304 313 4280 0 0 0 0 117 4 16 0 1 0 154370069 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24698/statm: 1340 238 195 169 0 51 0
[pid=24701] ppid=24698 vsize=51472 CPUtime=9457.02
/proc/24701/stat : 24701 (glucose_static) R 24698 24698 24661 0 -1 4194304 12201 0 0 0 945683 19 0 0 25 0 1 0 154370191 52707328 12156 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24701/statm: 12868 12156 76 172 0 12693 0
Current children cumulated CPU time (s) 9458.23
Current children cumulated vsize (KiB) 56832

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24725
/proc/meminfo: memFree=1235784/2055920 swapFree=4179576/4192956
[pid=24698] ppid=24696 vsize=5360 CPUtime=1.21
/proc/24698/stat : 24698 (glucose.sh) S 24696 24698 24661 0 -1 4194304 313 4280 0 0 0 0 117 4 16 0 1 0 154370069 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24698/statm: 1340 238 195 169 0 51 0
[pid=24701] ppid=24698 vsize=51472 CPUtime=9517
/proc/24701/stat : 24701 (glucose_static) R 24698 24698 24661 0 -1 4194304 12201 0 0 0 951681 19 0 0 25 0 1 0 154370191 52707328 12156 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24701/statm: 12868 12156 76 172 0 12693 0
Current children cumulated CPU time (s) 9518.21
Current children cumulated vsize (KiB) 56832

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24725
/proc/meminfo: memFree=1235784/2055920 swapFree=4179576/4192956
[pid=24698] ppid=24696 vsize=5360 CPUtime=1.21
/proc/24698/stat : 24698 (glucose.sh) S 24696 24698 24661 0 -1 4194304 313 4280 0 0 0 0 117 4 16 0 1 0 154370069 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24698/statm: 1340 238 195 169 0 51 0
[pid=24701] ppid=24698 vsize=51652 CPUtime=9576.94
/proc/24701/stat : 24701 (glucose_static) R 24698 24698 24661 0 -1 4194304 12234 0 0 0 957675 19 0 0 25 0 1 0 154370191 52891648 12189 1992294400 134512640 135217611 4294956288 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24701/statm: 12913 12189 76 172 0 12738 0
Current children cumulated CPU time (s) 9578.15
Current children cumulated vsize (KiB) 57012

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24725
/proc/meminfo: memFree=1235528/2055920 swapFree=4179576/4192956
[pid=24698] ppid=24696 vsize=5360 CPUtime=1.21
/proc/24698/stat : 24698 (glucose.sh) S 24696 24698 24661 0 -1 4194304 313 4280 0 0 0 0 117 4 16 0 1 0 154370069 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24698/statm: 1340 238 195 169 0 51 0
[pid=24701] ppid=24698 vsize=51868 CPUtime=9636.93
/proc/24701/stat : 24701 (glucose_static) R 24698 24698 24661 0 -1 4194304 12315 0 0 0 963673 20 0 0 25 0 1 0 154370191 53112832 12270 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24701/statm: 12967 12270 76 172 0 12792 0
Current children cumulated CPU time (s) 9638.14
Current children cumulated vsize (KiB) 57228

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24725
/proc/meminfo: memFree=1235528/2055920 swapFree=4179576/4192956
[pid=24698] ppid=24696 vsize=5360 CPUtime=1.21
/proc/24698/stat : 24698 (glucose.sh) S 24696 24698 24661 0 -1 4194304 313 4280 0 0 0 0 117 4 16 0 1 0 154370069 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24698/statm: 1340 238 195 169 0 51 0
[pid=24701] ppid=24698 vsize=51868 CPUtime=9696.9
/proc/24701/stat : 24701 (glucose_static) R 24698 24698 24661 0 -1 4194304 12319 0 0 0 969670 20 0 0 25 0 1 0 154370191 53112832 12274 1992294400 134512640 135217611 4294956288 18446744073709551615 134527881 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24701/statm: 12967 12274 76 172 0 12792 0
Current children cumulated CPU time (s) 9698.11
Current children cumulated vsize (KiB) 57228

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24725
/proc/meminfo: memFree=1235400/2055920 swapFree=4179576/4192956
[pid=24698] ppid=24696 vsize=5360 CPUtime=1.21
/proc/24698/stat : 24698 (glucose.sh) S 24696 24698 24661 0 -1 4194304 313 4280 0 0 0 0 117 4 16 0 1 0 154370069 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24698/statm: 1340 238 195 169 0 51 0
[pid=24701] ppid=24698 vsize=52012 CPUtime=9756.88
/proc/24701/stat : 24701 (glucose_static) R 24698 24698 24661 0 -1 4194304 12351 0 0 0 975668 20 0 0 25 0 1 0 154370191 53260288 12306 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24701/statm: 13003 12306 76 172 0 12828 0
Current children cumulated CPU time (s) 9758.09
Current children cumulated vsize (KiB) 57372

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24725
/proc/meminfo: memFree=1235400/2055920 swapFree=4179576/4192956
[pid=24698] ppid=24696 vsize=5360 CPUtime=1.21
/proc/24698/stat : 24698 (glucose.sh) S 24696 24698 24661 0 -1 4194304 313 4280 0 0 0 0 117 4 16 0 1 0 154370069 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24698/statm: 1340 238 195 169 0 51 0
[pid=24701] ppid=24698 vsize=52084 CPUtime=9816.84
/proc/24701/stat : 24701 (glucose_static) R 24698 24698 24661 0 -1 4194304 12355 0 0 0 981664 20 0 0 25 0 1 0 154370191 53334016 12310 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24701/statm: 13021 12310 76 172 0 12846 0
Current children cumulated CPU time (s) 9818.05
Current children cumulated vsize (KiB) 57444

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24725
/proc/meminfo: memFree=1235272/2055920 swapFree=4179576/4192956
[pid=24698] ppid=24696 vsize=5360 CPUtime=1.21
/proc/24698/stat : 24698 (glucose.sh) S 24696 24698 24661 0 -1 4194304 313 4280 0 0 0 0 117 4 16 0 1 0 154370069 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24698/statm: 1340 238 195 169 0 51 0
[pid=24701] ppid=24698 vsize=52228 CPUtime=9876.82
/proc/24701/stat : 24701 (glucose_static) R 24698 24698 24661 0 -1 4194304 12394 0 0 0 987662 20 0 0 25 0 1 0 154370191 53481472 12349 1992294400 134512640 135217611 4294956288 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24701/statm: 13057 12349 76 172 0 12882 0
Current children cumulated CPU time (s) 9878.03
Current children cumulated vsize (KiB) 57588

[startup+9942.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 24725
/proc/meminfo: memFree=1235080/2055920 swapFree=4179576/4192956
[pid=24698] ppid=24696 vsize=5360 CPUtime=1.21
/proc/24698/stat : 24698 (glucose.sh) S 24696 24698 24661 0 -1 4194304 313 4280 0 0 0 0 117 4 16 0 1 0 154370069 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24698/statm: 1340 238 195 169 0 51 0
[pid=24701] ppid=24698 vsize=52408 CPUtime=9936.78
/proc/24701/stat : 24701 (glucose_static) R 24698 24698 24661 0 -1 4194304 12414 0 0 0 993658 20 0 0 25 0 1 0 154370191 53665792 12369 1992294400 134512640 135217611 4294956288 18446744073709551615 134532623 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24701/statm: 13102 12369 76 172 0 12927 0
Current children cumulated CPU time (s) 9937.99
Current children cumulated vsize (KiB) 57768

[startup+10002.3 s]
/proc/loadavg: 1.05 1.02 1.00 2/66 24725
/proc/meminfo: memFree=1235080/2055920 swapFree=4179576/4192956
[pid=24698] ppid=24696 vsize=5360 CPUtime=1.21
/proc/24698/stat : 24698 (glucose.sh) S 24696 24698 24661 0 -1 4194304 313 4280 0 0 0 0 117 4 16 0 1 0 154370069 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24698/statm: 1340 238 195 169 0 51 0
[pid=24701] ppid=24698 vsize=52676 CPUtime=9996.76
/proc/24701/stat : 24701 (glucose_static) R 24698 24698 24661 0 -1 4194304 12419 0 0 0 999656 20 0 0 25 0 1 0 154370191 53940224 12374 1992294400 134512640 135217611 4294956288 18446744073709551615 134537459 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24701/statm: 13169 12374 76 172 0 12994 0
Current children cumulated CPU time (s) 9997.97
Current children cumulated vsize (KiB) 58036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10004.4 s]
/proc/loadavg: 1.05 1.02 1.00 2/66 24725
/proc/meminfo: memFree=1235080/2055920 swapFree=4179576/4192956
[pid=24698] ppid=24696 vsize=5360 CPUtime=1.21
/proc/24698/stat : 24698 (glucose.sh) S 24696 24698 24661 0 -1 4194304 313 4280 0 0 0 0 117 4 16 0 1 0 154370069 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24698/statm: 1340 238 195 169 0 51 0
[pid=24701] ppid=24698 vsize=52676 CPUtime=9998.87
/proc/24701/stat : 24701 (glucose_static) R 24698 24698 24661 0 -1 4194304 12419 0 0 0 999867 20 0 0 25 0 1 0 154370191 53940224 12374 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24701/statm: 13169 12374 76 172 0 12994 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 58036

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24698 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=176821
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=45993
# CPU time returned by wait4() is 1.22281
# while last known CPU time is 10000.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 10004.4
CPU time (s): 10000.1
CPU user time (s): 9999.84
CPU system time (s): 0.24
CPU usage (%): 99.9566
Max. virtual memory (cumulated for all children) (KiB): 58036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.17682
system time used= 0.045993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4593
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= 6
involuntary context switches= 5

runsolver used 8.05477 second user time and 28.3347 second system time

The end

Launcher Data

Begin job on node45 at 2009-05-02 13:23:42
IDJOB=1774144
IDBENCH=70875
IDSOLVER=610
FILE ID=node45/1774144-1241263422
PBS_JOBID= 9224958
Free space on /tmp= 66528 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-28-s100.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774144-1241263422/watcher-1774144-1241263422 -o /tmp/evaluation-result-1774144-1241263422/solver-1774144-1241263422 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1774144-1241263422.cnf

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

MD5SUM BENCH= 06e51f5d7b210924fc518c0569affee4
RANDOM SEED=1652169676

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:       1290800 kB
Buffers:         76936 kB
Cached:         613692 kB
SwapCached:       7732 kB
Active:          65736 kB
Inactive:       633900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1290800 kB
SwapTotal:     4192956 kB
SwapFree:      4179576 kB
Dirty:            3232 kB
Writeback:           0 kB
Mapped:          13856 kB
Slab:            51524 kB
Committed_AS:   697308 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= 66520 MiB
End job on node45 at 2009-05-02 16:10:28