Trace number 1833696

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
MiniSAT 09z 2009-03-22? (TO) 1200.02 1200.41

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-25-s100.cnf
MD5SUMc4b5df05f50ec97b624a18161f6d43b5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark363.481
Satisfiable
(Un)Satisfiability was proved
Number of variables31931
Number of clauses96111
Sum of the clauses size226723
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261482
Number of clauses of size 334565
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 Parsing...
0.00/0.08	c ==============================================================================
0.00/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.08	c ==============================================================================
0.00/0.08	c |         0 |   95911   226247 |   28773       0        0     nan |  0.000 % |
1.29/1.37	c |         0 |   59414   177649 |      --       0       --      -- |     --   | -36157/-47622
1.29/1.37	c ==============================================================================
1.29/1.37	c Result  :   #vars: 14275   #clauses: 59414   #literals: 177649
1.29/1.37	c CPU time:   1.3338 s
1.29/1.37	c ==============================================================================
1.38/1.44	c WARNING: for repeatability, setting FPU to use double precision
1.38/1.44	c Number of variables   : 14275        
1.38/1.44	c Number of clauses     : 59414        
1.38/1.48	c Parsing time: 0.03         s
1200.00/1200.40	HOME/SatELiteGTI: line 36:  5579 Terminated              $MS $2 $TMP.cnf $TMP.result

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-1833696-1242824687/watcher-1833696-1242824687 -o /tmp/evaluation-result-1833696-1242824687/solver-1833696-1242824687 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1833696-1242824687.cnf -random-seed=330611335 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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.91 0.97 0.99 3/64 5573
/proc/meminfo: memFree=1970848/2055920 swapFree=4180380/4192956
[pid=5573] ppid=5571 vsize=5356 CPUtime=0
/proc/5573/stat : 5573 (SatELiteGTI) S 5571 5573 5401 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310502160 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5573/statm: 1339 237 197 169 0 50 0

