Trace number 1613320

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.14 1200.84

General information on the benchmark

NameCRAFTED/parity-games/
instance_n7_i7_pp_ci_ce.cnf
MD5SUM5e0c3f55984f25e5ae39d5acbf3dab6b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.53216
Satisfiable
(Un)Satisfiability was proved
Number of variables13041
Number of clauses134672
Sum of the clauses size442400
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 225102
Number of clauses of size 363007
Number of clauses of size 435077
Number of clauses of size 58820
Number of clauses of size over 52666

Solver Data

28.90/29.03	c main():: ***                                   [ march satisfiability solver ]                                   ***
28.90/29.03	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
28.90/29.03	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
28.90/29.03	c main()::
28.90/29.03	c initFormula():: searching for DIMACS p-line....
28.90/29.03	c initFormula():: the DIMACS p-line indicates a CNF of 13041 variables and 134672 clauses.
28.90/29.03	c parseCNF():: parsing....
28.90/29.03	c parseCNF():: the CNF contains 0 unary clauses.
28.90/29.03	c runParser():: parsing was successful, warming up engines...
28.90/29.03	c find_and_remove_tautogolies():: found and removed 1755 tautologies
28.90/29.03	c find_and_remove_tautogolies():: found and removed 28 tautologies
28.90/29.03	c find_and_remove_tautogolies():: found and removed 21 tautologies
28.90/29.03	c find_and_remove_tautogolies():: found and removed 14 tautologies
28.90/29.03	c find_and_remove_tautogolies():: found and removed 7 tautologies
28.90/29.03	c simplify_formula():: removed 1008 tautological, 7469 satisfied and 8259 duplicate clauses
28.90/29.03	c preprocessing fase I completed:: there are now 10702 free variables and 117936 clauses.
28.90/29.03	c stat :: sign balance is biased by 6.581
28.90/29.03	c find_equivalence():: found 294 3-equivalences
28.90/29.03	c find_and_remove_tautogolies():: found and removed 126 tautologies
28.90/29.03	c find_and_remove_tautogolies():: found and removed 21 tautologies
28.90/29.03	c shorten_equivalence(): average equivalence length reduced from 3.000000 to 3.000000
28.90/29.03	c using k-SAT heuristics (size based diff)
28.90/29.03	c longest clause has size 42
28.90/29.03	c simplify_formula():: removed 0 tautological, 1176 satisfied and 7066763 duplicate clauses
28.90/29.03	c resolvent_look() :: found 442435 resolvents
28.90/29.03	c main():: clause / variable ratio: ( 560371 / 13041 ) = 42.97
28.90/29.03	c longest clause has size 42
28.90/29.03	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
28.90/29.03	c dynamic_preselect_setsize :: off
28.90/29.03	c suggested doublelook initial :: 0
28.90/29.03	c main():: all systems go!
28.90/29.03	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| 0 NC: 7092 JD: 12
53.97/54.19	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-1613320-1239392370/watcher-1613320-1239392370 -o /tmp/evaluation-result-1613320-1239392370/solver-1613320-1239392370 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_ks HOME/instance-1613320-1239392370.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.20 3/64 12135
/proc/meminfo: memFree=1806008/2055920 swapFree=4192956/4192956
[pid=12135] ppid=12133 vsize=2680 CPUtime=0
/proc/12135/stat : 12135 (march_ks) R 12133 12135 12070 0 -1 4194304 448 0 0 0 0 0 0 0 18 0 1 0 3878014 2744320 434 1992294400 134512640 135019032 4294956240 18446744073709551615 134788872 0 0 4096 0 0 0 0 17 0 0 0
/proc/12135/statm: 670 435 47 123 0 545 0

[startup+0.0795339 s]
/proc/loadavg: 0.92 0.98 1.20 3/64 12135
/proc/meminfo: memFree=1806008/2055920 swapFree=4192956/4192956
[pid=12135] ppid=12133 vsize=3736 CPUtime=0.07
/proc/12135/stat : 12135 (march_ks) R 12133 12135 12070 0 -1 4194304 747 0 0 0 7 0 0 0 18 0 1 0 3878014 3825664 733 1992294400 134512640 135019032 4294956240 18446744073709551615 134739079 0 0 4096 0 0 0 0 17 0 0 0
/proc/12135/statm: 934 733 47 123 0 809 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 3736

