Trace number 1820726

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
BinMiniSat 2009-03-21UNSAT 186.72 186.711

General information on the benchmark

Nameschup-l2s-abp4-1-k31.cnf
MD5SUM2ec4066bd8381455b1990aa40b382ff0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.75
Satisfiable
(Un)Satisfiability was proved
Number of variables14809
Number of clauses48483
Sum of the clauses size123522
Maximum clause length33
Minimum clause length1
Number of clauses of size 136
Number of clauses of size 224983
Number of clauses of size 322191
Number of clauses of size 4589
Number of clauses of size 5403
Number of clauses of size over 5281

Solver Data

0.00/0.00	c Parsing...
0.01/0.05	c ==============================================================================
0.01/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.01/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.01/0.05	c ==============================================================================
0.01/0.05	c |         0 |   48182   122630 |   14454       0        0     nan |  0.000 % |
0.01/0.40	c |         0 |   22536    72394 |      --       0       --      -- |     --   | -25100/-48787
0.01/0.40	c ==============================================================================
0.01/0.40	c Result  :   #vars: 4673   #clauses: 22536   #literals: 72394
0.01/0.40	c CPU time:   0.4 s
0.01/0.40	c ==============================================================================
0.01/0.43	This is MiniSat 2.0 beta
0.01/0.43	WARNING: for repeatability, setting FPU to use double precision
0.01/0.43	============================[ Problem Statistics ]=============================
0.01/0.43	|                                                                             |
0.01/0.43	|  Number of variables:  4673                                                 |
0.01/0.43	|  Number of clauses:    22536                                                |
0.01/0.44	|  Parsing time:         0.01         s                                       |
0.01/0.44	============================[ Search Statistics ]==============================
0.01/0.44	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.01/0.44	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.01/0.44	===============================================================================
0.01/0.44	|         0 |    4673    22536    72394 |     7512        0    nan |  0.000 % |
0.01/0.46	|       102 |    4673    22536    72394 |     8263      102      9 |  0.000 % |
0.01/0.47	|       252 |    4673    22536    72394 |     9089      252      8 |  0.000 % |
0.01/0.49	|       479 |    4673    22536    72394 |     9998      479      7 |  0.000 % |
0.01/0.51	|       816 |    4669    22502    72266 |    10998      815      8 |  0.086 % |
0.44/0.55	|      1324 |    4669    22502    72266 |    12098     1323     13 |  0.086 % |
0.44/0.64	|      2083 |    4669    22502    72266 |    13307     2082     15 |  0.086 % |
0.44/0.74	|      3222 |    4669    22502    72266 |    14638     3221     19 |  0.086 % |
0.44/0.92	|      4930 |    4668    22496    72248 |    16102     4928     19 |  0.107 % |
1.23/1.23	|      7492 |    4668    22496    72248 |    17712     7490     21 |  0.107 % |
1.83/1.82	|     11336 |    4668    22496    72248 |    19484    11334     22 |  0.108 % |
2.93/2.96	|     17103 |    4668    22496    72248 |    21432    17101     27 |  0.107 % |
5.33/5.37	|     25753 |    4668    22496    72248 |    23575    14872     21 |  0.107 % |
10.03/10.08	|     38727 |    4668    22496    72248 |    25933    15589     39 |  0.107 % |
15.63/15.63	|     58188 |    4668    22496    72248 |    28526    21961     23 |  0.107 % |
29.63/29.68	|     87381 |    4668    22496    72248 |    31379    22110     29 |  0.107 % |
51.82/51.86	|    131170 |    4668    22496    72248 |    34517    18094     23 |  0.107 % |
86.12/86.15	|    196854 |    4666    22490    72233 |    37969    30544     33 |  0.150 % |
138.03/138.08	|    295380 |    4665    22452    72151 |    41766    30046     25 |  0.171 % |
186.63/186.70	===============================================================================
186.63/186.70	restarts              : 19
186.63/186.70	conflicts             : 386568         (2076 /sec)
186.63/186.70	decisions             : 530356         (1.42 % random) (2848 /sec)
186.63/186.70	propagations          : 149284161      (801698 /sec)
186.63/186.70	conflict literals     : 11516214       (43.79 % deleted)
186.63/186.70	Memory used           : 10.78 MB
186.63/186.70	CPU time              : 186.21 s
186.63/186.70	
186.63/186.70	UNSATISFIABLE
186.63/186.70	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1820726-1242471537/watcher-1820726-1242471537 -o /tmp/evaluation-result-1820726-1242471537/solver-1820726-1242471537 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820726-1242471537.cnf 

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

