Trace number 1613335

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.06 1200.61

General information on the benchmark

NameCRAFTED/parity-games/
instance_n6_i6_pp.cnf
MD5SUM89b30b9df71296e4c629a809ada9bdd7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.546916
Satisfiable
(Un)Satisfiability was proved
Number of variables7278
Number of clauses63275
Sum of the clauses size206916
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 212558
Number of clauses of size 328524
Number of clauses of size 416236
Number of clauses of size 54722
Number of clauses of size over 51235

Solver Data

3.09/3.17	c main():: ***                                   [ march satisfiability solver ]                                   ***
3.09/3.17	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
3.09/3.17	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
3.09/3.17	c main()::
3.09/3.17	c initFormula():: searching for DIMACS p-line....
3.09/3.17	c initFormula():: the DIMACS p-line indicates a CNF of 7278 variables and 63275 clauses.
3.09/3.17	c parseCNF():: parsing....
3.09/3.17	c parseCNF():: the CNF contains 0 unary clauses.
3.09/3.17	c runParser():: parsing was successful, warming up engines...
3.09/3.17	c find_and_remove_tautogolies():: found and removed 1059 tautologies
3.09/3.17	c find_and_remove_tautogolies():: found and removed 18 tautologies
3.09/3.17	c find_and_remove_tautogolies():: found and removed 12 tautologies
3.09/3.17	c find_and_remove_tautogolies():: found and removed 6 tautologies
3.09/3.17	c simplify_formula():: removed 600 tautological, 3600 satisfied and 1830 duplicate clauses
3.09/3.17	c preprocessing fase I completed:: there are now 6024 free variables and 57245 clauses.
3.09/3.17	c stat :: sign balance is biased by 5.843
3.09/3.17	c find_equivalence():: found 180 3-equivalences
3.09/3.17	c find_and_remove_tautogolies():: found and removed 72 tautologies
3.09/3.17	c find_and_remove_tautogolies():: found and removed 18 tautologies
3.09/3.17	c shorten_equivalence(): average equivalence length reduced from 3.000000 to 3.000000
3.09/3.17	c using k-SAT heuristics (size based diff)
3.09/3.17	c longest clause has size 30
3.09/3.17	c simplify_formula():: removed 0 tautological, 720 satisfied and 290234 duplicate clauses
3.09/3.17	c resolvent_look() :: found 240170 resolvents
3.09/3.17	c main():: clause / variable ratio: ( 297415 / 7278 ) = 40.86
3.09/3.17	c longest clause has size 30
3.09/3.17	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
3.09/3.17	c dynamic_preselect_setsize :: off
3.09/3.17	c suggested doublelook initial :: 0
3.09/3.17	c main():: all systems go!
3.09/3.17	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| 0 NC: 165 JD: 13
50.06/50.12	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: 4419 JD: 13
934.45/934.95	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-1613335-1239392579/watcher-1613335-1239392579 -o /tmp/evaluation-result-1613335-1239392579/solver-1613335-1239392579 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_ks HOME/instance-1613335-1239392579.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.00 1.00 1.13 3/65 12592
/proc/meminfo: memFree=1816808/2055920 swapFree=4192956/4192956
[pid=12592] ppid=12590 vsize=1692 CPUtime=0
/proc/12592/stat : 12592 (march_ks) R 12590 12592 12247 0 -1 4194304 279 0 0 0 0 0 0 0 18 0 1 0 3900675 1732608 265 1992294400 134512640 135019032 4294956240 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 0 0 0
/proc/12592/statm: 423 265 47 123 0 298 0

[startup+0.0647711 s]
/proc/loadavg: 1.00 1.00 1.13 3/65 12592
/proc/meminfo: memFree=1816808/2055920 swapFree=4192956/4192956
[pid=12592] ppid=12590 vsize=2484 CPUtime=0.05
/proc/12592/stat : 12592 (march_ks) R 12590 12592 12247 0 -1 4194304 533 0 0 0 5 0 0 0 18 0 1 0 3900675 2543616 519 1992294400 134512640 135019032 4294956240 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 0 0 0
/proc/12592/statm: 621 519 47 123 0 496 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2484

[startup+0.101774 s]
/proc/loadavg: 1.00 1.00 1.13 3/65 12592
/proc/meminfo: memFree=1816808/2055920 swapFree=4192956/4192956
[pid=12592] ppid=12590 vsize=5812 CPUtime=0.09
/proc/12592/stat : 12592 (march_ks) R 12590 12592 12247 0 -1 4194304 1142 0 0 0 9 0 0 0 18 0 1 0 3900675 5951488 884 1992294400 134512640 135019032 4294956240 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 0 0 0
/proc/12592/statm: 1453 885 48 123 0 1328 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5812

