Trace number 1820500

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_cumr p-2009-03-18UNSAT 26.63 26.6617

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h28-unknown.cnf
MD5SUMccc94758bbd09de3056ff3a062ddfd45
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark23.01
Satisfiable
(Un)Satisfiability was proved
Number of variables113583
Number of clauses649270
Sum of the clauses size1721996
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2537293
Number of clauses of size 3107101
Number of clauses of size 4980
Number of clauses of size 5101
Number of clauses of size over 53519

Solver Data

0.00/0.00	c Parsing...
0.53/0.59	c ==============================================================================
0.53/0.59	c |           |     ORIGINAL     |              LEARNT              |          |
0.53/0.59	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.53/0.59	c ==============================================================================
0.53/0.59	c |         0 |  648970  1721660 |  194690       0        0     nan |  0.000 % |
13.83/13.82	c |         0 |  438148  2475313 |      --       0       --      -- |     --   | -210822/753653
13.83/13.82	c ==============================================================================
13.83/13.82	c Result  :   #vars: 10026   #clauses: 438148   #literals: 2475313
13.83/13.82	c CPU time:   13.58 s
13.83/13.82	c ==============================================================================
14.53/14.61	c This is MiniSat 2.0 beta
14.53/14.61	c WARNING: for repeatability, setting FPU to use double precision
14.53/14.61	c ============================[ Problem Statistics ]=============================
14.53/14.61	c |                                                                             |
14.53/14.62	c |  Number of variables:  10026                                                |
14.53/14.62	c |  Number of clauses:    438148                                               |
14.62/14.99	c |  Parsing time:         0.33         s                                       |
14.62/15.02	c ============================[ Search Statistics ]==============================
14.62/15.02	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.62/15.02	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.62/15.02	c ===============================================================================
14.62/15.02	c |         0 |   10026   438148  2475313 |   146049        0    nan |  0.000 % |
14.62/15.05	c |       102 |   10026   438148  2475313 |   146049      102     12 |  0.000 % |
14.62/15.14	c |       202 |   10026   438148  2475313 |   146049      202     16 |  0.000 % |
14.62/15.21	c |       302 |   10026   438148  2475313 |   146049      302     14 |  0.000 % |
15.43/15.44	c |       412 |   10026   438148  2475313 |   146049      412     28 |  0.000 % |
15.53/15.60	c |       513 |   10026   438148  2475313 |   146049      513     34 |  0.000 % |
15.63/15.65	c |       623 |   10026   438148  2475313 |   146049      623     31 |  0.000 % |
15.73/15.80	c |       751 |   10026   438148  2475313 |   146049      751     30 |  0.000 % |
16.03/16.07	c |       851 |   10026   438148  2475313 |   146049      851     41 |  0.000 % |
16.13/16.19	c |       962 |   10026   438148  2475313 |   146049      962     40 |  0.000 % |
16.23/16.25	c |      1083 |   10025   438148  2475313 |   146049     1082     37 |  0.021 % |
16.23/16.30	c |      1216 |   10025   438148  2475313 |   146049     1215     35 |  0.020 % |
16.53/16.59	c |      1318 |   10025   438148  2475313 |   146049     1317     39 |  0.020 % |
16.63/16.65	c |      1430 |   10025   438148  2475313 |   146049     1428     37 |  0.040 % |
16.93/16.92	c |      1551 |   10025   438148  2475313 |   146049     1549     37 |  0.040 % |
16.93/17.00	c |      1686 |   10025   438148  2475313 |   146049     1684     37 |  0.040 % |
17.03/17.05	c |      1832 |   10025   438148  2475313 |   146049     1830     36 |  0.040 % |
17.13/17.18	c |      1936 |   10025   438148  2475313 |   146049     1934     35 |  0.040 % |
17.23/17.25	c |      2047 |   10025   438148  2475313 |   146049     2045     34 |  0.040 % |
17.23/17.28	c |      2168 |   10025   438148  2475313 |   146049     2166     33 |  0.040 % |
17.33/17.35	c |      2301 |   10025   438148  2475313 |   146049     2299     32 |  0.040 % |
17.43/17.47	c |      2450 |   10025   438148  2475313 |   146049     2448     37 |  0.040 % |
17.53/17.57	c |      2610 |   10025   438148  2475313 |   146049     2608     38 |  0.040 % |
17.63/17.63	c |      2710 |   10025   438148  2475313 |   146049     2708     37 |  0.040 % |
17.63/17.65	c |      2821 |   10025   438148  2475313 |   146049     2819     36 |  0.040 % |
17.73/17.77	c |      2942 |   10025   438148  2475313 |   146049     2940     35 |  0.040 % |
17.83/17.88	c |      3075 |   10025   438148  2475313 |   146049     3073     36 |  0.040 % |
18.13/18.17	c |      3221 |   10022   438105  2474888 |   146049     3219     36 |  0.040 % |
18.33/18.35	c |      3381 |   10022   438105  2474888 |   146049     3379     36 |  0.040 % |
18.63/18.62	c |      3557 |   10022   438105  2474888 |   146049     3555     36 |  0.040 % |
18.73/18.74	c |      3663 |   10022   438105  2474888 |   146049     3661     36 |  0.040 % |
18.83/18.85	c |      3783 |   10022   438105  2474888 |   146049     3781     36 |  0.040 % |
19.03/19.09	c |      3905 |   10022   438105  2474888 |   146049     3903     36 |  0.040 % |
19.13/19.15	c |      4038 |   10022   438105  2474888 |   146049     4036     36 |  0.040 % |
19.23/19.24	c |      4184 |   10022   438105  2474888 |   146049     4182     35 |  0.040 % |
19.43/19.47	c |      4344 |   10022   438105  2474888 |   146049     4342     35 |  0.040 % |
19.93/19.96	c |      4520 |   10022   438105  2474888 |   146049     4518     37 |  0.040 % |
20.21/20.23	c |      4713 |   10022   438105  2474888 |   146049     4711     38 |  0.040 % |
20.31/20.32	c |      4813 |   10022   438105  2474888 |   146049     4811     38 |  0.040 % |
20.41/20.42	c |      4924 |   10022   438105  2474888 |   146049     4922     38 |  0.040 % |
20.51/20.58	c |      5045 |   10022   438105  2474888 |   146049     5043     39 |  0.040 % |
20.61/20.63	c |      5179 |   10022   438105  2474888 |   146049     5177     38 |  0.040 % |
20.71/20.76	c |      5325 |   10022   438105  2474888 |   146049     5323     38 |  0.040 % |
21.01/21.03	c |      5491 |   10022   438105  2474888 |   146049     5489     39 |  0.040 % |
21.11/21.16	c |      5667 |   10022   438105  2474888 |   146049     5665     39 |  0.040 % |
21.31/21.40	c |      5862 |   10022   438105  2474888 |   146049     5860     40 |  0.040 % |
21.71/21.74	c |      6075 |   10022   438105  2474888 |   146049     6073     40 |  0.040 % |
21.81/21.88	c |      6175 |   10022   438105  2474888 |   146049     6173     41 |  0.040 % |
21.91/21.96	c |      6286 |   10022   438105  2474888 |   146049     6284     41 |  0.040 % |
22.09/22.16	c |      6408 |   10022   438105  2474888 |   146049     6406     41 |  0.040 % |
22.39/22.42	c |      6541 |   10022   438105  2474888 |   146049     6539     41 |  0.040 % |
22.59/22.66	c |      6687 |   10022   438105  2474888 |   146049     6685     41 |  0.040 % |
22.69/22.78	c |      6849 |   10022   438105  2474888 |   146049     6847     41 |  0.040 % |
22.79/22.85	c |      7025 |   10022   438105  2474888 |   146049     7023     40 |  0.040 % |
22.89/22.93	c |      7218 |   10022   438105  2474888 |   146049     7216     39 |  0.040 % |
22.89/22.97	c |      7430 |   10022   438105  2474888 |   146049     7428     39 |  0.040 % |
22.99/23.05	c |      7663 |   10022   438105  2474888 |   146049     7661     38 |  0.040 % |
22.99/23.11	c |      7763 |   10022   438105  2474888 |   146049     7761     38 |  0.040 % |
23.09/23.17	c |      7874 |   10022   438105  2474888 |   146049     7872     37 |  0.040 % |
23.19/23.27	c |      7996 |   10022   438105  2474888 |   146049     7994     37 |  0.040 % |
23.39/23.47	c |      8130 |   10022   438105  2474888 |   146049     8128     38 |  0.040 % |
23.49/23.59	c |      8276 |   10022   438105  2474888 |   146049     8274     38 |  0.040 % |
23.69/23.75	c |      8437 |   10022   438105  2474888 |   146049     8435     38 |  0.040 % |
23.89/23.94	c |      8613 |   10022   438105  2474888 |   146049     8611     37 |  0.040 % |
24.09/24.21	c |      8808 |   10022   438105  2474888 |   146049     8806     37 |  0.040 % |
24.19/24.31	c |      9020 |   10022   438105  2474888 |   146049     9018     37 |  0.040 % |
24.39/24.46	c |      9253 |   10019   437977  2474098 |   146049     9250     38 |  0.070 % |
24.59/24.62	c |      9510 |   10019   437977  2474098 |   146049     9507     38 |  0.070 % |
24.59/24.65	c |      9611 |   10019   437977  2474098 |   146049     9608     38 |  0.070 % |
24.59/24.67	c |      9722 |   10019   437977  2474098 |   146049     9719     37 |  0.070 % |
24.59/24.71	c |      9846 |   10019   437977  2474098 |   146049     9843     37 |  0.070 % |
24.79/24.87	c |      9979 |   10019   437977  2474098 |   146049     9976     37 |  0.070 % |
24.99/25.05	c |     10125 |   10019   437977  2474098 | 2147483647    10121     37 |  0.110 % |
25.09/25.12	c |     10286 |   10019   437977  2474098 | 2147483647    10282     37 |  0.110 % |
25.09/25.17	c |     10462 |   10019   437977  2474098 | 2147483647    10458     37 |  0.110 % |
25.19/25.23	c |     10656 |   10019   437977  2474098 | 2147483647    10652     37 |  0.110 % |
25.29/25.33	c |     10869 |   10019   437977  2474098 | 2147483647    10865     36 |  0.110 % |
25.29/25.39	c |     11102 |   10019   437977  2474098 | 2147483647    11098     36 |  0.110 % |
25.59/25.63	c |     11360 |   10019   437977  2474098 | 2147483647    11356     36 |  0.110 % |
25.79/25.89	c |     11642 |   10019   437977  2474098 | 2147483647    11638     36 |  0.110 % |
25.99/26.07	c |     11743 |   10019   437977  2474098 | 2147483647    11739     36 |  0.110 % |
26.09/26.21	c |     11853 |   10019   437977  2474098 | 2147483647    11849     37 |  0.110 % |
26.19/26.31	c |     11975 |   10019   437977  2474098 | 2147483647    11971     37 |  0.110 % |
26.39/26.43	c |     12110 |   10019   437977  2474098 | 2147483647    12106     37 |  0.110 % |
26.49/26.59	c |     12259 |   10019   437977  2474098 | 2147483647    12254     37 | 81.388 % |
26.59/26.62	c |     12419 |    5607   437977  2474098 | 2147483647    12414     37 | 81.388 % |
26.59/26.63	c ===============================================================================
26.59/26.63	c restarts              : 86
26.59/26.63	c conflicts             : 12471          (1046 /sec)
26.59/26.63	c decisions             : 59015          (1.63 % random) (4951 /sec)
26.59/26.63	c propagations          : 10866600       (911628 /sec)
26.59/26.63	c conflict literals     : 461242         (40.57 % deleted)
26.59/26.63	c Memory used           : 29.10 MB
26.59/26.63	c CPU time              : 11.92 s
26.59/26.63	c 
26.59/26.63	s UNSATISFIABLE
26.59/26.64	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-1820500-1242449859/watcher-1820500-1242449859 -o /tmp/evaluation-result-1820500-1242449859/solver-1820500-1242449859 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820500-1242449859.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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 0.99 1.00 1.00 2/93 16536
/proc/meminfo: memFree=1232912/2074464 swapFree=1951868/1959888
[pid=16536] ppid=16534 vsize=2412 CPUtime=0.01
/proc/16536/stat : 16536 (SatELiteGTI) S 16534 16536 20977 0 -1 4194304 365 647 0 0 0 0 1 0 18 0 1 0 1009487019 2469888 275 4294967295 134512640 135169312 3219013936 3219012472 3085078254 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16536/statm: 603 275 235 161 0 42 0
[pid=16540] ppid=16536 vsize=948 CPUtime=0
/proc/16540/stat : 16540 (SatELite_releas) R 16536 16536 20977 0 -1 4202496 91 0 0 0 0 0 0 0 20 0 1 0 1009487019 970752 28 4294967295 134512640 135223648 3213147008 3213146892 134661920 0 0 0 0 0 0 0 17 0 0 0 0
/proc/16540/statm: 237 40 31 174 0 62 0

