Trace number 1613359

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.04 1200.52

General information on the benchmark

NameCRAFTED/parity-games/
instance_n7_i8_pp.cnf
MD5SUMabf8d0463043ed2f39efb68926cd304b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.64368
Satisfiable
(Un)Satisfiability was proved
Number of variables14896
Number of clauses152722
Sum of the clauses size503314
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 227440
Number of clauses of size 372038
Number of clauses of size 440118
Number of clauses of size 510080
Number of clauses of size over 53046

Solver Data

12.28/12.33	c main():: ***                                   [ march satisfiability solver ]                                   ***
12.28/12.33	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
12.28/12.33	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
12.28/12.33	c main()::
12.28/12.33	c initFormula():: searching for DIMACS p-line....
12.28/12.33	c initFormula():: the DIMACS p-line indicates a CNF of 14896 variables and 152722 clauses.
12.28/12.33	c parseCNF():: parsing....
12.28/12.33	c parseCNF():: the CNF contains 0 unary clauses.
12.28/12.33	c runParser():: parsing was successful, warming up engines...
12.28/12.33	c find_and_remove_tautogolies():: found and removed 1996 tautologies
12.28/12.33	c find_and_remove_tautogolies():: found and removed 32 tautologies
12.28/12.33	c find_and_remove_tautogolies():: found and removed 24 tautologies
12.28/12.33	c find_and_remove_tautogolies():: found and removed 16 tautologies
12.28/12.33	c find_and_remove_tautogolies():: found and removed 8 tautologies
12.28/12.33	c simplify_formula():: removed 1152 tautological, 7276 satisfied and 4056 duplicate clauses
12.28/12.33	c preprocessing fase I completed:: there are now 12558 free variables and 140238 clauses.
12.28/12.33	c stat :: sign balance is biased by 7.537
12.28/12.33	c find_equivalence():: found 336 3-equivalences
12.28/12.33	c find_and_remove_tautogolies():: found and removed 144 tautologies
12.28/12.33	c find_and_remove_tautogolies():: found and removed 24 tautologies
12.28/12.33	c shorten_equivalence(): average equivalence length reduced from 3.000000 to 3.000000
12.28/12.33	c using k-SAT heuristics (size based diff)
12.28/12.33	c longest clause has size 42
12.28/12.33	c simplify_formula():: removed 0 tautological, 1344 satisfied and 990866 duplicate clauses
12.28/12.33	c resolvent_look() :: found 658387 resolvents
12.28/12.33	c main():: clause / variable ratio: ( 798625 / 14896 ) = 53.61
12.28/12.33	c longest clause has size 42
12.28/12.33	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
12.28/12.33	c dynamic_preselect_setsize :: off
12.28/12.33	c suggested doublelook initial :: 0
12.28/12.33	c main():: all systems go!
12.28/12.33	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| 0 NC: 1086 JD: 26
993.40/993.86	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-1613359-1239393616/watcher-1613359-1239393616 -o /tmp/evaluation-result-1613359-1239393616/solver-1613359-1239393616 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_ks HOME/instance-1613359-1239393616.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: 0.92 0.98 1.02 3/64 9151
/proc/meminfo: memFree=1796024/2055920 swapFree=4192956/4192956
[pid=9151] ppid=9149 vsize=2960 CPUtime=0
/proc/9151/stat : 9151 (march_ks) R 9149 9151 8883 0 -1 4194304 502 0 0 0 0 0 0 0 18 0 1 0 4001408 3031040 488 1992294400 134512640 135019032 4294956240 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 0 0 0
/proc/9151/statm: 740 488 47 123 0 615 0

[startup+0.0268841 s]
/proc/loadavg: 0.92 0.98 1.02 3/64 9151
/proc/meminfo: memFree=1796024/2055920 swapFree=4192956/4192956
[pid=9151] ppid=9149 vsize=3224 CPUtime=0.02
/proc/9151/stat : 9151 (march_ks) R 9149 9151 8883 0 -1 4194304 588 0 0 0 2 0 0 0 18 0 1 0 4001408 3301376 574 1992294400 134512640 135019032 4294956240 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 0 0 0
/proc/9151/statm: 806 574 47 123 0 681 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3224

