Trace number 1821909

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
APTUSAT 2009-03-22? (TO) 1200.09 1200.04

General information on the benchmark

Namevelev-pipe-o-uns-1.1-6.cnf
MD5SUMd986f0b849e7c714ed5d3a26373567af
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark105.67
Satisfiable
(Un)Satisfiability was proved
Number of variables17710
Number of clauses304026
Sum of the clauses size890580
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2268354
Number of clauses of size 326401
Number of clauses of size 4173
Number of clauses of size 5120
Number of clauses of size over 58977

Solver Data

0.00/0.00	c Parsing...
0.22/0.24	c ==============================================================================
0.22/0.24	c |           |     ORIGINAL     |              LEARNT              |          |
0.22/0.24	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.22/0.24	c ==============================================================================
0.22/0.24	c |         0 |  304025   890579 |   91207       0        0     nan |  0.000 % |
1.22/1.26	c |         0 |  289635   951406 |      --       0       --      -- |     --   | -14343/60934
1.22/1.26	c ==============================================================================
1.22/1.26	c Result  :   #vars: 11639   #clauses: 289635   #literals: 951406
1.22/1.26	c CPU time:   1.19 s
1.22/1.26	c ==============================================================================
1.52/1.57	This is MiniSat 2.0 beta
1.52/1.57	WARNING: for repeatability, setting FPU to use double precision
1.52/1.57	============================[ Problem Statistics ]=============================
1.52/1.57	|                                                                             |
1.52/1.57	|  Number of variables:  11639                                                |
1.52/1.57	|  Number of clauses:    289635                                               |
1.58/1.74	|  Parsing time:         0.13         s                                       |
1.58/1.76	============================[ Search Statistics ]==============================
1.58/1.76	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.58/1.76	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.58/1.76	===============================================================================
1.58/1.76	|         0 |   11639   289635   951406 |    96545        0    nan |  0.000 % |
1.58/1.80	|       100 |   11639   289635   951406 |   106199      100     28 |  0.000 % |
1.58/1.92	|       251 |   11639   289635   951406 |   116819      251     34 |  0.001 % |
1.58/2.00	|       476 |   11639   289635   951406 |   128501      476     40 |  0.000 % |
1.58/2.09	|       813 |   11639   289635   951406 |   141351      813     38 |  0.000 % |
2.50/2.52	|      1319 |   11639   289635   951406 |   155486     1319     46 |  0.001 % |
3.31/3.38	|      2081 |   11639   289635   951406 |   171035     2081     46 |  0.001 % |
3.80/3.89	|      3220 |   11639   289635   951406 |   188138     3220     48 |  0.001 % |
4.41/4.44	|      4929 |   11639   289635   951406 |   206952     4929     49 |  0.001 % |
5.40/5.43	|      7492 |   11639   289635   951406 |   227648     7492     49 |  0.001 % |
6.80/6.84	|     11339 |   11639   289635   951406 |   250412    11339     50 |  0.001 % |
8.50/8.53	|     17106 |   11639   289635   951406 |   275454    17106     52 |  0.001 % |
11.51/11.61	|     25757 |   11639   289635   951406 |   302999    25757     53 |  0.000 % |
16.31/16.34	|     38734 |   11639   289635   951406 |   333299    38734     51 |  0.000 % |
24.31/24.38	|     58196 |   11639   289635   951406 |   366629    58196     50 |  0.000 % |
45.60/45.67	|     87388 |   11639   289635   951406 |   403292    87388     80 |  0.000 % |
80.40/80.41	|    131177 |   11639   289635   951406 |   443621   131177     71 |  0.000 % |
147.31/147.35	|    196862 |   11639   289635   951406 |   487983   196862     88 |  0.000 % |
251.62/251.65	|    295392 |   11639   289635   951406 |   536782   295392     73 |  0.001 % |
465.73/465.72	|    443183 |   11639   289635   951406 |   590460   443183     62 |  0.000 % |
846.15/846.12	|    664867 |   11638   289625   951386 |   649506    88270     37 |  0.010 % |
1200.07/1200.03	HOME/SatELiteGTI: line 36:  4730 Terminated              $MS $2 $TMP.cnf $TMP.result

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: runsolver --timestamp -w /tmp/evaluation-result-1821909-1242578922/watcher-1821909-1242578922 -o /tmp/evaluation-result-1821909-1242578922/solver-1821909-1242578922 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821909-1242578922.cnf -restarts=1 

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 0.98 0.99 2/97 4724
/proc/meminfo: memFree=1205812/2074464 swapFree=1949244/1959888
[pid=4724] ppid=4722 vsize=2416 CPUtime=0.01
/proc/4724/stat : 4724 (SatELiteGTI) S 4722 4724 16367 0 -1 4194304 368 643 0 0 1 0 0 0 25 0 1 0 1022393267 2473984 277 4294967295 134512640 135169312 3217061712 3217060248 3085663982 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4724/statm: 604 277 235 161 0 43 0
[pid=4728] ppid=4724 vsize=956 CPUtime=0
/proc/4728/stat : 4728 (SatELite_releas) R 4724 4724 16367 0 -1 4202496 124 0 0 0 0 0 0 0 25 0 1 0 1022393268 978944 59 4294967295 134512640 135223648 3217186656 3217185108 134719062 0 0 0 3 0 0 0 17 1 0 0 0
/proc/4728/statm: 239 60 46 174 0 64 0