[startup+0.102545 s]
/proc/loadavg: 0.92 0.98 1.20 3/64 12135
/proc/meminfo: memFree=1806008/2055920 swapFree=4192956/4192956
[pid=12135] ppid=12133 vsize=4000 CPUtime=0.09
/proc/12135/stat : 12135 (march_ks) R 12133 12135 12070 0 -1 4194304 842 0 0 0 9 0 0 0 18 0 1 0 3878014 4096000 828 1992294400 134512640 135019032 4294956240 18446744073709551615 134557864 0 0 4096 0 0 0 0 17 0 0 0
/proc/12135/statm: 1000 828 47 123 0 875 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4000

[startup+0.301573 s]
/proc/loadavg: 0.92 0.98 1.20 3/64 12135
/proc/meminfo: memFree=1806008/2055920 swapFree=4192956/4192956
[pid=12135] ppid=12133 vsize=11464 CPUtime=0.29
/proc/12135/stat : 12135 (march_ks) R 12133 12135 12070 0 -1 4194304 2538 0 0 0 28 1 0 0 19 0 1 0 3878014 11739136 1729 1992294400 134512640 135019032 4294956240 18446744073709551615 134560438 0 0 4096 0 0 0 0 17 0 0 0
/proc/12135/statm: 2866 1729 50 123 0 2741 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11464

[startup+0.701646 s]
/proc/loadavg: 0.92 0.98 1.20 3/64 12135
/proc/meminfo: memFree=1806008/2055920 swapFree=4192956/4192956
[pid=12135] ppid=12133 vsize=14984 CPUtime=0.69
/proc/12135/stat : 12135 (march_ks) R 12133 12135 12070 0 -1 4194304 6050 0 0 0 67 2 0 0 23 0 1 0 3878014 15343616 2598 1992294400 134512640 135019032 4294956240 18446744073709551615 134660798 0 0 4096 0 0 0 0 17 0 0 0
/proc/12135/statm: 3746 2598 52 123 0 3621 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14984

[startup+1.50179 s]
/proc/loadavg: 0.92 0.98 1.20 2/65 12136
/proc/meminfo: memFree=1796016/2055920 swapFree=4192956/4192956
[pid=12135] ppid=12133 vsize=14452 CPUtime=1.5
/proc/12135/stat : 12135 (march_ks) R 12133 12135 12070 0 -1 4194304 6600 0 0 0 147 3 0 0 25 0 1 0 3878014 14798848 2497 1992294400 134512640 135019032 4294956240 18446744073709551615 134555143 0 0 4096 0 0 0 0 17 0 0 0
/proc/12135/statm: 3613 2497 52 123 0 3488 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 14452

[startup+3.18352 s]
/proc/loadavg: 0.92 0.98 1.20 2/65 12136
/proc/meminfo: memFree=1795888/2055920 swapFree=4192956/4192956
[pid=12135] ppid=12133 vsize=31444 CPUtime=3.19
/proc/12135/stat : 12135 (march_ks) R 12133 12135 12070 0 -1 4194304 11226 0 0 0 315 4 0 0 25 0 1 0 3878014 32198656 6340 1992294400 134512640 135019032 4294956240 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 0 0 0
/proc/12135/statm: 7894 6382 66 123 0 7769 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 31444

[startup+6.30167 s]
/proc/loadavg: 1.01 1.00 1.20 2/65 12136
/proc/meminfo: memFree=1752304/2055920 swapFree=4192956/4192956
[pid=12135] ppid=12133 vsize=68152 CPUtime=6.27
/proc/12135/stat : 12135 (march_ks) R 12133 12135 12070 0 -1 4194304 20325 0 0 0 620 7 0 0 25 0 1 0 3878014 69787648 15434 1992294400 134512640 135019032 4294956240 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 0 0 0
/proc/12135/statm: 17038 15434 66 123 0 16913 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 68152

[startup+12.7018 s]
/proc/loadavg: 1.17 1.03 1.21 2/65 12136
/proc/meminfo: memFree=1667456/2055920 swapFree=4192956/4192956
[pid=12135] ppid=12133 vsize=170236 CPUtime=12.6
/proc/12135/stat : 12135 (march_ks) R 12133 12135 12070 0 -1 4194304 40122 0 0 0 1245 15 0 0 25 0 1 0 3878014 174321664 35231 1992294400 134512640 135019032 4294956240 18446744073709551615 134536950 0 0 4096 0 0 0 0 17 0 0 0
/proc/12135/statm: 42559 35231 66 123 0 42434 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 170236