[startup+0.101889 s]
/proc/loadavg: 0.92 0.98 1.02 3/64 9151
/proc/meminfo: memFree=1796024/2055920 swapFree=4192956/4192956
[pid=9151] ppid=9149 vsize=4280 CPUtime=0.09
/proc/9151/stat : 9151 (march_ks) R 9149 9151 8883 0 -1 4194304 887 0 0 0 9 0 0 0 18 0 1 0 4001408 4382720 873 1992294400 134512640 135019032 4294956240 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 0 0 0
/proc/9151/statm: 1070 873 47 123 0 945 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4280

[startup+0.301903 s]
/proc/loadavg: 0.92 0.98 1.02 3/64 9151
/proc/meminfo: memFree=1796024/2055920 swapFree=4192956/4192956
[pid=9151] ppid=9149 vsize=13660 CPUtime=0.29
/proc/9151/stat : 9151 (march_ks) R 9149 9151 8883 0 -1 4194304 2816 0 0 0 28 1 0 0 19 0 1 0 4001408 13987840 2042 1992294400 134512640 135019032 4294956240 18446744073709551615 134677344 0 0 4096 0 0 0 0 17 0 0 0
/proc/9151/statm: 3415 2042 50 123 0 3290 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13660

[startup+0.701931 s]
/proc/loadavg: 0.92 0.98 1.02 3/64 9151
/proc/meminfo: memFree=1796024/2055920 swapFree=4192956/4192956
[pid=9151] ppid=9149 vsize=17104 CPUtime=0.69
/proc/9151/stat : 9151 (march_ks) R 9149 9151 8883 0 -1 4194304 6346 0 0 0 67 2 0 0 23 0 1 0 4001408 17514496 2980 1992294400 134512640 135019032 4294956240 18446744073709551615 134554755 0 0 4096 0 0 0 0 17 0 0 0
/proc/9151/statm: 4276 2980 52 123 0 4151 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17104

[startup+1.50199 s]
/proc/loadavg: 0.92 0.98 1.02 2/65 9152
/proc/meminfo: memFree=1784240/2055920 swapFree=4192956/4192956
[pid=9151] ppid=9149 vsize=14052 CPUtime=1.49
/proc/9151/stat : 9151 (march_ks) R 9149 9151 8883 0 -1 4194304 11315 0 0 0 144 5 0 0 25 0 1 0 4001408 14389248 2154 1992294400 134512640 135019032 4294956240 18446744073709551615 134561851 0 0 4096 0 0 0 0 17 0 0 0
/proc/9151/statm: 3513 2154 52 123 0 3388 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14052

[startup+3.10111 s]
/proc/loadavg: 0.92 0.98 1.02 2/65 9152
/proc/meminfo: memFree=1787312/2055920 swapFree=4192956/4192956
[pid=9151] ppid=9149 vsize=28988 CPUtime=3.09
/proc/9151/stat : 9151 (march_ks) R 9149 9151 8883 0 -1 4194304 26081 0 0 0 296 13 0 0 25 0 1 0 4001408 29683712 5679 1992294400 134512640 135019032 4294956240 18446744073709551615 134567222 0 0 4096 0 0 0 0 17 1 0 0
/proc/9151/statm: 7247 5679 66 123 0 7122 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28988

[startup+6.30134 s]
/proc/loadavg: 0.93 0.98 1.02 2/65 9152
/proc/meminfo: memFree=1745208/2055920 swapFree=4192956/4192956
[pid=9151] ppid=9149 vsize=65500 CPUtime=6.27
/proc/9151/stat : 9151 (march_ks) R 9149 9151 8883 0 -1 4194304 33983 0 0 0 611 16 0 0 25 0 1 0 4001408 67072000 13581 1992294400 134512640 135019032 4294956240 18446744073709551615 134567037 0 0 4096 0 0 0 0 17 0 0 0
/proc/9151/statm: 16375 13581 66 123 0 16250 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 65500

