Trace number 1774034

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

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-27-s100.cnf
MD5SUMf47c33d2a9a327da4633207adfef7b77
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7132.69
Satisfiable
(Un)Satisfiability was proved
Number of variables31951
Number of clauses96161
Sum of the clauses size226837
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261518
Number of clauses of size 334579
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.07	c ==============================================================================
0.01/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.01/0.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.01/0.07	c ==============================================================================
0.01/0.07	c |         0 |   95961   226361 |   28788       0        0     nan |  0.000 % |
1.09/1.14	c |         0 |   59330   176425 |      --       0       --      -- |     --   | -36291/-48960
1.09/1.14	c ==============================================================================
1.09/1.14	c Result  :   #vars: 14275   #clauses: 59330   #literals: 176425
1.09/1.14	c CPU time:   1.10383 s
1.09/1.14	c ==============================================================================
1.19/1.20	c
1.19/1.20	c Starting glucose
1.19/1.20	c
1.19/1.20	
1.19/1.20	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.19/1.20	
1.19/1.20	c ============================[ Problem Statistics ]=============================
1.19/1.20	c |                                                                             |
1.19/1.20	c |  Number of variables:  14275                                                |
1.19/1.20	c |  Number of clauses:    59330                                                |
1.19/1.25	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-1774034-1241261521/watcher-1774034-1241261521 -o /tmp/evaluation-result-1774034-1241261521/solver-1774034-1241261521 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1774034-1241261521.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 3/64 18460
/proc/meminfo: memFree=1191672/2055920 swapFree=4179760/4192956
[pid=18460] ppid=18458 vsize=5360 CPUtime=0
/proc/18460/stat : 18460 (glucose.sh) R 18458 18460 18385 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 154185489 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240472615583 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/18460/statm: 1340 235 194 169 0 51 0
[pid=18461] ppid=18460 vsize=1744 CPUtime=0
/proc/18461/stat : 18461 (SatELite_releas) R 18460 18460 18385 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154185489 1785856 271 1992294400 134512640 135225430 4294956176 18446744073709551615 134543744 0 0 4096 3 0 0 0 17 0 0 0
/proc/18461/statm: 436 273 49 174 0 259 0

