Trace number 1613326

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) 1200.05 1200.51

General information on the benchmark

NameCRAFTED/parity-games/
instance_n5_i6_pp.cnf
MD5SUM4c036642111ac5ec4e537964b0c357b7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.315951
Satisfiable
(Un)Satisfiability was proved
Number of variables4380
Number of clauses31540
Sum of the clauses size101892
Maximum clause length20
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 27068
Number of clauses of size 313398
Number of clauses of size 47973
Number of clauses of size 53006
Number of clauses of size over 595

Solver Data

1.09/1.11	c main():: ***                                   [ march satisfiability solver ]                                   ***
1.09/1.11	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
1.09/1.11	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
1.09/1.11	c main()::
1.09/1.11	c initFormula():: searching for DIMACS p-line....
1.09/1.11	c initFormula():: the DIMACS p-line indicates a CNF of 4380 variables and 31540 clauses.
1.09/1.11	c parseCNF():: parsing....
1.09/1.11	c parseCNF():: the CNF contains 0 unary clauses.
1.09/1.11	c runParser():: parsing was successful, warming up engines...
1.09/1.11	c find_and_remove_tautogolies():: found and removed 697 tautologies
1.09/1.11	c find_and_remove_tautogolies():: found and removed 12 tautologies
1.09/1.11	c find_and_remove_tautogolies():: found and removed 6 tautologies
1.09/1.11	c simplify_formula():: removed 384 tautological, 2188 satisfied and 996 duplicate clauses
1.09/1.11	c preprocessing fase I completed:: there are now 3550 free variables and 27972 clauses.
1.09/1.11	c stat :: sign balance is biased by 4.233
1.09/1.11	c find_equivalence():: found 120 3-equivalences
1.09/1.11	c find_and_remove_tautogolies():: found and removed 54 tautologies
1.09/1.11	c find_and_remove_tautogolies():: found and removed 6 tautologies
1.09/1.11	c shorten_equivalence(): average equivalence length reduced from 3.500000 to 3.000000
1.09/1.11	c using k-SAT heuristics (size based diff)
1.09/1.11	c longest clause has size 20
1.09/1.11	c simplify_formula():: removed 0 tautological, 480 satisfied and 93945 duplicate clauses
1.09/1.11	c resolvent_look() :: found 105562 resolvents
1.09/1.11	c main():: clause / variable ratio: ( 133534 / 4380 ) = 30.49
1.09/1.11	c longest clause has size 20
1.09/1.11	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
1.09/1.11	c dynamic_preselect_setsize :: off
1.09/1.11	c suggested doublelook initial :: 0
1.09/1.11	c main():: all systems go!
1.09/1.11	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| 0 NC: 121 JD: 7
8.69/8.72	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 1 NC: 5086 JD: 7
244.28/244.43	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
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-1613326-1239392414/watcher-1613326-1239392414 -o /tmp/evaluation-result-1613326-1239392414/solver-1613326-1239392414 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_ks HOME/instance-1613326-1239392414.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
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.01 1.18 3/64 9121
/proc/meminfo: memFree=1799456/2055920 swapFree=4192956/4192956
[pid=9121] ppid=9119 vsize=1228 CPUtime=0
/proc/9121/stat : 9121 (march_ks) R 9119 9121 8883 0 -1 4194304 197 0 0 0 0 0 0 0 18 0 1 0 3881114 1257472 183 1992294400 134512640 135019032 4294956240 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 0 0 0
/proc/9121/statm: 307 183 47 123 0 182 0

[startup+0.0846181 s]
/proc/loadavg: 1.05 1.01 1.18 3/64 9121
/proc/meminfo: memFree=1799456/2055920 swapFree=4192956/4192956
[pid=9121] ppid=9119 vsize=4240 CPUtime=0.08
/proc/9121/stat : 9121 (march_ks) R 9119 9121 8883 0 -1 4194304 909 0 0 0 8 0 0 0 18 0 1 0 3881114 4341760 736 1992294400 134512640 135019032 4294956240 18446744073709551615 134660761 0 0 4096 0 0 0 0 17 0 0 0
/proc/9121/statm: 1060 736 52 123 0 935 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4240