[startup+0.062432 s]
/proc/loadavg: 0.99 1.00 1.00 2/93 16536
/proc/meminfo: memFree=1232912/2074464 swapFree=1951868/1959888
[pid=16536] ppid=16534 vsize=2412 CPUtime=0.01
/proc/16536/stat : 16536 (SatELiteGTI) S 16534 16536 20977 0 -1 4194304 365 647 0 0 0 0 1 0 18 0 1 0 1009487019 2469888 275 4294967295 134512640 135169312 3219013936 3219012472 3085078254 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16536/statm: 603 275 235 161 0 42 0
[pid=16540] ppid=16536 vsize=6740 CPUtime=0.06
/proc/16540/stat : 16540 (SatELite_releas) R 16536 16536 20977 0 -1 4202496 1434 0 0 0 6 0 0 0 21 0 1 0 1009487019 6901760 1370 4294967295 134512640 135223648 3213147008 3213145960 134737310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16540/statm: 1685 1370 47 174 0 1510 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9152

[startup+0.122424 s]
/proc/loadavg: 0.99 1.00 1.00 2/93 16536
/proc/meminfo: memFree=1232912/2074464 swapFree=1951868/1959888
[pid=16536] ppid=16534 vsize=2412 CPUtime=0.01
/proc/16536/stat : 16536 (SatELiteGTI) S 16534 16536 20977 0 -1 4194304 365 647 0 0 0 0 1 0 18 0 1 0 1009487019 2469888 275 4294967295 134512640 135169312 3219013936 3219012472 3085078254 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16536/statm: 603 275 235 161 0 42 0
[pid=16540] ppid=16536 vsize=13072 CPUtime=0.12
/proc/16540/stat : 16540 (SatELite_releas) R 16536 16536 20977 0 -1 4202496 2810 0 0 0 10 2 0 0 21 0 1 0 1009487019 13385728 2746 4294967295 134512640 135223648 3213147008 3213145624 134719062 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16540/statm: 3268 2746 47 174 0 3093 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 15484

