Trace number 1772854

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.9

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-26.cnf
MD5SUM0cf155110f71a43081221b427d368ee8
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 variables21734
Number of clauses79766
Sum of the clauses size211276
Maximum clause length225
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 236916
Number of clauses of size 338055
Number of clauses of size 43077
Number of clauses of size 5748
Number of clauses of size over 5969

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.06	c ==============================================================================
0.00/0.06	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.06	c ==============================================================================
0.00/0.06	c |         0 |   78817   208932 |   23645       0        0     nan |  0.000 % |
0.38/0.44	c |         0 |   60741   195331 |      --       0       --      -- |     --   | -18076/-13601
0.38/0.44	c ==============================================================================
0.38/0.44	c Result  :   #vars: 11150   #clauses: 60741   #literals: 195331
0.38/0.44	c CPU time:   0.421935 s
0.38/0.44	c ==============================================================================
0.49/0.51	c
0.49/0.51	c Starting glucose
0.49/0.51	c
0.49/0.51	
0.49/0.51	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.49/0.51	
0.49/0.51	c ============================[ Problem Statistics ]=============================
0.49/0.51	c |                                                                             |
0.49/0.51	c |  Number of variables:  11150                                                |
0.49/0.51	c |  Number of clauses:    60741                                                |
0.49/0.56	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-1772854-1241250508/watcher-1772854-1241250508 -o /tmp/evaluation-result-1772854-1241250508/solver-1772854-1241250508 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1772854-1241250508.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.99 0.97 0.99 3/64 31089
/proc/meminfo: memFree=1124864/2055920 swapFree=4180136/4192956
[pid=31089] ppid=31087 vsize=5360 CPUtime=0
/proc/31089/stat : 31089 (glucose.sh) S 31087 31089 31020 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153084807 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31089/statm: 1340 236 195 169 0 51 0
[pid=31090] ppid=31089 vsize=1008 CPUtime=0
/proc/31090/stat : 31090 (SatELite_releas) R 31089 31089 31020 0 -1 4194304 135 0 0 0 0 0 0 0 18 0 1 0 153084807 1032192 119 1992294400 134512640 135225430 4294956176 18446744073709551615 134543684 0 0 4096 3 0 0 0 17 0 0 0
/proc/31090/statm: 292 122 49 174 0 115 0