[startup+12.7018 s]
/proc/loadavg: 0.93 0.98 1.02 2/65 9152
/proc/meminfo: memFree=1691064/2055920 swapFree=4192956/4192956
[pid=9151] ppid=9149 vsize=123460 CPUtime=12.68
/proc/9151/stat : 9151 (march_ks) R 9149 9151 8883 0 -1 4194304 67693 0 0 0 1237 31 0 0 25 0 1 0 4001408 126423040 25797 1992294400 134512640 135019032 4294956240 18446744073709551615 134526957 0 0 4096 0 0 0 0 17 0 0 0
/proc/9151/statm: 30865 25797 72 123 0 30740 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 123460

[startup+25.5017 s]
/proc/loadavg: 0.95 0.98 1.02 2/65 9152
/proc/meminfo: memFree=1692600/2055920 swapFree=4192956/4192956
[pid=9151] ppid=9149 vsize=123640 CPUtime=25.47
/proc/9151/stat : 9151 (march_ks) R 9149 9151 8883 0 -1 4194304 67714 0 0 0 2516 31 0 0 25 0 1 0 4001408 126607360 25818 1992294400 134512640 135019032 4294956240 18446744073709551615 134526953 0 0 4096 0 0 0 0 17 0 0 0
/proc/9151/statm: 30910 25818 72 123 0 30785 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 123640