[startup+0.322405 s]
/proc/loadavg: 0.99 1.00 1.00 2/93 16536
/proc/meminfo: memFree=1232912/2074464 swapFree=1951868/1959888
[pid=16536] ppid=16534 vsize=2412 CPUtime=0.01
/proc/16536/stat : 16536 (SatELiteGTI) S 16534 16536 20977 0 -1 4194304 365 647 0 0 0 0 1 0 18 0 1 0 1009487019 2469888 275 4294967295 134512640 135169312 3219013936 3219012472 3085078254 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16536/statm: 603 275 235 161 0 42 0
[pid=16540] ppid=16536 vsize=31712 CPUtime=0.32
/proc/16540/stat : 16540 (SatELite_releas) R 16536 16536 20977 0 -1 4202496 7609 0 0 0 28 4 0 0 21 0 1 0 1009487019 32473088 7545 4294967295 134512640 135223648 3213147008 3213145960 134737310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16540/statm: 7928 7545 47 174 0 7753 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 34124

[startup+0.722365 s]
/proc/loadavg: 0.99 1.00 1.00 2/93 16536
/proc/meminfo: memFree=1232912/2074464 swapFree=1951868/1959888
[pid=16536] ppid=16534 vsize=2412 CPUtime=0.01
/proc/16536/stat : 16536 (SatELiteGTI) S 16534 16536 20977 0 -1 4194304 365 647 0 0 0 0 1 0 18 0 1 0 1009487019 2469888 275 4294967295 134512640 135169312 3219013936 3219012472 3085078254 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16536/statm: 603 275 235 161 0 42 0
[pid=16540] ppid=16536 vsize=71544 CPUtime=0.72
/proc/16540/stat : 16540 (SatELite_releas) R 16536 16536 20977 0 -1 4202496 16737 0 0 0 60 12 0 0 22 0 1 0 1009487019 73261056 16389 4294967295 134512640 135223648 3213147008 3213144868 134725170 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16540/statm: 17886 16389 73 174 0 17711 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 73956