[startup+0.101619 s]
/proc/loadavg: 1.05 1.01 1.18 3/64 9121
/proc/meminfo: memFree=1799456/2055920 swapFree=4192956/4192956
[pid=9121] ppid=9119 vsize=4108 CPUtime=0.09
/proc/9121/stat : 9121 (march_ks) R 9119 9121 8883 0 -1 4194304 909 0 0 0 9 0 0 0 18 0 1 0 3881114 4206592 711 1992294400 134512640 135019032 4294956240 18446744073709551615 134677364 0 0 4096 0 0 0 0 17 0 0 0
/proc/9121/statm: 1027 711 52 123 0 902 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4108

[startup+0.301635 s]
/proc/loadavg: 1.05 1.01 1.18 3/64 9121
/proc/meminfo: memFree=1799456/2055920 swapFree=4192956/4192956
[pid=9121] ppid=9119 vsize=5704 CPUtime=0.29
/proc/9121/stat : 9121 (march_ks) R 9119 9121 8883 0 -1 4194304 1284 0 0 0 29 0 0 0 20 0 1 0 3881114 5840896 1083 1992294400 134512640 135019032 4294956240 18446744073709551615 134567026 0 0 4096 0 0 0 0 17 0 0 0
/proc/9121/statm: 1426 1083 66 123 0 1301 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5704

[startup+0.701667 s]
/proc/loadavg: 1.05 1.01 1.18 3/64 9121
/proc/meminfo: memFree=1799456/2055920 swapFree=4192956/4192956
[pid=9121] ppid=9119 vsize=11168 CPUtime=0.69
/proc/9121/stat : 9121 (march_ks) R 9119 9121 8883 0 -1 4194304 4104 0 0 0 68 1 0 0 24 0 1 0 3881114 11436032 2366 1992294400 134512640 135019032 4294956240 18446744073709551615 134561718 0 0 4096 0 0 0 0 17 0 0 0
/proc/9121/statm: 2792 2366 66 123 0 2667 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11168

[startup+1.50173 s]
/proc/loadavg: 1.05 1.01 1.18 2/65 9122
/proc/meminfo: memFree=1784280/2055920 swapFree=4192956/4192956
[pid=9121] ppid=9119 vsize=20168 CPUtime=1.5
/proc/9121/stat : 9121 (march_ks) R 9119 9121 8883 0 -1 4194304 8567 0 0 0 146 4 0 0 25 0 1 0 3881114 20652032 4101 1992294400 134512640 135019032 4294956240 18446744073709551615 134537979 0 0 4096 0 0 0 0 17 0 0 0
/proc/9121/statm: 5042 4101 72 123 0 4917 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 20168

[startup+3.10186 s]
/proc/loadavg: 1.05 1.01 1.18 2/65 9122
/proc/meminfo: memFree=1783064/2055920 swapFree=4192956/4192956
[pid=9121] ppid=9119 vsize=20300 CPUtime=3.09
/proc/9121/stat : 9121 (march_ks) R 9119 9121 8883 0 -1 4194304 8589 0 0 0 305 4 0 0 25 0 1 0 3881114 20787200 4123 1992294400 134512640 135019032 4294956240 18446744073709551615 134587542 0 0 4096 0 0 0 0 17 0 0 0
/proc/9121/statm: 5075 4123 72 123 0 4950 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20300

[startup+6.30112 s]
/proc/loadavg: 1.05 1.01 1.18 2/65 9122
/proc/meminfo: memFree=1782872/2055920 swapFree=4192956/4192956
[pid=9121] ppid=9119 vsize=20300 CPUtime=6.29
/proc/9121/stat : 9121 (march_ks) R 9119 9121 8883 0 -1 4194304 8597 0 0 0 625 4 0 0 25 0 1 0 3881114 20787200 4131 1992294400 134512640 135019032 4294956240 18446744073709551615 134526970 0 0 4096 0 0 0 0 17 0 0 0
/proc/9121/statm: 5075 4131 72 123 0 4950 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20300