[startup+25.5022 s]
/proc/loadavg: 1.13 1.03 1.20 2/65 12136
/proc/meminfo: memFree=1571456/2055920 swapFree=4192956/4192956
[pid=12135] ppid=12133 vsize=253536 CPUtime=25.39
/proc/12135/stat : 12135 (march_ks) R 12133 12135 12070 0 -1 4194304 111163 0 0 0 2494 45 0 0 25 0 1 0 3878014 259620864 59753 1992294400 134512640 135019032 4294956240 18446744073709551615 134561670 0 0 4096 0 0 0 0 17 0 0 0
/proc/12135/statm: 63384 59753 66 123 0 63259 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 253536

[startup+51.1048 s]
/proc/loadavg: 1.08 1.03 1.20 2/65 12136
/proc/meminfo: memFree=1589248/2055920 swapFree=4192956/4192956
[pid=12135] ppid=12133 vsize=230788 CPUtime=50.98
/proc/12135/stat : 12135 (march_ks) R 12133 12135 12070 0 -1 4194304 120371 0 0 0 5049 49 0 0 25 0 1 0 3878014 236326912 54063 1992294400 134512640 135019032 4294956240 18446744073709551615 134587895 0 0 4096 0 0 0 0 17 0 0 0
/proc/12135/statm: 57697 54063 72 123 0 57572 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 230788

[startup+102.301 s]
/proc/loadavg: 1.03 1.02 1.18 2/65 12136
/proc/meminfo: memFree=1589184/2055920 swapFree=4192956/4192956
[pid=12135] ppid=12133 vsize=230788 CPUtime=102.14
/proc/12135/stat : 12135 (march_ks) R 12133 12135 12070 0 -1 4194304 120371 0 0 0 10165 49 0 0 25 0 1 0 3878014 236326912 54063 1992294400 134512640 135019032 4294956240 18446744073709551615 134538419 0 0 4096 0 0 0 0 17 0 0 0
/proc/12135/statm: 57697 54063 72 123 0 57572 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 230788

[startup+162.302 s]
/proc/loadavg: 1.05 1.03 1.17 2/65 12136
/proc/meminfo: memFree=1589120/2055920 swapFree=4192956/4192956
[pid=12135] ppid=12133 vsize=230788 CPUtime=162.11
/proc/12135/stat : 12135 (march_ks) R 12133 12135 12070 0 -1 4194304 120371 0 0 0 16162 49 0 0 25 0 1 0 3878014 236326912 54063 1992294400 134512640 135019032 4294956240 18446744073709551615 134526589 0 0 4096 0 0 0 0 17 0 0 0
/proc/12135/statm: 57697 54063 72 123 0 57572 0
Current children cumulated CPU time (s) 162.11
Current children cumulated vsize (KiB) 230788

[startup+222.302 s]
/proc/loadavg: 1.06 1.04 1.17 2/65 12136
/proc/meminfo: memFree=1589120/2055920 swapFree=4192956/4192956
[pid=12135] ppid=12133 vsize=230788 CPUtime=222.08
/proc/12135/stat : 12135 (march_ks) R 12133 12135 12070 0 -1 4194304 120371 0 0 0 22159 49 0 0 25 0 1 0 3878014 236326912 54063 1992294400 134512640 135019032 4294956240 18446744073709551615 134543232 0 0 4096 0 0 0 0 17 0 0 0
/proc/12135/statm: 57697 54063 72 123 0 57572 0
Current children cumulated CPU time (s) 222.08
Current children cumulated vsize (KiB) 230788

[startup+282.302 s]
/proc/loadavg: 1.05 1.04 1.16 2/65 12136
/proc/meminfo: memFree=1589056/2055920 swapFree=4192956/4192956
[pid=12135] ppid=12133 vsize=230788 CPUtime=282.05
/proc/12135/stat : 12135 (march_ks) R 12133 12135 12070 0 -1 4194304 120371 0 0 0 28156 49 0 0 25 0 1 0 3878014 236326912 54063 1992294400 134512640 135019032 4294956240 18446744073709551615 134526970 0 0 4096 0 0 0 0 17 0 0 0
/proc/12135/statm: 57697 54063 72 123 0 57572 0
Current children cumulated CPU time (s) 282.05
Current children cumulated vsize (KiB) 230788