[startup+51.1015 s]
/proc/loadavg: 0.96 0.98 1.01 2/65 9158
/proc/meminfo: memFree=1692024/2055920 swapFree=4192956/4192956
[pid=9151] ppid=9149 vsize=124092 CPUtime=51.04
/proc/9151/stat : 9151 (march_ks) R 9149 9151 8883 0 -1 4194304 67830 0 0 0 5073 31 0 0 25 0 1 0 4001408 127070208 25934 1992294400 134512640 135019032 4294956240 18446744073709551615 134585120 0 0 4096 0 0 0 0 17 0 0 0
/proc/9151/statm: 31023 25934 72 123 0 30898 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 124092

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 1.01 2/65 9158
/proc/meminfo: memFree=1691960/2055920 swapFree=4192956/4192956
[pid=9151] ppid=9149 vsize=124092 CPUtime=102.23
/proc/9151/stat : 9151 (march_ks) R 9149 9151 8883 0 -1 4194304 67843 0 0 0 10192 31 0 0 25 0 1 0 4001408 127070208 25947 1992294400 134512640 135019032 4294956240 18446744073709551615 134536937 0 0 4096 0 0 0 0 17 0 0 0
/proc/9151/statm: 31023 25947 72 123 0 30898 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 124092

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9158
/proc/meminfo: memFree=1691896/2055920 swapFree=4192956/4192956
[pid=9151] ppid=9149 vsize=124092 CPUtime=162.2
/proc/9151/stat : 9151 (march_ks) R 9149 9151 8883 0 -1 4194304 67848 0 0 0 16189 31 0 0 25 0 1 0 4001408 127070208 25952 1992294400 134512640 135019032 4294956240 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 0 0 0
/proc/9151/statm: 31023 25952 72 123 0 30898 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 124092

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9158
/proc/meminfo: memFree=1691896/2055920 swapFree=4192956/4192956
[pid=9151] ppid=9149 vsize=124092 CPUtime=222.18
/proc/9151/stat : 9151 (march_ks) R 9149 9151 8883 0 -1 4194304 67848 0 0 0 22187 31 0 0 25 0 1 0 4001408 127070208 25952 1992294400 134512640 135019032 4294956240 18446744073709551615 134543168 0 0 4096 0 0 0 0 17 0 0 0
/proc/9151/statm: 31023 25952 72 123 0 30898 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 124092

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9158
/proc/meminfo: memFree=1691832/2055920 swapFree=4192956/4192956
[pid=9151] ppid=9149 vsize=124092 CPUtime=282.16
/proc/9151/stat : 9151 (march_ks) R 9149 9151 8883 0 -1 4194304 67850 0 0 0 28185 31 0 0 25 0 1 0 4001408 127070208 25954 1992294400 134512640 135019032 4294956240 18446744073709551615 134526930 0 0 4096 0 0 0 0 17 0 0 0
/proc/9151/statm: 31023 25954 72 123 0 30898 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 124092

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9158
/proc/meminfo: memFree=1691832/2055920 swapFree=4192956/4192956
[pid=9151] ppid=9149 vsize=124092 CPUtime=342.13
/proc/9151/stat : 9151 (march_ks) R 9149 9151 8883 0 -1 4194304 67850 0 0 0 34182 31 0 0 25 0 1 0 4001408 127070208 25954 1992294400 134512640 135019032 4294956240 18446744073709551615 134526947 0 0 4096 0 0 0 0 17 0 0 0
/proc/9151/statm: 31023 25954 72 123 0 30898 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 124092

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9158
/proc/meminfo: memFree=1691768/2055920 swapFree=4192956/4192956
[pid=9151] ppid=9149 vsize=124092 CPUtime=402.11
/proc/9151/stat : 9151 (march_ks) R 9149 9151 8883 0 -1 4194304 67851 0 0 0 40180 31 0 0 25 0 1 0 4001408 127070208 25955 1992294400 134512640 135019032 4294956240 18446744073709551615 134527002 0 0 4096 0 0 0 0 17 0 0 0
/proc/9151/statm: 31023 25955 72 123 0 30898 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 124092

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9158
/proc/meminfo: memFree=1691832/2055920 swapFree=4192956/4192956
[pid=9151] ppid=9149 vsize=124092 CPUtime=462.08
/proc/9151/stat : 9151 (march_ks) R 9149 9151 8883 0 -1 4194304 67851 0 0 0 46177 31 0 0 25 0 1 0 4001408 127070208 25955 1992294400 134512640 135019032 4294956240 18446744073709551615 134537979 0 0 4096 0 0 0 0 17 0 0 0
/proc/9151/statm: 31023 25955 72 123 0 30898 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 124092

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9158
/proc/meminfo: memFree=1691768/2055920 swapFree=4192956/4192956
[pid=9151] ppid=9149 vsize=124092 CPUtime=522.07
/proc/9151/stat : 9151 (march_ks) R 9149 9151 8883 0 -1 4194304 67851 0 0 0 52175 32 0 0 25 0 1 0 4001408 127070208 25955 1992294400 134512640 135019032 4294956240 18446744073709551615 134543186 0 0 4096 0 0 0 0 17 0 0 0
/proc/9151/statm: 31023 25955 72 123 0 30898 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 124092

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9158
/proc/meminfo: memFree=1691704/2055920 swapFree=4192956/4192956
[pid=9151] ppid=9149 vsize=124092 CPUtime=582.05
/proc/9151/stat : 9151 (march_ks) R 9149 9151 8883 0 -1 4194304 67853 0 0 0 58173 32 0 0 25 0 1 0 4001408 127070208 25957 1992294400 134512640 135019032 4294956240 18446744073709551615 134538578 0 0 4096 0 0 0 0 17 0 0 0
/proc/9151/statm: 31023 25957 72 123 0 30898 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 124092

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9158
/proc/meminfo: memFree=1691704/2055920 swapFree=4192956/4192956
[pid=9151] ppid=9149 vsize=124092 CPUtime=642.03
/proc/9151/stat : 9151 (march_ks) R 9149 9151 8883 0 -1 4194304 67853 0 0 0 64171 32 0 0 25 0 1 0 4001408 127070208 25957 1992294400 134512640 135019032 4294956240 18446744073709551615 134543124 0 0 4096 0 0 0 0 17 0 0 0
/proc/9151/statm: 31023 25957 72 123 0 30898 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 124092