[startup+0.301797 s]
/proc/loadavg: 1.00 1.00 1.13 3/65 12592
/proc/meminfo: memFree=1816808/2055920 swapFree=4192956/4192956
[pid=12592] ppid=12590 vsize=6292 CPUtime=0.29
/proc/12592/stat : 12592 (march_ks) R 12590 12592 12247 0 -1 4194304 3118 0 0 0 28 1 0 0 19 0 1 0 3900675 6443008 971 1992294400 134512640 135019032 4294956240 18446744073709551615 134561702 0 0 4096 0 0 0 0 17 0 0 0
/proc/12592/statm: 1573 971 52 123 0 1448 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6292

[startup+0.70184 s]
/proc/loadavg: 1.00 1.00 1.13 3/65 12592
/proc/meminfo: memFree=1816808/2055920 swapFree=4192956/4192956
[pid=12592] ppid=12590 vsize=7484 CPUtime=0.69
/proc/12592/stat : 12592 (march_ks) R 12590 12592 12247 0 -1 4194304 6637 0 0 0 66 3 0 0 23 0 1 0 3900675 7663616 1312 1992294400 134512640 135019032 4294956240 18446744073709551615 134554782 0 0 4096 0 0 0 0 17 0 0 0
/proc/12592/statm: 1871 1312 62 123 0 1746 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7484

[startup+1.50193 s]
/proc/loadavg: 1.00 1.00 1.13 2/66 12593
/proc/meminfo: memFree=1800928/2055920 swapFree=4192956/4192956
[pid=12592] ppid=12590 vsize=22796 CPUtime=1.49
/proc/12592/stat : 12592 (march_ks) R 12590 12592 12247 0 -1 4194304 10244 0 0 0 145 4 0 0 25 0 1 0 3900675 23343104 4919 1992294400 134512640 135019032 4294956240 18446744073709551615 134567048 0 0 4096 0 0 0 0 17 0 0 0
/proc/12592/statm: 5699 4919 66 123 0 5574 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22796

[startup+3.1011 s]
/proc/loadavg: 1.00 1.00 1.13 2/66 12593
/proc/meminfo: memFree=1794720/2055920 swapFree=4192956/4192956
[pid=12592] ppid=12590 vsize=48800 CPUtime=3.09
/proc/12592/stat : 12592 (march_ks) R 12590 12592 12247 0 -1 4194304 23011 0 0 0 299 10 0 0 25 0 1 0 3900675 49971200 9629 1992294400 134512640 135019032 4294956240 18446744073709551615 134554794 0 0 4096 0 0 0 0 17 0 0 0
/proc/12592/statm: 12200 9629 68 123 0 12075 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48800