[startup+0.040774 s]
/proc/loadavg: 0.99 0.98 0.99 2/97 4724
/proc/meminfo: memFree=1205812/2074464 swapFree=1949244/1959888
[pid=4724] ppid=4722 vsize=2416 CPUtime=0.01
/proc/4724/stat : 4724 (SatELiteGTI) S 4722 4724 16367 0 -1 4194304 368 643 0 0 1 0 0 0 25 0 1 0 1022393267 2473984 277 4294967295 134512640 135169312 3217061712 3217060248 3085663982 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4724/statm: 604 277 235 161 0 43 0
[pid=4728] ppid=4724 vsize=4424 CPUtime=0.04
/proc/4728/stat : 4728 (SatELite_releas) R 4724 4724 16367 0 -1 4202496 968 0 0 0 3 1 0 0 25 0 1 0 1022393268 4530176 903 4294967295 134512640 135223648 3217186656 3217185608 134737310 0 0 0 3 0 0 0 17 1 0 0 0
/proc/4728/statm: 1106 903 46 174 0 931 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 6840

[startup+0.110756 s]
/proc/loadavg: 0.99 0.98 0.99 2/97 4724
/proc/meminfo: memFree=1205812/2074464 swapFree=1949244/1959888
[pid=4724] ppid=4722 vsize=2416 CPUtime=0.01
/proc/4724/stat : 4724 (SatELiteGTI) S 4722 4724 16367 0 -1 4194304 368 643 0 0 1 0 0 0 25 0 1 0 1022393267 2473984 277 4294967295 134512640 135169312 3217061712 3217060248 3085663982 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4724/statm: 604 277 235 161 0 43 0
[pid=4728] ppid=4724 vsize=10296 CPUtime=0.11
/proc/4728/stat : 4728 (SatELite_releas) R 4724 4724 16367 0 -1 4202496 2270 0 0 0 8 3 0 0 25 0 1 0 1022393268 10543104 2205 4294967295 134512640 135223648 3217186656 3217185156 134719062 0 0 0 3 0 0 0 17 1 0 0 0
/proc/4728/statm: 2574 2205 46 174 0 2399 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 12712

[startup+0.310744 s]
/proc/loadavg: 0.99 0.98 0.99 2/97 4724
/proc/meminfo: memFree=1205812/2074464 swapFree=1949244/1959888
[pid=4724] ppid=4722 vsize=2416 CPUtime=0.01
/proc/4724/stat : 4724 (SatELiteGTI) S 4722 4724 16367 0 -1 4194304 368 643 0 0 1 0 0 0 25 0 1 0 1022393267 2473984 277 4294967295 134512640 135169312 3217061712 3217060248 3085663982 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4724/statm: 604 277 235 161 0 43 0
[pid=4728] ppid=4724 vsize=27888 CPUtime=0.31
/proc/4728/stat : 4728 (SatELite_releas) R 4724 4724 16367 0 -1 4202496 6626 0 0 0 25 6 0 0 25 0 1 0 1022393268 28557312 5934 4294967295 134512640 135223648 3217186656 3217184656 134548993 0 0 0 3 0 0 0 17 1 0 0 0
/proc/4728/statm: 6972 5934 73 174 0 6797 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 30304

[startup+0.710721 s]
/proc/loadavg: 0.99 0.98 0.99 2/97 4724
/proc/meminfo: memFree=1205812/2074464 swapFree=1949244/1959888
[pid=4724] ppid=4722 vsize=2416 CPUtime=0.01
/proc/4724/stat : 4724 (SatELiteGTI) S 4722 4724 16367 0 -1 4194304 368 643 0 0 1 0 0 0 25 0 1 0 1022393267 2473984 277 4294967295 134512640 135169312 3217061712 3217060248 3085663982 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4724/statm: 604 277 235 161 0 43 0
[pid=4728] ppid=4724 vsize=29584 CPUtime=0.71
/proc/4728/stat : 4728 (SatELite_releas) R 4724 4724 16367 0 -1 4202496 7030 0 0 0 65 6 0 0 25 0 1 0 1022393268 30294016 6338 4294967295 134512640 135223648 3217186656 3217184672 134586697 0 0 0 3 0 0 0 17 1 0 0 0
/proc/4728/statm: 7396 6338 73 174 0 7221 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 32000