[startup+1.52229 s]
/proc/loadavg: 0.99 1.00 1.00 2/95 16541
/proc/meminfo: memFree=1165664/2074464 swapFree=1951868/1959888
[pid=16536] ppid=16534 vsize=2412 CPUtime=0.01
/proc/16536/stat : 16536 (SatELiteGTI) S 16534 16536 20977 0 -1 4194304 365 647 0 0 0 0 1 0 18 0 1 0 1009487019 2469888 275 4294967295 134512640 135169312 3219013936 3219012472 3085078254 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16536/statm: 603 275 235 161 0 42 0
[pid=16540] ppid=16536 vsize=73312 CPUtime=1.52
/proc/16540/stat : 16540 (SatELite_releas) R 16536 16536 20977 0 -1 4202496 17123 0 0 0 139 13 0 0 25 0 1 0 1009487019 75071488 16775 4294967295 134512640 135223648 3213147008 3213144552 134709669 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16540/statm: 18328 16775 73 174 0 18153 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 75724

[startup+3.12213 s]
/proc/loadavg: 0.99 1.00 1.00 2/95 16541
/proc/meminfo: memFree=1159216/2074464 swapFree=1951868/1959888
[pid=16536] ppid=16534 vsize=2412 CPUtime=0.01
/proc/16536/stat : 16536 (SatELiteGTI) S 16534 16536 20977 0 -1 4194304 365 647 0 0 0 0 1 0 18 0 1 0 1009487019 2469888 275 4294967295 134512640 135169312 3219013936 3219012472 3085078254 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16536/statm: 603 275 235 161 0 42 0
[pid=16540] ppid=16536 vsize=77288 CPUtime=3.12
/proc/16540/stat : 16540 (SatELite_releas) R 16536 16536 20977 0 -1 4202496 18097 0 0 0 296 16 0 0 25 0 1 0 1009487019 79142912 17749 4294967295 134512640 135223648 3213147008 3213145008 134548987 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16540/statm: 19322 17749 73 174 0 19147 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 79700

