Trace number 1820930

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-21? (TO) 1200.01 1199.92

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsrotate/
countbitsrotate032.cnf
MD5SUM8d76aa747359ea8ccf15726792949452
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables8527
Number of clauses25484
Sum of the clauses size59460
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 216988
Number of clauses of size 38494
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.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   25482    59458 |    7644       0        0     nan |  0.000 % |
0.00/0.15	c |         0 |   19097    53996 |      --       0       --      -- |     --   | -6383/-5457
0.00/0.15	c ==============================================================================
0.00/0.15	c Result  :   #vars: 4641   #clauses: 19097   #literals: 53996
0.00/0.15	c CPU time:   0.13 s
0.00/0.15	c ==============================================================================
0.00/0.17	This is MiniSat 2.0 beta
0.00/0.17	WARNING: for repeatability, setting FPU to use double precision
0.00/0.17	============================[ Problem Statistics ]=============================
0.00/0.17	|                                                                             |
0.00/0.17	|  Number of variables:  4641                                                 |
0.00/0.17	|  Number of clauses:    19097                                                |
0.00/0.19	|  Parsing time:         0.01         s                                       |
0.00/0.19	============================[ Search Statistics ]==============================
0.00/0.19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.19	===============================================================================
0.00/0.19	|         0 |    4641    19097    53996 |     6365        0    nan |  0.000 % |
0.00/0.20	|       100 |    4641    19097    53996 |     7002      100     22 |  0.000 % |
0.17/0.33	|       250 |    4641    19097    53996 |     7702      250     31 |  0.000 % |
0.17/0.59	|       475 |    4641    19097    53996 |     8472      475     47 |  0.000 % |
0.17/0.91	|       812 |    4641    19097    53996 |     9319      812     39 |  0.000 % |
1.51/1.55	|      1319 |    4641    19097    53996 |    10251     1319     34 |  0.000 % |
1.91/2.00	|      2079 |    4641    19097    53996 |    11277     2079     33 |  0.000 % |
3.11/3.12	|      3219 |    4641    19097    53996 |    12404     3219     31 |  0.000 % |
4.11/4.12	|      4927 |    4641    19097    53996 |    13645     4927     32 |  0.000 % |
5.41/5.48	|      7489 |    4641    19097    53996 |    15009     7489     31 |  0.000 % |
11.41/11.42	|     11333 |    4641    19097    53996 |    16510    11333     35 |  0.000 % |
20.11/20.18	|     17100 |    4641    19097    53996 |    18161    17100     32 |  0.000 % |
33.92/33.95	|     25750 |    4641    19097    53996 |    19978    15956     33 |  0.000 % |
54.22/54.29	|     38724 |    4641    19097    53996 |    21976    18234     29 |  0.000 % |
87.82/87.89	|     58186 |    4641    19097    53996 |    24173    14397     25 |  0.000 % |
138.53/138.56	|     87378 |    4641    19097    53996 |    26590    16706     25 |  0.000 % |
218.73/218.72	|    131167 |    4641    19097    53996 |    29250    13644     23 |  0.000 % |
351.94/351.97	|    196852 |    4641    19097    53996 |    32175    27278     24 |  0.000 % |
578.86/578.88	|    295378 |    4612    18923    53439 |    35392    29530     64 |  0.625 % |
909.49/909.45	|    443172 |    4584    18783    52955 |    38931    20369     51 |  1.229 % |
1200.01/1199.91	HOME/SatELiteGTI: line 36:  5006 Terminated              $MS $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:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1820930-1242488633/watcher-1820930-1242488633 -o /tmp/evaluation-result-1820930-1242488633/solver-1820930-1242488633 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820930-1242488633.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: 1.02 1.01 1.00 3/96 5003
/proc/meminfo: memFree=595748/2074464 swapFree=1949056/1959888
[pid=5000] ppid=4998 vsize=2416 CPUtime=0
/proc/5000/stat : 5000 (SatELiteGTI) S 4998 5000 14060 0 -1 4194304 339 0 0 0 0 0 0 0 25 0 1 0 1013360480 2473984 272 4294967295 134512640 135169312 3216590560 3216588152 3085980590 0 0 4 65536 3222620697 0 0 17 0 0 0 0
/proc/5000/statm: 604 272 230 161 0 43 0
[pid=5001] ppid=5000 vsize=2416 CPUtime=0
/proc/5001/stat : 5001 (SatELiteGTI) R 5000 5000 14060 0 -1 4194368 101 0 0 0 0 0 0 0 25 0 1 0 1013360481 2473984 115 4294967295 134512640 135169312 3216590560 3216586780 3085789044 0 65538 0 65538 0 0 0 17 0 0 0 0
/proc/5001/statm: 604 115 72 161 0 43 0
[pid=5002] ppid=5001 vsize=0 CPUtime=0
/proc/5002/stat : 5002 (SatELiteGTI) Z 5001 5000 14060 0 -1 4194380 142 0 0 0 0 0 0 0 25 0 1 0 1013360481 0 0 4294967295 0 0 0 0 0 0 0 0 65538 3222378830 0 0 17 0 0 0 0
/proc/5002/statm: 0 0 0 0 0 0 0
[pid=5003] ppid=5001 vsize=2416 CPUtime=0
/proc/5003/stat : 5003 (SatELiteGTI) R 5001 5000 14060 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 1 0 1013360481 2473984 43 4294967295 134512640 135169312 3216590560 3216586780 3085789044 0 65538 0 65538 0 0 0 17 0 0 0 0
/proc/5003/statm: 604 43 0 161 0 43 0