[startup+1.51068 s]
/proc/loadavg: 0.99 0.98 0.99 3/99 4729
/proc/meminfo: memFree=1177168/2074464 swapFree=1949244/1959888
[pid=4724] ppid=4722 vsize=2416 CPUtime=0.01
/proc/4724/stat : 4724 (SatELiteGTI) S 4722 4724 16367 0 -1 4194304 368 643 0 0 1 0 0 0 25 0 1 0 1022393267 2473984 277 4294967295 134512640 135169312 3217061712 3217060248 3085663982 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4724/statm: 604 277 235 161 0 43 0
[pid=4728] ppid=4724 vsize=29788 CPUtime=1.51
/proc/4728/stat : 4728 (SatELite_releas) R 4724 4724 16367 0 -1 4202496 8267 0 0 0 144 7 0 0 25 0 1 0 1022393268 30502912 6390 4294967295 134512640 135223648 3217186656 3217183276 134737406 0 0 0 3 0 0 0 17 1 0 0 0
/proc/4728/statm: 7447 6390 74 174 0 7272 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 32204

[startup+3.11059 s]
/proc/loadavg: 0.99 0.98 0.99 3/99 4730
/proc/meminfo: memFree=1184360/2074464 swapFree=1949244/1959888
[pid=4724] ppid=4722 vsize=2420 CPUtime=1.58
/proc/4724/stat : 4724 (SatELiteGTI) S 4722 4724 16367 0 -1 4194304 385 8912 0 0 1 0 150 7 18 0 1 0 1022393267 2478080 278 4294967295 134512640 135169312 3217061712 3217057928 3085663982 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/4724/statm: 605 278 235 161 0 44 0
[pid=4730] ppid=4724 vsize=15812 CPUtime=1.52
/proc/4730/stat : 4730 (minisat_static) R 4724 4724 16367 0 -1 4202496 3863 0 0 0 148 4 0 0 25 0 1 0 1022393425 16191488 3798 4294967295 134512640 135213731 3213427760 3213426224 134523516 0 0 0 3 0 0 0 17 1 0 0 0
/proc/4730/statm: 3953 3798 74 172 0 3779 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 18232

[startup+6.31041 s]
/proc/loadavg: 0.99 0.98 0.99 3/99 4730
/proc/meminfo: memFree=1183152/2074464 swapFree=1949244/1959888
[pid=4724] ppid=4722 vsize=2420 CPUtime=1.58
/proc/4724/stat : 4724 (SatELiteGTI) S 4722 4724 16367 0 -1 4194304 385 8912 0 0 1 0 150 7 18 0 1 0 1022393267 2478080 278 4294967295 134512640 135169312 3217061712 3217057928 3085663982 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/4724/statm: 605 278 235 161 0 44 0
[pid=4730] ppid=4724 vsize=17800 CPUtime=4.72
/proc/4730/stat : 4730 (minisat_static) R 4724 4724 16367 0 -1 4202496 4349 0 0 0 468 4 0 0 25 0 1 0 1022393425 18227200 4284 4294967295 134512640 135213731 3213427760 3213426240 134530208 0 0 0 3 0 0 0 17 1 0 0 0
/proc/4730/statm: 4450 4284 74 172 0 4276 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 20220

[startup+12.72 s]
/proc/loadavg: 0.99 0.98 0.99 3/99 4730
/proc/meminfo: memFree=1177604/2074464 swapFree=1949244/1959888
[pid=4724] ppid=4722 vsize=2420 CPUtime=1.58
/proc/4724/stat : 4724 (SatELiteGTI) S 4722 4724 16367 0 -1 4194304 385 8912 0 0 1 0 150 7 18 0 1 0 1022393267 2478080 278 4294967295 134512640 135169312 3217061712 3217057928 3085663982 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/4724/statm: 605 278 235 161 0 44 0
[pid=4730] ppid=4724 vsize=23076 CPUtime=11.13
/proc/4730/stat : 4730 (minisat_static) R 4724 4724 16367 0 -1 4202496 5659 0 0 0 1109 4 0 0 25 0 1 0 1022393425 23629824 5594 4294967295 134512640 135213731 3213427760 3213426240 134530249 0 0 0 3 0 0 0 17 1 0 0 0
/proc/4730/statm: 5769 5594 75 172 0 5595 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 25496