[startup+0.105433 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 31089
/proc/meminfo: memFree=1124864/2055920 swapFree=4180136/4192956
[pid=31089] ppid=31087 vsize=5360 CPUtime=0
/proc/31089/stat : 31089 (glucose.sh) S 31087 31089 31020 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153084807 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31089/statm: 1340 236 195 169 0 51 0
[pid=31090] ppid=31089 vsize=12020 CPUtime=0.09
/proc/31090/stat : 31090 (SatELite_releas) R 31089 31089 31020 0 -1 4194304 2613 0 0 0 8 1 0 0 18 0 1 0 153084807 12308480 2554 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/31090/statm: 3005 2554 76 174 0 2828 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17380

[startup+0.202452 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 31089
/proc/meminfo: memFree=1124864/2055920 swapFree=4180136/4192956
[pid=31089] ppid=31087 vsize=5360 CPUtime=0
/proc/31089/stat : 31089 (glucose.sh) S 31087 31089 31020 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153084807 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31089/statm: 1340 236 195 169 0 51 0
[pid=31090] ppid=31089 vsize=14648 CPUtime=0.19
/proc/31090/stat : 31090 (SatELite_releas) R 31089 31089 31020 0 -1 4194304 3170 0 0 0 18 1 0 0 18 0 1 0 153084807 14999552 3111 1992294400 134512640 135225430 4294956176 18446744073709551615 134599038 0 0 4096 3 0 0 0 17 0 0 0
/proc/31090/statm: 3662 3111 76 174 0 3485 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 20008

[startup+0.302469 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 31089
/proc/meminfo: memFree=1124864/2055920 swapFree=4180136/4192956
[pid=31089] ppid=31087 vsize=5360 CPUtime=0
/proc/31089/stat : 31089 (glucose.sh) S 31087 31089 31020 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153084807 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31089/statm: 1340 236 195 169 0 51 0
[pid=31090] ppid=31089 vsize=16672 CPUtime=0.29
/proc/31090/stat : 31090 (SatELite_releas) R 31089 31089 31020 0 -1 4194304 3478 0 0 0 28 1 0 0 19 0 1 0 153084807 17072128 3392 1992294400 134512640 135225430 4294956176 18446744073709551615 134593769 0 0 4096 3 0 0 0 17 0 0 0
/proc/31090/statm: 4168 3392 77 174 0 3991 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22032

[startup+0.702551 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 31089
/proc/meminfo: memFree=1124864/2055920 swapFree=4180136/4192956
[pid=31089] ppid=31087 vsize=5360 CPUtime=0.5
/proc/31089/stat : 31089 (glucose.sh) S 31087 31089 31020 0 -1 4194304 313 3643 0 0 0 0 48 2 15 0 1 0 153084807 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31089/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 5360

[startup+1.50168 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31092
/proc/meminfo: memFree=1115824/2055920 swapFree=4180136/4192956
[pid=31089] ppid=31087 vsize=5360 CPUtime=0.5
/proc/31089/stat : 31089 (glucose.sh) S 31087 31089 31020 0 -1 4194304 313 3643 0 0 0 0 48 2 15 0 1 0 153084807 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31089/statm: 1340 238 195 169 0 51 0
[pid=31092] ppid=31089 vsize=7808 CPUtime=0.97
/proc/31092/stat : 31092 (glucose_static) R 31089 31089 31020 0 -1 4194304 1829 0 0 0 97 0 0 0 25 0 1 0 153084858 7995392 1815 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31092/statm: 1952 1815 77 172 0 1777 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 13168

[startup+3.10196 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31092
/proc/meminfo: memFree=1114608/2055920 swapFree=4180136/4192956
[pid=31089] ppid=31087 vsize=5360 CPUtime=0.5
/proc/31089/stat : 31089 (glucose.sh) S 31087 31089 31020 0 -1 4194304 313 3643 0 0 0 0 48 2 15 0 1 0 153084807 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31089/statm: 1340 238 195 169 0 51 0
[pid=31092] ppid=31089 vsize=9392 CPUtime=2.58
/proc/31092/stat : 31092 (glucose_static) R 31089 31089 31020 0 -1 4194304 2205 0 0 0 257 1 0 0 25 0 1 0 153084858 9617408 2191 1992294400 134512640 135217611 4294956288 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31092/statm: 2348 2191 77 172 0 2173 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 14752

[startup+6.30152 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31092
/proc/meminfo: memFree=1112368/2055920 swapFree=4180136/4192956
[pid=31089] ppid=31087 vsize=5360 CPUtime=0.5
/proc/31089/stat : 31089 (glucose.sh) S 31087 31089 31020 0 -1 4194304 313 3643 0 0 0 0 48 2 15 0 1 0 153084807 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31089/statm: 1340 238 195 169 0 51 0
[pid=31092] ppid=31089 vsize=11016 CPUtime=5.77
/proc/31092/stat : 31092 (glucose_static) R 31089 31089 31020 0 -1 4194304 2619 0 0 0 576 1 0 0 25 0 1 0 153084858 11280384 2605 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31092/statm: 2754 2605 77 172 0 2579 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 16376

[startup+12.7016 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31092
/proc/meminfo: memFree=1110960/2055920 swapFree=4180136/4192956
[pid=31089] ppid=31087 vsize=5360 CPUtime=0.5
/proc/31089/stat : 31089 (glucose.sh) S 31087 31089 31020 0 -1 4194304 313 3643 0 0 0 0 48 2 15 0 1 0 153084807 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31089/statm: 1340 238 195 169 0 51 0
[pid=31092] ppid=31089 vsize=12088 CPUtime=12.17
/proc/31092/stat : 31092 (glucose_static) R 31089 31089 31020 0 -1 4194304 2896 0 0 0 1215 2 0 0 25 0 1 0 153084858 12378112 2882 1992294400 134512640 135217611 4294956288 18446744073709551615 134532978 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31092/statm: 3022 2882 77 172 0 2847 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 17448

[startup+25.5029 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31092
/proc/meminfo: memFree=1108912/2055920 swapFree=4180136/4192956
[pid=31089] ppid=31087 vsize=5360 CPUtime=0.5
/proc/31089/stat : 31089 (glucose.sh) S 31087 31089 31020 0 -1 4194304 313 3643 0 0 0 0 48 2 15 0 1 0 153084807 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31089/statm: 1340 238 195 169 0 51 0
[pid=31092] ppid=31089 vsize=14548 CPUtime=24.96
/proc/31092/stat : 31092 (glucose_static) R 31089 31089 31020 0 -1 4194304 3471 0 0 0 2494 2 0 0 25 0 1 0 153084858 14897152 3457 1992294400 134512640 135217611 4294956288 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31092/statm: 3637 3457 77 172 0 3462 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 19908

[startup+51.1024 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31092
/proc/meminfo: memFree=1105840/2055920 swapFree=4180136/4192956
[pid=31089] ppid=31087 vsize=5360 CPUtime=0.5
/proc/31089/stat : 31089 (glucose.sh) S 31087 31089 31020 0 -1 4194304 313 3643 0 0 0 0 48 2 15 0 1 0 153084807 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31089/statm: 1340 238 195 169 0 51 0
[pid=31092] ppid=31089 vsize=17680 CPUtime=50.55
/proc/31092/stat : 31092 (glucose_static) R 31089 31089 31020 0 -1 4194304 4291 0 0 0 5052 3 0 0 25 0 1 0 153084858 18104320 4277 1992294400 134512640 135217611 4294956288 18446744073709551615 134522607 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31092/statm: 4420 4277 77 172 0 4245 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 23040

[startup+102.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31092
/proc/meminfo: memFree=1099568/2055920 swapFree=4180136/4192956
[pid=31089] ppid=31087 vsize=5360 CPUtime=0.5
/proc/31089/stat : 31089 (glucose.sh) S 31087 31089 31020 0 -1 4194304 313 3643 0 0 0 0 48 2 15 0 1 0 153084807 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31089/statm: 1340 238 195 169 0 51 0
[pid=31092] ppid=31089 vsize=23748 CPUtime=101.73
/proc/31092/stat : 31092 (glucose_static) R 31089 31089 31020 0 -1 4194304 5746 0 0 0 10169 4 0 0 25 0 1 0 153084858 24317952 5732 1992294400 134512640 135217611 4294956288 18446744073709551615 134532712 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31092/statm: 5937 5732 77 172 0 5762 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 29108

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31092
/proc/meminfo: memFree=1097136/2055920 swapFree=4180136/4192956
[pid=31089] ppid=31087 vsize=5360 CPUtime=0.5
/proc/31089/stat : 31089 (glucose.sh) S 31087 31089 31020 0 -1 4194304 313 3643 0 0 0 0 48 2 15 0 1 0 153084807 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31089/statm: 1340 238 195 169 0 51 0
[pid=31092] ppid=31089 vsize=26044 CPUtime=161.69
/proc/31092/stat : 31092 (glucose_static) R 31089 31089 31020 0 -1 4194304 6337 0 0 0 16165 4 0 0 25 0 1 0 153084858 26669056 6323 1992294400 134512640 135217611 4294956288 18446744073709551615 134533649 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31092/statm: 6511 6323 77 172 0 6336 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 31404

[startup+222.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31092
/proc/meminfo: memFree=1094768/2055920 swapFree=4180136/4192956
[pid=31089] ppid=31087 vsize=5360 CPUtime=0.5
/proc/31089/stat : 31089 (glucose.sh) S 31087 31089 31020 0 -1 4194304 313 3643 0 0 0 0 48 2 15 0 1 0 153084807 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31089/statm: 1340 238 195 169 0 51 0
[pid=31092] ppid=31089 vsize=28564 CPUtime=221.66
/proc/31092/stat : 31092 (glucose_static) R 31089 31089 31020 0 -1 4194304 6918 0 0 0 22162 4 0 0 25 0 1 0 153084858 29249536 6904 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31092/statm: 7141 6904 77 172 0 6966 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 33924

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31092
/proc/meminfo: memFree=1091248/2055920 swapFree=4180136/4192956
[pid=31089] ppid=31087 vsize=5360 CPUtime=0.5
/proc/31089/stat : 31089 (glucose.sh) S 31087 31089 31020 0 -1 4194304 313 3643 0 0 0 0 48 2 15 0 1 0 153084807 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31089/statm: 1340 238 195 169 0 51 0
[pid=31092] ppid=31089 vsize=32088 CPUtime=281.64
/proc/31092/stat : 31092 (glucose_static) R 31089 31089 31020 0 -1 4194304 7811 0 0 0 28159 5 0 0 25 0 1 0 153084858 32858112 7797 1992294400 134512640 135217611 4294956288 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31092/statm: 8022 7797 77 172 0 7847 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 37448

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31092
/proc/meminfo: memFree=1089328/2055920 swapFree=4180136/4192956
[pid=31089] ppid=31087 vsize=5360 CPUtime=0.5
/proc/31089/stat : 31089 (glucose.sh) S 31087 31089 31020 0 -1 4194304 313 3643 0 0 0 0 48 2 15 0 1 0 153084807 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31089/statm: 1340 238 195 169 0 51 0
[pid=31092] ppid=31089 vsize=33968 CPUtime=341.61
/proc/31092/stat : 31092 (glucose_static) R 31089 31089 31020 0 -1 4194304 8289 0 0 0 34155 6 0 0 25 0 1 0 153084858 34783232 8275 1992294400 134512640 135217611 4294956288 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31092/statm: 8492 8275 77 172 0 8317 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 39328

[startup+402.302 s]

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

/proc/31092/statm: 36714 35869 77 172 0 36539 0
Current children cumulated CPU time (s) 9337.69
Current children cumulated vsize (KiB) 152216

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31114
/proc/meminfo: memFree=978160/2055920 swapFree=4180136/4192956
[pid=31089] ppid=31087 vsize=5360 CPUtime=0.5
/proc/31089/stat : 31089 (glucose.sh) S 31087 31089 31020 0 -1 4194304 313 3643 0 0 0 0 48 2 15 0 1 0 153084807 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31089/statm: 1340 238 195 169 0 51 0
[pid=31092] ppid=31089 vsize=146856 CPUtime=9397.16
/proc/31092/stat : 31092 (glucose_static) R 31089 31089 31020 0 -1 4194304 35985 0 0 0 939675 41 0 0 25 0 1 0 153084858 150380544 35869 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31092/statm: 36714 35869 77 172 0 36539 0
Current children cumulated CPU time (s) 9397.66
Current children cumulated vsize (KiB) 152216

[startup+9462.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31114
/proc/meminfo: memFree=978160/2055920 swapFree=4180136/4192956
[pid=31089] ppid=31087 vsize=5360 CPUtime=0.5
/proc/31089/stat : 31089 (glucose.sh) S 31087 31089 31020 0 -1 4194304 313 3643 0 0 0 0 48 2 15 0 1 0 153084807 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31089/statm: 1340 238 195 169 0 51 0
[pid=31092] ppid=31089 vsize=146856 CPUtime=9457.14
/proc/31092/stat : 31092 (glucose_static) R 31089 31089 31020 0 -1 4194304 35989 0 0 0 945673 41 0 0 25 0 1 0 153084858 150380544 35873 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31092/statm: 36714 35873 77 172 0 36539 0
Current children cumulated CPU time (s) 9457.64
Current children cumulated vsize (KiB) 152216

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31114
/proc/meminfo: memFree=976944/2055920 swapFree=4180136/4192956
[pid=31089] ppid=31087 vsize=5360 CPUtime=0.5
/proc/31089/stat : 31089 (glucose.sh) S 31087 31089 31020 0 -1 4194304 313 3643 0 0 0 0 48 2 15 0 1 0 153084807 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31089/statm: 1340 238 195 169 0 51 0
[pid=31092] ppid=31089 vsize=148128 CPUtime=9517.11
/proc/31092/stat : 31092 (glucose_static) R 31089 31089 31020 0 -1 4194304 36301 0 0 0 951670 41 0 0 25 0 1 0 153084858 151683072 36185 1992294400 134512640 135217611 4294956288 18446744073709551615 134533061 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31092/statm: 37032 36185 77 172 0 36857 0
Current children cumulated CPU time (s) 9517.61
Current children cumulated vsize (KiB) 153488

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31114
/proc/meminfo: memFree=976880/2055920 swapFree=4180136/4192956
[pid=31089] ppid=31087 vsize=5360 CPUtime=0.5
/proc/31089/stat : 31089 (glucose.sh) S 31087 31089 31020 0 -1 4194304 313 3643 0 0 0 0 48 2 15 0 1 0 153084807 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31089/statm: 1340 238 195 169 0 51 0
[pid=31092] ppid=31089 vsize=148128 CPUtime=9577.09
/proc/31092/stat : 31092 (glucose_static) R 31089 31089 31020 0 -1 4194304 36301 0 0 0 957668 41 0 0 25 0 1 0 153084858 151683072 36185 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31092/statm: 37032 36185 77 172 0 36857 0
Current children cumulated CPU time (s) 9577.59
Current children cumulated vsize (KiB) 153488

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31114
/proc/meminfo: memFree=976880/2055920 swapFree=4180136/4192956
[pid=31089] ppid=31087 vsize=5360 CPUtime=0.5
/proc/31089/stat : 31089 (glucose.sh) S 31087 31089 31020 0 -1 4194304 313 3643 0 0 0 0 48 2 15 0 1 0 153084807 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31089/statm: 1340 238 195 169 0 51 0
[pid=31092] ppid=31089 vsize=148128 CPUtime=9637.07
/proc/31092/stat : 31092 (glucose_static) R 31089 31089 31020 0 -1 4194304 36305 0 0 0 963666 41 0 0 25 0 1 0 153084858 151683072 36189 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31092/statm: 37032 36189 77 172 0 36857 0
Current children cumulated CPU time (s) 9637.57
Current children cumulated vsize (KiB) 153488

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31114
/proc/meminfo: memFree=976816/2055920 swapFree=4180136/4192956
[pid=31089] ppid=31087 vsize=5360 CPUtime=0.5
/proc/31089/stat : 31089 (glucose.sh) S 31087 31089 31020 0 -1 4194304 313 3643 0 0 0 0 48 2 15 0 1 0 153084807 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31089/statm: 1340 238 195 169 0 51 0
[pid=31092] ppid=31089 vsize=148128 CPUtime=9697.03
/proc/31092/stat : 31092 (glucose_static) R 31089 31089 31020 0 -1 4194304 36305 0 0 0 969662 41 0 0 25 0 1 0 153084858 151683072 36189 1992294400 134512640 135217611 4294956288 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31092/statm: 37032 36189 77 172 0 36857 0
Current children cumulated CPU time (s) 9697.53
Current children cumulated vsize (KiB) 153488

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31114
/proc/meminfo: memFree=976816/2055920 swapFree=4180136/4192956
[pid=31089] ppid=31087 vsize=5360 CPUtime=0.5
/proc/31089/stat : 31089 (glucose.sh) S 31087 31089 31020 0 -1 4194304 313 3643 0 0 0 0 48 2 15 0 1 0 153084807 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31089/statm: 1340 238 195 169 0 51 0
[pid=31092] ppid=31089 vsize=148092 CPUtime=9757.01
/proc/31092/stat : 31092 (glucose_static) R 31089 31089 31020 0 -1 4194304 36314 0 0 0 975660 41 0 0 25 0 1 0 153084858 151646208 36193 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31092/statm: 37023 36193 77 172 0 36848 0
Current children cumulated CPU time (s) 9757.51
Current children cumulated vsize (KiB) 153452

[startup+9822.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 31114
/proc/meminfo: memFree=976816/2055920 swapFree=4180136/4192956
[pid=31089] ppid=31087 vsize=5360 CPUtime=0.5
/proc/31089/stat : 31089 (glucose.sh) S 31087 31089 31020 0 -1 4194304 313 3643 0 0 0 0 48 2 15 0 1 0 153084807 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31089/statm: 1340 238 195 169 0 51 0
[pid=31092] ppid=31089 vsize=148092 CPUtime=9816.99
/proc/31092/stat : 31092 (glucose_static) R 31089 31089 31020 0 -1 4194304 36314 0 0 0 981658 41 0 0 25 0 1 0 153084858 151646208 36193 1992294400 134512640 135217611 4294956288 18446744073709551615 134533202 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31092/statm: 37023 36193 77 172 0 36848 0
Current children cumulated CPU time (s) 9817.49
Current children cumulated vsize (KiB) 153452

[startup+9882.3 s]
/proc/loadavg: 1.05 1.02 1.00 2/66 31114
/proc/meminfo: memFree=976816/2055920 swapFree=4180136/4192956
[pid=31089] ppid=31087 vsize=5360 CPUtime=0.5
/proc/31089/stat : 31089 (glucose.sh) S 31087 31089 31020 0 -1 4194304 313 3643 0 0 0 0 48 2 15 0 1 0 153084807 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31089/statm: 1340 238 195 169 0 51 0
[pid=31092] ppid=31089 vsize=148092 CPUtime=9876.97
/proc/31092/stat : 31092 (glucose_static) R 31089 31089 31020 0 -1 4194304 36316 0 0 0 987656 41 0 0 25 0 1 0 153084858 151646208 36195 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31092/statm: 37023 36195 77 172 0 36848 0
Current children cumulated CPU time (s) 9877.47
Current children cumulated vsize (KiB) 153452

[startup+9942.3 s]
/proc/loadavg: 1.13 1.05 1.01 2/66 31114
/proc/meminfo: memFree=975984/2055920 swapFree=4180136/4192956
[pid=31089] ppid=31087 vsize=5360 CPUtime=0.5
/proc/31089/stat : 31089 (glucose.sh) S 31087 31089 31020 0 -1 4194304 313 3643 0 0 0 0 48 2 15 0 1 0 153084807 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31089/statm: 1340 238 195 169 0 51 0
[pid=31092] ppid=31089 vsize=149100 CPUtime=9936.94
/proc/31092/stat : 31092 (glucose_static) R 31089 31089 31020 0 -1 4194304 36539 0 0 0 993653 41 0 0 25 0 1 0 153084858 152678400 36418 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31092/statm: 37275 36418 77 172 0 37100 0
Current children cumulated CPU time (s) 9937.44
Current children cumulated vsize (KiB) 154460

[startup+10002.3 s]
/proc/loadavg: 1.04 1.03 1.00 2/66 31114
/proc/meminfo: memFree=975920/2055920 swapFree=4180136/4192956
[pid=31089] ppid=31087 vsize=5360 CPUtime=0.5
/proc/31089/stat : 31089 (glucose.sh) S 31087 31089 31020 0 -1 4194304 313 3643 0 0 0 0 48 2 15 0 1 0 153084807 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31089/statm: 1340 238 195 169 0 51 0
[pid=31092] ppid=31089 vsize=149100 CPUtime=9996.92
/proc/31092/stat : 31092 (glucose_static) R 31089 31089 31020 0 -1 4194304 36541 0 0 0 999651 41 0 0 25 0 1 0 153084858 152678400 36420 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31092/statm: 37275 36420 77 172 0 37100 0
Current children cumulated CPU time (s) 9997.42
Current children cumulated vsize (KiB) 154460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10004.9 s]
/proc/loadavg: 1.04 1.03 1.00 2/66 31114
/proc/meminfo: memFree=975920/2055920 swapFree=4180136/4192956
[pid=31089] ppid=31087 vsize=5360 CPUtime=0.5
/proc/31089/stat : 31089 (glucose.sh) S 31087 31089 31020 0 -1 4194304 313 3643 0 0 0 0 48 2 15 0 1 0 153084807 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31089/statm: 1340 238 195 169 0 51 0
[pid=31092] ppid=31089 vsize=149100 CPUtime=9999.52
/proc/31092/stat : 31092 (glucose_static) R 31089 31089 31020 0 -1 4194304 36541 0 0 0 999911 41 0 0 25 0 1 0 153084858 152678400 36420 1992294400 134512640 135217611 4294956288 18446744073709551615 134534004 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31092/statm: 37275 36420 77 172 0 37100 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 154460

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 31089 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=484926
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=27995
# CPU time returned by wait4() is 0.512921
# 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.9
CPU time (s): 10000
CPU user time (s): 9999.59
CPU system time (s): 0.43
CPU usage (%): 99.9511
Max. virtual memory (cumulated for all children) (KiB): 154460

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

runsolver used 9.46356 second user time and 26.9259 second system time

The end

Launcher Data

Begin job on node4 at 2009-05-02 09:48:28
IDJOB=1772854
IDBENCH=20403
IDSOLVER=610
FILE ID=node4/1772854-1241250508
PBS_JOBID= 9224900
Free space on /tmp= 66420 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-26.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772854-1241250508/watcher-1772854-1241250508 -o /tmp/evaluation-result-1772854-1241250508/solver-1772854-1241250508 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1772854-1241250508.cnf

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

MD5SUM BENCH= 0cf155110f71a43081221b427d368ee8
RANDOM SEED=1000319615

node4.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.265
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.265
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:       1125408 kB
Buffers:         76440 kB
Cached:         778896 kB
SwapCached:       7244 kB
Active:         257172 kB
Inactive:       607348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1125408 kB
SwapTotal:     4192956 kB
SwapFree:      4180136 kB
Dirty:            2952 kB
Writeback:           0 kB
Mapped:          13512 kB
Slab:            52012 kB
Committed_AS:   855264 kB
PageTables:       1468 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= 66416 MiB
End job on node4 at 2009-05-02 12:35:15