[startup+0 s]
/proc/loadavg: 0.94 1.01 0.99 3/91 9734
/proc/meminfo: memFree=1635824/2074464 swapFree=1953004/1959888
[pid=9734] ppid=9732 vsize=9596 CPUtime=0.01
/proc/9734/stat : 9734 (runsolver) R 9732 9090 9090 0 -1 4202560 4 0 0 0 0 1 0 0 19 0 1 0 1011654054 9826304 14 4294967295 134512640 135670194 3214515232 3214512984 135164836 0 0 0 24578 0 0 0 17 2 0 0 0
/proc/9734/statm: 2399 14 1 283 0 2114 0
Current StackSize limit: 8192 KiB


[startup+0.040053 s]
/proc/loadavg: 0.94 1.01 0.99 3/91 9734
/proc/meminfo: memFree=1635824/2074464 swapFree=1953004/1959888
[pid=9734] ppid=9732 vsize=2416 CPUtime=0.01
/proc/9734/stat : 9734 (SatELiteGTI) S 9732 9734 9090 0 -1 4194304 367 646 0 0 0 1 0 0 19 0 1 0 1011654054 2473984 277 4294967295 134512640 135169312 3214109824 3214108360 3085844206 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/9734/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2416

[startup+0.120048 s]
/proc/loadavg: 0.94 1.01 0.99 3/91 9734
/proc/meminfo: memFree=1635824/2074464 swapFree=1953004/1959888
[pid=9734] ppid=9732 vsize=2416 CPUtime=0.01
/proc/9734/stat : 9734 (SatELiteGTI) S 9732 9734 9090 0 -1 4194304 367 646 0 0 0 1 0 0 19 0 1 0 1011654054 2473984 277 4294967295 134512640 135169312 3214109824 3214108360 3085844206 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/9734/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2416

[startup+0.320039 s]
/proc/loadavg: 0.94 1.01 0.99 3/91 9734
/proc/meminfo: memFree=1635824/2074464 swapFree=1953004/1959888
[pid=9734] ppid=9732 vsize=2416 CPUtime=0.01
/proc/9734/stat : 9734 (SatELiteGTI) S 9732 9734 9090 0 -1 4194304 367 646 0 0 0 1 0 0 19 0 1 0 1011654054 2473984 277 4294967295 134512640 135169312 3214109824 3214108360 3085844206 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/9734/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2416

[startup+0.720019 s]
/proc/loadavg: 0.94 1.01 0.99 3/91 9734
/proc/meminfo: memFree=1635824/2074464 swapFree=1953004/1959888
[pid=9734] ppid=9732 vsize=2420 CPUtime=0.44
/proc/9734/stat : 9734 (SatELiteGTI) S 9732 9734 9090 0 -1 4194304 386 2818 0 0 0 1 43 0 16 0 1 0 1011654054 2478080 278 4294967295 134512640 135169312 3214109824 3214106040 3085844206 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9734/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 2420

[startup+1.51998 s]
/proc/loadavg: 0.94 1.01 0.99 2/93 9740
/proc/meminfo: memFree=1631824/2074464 swapFree=1953004/1959888
[pid=9734] ppid=9732 vsize=2420 CPUtime=0.44
/proc/9734/stat : 9734 (SatELiteGTI) S 9732 9734 9090 0 -1 4194304 386 2818 0 0 0 1 43 0 16 0 1 0 1011654054 2478080 278 4294967295 134512640 135169312 3214109824 3214106040 3085844206 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9734/statm: 605 278 235 161 0 44 0
[pid=9740] ppid=9734 vsize=4416 CPUtime=1.09
/proc/9740/stat : 9740 (minisat_static) R 9734 9734 9090 0 -1 4202496 888 0 0 0 109 0 0 0 22 0 1 0 1011654098 4521984 823 4294967295 134512640 135216011 3217950848 3217949200 134527243 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9740/statm: 1104 823 71 172 0 931 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 6836

