Trace number 1774124

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 10002.9

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-21-s100.cnf
MD5SUMd34c45eae853ce60c342643824196dbf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark476.868
Satisfiable
(Un)Satisfiability was proved
Number of variables31613
Number of clauses95104
Sum of the clauses size224206
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260978
Number of clauses of size 334062
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 |   94904   223730 |   28471       0        0     nan |  0.000 % |
1.19/1.21	c |         0 |   57479   171136 |      --       0       --      -- |     --   | -37085/-51618
1.19/1.21	c ==============================================================================
1.19/1.21	c Result  :   #vars: 13839   #clauses: 57479   #literals: 171136
1.19/1.21	c CPU time:   1.16682 s
1.19/1.21	c ==============================================================================
1.19/1.27	c
1.19/1.27	c Starting glucose
1.19/1.27	c
1.19/1.27	
1.19/1.27	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.19/1.27	
1.19/1.27	c ============================[ Problem Statistics ]=============================
1.19/1.27	c |                                                                             |
1.19/1.28	c |  Number of variables:  13839                                                |
1.19/1.28	c |  Number of clauses:    57479                                                |
1.26/1.32	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-1774124-1241262430/watcher-1774124-1241262430 -o /tmp/evaluation-result-1774124-1241262430/solver-1774124-1241262430 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1774124-1241262430.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.86 0.95 0.98 2/64 29914
/proc/meminfo: memFree=1848952/2055920 swapFree=4181336/4192956
[pid=29914] ppid=29912 vsize=5360 CPUtime=0
/proc/29914/stat : 29914 (glucose.sh) R 29912 29914 29846 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 154271635 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240907774623 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/29914/statm: 1340 235 194 169 0 51 0
[pid=29915] ppid=29914 vsize=1744 CPUtime=0
/proc/29915/stat : 29915 (SatELite_releas) R 29914 29914 29846 0 -1 4194304 243 0 0 0 0 0 0 0 18 0 1 0 154271635 1785856 227 1992294400 134512640 135225430 4294956176 18446744073709551615 134733135 0 0 4096 3 0 0 0 17 1 0 0
/proc/29915/statm: 436 235 49 174 0 259 0

[startup+0.029421 s]
/proc/loadavg: 0.86 0.95 0.98 2/64 29914
/proc/meminfo: memFree=1848952/2055920 swapFree=4181336/4192956
[pid=29914] ppid=29912 vsize=5360 CPUtime=0
/proc/29914/stat : 29914 (glucose.sh) S 29912 29914 29846 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154271635 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29914/statm: 1340 236 195 169 0 51 0
[pid=29915] ppid=29914 vsize=6076 CPUtime=0.01
/proc/29915/stat : 29915 (SatELite_releas) R 29914 29914 29846 0 -1 4194304 1379 0 0 0 1 0 0 0 18 0 1 0 154271635 6221824 1363 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/29915/statm: 1519 1364 51 174 0 1342 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11436

[startup+0.102428 s]
/proc/loadavg: 0.86 0.95 0.98 2/64 29914
/proc/meminfo: memFree=1848952/2055920 swapFree=4181336/4192956
[pid=29914] ppid=29912 vsize=5360 CPUtime=0
/proc/29914/stat : 29914 (glucose.sh) S 29912 29914 29846 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154271635 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29914/statm: 1340 236 195 169 0 51 0
[pid=29915] ppid=29914 vsize=13700 CPUtime=0.08
/proc/29915/stat : 29915 (SatELite_releas) R 29914 29914 29846 0 -1 4194304 3358 0 0 0 7 1 0 0 19 0 1 0 154271635 14028800 3203 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/29915/statm: 3425 3203 77 174 0 3248 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 19060

[startup+0.301447 s]
/proc/loadavg: 0.86 0.95 0.98 2/64 29914
/proc/meminfo: memFree=1848952/2055920 swapFree=4181336/4192956
[pid=29914] ppid=29912 vsize=5360 CPUtime=0
/proc/29914/stat : 29914 (glucose.sh) S 29912 29914 29846 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154271635 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29914/statm: 1340 236 195 169 0 51 0
[pid=29915] ppid=29914 vsize=14432 CPUtime=0.28
/proc/29915/stat : 29915 (SatELite_releas) R 29914 29914 29846 0 -1 4194304 3550 0 0 0 26 2 0 0 21 0 1 0 154271635 14778368 3395 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29915/statm: 3608 3395 77 174 0 3431 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 19792