[startup+12.7016 s]
/proc/loadavg: 1.04 1.01 1.18 2/65 9122
/proc/meminfo: memFree=1782504/2055920 swapFree=4192956/4192956
[pid=9121] ppid=9119 vsize=21088 CPUtime=12.69
/proc/9121/stat : 9121 (march_ks) R 9119 9121 8883 0 -1 4194304 8744 0 0 0 1265 4 0 0 25 0 1 0 3881114 21594112 4278 1992294400 134512640 135019032 4294956240 18446744073709551615 134543195 0 0 4096 0 0 0 0 17 0 0 0
/proc/9121/statm: 5272 4278 72 123 0 5147 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21088

[startup+25.5016 s]
/proc/loadavg: 1.03 1.01 1.17 2/65 9122
/proc/meminfo: memFree=1781168/2055920 swapFree=4192956/4192956
[pid=9121] ppid=9119 vsize=22412 CPUtime=25.49
/proc/9121/stat : 9121 (march_ks) R 9119 9121 8883 0 -1 4194304 9079 0 0 0 2544 5 0 0 25 0 1 0 3881114 22949888 4613 1992294400 134512640 135019032 4294956240 18446744073709551615 134543174 0 0 4096 0 0 0 0 17 0 0 0
/proc/9121/statm: 5603 4613 72 123 0 5478 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 22412

[startup+51.1017 s]
/proc/loadavg: 1.02 1.01 1.17 2/65 9122
/proc/meminfo: memFree=1780080/2055920 swapFree=4192956/4192956
[pid=9121] ppid=9119 vsize=23592 CPUtime=51.07
/proc/9121/stat : 9121 (march_ks) R 9119 9121 8883 0 -1 4194304 9373 0 0 0 5102 5 0 0 25 0 1 0 3881114 24158208 4907 1992294400 134512640 135019032 4294956240 18446744073709551615 134543168 0 0 4096 0 0 0 0 17 0 0 0
/proc/9121/statm: 5898 4907 72 123 0 5773 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 23592

[startup+102.306 s]
/proc/loadavg: 1.01 1.00 1.16 2/65 9122
/proc/meminfo: memFree=1778992/2055920 swapFree=4192956/4192956
[pid=9121] ppid=9119 vsize=24516 CPUtime=102.26
/proc/9121/stat : 9121 (march_ks) R 9119 9121 8883 0 -1 4194304 9627 0 0 0 10221 5 0 0 25 0 1 0 3881114 25104384 5161 1992294400 134512640 135019032 4294956240 18446744073709551615 134537979 0 0 4096 0 0 0 0 17 0 0 0
/proc/9121/statm: 6129 5161 72 123 0 6004 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 24516

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.15 2/65 9122
/proc/meminfo: memFree=1777968/2055920 swapFree=4192956/4192956
[pid=9121] ppid=9119 vsize=25572 CPUtime=162.23
/proc/9121/stat : 9121 (march_ks) R 9119 9121 8883 0 -1 4194304 9888 0 0 0 16218 5 0 0 25 0 1 0 3881114 26185728 5422 1992294400 134512640 135019032 4294956240 18446744073709551615 134539075 0 0 4096 0 0 0 0 17 0 0 0
/proc/9121/statm: 6393 5422 72 123 0 6268 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 25572

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.13 2/65 9122
/proc/meminfo: memFree=1777392/2055920 swapFree=4192956/4192956
[pid=9121] ppid=9119 vsize=26232 CPUtime=222.19
/proc/9121/stat : 9121 (march_ks) R 9119 9121 8883 0 -1 4194304 10030 0 0 0 22213 6 0 0 25 0 1 0 3881114 26861568 5564 1992294400 134512640 135019032 4294956240 18446744073709551615 134526965 0 0 4096 0 0 0 0 17 0 0 0
/proc/9121/statm: 6558 5564 72 123 0 6433 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 26232

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.12 2/65 9122
/proc/meminfo: memFree=1776496/2055920 swapFree=4192956/4192956
[pid=9121] ppid=9119 vsize=27020 CPUtime=282.17
/proc/9121/stat : 9121 (march_ks) R 9119 9121 8883 0 -1 4194304 10248 0 0 0 28211 6 0 0 25 0 1 0 3881114 27668480 5782 1992294400 134512640 135019032 4294956240 18446744073709551615 134543168 0 0 4096 0 0 0 0 17 0 0 0
/proc/9121/statm: 6755 5782 72 123 0 6630 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 27020

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.11 2/65 9122
/proc/meminfo: memFree=1775920/2055920 swapFree=4192956/4192956
[pid=9121] ppid=9119 vsize=27548 CPUtime=342.14
/proc/9121/stat : 9121 (march_ks) R 9119 9121 8883 0 -1 4194304 10370 0 0 0 34208 6 0 0 25 0 1 0 3881114 28209152 5904 1992294400 134512640 135019032 4294956240 18446744073709551615 134537979 0 0 4096 0 0 0 0 17 0 0 0
/proc/9121/statm: 6887 5904 72 123 0 6762 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 27548

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 9122
/proc/meminfo: memFree=1775728/2055920 swapFree=4192956/4192956
[pid=9121] ppid=9119 vsize=27808 CPUtime=402.13
/proc/9121/stat : 9121 (march_ks) R 9119 9121 8883 0 -1 4194304 10425 0 0 0 40206 7 0 0 25 0 1 0 3881114 28475392 5959 1992294400 134512640 135019032 4294956240 18446744073709551615 134543124 0 0 4096 0 0 0 0 17 0 0 0
/proc/9121/statm: 6952 5959 72 123 0 6827 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 27808