[startup+342.302 s]
/proc/loadavg: 1.13 1.06 1.16 2/65 12136
/proc/meminfo: memFree=1589056/2055920 swapFree=4192956/4192956
[pid=12135] ppid=12133 vsize=230788 CPUtime=342.02
/proc/12135/stat : 12135 (march_ks) R 12133 12135 12070 0 -1 4194304 120371 0 0 0 34153 49 0 0 25 0 1 0 3878014 236326912 54063 1992294400 134512640 135019032 4294956240 18446744073709551615 134538421 0 0 4096 0 0 0 0 17 0 0 0
/proc/12135/statm: 57697 54063 72 123 0 57572 0
Current children cumulated CPU time (s) 342.02
Current children cumulated vsize (KiB) 230788

[startup+402.302 s]
/proc/loadavg: 1.12 1.06 1.15 2/65 12136
/proc/meminfo: memFree=1589056/2055920 swapFree=4192956/4192956
[pid=12135] ppid=12133 vsize=230788 CPUtime=401.99
/proc/12135/stat : 12135 (march_ks) R 12133 12135 12070 0 -1 4194304 120371 0 0 0 40150 49 0 0 25 0 1 0 3878014 236326912 54063 1992294400 134512640 135019032 4294956240 18446744073709551615 134526957 0 0 4096 0 0 0 0 17 0 0 0
/proc/12135/statm: 57697 54063 72 123 0 57572 0
Current children cumulated CPU time (s) 401.99
Current children cumulated vsize (KiB) 230788

[startup+462.302 s]
/proc/loadavg: 1.04 1.05 1.14 2/65 12136
/proc/meminfo: memFree=1588992/2055920 swapFree=4192956/4192956
[pid=12135] ppid=12133 vsize=230788 CPUtime=461.96
/proc/12135/stat : 12135 (march_ks) R 12133 12135 12070 0 -1 4194304 120371 0 0 0 46147 49 0 0 25 0 1 0 3878014 236326912 54063 1992294400 134512640 135019032 4294956240 18446744073709551615 134537979 0 0 4096 0 0 0 0 17 0 0 0
/proc/12135/statm: 57697 54063 72 123 0 57572 0
Current children cumulated CPU time (s) 461.96
Current children cumulated vsize (KiB) 230788

[startup+522.301 s]
/proc/loadavg: 1.01 1.04 1.13 2/65 12136
/proc/meminfo: memFree=1589056/2055920 swapFree=4192956/4192956
[pid=12135] ppid=12133 vsize=230788 CPUtime=521.93
/proc/12135/stat : 12135 (march_ks) R 12133 12135 12070 0 -1 4194304 120371 0 0 0 52144 49 0 0 25 0 1 0 3878014 236326912 54063 1992294400 134512640 135019032 4294956240 18446744073709551615 134543174 0 0 4096 0 0 0 0 17 0 0 0
/proc/12135/statm: 57697 54063 72 123 0 57572 0
Current children cumulated CPU time (s) 521.93
Current children cumulated vsize (KiB) 230788

[startup+582.301 s]
/proc/loadavg: 1.00 1.03 1.12 2/65 12136
/proc/meminfo: memFree=1589056/2055920 swapFree=4192956/4192956
[pid=12135] ppid=12133 vsize=230788 CPUtime=581.91
/proc/12135/stat : 12135 (march_ks) R 12133 12135 12070 0 -1 4194304 120371 0 0 0 58142 49 0 0 25 0 1 0 3878014 236326912 54063 1992294400 134512640 135019032 4294956240 18446744073709551615 134537979 0 0 4096 0 0 0 0 17 0 0 0
/proc/12135/statm: 57697 54063 72 123 0 57572 0
Current children cumulated CPU time (s) 581.91
Current children cumulated vsize (KiB) 230788

[startup+642.301 s]
/proc/loadavg: 1.00 1.02 1.11 2/65 12136
/proc/meminfo: memFree=1589056/2055920 swapFree=4192956/4192956
[pid=12135] ppid=12133 vsize=230788 CPUtime=641.89
/proc/12135/stat : 12135 (march_ks) R 12133 12135 12070 0 -1 4194304 120371 0 0 0 64139 50 0 0 25 0 1 0 3878014 236326912 54063 1992294400 134512640 135019032 4294956240 18446744073709551615 134527043 0 0 4096 0 0 0 0 17 0 0 0
/proc/12135/statm: 57697 54063 72 123 0 57572 0
Current children cumulated CPU time (s) 641.89
Current children cumulated vsize (KiB) 230788

