Trace number 314827

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.08 1200.51

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-03.cnf
MD5SUM8c67f78ca36ec96e662a91c74844da21
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1174.88
Satisfiable
(Un)Satisfiability was proved
Number of variables3114
Number of clauses10827
Sum of the clauses size28341
Maximum clause length119
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24934
Number of clauses of size 35378
Number of clauses of size 4408
Number of clauses of size 584
Number of clauses of size over 522

Solver Data (download as text)

0.29/0.39	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.29/0.39	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
0.29/0.39	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
0.29/0.39	c main()::
0.29/0.39	c initFormula():: searching for DIMACS p-line....
0.29/0.39	c initFormula():: the DIMACS p-line indicates a CNF of 3114 variables and 10827 clauses.
0.29/0.39	c parseCNF():: parsing....
0.29/0.39	c parseCNF():: the CNF contains 1 unary clauses.
0.29/0.39	c runParser():: parsing was successful, warming up engines...
0.29/0.39	c find_and_remove_tautogolies():: found and removed 132 tautologies
0.29/0.39	c simplify_formula():: removed 0 tautological, 511 satisfied and 0 duplicate clauses
0.29/0.39	c preprocessing fase I completed:: there are now 2948 free variables and 10316 clauses.
0.29/0.39	c stat :: sign balance is biased by 0.107
0.29/0.39	c find_equivalence():: found 989 3-equivalences
0.29/0.39	c find_and_remove_tautogolies():: found and removed 330 tautologies
0.29/0.39	c shorten_equivalence(): average equivalence length reduced from 5.701062 to 3.772382
0.29/0.39	c using k-SAT heuristics (size based diff)
0.29/0.39	c longest clause has size 118
0.29/0.39	c simplify_formula():: removed 0 tautological, 3956 satisfied and 0 duplicate clauses
0.29/0.39	c main():: clause / variable ratio: ( 9404 / 3114 ) = 3.02
0.29/0.39	c longest clause has size 118
0.29/0.39	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.29/0.39	c dynamic_preselect_setsize :: off
0.29/0.39	c suggested doublelook initial :: 0
0.29/0.39	c main():: all systems go!
0.29/0.39	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| 0 NC: 584 JD: 17
13.09/13.16	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
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/node12/watcher-314827-1172643180 -o ROOT/results/node12/solver-314827-1172643180 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314827-1172643180/march_ks /tmp/evaluation/314827-1172643180/instance-314827-1172643180.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.05 1.02 1.00 3/77 31465
/proc/meminfo: memFree=1409912/2055920 swapFree=4156744/4192956
[pid=31465] ppid=31463 vsize=932 CPUtime=0
/proc/31465/stat : 31465 (march_ks) R 31463 31465 30816 0 -1 4194304 155 0 0 0 0 0 0 0 18 0 1 0 284272462 954368 140 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/31465/statm: 233 140 47 123 0 108 0

[startup+0.062319 s]
/proc/loadavg: 1.05 1.02 1.00 3/77 31465
/proc/meminfo: memFree=1409912/2055920 swapFree=4156744/4192956
[pid=31465] ppid=31463 vsize=2940 CPUtime=0.06
/proc/31465/stat : 31465 (march_ks) R 31463 31465 30816 0 -1 4194304 658 0 0 0 6 0 0 0 18 0 1 0 284272462 3010560 559 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/31465/statm: 735 559 67 123 0 610 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2940

[startup+0.102325 s]
/proc/loadavg: 1.05 1.02 1.00 3/77 31465
/proc/meminfo: memFree=1409912/2055920 swapFree=4156744/4192956
[pid=31465] ppid=31463 vsize=4156 CPUtime=0.1
/proc/31465/stat : 31465 (march_ks) R 31463 31465 30816 0 -1 4194304 969 0 0 0 10 0 0 0 18 0 1 0 284272462 4255744 870 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134558385 0 0 4096 0 0 0 0 17 1 0 0
/proc/31465/statm: 1039 870 67 123 0 914 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 4156