[startup+0.092732 s]
/proc/loadavg: 1.02 1.01 1.00 3/96 5003
/proc/meminfo: memFree=595748/2074464 swapFree=1949056/1959888
[pid=5000] ppid=4998 vsize=2416 CPUtime=0
/proc/5000/stat : 5000 (SatELiteGTI) S 4998 5000 14060 0 -1 4194304 369 644 0 0 0 0 0 0 25 0 1 0 1013360480 2473984 277 4294967295 134512640 135169312 3216590560 3216589096 3085786862 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5000/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2416

[startup+0.112731 s]
/proc/loadavg: 1.02 1.01 1.00 3/96 5003
/proc/meminfo: memFree=595748/2074464 swapFree=1949056/1959888
[pid=5000] ppid=4998 vsize=2416 CPUtime=0
/proc/5000/stat : 5000 (SatELiteGTI) S 4998 5000 14060 0 -1 4194304 369 644 0 0 0 0 0 0 25 0 1 0 1013360480 2473984 277 4294967295 134512640 135169312 3216590560 3216589096 3085786862 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5000/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2416

[startup+0.312713 s]
/proc/loadavg: 1.02 1.01 1.00 3/96 5003
/proc/meminfo: memFree=595748/2074464 swapFree=1949056/1959888
[pid=5000] ppid=4998 vsize=2420 CPUtime=0.17
/proc/5000/stat : 5000 (SatELiteGTI) S 4998 5000 14060 0 -1 4194304 387 1955 0 0 0 0 15 2 24 0 1 0 1013360480 2478080 278 4294967295 134512640 135169312 3216590560 3216586776 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/5000/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 2420

[startup+0.712677 s]
/proc/loadavg: 1.02 1.01 1.00 3/96 5003
/proc/meminfo: memFree=595748/2074464 swapFree=1949056/1959888
[pid=5000] ppid=4998 vsize=2420 CPUtime=0.17
/proc/5000/stat : 5000 (SatELiteGTI) S 4998 5000 14060 0 -1 4194304 387 1955 0 0 0 0 15 2 24 0 1 0 1013360480 2478080 278 4294967295 134512640 135169312 3216590560 3216586776 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/5000/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 2420

[startup+1.51261 s]
/proc/loadavg: 1.02 1.01 1.00 2/95 5006
/proc/meminfo: memFree=593888/2074464 swapFree=1949056/1959888
[pid=5000] ppid=4998 vsize=2420 CPUtime=0.17
/proc/5000/stat : 5000 (SatELiteGTI) S 4998 5000 14060 0 -1 4194304 387 1955 0 0 0 0 15 2 24 0 1 0 1013360480 2478080 278 4294967295 134512640 135169312 3216590560 3216586776 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/5000/statm: 605 278 235 161 0 44 0
[pid=5006] ppid=5000 vsize=3332 CPUtime=1.34
/proc/5006/stat : 5006 (minisat_static) R 5000 5000 14060 0 -1 4202496 585 0 0 0 132 2 0 0 19 0 1 0 1013360498 3411968 520 4294967295 134512640 135216011 3216559920 3216558272 134527412 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5006/statm: 833 520 71 172 0 660 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 5752