[startup+3.1199 s]
/proc/loadavg: 0.94 1.01 0.99 2/93 9740
/proc/meminfo: memFree=1630708/2074464 swapFree=1953004/1959888
[pid=9734] ppid=9732 vsize=2420 CPUtime=0.44
/proc/9734/stat : 9734 (SatELiteGTI) S 9732 9734 9090 0 -1 4194304 386 2818 0 0 0 1 43 0 16 0 1 0 1011654054 2478080 278 4294967295 134512640 135169312 3214109824 3214106040 3085844206 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9734/statm: 605 278 235 161 0 44 0
[pid=9740] ppid=9734 vsize=5868 CPUtime=2.69
/proc/9740/stat : 9740 (minisat_static) R 9734 9734 9090 0 -1 4202496 1235 0 0 0 268 1 0 0 25 0 1 0 1011654098 6008832 1170 4294967295 134512640 135216011 3217950848 3217948992 134536036 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9740/statm: 1467 1170 71 172 0 1294 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 8288

[startup+6.31975 s]
/proc/loadavg: 0.95 1.01 0.99 2/93 9740
/proc/meminfo: memFree=1629344/2074464 swapFree=1953004/1959888
[pid=9734] ppid=9732 vsize=2420 CPUtime=0.44
/proc/9734/stat : 9734 (SatELiteGTI) S 9732 9734 9090 0 -1 4194304 386 2818 0 0 0 1 43 0 16 0 1 0 1011654054 2478080 278 4294967295 134512640 135169312 3214109824 3214106040 3085844206 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9734/statm: 605 278 235 161 0 44 0
[pid=9740] ppid=9734 vsize=6308 CPUtime=5.89
/proc/9740/stat : 9740 (minisat_static) R 9734 9734 9090 0 -1 4202496 1354 0 0 0 588 1 0 0 25 0 1 0 1011654098 6459392 1289 4294967295 134512640 135216011 3217950848 3217949200 134527379 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9740/statm: 1577 1289 71 172 0 1404 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 8728

[startup+12.7194 s]
/proc/loadavg: 0.95 1.01 0.99 2/93 9740
/proc/meminfo: memFree=1627960/2074464 swapFree=1953004/1959888
[pid=9734] ppid=9732 vsize=2420 CPUtime=0.44
/proc/9734/stat : 9734 (SatELiteGTI) S 9732 9734 9090 0 -1 4194304 386 2818 0 0 0 1 43 0 16 0 1 0 1011654054 2478080 278 4294967295 134512640 135169312 3214109824 3214106040 3085844206 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9734/statm: 605 278 235 161 0 44 0
[pid=9740] ppid=9734 vsize=7764 CPUtime=12.29
/proc/9740/stat : 9740 (minisat_static) R 9734 9734 9090 0 -1 4202496 1739 0 0 0 1228 1 0 0 25 0 1 0 1011654098 7950336 1674 4294967295 134512640 135216011 3217950848 3217949200 134527410 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9740/statm: 1941 1674 71 172 0 1768 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 10184

[startup+25.5188 s]
/proc/loadavg: 0.96 1.01 0.99 2/93 9740
/proc/meminfo: memFree=1627684/2074464 swapFree=1953004/1959888
[pid=9734] ppid=9732 vsize=2420 CPUtime=0.44
/proc/9734/stat : 9734 (SatELiteGTI) S 9732 9734 9090 0 -1 4194304 386 2818 0 0 0 1 43 0 16 0 1 0 1011654054 2478080 278 4294967295 134512640 135169312 3214109824 3214106040 3085844206 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9734/statm: 605 278 235 161 0 44 0
[pid=9740] ppid=9734 vsize=8192 CPUtime=25.09
/proc/9740/stat : 9740 (minisat_static) R 9734 9734 9090 0 -1 4202496 1810 0 0 0 2508 1 0 0 25 0 1 0 1011654098 8388608 1745 4294967295 134512640 135216011 3217950848 3217949200 134527330 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9740/statm: 2048 1745 71 172 0 1875 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 10612

