Trace number 1774024

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 10004

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-22-s100.cnf
MD5SUM96596d59af0c6949ab68ac8c5abcf28b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4326.83
Satisfiable
(Un)Satisfiability was proved
Number of variables31616
Number of clauses95110
Sum of the clauses size224220
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260982
Number of clauses of size 334064
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.02/0.07	c ==============================================================================
0.02/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.02/0.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.02/0.07	c ==============================================================================
0.02/0.07	c |         0 |   94910   223744 |   28472       0        0     nan |  0.000 % |
1.09/1.13	c |         0 |   57628   172230 |      --       0       --      -- |     --   | -36942/-50538
1.09/1.13	c ==============================================================================
1.09/1.13	c Result  :   #vars: 13864   #clauses: 57628   #literals: 172230
1.09/1.13	c CPU time:   1.09383 s
1.09/1.13	c ==============================================================================
1.09/1.19	c
1.09/1.19	c Starting glucose
1.09/1.19	c
1.09/1.19	
1.09/1.19	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.09/1.19	
1.09/1.19	c ============================[ Problem Statistics ]=============================
1.09/1.19	c |                                                                             |
1.09/1.19	c |  Number of variables:  13864                                                |
1.09/1.19	c |  Number of clauses:    57628                                                |
1.19/1.24	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-1774024-1241261197/watcher-1774024-1241261197 -o /tmp/evaluation-result-1774024-1241261197/solver-1774024-1241261197 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1774024-1241261197.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: 1.00 1.00 1.00 2/64 31772
/proc/meminfo: memFree=1310184/2055920 swapFree=4175308/4192956
[pid=31772] ppid=31770 vsize=5360 CPUtime=0
/proc/31772/stat : 31772 (glucose.sh) R 31770 31772 31664 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 154153760 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 252429527711 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/31772/statm: 1340 235 194 169 0 51 0
[pid=31773] ppid=31772 vsize=1744 CPUtime=0
/proc/31773/stat : 31773 (SatELite_releas) R 31772 31772 31664 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 154153760 1785856 269 1992294400 134512640 135225430 4294956176 18446744073709551615 134544080 0 0 4096 3 0 0 0 17 0 0 0
/proc/31773/statm: 436 271 49 174 0 259 0