[startup+0.301362 s]
/proc/loadavg: 1.05 1.02 1.00 3/77 31465
/proc/meminfo: memFree=1409912/2055920 swapFree=4156744/4192956
[pid=31465] ppid=31463 vsize=7508 CPUtime=0.29
/proc/31465/stat : 31465 (march_ks) R 31463 31465 30816 0 -1 4194304 1967 0 0 0 29 0 0 0 19 0 1 0 284272462 7688192 1635 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134558448 0 0 4096 0 0 0 0 17 1 0 0
/proc/31465/statm: 1877 1635 68 123 0 1752 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7508

[startup+0.702433 s]
/proc/loadavg: 1.05 1.02 1.00 3/77 31465
/proc/meminfo: memFree=1409912/2055920 swapFree=4156744/4192956
[pid=31465] ppid=31463 vsize=8004 CPUtime=0.69
/proc/31465/stat : 31465 (march_ks) R 31463 31465 30816 0 -1 4194304 3554 0 0 0 69 0 0 0 23 0 1 0 284272462 8196096 1789 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134585125 0 0 4096 0 0 0 0 17 1 0 0
/proc/31465/statm: 2001 1789 72 123 0 1876 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8004

[startup+1.50158 s]
/proc/loadavg: 1.05 1.02 1.00 2/78 31466
/proc/meminfo: memFree=1402864/2055920 swapFree=4156744/4192956
[pid=31465] ppid=31463 vsize=8268 CPUtime=1.49
/proc/31465/stat : 31465 (march_ks) R 31463 31465 30816 0 -1 4194304 3609 0 0 0 149 0 0 0 25 0 1 0 284272462 8466432 1844 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134585144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31465/statm: 2067 1844 72 123 0 1942 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8268

[startup+3.10187 s]
/proc/loadavg: 1.04 1.02 1.00 2/78 31466
/proc/meminfo: memFree=1402544/2055920 swapFree=4156744/4192956
[pid=31465] ppid=31463 vsize=8400 CPUtime=3.09
/proc/31465/stat : 31465 (march_ks) R 31463 31465 30816 0 -1 4194304 3657 0 0 0 309 0 0 0 25 0 1 0 284272462 8601600 1892 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134543174 0 0 4096 0 0 0 0 17 1 0 0
/proc/31465/statm: 2100 1892 72 123 0 1975 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8400

[startup+6.30144 s]
/proc/loadavg: 1.04 1.02 1.00 2/78 31466
/proc/meminfo: memFree=1402224/2055920 swapFree=4156744/4192956
[pid=31465] ppid=31463 vsize=8532 CPUtime=6.29
/proc/31465/stat : 31465 (march_ks) R 31463 31465 30816 0 -1 4194304 3680 0 0 0 628 1 0 0 25 0 1 0 284272462 8736768 1915 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134543174 0 0 4096 0 0 0 0 17 1 0 0
/proc/31465/statm: 2133 1915 72 123 0 2008 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8532

[startup+12.7016 s]
/proc/loadavg: 1.04 1.02 1.00 2/78 31466
/proc/meminfo: memFree=1402040/2055920 swapFree=4156744/4192956
[pid=31465] ppid=31463 vsize=8664 CPUtime=12.69
/proc/31465/stat : 31465 (march_ks) R 31463 31465 30816 0 -1 4194304 3718 0 0 0 1268 1 0 0 25 0 1 0 284272462 8871936 1953 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/31465/statm: 2166 1953 72 123 0 2041 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8664

[startup+25.5019 s]
/proc/loadavg: 1.03 1.02 1.00 2/78 31466
/proc/meminfo: memFree=1401528/2055920 swapFree=4156744/4192956
[pid=31465] ppid=31463 vsize=9192 CPUtime=25.48
/proc/31465/stat : 31465 (march_ks) R 31463 31465 30816 0 -1 4194304 3840 0 0 0 2547 1 0 0 25 0 1 0 284272462 9412608 2075 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134585127 0 0 4096 0 0 0 0 17 1 0 0
/proc/31465/statm: 2298 2075 72 123 0 2173 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 9192

[startup+51.1015 s]
/proc/loadavg: 1.02 1.02 1.00 2/78 31466
/proc/meminfo: memFree=1401144/2055920 swapFree=4156744/4192956
[pid=31465] ppid=31463 vsize=9588 CPUtime=51.07
/proc/31465/stat : 31465 (march_ks) R 31463 31465 30816 0 -1 4194304 3946 0 0 0 5106 1 0 0 25 0 1 0 284272462 9818112 2181 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/31465/statm: 2397 2181 72 123 0 2272 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 9588