[startup+0.702486 s]
/proc/loadavg: 0.86 0.95 0.98 2/64 29914
/proc/meminfo: memFree=1848952/2055920 swapFree=4181336/4192956
[pid=29914] ppid=29912 vsize=5360 CPUtime=0
/proc/29914/stat : 29914 (glucose.sh) S 29912 29914 29846 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154271635 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29914/statm: 1340 236 195 169 0 51 0
[pid=29915] ppid=29914 vsize=15996 CPUtime=0.69
/proc/29915/stat : 29915 (SatELite_releas) R 29914 29914 29846 0 -1 4194304 3743 0 0 0 65 4 0 0 25 0 1 0 154271635 16379904 3588 1992294400 134512640 135225430 4294956176 18446744073709551615 134587646 0 0 4096 3 0 0 0 17 1 0 0
/proc/29915/statm: 3999 3588 77 174 0 3822 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21356

[startup+1.50258 s]
/proc/loadavg: 0.86 0.95 0.98 2/66 29916
/proc/meminfo: memFree=1829672/2055920 swapFree=4181336/4192956
[pid=29914] ppid=29912 vsize=5360 CPUtime=1.26
/proc/29914/stat : 29914 (glucose.sh) S 29912 29914 29846 0 -1 4194304 313 4482 0 0 0 0 122 4 16 0 1 0 154271635 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29914/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 5360

[startup+3.10172 s]
/proc/loadavg: 0.87 0.95 0.98 2/66 29917
/proc/meminfo: memFree=1837480/2055920 swapFree=4181336/4192956
[pid=29914] ppid=29912 vsize=5360 CPUtime=1.26
/proc/29914/stat : 29914 (glucose.sh) S 29912 29914 29846 0 -1 4194304 313 4482 0 0 0 0 122 4 16 0 1 0 154271635 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29914/statm: 1340 238 195 169 0 51 0
[pid=29917] ppid=29914 vsize=7452 CPUtime=1.81
/proc/29917/stat : 29917 (glucose_static) R 29914 29914 29846 0 -1 4194304 1683 0 0 0 180 1 0 0 25 0 1 0 154271762 7630848 1669 1992294400 134512640 135217611 4294956288 18446744073709551615 134537048 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29917/statm: 1863 1669 75 172 0 1688 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 12812

[startup+6.30104 s]
/proc/loadavg: 0.87 0.95 0.98 2/66 29917
/proc/meminfo: memFree=1837032/2055920 swapFree=4181336/4192956
[pid=29914] ppid=29912 vsize=5360 CPUtime=1.26
/proc/29914/stat : 29914 (glucose.sh) S 29912 29914 29846 0 -1 4194304 313 4482 0 0 0 0 122 4 16 0 1 0 154271635 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29914/statm: 1340 238 195 169 0 51 0
[pid=29917] ppid=29914 vsize=7848 CPUtime=5
/proc/29917/stat : 29917 (glucose_static) R 29914 29914 29846 0 -1 4194304 1763 0 0 0 499 1 0 0 25 0 1 0 154271762 8036352 1749 1992294400 134512640 135217611 4294956288 18446744073709551615 134537459 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29917/statm: 1962 1749 75 172 0 1787 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 13208

[startup+12.7017 s]
/proc/loadavg: 0.89 0.96 0.98 2/66 29917
/proc/meminfo: memFree=1836592/2055920 swapFree=4181336/4192956
[pid=29914] ppid=29912 vsize=5360 CPUtime=1.26
/proc/29914/stat : 29914 (glucose.sh) S 29912 29914 29846 0 -1 4194304 313 4482 0 0 0 0 122 4 16 0 1 0 154271635 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29914/statm: 1340 238 195 169 0 51 0
[pid=29917] ppid=29914 vsize=8376 CPUtime=11.4
/proc/29917/stat : 29917 (glucose_static) R 29914 29914 29846 0 -1 4194304 1894 0 0 0 1139 1 0 0 25 0 1 0 154271762 8577024 1880 1992294400 134512640 135217611 4294956288 18446744073709551615 134537448 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29917/statm: 2094 1880 75 172 0 1919 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 13736