[startup+3.11247 s]
/proc/loadavg: 1.02 1.01 1.00 2/95 5006
/proc/meminfo: memFree=593516/2074464 swapFree=1949056/1959888
[pid=5000] ppid=4998 vsize=2420 CPUtime=0.17
/proc/5000/stat : 5000 (SatELiteGTI) S 4998 5000 14060 0 -1 4194304 387 1955 0 0 0 0 15 2 24 0 1 0 1013360480 2478080 278 4294967295 134512640 135169312 3216590560 3216586776 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/5000/statm: 605 278 235 161 0 44 0
[pid=5006] ppid=5000 vsize=3596 CPUtime=2.94
/proc/5006/stat : 5006 (minisat_static) R 5000 5000 14060 0 -1 4202496 659 0 0 0 290 4 0 0 25 0 1 0 1013360498 3682304 594 4294967295 134512640 135216011 3216559920 3216558272 134527238 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5006/statm: 899 594 71 172 0 726 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 6016

[startup+6.31219 s]
/proc/loadavg: 1.02 1.01 1.00 2/95 5006
/proc/meminfo: memFree=592812/2074464 swapFree=1949056/1959888
[pid=5000] ppid=4998 vsize=2420 CPUtime=0.17
/proc/5000/stat : 5000 (SatELiteGTI) S 4998 5000 14060 0 -1 4194304 387 1955 0 0 0 0 15 2 24 0 1 0 1013360480 2478080 278 4294967295 134512640 135169312 3216590560 3216586776 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/5000/statm: 605 278 235 161 0 44 0
[pid=5006] ppid=5000 vsize=4388 CPUtime=6.14
/proc/5006/stat : 5006 (minisat_static) R 5000 5000 14060 0 -1 4202496 854 0 0 0 610 4 0 0 25 0 1 0 1013360498 4493312 789 4294967295 134512640 135216011 3216559920 3216558064 134535976 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5006/statm: 1097 789 71 172 0 924 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 6808

[startup+12.7116 s]
/proc/loadavg: 1.02 1.01 1.00 2/95 5006
/proc/meminfo: memFree=591800/2074464 swapFree=1949056/1959888
[pid=5000] ppid=4998 vsize=2420 CPUtime=0.17
/proc/5000/stat : 5000 (SatELiteGTI) S 4998 5000 14060 0 -1 4194304 387 1955 0 0 0 0 15 2 24 0 1 0 1013360480 2478080 278 4294967295 134512640 135169312 3216590560 3216586776 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/5000/statm: 605 278 235 161 0 44 0
[pid=5006] ppid=5000 vsize=5340 CPUtime=12.54
/proc/5006/stat : 5006 (minisat_static) R 5000 5000 14060 0 -1 4202496 1066 0 0 0 1250 4 0 0 25 0 1 0 1013360498 5468160 1001 4294967295 134512640 135216011 3216559920 3216558000 134524304 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5006/statm: 1335 1001 71 172 0 1162 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 7760

[startup+25.5105 s]
/proc/loadavg: 1.01 1.01 1.00 2/95 5006
/proc/meminfo: memFree=590532/2074464 swapFree=1949056/1959888
[pid=5000] ppid=4998 vsize=2420 CPUtime=0.17
/proc/5000/stat : 5000 (SatELiteGTI) S 4998 5000 14060 0 -1 4194304 387 1955 0 0 0 0 15 2 24 0 1 0 1013360480 2478080 278 4294967295 134512640 135169312 3216590560 3216586776 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/5000/statm: 605 278 235 161 0 44 0
[pid=5006] ppid=5000 vsize=6444 CPUtime=25.34
/proc/5006/stat : 5006 (minisat_static) R 5000 5000 14060 0 -1 4202496 1351 0 0 0 2530 4 0 0 25 0 1 0 1013360498 6598656 1286 4294967295 134512640 135216011 3216559920 3216558272 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5006/statm: 1611 1286 71 172 0 1438 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 8864