[startup+0.0390799 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 31772
/proc/meminfo: memFree=1310184/2055920 swapFree=4175308/4192956
[pid=31772] ppid=31770 vsize=5360 CPUtime=0
/proc/31772/stat : 31772 (glucose.sh) S 31770 31772 31664 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154153760 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31772/statm: 1340 236 195 169 0 51 0
[pid=31773] ppid=31772 vsize=7520 CPUtime=0.02
/proc/31773/stat : 31773 (SatELite_releas) R 31772 31772 31664 0 -1 4194304 1700 0 0 0 2 0 0 0 18 0 1 0 154153760 7700480 1684 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/31773/statm: 1880 1685 51 174 0 1703 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12880

[startup+0.101085 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 31772
/proc/meminfo: memFree=1310184/2055920 swapFree=4175308/4192956
[pid=31772] ppid=31770 vsize=5360 CPUtime=0
/proc/31772/stat : 31772 (glucose.sh) S 31770 31772 31664 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154153760 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31772/statm: 1340 236 195 169 0 51 0
[pid=31773] ppid=31772 vsize=13704 CPUtime=0.09
/proc/31773/stat : 31773 (SatELite_releas) R 31772 31772 31664 0 -1 4194304 3380 0 0 0 8 1 0 0 19 0 1 0 154153760 14032896 3225 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/31773/statm: 3426 3225 77 174 0 3249 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19064

[startup+0.301104 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 31772
/proc/meminfo: memFree=1310184/2055920 swapFree=4175308/4192956
[pid=31772] ppid=31770 vsize=5360 CPUtime=0
/proc/31772/stat : 31772 (glucose.sh) S 31770 31772 31664 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154153760 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31772/statm: 1340 236 195 169 0 51 0
[pid=31773] ppid=31772 vsize=14436 CPUtime=0.29
/proc/31773/stat : 31773 (SatELite_releas) R 31772 31772 31664 0 -1 4194304 3558 0 0 0 27 2 0 0 21 0 1 0 154153760 14782464 3403 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31773/statm: 3609 3403 77 174 0 3432 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19796

[startup+0.701144 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 31772
/proc/meminfo: memFree=1310184/2055920 swapFree=4175308/4192956
[pid=31772] ppid=31770 vsize=5360 CPUtime=0
/proc/31772/stat : 31772 (glucose.sh) S 31770 31772 31664 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154153760 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31772/statm: 1340 236 195 169 0 51 0
[pid=31773] ppid=31772 vsize=16000 CPUtime=0.69
/proc/31773/stat : 31773 (SatELite_releas) R 31772 31772 31664 0 -1 4194304 3747 0 0 0 66 3 0 0 25 0 1 0 154153760 16384000 3592 1992294400 134512640 135225430 4294956176 18446744073709551615 134596700 0 0 4096 3 0 0 0 17 0 0 0
/proc/31773/statm: 4000 3592 77 174 0 3823 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21360

[startup+1.50223 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31774
/proc/meminfo: memFree=1291800/2055920 swapFree=4175308/4192956
[pid=31772] ppid=31770 vsize=5360 CPUtime=1.19
/proc/31772/stat : 31772 (glucose.sh) S 31770 31772 31664 0 -1 4194304 313 4120 0 0 0 0 115 4 16 0 1 0 154153760 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31772/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 5360

[startup+3.10138 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31775
/proc/meminfo: memFree=1298648/2055920 swapFree=4175308/4192956
[pid=31772] ppid=31770 vsize=5360 CPUtime=1.19
/proc/31772/stat : 31772 (glucose.sh) S 31770 31772 31664 0 -1 4194304 313 4120 0 0 0 0 115 4 16 0 1 0 154153760 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31772/statm: 1340 238 195 169 0 51 0
[pid=31775] ppid=31772 vsize=7324 CPUtime=1.89
/proc/31775/stat : 31775 (glucose_static) R 31772 31772 31664 0 -1 4194304 1651 0 0 0 189 0 0 0 25 0 1 0 154153879 7499776 1637 1992294400 134512640 135217611 4294956288 18446744073709551615 134537564 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31775/statm: 1831 1637 75 172 0 1656 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 12684

[startup+6.3017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31775
/proc/meminfo: memFree=1298264/2055920 swapFree=4175308/4192956
[pid=31772] ppid=31770 vsize=5360 CPUtime=1.19
/proc/31772/stat : 31772 (glucose.sh) S 31770 31772 31664 0 -1 4194304 313 4120 0 0 0 0 115 4 16 0 1 0 154153760 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31772/statm: 1340 238 195 169 0 51 0
[pid=31775] ppid=31772 vsize=7604 CPUtime=5.1
/proc/31775/stat : 31775 (glucose_static) R 31772 31772 31664 0 -1 4194304 1709 0 0 0 509 1 0 0 25 0 1 0 154153879 7786496 1695 1992294400 134512640 135217611 4294956288 18446744073709551615 134537448 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31775/statm: 1901 1695 75 172 0 1726 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12964

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31775
/proc/meminfo: memFree=1298008/2055920 swapFree=4175308/4192956
[pid=31772] ppid=31770 vsize=5360 CPUtime=1.19
/proc/31772/stat : 31772 (glucose.sh) S 31770 31772 31664 0 -1 4194304 313 4120 0 0 0 0 115 4 16 0 1 0 154153760 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31772/statm: 1340 238 195 169 0 51 0
[pid=31775] ppid=31772 vsize=8000 CPUtime=11.49
/proc/31775/stat : 31775 (glucose_static) R 31772 31772 31664 0 -1 4194304 1793 0 0 0 1148 1 0 0 25 0 1 0 154153879 8192000 1779 1992294400 134512640 135217611 4294956288 18446744073709551615 134537459 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31775/statm: 2000 1779 75 172 0 1825 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 13360

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31775
/proc/meminfo: memFree=1297432/2055920 swapFree=4175308/4192956
[pid=31772] ppid=31770 vsize=5360 CPUtime=1.19
/proc/31772/stat : 31772 (glucose.sh) S 31770 31772 31664 0 -1 4194304 313 4120 0 0 0 0 115 4 16 0 1 0 154153760 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31772/statm: 1340 238 195 169 0 51 0
[pid=31775] ppid=31772 vsize=8672 CPUtime=24.28
/proc/31775/stat : 31775 (glucose_static) R 31772 31772 31664 0 -1 4194304 1972 0 0 0 2427 1 0 0 25 0 1 0 154153879 8880128 1958 1992294400 134512640 135217611 4294956288 18446744073709551615 134536986 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31775/statm: 2168 1958 75 172 0 1993 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 14032

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31775
/proc/meminfo: memFree=1296600/2055920 swapFree=4175308/4192956
[pid=31772] ppid=31770 vsize=5360 CPUtime=1.19
/proc/31772/stat : 31772 (glucose.sh) S 31770 31772 31664 0 -1 4194304 313 4120 0 0 0 0 115 4 16 0 1 0 154153760 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31772/statm: 1340 238 195 169 0 51 0
[pid=31775] ppid=31772 vsize=9472 CPUtime=49.87
/proc/31775/stat : 31775 (glucose_static) R 31772 31772 31664 0 -1 4194304 2171 0 0 0 4986 1 0 0 25 0 1 0 154153879 9699328 2157 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31775/statm: 2368 2157 75 172 0 2193 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 14832

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31775
/proc/meminfo: memFree=1294680/2055920 swapFree=4175308/4192956
[pid=31772] ppid=31770 vsize=5360 CPUtime=1.19
/proc/31772/stat : 31772 (glucose.sh) S 31770 31772 31664 0 -1 4194304 313 4120 0 0 0 0 115 4 16 0 1 0 154153760 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31772/statm: 1340 238 195 169 0 51 0
[pid=31775] ppid=31772 vsize=11408 CPUtime=101.06
/proc/31775/stat : 31775 (glucose_static) R 31772 31772 31664 0 -1 4194304 2634 0 0 0 10104 2 0 0 25 0 1 0 154153879 11681792 2620 1992294400 134512640 135217611 4294956288 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31775/statm: 2852 2620 75 172 0 2677 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 16768

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31775
/proc/meminfo: memFree=1293912/2055920 swapFree=4175308/4192956
[pid=31772] ppid=31770 vsize=5360 CPUtime=1.19
/proc/31772/stat : 31772 (glucose.sh) S 31770 31772 31664 0 -1 4194304 313 4120 0 0 0 0 115 4 16 0 1 0 154153760 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31772/statm: 1340 238 195 169 0 51 0
[pid=31775] ppid=31772 vsize=12092 CPUtime=161.03
/proc/31775/stat : 31775 (glucose_static) R 31772 31772 31664 0 -1 4194304 2825 0 0 0 16101 2 0 0 25 0 1 0 154153879 12382208 2811 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31775/statm: 3023 2811 75 172 0 2848 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 17452

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31775
/proc/meminfo: memFree=1293144/2055920 swapFree=4175308/4192956
[pid=31772] ppid=31770 vsize=5360 CPUtime=1.19
/proc/31772/stat : 31772 (glucose.sh) S 31770 31772 31664 0 -1 4194304 313 4120 0 0 0 0 115 4 16 0 1 0 154153760 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31772/statm: 1340 238 195 169 0 51 0
[pid=31775] ppid=31772 vsize=12768 CPUtime=221.01
/proc/31775/stat : 31775 (glucose_static) R 31772 31772 31664 0 -1 4194304 3001 0 0 0 22099 2 0 0 25 0 1 0 154153879 13074432 2987 1992294400 134512640 135217611 4294956288 18446744073709551615 134532656 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31775/statm: 3192 2987 75 172 0 3017 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 18128

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31775
/proc/meminfo: memFree=1292504/2055920 swapFree=4175308/4192956
[pid=31772] ppid=31770 vsize=5360 CPUtime=1.19
/proc/31772/stat : 31772 (glucose.sh) S 31770 31772 31664 0 -1 4194304 313 4120 0 0 0 0 115 4 16 0 1 0 154153760 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31772/statm: 1340 238 195 169 0 51 0
[pid=31775] ppid=31772 vsize=13440 CPUtime=280.97
/proc/31775/stat : 31775 (glucose_static) R 31772 31772 31664 0 -1 4194304 3158 0 0 0 28095 2 0 0 25 0 1 0 154153879 13762560 3144 1992294400 134512640 135217611 4294956288 18446744073709551615 134533268 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31775/statm: 3360 3144 75 172 0 3185 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 18800

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31775
/proc/meminfo: memFree=1291608/2055920 swapFree=4175308/4192956
[pid=31772] ppid=31770 vsize=5360 CPUtime=1.19
/proc/31772/stat : 31772 (glucose.sh) S 31770 31772 31664 0 -1 4194304 313 4120 0 0 0 0 115 4 16 0 1 0 154153760 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31772/statm: 1340 238 195 169 0 51 0
[pid=31775] ppid=31772 vsize=14428 CPUtime=340.95
/proc/31775/stat : 31775 (glucose_static) R 31772 31772 31664 0 -1 4194304 3394 0 0 0 34093 2 0 0 25 0 1 0 154153879 14774272 3380 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31775/statm: 3607 3380 75 172 0 3432 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 19788

[startup+402.302 s]

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

/proc/31775/statm: 11354 10689 75 172 0 11179 0
Current children cumulated CPU time (s) 9338.59
Current children cumulated vsize (KiB) 50776

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31797
/proc/meminfo: memFree=1261272/2055920 swapFree=4175308/4192956
[pid=31772] ppid=31770 vsize=5360 CPUtime=1.19
/proc/31772/stat : 31772 (glucose.sh) S 31770 31772 31664 0 -1 4194304 313 4120 0 0 0 0 115 4 16 0 1 0 154153760 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31772/statm: 1340 238 195 169 0 51 0
[pid=31775] ppid=31772 vsize=45416 CPUtime=9397.37
/proc/31775/stat : 31775 (glucose_static) R 31772 31772 31664 0 -1 4194304 10734 0 0 0 939718 19 0 0 25 0 1 0 154153879 46505984 10699 1992294400 134512640 135217611 4294956288 18446744073709551615 134528185 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31775/statm: 11354 10699 75 172 0 11179 0
Current children cumulated CPU time (s) 9398.56
Current children cumulated vsize (KiB) 50776

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31797
/proc/meminfo: memFree=1261272/2055920 swapFree=4175308/4192956
[pid=31772] ppid=31770 vsize=5360 CPUtime=1.19
/proc/31772/stat : 31772 (glucose.sh) S 31770 31772 31664 0 -1 4194304 313 4120 0 0 0 0 115 4 16 0 1 0 154153760 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31772/statm: 1340 238 195 169 0 51 0
[pid=31775] ppid=31772 vsize=45416 CPUtime=9457.35
/proc/31775/stat : 31775 (glucose_static) R 31772 31772 31664 0 -1 4194304 10734 0 0 0 945716 19 0 0 25 0 1 0 154153879 46505984 10699 1992294400 134512640 135217611 4294956288 18446744073709551615 134533336 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31775/statm: 11354 10699 75 172 0 11179 0
Current children cumulated CPU time (s) 9458.54
Current children cumulated vsize (KiB) 50776

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31797
/proc/meminfo: memFree=1261208/2055920 swapFree=4175308/4192956
[pid=31772] ppid=31770 vsize=5360 CPUtime=1.19
/proc/31772/stat : 31772 (glucose.sh) S 31770 31772 31664 0 -1 4194304 313 4120 0 0 0 0 115 4 16 0 1 0 154153760 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31772/statm: 1340 238 195 169 0 51 0
[pid=31775] ppid=31772 vsize=45416 CPUtime=9517.31
/proc/31775/stat : 31775 (glucose_static) R 31772 31772 31664 0 -1 4194304 10734 0 0 0 951712 19 0 0 25 0 1 0 154153879 46505984 10699 1992294400 134512640 135217611 4294956288 18446744073709551615 134537459 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31775/statm: 11354 10699 75 172 0 11179 0
Current children cumulated CPU time (s) 9518.5
Current children cumulated vsize (KiB) 50776

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31797
/proc/meminfo: memFree=1261144/2055920 swapFree=4175308/4192956
[pid=31772] ppid=31770 vsize=5360 CPUtime=1.19
/proc/31772/stat : 31772 (glucose.sh) S 31770 31772 31664 0 -1 4194304 313 4120 0 0 0 0 115 4 16 0 1 0 154153760 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31772/statm: 1340 238 195 169 0 51 0
[pid=31775] ppid=31772 vsize=45632 CPUtime=9577.29
/proc/31775/stat : 31775 (glucose_static) R 31772 31772 31664 0 -1 4194304 10780 0 0 0 957710 19 0 0 25 0 1 0 154153879 46727168 10745 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31775/statm: 11408 10745 75 172 0 11233 0
Current children cumulated CPU time (s) 9578.48
Current children cumulated vsize (KiB) 50992

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31797
/proc/meminfo: memFree=1261080/2055920 swapFree=4175308/4192956
[pid=31772] ppid=31770 vsize=5360 CPUtime=1.19
/proc/31772/stat : 31772 (glucose.sh) S 31770 31772 31664 0 -1 4194304 313 4120 0 0 0 0 115 4 16 0 1 0 154153760 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31772/statm: 1340 238 195 169 0 51 0
[pid=31775] ppid=31772 vsize=45632 CPUtime=9637.26
/proc/31775/stat : 31775 (glucose_static) R 31772 31772 31664 0 -1 4194304 10781 0 0 0 963707 19 0 0 25 0 1 0 154153879 46727168 10746 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31775/statm: 11408 10746 75 172 0 11233 0
Current children cumulated CPU time (s) 9638.45
Current children cumulated vsize (KiB) 50992

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31797
/proc/meminfo: memFree=1260440/2055920 swapFree=4175308/4192956
[pid=31772] ppid=31770 vsize=5360 CPUtime=1.19
/proc/31772/stat : 31772 (glucose.sh) S 31770 31772 31664 0 -1 4194304 313 4120 0 0 0 0 115 4 16 0 1 0 154153760 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31772/statm: 1340 238 195 169 0 51 0
[pid=31775] ppid=31772 vsize=46160 CPUtime=9697.24
/proc/31775/stat : 31775 (glucose_static) R 31772 31772 31664 0 -1 4194304 10927 0 0 0 969705 19 0 0 25 0 1 0 154153879 47267840 10892 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31775/statm: 11540 10892 75 172 0 11365 0
Current children cumulated CPU time (s) 9698.43
Current children cumulated vsize (KiB) 51520

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31797
/proc/meminfo: memFree=1260376/2055920 swapFree=4175308/4192956
[pid=31772] ppid=31770 vsize=5360 CPUtime=1.19
/proc/31772/stat : 31772 (glucose.sh) S 31770 31772 31664 0 -1 4194304 313 4120 0 0 0 0 115 4 16 0 1 0 154153760 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31772/statm: 1340 238 195 169 0 51 0
[pid=31775] ppid=31772 vsize=46160 CPUtime=9757.22
/proc/31775/stat : 31775 (glucose_static) R 31772 31772 31664 0 -1 4194304 10927 0 0 0 975703 19 0 0 25 0 1 0 154153879 47267840 10892 1992294400 134512640 135217611 4294956288 18446744073709551615 134533344 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31775/statm: 11540 10892 75 172 0 11365 0
Current children cumulated CPU time (s) 9758.41
Current children cumulated vsize (KiB) 51520

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31797
/proc/meminfo: memFree=1260376/2055920 swapFree=4175308/4192956
[pid=31772] ppid=31770 vsize=5360 CPUtime=1.19
/proc/31772/stat : 31772 (glucose.sh) S 31770 31772 31664 0 -1 4194304 313 4120 0 0 0 0 115 4 16 0 1 0 154153760 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31772/statm: 1340 238 195 169 0 51 0
[pid=31775] ppid=31772 vsize=46304 CPUtime=9817.19
/proc/31775/stat : 31775 (glucose_static) R 31772 31772 31664 0 -1 4194304 10945 0 0 0 981700 19 0 0 25 0 1 0 154153879 47415296 10910 1992294400 134512640 135217611 4294956288 18446744073709551615 134532971 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31775/statm: 11576 10910 75 172 0 11401 0
Current children cumulated CPU time (s) 9818.38
Current children cumulated vsize (KiB) 51664

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31797
/proc/meminfo: memFree=1260376/2055920 swapFree=4175308/4192956
[pid=31772] ppid=31770 vsize=5360 CPUtime=1.19
/proc/31772/stat : 31772 (glucose.sh) S 31770 31772 31664 0 -1 4194304 313 4120 0 0 0 0 115 4 16 0 1 0 154153760 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31772/statm: 1340 238 195 169 0 51 0
[pid=31775] ppid=31772 vsize=46304 CPUtime=9877.17
/proc/31775/stat : 31775 (glucose_static) R 31772 31772 31664 0 -1 4194304 10954 0 0 0 987698 19 0 0 25 0 1 0 154153879 47415296 10919 1992294400 134512640 135217611 4294956288 18446744073709551615 134533181 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31775/statm: 11576 10919 75 172 0 11401 0
Current children cumulated CPU time (s) 9878.36
Current children cumulated vsize (KiB) 51664

[startup+9942.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 31797
/proc/meminfo: memFree=1260376/2055920 swapFree=4175308/4192956
[pid=31772] ppid=31770 vsize=5360 CPUtime=1.19
/proc/31772/stat : 31772 (glucose.sh) S 31770 31772 31664 0 -1 4194304 313 4120 0 0 0 0 115 4 16 0 1 0 154153760 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31772/statm: 1340 238 195 169 0 51 0
[pid=31775] ppid=31772 vsize=46304 CPUtime=9937.14
/proc/31775/stat : 31775 (glucose_static) R 31772 31772 31664 0 -1 4194304 10957 0 0 0 993695 19 0 0 25 0 1 0 154153879 47415296 10922 1992294400 134512640 135217611 4294956288 18446744073709551615 134532924 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31775/statm: 11576 10922 75 172 0 11401 0
Current children cumulated CPU time (s) 9938.33
Current children cumulated vsize (KiB) 51664

[startup+10002.3 s]
/proc/loadavg: 1.05 1.02 1.00 2/66 31797
/proc/meminfo: memFree=1259736/2055920 swapFree=4175308/4192956
[pid=31772] ppid=31770 vsize=5360 CPUtime=1.19
/proc/31772/stat : 31772 (glucose.sh) S 31770 31772 31664 0 -1 4194304 313 4120 0 0 0 0 115 4 16 0 1 0 154153760 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31772/statm: 1340 238 195 169 0 51 0
[pid=31775] ppid=31772 vsize=47140 CPUtime=9997.12
/proc/31775/stat : 31775 (glucose_static) R 31772 31772 31664 0 -1 4194304 11123 0 0 0 999693 19 0 0 25 0 1 0 154153879 48271360 11085 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31775/statm: 11785 11085 75 172 0 11610 0
Current children cumulated CPU time (s) 9998.31
Current children cumulated vsize (KiB) 52500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10004 s]
/proc/loadavg: 1.05 1.02 1.00 2/66 31797
/proc/meminfo: memFree=1259736/2055920 swapFree=4175308/4192956
[pid=31772] ppid=31770 vsize=5360 CPUtime=1.19
/proc/31772/stat : 31772 (glucose.sh) S 31770 31772 31664 0 -1 4194304 313 4120 0 0 0 0 115 4 16 0 1 0 154153760 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31772/statm: 1340 238 195 169 0 51 0
[pid=31775] ppid=31772 vsize=47140 CPUtime=9998.82
/proc/31775/stat : 31775 (glucose_static) R 31772 31772 31664 0 -1 4194304 11123 0 0 0 999863 19 0 0 25 0 1 0 154153879 48271360 11085 1992294400 134512640 135217611 4294956288 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31775/statm: 11785 11085 75 172 0 11610 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 52500

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 31772 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=150825
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=43993
# CPU time returned by wait4() is 1.19482
# while last known CPU time is 10000
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 10004
CPU time (s): 10000
CPU user time (s): 9999.78
CPU system time (s): 0.23
CPU usage (%): 99.96
Max. virtual memory (cumulated for all children) (KiB): 52500

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

runsolver used 8.01878 second user time and 28.3647 second system time

The end

Launcher Data

Begin job on node12 at 2009-05-02 12:46:38
IDJOB=1774024
IDBENCH=70848
IDSOLVER=610
FILE ID=node12/1774024-1241261197
PBS_JOBID= 9224926
Free space on /tmp= 66480 MiB

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

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

MD5SUM BENCH= 96596d59af0c6949ab68ac8c5abcf28b
RANDOM SEED=527106455

node12.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.213
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.213
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:       1310672 kB
Buffers:         78312 kB
Cached:         565892 kB
SwapCached:      11928 kB
Active:          95788 kB
Inactive:       562776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1310672 kB
SwapTotal:     4192956 kB
SwapFree:      4175308 kB
Dirty:            3080 kB
Writeback:           0 kB
Mapped:          13572 kB
Slab:            72776 kB
Committed_AS:   829600 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= 66472 MiB
End job on node12 at 2009-05-02 15:33:24