[startup+51.1076 s]
/proc/loadavg: 1.05 1.02 1.00 2/93 9748
/proc/meminfo: memFree=1626576/2074464 swapFree=1953004/1959888
[pid=9734] ppid=9732 vsize=2420 CPUtime=0.44
/proc/9734/stat : 9734 (SatELiteGTI) S 9732 9734 9090 0 -1 4194304 386 2818 0 0 0 1 43 0 16 0 1 0 1011654054 2478080 278 4294967295 134512640 135169312 3214109824 3214106040 3085844206 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9734/statm: 605 278 235 161 0 44 0
[pid=9740] ppid=9734 vsize=8868 CPUtime=50.68
/proc/9740/stat : 9740 (minisat_static) R 9734 9734 9090 0 -1 4202496 2002 0 0 0 5063 5 0 0 25 0 1 0 1011654098 9080832 1937 4294967295 134512640 135216011 3217950848 3217949200 134527548 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9740/statm: 2217 1937 71 172 0 2044 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 11288

[startup+102.315 s]
/proc/loadavg: 1.02 1.02 1.00 2/93 9933
/proc/meminfo: memFree=1624964/2074464 swapFree=1953004/1959888
[pid=9734] ppid=9732 vsize=2420 CPUtime=0.44
/proc/9734/stat : 9734 (SatELiteGTI) S 9732 9734 9090 0 -1 4194304 386 2818 0 0 0 1 43 0 16 0 1 0 1011654054 2478080 278 4294967295 134512640 135169312 3214109824 3214106040 3085844206 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9734/statm: 605 278 235 161 0 44 0
[pid=9740] ppid=9734 vsize=10604 CPUtime=101.89
/proc/9740/stat : 9740 (minisat_static) R 9734 9734 9090 0 -1 4202496 2431 0 0 0 10183 6 0 0 25 0 1 0 1011654098 10858496 2366 4294967295 134512640 135216011 3217950848 3217949200 134527548 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9740/statm: 2651 2366 71 172 0 2478 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 13024

[startup+162.312 s]
/proc/loadavg: 1.01 1.01 1.00 2/93 10122
/proc/meminfo: memFree=1624344/2074464 swapFree=1953004/1959888
[pid=9734] ppid=9732 vsize=2420 CPUtime=0.44
/proc/9734/stat : 9734 (SatELiteGTI) S 9732 9734 9090 0 -1 4194304 386 2818 0 0 0 1 43 0 16 0 1 0 1011654054 2478080 278 4294967295 134512640 135169312 3214109824 3214106040 3085844206 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9734/statm: 605 278 235 161 0 44 0
[pid=9740] ppid=9734 vsize=11036 CPUtime=161.89
/proc/9740/stat : 9740 (minisat_static) R 9734 9734 9090 0 -1 4202496 2500 0 0 0 16183 6 0 0 25 0 1 0 1011654098 11300864 2435 4294967295 134512640 135216011 3217950848 3217949200 134527548 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9740/statm: 2759 2435 71 172 0 2586 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 13456

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

