Trace number 1625945

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
SAT07 reference solver: March KS 2007-02-08? (TO) 5000.11 5002.41

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/1100/
unif-k5-r20-v1100-c22000-S1912214877-051.cnf
MD5SUM3e2c453febe9a82dafec20260d8edecb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark55.2576
Satisfiable
(Un)Satisfiability was proved
Number of variables1100
Number of clauses22000
Sum of the clauses size110000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 522000
Number of clauses of size over 50

Solver Data

0.39/0.49	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.39/0.49	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
0.39/0.49	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
0.39/0.49	c main()::
0.39/0.49	c initFormula():: searching for DIMACS p-line....
0.39/0.49	c full lookahead due to high density!
0.39/0.49	c initFormula():: the DIMACS p-line indicates a CNF of 1100 variables and 22000 clauses.
0.39/0.49	c parseCNF():: parsing....
0.39/0.49	c parseCNF():: the CNF contains 0 unary clauses.
0.39/0.49	c runParser():: parsing was successful, warming up engines...
0.39/0.49	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.39/0.49	c preprocessing fase I completed:: there are now 1100 free variables and 22000 clauses.
0.39/0.49	c stat :: sign balance is biased by 0.044
0.39/0.49	c shorten_equivalence(): average equivalence length reduced from nan to nan
0.39/0.49	c using k-SAT heuristics (size based diff)
0.39/0.49	c longest clause has size 5
0.39/0.49	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.39/0.49	c main():: clause / variable ratio: ( 22000 / 1100 ) = 20.00
0.39/0.49	c longest clause has size 5
0.39/0.49	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.39/0.49	c dynamic_preselect_setsize :: off
0.39/0.49	c suggested doublelook initial :: 0
0.39/0.49	c main():: all systems go!
0.39/0.49	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| 0 NC: 1014 JD: 333
8.88/8.97	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1625945-1239997560/watcher-1625945-1239997560 -o /tmp/evaluation-result-1625945-1239997560/solver-1625945-1239997560 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/march_ks HOME/instance-1625945-1239997560.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.98 3/64 23027
/proc/meminfo: memFree=986008/2055920 swapFree=4192956/4192956
[pid=23027] ppid=23025 vsize=964 CPUtime=0
/proc/23027/stat : 23027 (march_ks) R 23025 23027 22923 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 27790070 987136 114 1992294400 134512640 135019032 4294956240 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 0 0 0
/proc/23027/statm: 241 115 47 123 0 116 0

[startup+0.083775 s]
/proc/loadavg: 1.00 1.00 0.98 3/64 23027
/proc/meminfo: memFree=986008/2055920 swapFree=4192956/4192956
[pid=23027] ppid=23025 vsize=2600 CPUtime=0.07
/proc/23027/stat : 23027 (march_ks) R 23025 23027 22923 0 -1 4194304 922 0 0 0 7 0 0 0 18 0 1 0 27790070 2662400 421 1992294400 134512640 135019032 4294956240 18446744073709551615 134609896 0 0 4096 0 0 0 0 17 0 0 0
/proc/23027/statm: 650 421 63 123 0 525 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2600

[startup+0.101776 s]
/proc/loadavg: 1.00 1.00 0.98 3/64 23027
/proc/meminfo: memFree=986008/2055920 swapFree=4192956/4192956
[pid=23027] ppid=23025 vsize=3392 CPUtime=0.09
/proc/23027/stat : 23027 (march_ks) R 23025 23027 22923 0 -1 4194304 1516 0 0 0 9 0 0 0 18 0 1 0 27790070 3473408 619 1992294400 134512640 135019032 4294956240 18446744073709551615 134554758 0 0 4096 0 0 0 0 17 0 0 0
/proc/23027/statm: 848 619 63 123 0 723 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3392

