Trace number 1821817

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
MiniSat2hack 2009-03-23? (TO) 1200.03 1199.94

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_16_UNKNOWN.cnf
MD5SUM85279cb74dedd2e1c7356e22d8e98939
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 variables3366
Number of clauses362797
Sum of the clauses size1083511
Maximum clause length17
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25314
Number of clauses of size 3357452
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.00/0.00	c Parsing...
0.21/0.24	c ==============================================================================
0.21/0.24	c |           |     ORIGINAL     |              LEARNT              |          |
0.21/0.24	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.21/0.24	c ==============================================================================
0.21/0.24	c |         0 |  362797  1083511 |  108839       0        0     nan |  0.000 % |
5.11/5.16	c |         0 |  361512  1585361 |      --       0       --      -- |     --   | -1285/501850
5.11/5.16	c ==============================================================================
5.11/5.16	c Result  :   #vars: 2152   #clauses: 361512   #literals: 1585361
5.11/5.16	c CPU time:   5.11 s
5.11/5.16	c ==============================================================================
5.61/5.64	This is MiniSat 2.0 beta with hacks by AVG
5.61/5.64	WARNING: for repeatability, setting FPU to use double precision
5.61/5.64	============================[ Problem Statistics ]=============================
5.61/5.64	|                                                                             |
5.61/5.64	|  Number of variables:  2152                                                 |
5.61/5.64	|  Number of clauses:    361512                                               |
5.64/5.86	|  Parsing time:         0.19         s                                       |
1200.01/1199.93	HOME/SatELiteGTI: line 36:  6029 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-1821817-1242569067/watcher-1821817-1242569067 -o /tmp/evaluation-result-1821817-1242569067/solver-1821817-1242569067 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821817-1242569067.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.00 1.00 1.00 2/91 5839
/proc/meminfo: memFree=851236/2074464 swapFree=1952056/1959888
[pid=5839] ppid=5837 vsize=2412 CPUtime=0
/proc/5839/stat : 5839 (SatELiteGTI) S 5837 5839 15108 0 -1 4194304 365 645 0 0 0 0 0 0 25 0 1 0 1021404860 2469888 275 4294967295 134512640 135169312 3220177488 3220176024 3085684462 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5839/statm: 603 275 235 161 0 42 0
[pid=5843] ppid=5839 vsize=952 CPUtime=0
/proc/5843/stat : 5843 (SatELite_releas) R 5839 5839 15108 0 -1 4202496 117 0 0 0 0 0 0 0 25 0 1 0 1021404860 974848 54 4294967295 134512640 135223648 3216838416 3216835832 134697236 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5843/statm: 238 55 45 174 0 63 0