[startup+462.301 s]
/proc/loadavg: 1.04 1.01 1.09 2/65 9122
/proc/meminfo: memFree=1775536/2055920 swapFree=4192956/4192956
[pid=9121] ppid=9119 vsize=27940 CPUtime=462.11
/proc/9121/stat : 9121 (march_ks) R 9119 9121 8883 0 -1 4194304 10469 0 0 0 46204 7 0 0 25 0 1 0 3881114 28610560 6003 1992294400 134512640 135019032 4294956240 18446744073709551615 134543145 0 0 4096 0 0 0 0 17 0 0 0
/proc/9121/statm: 6985 6003 72 123 0 6860 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 27940

[startup+522.302 s]
/proc/loadavg: 1.10 1.04 1.09 2/65 9122
/proc/meminfo: memFree=1775472/2055920 swapFree=4192956/4192956
[pid=9121] ppid=9119 vsize=28072 CPUtime=522.09
/proc/9121/stat : 9121 (march_ks) R 9119 9121 8883 0 -1 4194304 10495 0 0 0 52202 7 0 0 25 0 1 0 3881114 28745728 6029 1992294400 134512640 135019032 4294956240 18446744073709551615 134526965 0 0 4096 0 0 0 0 17 0 0 0
/proc/9121/statm: 7018 6029 72 123 0 6893 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 28072

[startup+582.301 s]
/proc/loadavg: 1.03 1.03 1.09 2/65 9122
/proc/meminfo: memFree=1775216/2055920 swapFree=4192956/4192956
[pid=9121] ppid=9119 vsize=28204 CPUtime=582.06
/proc/9121/stat : 9121 (march_ks) R 9119 9121 8883 0 -1 4194304 10539 0 0 0 58199 7 0 0 25 0 1 0 3881114 28880896 6073 1992294400 134512640 135019032 4294956240 18446744073709551615 134526947 0 0 4096 0 0 0 0 17 0 0 0
/proc/9121/statm: 7051 6073 72 123 0 6926 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 28204

[startup+642.302 s]
/proc/loadavg: 1.01 1.02 1.08 2/65 9122
/proc/meminfo: memFree=1774896/2055920 swapFree=4192956/4192956
[pid=9121] ppid=9119 vsize=28596 CPUtime=642.04
/proc/9121/stat : 9121 (march_ks) R 9119 9121 8883 0 -1 4194304 10631 0 0 0 64197 7 0 0 25 0 1 0 3881114 29282304 6165 1992294400 134512640 135019032 4294956240 18446744073709551615 134543191 0 0 4096 0 0 0 0 17 0 0 0
/proc/9121/statm: 7149 6165 72 123 0 7024 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 28596