[startup+6.32182 s]
/proc/loadavg: 0.99 1.00 1.00 2/95 16541
/proc/meminfo: memFree=1143004/2074464 swapFree=1951868/1959888
[pid=16536] ppid=16534 vsize=2412 CPUtime=0.01
/proc/16536/stat : 16536 (SatELiteGTI) S 16534 16536 20977 0 -1 4194304 365 647 0 0 0 0 1 0 18 0 1 0 1009487019 2469888 275 4294967295 134512640 135169312 3219013936 3219012472 3085078254 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16536/statm: 603 275 235 161 0 42 0
[pid=16540] ppid=16536 vsize=83388 CPUtime=6.32
/proc/16540/stat : 16540 (SatELite_releas) R 16536 16536 20977 0 -1 4202496 19574 0 0 0 611 21 0 0 25 0 1 0 1009487019 85389312 19226 4294967295 134512640 135223648 3213147008 3213145008 134548993 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16540/statm: 20847 19226 73 174 0 20672 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 85800

[startup+12.7212 s]
/proc/loadavg: 0.99 1.00 1.00 2/95 16542
/proc/meminfo: memFree=1125808/2074464 swapFree=1951868/1959888
[pid=16536] ppid=16534 vsize=2412 CPUtime=0.01
/proc/16536/stat : 16536 (SatELiteGTI) S 16534 16536 20977 0 -1 4194304 365 647 0 0 0 0 1 0 18 0 1 0 1009487019 2469888 275 4294967295 134512640 135169312 3219013936 3219012472 3085078254 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16536/statm: 603 275 235 161 0 42 0
[pid=16540] ppid=16536 vsize=100256 CPUtime=12.72
/proc/16540/stat : 16540 (SatELite_releas) R 16536 16536 20977 0 -1 4202496 22513 0 0 0 1249 23 0 0 25 0 1 0 1009487019 102662144 21943 4294967295 134512640 135223648 3213147008 3213145104 134585544 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16540/statm: 25064 21943 73 174 0 24889 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 102668