[startup+0.049766 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 5839
/proc/meminfo: memFree=851236/2074464 swapFree=1952056/1959888
[pid=5839] ppid=5837 vsize=2412 CPUtime=0
/proc/5839/stat : 5839 (SatELiteGTI) S 5837 5839 15108 0 -1 4194304 365 645 0 0 0 0 0 0 25 0 1 0 1021404860 2469888 275 4294967295 134512640 135169312 3220177488 3220176024 3085684462 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5839/statm: 603 275 235 161 0 42 0
[pid=5843] ppid=5839 vsize=5424 CPUtime=0.05
/proc/5843/stat : 5843 (SatELite_releas) R 5839 5839 15108 0 -1 4202496 1181 0 0 0 5 0 0 0 25 0 1 0 1021404860 5554176 1117 4294967295 134512640 135223648 3216838416 3216837368 134737310 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5843/statm: 1356 1117 46 174 0 1181 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7836

[startup+0.109762 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 5839
/proc/meminfo: memFree=851236/2074464 swapFree=1952056/1959888
[pid=5839] ppid=5837 vsize=2412 CPUtime=0
/proc/5839/stat : 5839 (SatELiteGTI) S 5837 5839 15108 0 -1 4194304 365 645 0 0 0 0 0 0 25 0 1 0 1021404860 2469888 275 4294967295 134512640 135169312 3220177488 3220176024 3085684462 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5839/statm: 603 275 235 161 0 42 0
[pid=5843] ppid=5839 vsize=10160 CPUtime=0.11
/proc/5843/stat : 5843 (SatELite_releas) R 5839 5839 15108 0 -1 4202496 2362 0 0 0 10 1 0 0 25 0 1 0 1021404860 10403840 2298 4294967295 134512640 135223648 3216838416 3216837368 134737310 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5843/statm: 2540 2298 46 174 0 2365 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 12572

[startup+0.309745 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 5839
/proc/meminfo: memFree=851236/2074464 swapFree=1952056/1959888
[pid=5839] ppid=5837 vsize=2412 CPUtime=0
/proc/5839/stat : 5839 (SatELiteGTI) S 5837 5839 15108 0 -1 4194304 365 645 0 0 0 0 0 0 25 0 1 0 1021404860 2469888 275 4294967295 134512640 135169312 3220177488 3220176024 3085684462 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5839/statm: 603 275 235 161 0 42 0
[pid=5843] ppid=5839 vsize=27044 CPUtime=0.31
/proc/5843/stat : 5843 (SatELite_releas) R 5839 5839 15108 0 -1 4202496 6467 0 0 0 27 4 0 0 25 0 1 0 1021404860 27693056 6403 4294967295 134512640 135223648 3216838416 3216836416 134549036 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5843/statm: 6761 6403 73 174 0 6586 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 29456

[startup+0.709715 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 5839
/proc/meminfo: memFree=851236/2074464 swapFree=1952056/1959888
[pid=5839] ppid=5837 vsize=2412 CPUtime=0
/proc/5839/stat : 5839 (SatELiteGTI) S 5837 5839 15108 0 -1 4194304 365 645 0 0 0 0 0 0 25 0 1 0 1021404860 2469888 275 4294967295 134512640 135169312 3220177488 3220176024 3085684462 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5839/statm: 603 275 235 161 0 42 0
[pid=5843] ppid=5839 vsize=29824 CPUtime=0.71
/proc/5843/stat : 5843 (SatELite_releas) R 5839 5839 15108 0 -1 4202496 7153 0 0 0 66 5 0 0 25 0 1 0 1021404860 30539776 7089 4294967295 134512640 135223648 3216838416 3216836192 134585584 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5843/statm: 7456 7089 73 174 0 7281 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 32236

[startup+1.50965 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 5844
/proc/meminfo: memFree=821196/2074464 swapFree=1952056/1959888
[pid=5839] ppid=5837 vsize=2412 CPUtime=0
/proc/5839/stat : 5839 (SatELiteGTI) S 5837 5839 15108 0 -1 4194304 365 645 0 0 0 0 0 0 25 0 1 0 1021404860 2469888 275 4294967295 134512640 135169312 3220177488 3220176024 3085684462 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5839/statm: 603 275 235 161 0 42 0
[pid=5843] ppid=5839 vsize=37480 CPUtime=1.51
/proc/5843/stat : 5843 (SatELite_releas) R 5839 5839 15108 0 -1 4202496 8647 0 0 0 146 5 0 0 25 0 1 0 1021404860 38379520 8583 4294967295 134512640 135223648 3216838416 3216836768 134601718 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5843/statm: 9370 8583 73 174 0 9195 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 39892

[startup+3.10953 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 5845
/proc/meminfo: memFree=814500/2074464 swapFree=1952056/1959888
[pid=5839] ppid=5837 vsize=2412 CPUtime=0
/proc/5839/stat : 5839 (SatELiteGTI) S 5837 5839 15108 0 -1 4194304 365 645 0 0 0 0 0 0 25 0 1 0 1021404860 2469888 275 4294967295 134512640 135169312 3220177488 3220176024 3085684462 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5839/statm: 603 275 235 161 0 42 0
[pid=5843] ppid=5839 vsize=39396 CPUtime=3.11
/proc/5843/stat : 5843 (SatELite_releas) R 5839 5839 15108 0 -1 4202496 9019 0 0 0 306 5 0 0 25 0 1 0 1021404860 40341504 8955 4294967295 134512640 135223648 3216838416 3216836512 134585471 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5843/statm: 9849 8955 73 174 0 9674 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 41808

[startup+6.30929 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 6028
/proc/meminfo: memFree=813008/2074464 swapFree=1952056/1959888
[pid=5839] ppid=5837 vsize=2416 CPUtime=5.64
/proc/5839/stat : 5839 (SatELiteGTI) S 5837 5839 15108 0 -1 4194304 384 9667 0 0 0 0 557 7 20 0 1 0 1021404860 2473984 276 4294967295 134512640 135169312 3220177488 3220173704 3085684462 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/5839/statm: 604 276 235 161 0 43 0
Current children cumulated CPU time (s) 5.64
Current children cumulated vsize (KiB) 2416

[startup+12.7088 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 6029
/proc/meminfo: memFree=819148/2074464 swapFree=1952056/1959888
[pid=5839] ppid=5837 vsize=2416 CPUtime=5.64
/proc/5839/stat : 5839 (SatELiteGTI) S 5837 5839 15108 0 -1 4194304 384 9667 0 0 0 0 557 7 20 0 1 0 1021404860 2473984 276 4294967295 134512640 135169312 3220177488 3220173704 3085684462 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/5839/statm: 604 276 235 161 0 43 0
[pid=6029] ppid=5839 vsize=23660 CPUtime=7.07
/proc/6029/stat : 6029 (minisat_static) R 5839 5839 15108 0 -1 4202496 5762 0 0 0 702 5 0 0 25 0 1 0 1021405425 24227840 5697 4294967295 134512640 135214715 3219532288 3219530752 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6029/statm: 5915 5697 73 172 0 5742 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 26076

[startup+25.5078 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 6029
/proc/meminfo: memFree=811280/2074464 swapFree=1952056/1959888
[pid=5839] ppid=5837 vsize=2416 CPUtime=5.64
/proc/5839/stat : 5839 (SatELiteGTI) S 5837 5839 15108 0 -1 4194304 384 9667 0 0 0 0 557 7 20 0 1 0 1021404860 2473984 276 4294967295 134512640 135169312 3220177488 3220173704 3085684462 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/5839/statm: 604 276 235 161 0 43 0
[pid=6029] ppid=5839 vsize=31348 CPUtime=19.87
/proc/6029/stat : 6029 (minisat_static) R 5839 5839 15108 0 -1 4202496 7667 0 0 0 1980 7 0 0 25 0 1 0 1021405425 32100352 7602 4294967295 134512640 135214715 3219532288 3219530752 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6029/statm: 7837 7602 73 172 0 7664 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 33764

[startup+51.1159 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 6037
/proc/meminfo: memFree=796696/2074464 swapFree=1952056/1959888
[pid=5839] ppid=5837 vsize=2416 CPUtime=5.64
/proc/5839/stat : 5839 (SatELiteGTI) S 5837 5839 15108 0 -1 4194304 384 9667 0 0 0 0 557 7 20 0 1 0 1021404860 2473984 276 4294967295 134512640 135169312 3220177488 3220173704 3085684462 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/5839/statm: 604 276 235 161 0 43 0
[pid=6029] ppid=5839 vsize=46096 CPUtime=45.48
/proc/6029/stat : 6029 (minisat_static) R 5839 5839 15108 0 -1 4202496 11356 0 0 0 4538 10 0 0 25 0 1 0 1021405425 47202304 11291 4294967295 134512640 135214715 3219532288 3219530752 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6029/statm: 11524 11291 73 172 0 11351 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 48512

[startup+102.322 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 6222
/proc/meminfo: memFree=776988/2074464 swapFree=1952056/1959888
[pid=5839] ppid=5837 vsize=2416 CPUtime=5.64
/proc/5839/stat : 5839 (SatELiteGTI) S 5837 5839 15108 0 -1 4194304 384 9667 0 0 0 0 557 7 20 0 1 0 1021404860 2473984 276 4294967295 134512640 135169312 3220177488 3220173704 3085684462 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/5839/statm: 604 276 235 161 0 43 0
[pid=6029] ppid=5839 vsize=65416 CPUtime=96.69
/proc/6029/stat : 6029 (minisat_static) R 5839 5839 15108 0 -1 4202496 16156 0 0 0 9656 13 0 0 25 0 1 0 1021405425 66985984 16091 4294967295 134512640 135214715 3219532288 3219530752 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6029/statm: 16354 16091 73 172 0 16181 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 67832

[startup+162.317 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 6411
/proc/meminfo: memFree=756280/2074464 swapFree=1952056/1959888
[pid=5839] ppid=5837 vsize=2416 CPUtime=5.64
/proc/5839/stat : 5839 (SatELiteGTI) S 5837 5839 15108 0 -1 4194304 384 9667 0 0 0 0 557 7 20 0 1 0 1021404860 2473984 276 4294967295 134512640 135169312 3220177488 3220173704 3085684462 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/5839/statm: 604 276 235 161 0 43 0
[pid=6029] ppid=5839 vsize=86588 CPUtime=156.69
/proc/6029/stat : 6029 (minisat_static) R 5839 5839 15108 0 -1 4202496 21407 0 0 0 15650 19 0 0 25 0 1 0 1021405425 88666112 21342 4294967295 134512640 135214715 3219532288 3219530752 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6029/statm: 21647 21342 73 172 0 21474 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 89004

[startup+222.323 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 6599
/proc/meminfo: memFree=740160/2074464 swapFree=1952056/1959888
[pid=5839] ppid=5837 vsize=2416 CPUtime=5.64
/proc/5839/stat : 5839 (SatELiteGTI) S 5837 5839 15108 0 -1 4194304 384 9667 0 0 0 0 557 7 20 0 1 0 1021404860 2473984 276 4294967295 134512640 135169312 3220177488 3220173704 3085684462 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/5839/statm: 604 276 235 161 0 43 0
[pid=6029] ppid=5839 vsize=102272 CPUtime=216.7
/proc/6029/stat : 6029 (minisat_static) R 5839 5839 15108 0 -1 4202496 25351 0 0 0 21648 22 0 0 25 0 1 0 1021405425 104726528 25286 4294967295 134512640 135214715 3219532288 3219530752 134528791 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6029/statm: 25568 25286 73 172 0 25395 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 104688

[startup+282.318 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 6787
/proc/meminfo: memFree=726396/2074464 swapFree=1952056/1959888
[pid=5839] ppid=5837 vsize=2416 CPUtime=5.64
/proc/5839/stat : 5839 (SatELiteGTI) S 5837 5839 15108 0 -1 4194304 384 9667 0 0 0 0 557 7 20 0 1 0 1021404860 2473984 276 4294967295 134512640 135169312 3220177488 3220173704 3085684462 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/5839/statm: 604 276 235 161 0 43 0
[pid=6029] ppid=5839 vsize=116468 CPUtime=276.7
/proc/6029/stat : 6029 (minisat_static) R 5839 5839 15108 0 -1 4202496 28862 0 0 0 27644 26 0 0 25 0 1 0 1021405425 119263232 28797 4294967295 134512640 135214715 3219532288 3219530752 134528588 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6029/statm: 29117 28797 73 172 0 28944 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 118884

[startup+342.304 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 6978
/proc/meminfo: memFree=713228/2074464 swapFree=1952056/1959888
[pid=5839] ppid=5837 vsize=2416 CPUtime=5.64
/proc/5839/stat : 5839 (SatELiteGTI) S 5837 5839 15108 0 -1 4194304 384 9667 0 0 0 0 557 7 20 0 1 0 1021404860 2473984 276 4294967295 134512640 135169312 3220177488 3220173704 3085684462 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/5839/statm: 604 276 235 161 0 43 0
[pid=6029] ppid=5839 vsize=129604 CPUtime=336.69
/proc/6029/stat : 6029 (minisat_static) R 5839 5839 15108 0 -1 4202496 32095 0 0 0 33640 29 0 0 25 0 1 0 1021405425 132714496 32030 4294967295 134512640 135214715 3219532288 3219530752 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6029/statm: 32401 32030 73 172 0 32228 0
Current children cumulated CPU time (s) 342.33
Current children cumulated vsize (KiB) 132020

[startup+402.319 s]

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

/proc/5839/stat : 5839 (SatELiteGTI) S 5837 5839 15108 0 -1 4194304 384 9667 0 0 0 0 557 7 20 0 1 0 1021404860 2473984 276 4294967295 134512640 135169312 3220177488 3220173704 3085684462 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/5839/statm: 604 276 235 161 0 43 0
[pid=6029] ppid=5839 vsize=152484 CPUtime=516.72
/proc/6029/stat : 6029 (minisat_static) R 5839 5839 15108 0 -1 4202496 37786 0 0 0 51636 36 0 0 25 0 1 0 1021405425 156143616 37721 4294967295 134512640 135214715 3219532288 3219530752 134528672 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6029/statm: 38121 37721 73 172 0 37948 0
Current children cumulated CPU time (s) 522.36
Current children cumulated vsize (KiB) 154900

[startup+582.315 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 7732
/proc/meminfo: memFree=687668/2074464 swapFree=1952056/1959888
[pid=5839] ppid=5837 vsize=2416 CPUtime=5.64
/proc/5839/stat : 5839 (SatELiteGTI) S 5837 5839 15108 0 -1 4194304 384 9667 0 0 0 0 557 7 20 0 1 0 1021404860 2473984 276 4294967295 134512640 135169312 3220177488 3220173704 3085684462 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/5839/statm: 604 276 235 161 0 43 0
[pid=6029] ppid=5839 vsize=155316 CPUtime=576.72
/proc/6029/stat : 6029 (minisat_static) R 5839 5839 15108 0 -1 4202496 38488 0 0 0 57633 39 0 0 25 0 1 0 1021405425 159043584 38423 4294967295 134512640 135214715 3219532288 3219530752 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6029/statm: 38829 38423 73 172 0 38656 0
Current children cumulated CPU time (s) 582.36
Current children cumulated vsize (KiB) 157732

[startup+642.321 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 7921
/proc/meminfo: memFree=684296/2074464 swapFree=1952056/1959888
[pid=5839] ppid=5837 vsize=2416 CPUtime=5.64
/proc/5839/stat : 5839 (SatELiteGTI) S 5837 5839 15108 0 -1 4194304 384 9667 0 0 0 0 557 7 20 0 1 0 1021404860 2473984 276 4294967295 134512640 135169312 3220177488 3220173704 3085684462 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/5839/statm: 604 276 235 161 0 43 0
[pid=6029] ppid=5839 vsize=158304 CPUtime=636.73
/proc/6029/stat : 6029 (minisat_static) R 5839 5839 15108 0 -1 4202496 39205 0 0 0 63630 43 0 0 25 0 1 0 1021405425 162103296 39140 4294967295 134512640 135214715 3219532288 3219530752 134528721 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6029/statm: 39576 39140 73 172 0 39403 0
Current children cumulated CPU time (s) 642.37
Current children cumulated vsize (KiB) 160720

[startup+702.306 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 8106
/proc/meminfo: memFree=681220/2074464 swapFree=1952056/1959888
[pid=5839] ppid=5837 vsize=2416 CPUtime=5.64
/proc/5839/stat : 5839 (SatELiteGTI) S 5837 5839 15108 0 -1 4194304 384 9667 0 0 0 0 557 7 20 0 1 0 1021404860 2473984 276 4294967295 134512640 135169312 3220177488 3220173704 3085684462 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/5839/statm: 604 276 235 161 0 43 0
[pid=6029] ppid=5839 vsize=161536 CPUtime=696.72
/proc/6029/stat : 6029 (minisat_static) R 5839 5839 15108 0 -1 4202496 39981 0 0 0 69625 47 0 0 25 0 1 0 1021405425 165412864 39916 4294967295 134512640 135214715 3219532288 3219530752 134528632 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6029/statm: 40384 39916 73 172 0 40211 0
Current children cumulated CPU time (s) 702.36
Current children cumulated vsize (KiB) 163952

[startup+762.321 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 8298
/proc/meminfo: memFree=678384/2074464 swapFree=1952056/1959888
[pid=5839] ppid=5837 vsize=2416 CPUtime=5.64
/proc/5839/stat : 5839 (SatELiteGTI) S 5837 5839 15108 0 -1 4194304 384 9667 0 0 0 0 557 7 20 0 1 0 1021404860 2473984 276 4294967295 134512640 135169312 3220177488 3220173704 3085684462 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/5839/statm: 604 276 235 161 0 43 0
[pid=6029] ppid=5839 vsize=164476 CPUtime=756.74
/proc/6029/stat : 6029 (minisat_static) R 5839 5839 15108 0 -1 4202496 40714 0 0 0 75627 47 0 0 25 0 1 0 1021405425 168423424 40649 4294967295 134512640 135214715 3219532288 3219530752 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6029/statm: 41119 40649 73 172 0 40946 0
Current children cumulated CPU time (s) 762.38
Current children cumulated vsize (KiB) 166892

[startup+822.317 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 8490
/proc/meminfo: memFree=675300/2074464 swapFree=1952056/1959888
[pid=5839] ppid=5837 vsize=2416 CPUtime=5.64
/proc/5839/stat : 5839 (SatELiteGTI) S 5837 5839 15108 0 -1 4194304 384 9667 0 0 0 0 557 7 20 0 1 0 1021404860 2473984 276 4294967295 134512640 135169312 3220177488 3220173704 3085684462 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/5839/statm: 604 276 235 161 0 43 0
[pid=6029] ppid=5839 vsize=167988 CPUtime=816.74
/proc/6029/stat : 6029 (minisat_static) R 5839 5839 15108 0 -1 4202496 41483 0 0 0 81624 50 0 0 25 0 1 0 1021405425 172019712 41418 4294967295 134512640 135214715 3219532288 3219530752 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6029/statm: 41997 41418 73 172 0 41824 0
Current children cumulated CPU time (s) 822.38
Current children cumulated vsize (KiB) 170404

[startup+882.322 s]
/proc/loadavg: 1.04 1.01 1.00 2/93 8678
/proc/meminfo: memFree=672424/2074464 swapFree=1952056/1959888
[pid=5839] ppid=5837 vsize=2416 CPUtime=5.64
/proc/5839/stat : 5839 (SatELiteGTI) S 5837 5839 15108 0 -1 4194304 384 9667 0 0 0 0 557 7 20 0 1 0 1021404860 2473984 276 4294967295 134512640 135169312 3220177488 3220173704 3085684462 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/5839/statm: 604 276 235 161 0 43 0
[pid=6029] ppid=5839 vsize=171364 CPUtime=876.75
/proc/6029/stat : 6029 (minisat_static) R 5839 5839 15108 0 -1 4202496 42278 0 0 0 87624 51 0 0 25 0 1 0 1021405425 175476736 42213 4294967295 134512640 135214715 3219532288 3219530752 134528721 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6029/statm: 42841 42213 73 172 0 42668 0
Current children cumulated CPU time (s) 882.39
Current children cumulated vsize (KiB) 173780

[startup+942.318 s]
/proc/loadavg: 1.01 1.01 1.00 3/93 8867
/proc/meminfo: memFree=669176/2074464 swapFree=1952056/1959888
[pid=5839] ppid=5837 vsize=2416 CPUtime=5.64
/proc/5839/stat : 5839 (SatELiteGTI) S 5837 5839 15108 0 -1 4194304 384 9667 0 0 0 0 557 7 20 0 1 0 1021404860 2473984 276 4294967295 134512640 135169312 3220177488 3220173704 3085684462 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/5839/statm: 604 276 235 161 0 43 0
[pid=6029] ppid=5839 vsize=174356 CPUtime=936.75
/proc/6029/stat : 6029 (minisat_static) R 5839 5839 15108 0 -1 4202496 43058 0 0 0 93624 51 0 0 25 0 1 0 1021405425 178540544 42993 4294967295 134512640 135214715 3219532288 3219530752 134528688 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6029/statm: 43589 42993 73 172 0 43416 0
Current children cumulated CPU time (s) 942.39
Current children cumulated vsize (KiB) 176772

[startup+1002.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 9052
/proc/meminfo: memFree=664612/2074464 swapFree=1952056/1959888
[pid=5839] ppid=5837 vsize=2416 CPUtime=5.64
/proc/5839/stat : 5839 (SatELiteGTI) S 5837 5839 15108 0 -1 4194304 384 9667 0 0 0 0 557 7 20 0 1 0 1021404860 2473984 276 4294967295 134512640 135169312 3220177488 3220173704 3085684462 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/5839/statm: 604 276 235 161 0 43 0
[pid=6029] ppid=5839 vsize=179172 CPUtime=996.75
/proc/6029/stat : 6029 (minisat_static) R 5839 5839 15108 0 -1 4202496 44192 0 0 0 99623 52 0 0 25 0 1 0 1021405425 183472128 44111 4294967295 134512640 135214715 3219532288 3219530752 134528702 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6029/statm: 44793 44111 73 172 0 44620 0
Current children cumulated CPU time (s) 1002.39
Current children cumulated vsize (KiB) 181588

[startup+1062.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 9241
/proc/meminfo: memFree=660760/2074464 swapFree=1952056/1959888
[pid=5839] ppid=5837 vsize=2416 CPUtime=5.64
/proc/5839/stat : 5839 (SatELiteGTI) S 5837 5839 15108 0 -1 4194304 384 9667 0 0 0 0 557 7 20 0 1 0 1021404860 2473984 276 4294967295 134512640 135169312 3220177488 3220173704 3085684462 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/5839/statm: 604 276 235 161 0 43 0
[pid=6029] ppid=5839 vsize=183320 CPUtime=1056.75
/proc/6029/stat : 6029 (minisat_static) R 5839 5839 15108 0 -1 4202496 45219 0 0 0 105623 52 0 0 25 0 1 0 1021405425 187719680 45138 4294967295 134512640 135214715 3219532288 3219530752 134528672 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6029/statm: 45830 45138 73 172 0 45657 0
Current children cumulated CPU time (s) 1062.39
Current children cumulated vsize (KiB) 185736

[startup+1122.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 9429
/proc/meminfo: memFree=655344/2074464 swapFree=1952056/1959888
[pid=5839] ppid=5837 vsize=2416 CPUtime=5.64
/proc/5839/stat : 5839 (SatELiteGTI) S 5837 5839 15108 0 -1 4194304 384 9667 0 0 0 0 557 7 20 0 1 0 1021404860 2473984 276 4294967295 134512640 135169312 3220177488 3220173704 3085684462 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/5839/statm: 604 276 235 161 0 43 0
[pid=6029] ppid=5839 vsize=188492 CPUtime=1116.76
/proc/6029/stat : 6029 (minisat_static) R 5839 5839 15108 0 -1 4202496 46488 0 0 0 111622 54 0 0 25 0 1 0 1021405425 193015808 46407 4294967295 134512640 135214715 3219532288 3219530752 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6029/statm: 47123 46407 73 172 0 46950 0
Current children cumulated CPU time (s) 1122.4
Current children cumulated vsize (KiB) 190908

[startup+1182.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 9621
/proc/meminfo: memFree=648764/2074464 swapFree=1952056/1959888
[pid=5839] ppid=5837 vsize=2416 CPUtime=5.64
/proc/5839/stat : 5839 (SatELiteGTI) S 5837 5839 15108 0 -1 4194304 384 9667 0 0 0 0 557 7 20 0 1 0 1021404860 2473984 276 4294967295 134512640 135169312 3220177488 3220173704 3085684462 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/5839/statm: 604 276 235 161 0 43 0
[pid=6029] ppid=5839 vsize=195492 CPUtime=1176.77
/proc/6029/stat : 6029 (minisat_static) R 5839 5839 15108 0 -1 4202496 48178 0 0 0 117622 55 0 0 25 0 1 0 1021405425 200183808 48089 4294967295 134512640 135214715 3219532288 3219530752 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6029/statm: 48873 48089 73 172 0 48700 0
Current children cumulated CPU time (s) 1182.41
Current children cumulated vsize (KiB) 197908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.92 s]
/proc/loadavg: 1.13 1.03 1.01 3/93 9622
/proc/meminfo: memFree=647780/2074464 swapFree=1952056/1959888
[pid=5839] ppid=5837 vsize=2416 CPUtime=5.64
/proc/5839/stat : 5839 (SatELiteGTI) S 5837 5839 15108 0 -1 4194304 384 9667 0 0 0 0 557 7 20 0 1 0 1021404860 2473984 276 4294967295 134512640 135169312 3220177488 3220173704 3085684462 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/5839/statm: 604 276 235 161 0 43 0
[pid=6029] ppid=5839 vsize=196352 CPUtime=1194.37
/proc/6029/stat : 6029 (minisat_static) R 5839 5839 15108 0 -1 4202496 48420 0 0 0 119382 55 0 0 25 0 1 0 1021405425 201064448 48331 4294967295 134512640 135214715 3219532288 3219530752 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6029/statm: 49088 48331 73 172 0 48915 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 198768

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

[startup+1199.92 s]
/proc/loadavg: 1.13 1.03 1.01 3/93 9622
/proc/meminfo: memFree=647780/2074464 swapFree=1952056/1959888
[pid=5839] ppid=5837 vsize=2416 CPUtime=5.64
/proc/5839/stat : 5839 (SatELiteGTI) S 5837 5839 15108 0 -1 4194304 384 9667 0 0 0 0 557 7 20 0 1 0 1021404860 2473984 276 4294967295 134512640 135169312 3220177488 3220173704 3085684462 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/5839/statm: 604 276 235 161 0 43 0
[pid=6029] ppid=5839 vsize=196352 CPUtime=1194.37
/proc/6029/stat : 6029 (minisat_static) R 5839 5839 15108 0 -1 4202496 48420 0 0 0 119382 55 0 0 25 0 1 0 1021405425 201064448 48331 4294967295 134512640 135214715 3219532288 3219530752 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6029/statm: 49088 48331 73 172 0 48915 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 198768

Child status: 143
Real time (s): 1199.94
CPU time (s): 1200.03
CPU user time (s): 1199.39
CPU system time (s): 0.64
CPU usage (%): 100.008
Max. virtual memory (cumulated for all children) (KiB): 198768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.39
system time used= 0.64
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58750
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= 22
involuntary context switches= 651

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi24 at 2009-05-17 16:04:27
IDJOB=1821817
IDBENCH=71096
IDSOLVER=660
FILE ID=tipi24/1821817-1242569067
PBS_JOBID=
Free space on /tmp= 9637 MiB

SOLVER NAME= MiniSat2hack 2009-03-23
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/ndhf_xits_16_UNKNOWN.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821817-1242569067/watcher-1821817-1242569067 -o /tmp/evaluation-result-1821817-1242569067/solver-1821817-1242569067 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821817-1242569067.cnf

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

MD5SUM BENCH= 85279cb74dedd2e1c7356e22d8e98939
RANDOM SEED= 1427339477

Linux tipi24 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.461
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.461
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.75

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.461
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.461
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:        851244 kB
Buffers:         53380 kB
Cached:        1054060 kB
SwapCached:       3828 kB
Active:         318936 kB
Inactive:       797976 kB
HighTotal:     1178688 kB
HighFree:       205272 kB
LowTotal:       895776 kB
LowFree:        645972 kB
SwapTotal:     1959888 kB
SwapFree:      1952056 kB
Dirty:            7712 kB
Writeback:           0 kB
AnonPages:        8696 kB
Mapped:           3108 kB
Slab:            97272 kB
PageTables:        532 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    87796 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9637 MiB
End job on tipi24 at 2009-05-17 16:24:28