[startup+702.301 s]
/proc/loadavg: 1.04 1.00 1.00 2/65 9158
/proc/meminfo: memFree=1691704/2055920 swapFree=4192956/4192956
[pid=9151] ppid=9149 vsize=124092 CPUtime=702.01
/proc/9151/stat : 9151 (march_ks) R 9149 9151 8883 0 -1 4194304 67853 0 0 0 70169 32 0 0 25 0 1 0 4001408 127070208 25957 1992294400 134512640 135019032 4294956240 18446744073709551615 134537979 0 0 4096 0 0 0 0 17 0 0 0
/proc/9151/statm: 31023 25957 72 123 0 30898 0
Current children cumulated CPU time (s) 702.01
Current children cumulated vsize (KiB) 124092

[startup+762.306 s]
/proc/loadavg: 1.08 1.03 1.01 2/65 9158
/proc/meminfo: memFree=1691704/2055920 swapFree=4192956/4192956
[pid=9151] ppid=9149 vsize=124092 CPUtime=761.99
/proc/9151/stat : 9151 (march_ks) R 9149 9151 8883 0 -1 4194304 67853 0 0 0 76167 32 0 0 25 0 1 0 4001408 127070208 25957 1992294400 134512640 135019032 4294956240 18446744073709551615 134526947 0 0 4096 0 0 0 0 17 0 0 0
/proc/9151/statm: 31023 25957 72 123 0 30898 0
Current children cumulated CPU time (s) 761.99
Current children cumulated vsize (KiB) 124092

[startup+822.302 s]
/proc/loadavg: 1.03 1.02 1.00 2/65 9158
/proc/meminfo: memFree=1691640/2055920 swapFree=4192956/4192956
[pid=9151] ppid=9149 vsize=124092 CPUtime=821.96
/proc/9151/stat : 9151 (march_ks) R 9149 9151 8883 0 -1 4194304 67853 0 0 0 82164 32 0 0 25 0 1 0 4001408 127070208 25957 1992294400 134512640 135019032 4294956240 18446744073709551615 134543477 0 0 4096 0 0 0 0 17 0 0 0
/proc/9151/statm: 31023 25957 72 123 0 30898 0
Current children cumulated CPU time (s) 821.96
Current children cumulated vsize (KiB) 124092