[startup+25.5193 s]
/proc/loadavg: 0.99 0.98 0.99 3/99 4730
/proc/meminfo: memFree=1170220/2074464 swapFree=1949244/1959888
[pid=4724] ppid=4722 vsize=2420 CPUtime=1.58
/proc/4724/stat : 4724 (SatELiteGTI) S 4722 4724 16367 0 -1 4194304 385 8912 0 0 1 0 150 7 18 0 1 0 1022393267 2478080 278 4294967295 134512640 135169312 3217061712 3217057928 3085663982 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/4724/statm: 605 278 235 161 0 44 0
[pid=4730] ppid=4724 vsize=30192 CPUtime=23.93
/proc/4730/stat : 4730 (minisat_static) R 4724 4724 16367 0 -1 4202496 7438 0 0 0 2388 5 0 0 25 0 1 0 1022393425 30916608 7373 4294967295 134512640 135213731 3213427760 3213426240 134530208 0 0 0 3 0 0 0 17 1 0 0 0
/proc/4730/statm: 7548 7373 75 172 0 7374 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 32612

[startup+51.1079 s]
/proc/loadavg: 0.99 0.98 0.99 2/99 4917
/proc/meminfo: memFree=1151056/2074464 swapFree=1949244/1959888
[pid=4724] ppid=4722 vsize=2420 CPUtime=1.58
/proc/4724/stat : 4724 (SatELiteGTI) S 4722 4724 16367 0 -1 4194304 385 8912 0 0 1 0 150 7 18 0 1 0 1022393267 2478080 278 4294967295 134512640 135169312 3217061712 3217057928 3085663982 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/4724/statm: 605 278 235 161 0 44 0
[pid=4730] ppid=4724 vsize=49140 CPUtime=49.52
/proc/4730/stat : 4730 (minisat_static) R 4724 4724 16367 0 -1 4202496 12106 0 0 0 4945 7 0 0 25 0 1 0 1022393425 50319360 12041 4294967295 134512640 135213731 3213427760 3213426240 134530208 0 0 0 3 0 0 0 17 1 0 0 0
/proc/4730/statm: 12285 12041 75 172 0 12111 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 51560

[startup+102.315 s]
/proc/loadavg: 0.99 0.98 0.99 3/99 4920
/proc/meminfo: memFree=1130276/2074464 swapFree=1949244/1959888
[pid=4724] ppid=4722 vsize=2420 CPUtime=1.58
/proc/4724/stat : 4724 (SatELiteGTI) S 4722 4724 16367 0 -1 4194304 385 8912 0 0 1 0 150 7 18 0 1 0 1022393267 2478080 278 4294967295 134512640 135169312 3217061712 3217057928 3085663982 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/4724/statm: 605 278 235 161 0 44 0
[pid=4730] ppid=4724 vsize=70240 CPUtime=100.73
/proc/4730/stat : 4730 (minisat_static) R 4724 4724 16367 0 -1 4202496 17323 0 0 0 10066 7 0 0 25 0 1 0 1022393425 71925760 17258 4294967295 134512640 135213731 3213427760 3213426240 134530114 0 0 0 3 0 0 0 17 1 0 0 0
/proc/4730/statm: 17560 17258 75 172 0 17386 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 72660

[startup+162.322 s]
/proc/loadavg: 0.99 0.98 0.99 2/99 5108
/proc/meminfo: memFree=1104376/2074464 swapFree=1949244/1959888
[pid=4724] ppid=4722 vsize=2420 CPUtime=1.58
/proc/4724/stat : 4724 (SatELiteGTI) S 4722 4724 16367 0 -1 4194304 385 8912 0 0 1 0 150 7 18 0 1 0 1022393267 2478080 278 4294967295 134512640 135169312 3217061712 3217057928 3085663982 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/4724/statm: 605 278 235 161 0 44 0
[pid=4730] ppid=4724 vsize=96628 CPUtime=160.74
/proc/4730/stat : 4730 (minisat_static) R 4724 4724 16367 0 -1 4202496 23834 0 0 0 16063 11 0 0 25 0 1 0 1022393425 98947072 23769 4294967295 134512640 135213731 3213427760 3213426240 134530208 0 0 0 3 0 0 0 17 1 0 0 0
/proc/4730/statm: 24157 23769 75 172 0 23983 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 99048

[startup+222.318 s]
/proc/loadavg: 0.99 0.98 0.99 2/99 5297
/proc/meminfo: memFree=1090892/2074464 swapFree=1949244/1959888
[pid=4724] ppid=4722 vsize=2420 CPUtime=1.58
/proc/4724/stat : 4724 (SatELiteGTI) S 4722 4724 16367 0 -1 4194304 385 8912 0 0 1 0 150 7 18 0 1 0 1022393267 2478080 278 4294967295 134512640 135169312 3217061712 3217057928 3085663982 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/4724/statm: 605 278 235 161 0 44 0
[pid=4730] ppid=4724 vsize=110356 CPUtime=220.74
/proc/4730/stat : 4730 (minisat_static) R 4724 4724 16367 0 -1 4202496 27242 0 0 0 22061 13 0 0 25 0 1 0 1022393425 113004544 27161 4294967295 134512640 135213731 3213427760 3213426240 134530208 0 0 0 3 0 0 0 17 1 0 0 0
/proc/4730/statm: 27589 27162 75 172 0 27415 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 112776