[startup+25.5199 s]
/proc/loadavg: 0.99 1.00 1.00 2/95 16543
/proc/meminfo: memFree=1170792/2074464 swapFree=1951868/1959888
[pid=16536] ppid=16534 vsize=2416 CPUtime=14.62
/proc/16536/stat : 16536 (SatELiteGTI) S 16534 16536 20977 0 -1 4194304 383 24436 0 0 0 0 1432 30 18 0 1 0 1009487019 2473984 276 4294967295 134512640 135169312 3219013936 3219010152 3085078254 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16536/statm: 604 276 235 161 0 43 0
[pid=16543] ppid=16536 vsize=29532 CPUtime=10.87
/proc/16543/stat : 16543 (minisat_static) R 16536 16536 20977 0 -1 4202496 7270 0 0 0 1081 6 0 0 25 0 1 0 1009488480 30240768 7204 4294967295 134512640 135215339 3220808512 3220806800 134528682 0 0 0 3 0 0 0 17 1 0 0 0
/proc/16543/statm: 7383 7204 73 172 0 7210 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 31948

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

[startup+26.3199 s]
/proc/loadavg: 0.99 1.00 1.00 2/95 16543
/proc/meminfo: memFree=1170544/2074464 swapFree=1951868/1959888
[pid=16536] ppid=16534 vsize=2416 CPUtime=14.62
/proc/16536/stat : 16536 (SatELiteGTI) S 16534 16536 20977 0 -1 4194304 383 24436 0 0 0 0 1432 30 18 0 1 0 1009487019 2473984 276 4294967295 134512640 135169312 3219013936 3219010152 3085078254 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16536/statm: 604 276 235 161 0 43 0
[pid=16543] ppid=16536 vsize=29796 CPUtime=11.67
/proc/16543/stat : 16543 (minisat_static) R 16536 16536 20977 0 -1 4202496 7322 0 0 0 1161 6 0 0 25 0 1 0 1009488480 30511104 7256 4294967295 134512640 135215339 3220808512 3220806728 134721303 0 0 0 3 0 0 0 17 1 0 0 0
/proc/16543/statm: 7449 7256 73 172 0 7276 0
Current children cumulated CPU time (s) 26.29
Current children cumulated vsize (KiB) 32212

