Trace number 318746

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, and are wall clock time (not CPU 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
March KS 2007-02-08? (TO) 1200.21 1200.73

General information on the benchmark

Nameindustrial/babic/hsatv17/
hsat_vc11935.cnf
MD5SUM9245c5dfb87125ec2a46c4c41e4e2b03
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.02984
Satisfiable
(Un)Satisfiability was proved
Number of variables179140
Number of clauses509032
Sum of the clauses size1311108
Maximum clause length3
Minimum clause length1
Number of clauses of size 121402
Number of clauses of size 2173184
Number of clauses of size 3314446
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

16.88/16.96	c main():: ***                                   [ march satisfiability solver ]                                   ***
16.88/16.96	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
16.88/16.96	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
16.88/16.96	c main()::
16.88/16.96	c initFormula():: searching for DIMACS p-line....
16.88/16.96	c initFormula():: the DIMACS p-line indicates a CNF of 179181 variables and 509032 clauses.
16.88/16.96	c parseCNF():: parsing....
16.88/16.96	c parseCNF():: the CNF contains 21402 unary clauses.
16.88/16.96	c runParser():: parsing was successful, warming up engines...
16.88/16.96	c find_and_remove_tautogolies():: found and removed 28204 tautologies
16.88/16.96	c find_and_remove_tautogolies():: found and removed 1 tautologies
16.88/16.96	c simplify_formula():: removed 27 tautological, 105251 satisfied and 0 duplicate clauses
16.88/16.96	c preprocessing fase I completed:: there are now 116202 free variables and 403754 clauses.
16.88/16.96	c stat :: sign balance is biased by 0.064
16.88/16.96	c find_equivalence():: found 18730 3-equivalences
16.88/16.96	c find_and_remove_tautogolies():: found and removed 2391 tautologies
16.88/16.96	c find_and_remove_tautogolies():: found and removed 41 tautologies
16.88/16.96	c find_and_remove_tautogolies():: found and removed 1 tautologies
16.88/16.96	c find_and_remove_tautogolies():: found and removed 1 tautologies
16.88/16.96	c find_and_remove_tautogolies():: found and removed 10 tautologies
16.88/16.96	c shorten_equivalence(): average equivalence length reduced from 15.734506 to 3.025148
16.88/16.96	c using 3-SAT heuristics (occurence based diff)
16.88/16.96	c longest clause has size 3
16.88/16.96	c resolvent_look() :: found 6513063 resolvents
16.88/16.96	c lessRedundantTransformation():: nothing to be done.
16.88/16.96	c transformTo3SAT():: you gave me 179181 variables and 6916817 clauses.
16.88/16.96	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
16.88/16.96	c transformTo3SAT():: I will add 0 variables and 0 clauses!
16.88/16.96	c transformTo3SAT():: the transformation yielded 179181 variabels and 6916817 clauses.
16.88/16.96	c main():: clause / variable ratio: ( 6841887 / 179181 ) = 38.18
16.88/16.96	c longest clause has size 3
16.88/16.96	c dynamic_preselect_setsize :: off
16.88/16.96	c suggested doublelook initial :: 0
16.88/16.96	c main():: all systems go!
16.88/16.96	c |----------------------------------------------------------------|

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node21/watcher-318746-1176321763 -o ROOT/results/node21/solver-318746-1176321763 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/318746-1176321763/march_ks /tmp/evaluation/318746-1176321763/instance-318746-1176321763.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): 2400 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 0.99 0.91 3/77 26552
/proc/meminfo: memFree=725424/2055920 swapFree=4192812/4192956
[pid=26552] ppid=26550 vsize=8404 CPUtime=0
/proc/26552/stat : 26552 (march_ks) R 26550 26552 25470 0 -1 4194304 686 0 0 0 0 0 0 0 18 0 1 0 80093704 8605696 671 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/26552/statm: 2101 675 45 123 0 1976 0

[startup+0.0923201 s]
/proc/loadavg: 1.00 0.99 0.91 3/77 26552
/proc/meminfo: memFree=725424/2055920 swapFree=4192812/4192956
[pid=26552] ppid=26550 vsize=19480 CPUtime=0.08
/proc/26552/stat : 26552 (march_ks) R 26550 26552 25470 0 -1 4194304 4158 0 0 0 7 1 0 0 18 0 1 0 80093704 19947520 4143 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/26552/statm: 4870 4144 47 123 0 4745 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 19480