[startup+282.325 s]
/proc/loadavg: 0.99 0.98 0.99 2/99 5484
/proc/meminfo: memFree=1081832/2074464 swapFree=1949244/1959888
[pid=4724] ppid=4722 vsize=2420 CPUtime=1.58
/proc/4724/stat : 4724 (SatELiteGTI) S 4722 4724 16367 0 -1 4194304 385 8912 0 0 1 0 150 7 18 0 1 0 1022393267 2478080 278 4294967295 134512640 135169312 3217061712 3217057928 3085663982 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/4724/statm: 605 278 235 161 0 44 0
[pid=4730] ppid=4724 vsize=120012 CPUtime=280.75
/proc/4730/stat : 4730 (minisat_static) R 4724 4724 16367 0 -1 4202496 29416 0 0 0 28061 14 0 0 25 0 1 0 1022393425 122892288 29325 4294967295 134512640 135213731 3213427760 3213426240 134530208 0 0 0 3 0 0 0 17 1 0 0 0
/proc/4730/statm: 30003 29325 75 172 0 29829 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 122432

[startup+342.322 s]
/proc/loadavg: 1.03 1.00 1.00 3/99 5670
/proc/meminfo: memFree=1073400/2074464 swapFree=1949244/1959888
[pid=4724] ppid=4722 vsize=2420 CPUtime=1.58
/proc/4724/stat : 4724 (SatELiteGTI) S 4722 4724 16367 0 -1 4194304 385 8912 0 0 1 0 150 7 18 0 1 0 1022393267 2478080 278 4294967295 134512640 135169312 3217061712 3217057928 3085663982 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/4724/statm: 605 278 235 161 0 44 0
[pid=4730] ppid=4724 vsize=128492 CPUtime=340.75
/proc/4730/stat : 4730 (minisat_static) R 4724 4724 16367 0 -1 4202496 31478 0 0 0 34057 18 0 0 25 0 1 0 1022393425 131575808 31379 4294967295 134512640 135213731 3213427760 3213426240 134530208 0 0 0 3 0 0 0 17 1 0 0 0
/proc/4730/statm: 32123 31379 75 172 0 31949 0
Current children cumulated CPU time (s) 342.33

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

/proc/4724/statm: 605 278 235 161 0 44 0
[pid=4730] ppid=4724 vsize=146420 CPUtime=460.75
/proc/4730/stat : 4730 (minisat_static) R 4724 4724 16367 0 -1 4202496 35994 0 0 0 46051 24 0 0 25 0 1 0 1022393425 149934080 35895 4294967295 134512640 135213731 3213427760 3213426240 134530208 0 0 0 3 0 0 0 17 1 0 0 0
/proc/4730/statm: 36605 35895 75 172 0 36431 0
Current children cumulated CPU time (s) 462.33
Current children cumulated vsize (KiB) 148840

[startup+522.321 s]
/proc/loadavg: 1.15 1.03 1.01 3/99 6242
/proc/meminfo: memFree=1040796/2074464 swapFree=1949244/1959888
[pid=4724] ppid=4722 vsize=2420 CPUtime=1.58
/proc/4724/stat : 4724 (SatELiteGTI) S 4722 4724 16367 0 -1 4194304 385 8912 0 0 1 0 150 7 18 0 1 0 1022393267 2478080 278 4294967295 134512640 135169312 3217061712 3217057928 3085663982 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/4724/statm: 605 278 235 161 0 44 0
[pid=4730] ppid=4724 vsize=162400 CPUtime=520.76
/proc/4730/stat : 4730 (minisat_static) R 4724 4724 16367 0 -1 4202496 39587 0 0 0 52048 28 0 0 25 0 1 0 1022393425 166297600 39453 4294967295 134512640 135213731 3213427760 3213426240 134530208 0 0 0 3 0 0 0 17 1 0 0 0
/proc/4730/statm: 40600 39453 75 172 0 40426 0
Current children cumulated CPU time (s) 522.34
Current children cumulated vsize (KiB) 164820

[startup+582.318 s]
/proc/loadavg: 1.19 1.06 1.02 3/99 6429
/proc/meminfo: memFree=1027280/2074464 swapFree=1949244/1959888
[pid=4724] ppid=4722 vsize=2420 CPUtime=1.58
/proc/4724/stat : 4724 (SatELiteGTI) S 4722 4724 16367 0 -1 4194304 385 8912 0 0 1 0 150 7 18 0 1 0 1022393267 2478080 278 4294967295 134512640 135169312 3217061712 3217057928 3085663982 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/4724/statm: 605 278 235 161 0 44 0
[pid=4730] ppid=4724 vsize=176760 CPUtime=580.76
/proc/4730/stat : 4730 (minisat_static) R 4724 4724 16367 0 -1 4202496 43006 0 0 0 58043 33 0 0 25 0 1 0 1022393425 181002240 42849 4294967295 134512640 135213731 3213427760 3213426240 134530400 0 0 0 3 0 0 0 17 1 0 0 0
/proc/4730/statm: 44190 42849 75 172 0 44016 0
Current children cumulated CPU time (s) 582.34
Current children cumulated vsize (KiB) 179180