[startup+702.305 s]
/proc/loadavg: 1.00 1.02 1.10 2/65 12136
/proc/meminfo: memFree=1588992/2055920 swapFree=4192956/4192956
[pid=12135] ppid=12133 vsize=230788 CPUtime=701.86
/proc/12135/stat : 12135 (march_ks) R 12133 12135 12070 0 -1 4194304 120371 0 0 0 70136 50 0 0 25 0 1 0 3878014 236326912 54063 1992294400 134512640 135019032 4294956240 18446744073709551615 134538578 0 0 4096 0 0 0 0 17 0 0 0
/proc/12135/statm: 57697 54063 72 123 0 57572 0
Current children cumulated CPU time (s) 701.86
Current children cumulated vsize (KiB) 230788

[startup+762.301 s]
/proc/loadavg: 1.00 1.01 1.09 2/65 12136
/proc/meminfo: memFree=1588992/2055920 swapFree=4192956/4192956
[pid=12135] ppid=12133 vsize=230788 CPUtime=761.83
/proc/12135/stat : 12135 (march_ks) R 12133 12135 12070 0 -1 4194304 120371 0 0 0 76133 50 0 0 25 0 1 0 3878014 236326912 54063 1992294400 134512640 135019032 4294956240 18446744073709551615 134526930 0 0 4096 0 0 0 0 17 0 0 0
/proc/12135/statm: 57697 54063 72 123 0 57572 0
Current children cumulated CPU time (s) 761.83
Current children cumulated vsize (KiB) 230788

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 12136
/proc/meminfo: memFree=1588992/2055920 swapFree=4192956/4192956
[pid=12135] ppid=12133 vsize=230788 CPUtime=821.79
/proc/12135/stat : 12135 (march_ks) R 12133 12135 12070 0 -1 4194304 120371 0 0 0 82129 50 0 0 25 0 1 0 3878014 236326912 54063 1992294400 134512640 135019032 4294956240 18446744073709551615 134543124 0 0 4096 0 0 0 0 17 0 0 0
/proc/12135/statm: 57697 54063 72 123 0 57572 0
Current children cumulated CPU time (s) 821.79
Current children cumulated vsize (KiB) 230788

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 12136
/proc/meminfo: memFree=1588992/2055920 swapFree=4192956/4192956
[pid=12135] ppid=12133 vsize=230788 CPUtime=881.77
/proc/12135/stat : 12135 (march_ks) R 12133 12135 12070 0 -1 4194304 120371 0 0 0 88127 50 0 0 25 0 1 0 3878014 236326912 54063 1992294400 134512640 135019032 4294956240 18446744073709551615 134543159 0 0 4096 0 0 0 0 17 0 0 0
/proc/12135/statm: 57697 54063 72 123 0 57572 0
Current children cumulated CPU time (s) 881.77
Current children cumulated vsize (KiB) 230788

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 12136
/proc/meminfo: memFree=1589056/2055920 swapFree=4192956/4192956
[pid=12135] ppid=12133 vsize=230788 CPUtime=941.74
/proc/12135/stat : 12135 (march_ks) R 12133 12135 12070 0 -1 4194304 120371 0 0 0 94124 50 0 0 25 0 1 0 3878014 236326912 54063 1992294400 134512640 135019032 4294956240 18446744073709551615 134526957 0 0 4096 0 0 0 0 17 0 0 0
/proc/12135/statm: 57697 54063 72 123 0 57572 0
Current children cumulated CPU time (s) 941.74
Current children cumulated vsize (KiB) 230788

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 12138
/proc/meminfo: memFree=1588928/2055920 swapFree=4192956/4192956
[pid=12135] ppid=12133 vsize=230788 CPUtime=1001.7
/proc/12135/stat : 12135 (march_ks) R 12133 12135 12070 0 -1 4194304 120371 0 0 0 100120 50 0 0 25 0 1 0 3878014 236326912 54063 1992294400 134512640 135019032 4294956240 18446744073709551615 134538419 0 0 4096 0 0 0 0 17 0 0 0
/proc/12135/statm: 57697 54063 72 123 0 57572 0
Current children cumulated CPU time (s) 1001.7
Current children cumulated vsize (KiB) 230788

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 12138
/proc/meminfo: memFree=1588928/2055920 swapFree=4192956/4192956
[pid=12135] ppid=12133 vsize=230788 CPUtime=1061.67
/proc/12135/stat : 12135 (march_ks) R 12133 12135 12070 0 -1 4194304 120371 0 0 0 106117 50 0 0 25 0 1 0 3878014 236326912 54063 1992294400 134512640 135019032 4294956240 18446744073709551615 134543191 0 0 4096 0 0 0 0 17 0 0 0
/proc/12135/statm: 57697 54063 72 123 0 57572 0
Current children cumulated CPU time (s) 1061.67
Current children cumulated vsize (KiB) 230788

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 12138
/proc/meminfo: memFree=1588992/2055920 swapFree=4192956/4192956
[pid=12135] ppid=12133 vsize=230788 CPUtime=1121.64
/proc/12135/stat : 12135 (march_ks) R 12133 12135 12070 0 -1 4194304 120371 0 0 0 112114 50 0 0 25 0 1 0 3878014 236326912 54063 1992294400 134512640 135019032 4294956240 18446744073709551615 134526944 0 0 4096 0 0 0 0 17 0 0 0
/proc/12135/statm: 57697 54063 72 123 0 57572 0
Current children cumulated CPU time (s) 1121.64
Current children cumulated vsize (KiB) 230788

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 12138
/proc/meminfo: memFree=1588992/2055920 swapFree=4192956/4192956
[pid=12135] ppid=12133 vsize=230788 CPUtime=1181.6
/proc/12135/stat : 12135 (march_ks) R 12133 12135 12070 0 -1 4194304 120371 0 0 0 118110 50 0 0 25 0 1 0 3878014 236326912 54063 1992294400 134512640 135019032 4294956240 18446744073709551615 134543174 0 0 4096 0 0 0 0 17 0 0 0
/proc/12135/statm: 57697 54063 72 123 0 57572 0
Current children cumulated CPU time (s) 1181.6
Current children cumulated vsize (KiB) 230788



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.8 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 12138
/proc/meminfo: memFree=1588992/2055920 swapFree=4192956/4192956
[pid=12135] ppid=12133 vsize=230788 CPUtime=1200.1
/proc/12135/stat : 12135 (march_ks) R 12133 12135 12070 0 -1 4194304 120371 0 0 0 119960 50 0 0 25 0 1 0 3878014 236326912 54063 1992294400 134512640 135019032 4294956240 18446744073709551615 134526947 0 0 4096 0 0 0 0 17 0 0 0
/proc/12135/statm: 57697 54063 72 123 0 57572 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 230788

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

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