[startup+702.302 s]
/proc/loadavg: 1.00 1.02 1.07 2/65 9122
/proc/meminfo: memFree=1774448/2055920 swapFree=4192956/4192956
[pid=9121] ppid=9119 vsize=28996 CPUtime=702.02
/proc/9121/stat : 9121 (march_ks) R 9119 9121 8883 0 -1 4194304 10741 0 0 0 70194 8 0 0 25 0 1 0 3881114 29691904 6275 1992294400 134512640 135019032 4294956240 18446744073709551615 134538419 0 0 4096 0 0 0 0 17 0 0 0
/proc/9121/statm: 7249 6275 72 123 0 7124 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 28996

[startup+762.306 s]
/proc/loadavg: 1.00 1.01 1.07 2/65 9122
/proc/meminfo: memFree=1774064/2055920 swapFree=4192956/4192956
[pid=9121] ppid=9119 vsize=29388 CPUtime=762
/proc/9121/stat : 9121 (march_ks) R 9119 9121 8883 0 -1 4194304 10822 0 0 0 76192 8 0 0 25 0 1 0 3881114 30093312 6356 1992294400 134512640 135019032 4294956240 18446744073709551615 134526957 0 0 4096 0 0 0 0 17 0 0 0
/proc/9121/statm: 7347 6356 72 123 0 7222 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 29388

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 9122
/proc/meminfo: memFree=1773808/2055920 swapFree=4192956/4192956
[pid=9121] ppid=9119 vsize=29652 CPUtime=821.97
/proc/9121/stat : 9121 (march_ks) R 9119 9121 8883 0 -1 4194304 10878 0 0 0 82189 8 0 0 25 0 1 0 3881114 30363648 6412 1992294400 134512640 135019032 4294956240 18446744073709551615 134526970 0 0 4096 0 0 0 0 17 0 0 0
/proc/9121/statm: 7413 6412 72 123 0 7288 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 29652

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 9124
/proc/meminfo: memFree=1773680/2055920 swapFree=4192956/4192956
[pid=9121] ppid=9119 vsize=29784 CPUtime=881.94
/proc/9121/stat : 9121 (march_ks) R 9119 9121 8883 0 -1 4194304 10924 0 0 0 88186 8 0 0 25 0 1 0 3881114 30498816 6458 1992294400 134512640 135019032 4294956240 18446744073709551615 134565479 0 0 4096 0 0 0 0 17 0 0 0
/proc/9121/statm: 7446 6458 72 123 0 7321 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 29784

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 9124
/proc/meminfo: memFree=1773488/2055920 swapFree=4192956/4192956
[pid=9121] ppid=9119 vsize=30052 CPUtime=941.92
/proc/9121/stat : 9121 (march_ks) R 9119 9121 8883 0 -1 4194304 10978 0 0 0 94184 8 0 0 25 0 1 0 3881114 30773248 6512 1992294400 134512640 135019032 4294956240 18446744073709551615 134526591 0 0 4096 0 0 0 0 17 0 0 0
/proc/9121/statm: 7513 6512 72 123 0 7388 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 30052

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 9124
/proc/meminfo: memFree=1773360/2055920 swapFree=4192956/4192956
[pid=9121] ppid=9119 vsize=30184 CPUtime=1001.89
/proc/9121/stat : 9121 (march_ks) R 9119 9121 8883 0 -1 4194304 11011 0 0 0 100181 8 0 0 25 0 1 0 3881114 30908416 6545 1992294400 134512640 135019032 4294956240 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 0 0 0
/proc/9121/statm: 7546 6545 72 123 0 7421 0
Current children cumulated CPU time (s) 1001.89
Current children cumulated vsize (KiB) 30184

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 9124
/proc/meminfo: memFree=1773232/2055920 swapFree=4192956/4192956
[pid=9121] ppid=9119 vsize=30316 CPUtime=1061.88
/proc/9121/stat : 9121 (march_ks) R 9119 9121 8883 0 -1 4194304 11059 0 0 0 106180 8 0 0 25 0 1 0 3881114 31043584 6593 1992294400 134512640 135019032 4294956240 18446744073709551615 134526591 0 0 4096 0 0 0 0 17 0 0 0
/proc/9121/statm: 7579 6593 72 123 0 7454 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 30316

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 9124
/proc/meminfo: memFree=1773040/2055920 swapFree=4192956/4192956
[pid=9121] ppid=9119 vsize=30448 CPUtime=1121.85
/proc/9121/stat : 9121 (march_ks) R 9119 9121 8883 0 -1 4194304 11084 0 0 0 112177 8 0 0 25 0 1 0 3881114 31178752 6618 1992294400 134512640 135019032 4294956240 18446744073709551615 134548041 0 0 4096 0 0 0 0 17 0 0 0
/proc/9121/statm: 7612 6618 72 123 0 7487 0
Current children cumulated CPU time (s) 1121.85
Current children cumulated vsize (KiB) 30448

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 9124
/proc/meminfo: memFree=1772720/2055920 swapFree=4192956/4192956
[pid=9121] ppid=9119 vsize=30712 CPUtime=1181.83
/proc/9121/stat : 9121 (march_ks) R 9119 9121 8883 0 -1 4194304 11164 0 0 0 118175 8 0 0 25 0 1 0 3881114 31449088 6698 1992294400 134512640 135019032 4294956240 18446744073709551615 134536940 0 0 4096 0 0 0 0 17 0 0 0
/proc/9121/statm: 7678 6698 72 123 0 7553 0
Current children cumulated CPU time (s) 1181.83
Current children cumulated vsize (KiB) 30712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 9124
/proc/meminfo: memFree=1772656/2055920 swapFree=4192956/4192956
[pid=9121] ppid=9119 vsize=30844 CPUtime=1200.03
/proc/9121/stat : 9121 (march_ks) R 9119 9121 8883 0 -1 4194304 11170 0 0 0 119995 8 0 0 25 0 1 0 3881114 31584256 6704 1992294400 134512640 135019032 4294956240 18446744073709551615 134543289 0 0 4096 0 0 0 0 17 0 0 0
/proc/9121/statm: 7711 6704 72 123 0 7586 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 30844

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.03 2/65 9124
/proc/meminfo: memFree=1772656/2055920 swapFree=4192956/4192956
[pid=9121] ppid=9119 vsize=30844 CPUtime=1200.03
/proc/9121/stat : 9121 (march_ks) R 9119 9121 8883 0 -1 4194304 11170 0 0 0 119995 8 0 0 25 0 1 0 3881114 31584256 6704 1992294400 134512640 135019032 4294956240 18446744073709551615 134543289 0 0 4096 0 0 0 0 17 0 0 0
/proc/9121/statm: 7711 6704 72 123 0 7586 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 30844

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.05
CPU user time (s): 1199.96
CPU system time (s): 0.089986
CPU usage (%): 99.9614
Max. virtual memory (cumulated for all children) (KiB): 30844

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