[startup+642.325 s]
/proc/loadavg: 1.13 1.06 1.01 2/99 6615
/proc/meminfo: memFree=1021808/2074464 swapFree=1949244/1959888
[pid=4724] ppid=4722 vsize=2420 CPUtime=1.58
/proc/4724/stat : 4724 (SatELiteGTI) S 4722 4724 16367 0 -1 4194304 385 8912 0 0 1 0 150 7 18 0 1 0 1022393267 2478080 278 4294967295 134512640 135169312 3217061712 3217057928 3085663982 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/4724/statm: 605 278 235 161 0 44 0
[pid=4730] ppid=4724 vsize=182584 CPUtime=640.77
/proc/4730/stat : 4730 (minisat_static) R 4724 4724 16367 0 -1 4202496 44419 0 0 0 64044 33 0 0 25 0 1 0 1022393425 186966016 44262 4294967295 134512640 135213731 3213427760 3213426240 134530208 0 0 0 3 0 0 0 17 1 0 0 0
/proc/4730/statm: 45646 44262 75 172 0 45472 0
Current children cumulated CPU time (s) 642.35
Current children cumulated vsize (KiB) 185004

[startup+702.321 s]
/proc/loadavg: 1.12 1.06 1.01 3/99 6804
/proc/meminfo: memFree=1014384/2074464 swapFree=1949244/1959888
[pid=4724] ppid=4722 vsize=2420 CPUtime=1.58
/proc/4724/stat : 4724 (SatELiteGTI) S 4722 4724 16367 0 -1 4194304 385 8912 0 0 1 0 150 7 18 0 1 0 1022393267 2478080 278 4294967295 134512640 135169312 3217061712 3217057928 3085663982 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/4724/statm: 605 278 235 161 0 44 0
[pid=4730] ppid=4724 vsize=190528 CPUtime=700.77
/proc/4730/stat : 4730 (minisat_static) R 4724 4724 16367 0 -1 4202496 46372 0 0 0 70039 38 0 0 25 0 1 0 1022393425 195100672 46206 4294967295 134512640 135213731 3213427760 3213426240 134530208 0 0 0 3 0 0 0 17 1 0 0 0
/proc/4730/statm: 47632 46206 75 172 0 47458 0
Current children cumulated CPU time (s) 702.35
Current children cumulated vsize (KiB) 192948

[startup+762.318 s]
/proc/loadavg: 1.04 1.05 1.01 4/99 6999
/proc/meminfo: memFree=1008424/2074464 swapFree=1949244/1959888
[pid=4724] ppid=4722 vsize=2420 CPUtime=1.58
/proc/4724/stat : 4724 (SatELiteGTI) S 4722 4724 16367 0 -1 4194304 385 8912 0 0 1 0 150 7 18 0 1 0 1022393267 2478080 278 4294967295 134512640 135169312 3217061712 3217057928 3085663982 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/4724/statm: 605 278 235 161 0 44 0
[pid=4730] ppid=4724 vsize=196500 CPUtime=760.77
/proc/4730/stat : 4730 (minisat_static) R 4724 4724 16367 0 -1 4202496 47751 0 0 0 76038 39 0 0 25 0 1 0 1022393425 201216000 47576 4294967295 134512640 135213731 3213427760 3213426176 134535108 0 0 0 3 0 0 0 17 1 0 0 0
/proc/4730/statm: 49125 47576 75 172 0 48951 0
Current children cumulated CPU time (s) 762.35
Current children cumulated vsize (KiB) 198920

[startup+822.314 s]
/proc/loadavg: 1.01 1.04 1.00 4/99 7188
/proc/meminfo: memFree=1008300/2074464 swapFree=1949244/1959888
[pid=4724] ppid=4722 vsize=2420 CPUtime=1.58
/proc/4724/stat : 4724 (SatELiteGTI) S 4722 4724 16367 0 -1 4194304 385 8912 0 0 1 0 150 7 18 0 1 0 1022393267 2478080 278 4294967295 134512640 135169312 3217061712 3217057928 3085663982 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/4724/statm: 605 278 235 161 0 44 0
[pid=4730] ppid=4724 vsize=196500 CPUtime=820.77
/proc/4730/stat : 4730 (minisat_static) R 4724 4724 16367 0 -1 4202496 47754 0 0 0 82038 39 0 0 25 0 1 0 1022393425 201216000 47579 4294967295 134512640 135213731 3213427760 3213426240 134530042 0 0 0 3 0 0 0 17 1 0 0 0
/proc/4730/statm: 49125 47579 75 172 0 48951 0
Current children cumulated CPU time (s) 822.35
Current children cumulated vsize (KiB) 198920