[startup+51.1183 s]
/proc/loadavg: 1.01 1.00 1.00 3/95 5190
/proc/meminfo: memFree=590456/2074464 swapFree=1949056/1959888
[pid=5000] ppid=4998 vsize=2420 CPUtime=0.17
/proc/5000/stat : 5000 (SatELiteGTI) S 4998 5000 14060 0 -1 4194304 387 1955 0 0 0 0 15 2 24 0 1 0 1013360480 2478080 278 4294967295 134512640 135169312 3216590560 3216586776 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/5000/statm: 605 278 235 161 0 44 0
[pid=5006] ppid=5000 vsize=6708 CPUtime=50.95
/proc/5006/stat : 5006 (minisat_static) R 5000 5000 14060 0 -1 4202496 1425 0 0 0 5091 4 0 0 25 0 1 0 1013360498 6868992 1360 4294967295 134512640 135216011 3216559920 3216558000 134524278 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5006/statm: 1677 1360 71 172 0 1504 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 9128

[startup+102.324 s]
/proc/loadavg: 1.12 1.03 1.01 2/95 5195
/proc/meminfo: memFree=590516/2074464 swapFree=1949056/1959888
[pid=5000] ppid=4998 vsize=2420 CPUtime=0.17
/proc/5000/stat : 5000 (SatELiteGTI) S 4998 5000 14060 0 -1 4194304 387 1955 0 0 0 0 15 2 24 0 1 0 1013360480 2478080 278 4294967295 134512640 135169312 3216590560 3216586776 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/5000/statm: 605 278 235 161 0 44 0
[pid=5006] ppid=5000 vsize=6840 CPUtime=102.16
/proc/5006/stat : 5006 (minisat_static) R 5000 5000 14060 0 -1 4202496 1457 0 0 0 10211 5 0 0 25 0 1 0 1013360498 7004160 1392 4294967295 134512640 135216011 3216559920 3216558064 134537318 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5006/statm: 1710 1392 71 172 0 1537 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 9260

[startup+162.319 s]
/proc/loadavg: 1.04 1.02 1.00 2/95 5384
/proc/meminfo: memFree=589408/2074464 swapFree=1949056/1959888
[pid=5000] ppid=4998 vsize=2420 CPUtime=0.17
/proc/5000/stat : 5000 (SatELiteGTI) S 4998 5000 14060 0 -1 4194304 387 1955 0 0 0 0 15 2 24 0 1 0 1013360480 2478080 278 4294967295 134512640 135169312 3216590560 3216586776 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/5000/statm: 605 278 235 161 0 44 0
[pid=5006] ppid=5000 vsize=7704 CPUtime=162.16
/proc/5006/stat : 5006 (minisat_static) R 5000 5000 14060 0 -1 4202496 1644 0 0 0 16211 5 0 0 25 0 1 0 1013360498 7888896 1579 4294967295 134512640 135216011 3216559920 3216558272 134527419 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5006/statm: 1926 1579 71 172 0 1753 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 10124

[startup+222.313 s]
/proc/loadavg: 1.01 1.02 1.00 3/95 5574
/proc/meminfo: memFree=589260/2074464 swapFree=1949056/1959888
[pid=5000] ppid=4998 vsize=2420 CPUtime=0.17
/proc/5000/stat : 5000 (SatELiteGTI) S 4998 5000 14060 0 -1 4194304 387 1955 0 0 0 0 15 2 24 0 1 0 1013360480 2478080 278 4294967295 134512640 135169312 3216590560 3216586776 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/5000/statm: 605 278 235 161 0 44 0
[pid=5006] ppid=5000 vsize=8000 CPUtime=222.16
/proc/5006/stat : 5006 (minisat_static) R 5000 5000 14060 0 -1 4202496 1699 0 0 0 22211 5 0 0 25 0 1 0 1013360498 8192000 1634 4294967295 134512640 135216011 3216559920 3216558272 134527992 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5006/statm: 2000 1634 71 172 0 1827 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 10420