runsolver used 1.10683 second user time and 3.2685 second system time

The end

Launcher Data

Begin job on node52 at 2009-04-10 21:40:14
IDJOB=1613326
IDBENCH=71633
IDSOLVER=559
FILE ID=node52/1613326-1239392414
PBS_JOBID= 9132688
Free space on /tmp= 66424 MiB

SOLVER NAME= SAT07 reference solver: March KS 2007-02-08
BENCH NAME= SAT09/CRAFTED/parity-games/instance_n5_i6_pp.cnf
COMMAND LINE= HOME/march_ks BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1613326-1239392414/watcher-1613326-1239392414 -o /tmp/evaluation-result-1613326-1239392414/solver-1613326-1239392414 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_ks HOME/instance-1613326-1239392414.cnf            

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

MD5SUM BENCH= 4c036642111ac5ec4e537964b0c357b7
RANDOM SEED=1012914315

node52.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.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:       1799936 kB
Buffers:         52104 kB
Cached:         143532 kB
SwapCached:          0 kB
Active:          83928 kB
Inactive:       124604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1799936 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3792 kB
Writeback:           0 kB
Mapped:          22672 kB
Slab:            33468 kB
Committed_AS:    79820 kB
PageTables:       1476 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= 66420 MiB
End job on node52 at 2009-04-10 22:00:16