[startup+882.311 s]
/proc/loadavg: 1.00 1.03 1.00 3/99 7375
/proc/meminfo: memFree=1008316/2074464 swapFree=1949244/1959888
[pid=4724] ppid=4722 vsize=2420 CPUtime=1.58
/proc/4724/stat : 4724 (SatELiteGTI) S 4722 4724 16367 0 -1 4194304 385 8912 0 0 1 0 150 7 18 0 1 0 1022393267 2478080 278 4294967295 134512640 135169312 3217061712 3217057928 3085663982 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/4724/statm: 605 278 235 161 0 44 0
[pid=4730] ppid=4724 vsize=196500 CPUtime=880.77
/proc/4730/stat : 4730 (minisat_static) R 4724 4724 16367 0 -1 4202496 47754 0 0 0 88038 39 0 0 25 0 1 0 1022393425 201216000 47579 4294967295 134512640 135213731 3213427760 3213426240 134530208 0 0 0 3 0 0 0 17 1 0 0 0
/proc/4730/statm: 49125 47579 75 172 0 48951 0
Current children cumulated CPU time (s) 882.35
Current children cumulated vsize (KiB) 198920

[startup+942.318 s]
/proc/loadavg: 1.00 1.02 1.00 2/99 7561
/proc/meminfo: memFree=1008424/2074464 swapFree=1949244/1959888
[pid=4724] ppid=4722 vsize=2420 CPUtime=1.58
/proc/4724/stat : 4724 (SatELiteGTI) S 4722 4724 16367 0 -1 4194304 385 8912 0 0 1 0 150 7 18 0 1 0 1022393267 2478080 278 4294967295 134512640 135169312 3217061712 3217057928 3085663982 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/4724/statm: 605 278 235 161 0 44 0
[pid=4730] ppid=4724 vsize=196500 CPUtime=940.78
/proc/4730/stat : 4730 (minisat_static) R 4724 4724 16367 0 -1 4202496 47754 0 0 0 94037 41 0 0 25 0 1 0 1022393425 201216000 47579 4294967295 134512640 135213731 3213427760 3213426240 134529885 0 0 0 3 0 0 0 17 1 0 0 0
/proc/4730/statm: 49125 47579 75 172 0 48951 0
Current children cumulated CPU time (s) 942.36
Current children cumulated vsize (KiB) 198920

[startup+1002.31 s]
/proc/loadavg: 1.00 1.02 1.00 2/99 7750
/proc/meminfo: memFree=1008300/2074464 swapFree=1949244/1959888
[pid=4724] ppid=4722 vsize=2420 CPUtime=1.58
/proc/4724/stat : 4724 (SatELiteGTI) S 4722 4724 16367 0 -1 4194304 385 8912 0 0 1 0 150 7 18 0 1 0 1022393267 2478080 278 4294967295 134512640 135169312 3217061712 3217057928 3085663982 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/4724/statm: 605 278 235 161 0 44 0
[pid=4730] ppid=4724 vsize=196500 CPUtime=1000.78
/proc/4730/stat : 4730 (minisat_static) R 4724 4724 16367 0 -1 4202496 47754 0 0 0 100037 41 0 0 25 0 1 0 1022393425 201216000 47579 4294967295 134512640 135213731 3213427760 3213426224 134523803 0 0 0 3 0 0 0 17 1 0 0 0
/proc/4730/statm: 49125 47579 75 172 0 48951 0
Current children cumulated CPU time (s) 1002.36
Current children cumulated vsize (KiB) 198920

[startup+1062.32 s]
/proc/loadavg: 1.00 1.01 1.00 2/99 7938
/proc/meminfo: memFree=1008292/2074464 swapFree=1949244/1959888
[pid=4724] ppid=4722 vsize=2420 CPUtime=1.58
/proc/4724/stat : 4724 (SatELiteGTI) S 4722 4724 16367 0 -1 4194304 385 8912 0 0 1 0 150 7 18 0 1 0 1022393267 2478080 278 4294967295 134512640 135169312 3217061712 3217057928 3085663982 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/4724/statm: 605 278 235 161 0 44 0
[pid=4730] ppid=4724 vsize=196500 CPUtime=1060.79
/proc/4730/stat : 4730 (minisat_static) R 4724 4724 16367 0 -1 4202496 47754 0 0 0 106038 41 0 0 25 0 1 0 1022393425 201216000 47579 4294967295 134512640 135213731 3213427760 3213426240 134530208 0 0 0 3 0 0 0 17 1 0 0 0
/proc/4730/statm: 49125 47579 75 172 0 48951 0
Current children cumulated CPU time (s) 1062.37
Current children cumulated vsize (KiB) 198920