[startup+882.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 9158
/proc/meminfo: memFree=1691704/2055920 swapFree=4192956/4192956
[pid=9151] ppid=9149 vsize=124092 CPUtime=881.94
/proc/9151/stat : 9151 (march_ks) R 9149 9151 8883 0 -1 4194304 67853 0 0 0 88162 32 0 0 25 0 1 0 4001408 127070208 25957 1992294400 134512640 135019032 4294956240 18446744073709551615 134526965 0 0 4096 0 0 0 0 17 0 0 0
/proc/9151/statm: 31023 25957 72 123 0 30898 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 124092

[startup+942.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 9158
/proc/meminfo: memFree=1691768/2055920 swapFree=4192956/4192956
[pid=9151] ppid=9149 vsize=124092 CPUtime=941.92
/proc/9151/stat : 9151 (march_ks) R 9149 9151 8883 0 -1 4194304 67853 0 0 0 94160 32 0 0 25 0 1 0 4001408 127070208 25957 1992294400 134512640 135019032 4294956240 18446744073709551615 134526930 0 0 4096 0 0 0 0 17 0 0 0
/proc/9151/statm: 31023 25957 72 123 0 30898 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 124092

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9158
/proc/meminfo: memFree=1691640/2055920 swapFree=4192956/4192956
[pid=9151] ppid=9149 vsize=124228 CPUtime=1001.89
/proc/9151/stat : 9151 (march_ks) R 9149 9151 8883 0 -1 4194304 67865 0 0 0 100157 32 0 0 25 0 1 0 4001408 127209472 25969 1992294400 134512640 135019032 4294956240 18446744073709551615 134526947 0 0 4096 0 0 0 0 17 0 0 0
/proc/9151/statm: 31057 25969 72 123 0 30932 0
Current children cumulated CPU time (s) 1001.89
Current children cumulated vsize (KiB) 124228

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9158
/proc/meminfo: memFree=1691640/2055920 swapFree=4192956/4192956
[pid=9151] ppid=9149 vsize=124228 CPUtime=1061.87
/proc/9151/stat : 9151 (march_ks) R 9149 9151 8883 0 -1 4194304 67869 0 0 0 106155 32 0 0 25 0 1 0 4001408 127209472 25973 1992294400 134512640 135019032 4294956240 18446744073709551615 134537984 0 0 4096 0 0 0 0 17 0 0 0
/proc/9151/statm: 31057 25973 72 123 0 30932 0
Current children cumulated CPU time (s) 1061.87
Current children cumulated vsize (KiB) 124228

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9158
/proc/meminfo: memFree=1691640/2055920 swapFree=4192956/4192956
[pid=9151] ppid=9149 vsize=124228 CPUtime=1121.85
/proc/9151/stat : 9151 (march_ks) R 9149 9151 8883 0 -1 4194304 67869 0 0 0 112153 32 0 0 25 0 1 0 4001408 127209472 25973 1992294400 134512640 135019032 4294956240 18446744073709551615 134526970 0 0 4096 0 0 0 0 17 0 0 0
/proc/9151/statm: 31057 25973 72 123 0 30932 0
Current children cumulated CPU time (s) 1121.85
Current children cumulated vsize (KiB) 124228

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9158
/proc/meminfo: memFree=1691576/2055920 swapFree=4192956/4192956
[pid=9151] ppid=9149 vsize=124228 CPUtime=1181.82
/proc/9151/stat : 9151 (march_ks) R 9149 9151 8883 0 -1 4194304 67869 0 0 0 118150 32 0 0 25 0 1 0 4001408 127209472 25973 1992294400 134512640 135019032 4294956240 18446744073709551615 134585127 0 0 4096 0 0 0 0 17 0 0 0
/proc/9151/statm: 31057 25973 72 123 0 30932 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 124228



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9158
/proc/meminfo: memFree=1691576/2055920 swapFree=4192956/4192956
[pid=9151] ppid=9149 vsize=124228 CPUtime=1200.01
/proc/9151/stat : 9151 (march_ks) R 9149 9151 8883 0 -1 4194304 67869 0 0 0 119969 32 0 0 25 0 1 0 4001408 127209472 25973 1992294400 134512640 135019032 4294956240 18446744073709551615 134543168 0 0 4096 0 0 0 0 17 0 0 0
/proc/9151/statm: 31057 25973 72 123 0 30932 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 124228

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 2/65 9158
/proc/meminfo: memFree=1691576/2055920 swapFree=4192956/4192956
[pid=9151] ppid=9149 vsize=124228 CPUtime=1200.01
/proc/9151/stat : 9151 (march_ks) R 9149 9151 8883 0 -1 4194304 67869 0 0 0 119969 32 0 0 25 0 1 0 4001408 127209472 25973 1992294400 134512640 135019032 4294956240 18446744073709551615 134543168 0 0 4096 0 0 0 0 17 0 0 0
/proc/9151/statm: 31057 25973 72 123 0 30932 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 124228

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.04
CPU user time (s): 1199.7
CPU system time (s): 0.343947
CPU usage (%): 99.9601
Max. virtual memory (cumulated for all children) (KiB): 129340

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

runsolver used 1.06984 second user time and 3.3085 second system time

The end

Launcher Data

Begin job on node52 at 2009-04-10 22:00:17
IDJOB=1613359
IDBENCH=71644
IDSOLVER=559
FILE ID=node52/1613359-1239393616
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_n7_i8_pp.cnf
COMMAND LINE= HOME/march_ks BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1613359-1239393616/watcher-1613359-1239393616 -o /tmp/evaluation-result-1613359-1239393616/solver-1613359-1239393616 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_ks HOME/instance-1613359-1239393616.cnf            

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

MD5SUM BENCH= abf8d0463043ed2f39efb68926cd304b
RANDOM SEED=1235921407

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:       1796504 kB
Buffers:         52428 kB
Cached:         146676 kB
SwapCached:          0 kB
Active:          86752 kB
Inactive:       125280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1796504 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            5992 kB
Writeback:           0 kB
Mapped:          22672 kB
Slab:            33332 kB
Committed_AS:    79844 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:20:19