[startup+0.028239 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18460
/proc/meminfo: memFree=1191672/2055920 swapFree=4179760/4192956
[pid=18460] ppid=18458 vsize=5360 CPUtime=0
/proc/18460/stat : 18460 (glucose.sh) S 18458 18460 18385 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154185489 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18460/statm: 1340 236 195 169 0 51 0
[pid=18461] ppid=18460 vsize=6208 CPUtime=0.01
/proc/18461/stat : 18461 (SatELite_releas) R 18460 18460 18385 0 -1 4194304 1395 0 0 0 1 0 0 0 18 0 1 0 154185489 6356992 1379 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/18461/statm: 1552 1381 51 174 0 1375 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11568

[startup+0.101245 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18460
/proc/meminfo: memFree=1191672/2055920 swapFree=4179760/4192956
[pid=18460] ppid=18458 vsize=5360 CPUtime=0
/proc/18460/stat : 18460 (glucose.sh) S 18458 18460 18385 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154185489 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18460/statm: 1340 236 195 169 0 51 0
[pid=18461] ppid=18460 vsize=13808 CPUtime=0.09
/proc/18461/stat : 18461 (SatELite_releas) R 18460 18460 18385 0 -1 4194304 3417 0 0 0 8 1 0 0 20 0 1 0 154185489 14139392 3258 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18461/statm: 3452 3258 77 174 0 3275 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19168

[startup+0.301262 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18460
/proc/meminfo: memFree=1191672/2055920 swapFree=4179760/4192956
[pid=18460] ppid=18458 vsize=5360 CPUtime=0
/proc/18460/stat : 18460 (glucose.sh) S 18458 18460 18385 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154185489 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18460/statm: 1340 236 195 169 0 51 0
[pid=18461] ppid=18460 vsize=14548 CPUtime=0.29
/proc/18461/stat : 18461 (SatELite_releas) R 18460 18460 18385 0 -1 4194304 3598 0 0 0 27 2 0 0 21 0 1 0 154185489 14897152 3439 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18461/statm: 3637 3439 77 174 0 3460 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19908

[startup+0.701299 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18460
/proc/meminfo: memFree=1191672/2055920 swapFree=4179760/4192956
[pid=18460] ppid=18458 vsize=5360 CPUtime=0
/proc/18460/stat : 18460 (glucose.sh) S 18458 18460 18385 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154185489 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18460/statm: 1340 236 195 169 0 51 0
[pid=18461] ppid=18460 vsize=15688 CPUtime=0.69
/proc/18461/stat : 18461 (SatELite_releas) R 18460 18460 18385 0 -1 4194304 3819 0 0 0 66 3 0 0 25 0 1 0 154185489 16064512 3660 1992294400 134512640 135225430 4294956176 18446744073709551615 134587664 0 0 4096 3 0 0 0 17 0 0 0
/proc/18461/statm: 3922 3660 77 174 0 3745 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21048

[startup+1.50138 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18462
/proc/meminfo: memFree=1173096/2055920 swapFree=4179760/4192956
[pid=18460] ppid=18458 vsize=5360 CPUtime=1.19
/proc/18460/stat : 18460 (glucose.sh) S 18458 18460 18385 0 -1 4194304 313 4296 0 0 0 0 115 4 16 0 1 0 154185489 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18460/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 5360

[startup+3.10152 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18463
/proc/meminfo: memFree=1179944/2055920 swapFree=4179760/4192956
[pid=18460] ppid=18458 vsize=5360 CPUtime=1.19
/proc/18460/stat : 18460 (glucose.sh) S 18458 18460 18385 0 -1 4194304 313 4296 0 0 0 0 115 4 16 0 1 0 154185489 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18460/statm: 1340 238 195 169 0 51 0
[pid=18463] ppid=18460 vsize=7464 CPUtime=1.88
/proc/18463/stat : 18463 (glucose_static) R 18460 18460 18385 0 -1 4194304 1688 0 0 0 188 0 0 0 25 0 1 0 154185610 7643136 1674 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18463/statm: 1866 1674 75 172 0 1691 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 12824

[startup+6.3018 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 18463
/proc/meminfo: memFree=1179496/2055920 swapFree=4179760/4192956
[pid=18460] ppid=18458 vsize=5360 CPUtime=1.19
/proc/18460/stat : 18460 (glucose.sh) S 18458 18460 18385 0 -1 4194304 313 4296 0 0 0 0 115 4 16 0 1 0 154185489 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18460/statm: 1340 238 195 169 0 51 0
[pid=18463] ppid=18460 vsize=7728 CPUtime=5.08
/proc/18463/stat : 18463 (glucose_static) R 18460 18460 18385 0 -1 4194304 1740 0 0 0 508 0 0 0 25 0 1 0 154185610 7913472 1726 1992294400 134512640 135217611 4294956288 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18463/statm: 1932 1726 75 172 0 1757 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 13088

[startup+12.7014 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 18463
/proc/meminfo: memFree=1179248/2055920 swapFree=4179760/4192956
[pid=18460] ppid=18458 vsize=5360 CPUtime=1.19
/proc/18460/stat : 18460 (glucose.sh) S 18458 18460 18385 0 -1 4194304 313 4296 0 0 0 0 115 4 16 0 1 0 154185489 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18460/statm: 1340 238 195 169 0 51 0
[pid=18463] ppid=18460 vsize=8124 CPUtime=11.47
/proc/18463/stat : 18463 (glucose_static) R 18460 18460 18385 0 -1 4194304 1839 0 0 0 1147 0 0 0 25 0 1 0 154185610 8318976 1825 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18463/statm: 2031 1825 75 172 0 1856 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 13484

[startup+25.5015 s]
/proc/loadavg: 1.06 1.01 1.00 2/66 18463
/proc/meminfo: memFree=1178608/2055920 swapFree=4179760/4192956
[pid=18460] ppid=18458 vsize=5360 CPUtime=1.19
/proc/18460/stat : 18460 (glucose.sh) S 18458 18460 18385 0 -1 4194304 313 4296 0 0 0 0 115 4 16 0 1 0 154185489 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18460/statm: 1340 238 195 169 0 51 0
[pid=18463] ppid=18460 vsize=8944 CPUtime=24.28
/proc/18463/stat : 18463 (glucose_static) R 18460 18460 18385 0 -1 4194304 2039 0 0 0 2427 1 0 0 25 0 1 0 154185610 9158656 2025 1992294400 134512640 135217611 4294956288 18446744073709551615 134532907 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18463/statm: 2236 2025 75 172 0 2061 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 14304

[startup+51.1018 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 18463
/proc/meminfo: memFree=1177840/2055920 swapFree=4179760/4192956
[pid=18460] ppid=18458 vsize=5360 CPUtime=1.19
/proc/18460/stat : 18460 (glucose.sh) S 18458 18460 18385 0 -1 4194304 313 4296 0 0 0 0 115 4 16 0 1 0 154185489 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18460/statm: 1340 238 195 169 0 51 0
[pid=18463] ppid=18460 vsize=9752 CPUtime=49.86
/proc/18463/stat : 18463 (glucose_static) R 18460 18460 18385 0 -1 4194304 2259 0 0 0 4985 1 0 0 25 0 1 0 154185610 9986048 2245 1992294400 134512640 135217611 4294956288 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18463/statm: 2438 2245 75 172 0 2263 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 15112

[startup+102.305 s]
/proc/loadavg: 1.05 1.02 1.00 2/66 18463
/proc/meminfo: memFree=1175792/2055920 swapFree=4179760/4192956
[pid=18460] ppid=18458 vsize=5360 CPUtime=1.19
/proc/18460/stat : 18460 (glucose.sh) S 18458 18460 18385 0 -1 4194304 313 4296 0 0 0 0 115 4 16 0 1 0 154185489 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18460/statm: 1340 238 195 169 0 51 0
[pid=18463] ppid=18460 vsize=11752 CPUtime=101.04
/proc/18463/stat : 18463 (glucose_static) R 18460 18460 18385 0 -1 4194304 2749 0 0 0 10103 1 0 0 25 0 1 0 154185610 12034048 2735 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18463/statm: 2938 2735 75 172 0 2763 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 17112

[startup+162.302 s]
/proc/loadavg: 1.18 1.06 1.01 2/66 18463
/proc/meminfo: memFree=1174256/2055920 swapFree=4179760/4192956
[pid=18460] ppid=18458 vsize=5360 CPUtime=1.19
/proc/18460/stat : 18460 (glucose.sh) S 18458 18460 18385 0 -1 4194304 313 4296 0 0 0 0 115 4 16 0 1 0 154185489 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18460/statm: 1340 238 195 169 0 51 0
[pid=18463] ppid=18460 vsize=13288 CPUtime=161.02
/proc/18463/stat : 18463 (glucose_static) R 18460 18460 18385 0 -1 4194304 3124 0 0 0 16100 2 0 0 25 0 1 0 154185610 13606912 3110 1992294400 134512640 135217611 4294956288 18446744073709551615 134537459 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18463/statm: 3322 3110 75 172 0 3147 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 18648

[startup+222.301 s]
/proc/loadavg: 1.09 1.06 1.01 2/66 18463
/proc/meminfo: memFree=1173360/2055920 swapFree=4179760/4192956
[pid=18460] ppid=18458 vsize=5360 CPUtime=1.19
/proc/18460/stat : 18460 (glucose.sh) S 18458 18460 18385 0 -1 4194304 313 4296 0 0 0 0 115 4 16 0 1 0 154185489 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18460/statm: 1340 238 195 169 0 51 0
[pid=18463] ppid=18460 vsize=14216 CPUtime=220.99
/proc/18463/stat : 18463 (glucose_static) R 18460 18460 18385 0 -1 4194304 3336 0 0 0 22097 2 0 0 25 0 1 0 154185610 14557184 3322 1992294400 134512640 135217611 4294956288 18446744073709551615 134537495 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18463/statm: 3554 3322 75 172 0 3379 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 19576

[startup+282.302 s]
/proc/loadavg: 1.03 1.05 1.01 2/66 18463
/proc/meminfo: memFree=1172720/2055920 swapFree=4179760/4192956
[pid=18460] ppid=18458 vsize=5360 CPUtime=1.19
/proc/18460/stat : 18460 (glucose.sh) S 18458 18460 18385 0 -1 4194304 313 4296 0 0 0 0 115 4 16 0 1 0 154185489 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18460/statm: 1340 238 195 169 0 51 0
[pid=18463] ppid=18460 vsize=14916 CPUtime=280.96
/proc/18463/stat : 18463 (glucose_static) R 18460 18460 18385 0 -1 4194304 3501 0 0 0 28094 2 0 0 25 0 1 0 154185610 15273984 3487 1992294400 134512640 135217611 4294956288 18446744073709551615 134538442 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18463/statm: 3729 3487 75 172 0 3554 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 20276

[startup+342.302 s]
/proc/loadavg: 1.01 1.04 1.00 2/66 18463
/proc/meminfo: memFree=1172208/2055920 swapFree=4179760/4192956
[pid=18460] ppid=18458 vsize=5360 CPUtime=1.19
/proc/18460/stat : 18460 (glucose.sh) S 18458 18460 18385 0 -1 4194304 313 4296 0 0 0 0 115 4 16 0 1 0 154185489 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18460/statm: 1340 238 195 169 0 51 0
[pid=18463] ppid=18460 vsize=15332 CPUtime=340.94
/proc/18463/stat : 18463 (glucose_static) R 18460 18460 18385 0 -1 4194304 3617 0 0 0 34091 3 0 0 25 0 1 0 154185610 15699968 3603 1992294400 134512640 135217611 4294956288 18446744073709551615 134532666 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18463/statm: 3833 3603 75 172 0 3658 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 20692

[startup+402.301 s]

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

/proc/18463/statm: 12248 11589 75 172 0 12073 0
Current children cumulated CPU time (s) 9338.2
Current children cumulated vsize (KiB) 54352

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18485
/proc/meminfo: memFree=1139888/2055920 swapFree=4179760/4192956
[pid=18460] ppid=18458 vsize=5360 CPUtime=1.19
/proc/18460/stat : 18460 (glucose.sh) S 18458 18460 18385 0 -1 4194304 313 4296 0 0 0 0 115 4 16 0 1 0 154185489 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18460/statm: 1340 238 195 169 0 51 0
[pid=18463] ppid=18460 vsize=48992 CPUtime=9396.98
/proc/18463/stat : 18463 (glucose_static) R 18460 18460 18385 0 -1 4194304 11627 0 0 0 939680 18 0 0 25 0 1 0 154185610 50167808 11592 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18463/statm: 12248 11592 75 172 0 12073 0
Current children cumulated CPU time (s) 9398.17
Current children cumulated vsize (KiB) 54352

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18485
/proc/meminfo: memFree=1139888/2055920 swapFree=4179760/4192956
[pid=18460] ppid=18458 vsize=5360 CPUtime=1.19
/proc/18460/stat : 18460 (glucose.sh) S 18458 18460 18385 0 -1 4194304 313 4296 0 0 0 0 115 4 16 0 1 0 154185489 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18460/statm: 1340 238 195 169 0 51 0
[pid=18463] ppid=18460 vsize=48992 CPUtime=9456.96
/proc/18463/stat : 18463 (glucose_static) R 18460 18460 18385 0 -1 4194304 11627 0 0 0 945678 18 0 0 25 0 1 0 154185610 50167808 11592 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18463/statm: 12248 11592 75 172 0 12073 0
Current children cumulated CPU time (s) 9458.15
Current children cumulated vsize (KiB) 54352

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18485
/proc/meminfo: memFree=1139888/2055920 swapFree=4179760/4192956
[pid=18460] ppid=18458 vsize=5360 CPUtime=1.19
/proc/18460/stat : 18460 (glucose.sh) S 18458 18460 18385 0 -1 4194304 313 4296 0 0 0 0 115 4 16 0 1 0 154185489 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18460/statm: 1340 238 195 169 0 51 0
[pid=18463] ppid=18460 vsize=48992 CPUtime=9516.93
/proc/18463/stat : 18463 (glucose_static) R 18460 18460 18385 0 -1 4194304 11627 0 0 0 951675 18 0 0 25 0 1 0 154185610 50167808 11592 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18463/statm: 12248 11592 75 172 0 12073 0
Current children cumulated CPU time (s) 9518.12
Current children cumulated vsize (KiB) 54352

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18485
/proc/meminfo: memFree=1139824/2055920 swapFree=4179760/4192956
[pid=18460] ppid=18458 vsize=5360 CPUtime=1.19
/proc/18460/stat : 18460 (glucose.sh) S 18458 18460 18385 0 -1 4194304 313 4296 0 0 0 0 115 4 16 0 1 0 154185489 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18460/statm: 1340 238 195 169 0 51 0
[pid=18463] ppid=18460 vsize=49136 CPUtime=9576.89
/proc/18463/stat : 18463 (glucose_static) R 18460 18460 18385 0 -1 4194304 11655 0 0 0 957671 18 0 0 25 0 1 0 154185610 50315264 11620 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18463/statm: 12284 11620 75 172 0 12109 0
Current children cumulated CPU time (s) 9578.08
Current children cumulated vsize (KiB) 54496

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18485
/proc/meminfo: memFree=1139824/2055920 swapFree=4179760/4192956
[pid=18460] ppid=18458 vsize=5360 CPUtime=1.19
/proc/18460/stat : 18460 (glucose.sh) S 18458 18460 18385 0 -1 4194304 313 4296 0 0 0 0 115 4 16 0 1 0 154185489 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18460/statm: 1340 238 195 169 0 51 0
[pid=18463] ppid=18460 vsize=49136 CPUtime=9636.87
/proc/18463/stat : 18463 (glucose_static) R 18460 18460 18385 0 -1 4194304 11656 0 0 0 963669 18 0 0 25 0 1 0 154185610 50315264 11621 1992294400 134512640 135217611 4294956288 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18463/statm: 12284 11621 75 172 0 12109 0
Current children cumulated CPU time (s) 9638.06
Current children cumulated vsize (KiB) 54496

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18485
/proc/meminfo: memFree=1139696/2055920 swapFree=4179760/4192956
[pid=18460] ppid=18458 vsize=5360 CPUtime=1.19
/proc/18460/stat : 18460 (glucose.sh) S 18458 18460 18385 0 -1 4194304 313 4296 0 0 0 0 115 4 16 0 1 0 154185489 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18460/statm: 1340 238 195 169 0 51 0
[pid=18463] ppid=18460 vsize=49208 CPUtime=9696.85
/proc/18463/stat : 18463 (glucose_static) R 18460 18460 18385 0 -1 4194304 11667 0 0 0 969667 18 0 0 25 0 1 0 154185610 50388992 11632 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18463/statm: 12302 11632 75 172 0 12127 0
Current children cumulated CPU time (s) 9698.04
Current children cumulated vsize (KiB) 54568

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18485
/proc/meminfo: memFree=1139056/2055920 swapFree=4179760/4192956
[pid=18460] ppid=18458 vsize=5360 CPUtime=1.19
/proc/18460/stat : 18460 (glucose.sh) S 18458 18460 18385 0 -1 4194304 313 4296 0 0 0 0 115 4 16 0 1 0 154185489 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18460/statm: 1340 238 195 169 0 51 0
[pid=18463] ppid=18460 vsize=49760 CPUtime=9756.82
/proc/18463/stat : 18463 (glucose_static) R 18460 18460 18385 0 -1 4194304 11809 0 0 0 975664 18 0 0 25 0 1 0 154185610 50954240 11774 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18463/statm: 12440 11774 75 172 0 12265 0
Current children cumulated CPU time (s) 9758.01
Current children cumulated vsize (KiB) 55120

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18485
/proc/meminfo: memFree=1139056/2055920 swapFree=4179760/4192956
[pid=18460] ppid=18458 vsize=5360 CPUtime=1.19
/proc/18460/stat : 18460 (glucose.sh) S 18458 18460 18385 0 -1 4194304 313 4296 0 0 0 0 115 4 16 0 1 0 154185489 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18460/statm: 1340 238 195 169 0 51 0
[pid=18463] ppid=18460 vsize=49760 CPUtime=9816.8
/proc/18463/stat : 18463 (glucose_static) R 18460 18460 18385 0 -1 4194304 11809 0 0 0 981662 18 0 0 25 0 1 0 154185610 50954240 11774 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18463/statm: 12440 11774 75 172 0 12265 0
Current children cumulated CPU time (s) 9817.99
Current children cumulated vsize (KiB) 55120

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18485
/proc/meminfo: memFree=1139056/2055920 swapFree=4179760/4192956
[pid=18460] ppid=18458 vsize=5360 CPUtime=1.19
/proc/18460/stat : 18460 (glucose.sh) S 18458 18460 18385 0 -1 4194304 313 4296 0 0 0 0 115 4 16 0 1 0 154185489 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18460/statm: 1340 238 195 169 0 51 0
[pid=18463] ppid=18460 vsize=49760 CPUtime=9876.78
/proc/18463/stat : 18463 (glucose_static) R 18460 18460 18385 0 -1 4194304 11812 0 0 0 987660 18 0 0 25 0 1 0 154185610 50954240 11777 1992294400 134512640 135217611 4294956288 18446744073709551615 134536988 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18463/statm: 12440 11777 75 172 0 12265 0
Current children cumulated CPU time (s) 9877.97
Current children cumulated vsize (KiB) 55120

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18485
/proc/meminfo: memFree=1139056/2055920 swapFree=4179760/4192956
[pid=18460] ppid=18458 vsize=5360 CPUtime=1.19
/proc/18460/stat : 18460 (glucose.sh) S 18458 18460 18385 0 -1 4194304 313 4296 0 0 0 0 115 4 16 0 1 0 154185489 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18460/statm: 1340 238 195 169 0 51 0
[pid=18463] ppid=18460 vsize=49944 CPUtime=9936.76
/proc/18463/stat : 18463 (glucose_static) R 18460 18460 18385 0 -1 4194304 11830 0 0 0 993657 19 0 0 25 0 1 0 154185610 51142656 11795 1992294400 134512640 135217611 4294956288 18446744073709551615 134542240 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18463/statm: 12486 11795 75 172 0 12311 0
Current children cumulated CPU time (s) 9937.95
Current children cumulated vsize (KiB) 55304

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18487
/proc/meminfo: memFree=1138408/2055920 swapFree=4179760/4192956
[pid=18460] ppid=18458 vsize=5360 CPUtime=1.19
/proc/18460/stat : 18460 (glucose.sh) S 18458 18460 18385 0 -1 4194304 313 4296 0 0 0 0 115 4 16 0 1 0 154185489 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18460/statm: 1340 238 195 169 0 51 0
[pid=18463] ppid=18460 vsize=50160 CPUtime=9996.74
/proc/18463/stat : 18463 (glucose_static) R 18460 18460 18385 0 -1 4194304 11907 0 0 0 999655 19 0 0 25 0 1 0 154185610 51363840 11872 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18463/statm: 12540 11872 75 172 0 12365 0
Current children cumulated CPU time (s) 9997.93
Current children cumulated vsize (KiB) 55520



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10004.4 s]
/proc/loadavg: 1.00 1.00 1.00 3/66 18487
/proc/meminfo: memFree=1138408/2055920 swapFree=4179760/4192956
[pid=18460] ppid=18458 vsize=5360 CPUtime=1.19
/proc/18460/stat : 18460 (glucose.sh) S 18458 18460 18385 0 -1 4194304 313 4296 0 0 0 0 115 4 16 0 1 0 154185489 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18460/statm: 1340 238 195 169 0 51 0
[pid=18463] ppid=18460 vsize=50160 CPUtime=9998.84
/proc/18463/stat : 18463 (glucose_static) R 18460 18460 18385 0 -1 4194304 11907 0 0 0 999865 19 0 0 25 0 1 0 154185610 51363840 11872 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18463/statm: 12540 11872 75 172 0 12365 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 55520

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 18460 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=159823
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=47992
# CPU time returned by wait4() is 1.20781
# 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.4
CPU time (s): 10000
CPU user time (s): 9999.8
CPU system time (s): 0.23
CPU usage (%): 99.9562
Max. virtual memory (cumulated for all children) (KiB): 55520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.15982
system time used= 0.047992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4609
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.94864 second user time and 27.4378 second system time

The end

Launcher Data

Begin job on node15 at 2009-05-02 12:52:01
IDJOB=1774034
IDBENCH=70849
IDSOLVER=610
FILE ID=node15/1774034-1241261521
PBS_JOBID= 9224932
Free space on /tmp= 66544 MiB

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

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

MD5SUM BENCH= f47c33d2a9a327da4633207adfef7b77
RANDOM SEED=1907705454

node15.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.220
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	: 5931.00
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.220
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:       1192152 kB
Buffers:         80164 kB
Cached:         690436 kB
SwapCached:       7388 kB
Active:         132668 kB
Inactive:       647428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1192152 kB
SwapTotal:     4192956 kB
SwapFree:      4179760 kB
Dirty:            3100 kB
Writeback:           0 kB
Mapped:          14564 kB
Slab:            69648 kB
Committed_AS:   659276 kB
PageTables:       1464 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= 66540 MiB
End job on node15 at 2009-05-02 15:38:47