[startup+1122.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 8131
/proc/meminfo: memFree=1008300/2074464 swapFree=1949244/1959888
[pid=4724] ppid=4722 vsize=2420 CPUtime=1.58
/proc/4724/stat : 4724 (SatELiteGTI) S 4722 4724 16367 0 -1 4194304 385 8912 0 0 1 0 150 7 18 0 1 0 1022393267 2478080 278 4294967295 134512640 135169312 3217061712 3217057928 3085663982 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/4724/statm: 605 278 235 161 0 44 0
[pid=4730] ppid=4724 vsize=196500 CPUtime=1120.78
/proc/4730/stat : 4730 (minisat_static) R 4724 4724 16367 0 -1 4202496 47758 0 0 0 112035 43 0 0 25 0 1 0 1022393425 201216000 47583 4294967295 134512640 135213731 3213427760 3213426240 134530208 0 0 0 3 0 0 0 17 1 0 0 0
/proc/4730/statm: 49125 47583 75 172 0 48951 0
Current children cumulated CPU time (s) 1122.36
Current children cumulated vsize (KiB) 198920

[startup+1182.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 8318
/proc/meminfo: memFree=1008176/2074464 swapFree=1949244/1959888
[pid=4724] ppid=4722 vsize=2420 CPUtime=1.58
/proc/4724/stat : 4724 (SatELiteGTI) S 4722 4724 16367 0 -1 4194304 385 8912 0 0 1 0 150 7 18 0 1 0 1022393267 2478080 278 4294967295 134512640 135169312 3217061712 3217057928 3085663982 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/4724/statm: 605 278 235 161 0 44 0
[pid=4730] ppid=4724 vsize=196500 CPUtime=1180.79
/proc/4730/stat : 4730 (minisat_static) R 4724 4724 16367 0 -1 4202496 47763 0 0 0 118036 43 0 0 25 0 1 0 1022393425 201216000 47588 4294967295 134512640 135213731 3213427760 3213426240 134530208 0 0 0 3 0 0 0 17 1 0 0 0
/proc/4730/statm: 49125 47588 75 172 0 48951 0
Current children cumulated CPU time (s) 1182.37
Current children cumulated vsize (KiB) 198920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 8503
/proc/meminfo: memFree=1007916/2074464 swapFree=1949244/1959888
[pid=4724] ppid=4722 vsize=2420 CPUtime=1.58
/proc/4724/stat : 4724 (SatELiteGTI) S 4722 4724 16367 0 -1 4194304 385 8912 0 0 1 0 150 7 18 0 1 0 1022393267 2478080 278 4294967295 134512640 135169312 3217061712 3217057928 3085663982 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/4724/statm: 605 278 235 161 0 44 0
[pid=4730] ppid=4724 vsize=196500 CPUtime=1198.49
/proc/4730/stat : 4730 (minisat_static) R 4724 4724 16367 0 -1 4202496 47763 0 0 0 119806 43 0 0 25 0 1 0 1022393425 201216000 47588 4294967295 134512640 135213731 3213427760 3213426240 134530208 0 0 0 3 0 0 0 17 1 0 0 0
/proc/4730/statm: 49125 47588 75 172 0 48951 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 198920

Sending SIGTERM to process tree (bottom up)

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

Child status: 143
Real time (s): 1200.04
CPU time (s): 1200.09
CPU user time (s): 1199.57
CPU system time (s): 0.52
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 198920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.57
system time used= 0.52
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57336
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= 21
involuntary context switches= 985

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi11 at 2009-05-17 18:48:42
IDJOB=1821909
IDBENCH=71718
IDSOLVER=662
FILE ID=tipi11/1821909-1242578922
PBS_JOBID=
Free space on /tmp= 9366 MiB

SOLVER NAME= APTUSAT 2009-03-22
BENCH NAME= SAT_RACE06/velev-pipe-o-uns-1.1-6.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -restarts=1
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821909-1242578922/watcher-1821909-1242578922 -o /tmp/evaluation-result-1821909-1242578922/solver-1821909-1242578922 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821909-1242578922.cnf -restarts=1

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

MD5SUM BENCH= d986f0b849e7c714ed5d3a26373567af
RANDOM SEED= 1741853255

Linux tipi11 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.431
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.431
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.431
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.79

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.431
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:       1205812 kB
Buffers:         47332 kB
Cached:         717204 kB
SwapCached:       5248 kB
Active:         456456 kB
Inactive:       319988 kB
HighTotal:     1178688 kB
HighFree:       616568 kB
LowTotal:       895776 kB
LowFree:        589244 kB
SwapTotal:     1959888 kB
SwapFree:      1949244 kB
Dirty:            7560 kB
Writeback:           4 kB
AnonPages:       11116 kB
Mapped:           5108 kB
Slab:            83792 kB
PageTables:        468 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    97132 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9366 MiB
End job on tipi11 at 2009-05-17 19:08:43