[startup+0.301792 s]
/proc/loadavg: 1.00 1.00 0.98 3/64 23027
/proc/meminfo: memFree=986008/2055920 swapFree=4192956/4192956
[pid=23027] ppid=23025 vsize=4036 CPUtime=0.29
/proc/23027/stat : 23027 (march_ks) R 23025 23027 22923 0 -1 4194304 2445 0 0 0 29 0 0 0 19 0 1 0 27790070 4132864 756 1992294400 134512640 135019032 4294956240 18446744073709551615 134536950 0 0 4096 0 0 0 0 17 0 0 0
/proc/23027/statm: 1009 756 67 123 0 884 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4036

[startup+0.701824 s]
/proc/loadavg: 1.00 1.00 0.98 3/64 23027
/proc/meminfo: memFree=986008/2055920 swapFree=4192956/4192956
[pid=23027] ppid=23025 vsize=5064 CPUtime=0.7
/proc/23027/stat : 23027 (march_ks) R 23025 23027 22923 0 -1 4194304 3735 0 0 0 69 1 0 0 23 0 1 0 27790070 5185536 916 1992294400 134512640 135019032 4294956240 18446744073709551615 134541779 0 0 4096 0 0 0 0 17 0 0 0
/proc/23027/statm: 1266 916 72 123 0 1141 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 5064