[startup+282.318 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 5762
/proc/meminfo: memFree=587772/2074464 swapFree=1949056/1959888
[pid=5000] ppid=4998 vsize=2420 CPUtime=0.17
/proc/5000/stat : 5000 (SatELiteGTI) S 4998 5000 14060 0 -1 4194304 387 1955 0 0 0 0 15 2 24 0 1 0 1013360480 2478080 278 4294967295 134512640 135169312 3216590560 3216586776 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/5000/statm: 605 278 235 161 0 44 0
[pid=5006] ppid=5000 vsize=9460 CPUtime=282.17
/proc/5006/stat : 5006 (minisat_static) R 5000 5000 14060 0 -1 4202496 2073 0 0 0 28212 5 0 0 25 0 1 0 1013360498 9687040 2008 4294967295 134512640 135216011 3216559920 3216558272 134527269 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5006/statm: 2365 2008 71 172 0 2192 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 11880

[startup+342.313 s]
/proc/loadavg: 1.00 1.01 1.00 2/95 5949
/proc/meminfo: memFree=587920/2074464 swapFree=1949056/1959888
[pid=5000] ppid=4998 vsize=2420 CPUtime=0.17
/proc/5000/stat : 5000 (SatELiteGTI) S 4998 5000 14060 0 -1 4194304 387 1955 0 0 0 0 15 2 24 0 1 0 1013360480 2478080 278 4294967295 134512640 135169312 3216590560 3216586776 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/5000/statm: 605 278 235 161 0 44 0
[pid=5006] ppid=5000 vsize=9624 CPUtime=342.17
/proc/5006/stat : 5006 (minisat_static) R 5000 5000 14060 0 -1 4202496 2105 0 0 0 34212 5 0 0 25 0 1 0 1013360498 9854976 2040 4294967295 134512640 135216011 3216559920 3216558064 134536923 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5006/statm: 2406 2040 71 172 0 2233 0
Current children cumulated CPU time (s) 342.34
Current children cumulated vsize (KiB) 12044

[startup+402.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 6140
/proc/meminfo: memFree=585788/2074464 swapFree=1949056/1959888
[pid=5000] ppid=4998 vsize=2420 CPUtime=0.17

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

[pid=5006] ppid=5000 vsize=14772 CPUtime=582.19
/proc/5006/stat : 5006 (minisat_static) R 5000 5000 14060 0 -1 4202496 3397 0 0 0 58214 5 0 0 25 0 1 0 1013360498 15126528 3332 4294967295 134512640 135216011 3216559920 3216558272 134527243 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5006/statm: 3693 3332 71 172 0 3520 0
Current children cumulated CPU time (s) 582.36
Current children cumulated vsize (KiB) 17192

[startup+642.327 s]
/proc/loadavg: 1.04 1.01 1.00 2/95 6894
/proc/meminfo: memFree=582340/2074464 swapFree=1949056/1959888
[pid=5000] ppid=4998 vsize=2420 CPUtime=0.17
/proc/5000/stat : 5000 (SatELiteGTI) S 4998 5000 14060 0 -1 4194304 387 1955 0 0 0 0 15 2 24 0 1 0 1013360480 2478080 278 4294967295 134512640 135169312 3216590560 3216586776 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/5000/statm: 605 278 235 161 0 44 0
[pid=5006] ppid=5000 vsize=15332 CPUtime=642.21
/proc/5006/stat : 5006 (minisat_static) R 5000 5000 14060 0 -1 4202496 3520 0 0 0 64216 5 0 0 25 0 1 0 1013360498 15699968 3455 4294967295 134512640 135216011 3216559920 3216558272 134527243 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5006/statm: 3833 3455 71 172 0 3660 0
Current children cumulated CPU time (s) 642.38
Current children cumulated vsize (KiB) 17752

[startup+702.312 s]
/proc/loadavg: 1.01 1.01 1.00 2/95 7083
/proc/meminfo: memFree=582340/2074464 swapFree=1949056/1959888
[pid=5000] ppid=4998 vsize=2420 CPUtime=0.17
/proc/5000/stat : 5000 (SatELiteGTI) S 4998 5000 14060 0 -1 4194304 387 1955 0 0 0 0 15 2 24 0 1 0 1013360480 2478080 278 4294967295 134512640 135169312 3216590560 3216586776 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/5000/statm: 605 278 235 161 0 44 0
[pid=5006] ppid=5000 vsize=15332 CPUtime=702.2
/proc/5006/stat : 5006 (minisat_static) R 5000 5000 14060 0 -1 4202496 3520 0 0 0 70215 5 0 0 25 0 1 0 1013360498 15699968 3455 4294967295 134512640 135216011 3216559920 3216558272 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5006/statm: 3833 3455 71 172 0 3660 0
Current children cumulated CPU time (s) 702.37
Current children cumulated vsize (KiB) 17752

[startup+762.317 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 7272
/proc/meminfo: memFree=582456/2074464 swapFree=1949056/1959888
[pid=5000] ppid=4998 vsize=2420 CPUtime=0.17
/proc/5000/stat : 5000 (SatELiteGTI) S 4998 5000 14060 0 -1 4194304 387 1955 0 0 0 0 15 2 24 0 1 0 1013360480 2478080 278 4294967295 134512640 135169312 3216590560 3216586776 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/5000/statm: 605 278 235 161 0 44 0
[pid=5006] ppid=5000 vsize=15332 CPUtime=762.21
/proc/5006/stat : 5006 (minisat_static) R 5000 5000 14060 0 -1 4202496 3541 0 0 0 76216 5 0 0 25 0 1 0 1013360498 15699968 3476 4294967295 134512640 135216011 3216559920 3216558272 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5006/statm: 3833 3476 71 172 0 3660 0
Current children cumulated CPU time (s) 762.38
Current children cumulated vsize (KiB) 17752

[startup+822.321 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 7458
/proc/meminfo: memFree=580960/2074464 swapFree=1949056/1959888
[pid=5000] ppid=4998 vsize=2420 CPUtime=0.17
/proc/5000/stat : 5000 (SatELiteGTI) S 4998 5000 14060 0 -1 4194304 387 1955 0 0 0 0 15 2 24 0 1 0 1013360480 2478080 278 4294967295 134512640 135169312 3216590560 3216586776 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/5000/statm: 605 278 235 161 0 44 0
[pid=5006] ppid=5000 vsize=16916 CPUtime=822.22
/proc/5006/stat : 5006 (minisat_static) R 5000 5000 14060 0 -1 4202496 3919 0 0 0 82217 5 0 0 25 0 1 0 1013360498 17321984 3854 4294967295 134512640 135216011 3216559920 3216558272 134527283 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5006/statm: 4229 3854 71 172 0 4056 0
Current children cumulated CPU time (s) 822.39
Current children cumulated vsize (KiB) 19336

[startup+882.316 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 7650
/proc/meminfo: memFree=580308/2074464 swapFree=1949056/1959888
[pid=5000] ppid=4998 vsize=2420 CPUtime=0.17
/proc/5000/stat : 5000 (SatELiteGTI) S 4998 5000 14060 0 -1 4194304 387 1955 0 0 0 0 15 2 24 0 1 0 1013360480 2478080 278 4294967295 134512640 135169312 3216590560 3216586776 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/5000/statm: 605 278 235 161 0 44 0
[pid=5006] ppid=5000 vsize=17340 CPUtime=882.22
/proc/5006/stat : 5006 (minisat_static) R 5000 5000 14060 0 -1 4202496 4023 0 0 0 88216 6 0 0 25 0 1 0 1013360498 17756160 3958 4294967295 134512640 135216011 3216559920 3216558272 134527562 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5006/statm: 4335 3958 71 172 0 4162 0
Current children cumulated CPU time (s) 882.39
Current children cumulated vsize (KiB) 19760

[startup+942.321 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 7837
/proc/meminfo: memFree=580580/2074464 swapFree=1949056/1959888
[pid=5000] ppid=4998 vsize=2420 CPUtime=0.17
/proc/5000/stat : 5000 (SatELiteGTI) S 4998 5000 14060 0 -1 4194304 387 1955 0 0 0 0 15 2 24 0 1 0 1013360480 2478080 278 4294967295 134512640 135169312 3216590560 3216586776 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/5000/statm: 605 278 235 161 0 44 0
[pid=5006] ppid=5000 vsize=17340 CPUtime=942.23
/proc/5006/stat : 5006 (minisat_static) R 5000 5000 14060 0 -1 4202496 4024 0 0 0 94217 6 0 0 25 0 1 0 1013360498 17756160 3959 4294967295 134512640 135216011 3216559920 3216558272 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5006/statm: 4335 3959 71 172 0 4162 0
Current children cumulated CPU time (s) 942.4
Current children cumulated vsize (KiB) 19760

[startup+1002.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 8026
/proc/meminfo: memFree=580728/2074464 swapFree=1949056/1959888
[pid=5000] ppid=4998 vsize=2420 CPUtime=0.17
/proc/5000/stat : 5000 (SatELiteGTI) S 4998 5000 14060 0 -1 4194304 387 1955 0 0 0 0 15 2 24 0 1 0 1013360480 2478080 278 4294967295 134512640 135169312 3216590560 3216586776 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/5000/statm: 605 278 235 161 0 44 0
[pid=5006] ppid=5000 vsize=17340 CPUtime=1002.23
/proc/5006/stat : 5006 (minisat_static) R 5000 5000 14060 0 -1 4202496 4028 0 0 0 100217 6 0 0 25 0 1 0 1013360498 17756160 3963 4294967295 134512640 135216011 3216559920 3216558272 134527213 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5006/statm: 4335 3963 71 172 0 4162 0
Current children cumulated CPU time (s) 1002.4
Current children cumulated vsize (KiB) 19760

[startup+1062.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 8215
/proc/meminfo: memFree=580216/2074464 swapFree=1949056/1959888
[pid=5000] ppid=4998 vsize=2420 CPUtime=0.17
/proc/5000/stat : 5000 (SatELiteGTI) S 4998 5000 14060 0 -1 4194304 387 1955 0 0 0 0 15 2 24 0 1 0 1013360480 2478080 278 4294967295 134512640 135169312 3216590560 3216586776 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/5000/statm: 605 278 235 161 0 44 0
[pid=5006] ppid=5000 vsize=17340 CPUtime=1062.23
/proc/5006/stat : 5006 (minisat_static) R 5000 5000 14060 0 -1 4202496 4028 0 0 0 106212 11 0 0 25 0 1 0 1013360498 17756160 3963 4294967295 134512640 135216011 3216559920 3216558272 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5006/statm: 4335 3963 71 172 0 4162 0
Current children cumulated CPU time (s) 1062.4
Current children cumulated vsize (KiB) 19760

[startup+1122.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 8401
/proc/meminfo: memFree=580208/2074464 swapFree=1949056/1959888
[pid=5000] ppid=4998 vsize=2420 CPUtime=0.17
/proc/5000/stat : 5000 (SatELiteGTI) S 4998 5000 14060 0 -1 4194304 387 1955 0 0 0 0 15 2 24 0 1 0 1013360480 2478080 278 4294967295 134512640 135169312 3216590560 3216586776 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/5000/statm: 605 278 235 161 0 44 0
[pid=5006] ppid=5000 vsize=17340 CPUtime=1122.24
/proc/5006/stat : 5006 (minisat_static) R 5000 5000 14060 0 -1 4202496 4029 0 0 0 112213 11 0 0 25 0 1 0 1013360498 17756160 3964 4294967295 134512640 135216011 3216559920 3216558000 134524527 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5006/statm: 4335 3964 71 172 0 4162 0
Current children cumulated CPU time (s) 1122.41
Current children cumulated vsize (KiB) 19760

[startup+1182.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 8588
/proc/meminfo: memFree=580348/2074464 swapFree=1949056/1959888
[pid=5000] ppid=4998 vsize=2420 CPUtime=0.17
/proc/5000/stat : 5000 (SatELiteGTI) S 4998 5000 14060 0 -1 4194304 387 1955 0 0 0 0 15 2 24 0 1 0 1013360480 2478080 278 4294967295 134512640 135169312 3216590560 3216586776 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/5000/statm: 605 278 235 161 0 44 0
[pid=5006] ppid=5000 vsize=17340 CPUtime=1182.24
/proc/5006/stat : 5006 (minisat_static) R 5000 5000 14060 0 -1 4202496 4031 0 0 0 118213 11 0 0 25 0 1 0 1013360498 17756160 3966 4294967295 134512640 135216011 3216559920 3216558272 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5006/statm: 4335 3966 71 172 0 4162 0
Current children cumulated CPU time (s) 1182.41
Current children cumulated vsize (KiB) 19760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 8780
/proc/meminfo: memFree=580244/2074464 swapFree=1949056/1959888
[pid=5000] ppid=4998 vsize=2420 CPUtime=0.17
/proc/5000/stat : 5000 (SatELiteGTI) S 4998 5000 14060 0 -1 4194304 387 1955 0 0 0 0 15 2 24 0 1 0 1013360480 2478080 278 4294967295 134512640 135169312 3216590560 3216586776 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/5000/statm: 605 278 235 161 0 44 0
[pid=5006] ppid=5000 vsize=17340 CPUtime=1199.84
/proc/5006/stat : 5006 (minisat_static) R 5000 5000 14060 0 -1 4202496 4031 0 0 0 119973 11 0 0 25 0 1 0 1013360498 17756160 3966 4294967295 134512640 135216011 3216559920 3216558272 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5006/statm: 4335 3966 71 172 0 4162 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 19760

Sending SIGTERM to process tree (bottom up)
SSolver just ended. Dumping a history of the last processes samples

[startup+1199.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 8780
/proc/meminfo: memFree=580244/2074464 swapFree=1949056/1959888
[pid=5000] ppid=4998 vsize=2420 CPUtime=0.17
/proc/5000/stat : 5000 (SatELiteGTI) S 4998 5000 14060 0 -1 4194304 387 1955 0 0 0 0 15 2 24 0 1 0 1013360480 2478080 278 4294967295 134512640 135169312 3216590560 3216586776 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/5000/statm: 605 278 235 161 0 44 0
[pid=5006] ppid=5000 vsize=17340 CPUtime=1199.84
/proc/5006/stat : 5006 (minisat_static) R 5000 5000 14060 0 -1 4202496 4031 0 0 0 119973 11 0 0 25 0 1 0 1013360498 17756160 3966 4294967295 134512640 135216011 3216559920 3216558272 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5006/statm: 4335 3966 71 172 0 4162 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 19760

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5000 and gives
#  childrusage.ru_utime.tv_sec=1199
#  childrusage.ru_utime.tv_usec=880000
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=130000
# CPU time returned by wait4() is 1200.01
# while last known CPU time is 1200.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1199.92
CPU time (s): 1200.01
CPU user time (s): 1199.88
CPU system time (s): 0.13
CPU usage (%): 100.008
Max. virtual memory (cumulated for all children) (KiB): 19760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.88
system time used= 0.13
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6648
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= 19
involuntary context switches= 887

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi27 at 2009-05-16 17:43:53
IDJOB=1820930
IDBENCH=70775
IDSOLVER=661
FILE ID=tipi27/1820930-1242488633
PBS_JOBID=
Free space on /tmp= 9192 MiB

SOLVER NAME= BinMiniSat 2009-03-21
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsrotate/countbitsrotate032.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820930-1242488633/watcher-1820930-1242488633 -o /tmp/evaluation-result-1820930-1242488633/solver-1820930-1242488633 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820930-1242488633.cnf

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

MD5SUM BENCH= 8d76aa747359ea8ccf15726792949452
RANDOM SEED= 127157023

Linux tipi27 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.389
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.40

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.389
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.79

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.389
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.389
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.78


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:        596300 kB
Buffers:         61624 kB
Cached:        1289284 kB
SwapCached:       5508 kB
Active:         661692 kB
Inactive:       698976 kB
HighTotal:     1178688 kB
HighFree:       314332 kB
LowTotal:       895776 kB
LowFree:        281968 kB
SwapTotal:     1959888 kB
SwapFree:      1949056 kB
Dirty:            1896 kB
Writeback:           0 kB
AnonPages:        9260 kB
Mapped:           3228 kB
Slab:           107744 kB
PageTables:        420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90628 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9192 MiB
End job on tipi27 at 2009-05-16 18:03:53