[startup+0.101323 s]
/proc/loadavg: 1.00 0.99 0.91 3/77 26552
/proc/meminfo: memFree=725424/2055920 swapFree=4192812/4192956
[pid=26552] ppid=26550 vsize=19480 CPUtime=0.09
/proc/26552/stat : 26552 (march_ks) R 26550 26552 25470 0 -1 4194304 4190 0 0 0 8 1 0 0 18 0 1 0 80093704 19947520 4175 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/26552/statm: 4870 4175 47 123 0 4745 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19480

[startup+0.301345 s]
/proc/loadavg: 1.00 0.99 0.91 3/77 26552
/proc/meminfo: memFree=725424/2055920 swapFree=4192812/4192956
[pid=26552] ppid=26550 vsize=21856 CPUtime=0.29
/proc/26552/stat : 26552 (march_ks) R 26550 26552 25470 0 -1 4194304 4930 0 0 0 27 2 0 0 19 0 1 0 80093704 22380544 4915 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/26552/statm: 5464 4915 47 123 0 5339 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21856

[startup+0.701389 s]
/proc/loadavg: 1.00 0.99 0.91 3/77 26552
/proc/meminfo: memFree=725424/2055920 swapFree=4192812/4192956
[pid=26552] ppid=26550 vsize=48960 CPUtime=0.69
/proc/26552/stat : 26552 (march_ks) R 26550 26552 25470 0 -1 4194304 6788 0 0 0 66 3 0 0 22 0 1 0 80093704 50135040 6771 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/26552/statm: 12240 6773 48 123 0 12115 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 48960