[startup+25.5019 s]
/proc/loadavg: 0.91 0.96 0.98 2/66 29917
/proc/meminfo: memFree=1835504/2055920 swapFree=4181336/4192956
[pid=29914] ppid=29912 vsize=5360 CPUtime=1.26
/proc/29914/stat : 29914 (glucose.sh) S 29912 29914 29846 0 -1 4194304 313 4482 0 0 0 0 122 4 16 0 1 0 154271635 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29914/statm: 1340 238 195 169 0 51 0
[pid=29917] ppid=29914 vsize=9432 CPUtime=24.2
/proc/29917/stat : 29917 (glucose_static) R 29914 29914 29846 0 -1 4194304 2159 0 0 0 2418 2 0 0 25 0 1 0 154271762 9658368 2145 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29917/statm: 2358 2145 75 172 0 2183 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 14792

[startup+51.1015 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 29917
/proc/meminfo: memFree=1834672/2055920 swapFree=4181336/4192956
[pid=29914] ppid=29912 vsize=5360 CPUtime=1.26
/proc/29914/stat : 29914 (glucose.sh) S 29912 29914 29846 0 -1 4194304 313 4482 0 0 0 0 122 4 16 0 1 0 154271635 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29914/statm: 1340 238 195 169 0 51 0
[pid=29917] ppid=29914 vsize=10296 CPUtime=49.79
/proc/29917/stat : 29917 (glucose_static) R 29914 29914 29846 0 -1 4194304 2362 0 0 0 4977 2 0 0 25 0 1 0 154271762 10543104 2348 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29917/statm: 2574 2348 75 172 0 2399 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 15656

[startup+102.306 s]
/proc/loadavg: 1.04 0.99 0.99 2/66 29917
/proc/meminfo: memFree=1833008/2055920 swapFree=4181336/4192956
[pid=29914] ppid=29912 vsize=5360 CPUtime=1.26
/proc/29914/stat : 29914 (glucose.sh) S 29912 29914 29846 0 -1 4194304 313 4482 0 0 0 0 122 4 16 0 1 0 154271635 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29914/statm: 1340 238 195 169 0 51 0
[pid=29917] ppid=29914 vsize=12056 CPUtime=100.97
/proc/29917/stat : 29917 (glucose_static) R 29914 29914 29846 0 -1 4194304 2796 0 0 0 10095 2 0 0 25 0 1 0 154271762 12345344 2782 1992294400 134512640 135217611 4294956288 18446744073709551615 134532676 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29917/statm: 3014 2782 75 172 0 2839 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 17416

[startup+162.301 s]
/proc/loadavg: 1.12 1.02 1.00 2/66 29917
/proc/meminfo: memFree=1832112/2055920 swapFree=4181336/4192956
[pid=29914] ppid=29912 vsize=5360 CPUtime=1.26
/proc/29914/stat : 29914 (glucose.sh) S 29912 29914 29846 0 -1 4194304 313 4482 0 0 0 0 122 4 16 0 1 0 154271635 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29914/statm: 1340 238 195 169 0 51 0
[pid=29917] ppid=29914 vsize=12860 CPUtime=160.96
/proc/29917/stat : 29917 (glucose_static) R 29914 29914 29846 0 -1 4194304 2998 0 0 0 16093 3 0 0 25 0 1 0 154271762 13168640 2984 1992294400 134512640 135217611 4294956288 18446744073709551615 134532907 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29917/statm: 3215 2984 75 172 0 3040 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 18220

[startup+222.301 s]
/proc/loadavg: 1.08 1.03 1.00 2/66 29917
/proc/meminfo: memFree=1830960/2055920 swapFree=4181336/4192956
[pid=29914] ppid=29912 vsize=5360 CPUtime=1.26
/proc/29914/stat : 29914 (glucose.sh) S 29912 29914 29846 0 -1 4194304 313 4482 0 0 0 0 122 4 16 0 1 0 154271635 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29914/statm: 1340 238 195 169 0 51 0
[pid=29917] ppid=29914 vsize=13868 CPUtime=220.94
/proc/29917/stat : 29917 (glucose_static) R 29914 29914 29846 0 -1 4194304 3274 0 0 0 22091 3 0 0 25 0 1 0 154271762 14200832 3260 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29917/statm: 3467 3260 75 172 0 3292 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 19228

[startup+282.301 s]
/proc/loadavg: 1.03 1.02 1.00 2/66 29917
/proc/meminfo: memFree=1830384/2055920 swapFree=4181336/4192956
[pid=29914] ppid=29912 vsize=5360 CPUtime=1.26
/proc/29914/stat : 29914 (glucose.sh) S 29912 29914 29846 0 -1 4194304 313 4482 0 0 0 0 122 4 16 0 1 0 154271635 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29914/statm: 1340 238 195 169 0 51 0
[pid=29917] ppid=29914 vsize=14588 CPUtime=280.93
/proc/29917/stat : 29917 (glucose_static) R 29914 29914 29846 0 -1 4194304 3421 0 0 0 28089 4 0 0 25 0 1 0 154271762 14938112 3407 1992294400 134512640 135217611 4294956288 18446744073709551615 134539493 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29917/statm: 3647 3407 75 172 0 3472 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 19948

[startup+342.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 29917
/proc/meminfo: memFree=1829872/2055920 swapFree=4181336/4192956
[pid=29914] ppid=29912 vsize=5360 CPUtime=1.26
/proc/29914/stat : 29914 (glucose.sh) S 29912 29914 29846 0 -1 4194304 313 4482 0 0 0 0 122 4 16 0 1 0 154271635 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29914/statm: 1340 238 195 169 0 51 0
[pid=29917] ppid=29914 vsize=15116 CPUtime=340.91
/proc/29917/stat : 29917 (glucose_static) R 29914 29914 29846 0 -1 4194304 3565 0 0 0 34087 4 0 0 25 0 1 0 154271762 15478784 3551 1992294400 134512640 135217611 4294956288 18446744073709551615 134537459 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29917/statm: 3779 3551 75 172 0 3604 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 20476

[startup+402.301 s]

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

/proc/29917/statm: 11587 10753 76 172 0 11412 0
Current children cumulated CPU time (s) 9399.65
Current children cumulated vsize (KiB) 51708

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29935
/proc/meminfo: memFree=1797488/2055920 swapFree=4181336/4192956
[pid=29914] ppid=29912 vsize=5360 CPUtime=1.26
/proc/29914/stat : 29914 (glucose.sh) S 29912 29914 29846 0 -1 4194304 313 4482 0 0 0 0 122 4 16 0 1 0 154271635 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29914/statm: 1340 238 195 169 0 51 0
[pid=29917] ppid=29914 vsize=46636 CPUtime=9458.38
/proc/29917/stat : 29917 (glucose_static) R 29914 29914 29846 0 -1 4194304 10823 0 0 0 945812 26 0 0 25 0 1 0 154271762 47755264 10805 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29917/statm: 11659 10805 76 172 0 11484 0
Current children cumulated CPU time (s) 9459.64
Current children cumulated vsize (KiB) 51996

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29935
/proc/meminfo: memFree=1797168/2055920 swapFree=4181336/4192956
[pid=29914] ppid=29912 vsize=5360 CPUtime=1.26
/proc/29914/stat : 29914 (glucose.sh) S 29912 29914 29846 0 -1 4194304 313 4482 0 0 0 0 122 4 16 0 1 0 154271635 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29914/statm: 1340 238 195 169 0 51 0
[pid=29917] ppid=29914 vsize=46960 CPUtime=9518.36
/proc/29917/stat : 29917 (glucose_static) R 29914 29914 29846 0 -1 4194304 10889 0 0 0 951810 26 0 0 25 0 1 0 154271762 48087040 10871 1992294400 134512640 135217611 4294956288 18446744073709551615 134537459 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29917/statm: 11740 10871 76 172 0 11565 0
Current children cumulated CPU time (s) 9519.62
Current children cumulated vsize (KiB) 52320

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29935
/proc/meminfo: memFree=1797232/2055920 swapFree=4181336/4192956
[pid=29914] ppid=29912 vsize=5360 CPUtime=1.26
/proc/29914/stat : 29914 (glucose.sh) S 29912 29914 29846 0 -1 4194304 313 4482 0 0 0 0 122 4 16 0 1 0 154271635 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29914/statm: 1340 238 195 169 0 51 0
[pid=29917] ppid=29914 vsize=46960 CPUtime=9578.34
/proc/29917/stat : 29917 (glucose_static) R 29914 29914 29846 0 -1 4194304 10889 0 0 0 957808 26 0 0 25 0 1 0 154271762 48087040 10871 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29917/statm: 11740 10871 76 172 0 11565 0
Current children cumulated CPU time (s) 9579.6
Current children cumulated vsize (KiB) 52320

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29935
/proc/meminfo: memFree=1797168/2055920 swapFree=4181336/4192956
[pid=29914] ppid=29912 vsize=5360 CPUtime=1.26
/proc/29914/stat : 29914 (glucose.sh) S 29912 29914 29846 0 -1 4194304 313 4482 0 0 0 0 122 4 16 0 1 0 154271635 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29914/statm: 1340 238 195 169 0 51 0
[pid=29917] ppid=29914 vsize=46960 CPUtime=9638.33
/proc/29917/stat : 29917 (glucose_static) R 29914 29914 29846 0 -1 4194304 10891 0 0 0 963807 26 0 0 25 0 1 0 154271762 48087040 10873 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29917/statm: 11740 10873 76 172 0 11565 0
Current children cumulated CPU time (s) 9639.59
Current children cumulated vsize (KiB) 52320

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29935
/proc/meminfo: memFree=1796912/2055920 swapFree=4181336/4192956
[pid=29914] ppid=29912 vsize=5360 CPUtime=1.26
/proc/29914/stat : 29914 (glucose.sh) S 29912 29914 29846 0 -1 4194304 313 4482 0 0 0 0 122 4 16 0 1 0 154271635 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29914/statm: 1340 238 195 169 0 51 0
[pid=29917] ppid=29914 vsize=47176 CPUtime=9698.31
/proc/29917/stat : 29917 (glucose_static) R 29914 29914 29846 0 -1 4194304 10954 0 0 0 969805 26 0 0 25 0 1 0 154271762 48308224 10936 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29917/statm: 11794 10936 76 172 0 11619 0
Current children cumulated CPU time (s) 9699.57
Current children cumulated vsize (KiB) 52536

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29935
/proc/meminfo: memFree=1796912/2055920 swapFree=4181336/4192956
[pid=29914] ppid=29912 vsize=5360 CPUtime=1.26
/proc/29914/stat : 29914 (glucose.sh) S 29912 29914 29846 0 -1 4194304 313 4482 0 0 0 0 122 4 16 0 1 0 154271635 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29914/statm: 1340 238 195 169 0 51 0
[pid=29917] ppid=29914 vsize=47284 CPUtime=9758.29
/proc/29917/stat : 29917 (glucose_static) R 29914 29914 29846 0 -1 4194304 10963 0 0 0 975803 26 0 0 25 0 1 0 154271762 48418816 10945 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29917/statm: 11821 10945 76 172 0 11646 0
Current children cumulated CPU time (s) 9759.55
Current children cumulated vsize (KiB) 52644

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29935
/proc/meminfo: memFree=1796784/2055920 swapFree=4181336/4192956
[pid=29914] ppid=29912 vsize=5360 CPUtime=1.26
/proc/29914/stat : 29914 (glucose.sh) S 29912 29914 29846 0 -1 4194304 313 4482 0 0 0 0 122 4 16 0 1 0 154271635 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29914/statm: 1340 238 195 169 0 51 0
[pid=29917] ppid=29914 vsize=47356 CPUtime=9818.27
/proc/29917/stat : 29917 (glucose_static) R 29914 29914 29846 0 -1 4194304 10977 0 0 0 981801 26 0 0 25 0 1 0 154271762 48492544 10959 1992294400 134512640 135217611 4294956288 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29917/statm: 11839 10959 76 172 0 11664 0
Current children cumulated CPU time (s) 9819.53
Current children cumulated vsize (KiB) 52716

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29935
/proc/meminfo: memFree=1796720/2055920 swapFree=4181336/4192956
[pid=29914] ppid=29912 vsize=5360 CPUtime=1.26
/proc/29914/stat : 29914 (glucose.sh) S 29912 29914 29846 0 -1 4194304 313 4482 0 0 0 0 122 4 16 0 1 0 154271635 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29914/statm: 1340 238 195 169 0 51 0
[pid=29917] ppid=29914 vsize=47624 CPUtime=9878.26
/proc/29917/stat : 29917 (glucose_static) R 29914 29914 29846 0 -1 4194304 10978 0 0 0 987800 26 0 0 25 0 1 0 154271762 48766976 10960 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29917/statm: 11906 10960 76 172 0 11731 0
Current children cumulated CPU time (s) 9879.52
Current children cumulated vsize (KiB) 52984

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29935
/proc/meminfo: memFree=1796720/2055920 swapFree=4181336/4192956
[pid=29914] ppid=29912 vsize=5360 CPUtime=1.26
/proc/29914/stat : 29914 (glucose.sh) S 29912 29914 29846 0 -1 4194304 313 4482 0 0 0 0 122 4 16 0 1 0 154271635 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29914/statm: 1340 238 195 169 0 51 0
[pid=29917] ppid=29914 vsize=47624 CPUtime=9938.24
/proc/29917/stat : 29917 (glucose_static) R 29914 29914 29846 0 -1 4194304 10978 0 0 0 993798 26 0 0 25 0 1 0 154271762 48766976 10960 1992294400 134512640 135217611 4294956288 18446744073709551615 134537459 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29917/statm: 11906 10960 76 172 0 11731 0
Current children cumulated CPU time (s) 9939.5
Current children cumulated vsize (KiB) 52984

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29935
/proc/meminfo: memFree=1796656/2055920 swapFree=4181336/4192956
[pid=29914] ppid=29912 vsize=5360 CPUtime=1.26
/proc/29914/stat : 29914 (glucose.sh) S 29912 29914 29846 0 -1 4194304 313 4482 0 0 0 0 122 4 16 0 1 0 154271635 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29914/statm: 1340 238 195 169 0 51 0
[pid=29917] ppid=29914 vsize=47624 CPUtime=9998.23
/proc/29917/stat : 29917 (glucose_static) R 29914 29914 29846 0 -1 4194304 10979 0 0 0 999797 26 0 0 25 0 1 0 154271762 48766976 10961 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29917/statm: 11906 10961 76 172 0 11731 0
Current children cumulated CPU time (s) 9999.49
Current children cumulated vsize (KiB) 52984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10002.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29935
/proc/meminfo: memFree=1796656/2055920 swapFree=4181336/4192956
[pid=29914] ppid=29912 vsize=5360 CPUtime=1.26
/proc/29914/stat : 29914 (glucose.sh) S 29912 29914 29846 0 -1 4194304 313 4482 0 0 0 0 122 4 16 0 1 0 154271635 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29914/statm: 1340 238 195 169 0 51 0
[pid=29917] ppid=29914 vsize=47624 CPUtime=9998.83
/proc/29917/stat : 29917 (glucose_static) R 29914 29914 29846 0 -1 4194304 10980 0 0 0 999857 26 0 0 25 0 1 0 154271762 48766976 10962 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29917/statm: 11906 10962 76 172 0 11731 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 52984

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

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

[startup+10002.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29935
/proc/meminfo: memFree=1796656/2055920 swapFree=4181336/4192956
[pid=29914] ppid=29912 vsize=5360 CPUtime=1.26
/proc/29914/stat : 29914 (glucose.sh) S 29912 29914 29846 0 -1 4194304 313 4482 0 0 0 0 122 4 16 0 1 0 154271635 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29914/statm: 1340 238 195 169 0 51 0
[pid=29917] ppid=29914 vsize=47624 CPUtime=9998.83
/proc/29917/stat : 29917 (glucose_static) R 29914 29914 29846 0 -1 4194304 10980 0 0 0 999857 26 0 0 25 0 1 0 154271762 48766976 10962 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29917/statm: 11906 10962 76 172 0 11731 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 52984

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29914 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=229813
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=48992
# CPU time returned by wait4() is 1.27881
# 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): 10002.9
CPU time (s): 10000.1
CPU user time (s): 9999.79
CPU system time (s): 0.3
CPU usage (%): 99.9718
Max. virtual memory (cumulated for all children) (KiB): 52984

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

runsolver used 11.3613 second user time and 25.0192 second system time

The end

Launcher Data

Begin job on node36 at 2009-05-02 13:07:11
IDJOB=1774124
IDBENCH=70873
IDSOLVER=610
FILE ID=node36/1774124-1241262430
PBS_JOBID= 9224956
Free space on /tmp= 66492 MiB

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

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

MD5SUM BENCH= d34c45eae853ce60c342643824196dbf
RANDOM SEED=949335168

node36.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.232
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.232
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:       1849432 kB
Buffers:         41368 kB
Cached:         111952 kB
SwapCached:       5800 kB
Active:          30412 kB
Inactive:       131240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1849432 kB
SwapTotal:     4192956 kB
SwapFree:      4181336 kB
Dirty:            3324 kB
Writeback:           0 kB
Mapped:          13476 kB
Slab:            30880 kB
Committed_AS:   654796 kB
PageTables:       1356 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= 66484 MiB
End job on node36 at 2009-05-02 15:53:55