[startup+1.50189 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 23028
/proc/meminfo: memFree=982480/2055920 swapFree=4192956/4192956
[pid=23027] ppid=23025 vsize=5076 CPUtime=1.5
/proc/23027/stat : 23027 (march_ks) R 23025 23027 22923 0 -1 4194304 3739 0 0 0 149 1 0 0 25 0 1 0 27790070 5197824 920 1992294400 134512640 135019032 4294956240 18446744073709551615 134541829 0 0 4096 0 0 0 0 17 0 0 0
/proc/23027/statm: 1269 920 72 123 0 1144 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 5076

[startup+3.10202 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 23028
/proc/meminfo: memFree=982352/2055920 swapFree=4192956/4192956
[pid=23027] ppid=23025 vsize=5088 CPUtime=3.1
/proc/23027/stat : 23027 (march_ks) R 23025 23027 22923 0 -1 4194304 3742 0 0 0 309 1 0 0 25 0 1 0 27790070 5210112 923 1992294400 134512640 135019032 4294956240 18446744073709551615 134598487 0 0 4096 0 0 0 0 17 0 0 0
/proc/23027/statm: 1272 923 72 123 0 1147 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 5088

[startup+6.30128 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 23028
/proc/meminfo: memFree=982224/2055920 swapFree=4192956/4192956
[pid=23027] ppid=23025 vsize=5088 CPUtime=6.29
/proc/23027/stat : 23027 (march_ks) R 23025 23027 22923 0 -1 4194304 3742 0 0 0 628 1 0 0 25 0 1 0 27790070 5210112 923 1992294400 134512640 135019032 4294956240 18446744073709551615 134526947 0 0 4096 0 0 0 0 17 0 0 0
/proc/23027/statm: 1272 923 72 123 0 1147 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5088

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 23028
/proc/meminfo: memFree=982096/2055920 swapFree=4192956/4192956
[pid=23027] ppid=23025 vsize=5228 CPUtime=12.68
/proc/23027/stat : 23027 (march_ks) R 23025 23027 22923 0 -1 4194304 3749 0 0 0 1267 1 0 0 25 0 1 0 27790070 5353472 930 1992294400 134512640 135019032 4294956240 18446744073709551615 134537979 0 0 4096 0 0 0 0 17 0 0 0
/proc/23027/statm: 1307 930 72 123 0 1182 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 5228

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 23028
/proc/meminfo: memFree=982160/2055920 swapFree=4192956/4192956
[pid=23027] ppid=23025 vsize=5228 CPUtime=25.48
/proc/23027/stat : 23027 (march_ks) R 23025 23027 22923 0 -1 4194304 3767 0 0 0 2547 1 0 0 25 0 1 0 27790070 5353472 948 1992294400 134512640 135019032 4294956240 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 0 0 0
/proc/23027/statm: 1307 948 72 123 0 1182 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 5228

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 23028
/proc/meminfo: memFree=982160/2055920 swapFree=4192956/4192956
[pid=23027] ppid=23025 vsize=5356 CPUtime=51.07
/proc/23027/stat : 23027 (march_ks) R 23025 23027 22923 0 -1 4194304 3785 0 0 0 5106 1 0 0 25 0 1 0 27790070 5484544 966 1992294400 134512640 135019032 4294956240 18446744073709551615 134527051 0 0 4096 0 0 0 0 17 0 0 0
/proc/23027/statm: 1339 966 72 123 0 1214 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 5356

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 23028
/proc/meminfo: memFree=982032/2055920 swapFree=4192956/4192956
[pid=23027] ppid=23025 vsize=5356 CPUtime=102.24
/proc/23027/stat : 23027 (march_ks) R 23025 23027 22923 0 -1 4194304 3803 0 0 0 10223 1 0 0 25 0 1 0 27790070 5484544 984 1992294400 134512640 135019032 4294956240 18446744073709551615 134538197 0 0 4096 0 0 0 0 17 0 0 0
/proc/23027/statm: 1339 984 72 123 0 1214 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 5356

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 23028
/proc/meminfo: memFree=982032/2055920 swapFree=4192956/4192956
[pid=23027] ppid=23025 vsize=5484 CPUtime=162.22
/proc/23027/stat : 23027 (march_ks) R 23025 23027 22923 0 -1 4194304 3813 0 0 0 16221 1 0 0 25 0 1 0 27790070 5615616 994 1992294400 134512640 135019032 4294956240 18446744073709551615 134526947 0 0 4096 0 0 0 0 17 0 0 0
/proc/23027/statm: 1371 994 72 123 0 1246 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 5484

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 23028
/proc/meminfo: memFree=981968/2055920 swapFree=4192956/4192956
[pid=23027] ppid=23025 vsize=5664 CPUtime=222.19
/proc/23027/stat : 23027 (march_ks) R 23025 23027 22923 0 -1 4194304 3852 0 0 0 22218 1 0 0 25 0 1 0 27790070 5799936 1033 1992294400 134512640 135019032 4294956240 18446744073709551615 134538194 0 0 4096 0 0 0 0 17 0 0 0
/proc/23027/statm: 1416 1033 72 123 0 1291 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 5664

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 23028
/proc/meminfo: memFree=981904/2055920 swapFree=4192956/4192956
[pid=23027] ppid=23025 vsize=5664 CPUtime=282.17
/proc/23027/stat : 23027 (march_ks) R 23025 23027 22923 0 -1 4194304 3866 0 0 0 28216 1 0 0 25 0 1 0 27790070 5799936 1047 1992294400 134512640 135019032 4294956240 18446744073709551615 134538162 0 0 4096 0 0 0 0 17 0 0 0
/proc/23027/statm: 1416 1047 72 123 0 1291 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 5664

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 23028
/proc/meminfo: memFree=981840/2055920 swapFree=4192956/4192956
[pid=23027] ppid=23025 vsize=5804 CPUtime=342.12
/proc/23027/stat : 23027 (march_ks) R 23025 23027 22923 0 -1 4194304 3881 0 0 0 34211 1 0 0 25 0 1 0 27790070 5943296 1062 1992294400 134512640 135019032 4294956240 18446744073709551615 134537986 0 0 4096 0 0 0 0 17 0 0 0
/proc/23027/statm: 1451 1062 72 123 0 1326 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 5804

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 23028
/proc/meminfo: memFree=981712/2055920 swapFree=4192956/4192956
[pid=23027] ppid=23025 vsize=5940 CPUtime=402.1
/proc/23027/stat : 23027 (march_ks) R 23025 23027 22923 0 -1 4194304 3916 0 0 0 40209 1 0 0 25 0 1 0 27790070 6082560 1097 1992294400 134512640 135019032 4294956240 18446744073709551615 134538258 0 0 4096 0 0 0 0 17 0 0 0
/proc/23027/statm: 1485 1097 72 123 0 1360 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 5940

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 23028
/proc/meminfo: memFree=981648/2055920 swapFree=4192956/4192956
[pid=23027] ppid=23025 vsize=5940 CPUtime=462.07
/proc/23027/stat : 23027 (march_ks) R 23025 23027 22923 0 -1 4194304 3917 0 0 0 46206 1 0 0 25 0 1 0 27790070 6082560 1098 1992294400 134512640 135019032 4294956240 18446744073709551615 134526930 0 0 4096 0 0 0 0 17 0 0 0
/proc/23027/statm: 1485 1098 72 123 0 1360 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 5940

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 23028
/proc/meminfo: memFree=981584/2055920 swapFree=4192956/4192956
[pid=23027] ppid=23025 vsize=5940 CPUtime=522.04
/proc/23027/stat : 23027 (march_ks) R 23025 23027 22923 0 -1 4194304 3924 0 0 0 52203 1 0 0 25 0 1 0 27790070 6082560 1105 1992294400 134512640 135019032 4294956240 18446744073709551615 134537981 0 0 4096 0 0 0 0 17 0 0 0
/proc/23027/statm: 1485 1105 72 123 0 1360 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 5940

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 23028
/proc/meminfo: memFree=981584/2055920 swapFree=4192956/4192956
[pid=23027] ppid=23025 vsize=5940 CPUtime=582.01
/proc/23027/stat : 23027 (march_ks) R 23025 23027 22923 0 -1 4194304 3928 0 0 0 58200 1 0 0 25 0 1 0 27790070 6082560 1109 1992294400 134512640 135019032 4294956240 18446744073709551615 134597249 0 0 4096 0 0 0 0 17 0 0 0
/proc/23027/statm: 1485 1109 72 123 0 1360 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 5940

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 23028
/proc/meminfo: memFree=981584/2055920 swapFree=4192956/4192956
[pid=23027] ppid=23025 vsize=5940 CPUtime=641.99
/proc/23027/stat : 23027 (march_ks) R 23025 23027 22923 0 -1 4194304 3932 0 0 0 64198 1 0 0 25 0 1 0 27790070 6082560 1113 1992294400 134512640 135019032 4294956240 18446744073709551615 134527049 0 0 4096 0 0 0 0 17 0 0 0
/proc/23027/statm: 1485 1113 72 123 0 1360 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 5940


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

[startup+4002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23036
/proc/meminfo: memFree=980560/2055920 swapFree=4192956/4192956
[pid=23027] ppid=23025 vsize=6332 CPUtime=4000.46
/proc/23027/stat : 23027 (march_ks) R 23025 23027 22923 0 -1 4194304 4018 0 0 0 400042 4 0 0 25 0 1 0 27790070 6483968 1199 1992294400 134512640 135019032 4294956240 18446744073709551615 134526930 0 0 4096 0 0 0 0 17 0 0 0
/proc/23027/statm: 1583 1199 72 123 0 1458 0
Current children cumulated CPU time (s) 4000.46
Current children cumulated vsize (KiB) 6332

[startup+4062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23036
/proc/meminfo: memFree=980560/2055920 swapFree=4192956/4192956
[pid=23027] ppid=23025 vsize=6332 CPUtime=4060.43
/proc/23027/stat : 23027 (march_ks) R 23025 23027 22923 0 -1 4194304 4019 0 0 0 406039 4 0 0 25 0 1 0 27790070 6483968 1200 1992294400 134512640 135019032 4294956240 18446744073709551615 134537989 0 0 4096 0 0 0 0 17 0 0 0
/proc/23027/statm: 1583 1200 72 123 0 1458 0
Current children cumulated CPU time (s) 4060.43
Current children cumulated vsize (KiB) 6332

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23036
/proc/meminfo: memFree=980496/2055920 swapFree=4192956/4192956
[pid=23027] ppid=23025 vsize=6332 CPUtime=4120.38
/proc/23027/stat : 23027 (march_ks) R 23025 23027 22923 0 -1 4194304 4020 0 0 0 412034 4 0 0 25 0 1 0 27790070 6483968 1201 1992294400 134512640 135019032 4294956240 18446744073709551615 134538039 0 0 4096 0 0 0 0 17 0 0 0
/proc/23027/statm: 1583 1201 72 123 0 1458 0
Current children cumulated CPU time (s) 4120.38
Current children cumulated vsize (KiB) 6332

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23036
/proc/meminfo: memFree=980496/2055920 swapFree=4192956/4192956
[pid=23027] ppid=23025 vsize=6332 CPUtime=4180.36
/proc/23027/stat : 23027 (march_ks) R 23025 23027 22923 0 -1 4194304 4020 0 0 0 418032 4 0 0 25 0 1 0 27790070 6483968 1201 1992294400 134512640 135019032 4294956240 18446744073709551615 134564762 0 0 4096 0 0 0 0 17 0 0 0
/proc/23027/statm: 1583 1201 72 123 0 1458 0
Current children cumulated CPU time (s) 4180.36
Current children cumulated vsize (KiB) 6332

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23036
/proc/meminfo: memFree=980496/2055920 swapFree=4192956/4192956
[pid=23027] ppid=23025 vsize=6332 CPUtime=4240.34
/proc/23027/stat : 23027 (march_ks) R 23025 23027 22923 0 -1 4194304 4021 0 0 0 424030 4 0 0 25 0 1 0 27790070 6483968 1202 1992294400 134512640 135019032 4294956240 18446744073709551615 134537979 0 0 4096 0 0 0 0 17 0 0 0
/proc/23027/statm: 1583 1202 72 123 0 1458 0
Current children cumulated CPU time (s) 4240.34
Current children cumulated vsize (KiB) 6332

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23036
/proc/meminfo: memFree=980496/2055920 swapFree=4192956/4192956
[pid=23027] ppid=23025 vsize=6332 CPUtime=4300.31
/proc/23027/stat : 23027 (march_ks) R 23025 23027 22923 0 -1 4194304 4022 0 0 0 430027 4 0 0 25 0 1 0 27790070 6483968 1203 1992294400 134512640 135019032 4294956240 18446744073709551615 134537981 0 0 4096 0 0 0 0 17 0 0 0
/proc/23027/statm: 1583 1203 72 123 0 1458 0
Current children cumulated CPU time (s) 4300.31
Current children cumulated vsize (KiB) 6332

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23036
/proc/meminfo: memFree=980496/2055920 swapFree=4192956/4192956
[pid=23027] ppid=23025 vsize=6332 CPUtime=4360.29
/proc/23027/stat : 23027 (march_ks) R 23025 23027 22923 0 -1 4194304 4025 0 0 0 436025 4 0 0 25 0 1 0 27790070 6483968 1206 1992294400 134512640 135019032 4294956240 18446744073709551615 134526922 0 0 4096 0 0 0 0 17 0 0 0
/proc/23027/statm: 1583 1206 72 123 0 1458 0
Current children cumulated CPU time (s) 4360.29
Current children cumulated vsize (KiB) 6332

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23036
/proc/meminfo: memFree=980496/2055920 swapFree=4192956/4192956
[pid=23027] ppid=23025 vsize=6332 CPUtime=4420.26
/proc/23027/stat : 23027 (march_ks) R 23025 23027 22923 0 -1 4194304 4025 0 0 0 442022 4 0 0 25 0 1 0 27790070 6483968 1206 1992294400 134512640 135019032 4294956240 18446744073709551615 134537979 0 0 4096 0 0 0 0 17 0 0 0
/proc/23027/statm: 1583 1206 72 123 0 1458 0
Current children cumulated CPU time (s) 4420.26
Current children cumulated vsize (KiB) 6332

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23036
/proc/meminfo: memFree=980496/2055920 swapFree=4192956/4192956
[pid=23027] ppid=23025 vsize=6332 CPUtime=4480.25
/proc/23027/stat : 23027 (march_ks) R 23025 23027 22923 0 -1 4194304 4025 0 0 0 448020 5 0 0 25 0 1 0 27790070 6483968 1206 1992294400 134512640 135019032 4294956240 18446744073709551615 134547880 0 0 4096 0 0 0 0 17 0 0 0
/proc/23027/statm: 1583 1206 72 123 0 1458 0
Current children cumulated CPU time (s) 4480.25
Current children cumulated vsize (KiB) 6332

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 23042
/proc/meminfo: memFree=980432/2055920 swapFree=4192956/4192956
[pid=23027] ppid=23025 vsize=6332 CPUtime=4540.19
/proc/23027/stat : 23027 (march_ks) R 23025 23027 22923 0 -1 4194304 4026 0 0 0 454014 5 0 0 25 0 1 0 27790070 6483968 1207 1992294400 134512640 135019032 4294956240 18446744073709551615 134526947 0 0 4096 0 0 0 0 17 0 0 0
/proc/23027/statm: 1583 1207 72 123 0 1458 0
Current children cumulated CPU time (s) 4540.19
Current children cumulated vsize (KiB) 6332

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23042
/proc/meminfo: memFree=980368/2055920 swapFree=4192956/4192956
[pid=23027] ppid=23025 vsize=6332 CPUtime=4600.17
/proc/23027/stat : 23027 (march_ks) R 23025 23027 22923 0 -1 4194304 4026 0 0 0 460012 5 0 0 25 0 1 0 27790070 6483968 1207 1992294400 134512640 135019032 4294956240 18446744073709551615 134537944 0 0 4096 0 0 0 0 17 0 0 0
/proc/23027/statm: 1583 1207 72 123 0 1458 0
Current children cumulated CPU time (s) 4600.17
Current children cumulated vsize (KiB) 6332

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23042
/proc/meminfo: memFree=980368/2055920 swapFree=4192956/4192956
[pid=23027] ppid=23025 vsize=6332 CPUtime=4660.15
/proc/23027/stat : 23027 (march_ks) R 23025 23027 22923 0 -1 4194304 4028 0 0 0 466010 5 0 0 25 0 1 0 27790070 6483968 1209 1992294400 134512640 135019032 4294956240 18446744073709551615 134527040 0 0 4096 0 0 0 0 17 0 0 0
/proc/23027/statm: 1583 1209 72 123 0 1458 0
Current children cumulated CPU time (s) 4660.15
Current children cumulated vsize (KiB) 6332

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23042
/proc/meminfo: memFree=980368/2055920 swapFree=4192956/4192956
[pid=23027] ppid=23025 vsize=6332 CPUtime=4720.13
/proc/23027/stat : 23027 (march_ks) R 23025 23027 22923 0 -1 4194304 4029 0 0 0 472008 5 0 0 25 0 1 0 27790070 6483968 1210 1992294400 134512640 135019032 4294956240 18446744073709551615 134538186 0 0 4096 0 0 0 0 17 0 0 0
/proc/23027/statm: 1583 1210 72 123 0 1458 0
Current children cumulated CPU time (s) 4720.13
Current children cumulated vsize (KiB) 6332

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23042
/proc/meminfo: memFree=980368/2055920 swapFree=4192956/4192956
[pid=23027] ppid=23025 vsize=6332 CPUtime=4780.1
/proc/23027/stat : 23027 (march_ks) R 23025 23027 22923 0 -1 4194304 4029 0 0 0 478005 5 0 0 25 0 1 0 27790070 6483968 1210 1992294400 134512640 135019032 4294956240 18446744073709551615 134537979 0 0 4096 0 0 0 0 17 0 0 0
/proc/23027/statm: 1583 1210 72 123 0 1458 0
Current children cumulated CPU time (s) 4780.1
Current children cumulated vsize (KiB) 6332

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23042
/proc/meminfo: memFree=980368/2055920 swapFree=4192956/4192956
[pid=23027] ppid=23025 vsize=6332 CPUtime=4840.05
/proc/23027/stat : 23027 (march_ks) R 23025 23027 22923 0 -1 4194304 4030 0 0 0 484000 5 0 0 25 0 1 0 27790070 6483968 1211 1992294400 134512640 135019032 4294956240 18446744073709551615 134537979 0 0 4096 0 0 0 0 17 0 0 0
/proc/23027/statm: 1583 1211 72 123 0 1458 0
Current children cumulated CPU time (s) 4840.05
Current children cumulated vsize (KiB) 6332

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23042
/proc/meminfo: memFree=980368/2055920 swapFree=4192956/4192956
[pid=23027] ppid=23025 vsize=6332 CPUtime=4900.03
/proc/23027/stat : 23027 (march_ks) R 23025 23027 22923 0 -1 4194304 4030 0 0 0 489998 5 0 0 25 0 1 0 27790070 6483968 1211 1992294400 134512640 135019032 4294956240 18446744073709551615 134526944 0 0 4096 0 0 0 0 17 0 0 0
/proc/23027/statm: 1583 1211 72 123 0 1458 0
Current children cumulated CPU time (s) 4900.03
Current children cumulated vsize (KiB) 6332

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23042
/proc/meminfo: memFree=980368/2055920 swapFree=4192956/4192956
[pid=23027] ppid=23025 vsize=6332 CPUtime=4960
/proc/23027/stat : 23027 (march_ks) R 23025 23027 22923 0 -1 4194304 4032 0 0 0 495995 5 0 0 25 0 1 0 27790070 6483968 1213 1992294400 134512640 135019032 4294956240 18446744073709551615 134537933 0 0 4096 0 0 0 0 17 0 0 0
/proc/23027/statm: 1583 1213 72 123 0 1458 0
Current children cumulated CPU time (s) 4960
Current children cumulated vsize (KiB) 6332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23042
/proc/meminfo: memFree=980368/2055920 swapFree=4192956/4192956
[pid=23027] ppid=23025 vsize=6332 CPUtime=5000.1
/proc/23027/stat : 23027 (march_ks) R 23025 23027 22923 0 -1 4194304 4032 0 0 0 500005 5 0 0 25 0 1 0 27790070 6483968 1213 1992294400 134512640 135019032 4294956240 18446744073709551615 134598142 0 0 4096 0 0 0 0 17 0 0 0
/proc/23027/statm: 1583 1213 72 123 0 1458 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 6332

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5002.41
CPU time (s): 5000.11
CPU user time (s): 5000.05
CPU system time (s): 0.055991
CPU usage (%): 99.954
Max. virtual memory (cumulated for all children) (KiB): 6332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000.05
system time used= 0.055991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4032
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= 2
involuntary context switches= 15525

runsolver used 6.04608 second user time and 12.1522 second system time

The end

Launcher Data

Begin job on node3 at 2009-04-17 21:46:01
IDJOB=1625945
IDBENCH=70207
IDSOLVER=582
FILE ID=node3/1625945-1239997560
PBS_JOBID= 9158706
Free space on /tmp= 66064 MiB

SOLVER NAME= SAT07 reference solver: March KS 2007-02-08
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/1100/unif-k5-r20-v1100-c22000-S1912214877-051.cnf
COMMAND LINE= HOME/march_ks BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1625945-1239997560/watcher-1625945-1239997560 -o /tmp/evaluation-result-1625945-1239997560/solver-1625945-1239997560 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/march_ks HOME/instance-1625945-1239997560.cnf            

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

MD5SUM BENCH= 3e2c453febe9a82dafec20260d8edecb
RANDOM SEED=1222430295

node3.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.212
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.212
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        986552 kB
Buffers:         80664 kB
Cached:         907648 kB
SwapCached:          0 kB
Active:         305844 kB
Inactive:       696420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        986552 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3384 kB
Writeback:           0 kB
Mapped:          23696 kB
Slab:            53220 kB
Committed_AS:   170652 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66060 MiB
End job on node3 at 2009-04-17 23:09:25