[startup+166.312 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 10122
/proc/meminfo: memFree=1624344/2074464 swapFree=1953004/1959888
[pid=9734] ppid=9732 vsize=2420 CPUtime=0.44
/proc/9734/stat : 9734 (SatELiteGTI) S 9732 9734 9090 0 -1 4194304 386 2818 0 0 0 1 43 0 16 0 1 0 1011654054 2478080 278 4294967295 134512640 135169312 3214109824 3214106040 3085844206 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9734/statm: 605 278 235 161 0 44 0
[pid=9740] ppid=9734 vsize=11036 CPUtime=165.89
/proc/9740/stat : 9740 (minisat_static) R 9734 9734 9090 0 -1 4202496 2501 0 0 0 16583 6 0 0 25 0 1 0 1011654098 11300864 2436 4294967295 134512640 135216011 3217950848 3217949200 134527992 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9740/statm: 2759 2436 71 172 0 2586 0
Current children cumulated CPU time (s) 166.33
Current children cumulated vsize (KiB) 13456

[startup+179.111 s]
/proc/loadavg: 1.00 1.01 1.00 3/93 10306
/proc/meminfo: memFree=1624076/2074464 swapFree=1953004/1959888
[pid=9734] ppid=9732 vsize=2420 CPUtime=0.44
/proc/9734/stat : 9734 (SatELiteGTI) S 9732 9734 9090 0 -1 4194304 386 2818 0 0 0 1 43 0 16 0 1 0 1011654054 2478080 278 4294967295 134512640 135169312 3214109824 3214106040 3085844206 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9734/statm: 605 278 235 161 0 44 0
[pid=9740] ppid=9734 vsize=11036 CPUtime=178.69
/proc/9740/stat : 9740 (minisat_static) R 9734 9734 9090 0 -1 4202496 2515 0 0 0 17862 7 0 0 25 0 1 0 1011654098 11300864 2450 4294967295 134512640 135216011 3217950848 3217949200 134527330 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9740/statm: 2759 2450 71 172 0 2586 0
Current children cumulated CPU time (s) 179.13
Current children cumulated vsize (KiB) 13456

[startup+182.311 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 10306
/proc/meminfo: memFree=1624076/2074464 swapFree=1953004/1959888
[pid=9734] ppid=9732 vsize=2420 CPUtime=0.44
/proc/9734/stat : 9734 (SatELiteGTI) S 9732 9734 9090 0 -1 4194304 386 2818 0 0 0 1 43 0 16 0 1 0 1011654054 2478080 278 4294967295 134512640 135169312 3214109824 3214106040 3085844206 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9734/statm: 605 278 235 161 0 44 0
[pid=9740] ppid=9734 vsize=11036 CPUtime=181.89
/proc/9740/stat : 9740 (minisat_static) R 9734 9734 9090 0 -1 4202496 2515 0 0 0 18182 7 0 0 25 0 1 0 1011654098 11300864 2450 4294967295 134512640 135216011 3217950848 3217949200 134527474 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9740/statm: 2759 2450 71 172 0 2586 0
Current children cumulated CPU time (s) 182.33
Current children cumulated vsize (KiB) 13456

[startup+183.911 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 10306
/proc/meminfo: memFree=1624108/2074464 swapFree=1953004/1959888
[pid=9734] ppid=9732 vsize=2420 CPUtime=0.44
/proc/9734/stat : 9734 (SatELiteGTI) S 9732 9734 9090 0 -1 4194304 386 2818 0 0 0 1 43 0 16 0 1 0 1011654054 2478080 278 4294967295 134512640 135169312 3214109824 3214106040 3085844206 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9734/statm: 605 278 235 161 0 44 0
[pid=9740] ppid=9734 vsize=11036 CPUtime=183.49
/proc/9740/stat : 9740 (minisat_static) R 9734 9734 9090 0 -1 4202496 2515 0 0 0 18342 7 0 0 25 0 1 0 1011654098 11300864 2450 4294967295 134512640 135216011 3217950848 3217949200 134527395 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9740/statm: 2759 2450 71 172 0 2586 0
Current children cumulated CPU time (s) 183.93
Current children cumulated vsize (KiB) 13456

[startup+185.511 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 10306
/proc/meminfo: memFree=1624108/2074464 swapFree=1953004/1959888
[pid=9734] ppid=9732 vsize=2420 CPUtime=0.44
/proc/9734/stat : 9734 (SatELiteGTI) S 9732 9734 9090 0 -1 4194304 386 2818 0 0 0 1 43 0 16 0 1 0 1011654054 2478080 278 4294967295 134512640 135169312 3214109824 3214106040 3085844206 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9734/statm: 605 278 235 161 0 44 0
[pid=9740] ppid=9734 vsize=11036 CPUtime=185.09
/proc/9740/stat : 9740 (minisat_static) R 9734 9734 9090 0 -1 4202496 2515 0 0 0 18502 7 0 0 25 0 1 0 1011654098 11300864 2450 4294967295 134512640 135216011 3217950848 3217949200 134527548 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9740/statm: 2759 2450 71 172 0 2586 0
Current children cumulated CPU time (s) 185.53
Current children cumulated vsize (KiB) 13456

[startup+186.311 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 10306
/proc/meminfo: memFree=1624140/2074464 swapFree=1953004/1959888
[pid=9734] ppid=9732 vsize=2420 CPUtime=0.44
/proc/9734/stat : 9734 (SatELiteGTI) S 9732 9734 9090 0 -1 4194304 386 2818 0 0 0 1 43 0 16 0 1 0 1011654054 2478080 278 4294967295 134512640 135169312 3214109824 3214106040 3085844206 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9734/statm: 605 278 235 161 0 44 0
[pid=9740] ppid=9734 vsize=11036 CPUtime=185.89
/proc/9740/stat : 9740 (minisat_static) R 9734 9734 9090 0 -1 4202496 2515 0 0 0 18582 7 0 0 25 0 1 0 1011654098 11300864 2450 4294967295 134512640 135216011 3217950848 3217949200 134527760 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9740/statm: 2759 2450 71 172 0 2586 0
Current children cumulated CPU time (s) 186.33
Current children cumulated vsize (KiB) 13456

[startup+186.511 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 10306
/proc/meminfo: memFree=1624140/2074464 swapFree=1953004/1959888
[pid=9734] ppid=9732 vsize=2420 CPUtime=0.44
/proc/9734/stat : 9734 (SatELiteGTI) S 9732 9734 9090 0 -1 4194304 386 2818 0 0 0 1 43 0 16 0 1 0 1011654054 2478080 278 4294967295 134512640 135169312 3214109824 3214106040 3085844206 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9734/statm: 605 278 235 161 0 44 0
[pid=9740] ppid=9734 vsize=11036 CPUtime=186.09
/proc/9740/stat : 9740 (minisat_static) R 9734 9734 9090 0 -1 4202496 2515 0 0 0 18602 7 0 0 25 0 1 0 1011654098 11300864 2450 4294967295 134512640 135216011 3217950848 3217949200 134527425 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9740/statm: 2759 2450 71 172 0 2586 0
Current children cumulated CPU time (s) 186.53
Current children cumulated vsize (KiB) 13456

[startup+186.611 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 10306
/proc/meminfo: memFree=1624140/2074464 swapFree=1953004/1959888
[pid=9734] ppid=9732 vsize=2420 CPUtime=0.44
/proc/9734/stat : 9734 (SatELiteGTI) S 9732 9734 9090 0 -1 4194304 386 2818 0 0 0 1 43 0 16 0 1 0 1011654054 2478080 278 4294967295 134512640 135169312 3214109824 3214106040 3085844206 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9734/statm: 605 278 235 161 0 44 0
[pid=9740] ppid=9734 vsize=11036 CPUtime=186.19
/proc/9740/stat : 9740 (minisat_static) R 9734 9734 9090 0 -1 4202496 2515 0 0 0 18612 7 0 0 25 0 1 0 1011654098 11300864 2450 4294967295 134512640 135216011 3217950848 3217949200 134527899 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9740/statm: 2759 2450 71 172 0 2586 0
Current children cumulated CPU time (s) 186.63
Current children cumulated vsize (KiB) 13456

Child status: 20
Real time (s): 186.711
CPU time (s): 186.72
CPU user time (s): 186.64
CPU system time (s): 0.08
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 13456

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi19 at 2009-05-16 12:58:57
IDJOB=1820726
IDBENCH=69566
IDSOLVER=661
FILE ID=tipi19/1820726-1242471537
PBS_JOBID=
Free space on /tmp= 9477 MiB

SOLVER NAME= BinMiniSat 2009-03-21
BENCH NAME= SAT_RACE08/cnf/schup-l2s-abp4-1-k31.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820726-1242471537/watcher-1820726-1242471537 -o /tmp/evaluation-result-1820726-1242471537/solver-1820726-1242471537 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820726-1242471537.cnf

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

MD5SUM BENCH= 2ec4066bd8381455b1990aa40b382ff0
RANDOM SEED= 745907129

Linux tipi19 2.6.18 #19 SMP Tue Jun 19 11:27:27 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.426
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3618.39

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.426
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.77

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.426
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.77

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.426
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.77


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:       1635832 kB
Buffers:         15956 kB
Cached:         342464 kB
SwapCached:       2992 kB
Active:          35500 kB
Inactive:       332572 kB
HighTotal:     1178688 kB
HighFree:       913408 kB
LowTotal:       895776 kB
LowFree:        722424 kB
SwapTotal:     1959888 kB
SwapFree:      1953004 kB
Dirty:            2284 kB
Writeback:           0 kB
AnonPages:        8860 kB
Mapped:           3028 kB
Slab:            62316 kB
PageTables:        468 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    87776 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9477 MiB
End job on tipi19 at 2009-05-16 13:02:04