[startup+1200.8 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 12138
/proc/meminfo: memFree=1588992/2055920 swapFree=4192956/4192956
[pid=12135] ppid=12133 vsize=230788 CPUtime=1200.1
/proc/12135/stat : 12135 (march_ks) R 12133 12135 12070 0 -1 4194304 120371 0 0 0 119960 50 0 0 25 0 1 0 3878014 236326912 54063 1992294400 134512640 135019032 4294956240 18446744073709551615 134526947 0 0 4096 0 0 0 0 17 0 0 0
/proc/12135/statm: 57697 54063 72 123 0 57572 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 230788

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.84
CPU time (s): 1200.14
CPU user time (s): 1199.6
CPU system time (s): 0.535918
CPU usage (%): 99.9417
Max. virtual memory (cumulated for all children) (KiB): 290320

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

runsolver used 1.17482 second user time and 2.55661 second system time

The end

Launcher Data

Begin job on node90 at 2009-04-10 21:39:30
IDJOB=1613320
IDBENCH=71631
IDSOLVER=559
FILE ID=node90/1613320-1239392370
PBS_JOBID= 9132689
Free space on /tmp= 66516 MiB

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

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

MD5SUM BENCH= 5e0c3f55984f25e5ae39d5acbf3dab6b
RANDOM SEED=37124694

node90.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.261
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.261
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1806552 kB
Buffers:         60464 kB
Cached:         127896 kB
SwapCached:          0 kB
Active:          98552 kB
Inactive:       102948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1806552 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            5564 kB
Writeback:           0 kB
Mapped:          22916 kB
Slab:            33920 kB
Committed_AS:    80556 kB
PageTables:       1428 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= 66512 MiB
End job on node90 at 2009-04-10 21:59:33