[startup+102.307 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 31466
/proc/meminfo: memFree=1400760/2055920 swapFree=4156744/4192956
[pid=31465] ppid=31463 vsize=10112 CPUtime=102.26
/proc/31465/stat : 31465 (march_ks) R 31463 31465 30816 0 -1 4194304 4034 0 0 0 10224 2 0 0 25 0 1 0 284272462 10354688 2269 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/31465/statm: 2528 2269 72 123 0 2403 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 10112

[startup+162.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 31466
/proc/meminfo: memFree=1400440/2055920 swapFree=4156744/4192956
[pid=31465] ppid=31463 vsize=10376 CPUtime=162.24
/proc/31465/stat : 31465 (march_ks) R 31463 31465 30816 0 -1 4194304 4108 0 0 0 16221 3 0 0 25 0 1 0 284272462 10625024 2343 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/31465/statm: 2594 2343 72 123 0 2469 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 10376

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31466
/proc/meminfo: memFree=1399736/2055920 swapFree=4156744/4192956
[pid=31465] ppid=31463 vsize=10904 CPUtime=222.21
/proc/31465/stat : 31465 (march_ks) R 31463 31465 30816 0 -1 4194304 4261 0 0 0 22218 3 0 0 25 0 1 0 284272462 11165696 2496 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134538149 0 0 4096 0 0 0 0 17 1 0 0
/proc/31465/statm: 2726 2496 72 123 0 2601 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 10904

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31466
/proc/meminfo: memFree=1399544/2055920 swapFree=4156744/4192956
[pid=31465] ppid=31463 vsize=11168 CPUtime=282.19
/proc/31465/stat : 31465 (march_ks) R 31463 31465 30816 0 -1 4194304 4308 0 0 0 28216 3 0 0 25 0 1 0 284272462 11436032 2543 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/31465/statm: 2792 2543 72 123 0 2667 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 11168

[startup+342.302 s]
/proc/loadavg: 1.06 1.02 1.00 2/78 31466
/proc/meminfo: memFree=1399224/2055920 swapFree=4156744/4192956
[pid=31465] ppid=31463 vsize=11432 CPUtime=342.17
/proc/31465/stat : 31465 (march_ks) R 31463 31465 30816 0 -1 4194304 4388 0 0 0 34213 4 0 0 25 0 1 0 284272462 11706368 2623 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134585127 0 0 4096 0 0 0 0 17 1 0 0
/proc/31465/statm: 2858 2623 72 123 0 2733 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 11432

[startup+402.302 s]
/proc/loadavg: 1.08 1.03 1.00 2/78 31466
/proc/meminfo: memFree=1399032/2055920 swapFree=4156744/4192956
[pid=31465] ppid=31463 vsize=11564 CPUtime=402.15
/proc/31465/stat : 31465 (march_ks) R 31463 31465 30816 0 -1 4194304 4422 0 0 0 40210 5 0 0 25 0 1 0 284272462 11841536 2657 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134538413 0 0 4096 0 0 0 0 17 1 0 0
/proc/31465/statm: 2891 2657 72 123 0 2766 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 11564

[startup+462.301 s]
/proc/loadavg: 1.08 1.03 1.00 2/78 31466
/proc/meminfo: memFree=1398904/2055920 swapFree=4156744/4192956
[pid=31465] ppid=31463 vsize=11696 CPUtime=462.12
/proc/31465/stat : 31465 (march_ks) R 31463 31465 30816 0 -1 4194304 4453 0 0 0 46207 5 0 0 25 0 1 0 284272462 11976704 2688 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/31465/statm: 2924 2688 72 123 0 2799 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 11696

[startup+522.301 s]
/proc/loadavg: 1.08 1.04 1.00 2/78 31466
/proc/meminfo: memFree=1398840/2055920 swapFree=4156744/4192956
[pid=31465] ppid=31463 vsize=11828 CPUtime=522.11
/proc/31465/stat : 31465 (march_ks) R 31463 31465 30816 0 -1 4194304 4481 0 0 0 52205 6 0 0 25 0 1 0 284272462 12111872 2716 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/31465/statm: 2957 2716 72 123 0 2832 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 11828

[startup+582.301 s]
/proc/loadavg: 1.03 1.03 1.00 2/78 31466
/proc/meminfo: memFree=1398712/2055920 swapFree=4156744/4192956
[pid=31465] ppid=31463 vsize=11828 CPUtime=582.08
/proc/31465/stat : 31465 (march_ks) R 31463 31465 30816 0 -1 4194304 4488 0 0 0 58202 6 0 0 25 0 1 0 284272462 12111872 2723 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134585127 0 0 4096 0 0 0 0 17 1 0 0
/proc/31465/statm: 2957 2723 72 123 0 2832 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 11828

[startup+642.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 31466
/proc/meminfo: memFree=1398712/2055920 swapFree=4156744/4192956
[pid=31465] ppid=31463 vsize=11960 CPUtime=642.06
/proc/31465/stat : 31465 (march_ks) R 31463 31465 30816 0 -1 4194304 4500 0 0 0 64200 6 0 0 25 0 1 0 284272462 12247040 2735 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/31465/statm: 2990 2735 72 123 0 2865 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 11960

[startup+702.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 31466
/proc/meminfo: memFree=1398648/2055920 swapFree=4156744/4192956
[pid=31465] ppid=31463 vsize=11960 CPUtime=702.04
/proc/31465/stat : 31465 (march_ks) R 31463 31465 30816 0 -1 4194304 4502 0 0 0 70197 7 0 0 25 0 1 0 284272462 12247040 2737 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/31465/statm: 2990 2737 72 123 0 2865 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 11960

[startup+762.306 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 31466
/proc/meminfo: memFree=1398520/2055920 swapFree=4156744/4192956
[pid=31465] ppid=31463 vsize=11960 CPUtime=762.02
/proc/31465/stat : 31465 (march_ks) R 31463 31465 30816 0 -1 4194304 4508 0 0 0 76195 7 0 0 25 0 1 0 284272462 12247040 2743 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134585120 0 0 4096 0 0 0 0 17 1 0 0
/proc/31465/statm: 2990 2743 72 123 0 2865 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 11960

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31466
/proc/meminfo: memFree=1398584/2055920 swapFree=4156744/4192956
[pid=31465] ppid=31463 vsize=11960 CPUtime=822
/proc/31465/stat : 31465 (march_ks) R 31463 31465 30816 0 -1 4194304 4511 0 0 0 82192 8 0 0 25 0 1 0 284272462 12247040 2746 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134585120 0 0 4096 0 0 0 0 17 1 0 0
/proc/31465/statm: 2990 2746 72 123 0 2865 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 11960

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31466
/proc/meminfo: memFree=1398520/2055920 swapFree=4156744/4192956
[pid=31465] ppid=31463 vsize=11960 CPUtime=881.97
/proc/31465/stat : 31465 (march_ks) R 31463 31465 30816 0 -1 4194304 4514 0 0 0 88189 8 0 0 25 0 1 0 284272462 12247040 2749 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/31465/statm: 2990 2749 72 123 0 2865 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 11960

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31466
/proc/meminfo: memFree=1398520/2055920 swapFree=4156744/4192956
[pid=31465] ppid=31463 vsize=11960 CPUtime=941.96
/proc/31465/stat : 31465 (march_ks) R 31463 31465 30816 0 -1 4194304 4516 0 0 0 94187 9 0 0 25 0 1 0 284272462 12247040 2751 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134585120 0 0 4096 0 0 0 0 17 1 0 0
/proc/31465/statm: 2990 2751 72 123 0 2865 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 11960

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31466
/proc/meminfo: memFree=1398456/2055920 swapFree=4156744/4192956
[pid=31465] ppid=31463 vsize=11960 CPUtime=1001.93
/proc/31465/stat : 31465 (march_ks) R 31463 31465 30816 0 -1 4194304 4522 0 0 0 100184 9 0 0 25 0 1 0 284272462 12247040 2757 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134585186 0 0 4096 0 0 0 0 17 1 0 0
/proc/31465/statm: 2990 2757 72 123 0 2865 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 11960

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31466
/proc/meminfo: memFree=1398392/2055920 swapFree=4156744/4192956
[pid=31465] ppid=31463 vsize=11960 CPUtime=1061.92
/proc/31465/stat : 31465 (march_ks) R 31463 31465 30816 0 -1 4194304 4523 0 0 0 106182 10 0 0 25 0 1 0 284272462 12247040 2758 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134585120 0 0 4096 0 0 0 0 17 1 0 0
/proc/31465/statm: 2990 2758 72 123 0 2865 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 11960

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31466
/proc/meminfo: memFree=1398328/2055920 swapFree=4156744/4192956
[pid=31465] ppid=31463 vsize=12092 CPUtime=1121.89
/proc/31465/stat : 31465 (march_ks) R 31463 31465 30816 0 -1 4194304 4530 0 0 0 112179 10 0 0 25 0 1 0 284272462 12382208 2765 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/31465/statm: 3023 2765 72 123 0 2898 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 12092

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31466
/proc/meminfo: memFree=1398328/2055920 swapFree=4156744/4192956
[pid=31465] ppid=31463 vsize=12092 CPUtime=1181.86
/proc/31465/stat : 31465 (march_ks) R 31463 31465 30816 0 -1 4194304 4537 0 0 0 118176 10 0 0 25 0 1 0 284272462 12382208 2772 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134587540 0 0 4096 0 0 0 0 17 1 0 0
/proc/31465/statm: 3023 2772 72 123 0 2898 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 12092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 3/78 31466
/proc/meminfo: memFree=1398264/2055920 swapFree=4156744/4192956
[pid=31465] ppid=31463 vsize=12092 CPUtime=1200.07
/proc/31465/stat : 31465 (march_ks) R 31463 31465 30816 0 -1 4194304 4544 0 0 0 119996 11 0 0 25 0 1 0 284272462 12382208 2779 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134585127 0 0 4096 0 0 0 0 17 1 0 0
/proc/31465/statm: 3023 2779 72 123 0 2898 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 12092

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 3/78 31466
/proc/meminfo: memFree=1398264/2055920 swapFree=4156744/4192956
[pid=31465] ppid=31463 vsize=12092 CPUtime=1200.07
/proc/31465/stat : 31465 (march_ks) R 31463 31465 30816 0 -1 4194304 4544 0 0 0 119996 11 0 0 25 0 1 0 284272462 12382208 2779 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134585127 0 0 4096 0 0 0 0 17 1 0 0
/proc/31465/statm: 3023 2779 72 123 0 2898 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 12092

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.08
CPU user time (s): 1199.97
CPU system time (s): 0.111982
CPU usage (%): 99.9642
Max. virtual memory (cumulated for all children) (KiB): 12092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.97
system time used= 0.111982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4544
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= 24385

runsolver used 1.47278 second user time and 2.88956 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Wed Feb 28 06:13:00 UTC 2007

IDJOB= 314827
IDBENCH= 20401
IDSOLVER= 111
FILE ID= node12/314827-1172643180

PBS_JOBID= 3980937

Free space on /tmp= 66539 MiB

SOLVER NAME= March KS 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/hard/AProVE07-03.cnf
COMMAND LINE= /tmp/evaluation/314827-1172643180/march_ks /tmp/evaluation/314827-1172643180/instance-314827-1172643180.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-314827-1172643180 -o ROOT/results/node12/solver-314827-1172643180 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314827-1172643180/march_ks /tmp/evaluation/314827-1172643180/instance-314827-1172643180.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  8c67f78ca36ec96e662a91c74844da21

RANDOM SEED= 950448077

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node12.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.285
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.285
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:       1410320 kB
Buffers:         28404 kB
Cached:         537772 kB
SwapCached:      14884 kB
Active:         122320 kB
Inactive:       466836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1410320 kB
SwapTotal:     4192956 kB
SwapFree:      4156744 kB
Dirty:            2448 kB
Writeback:           0 kB
Mapped:          29940 kB
Slab:            42048 kB
Committed_AS:  1191288 kB
PageTables:       1692 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= 66539 MiB

End job on node12 on Wed Feb 28 06:33:03 UTC 2007