[startup+0.044852 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 5573
/proc/meminfo: memFree=1970848/2055920 swapFree=4180380/4192956
[pid=5573] ppid=5571 vsize=5356 CPUtime=0
/proc/5573/stat : 5573 (SatELiteGTI) S 5571 5573 5401 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310502160 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5573/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101859 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 5573
/proc/meminfo: memFree=1970848/2055920 swapFree=4180380/4192956
[pid=5573] ppid=5571 vsize=5356 CPUtime=0
/proc/5573/stat : 5573 (SatELiteGTI) S 5571 5573 5401 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310502160 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5573/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301885 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 5573
/proc/meminfo: memFree=1970848/2055920 swapFree=4180380/4192956
[pid=5573] ppid=5571 vsize=5356 CPUtime=0
/proc/5573/stat : 5573 (SatELiteGTI) S 5571 5573 5401 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310502160 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5573/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701938 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 5573
/proc/meminfo: memFree=1970848/2055920 swapFree=4180380/4192956
[pid=5573] ppid=5571 vsize=5356 CPUtime=0
/proc/5573/stat : 5573 (SatELiteGTI) S 5571 5573 5401 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310502160 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5573/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50205 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 5578
/proc/meminfo: memFree=1952464/2055920 swapFree=4180380/4192956
[pid=5573] ppid=5571 vsize=5356 CPUtime=1.43
/proc/5573/stat : 5573 (SatELiteGTI) S 5571 5573 5401 0 -1 4194304 335 4307 0 0 0 0 139 4 16 0 1 0 310502160 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 5356

[startup+3.10125 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 5579
/proc/meminfo: memFree=1960272/2055920 swapFree=4180380/4192956
[pid=5573] ppid=5571 vsize=5356 CPUtime=1.43
/proc/5573/stat : 5573 (SatELiteGTI) S 5571 5573 5401 0 -1 4194304 335 4307 0 0 0 0 139 4 16 0 1 0 310502160 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 1339 239 197 169 0 50 0
[pid=5579] ppid=5573 vsize=6088 CPUtime=1.63
/proc/5579/stat : 5579 (minisat_static) R 5573 5573 5401 0 -1 4194304 1371 0 0 0 163 0 0 0 25 0 1 0 310502304 6234112 1357 1992294400 134512640 135212243 4294956240 18446744073709551615 134525921 0 0 4096 3 0 0 0 17 1 0 0
/proc/5579/statm: 1522 1357 76 170 0 1349 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 11444

[startup+6.30168 s]
/proc/loadavg: 0.92 0.97 0.99 2/66 5579
/proc/meminfo: memFree=1960016/2055920 swapFree=4180380/4192956
[pid=5573] ppid=5571 vsize=5356 CPUtime=1.43
/proc/5573/stat : 5573 (SatELiteGTI) S 5571 5573 5401 0 -1 4194304 335 4307 0 0 0 0 139 4 16 0 1 0 310502160 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 1339 239 197 169 0 50 0
[pid=5579] ppid=5573 vsize=6220 CPUtime=4.83
/proc/5579/stat : 5579 (minisat_static) R 5573 5573 5401 0 -1 4194304 1401 0 0 0 483 0 0 0 25 0 1 0 310502304 6369280 1387 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/5579/statm: 1555 1387 76 170 0 1382 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 11576

[startup+12.7015 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 5579
/proc/meminfo: memFree=1959696/2055920 swapFree=4180380/4192956
[pid=5573] ppid=5571 vsize=5356 CPUtime=1.43
/proc/5573/stat : 5573 (SatELiteGTI) S 5571 5573 5401 0 -1 4194304 335 4307 0 0 0 0 139 4 16 0 1 0 310502160 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 1339 239 197 169 0 50 0
[pid=5579] ppid=5573 vsize=6484 CPUtime=11.24
/proc/5579/stat : 5579 (minisat_static) R 5573 5573 5401 0 -1 4194304 1461 0 0 0 1123 1 0 0 25 0 1 0 310502304 6639616 1447 1992294400 134512640 135212243 4294956240 18446744073709551615 134526055 0 0 4096 3 0 0 0 17 1 0 0
/proc/5579/statm: 1621 1447 76 170 0 1448 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 11840

[startup+25.5012 s]
/proc/loadavg: 0.94 0.97 0.99 2/66 5579
/proc/meminfo: memFree=1959248/2055920 swapFree=4180380/4192956
[pid=5573] ppid=5571 vsize=5356 CPUtime=1.43
/proc/5573/stat : 5573 (SatELiteGTI) S 5571 5573 5401 0 -1 4194304 335 4307 0 0 0 0 139 4 16 0 1 0 310502160 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 1339 239 197 169 0 50 0
[pid=5579] ppid=5573 vsize=7036 CPUtime=24.03
/proc/5579/stat : 5579 (minisat_static) R 5573 5573 5401 0 -1 4194304 1599 0 0 0 2402 1 0 0 25 0 1 0 310502304 7204864 1585 1992294400 134512640 135212243 4294956240 18446744073709551615 134526010 0 0 4096 3 0 0 0 17 1 0 0
/proc/5579/statm: 1759 1585 76 170 0 1586 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 12392

[startup+51.1016 s]
/proc/loadavg: 0.96 0.97 0.99 2/66 5579
/proc/meminfo: memFree=1958224/2055920 swapFree=4180380/4192956
[pid=5573] ppid=5571 vsize=5356 CPUtime=1.43
/proc/5573/stat : 5573 (SatELiteGTI) S 5571 5573 5401 0 -1 4194304 335 4307 0 0 0 0 139 4 16 0 1 0 310502160 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 1339 239 197 169 0 50 0
[pid=5579] ppid=5573 vsize=8032 CPUtime=49.62
/proc/5579/stat : 5579 (minisat_static) R 5573 5573 5401 0 -1 4194304 1844 0 0 0 4961 1 0 0 25 0 1 0 310502304 8224768 1830 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/5579/statm: 2008 1830 76 170 0 1835 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 13388

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 2/66 5579
/proc/meminfo: memFree=1955792/2055920 swapFree=4180380/4192956
[pid=5573] ppid=5571 vsize=5356 CPUtime=1.43
/proc/5573/stat : 5573 (SatELiteGTI) S 5571 5573 5401 0 -1 4194304 335 4307 0 0 0 0 139 4 16 0 1 0 310502160 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 1339 239 197 169 0 50 0
[pid=5579] ppid=5573 vsize=10424 CPUtime=100.81
/proc/5579/stat : 5579 (minisat_static) R 5573 5573 5401 0 -1 4194304 2456 0 0 0 10078 3 0 0 25 0 1 0 310502304 10674176 2442 1992294400 134512640 135212243 4294956240 18446744073709551615 134535293 0 0 4096 3 0 0 0 17 1 0 0
/proc/5579/statm: 2606 2442 76 170 0 2433 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 15780

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5579
/proc/meminfo: memFree=1953552/2055920 swapFree=4180380/4192956
[pid=5573] ppid=5571 vsize=5356 CPUtime=1.43
/proc/5573/stat : 5573 (SatELiteGTI) S 5571 5573 5401 0 -1 4194304 335 4307 0 0 0 0 139 4 16 0 1 0 310502160 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 1339 239 197 169 0 50 0
[pid=5579] ppid=5573 vsize=12736 CPUtime=160.79
/proc/5579/stat : 5579 (minisat_static) R 5573 5573 5401 0 -1 4194304 3023 0 0 0 16076 3 0 0 25 0 1 0 310502304 13041664 3009 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/5579/statm: 3184 3009 76 170 0 3011 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 18092

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5579
/proc/meminfo: memFree=1951440/2055920 swapFree=4180380/4192956
[pid=5573] ppid=5571 vsize=5356 CPUtime=1.43
/proc/5573/stat : 5573 (SatELiteGTI) S 5571 5573 5401 0 -1 4194304 335 4307 0 0 0 0 139 4 16 0 1 0 310502160 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 1339 239 197 169 0 50 0
[pid=5579] ppid=5573 vsize=14864 CPUtime=220.77
/proc/5579/stat : 5579 (minisat_static) R 5573 5573 5401 0 -1 4194304 3532 0 0 0 22073 4 0 0 25 0 1 0 310502304 15220736 3518 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/5579/statm: 3716 3518 76 170 0 3543 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 20220

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5579
/proc/meminfo: memFree=1949392/2055920 swapFree=4180380/4192956
[pid=5573] ppid=5571 vsize=5356 CPUtime=1.43
/proc/5573/stat : 5573 (SatELiteGTI) S 5571 5573 5401 0 -1 4194304 335 4307 0 0 0 0 139 4 16 0 1 0 310502160 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 1339 239 197 169 0 50 0
[pid=5579] ppid=5573 vsize=16920 CPUtime=280.76
/proc/5579/stat : 5579 (minisat_static) R 5573 5573 5401 0 -1 4194304 4042 0 0 0 28071 5 0 0 25 0 1 0 310502304 17326080 4028 1992294400 134512640 135212243 4294956240 18446744073709551615 134526019 0 0 4096 3 0 0 0 17 1 0 0
/proc/5579/statm: 4230 4028 76 170 0 4057 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 22276

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5579
/proc/meminfo: memFree=1947600/2055920 swapFree=4180380/4192956
[pid=5573] ppid=5571 vsize=5356 CPUtime=1.43
/proc/5573/stat : 5573 (SatELiteGTI) S 5571 5573 5401 0 -1 4194304 335 4307 0 0 0 0 139 4 16 0 1 0 310502160 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 1339 239 197 169 0 50 0
[pid=5579] ppid=5573 vsize=18664 CPUtime=340.73
/proc/5579/stat : 5579 (minisat_static) R 5573 5573 5401 0 -1 4194304 4470 0 0 0 34068 5 0 0 25 0 1 0 310502304 19111936 4456 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/5579/statm: 4666 4456 76 170 0 4493 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 24020

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5579
/proc/meminfo: memFree=1947216/2055920 swapFree=4180380/4192956
[pid=5573] ppid=5571 vsize=5356 CPUtime=1.43
/proc/5573/stat : 5573 (SatELiteGTI) S 5571 5573 5401 0 -1 4194304 335 4307 0 0 0 0 139 4 16 0 1 0 310502160 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 1339 239 197 169 0 50 0
[pid=5579] ppid=5573 vsize=19052 CPUtime=400.71
/proc/5579/stat : 5579 (minisat_static) R 5573 5573 5401 0 -1 4194304 4573 0 0 0 40066 5 0 0 25 0 1 0 310502304 19509248 4559 1992294400 134512640 135212243 4294956240 18446744073709551615 134526257 0 0 4096 3 0 0 0 17 1 0 0
/proc/5579/statm: 4763 4559 76 170 0 4590 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 24408

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5579
/proc/meminfo: memFree=1947152/2055920 swapFree=4180380/4192956
[pid=5573] ppid=5571 vsize=5356 CPUtime=1.43

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

[pid=5579] ppid=5573 vsize=19188 CPUtime=460.69
/proc/5579/stat : 5579 (minisat_static) R 5573 5573 5401 0 -1 4194304 4578 0 0 0 46064 5 0 0 25 0 1 0 310502304 19648512 4564 1992294400 134512640 135212243 4294956240 18446744073709551615 134526019 0 0 4096 3 0 0 0 17 1 0 0
/proc/5579/statm: 4797 4564 76 170 0 4624 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 24544

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5579
/proc/meminfo: memFree=1947088/2055920 swapFree=4180380/4192956
[pid=5573] ppid=5571 vsize=5356 CPUtime=1.43
/proc/5573/stat : 5573 (SatELiteGTI) S 5571 5573 5401 0 -1 4194304 335 4307 0 0 0 0 139 4 16 0 1 0 310502160 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 1339 239 197 169 0 50 0
[pid=5579] ppid=5573 vsize=19188 CPUtime=520.68
/proc/5579/stat : 5579 (minisat_static) R 5573 5573 5401 0 -1 4194304 4594 0 0 0 52062 6 0 0 25 0 1 0 310502304 19648512 4580 1992294400 134512640 135212243 4294956240 18446744073709551615 134526019 0 0 4096 3 0 0 0 17 1 0 0
/proc/5579/statm: 4797 4580 76 170 0 4624 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 24544

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5579
/proc/meminfo: memFree=1946960/2055920 swapFree=4180380/4192956
[pid=5573] ppid=5571 vsize=5356 CPUtime=1.43
/proc/5573/stat : 5573 (SatELiteGTI) S 5571 5573 5401 0 -1 4194304 335 4307 0 0 0 0 139 4 16 0 1 0 310502160 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 1339 239 197 169 0 50 0
[pid=5579] ppid=5573 vsize=19332 CPUtime=580.66
/proc/5579/stat : 5579 (minisat_static) R 5573 5573 5401 0 -1 4194304 4619 0 0 0 58060 6 0 0 25 0 1 0 310502304 19795968 4605 1992294400 134512640 135212243 4294956240 18446744073709551615 134527698 0 0 4096 3 0 0 0 17 1 0 0
/proc/5579/statm: 4833 4605 76 170 0 4660 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 24688

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5579
/proc/meminfo: memFree=1946640/2055920 swapFree=4180380/4192956
[pid=5573] ppid=5571 vsize=5356 CPUtime=1.43
/proc/5573/stat : 5573 (SatELiteGTI) S 5571 5573 5401 0 -1 4194304 335 4307 0 0 0 0 139 4 16 0 1 0 310502160 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 1339 239 197 169 0 50 0
[pid=5579] ppid=5573 vsize=19640 CPUtime=640.64
/proc/5579/stat : 5579 (minisat_static) R 5573 5573 5401 0 -1 4194304 4677 0 0 0 64058 6 0 0 25 0 1 0 310502304 20111360 4663 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/5579/statm: 4910 4663 76 170 0 4737 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 24996

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5579
/proc/meminfo: memFree=1946000/2055920 swapFree=4180380/4192956
[pid=5573] ppid=5571 vsize=5356 CPUtime=1.43
/proc/5573/stat : 5573 (SatELiteGTI) S 5571 5573 5401 0 -1 4194304 335 4307 0 0 0 0 139 4 16 0 1 0 310502160 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 1339 239 197 169 0 50 0
[pid=5579] ppid=5573 vsize=20168 CPUtime=700.62
/proc/5579/stat : 5579 (minisat_static) R 5573 5573 5401 0 -1 4194304 4840 0 0 0 70056 6 0 0 25 0 1 0 310502304 20652032 4826 1992294400 134512640 135212243 4294956240 18446744073709551615 134538404 0 0 4096 3 0 0 0 17 1 0 0
/proc/5579/statm: 5042 4826 76 170 0 4869 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 25524

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5579
/proc/meminfo: memFree=1945616/2055920 swapFree=4180380/4192956
[pid=5573] ppid=5571 vsize=5356 CPUtime=1.43
/proc/5573/stat : 5573 (SatELiteGTI) S 5571 5573 5401 0 -1 4194304 335 4307 0 0 0 0 139 4 16 0 1 0 310502160 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 1339 239 197 169 0 50 0
[pid=5579] ppid=5573 vsize=20460 CPUtime=760.61
/proc/5579/stat : 5579 (minisat_static) R 5573 5573 5401 0 -1 4194304 4932 0 0 0 76054 7 0 0 25 0 1 0 310502304 20951040 4918 1992294400 134512640 135212243 4294956240 18446744073709551615 134526132 0 0 4096 3 0 0 0 17 1 0 0
/proc/5579/statm: 5115 4918 76 170 0 4942 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 25816

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5579
/proc/meminfo: memFree=1945552/2055920 swapFree=4180380/4192956
[pid=5573] ppid=5571 vsize=5356 CPUtime=1.43
/proc/5573/stat : 5573 (SatELiteGTI) S 5571 5573 5401 0 -1 4194304 335 4307 0 0 0 0 139 4 16 0 1 0 310502160 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 1339 239 197 169 0 50 0
[pid=5579] ppid=5573 vsize=20460 CPUtime=820.59
/proc/5579/stat : 5579 (minisat_static) R 5573 5573 5401 0 -1 4194304 4932 0 0 0 82052 7 0 0 25 0 1 0 310502304 20951040 4918 1992294400 134512640 135212243 4294956240 18446744073709551615 134535961 0 0 4096 3 0 0 0 17 1 0 0
/proc/5579/statm: 5115 4918 76 170 0 4942 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 25816

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5579
/proc/meminfo: memFree=1945552/2055920 swapFree=4180380/4192956
[pid=5573] ppid=5571 vsize=5356 CPUtime=1.43
/proc/5573/stat : 5573 (SatELiteGTI) S 5571 5573 5401 0 -1 4194304 335 4307 0 0 0 0 139 4 16 0 1 0 310502160 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 1339 239 197 169 0 50 0
[pid=5579] ppid=5573 vsize=20460 CPUtime=880.57
/proc/5579/stat : 5579 (minisat_static) R 5573 5573 5401 0 -1 4194304 4932 0 0 0 88050 7 0 0 25 0 1 0 310502304 20951040 4918 1992294400 134512640 135212243 4294956240 18446744073709551615 134536939 0 0 4096 3 0 0 0 17 1 0 0
/proc/5579/statm: 5115 4918 76 170 0 4942 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 25816

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5579
/proc/meminfo: memFree=1945488/2055920 swapFree=4180380/4192956
[pid=5573] ppid=5571 vsize=5356 CPUtime=1.43
/proc/5573/stat : 5573 (SatELiteGTI) S 5571 5573 5401 0 -1 4194304 335 4307 0 0 0 0 139 4 16 0 1 0 310502160 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 1339 239 197 169 0 50 0
[pid=5579] ppid=5573 vsize=20460 CPUtime=940.55
/proc/5579/stat : 5579 (minisat_static) R 5573 5573 5401 0 -1 4194304 4932 0 0 0 94048 7 0 0 25 0 1 0 310502304 20951040 4918 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/5579/statm: 5115 4918 76 170 0 4942 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 25816

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5579
/proc/meminfo: memFree=1945488/2055920 swapFree=4180380/4192956
[pid=5573] ppid=5571 vsize=5356 CPUtime=1.43
/proc/5573/stat : 5573 (SatELiteGTI) S 5571 5573 5401 0 -1 4194304 335 4307 0 0 0 0 139 4 16 0 1 0 310502160 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 1339 239 197 169 0 50 0
[pid=5579] ppid=5573 vsize=20460 CPUtime=1000.53
/proc/5579/stat : 5579 (minisat_static) R 5573 5573 5401 0 -1 4194304 4933 0 0 0 100046 7 0 0 25 0 1 0 310502304 20951040 4919 1992294400 134512640 135212243 4294956240 18446744073709551615 134526086 0 0 4096 3 0 0 0 17 1 0 0
/proc/5579/statm: 5115 4919 76 170 0 4942 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 25816

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5579
/proc/meminfo: memFree=1945360/2055920 swapFree=4180380/4192956
[pid=5573] ppid=5571 vsize=5356 CPUtime=1.43
/proc/5573/stat : 5573 (SatELiteGTI) S 5571 5573 5401 0 -1 4194304 335 4307 0 0 0 0 139 4 16 0 1 0 310502160 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 1339 239 197 169 0 50 0
[pid=5579] ppid=5573 vsize=20604 CPUtime=1060.51
/proc/5579/stat : 5579 (minisat_static) R 5573 5573 5401 0 -1 4194304 4955 0 0 0 106044 7 0 0 25 0 1 0 310502304 21098496 4941 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/5579/statm: 5151 4941 76 170 0 4978 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 25960

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5579
/proc/meminfo: memFree=1944272/2055920 swapFree=4180380/4192956
[pid=5573] ppid=5571 vsize=5356 CPUtime=1.43
/proc/5573/stat : 5573 (SatELiteGTI) S 5571 5573 5401 0 -1 4194304 335 4307 0 0 0 0 139 4 16 0 1 0 310502160 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 1339 239 197 169 0 50 0
[pid=5579] ppid=5573 vsize=21724 CPUtime=1120.5
/proc/5579/stat : 5579 (minisat_static) R 5573 5573 5401 0 -1 4194304 5220 0 0 0 112042 8 0 0 25 0 1 0 310502304 22245376 5206 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/5579/statm: 5431 5206 76 170 0 5258 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 27080

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5579
/proc/meminfo: memFree=1944208/2055920 swapFree=4180380/4192956
[pid=5573] ppid=5571 vsize=5356 CPUtime=1.43
/proc/5573/stat : 5573 (SatELiteGTI) S 5571 5573 5401 0 -1 4194304 335 4307 0 0 0 0 139 4 16 0 1 0 310502160 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 1339 239 197 169 0 50 0
[pid=5579] ppid=5573 vsize=21724 CPUtime=1180.48
/proc/5579/stat : 5579 (minisat_static) R 5573 5573 5401 0 -1 4194304 5220 0 0 0 118040 8 0 0 25 0 1 0 310502304 22245376 5206 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/5579/statm: 5431 5206 76 170 0 5258 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 27080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5579
/proc/meminfo: memFree=1944208/2055920 swapFree=4180380/4192956
[pid=5573] ppid=5571 vsize=5356 CPUtime=1.43
/proc/5573/stat : 5573 (SatELiteGTI) S 5571 5573 5401 0 -1 4194304 335 4307 0 0 0 0 139 4 16 0 1 0 310502160 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 1339 239 197 169 0 50 0
[pid=5579] ppid=5573 vsize=21724 CPUtime=1198.57
/proc/5579/stat : 5579 (minisat_static) R 5573 5573 5401 0 -1 4194304 5220 0 0 0 119849 8 0 0 25 0 1 0 310502304 22245376 5206 1992294400 134512640 135212243 4294956240 18446744073709551615 134526154 0 0 4096 3 0 0 0 17 1 0 0
/proc/5579/statm: 5431 5206 76 170 0 5258 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 27080

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)
Real time (s): 1200.41
CPU time (s): 1200.02
CPU user time (s): 1199.89
CPU system time (s): 0.13098
CPU usage (%): 99.9678
Max. virtual memory (cumulated for all children) (KiB): 27080

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

runsolver used 1.45178 second user time and 2.89956 second system time

The end

Launcher Data

Begin job on node13 at 2009-05-20 15:04:47
IDJOB=1833696
IDBENCH=70878
IDSOLVER=672
FILE ID=node13/1833696-1242824687
PBS_JOBID= 9322477
Free space on /tmp= 66428 MiB

SOLVER NAME= MiniSAT 09z 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-25-s100.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -random-seed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1833696-1242824687/watcher-1833696-1242824687 -o /tmp/evaluation-result-1833696-1242824687/solver-1833696-1242824687 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1833696-1242824687.cnf -random-seed=330611335

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

MD5SUM BENCH= c4b5df05f50ec97b624a18161f6d43b5
RANDOM SEED=330611335

node13.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.227
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.227
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:       1971328 kB
Buffers:         16896 kB
Cached:          31456 kB
SwapCached:       6864 kB
Active:          28244 kB
Inactive:        29096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1971328 kB
SwapTotal:     4192956 kB
SwapFree:      4180380 kB
Dirty:            3104 kB
Writeback:           0 kB
Mapped:          13920 kB
Slab:            13252 kB
Committed_AS:   956080 kB
PageTables:       1460 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= 66420 MiB
End job on node13 at 2009-05-20 15:24:49