[startup+6.30146 s]
/proc/loadavg: 1.00 1.00 1.13 2/66 12593
/proc/meminfo: memFree=1779872/2055920 swapFree=4192956/4192956
[pid=12592] ppid=12590 vsize=44880 CPUtime=6.29
/proc/12592/stat : 12592 (march_ks) R 12590 12592 12247 0 -1 4194304 23609 0 0 0 619 10 0 0 25 0 1 0 3900675 45957120 9231 1992294400 134512640 135019032 4294956240 18446744073709551615 134543168 0 0 4096 0 0 0 0 17 0 0 0
/proc/12592/statm: 11220 9231 72 123 0 11095 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44880

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.13 2/66 12593
/proc/meminfo: memFree=1779552/2055920 swapFree=4192956/4192956
[pid=12592] ppid=12590 vsize=45076 CPUtime=12.68
/proc/12592/stat : 12592 (march_ks) R 12590 12592 12247 0 -1 4194304 23672 0 0 0 1258 10 0 0 25 0 1 0 3900675 46157824 9294 1992294400 134512640 135019032 4294956240 18446744073709551615 134526970 0 0 4096 0 0 0 0 17 0 0 0
/proc/12592/statm: 11269 9294 72 123 0 11144 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 45076

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.12 2/66 12593
/proc/meminfo: memFree=1779552/2055920 swapFree=4192956/4192956
[pid=12592] ppid=12590 vsize=45076 CPUtime=25.48
/proc/12592/stat : 12592 (march_ks) R 12590 12592 12247 0 -1 4194304 23683 0 0 0 2538 10 0 0 25 0 1 0 3900675 46157824 9305 1992294400 134512640 135019032 4294956240 18446744073709551615 134538413 0 0 4096 0 0 0 0 17 0 0 0
/proc/12592/statm: 11269 9305 72 123 0 11144 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 45076

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.12 2/66 12593
/proc/meminfo: memFree=1779552/2055920 swapFree=4192956/4192956
[pid=12592] ppid=12590 vsize=45076 CPUtime=51.06
/proc/12592/stat : 12592 (march_ks) R 12590 12592 12247 0 -1 4194304 23688 0 0 0 5096 10 0 0 25 0 1 0 3900675 46157824 9310 1992294400 134512640 135019032 4294956240 18446744073709551615 134537981 0 0 4096 0 0 0 0 17 0 0 0
/proc/12592/statm: 11269 9310 72 123 0 11144 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 45076

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.11 2/66 12593
/proc/meminfo: memFree=1778336/2055920 swapFree=4192956/4192956
[pid=12592] ppid=12590 vsize=46768 CPUtime=102.26
/proc/12592/stat : 12592 (march_ks) R 12590 12592 12247 0 -1 4194304 24022 0 0 0 10215 11 0 0 25 0 1 0 3900675 47890432 9644 1992294400 134512640 135019032 4294956240 18446744073709551615 134543168 0 0 4096 0 0 0 0 17 0 0 0
/proc/12592/statm: 11692 9644 72 123 0 11567 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 46768

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 12593
/proc/meminfo: memFree=1776800/2055920 swapFree=4192956/4192956
[pid=12592] ppid=12590 vsize=48216 CPUtime=162.23
/proc/12592/stat : 12592 (march_ks) R 12590 12592 12247 0 -1 4194304 24404 0 0 0 16212 11 0 0 25 0 1 0 3900675 49373184 10026 1992294400 134512640 135019032 4294956240 18446744073709551615 134537989 0 0 4096 0 0 0 0 17 0 0 0
/proc/12592/statm: 12054 10026 72 123 0 11929 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 48216

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 12593
/proc/meminfo: memFree=1775904/2055920 swapFree=4192956/4192956
[pid=12592] ppid=12590 vsize=49128 CPUtime=222.2
/proc/12592/stat : 12592 (march_ks) R 12590 12592 12247 0 -1 4194304 24631 0 0 0 22209 11 0 0 25 0 1 0 3900675 50307072 10253 1992294400 134512640 135019032 4294956240 18446744073709551615 134538179 0 0 4096 0 0 0 0 17 0 0 0
/proc/12592/statm: 12282 10253 72 123 0 12157 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 49128

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 12593
/proc/meminfo: memFree=1775072/2055920 swapFree=4192956/4192956
[pid=12592] ppid=12590 vsize=50044 CPUtime=282.18
/proc/12592/stat : 12592 (march_ks) R 12590 12592 12247 0 -1 4194304 24849 0 0 0 28207 11 0 0 25 0 1 0 3900675 51245056 10471 1992294400 134512640 135019032 4294956240 18446744073709551615 134543145 0 0 4096 0 0 0 0 17 0 0 0
/proc/12592/statm: 12511 10471 72 123 0 12386 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 50044

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 12593
/proc/meminfo: memFree=1774560/2055920 swapFree=4192956/4192956
[pid=12592] ppid=12590 vsize=50440 CPUtime=342.15
/proc/12592/stat : 12592 (march_ks) R 12590 12592 12247 0 -1 4194304 24947 0 0 0 34204 11 0 0 25 0 1 0 3900675 51650560 10569 1992294400 134512640 135019032 4294956240 18446744073709551615 134543232 0 0 4096 0 0 0 0 17 0 0 0
/proc/12592/statm: 12610 10569 72 123 0 12485 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 50440

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 12593
/proc/meminfo: memFree=1774304/2055920 swapFree=4192956/4192956
[pid=12592] ppid=12590 vsize=50836 CPUtime=402.12
/proc/12592/stat : 12592 (march_ks) R 12590 12592 12247 0 -1 4194304 25030 0 0 0 40201 11 0 0 25 0 1 0 3900675 52056064 10652 1992294400 134512640 135019032 4294956240 18446744073709551615 134537984 0 0 4096 0 0 0 0 17 0 0 0
/proc/12592/statm: 12709 10652 72 123 0 12584 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 50836

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 12593
/proc/meminfo: memFree=1774048/2055920 swapFree=4192956/4192956
[pid=12592] ppid=12590 vsize=50964 CPUtime=462.09
/proc/12592/stat : 12592 (march_ks) R 12590 12592 12247 0 -1 4194304 25087 0 0 0 46198 11 0 0 25 0 1 0 3900675 52187136 10709 1992294400 134512640 135019032 4294956240 18446744073709551615 134543168 0 0 4096 0 0 0 0 17 0 0 0
/proc/12592/statm: 12741 10709 72 123 0 12616 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 50964

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 12593
/proc/meminfo: memFree=1773728/2055920 swapFree=4192956/4192956
[pid=12592] ppid=12590 vsize=51360 CPUtime=522.06
/proc/12592/stat : 12592 (march_ks) R 12590 12592 12247 0 -1 4194304 25163 0 0 0 52195 11 0 0 25 0 1 0 3900675 52592640 10785 1992294400 134512640 135019032 4294956240 18446744073709551615 134543174 0 0 4096 0 0 0 0 17 0 0 0
/proc/12592/statm: 12840 10785 72 123 0 12715 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 51360

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 12593
/proc/meminfo: memFree=1773472/2055920 swapFree=4192956/4192956
[pid=12592] ppid=12590 vsize=51496 CPUtime=582.02
/proc/12592/stat : 12592 (march_ks) R 12590 12592 12247 0 -1 4194304 25220 0 0 0 58191 11 0 0 25 0 1 0 3900675 52731904 10842 1992294400 134512640 135019032 4294956240 18446744073709551615 134543168 0 0 4096 0 0 0 0 17 0 0 0
/proc/12592/statm: 12874 10842 72 123 0 12749 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 51496

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 12593
/proc/meminfo: memFree=1773344/2055920 swapFree=4192956/4192956
[pid=12592] ppid=12590 vsize=51760 CPUtime=641.99
/proc/12592/stat : 12592 (march_ks) R 12590 12592 12247 0 -1 4194304 25266 0 0 0 64188 11 0 0 25 0 1 0 3900675 53002240 10888 1992294400 134512640 135019032 4294956240 18446744073709551615 134537968 0 0 4096 0 0 0 0 17 0 0 0
/proc/12592/statm: 12940 10888 72 123 0 12815 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 51760

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 12595
/proc/meminfo: memFree=1772960/2055920 swapFree=4192956/4192956
[pid=12592] ppid=12590 vsize=51896 CPUtime=701.97
/proc/12592/stat : 12592 (march_ks) R 12590 12592 12247 0 -1 4194304 25308 0 0 0 70185 12 0 0 25 0 1 0 3900675 53141504 10930 1992294400 134512640 135019032 4294956240 18446744073709551615 134543159 0 0 4096 0 0 0 0 17 0 0 0
/proc/12592/statm: 12974 10930 72 123 0 12849 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 51896

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 12595
/proc/meminfo: memFree=1772704/2055920 swapFree=4192956/4192956
[pid=12592] ppid=12590 vsize=52304 CPUtime=761.93
/proc/12592/stat : 12592 (march_ks) R 12590 12592 12247 0 -1 4194304 25398 0 0 0 76181 12 0 0 25 0 1 0 3900675 53559296 11020 1992294400 134512640 135019032 4294956240 18446744073709551615 134526970 0 0 4096 0 0 0 0 17 0 0 0
/proc/12592/statm: 13076 11020 72 123 0 12951 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 52304

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 12595
/proc/meminfo: memFree=1772192/2055920 swapFree=4192956/4192956
[pid=12592] ppid=12590 vsize=52832 CPUtime=821.9
/proc/12592/stat : 12592 (march_ks) R 12590 12592 12247 0 -1 4194304 25518 0 0 0 82178 12 0 0 25 0 1 0 3900675 54099968 11140 1992294400 134512640 135019032 4294956240 18446744073709551615 134585120 0 0 4096 0 0 0 0 17 0 0 0
/proc/12592/statm: 13208 11140 72 123 0 13083 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 52832

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 12595
/proc/meminfo: memFree=1771936/2055920 swapFree=4192956/4192956
[pid=12592] ppid=12590 vsize=53100 CPUtime=881.86
/proc/12592/stat : 12592 (march_ks) R 12590 12592 12247 0 -1 4194304 25593 0 0 0 88174 12 0 0 25 0 1 0 3900675 54374400 11215 1992294400 134512640 135019032 4294956240 18446744073709551615 134564805 0 0 4096 0 0 0 0 17 0 0 0
/proc/12592/statm: 13275 11215 72 123 0 13150 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 53100

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 12595
/proc/meminfo: memFree=1771168/2055920 swapFree=4192956/4192956
[pid=12592] ppid=12590 vsize=53884 CPUtime=941.85
/proc/12592/stat : 12592 (march_ks) R 12590 12592 12247 0 -1 4194304 25784 0 0 0 94172 13 0 0 25 0 1 0 3900675 55177216 11406 1992294400 134512640 135019032 4294956240 18446744073709551615 134538408 0 0 4096 0 0 0 0 17 0 0 0
/proc/12592/statm: 13471 11406 72 123 0 13346 0
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (KiB) 53884

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 12595
/proc/meminfo: memFree=1770528/2055920 swapFree=4192956/4192956
[pid=12592] ppid=12590 vsize=54540 CPUtime=1001.82
/proc/12592/stat : 12592 (march_ks) R 12590 12592 12247 0 -1 4194304 25946 0 0 0 100169 13 0 0 25 0 1 0 3900675 55848960 11568 1992294400 134512640 135019032 4294956240 18446744073709551615 134543477 0 0 4096 0 0 0 0 17 0 0 0
/proc/12592/statm: 13635 11568 72 123 0 13510 0
Current children cumulated CPU time (s) 1001.82
Current children cumulated vsize (KiB) 54540

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 12595
/proc/meminfo: memFree=1770400/2055920 swapFree=4192956/4192956
[pid=12592] ppid=12590 vsize=54668 CPUtime=1061.8
/proc/12592/stat : 12592 (march_ks) R 12590 12592 12247 0 -1 4194304 25982 0 0 0 106167 13 0 0 25 0 1 0 3900675 55980032 11604 1992294400 134512640 135019032 4294956240 18446744073709551615 134543124 0 0 4096 0 0 0 0 17 0 0 0
/proc/12592/statm: 13667 11604 72 123 0 13542 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 54668

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12601
/proc/meminfo: memFree=1769952/2055920 swapFree=4192956/4192956
[pid=12592] ppid=12590 vsize=55064 CPUtime=1121.76
/proc/12592/stat : 12592 (march_ks) R 12590 12592 12247 0 -1 4194304 26098 0 0 0 112163 13 0 0 25 0 1 0 3900675 56385536 11720 1992294400 134512640 135019032 4294956240 18446744073709551615 134536937 0 0 4096 0 0 0 0 17 0 0 0
/proc/12592/statm: 13766 11720 72 123 0 13641 0
Current children cumulated CPU time (s) 1121.76
Current children cumulated vsize (KiB) 55064

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12601
/proc/meminfo: memFree=1769120/2055920 swapFree=4192956/4192956
[pid=12592] ppid=12590 vsize=55984 CPUtime=1181.74
/proc/12592/stat : 12592 (march_ks) R 12590 12592 12247 0 -1 4194304 26308 0 0 0 118161 13 0 0 25 0 1 0 3900675 57327616 11930 1992294400 134512640 135019032 4294956240 18446744073709551615 134543191 0 0 4096 0 0 0 0 17 0 0 0
/proc/12592/statm: 13996 11930 72 123 0 13871 0
Current children cumulated CPU time (s) 1181.74
Current children cumulated vsize (KiB) 55984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12601
/proc/meminfo: memFree=1768928/2055920 swapFree=4192956/4192956
[pid=12592] ppid=12590 vsize=56112 CPUtime=1200.03
/proc/12592/stat : 12592 (march_ks) R 12590 12592 12247 0 -1 4194304 26341 0 0 0 119990 13 0 0 25 0 1 0 3900675 57458688 11963 1992294400 134512640 135019032 4294956240 18446744073709551615 134527127 0 0 4096 0 0 0 0 17 0 0 0
/proc/12592/statm: 14028 11963 72 123 0 13903 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 56112

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): 1200.61
CPU time (s): 1200.06
CPU user time (s): 1199.91
CPU system time (s): 0.146977
CPU usage (%): 99.9536
Max. virtual memory (cumulated for all children) (KiB): 56112

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

runsolver used 1.00585 second user time and 3.37049 second system time

The end

Launcher Data

Begin job on node32 at 2009-04-10 21:42:59
IDJOB=1613335
IDBENCH=71636
IDSOLVER=559
FILE ID=node32/1613335-1239392579
PBS_JOBID= 9132690
Free space on /tmp= 66404 MiB

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

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

MD5SUM BENCH= 89b30b9df71296e4c629a809ada9bdd7
RANDOM SEED=1415601663

node32.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.229
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.229
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:       1817360 kB
Buffers:         53476 kB
Cached:         117612 kB
SwapCached:          0 kB
Active:          94168 kB
Inactive:        90868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1817360 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4100 kB
Writeback:           0 kB
Mapped:          23928 kB
Slab:            39332 kB
Committed_AS:    92788 kB
PageTables:       1488 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66400 MiB
End job on node32 at 2009-04-10 22:03:01