[startup+1.50248 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 26553
/proc/meminfo: memFree=680360/2055920 swapFree=4192812/4192956
[pid=26552] ppid=26550 vsize=80688 CPUtime=1.49
/proc/26552/stat : 26552 (march_ks) R 26550 26552 25470 0 -1 4194304 18784 0 0 0 141 8 0 0 25 0 1 0 80093704 82624512 15662 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134554651 0 0 4096 0 0 0 0 17 1 0 0
/proc/26552/statm: 20172 15662 52 123 0 20047 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 80688

[startup+3.10165 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 26553
/proc/meminfo: memFree=663848/2055920 swapFree=4192812/4192956
[pid=26552] ppid=26550 vsize=80056 CPUtime=3.09
/proc/26552/stat : 26552 (march_ks) R 26550 26552 25470 0 -1 4194304 26624 0 0 0 297 12 0 0 25 0 1 0 80093704 81977344 16008 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134554651 0 0 4096 0 0 0 0 17 1 0 0
/proc/26552/statm: 20014 16010 52 123 0 19889 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 80056

[startup+6.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 26553
/proc/meminfo: memFree=664624/2055920 swapFree=4192812/4192956
[pid=26552] ppid=26550 vsize=76080 CPUtime=6.29
/proc/26552/stat : 26552 (march_ks) R 26550 26552 25470 0 -1 4194304 39441 0 0 0 611 18 0 0 25 0 1 0 80093704 77905920 15199 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134529506 0 0 4096 0 0 0 0 17 1 0 0
/proc/26552/statm: 19020 15199 63 123 0 18895 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 76080

[startup+12.7017 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 26553
/proc/meminfo: memFree=488312/2055920 swapFree=4192812/4192956
[pid=26552] ppid=26550 vsize=284452 CPUtime=12.68
/proc/26552/stat : 26552 (march_ks) R 26550 26552 25470 0 -1 4194304 86903 0 0 0 1231 37 0 0 25 0 1 0 80093704 291278848 60155 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/26552/statm: 71113 60155 67 123 0 70988 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 284452

[startup+25.5011 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 26553
/proc/meminfo: memFree=83640/2055920 swapFree=4192812/4192956
[pid=26552] ppid=26550 vsize=673656 CPUtime=25.48
/proc/26552/stat : 26552 (march_ks) R 26550 26552 25470 0 -1 4194304 217535 0 0 0 2455 93 0 0 25 0 1 0 80093704 689823744 160250 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134526463 0 0 4096 0 0 0 0 17 1 0 0
/proc/26552/statm: 168414 160250 72 123 0 168289 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 673656

[startup+51.1019 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 26553
/proc/meminfo: memFree=82296/2055920 swapFree=4192812/4192956
[pid=26552] ppid=26550 vsize=675108 CPUtime=51.07
/proc/26552/stat : 26552 (march_ks) R 26550 26552 25470 0 -1 4194304 217897 0 0 0 5013 94 0 0 25 0 1 0 80093704 691310592 160612 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134543952 0 0 4096 0 0 0 0 17 1 0 0
/proc/26552/statm: 168777 160612 72 123 0 168652 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 675108

[startup+102.306 s]
/proc/loadavg: 1.05 1.00 0.92 2/78 26553
/proc/meminfo: memFree=79416/2055920 swapFree=4192812/4192956
[pid=26552] ppid=26550 vsize=678464 CPUtime=102.25
/proc/26552/stat : 26552 (march_ks) R 26550 26552 25470 0 -1 4194304 218701 0 0 0 10131 94 0 0 25 0 1 0 80093704 694747136 161328 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134526443 0 0 4096 0 0 0 0 17 1 0 0
/proc/26552/statm: 169616 161328 73 123 0 169491 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 678464

[startup+162.301 s]
/proc/loadavg: 1.02 1.00 0.92 2/78 26553
/proc/meminfo: memFree=38520/2055920 swapFree=4192812/4192956
[pid=26552] ppid=26550 vsize=720652 CPUtime=162.23
/proc/26552/stat : 26552 (march_ks) R 26550 26552 25470 0 -1 4194304 229094 0 0 0 16124 99 0 0 25 0 1 0 80093704 737947648 171541 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134526436 0 0 4096 0 0 0 0 17 1 0 0
/proc/26552/statm: 180163 171541 73 123 0 180038 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 720652

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 26553
/proc/meminfo: memFree=30904/2055920 swapFree=4192812/4192956
[pid=26552] ppid=26550 vsize=729320 CPUtime=222.22
/proc/26552/stat : 26552 (march_ks) R 26550 26552 25470 0 -1 4194304 231080 0 0 0 22121 101 0 0 25 0 1 0 80093704 746823680 173448 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134543751 0 0 4096 0 0 0 0 17 1 0 0
/proc/26552/statm: 182330 173448 73 123 0 182205 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 729320

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 26553
/proc/meminfo: memFree=16312/2055920 swapFree=4192812/4192956
[pid=26552] ppid=26550 vsize=745944 CPUtime=282.19
/proc/26552/stat : 26552 (march_ks) R 26550 26552 25470 0 -1 4194304 235128 0 0 0 28116 103 0 0 25 0 1 0 80093704 763846656 177486 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134543955 0 0 4096 0 0 0 0 17 1 0 0
/proc/26552/statm: 186486 177486 73 123 0 186361 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 745944

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 26553
/proc/meminfo: memFree=15672/2055920 swapFree=4192812/4192956
[pid=26552] ppid=26550 vsize=748172 CPUtime=342.17
/proc/26552/stat : 26552 (march_ks) R 26550 26552 25470 0 -1 4194304 235841 0 0 0 34113 104 0 0 25 0 1 0 80093704 766128128 178067 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134538606 0 0 4096 0 0 0 0 17 1 0 0
/proc/26552/statm: 187043 178067 73 123 0 186918 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 748172

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 26553
/proc/meminfo: memFree=16376/2055920 swapFree=4192812/4192956
[pid=26552] ppid=26550 vsize=754580 CPUtime=402.14
/proc/26552/stat : 26552 (march_ks) R 26550 26552 25470 0 -1 4194304 237446 0 0 0 40109 105 0 0 25 0 1 0 80093704 772689920 179572 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134526443 0 0 4096 0 0 0 0 17 1 0 0
/proc/26552/statm: 188645 179572 73 123 0 188520 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 754580

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 26553
/proc/meminfo: memFree=15352/2055920 swapFree=4192812/4192956
[pid=26552] ppid=26550 vsize=770608 CPUtime=462.11
/proc/26552/stat : 26552 (march_ks) R 26550 26552 25470 0 -1 4194304 240723 0 0 0 46104 107 0 0 25 0 1 0 80093704 789102592 182729 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134538602 0 0 4096 0 0 0 0 17 1 0 0
/proc/26552/statm: 192652 182729 73 123 0 192527 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 770608

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 26553
/proc/meminfo: memFree=15672/2055920 swapFree=4192812/4192956
[pid=26552] ppid=26550 vsize=775784 CPUtime=522.08
/proc/26552/stat : 26552 (march_ks) R 26550 26552 25470 0 -1 4194304 242246 0 0 0 52100 108 0 0 25 0 1 0 80093704 794402816 184082 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134526443 0 0 4096 0 0 0 0 17 1 0 0
/proc/26552/statm: 193946 184082 73 123 0 193821 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 775784

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 26553
/proc/meminfo: memFree=14840/2055920 swapFree=4192812/4192956
[pid=26552] ppid=26550 vsize=779756 CPUtime=582.05
/proc/26552/stat : 26552 (march_ks) R 26550 26552 25470 0 -1 4194304 243644 0 0 0 58096 109 0 0 25 0 1 0 80093704 798470144 185157 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134538183 0 0 4096 0 0 0 0 17 1 0 0
/proc/26552/statm: 194939 185157 73 123 0 194814 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 779756

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 26553
/proc/meminfo: memFree=15864/2055920 swapFree=4192812/4192956
[pid=26552] ppid=26550 vsize=806620 CPUtime=642.02
/proc/26552/stat : 26552 (march_ks) R 26550 26552 25470 0 -1 4194304 249537 0 0 0 64090 112 0 0 25 0 1 0 80093704 825978880 190761 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134544108 0 0 4096 0 0 0 0 17 1 0 0
/proc/26552/statm: 201655 190761 73 123 0 201530 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 806620

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 26553
/proc/meminfo: memFree=16120/2055920 swapFree=4192812/4192956
[pid=26552] ppid=26550 vsize=823776 CPUtime=701.97
/proc/26552/stat : 26552 (march_ks) R 26550 26552 25470 0 -1 4194304 254272 0 0 0 70083 114 0 0 25 0 1 0 80093704 843546624 194987 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134543712 0 0 4096 0 0 0 0 17 1 0 0
/proc/26552/statm: 205944 194987 73 123 0 205819 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 823776

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 26553
/proc/meminfo: memFree=15864/2055920 swapFree=4192812/4192956
[pid=26552] ppid=26550 vsize=825756 CPUtime=761.95
/proc/26552/stat : 26552 (march_ks) R 26550 26552 25470 0 -1 4194304 254888 0 0 0 76080 115 0 0 25 0 1 0 80093704 845574144 195491 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134544279 0 0 4096 0 0 0 0 17 1 0 0
/proc/26552/statm: 206439 195491 73 123 0 206314 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 825756

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.92 3/78 26553
/proc/meminfo: memFree=16056/2055920 swapFree=4192812/4192956
[pid=26552] ppid=26550 vsize=839320 CPUtime=821.89
/proc/26552/stat : 26552 (march_ks) R 26550 26552 25470 0 -1 4194304 257420 0 0 0 82073 116 0 0 25 0 1 0 80093704 859463680 197989 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/26552/statm: 209830 197989 73 123 0 209705 0
Current children cumulated CPU time (s) 821.89
Current children cumulated vsize (KiB) 839320

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 26553
/proc/meminfo: memFree=15416/2055920 swapFree=4192812/4192956
[pid=26552] ppid=26550 vsize=846012 CPUtime=881.87
/proc/26552/stat : 26552 (march_ks) R 26550 26552 25470 0 -1 4194304 259160 0 0 0 88070 117 0 0 25 0 1 0 80093704 866316288 199729 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134526463 0 0 4096 0 0 0 0 17 1 0 0
/proc/26552/statm: 211503 199729 73 123 0 211378 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 846012

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 26553
/proc/meminfo: memFree=15864/2055920 swapFree=4192812/4192956
[pid=26552] ppid=26550 vsize=847036 CPUtime=941.85
/proc/26552/stat : 26552 (march_ks) R 26550 26552 25470 0 -1 4194304 259432 0 0 0 94067 118 0 0 25 0 1 0 80093704 867364864 200001 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134538189 0 0 4096 0 0 0 0 17 1 0 0
/proc/26552/statm: 211759 200001 73 123 0 211634 0
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (KiB) 847036

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 26553
/proc/meminfo: memFree=14968/2055920 swapFree=4192812/4192956
[pid=26552] ppid=26550 vsize=849856 CPUtime=1001.82
/proc/26552/stat : 26552 (march_ks) R 26550 26552 25470 0 -1 4194304 260152 0 0 0 100064 118 0 0 25 0 1 0 80093704 870252544 200721 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134538594 0 0 4096 0 0 0 0 17 1 0 0
/proc/26552/statm: 212464 200721 73 123 0 212339 0
Current children cumulated CPU time (s) 1001.82
Current children cumulated vsize (KiB) 849856

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 26553
/proc/meminfo: memFree=15736/2055920 swapFree=4192812/4192956
[pid=26552] ppid=26550 vsize=852852 CPUtime=1061.81
/proc/26552/stat : 26552 (march_ks) R 26550 26552 25470 0 -1 4194304 260849 0 0 0 106062 119 0 0 25 0 1 0 80093704 873320448 201418 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134544126 0 0 4096 0 0 0 0 17 1 0 0
/proc/26552/statm: 213213 201418 73 123 0 213088 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 852852

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 26553
/proc/meminfo: memFree=16312/2055920 swapFree=4192812/4192956
[pid=26552] ppid=26550 vsize=853696 CPUtime=1121.79
/proc/26552/stat : 26552 (march_ks) R 26550 26552 25470 0 -1 4194304 261072 0 0 0 112059 120 0 0 25 0 1 0 80093704 874184704 201641 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134526443 0 0 4096 0 0 0 0 17 1 0 0
/proc/26552/statm: 213424 201641 73 123 0 213299 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 853696

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 26553
/proc/meminfo: memFree=16248/2055920 swapFree=4192812/4192956
[pid=26552] ppid=26550 vsize=853824 CPUtime=1181.77
/proc/26552/stat : 26552 (march_ks) R 26550 26552 25470 0 -1 4194304 261097 0 0 0 118057 120 0 0 25 0 1 0 80093704 874315776 201666 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134526481 0 0 4096 0 0 0 0 17 1 0 0
/proc/26552/statm: 213456 201666 73 123 0 213331 0
Current children cumulated CPU time (s) 1181.77
Current children cumulated vsize (KiB) 853824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 26553
/proc/meminfo: memFree=16248/2055920 swapFree=4192812/4192956
[pid=26552] ppid=26550 vsize=853824 CPUtime=1200.07
/proc/26552/stat : 26552 (march_ks) R 26550 26552 25470 0 -1 4194304 261103 0 0 0 119887 120 0 0 25 0 1 0 80093704 874315776 201672 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134526454 0 0 4096 0 0 0 0 17 1 0 0
/proc/26552/statm: 213456 201672 73 123 0 213331 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 853824

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

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

[startup+1200.71 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 26553
/proc/meminfo: memFree=16248/2055920 swapFree=4192812/4192956
[pid=26552] ppid=26550 vsize=0 CPUtime=1200.17
/proc/26552/stat : 26552 (march_ks) R 26550 26552 25470 0 -1 4195332 261103 0 0 0 119887 130 0 0 25 0 1 0 80093704 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/26552/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.17
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.73
CPU time (s): 1200.21
CPU user time (s): 1198.88
CPU system time (s): 1.3338
CPU usage (%): 99.9563
Max. virtual memory (cumulated for all children) (KiB): 853824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.88
system time used= 1.3338
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 261103
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= 6
involuntary context switches= 17409

runsolver used 1.35779 second user time and 3.01754 second system time

The end

Launcher Data (download as text)

Begin job on node21 on Wed Apr 11 20:02:44 UTC 2007

IDJOB= 318746
IDBENCH= 20462
IDSOLVER= 111
FILE ID= node21/318746-1176321763

PBS_JOBID= 4516701

Free space on /tmp= 66553 MiB

SOLVER NAME= March KS 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/babic/hsatv17/hsat_vc11935.cnf
COMMAND LINE= /tmp/evaluation/318746-1176321763/march_ks /tmp/evaluation/318746-1176321763/instance-318746-1176321763.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node21/watcher-318746-1176321763 -o ROOT/results/node21/solver-318746-1176321763 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/318746-1176321763/march_ks /tmp/evaluation/318746-1176321763/instance-318746-1176321763.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  9245c5dfb87125ec2a46c4c41e4e2b03

RANDOM SEED= 737059710

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/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.232
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.232
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:        725832 kB
Buffers:         39996 kB
Cached:        1040320 kB
SwapCached:          0 kB
Active:         567388 kB
Inactive:       557492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        725832 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           12148 kB
Writeback:           0 kB
Mapped:          63492 kB
Slab:           190716 kB
Committed_AS:   198112 kB
PageTables:       1788 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= 66553 MiB

End job on node21 on Wed Apr 11 20:22:47 UTC 2007