[startup+26.5198 s]
/proc/loadavg: 0.99 1.00 1.00 2/95 16543
/proc/meminfo: memFree=1170544/2074464 swapFree=1951868/1959888
[pid=16536] ppid=16534 vsize=2416 CPUtime=14.62
/proc/16536/stat : 16536 (SatELiteGTI) S 16534 16536 20977 0 -1 4194304 383 24436 0 0 0 0 1432 30 18 0 1 0 1009487019 2473984 276 4294967295 134512640 135169312 3219013936 3219010152 3085078254 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16536/statm: 604 276 235 161 0 43 0
[pid=16543] ppid=16536 vsize=29796 CPUtime=11.87
/proc/16543/stat : 16543 (minisat_static) R 16536 16536 20977 0 -1 4202496 7346 0 0 0 1181 6 0 0 25 0 1 0 1009488480 30511104 7280 4294967295 134512640 135215339 3220808512 3220806800 134528666 0 0 0 3 0 0 0 17 1 0 0 0
/proc/16543/statm: 7449 7280 73 172 0 7276 0
Current children cumulated CPU time (s) 26.49
Current children cumulated vsize (KiB) 32212

[startup+26.6198 s]
/proc/loadavg: 0.99 1.00 1.00 2/95 16543
/proc/meminfo: memFree=1170544/2074464 swapFree=1951868/1959888
[pid=16536] ppid=16534 vsize=2416 CPUtime=14.62
/proc/16536/stat : 16536 (SatELiteGTI) S 16534 16536 20977 0 -1 4194304 383 24436 0 0 0 0 1432 30 18 0 1 0 1009487019 2473984 276 4294967295 134512640 135169312 3219013936 3219010152 3085078254 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16536/statm: 604 276 235 161 0 43 0
[pid=16543] ppid=16536 vsize=29796 CPUtime=11.97
/proc/16543/stat : 16543 (minisat_static) R 16536 16536 20977 0 -1 4202496 7346 0 0 0 1191 6 0 0 25 0 1 0 1009488480 30511104 7280 4294967295 134512640 135215339 3220808512 3220806800 134528647 0 0 0 3 0 0 0 17 1 0 0 0
/proc/16543/statm: 7449 7280 73 172 0 7276 0
Current children cumulated CPU time (s) 26.59
Current children cumulated vsize (KiB) 32212

Child status: 20
Real time (s): 26.6617
CPU time (s): 26.63
CPU user time (s): 26.24
CPU system time (s): 0.39
CPU usage (%): 99.8812
Max. virtual memory (cumulated for all children) (KiB): 102668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.24
system time used= 0.39
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32446
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= 23
involuntary context switches= 103

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi10 at 2009-05-16 06:57:39
IDJOB=1820500
IDBENCH=20421
IDSOLVER=657
FILE ID=tipi10/1820500-1242449859
PBS_JOBID=
Free space on /tmp= 5428 MiB

SOLVER NAME= minisat_cumr p-2009-03-18
BENCH NAME= SAT07/industrial/palacios/uts/uts-l06-ipc5-h28-unknown.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820500-1242449859/watcher-1820500-1242449859 -o /tmp/evaluation-result-1820500-1242449859/solver-1820500-1242449859 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820500-1242449859.cnf

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

MD5SUM BENCH= ccc94758bbd09de3056ff3a062ddfd45
RANDOM SEED= 907076267

Linux tipi10 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.367
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.37

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.367
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.367
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.367
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:       1232928 kB
Buffers:         32812 kB
Cached:         709108 kB
SwapCached:       2896 kB
Active:         386368 kB
Inactive:       365540 kB
HighTotal:     1178688 kB
HighFree:       460764 kB
LowTotal:       895776 kB
LowFree:        772164 kB
SwapTotal:     1959888 kB
SwapFree:      1951868 kB
Dirty:           13500 kB
Writeback:          60 kB
AnonPages:        9220 kB
Mapped:           3264 kB
Slab:            80504 kB
PageTables:        448 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90592 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 5428 MiB
End job on tipi10 at 2009-05-16 06:58:06