Trace number 336767

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
March KS 2007-02-08? (TO) 1200.07 1201.03

General information on the benchmark

Namecrafted/Hard/contest02/
ezfact256_1.sat05-464.reshuffled-07.cnf
MD5SUM69151394f3e0e8838dc6693844061945
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables49153
Number of clauses324873
Sum of the clauses size1232169
Maximum clause length4
Minimum clause length1
Number of clauses of size 1257
Number of clauses of size 20
Number of clauses of size 366552
Number of clauses of size 4258064
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

10.98/11.02	c main():: ***                                   [ march satisfiability solver ]                                   ***
10.98/11.02	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
10.98/11.02	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
10.98/11.02	c main()::
10.98/11.02	c initFormula():: searching for DIMACS p-line....
10.98/11.02	c initFormula():: the DIMACS p-line indicates a CNF of 49153 variables and 324873 clauses.
10.98/11.02	c parseCNF():: parsing....
10.98/11.02	c parseCNF():: the CNF contains 257 unary clauses.
10.98/11.02	c runParser():: parsing was successful, warming up engines...
10.98/11.02	c find_and_remove_tautogolies():: found and removed 127 tautologies
10.98/11.02	c find_and_remove_tautogolies():: found and removed 66 tautologies
10.98/11.02	c simplify_formula():: removed 254 tautological, 1418 satisfied and 1 duplicate clauses
10.98/11.02	c preprocessing fase I completed:: there are now 48703 free variables and 323200 clauses.
10.98/11.02	c stat :: sign balance is biased by 0.014
10.98/11.02	c find_equivalence():: found 127 3-equivalences
10.98/11.02	c find_equivalence():: found 16001 4-equivalences
10.98/11.02	c shorten_equivalence(): average equivalence length reduced from 61.684276 to 3.992125
10.98/11.02	c using k-SAT heuristics (size based diff)
10.98/11.02	c longest clause has size 4
10.98/11.02	c simplify_formula():: removed 0 tautological, 128516 satisfied and 48641 duplicate clauses
10.98/11.02	c resolvent_look() :: found 1018 resolvents
10.98/11.02	c main():: clause / variable ratio: ( 324218 / 49153 ) = 6.60
10.98/11.02	c longest clause has size 4
10.98/11.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
10.98/11.02	c dynamic_preselect_setsize :: off
10.98/11.02	c suggested doublelook initial :: 0
10.98/11.02	c main():: all systems go!
10.98/11.02	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| 0 NC: 235 JD: 108
250.08/250.38	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node6/watcher-336767-1173653421 -o ROOT/results/node6/solver-336767-1173653421 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/336767-1173653421/march_ks /tmp/evaluation/336767-1173653421/instance-336767-1173653421.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 0.99 0.95 3/77 32749
/proc/meminfo: memFree=1663288/2055924 swapFree=4156844/4192956
[pid=32749] ppid=32747 vsize=4436 CPUtime=0
/proc/32749/stat : 32749 (march_ks) R 32747 32749 31584 0 -1 4194304 497 0 0 0 0 0 0 0 18 0 1 0 385296945 4542464 482 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 0 0 0
/proc/32749/statm: 1109 486 45 123 0 984 0

[startup+0.103249 s]
/proc/loadavg: 1.00 0.99 0.95 3/77 32749
/proc/meminfo: memFree=1663288/2055924 swapFree=4156844/4192956
[pid=32749] ppid=32747 vsize=8188 CPUtime=0.09
/proc/32749/stat : 32749 (march_ks) R 32747 32749 31584 0 -1 4194304 1671 0 0 0 9 0 0 0 18 0 1 0 385296945 8384512 1656 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 0 0 0
/proc/32749/statm: 2047 1656 47 123 0 1922 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8188

[startup+0.20127 s]
/proc/loadavg: 1.00 0.99 0.95 3/77 32749
/proc/meminfo: memFree=1663288/2055924 swapFree=4156844/4192956
[pid=32749] ppid=32747 vsize=9640 CPUtime=0.18
/proc/32749/stat : 32749 (march_ks) R 32747 32749 31584 0 -1 4194304 2067 0 0 0 18 0 0 0 18 0 1 0 385296945 9871360 2052 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 0 0 0
/proc/32749/statm: 2410 2052 47 123 0 2285 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 9640

[startup+0.301289 s]
/proc/loadavg: 1.00 0.99 0.95 3/77 32749
/proc/meminfo: memFree=1663288/2055924 swapFree=4156844/4192956
[pid=32749] ppid=32747 vsize=10960 CPUtime=0.29
/proc/32749/stat : 32749 (march_ks) R 32747 32749 31584 0 -1 4194304 2471 0 0 0 28 1 0 0 19 0 1 0 385296945 11223040 2456 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 0 0 0
/proc/32749/statm: 2740 2457 47 123 0 2615 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10960

[startup+0.701366 s]
/proc/loadavg: 1.00 0.99 0.95 3/77 32749
/proc/meminfo: memFree=1663288/2055924 swapFree=4156844/4192956
[pid=32749] ppid=32747 vsize=35644 CPUtime=0.69
/proc/32749/stat : 32749 (march_ks) R 32747 32749 31584 0 -1 4194304 6239 0 0 0 67 2 0 0 23 0 1 0 385296945 36499456 6222 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134555147 0 0 4096 0 0 0 0 17 0 0 0
/proc/32749/statm: 8911 6222 48 123 0 8786 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35644

[startup+1.50153 s]
/proc/loadavg: 1.00 0.99 0.95 2/78 32750
/proc/meminfo: memFree=1640240/2055924 swapFree=4156844/4192956
[pid=32749] ppid=32747 vsize=42460 CPUtime=1.48
/proc/32749/stat : 32749 (march_ks) R 32747 32749 31584 0 -1 4194304 9190 0 0 0 145 3 0 0 25 0 1 0 385296945 43479040 7999 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 0 0 0
/proc/32749/statm: 10615 8005 52 123 0 10490 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 42460

[startup+3.10184 s]
/proc/loadavg: 1.00 0.99 0.95 2/78 32750
/proc/meminfo: memFree=1638576/2055924 swapFree=4156844/4192956
[pid=32749] ppid=32747 vsize=35816 CPUtime=3.08
/proc/32749/stat : 32749 (march_ks) R 32747 32749 31584 0 -1 4194304 12535 0 0 0 303 5 0 0 25 0 1 0 385296945 36675584 6346 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134560271 0 0 4096 0 0 0 0 17 0 0 0
/proc/32749/statm: 8954 6346 52 123 0 8829 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 35816

[startup+6.30147 s]
/proc/loadavg: 1.00 0.99 0.95 2/78 32750
/proc/meminfo: memFree=1620144/2055924 swapFree=4156844/4192956
[pid=32749] ppid=32747 vsize=53208 CPUtime=6.29
/proc/32749/stat : 32749 (march_ks) R 32747 32749 31584 0 -1 4194304 21430 0 0 0 619 10 0 0 25 0 1 0 385296945 54484992 10725 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134530179 0 0 4096 0 0 0 0 17 0 0 0
/proc/32749/statm: 13302 10725 63 123 0 13177 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 53208

[startup+12.7018 s]
/proc/loadavg: 1.00 0.99 0.95 2/78 32750
/proc/meminfo: memFree=1574064/2055924 swapFree=4156844/4192956
[pid=32749] ppid=32747 vsize=106136 CPUtime=12.69
/proc/32749/stat : 32749 (march_ks) R 32747 32749 31584 0 -1 4194304 41332 0 0 0 1250 19 0 0 25 0 1 0 385296945 108683264 22375 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526697 0 0 4096 0 0 0 0 17 0 0 0
/proc/32749/statm: 26534 22375 72 123 0 26409 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 106136

[startup+25.5013 s]
/proc/loadavg: 1.00 0.99 0.95 2/78 32750
/proc/meminfo: memFree=1566192/2055924 swapFree=4156844/4192956
[pid=32749] ppid=32747 vsize=114604 CPUtime=25.48
/proc/32749/stat : 32749 (march_ks) R 32747 32749 31584 0 -1 4194304 43316 0 0 0 2529 19 0 0 25 0 1 0 385296945 117354496 24359 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134543191 0 0 4096 0 0 0 0 17 0 0 0
/proc/32749/statm: 28651 24359 72 123 0 28526 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 114604

[startup+51.1013 s]
/proc/loadavg: 1.00 0.99 0.95 2/78 32750
/proc/meminfo: memFree=1559920/2055924 swapFree=4156844/4192956
[pid=32749] ppid=32747 vsize=123044 CPUtime=51.03
/proc/32749/stat : 32749 (march_ks) R 32747 32749 31584 0 -1 4194304 44805 0 0 0 5083 20 0 0 25 0 1 0 385296945 125997056 25848 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 0 0 0
/proc/32749/statm: 30761 25848 72 123 0 30636 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 123044

[startup+102.301 s]
/proc/loadavg: 1.00 0.99 0.95 2/78 32750
/proc/meminfo: memFree=1555120/2055924 swapFree=4156844/4192956
[pid=32749] ppid=32747 vsize=126212 CPUtime=102.2
/proc/32749/stat : 32749 (march_ks) R 32747 32749 31584 0 -1 4194304 45969 0 0 0 10199 21 0 0 25 0 1 0 385296945 129241088 27012 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538142 0 0 4096 0 0 0 0 17 0 0 0
/proc/32749/statm: 31553 27012 72 123 0 31428 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 126212

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 0.95 2/78 32750
/proc/meminfo: memFree=1549616/2055924 swapFree=4156844/4192956
[pid=32749] ppid=32747 vsize=138340 CPUtime=162.14
/proc/32749/stat : 32749 (march_ks) R 32747 32749 31584 0 -1 4194304 47416 0 0 0 16192 22 0 0 25 0 1 0 385296945 141660160 28459 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538179 0 0 4096 0 0 0 0 17 0 0 0
/proc/32749/statm: 34585 28459 72 123 0 34460 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 138340

[startup+222.305 s]
/proc/loadavg: 1.00 0.99 0.95 2/78 32750
/proc/meminfo: memFree=1537136/2055924 swapFree=4156844/4192956
[pid=32749] ppid=32747 vsize=148252 CPUtime=222.1
/proc/32749/stat : 32749 (march_ks) R 32747 32749 31584 0 -1 4194304 50453 0 0 0 22186 24 0 0 25 0 1 0 385296945 151810048 31496 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526694 0 0 4096 0 0 0 0 17 0 0 0
/proc/32749/statm: 37063 31496 72 123 0 36938 0
Current children cumulated CPU time (s) 222.1
Current children cumulated vsize (KiB) 148252

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.95 2/78 32750
/proc/meminfo: memFree=1536368/2055924 swapFree=4156844/4192956
[pid=32749] ppid=32747 vsize=149020 CPUtime=282.05
/proc/32749/stat : 32749 (march_ks) R 32747 32749 31584 0 -1 4194304 50656 0 0 0 28181 24 0 0 25 0 1 0 385296945 152596480 31681 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538162 0 0 4096 0 0 0 0 17 0 0 0
/proc/32749/statm: 37255 31681 72 123 0 37130 0
Current children cumulated CPU time (s) 282.05
Current children cumulated vsize (KiB) 149020

[startup+342.303 s]
/proc/loadavg: 1.00 0.99 0.95 2/78 32750
/proc/meminfo: memFree=1535664/2055924 swapFree=4156844/4192956
[pid=32749] ppid=32747 vsize=149780 CPUtime=342.02
/proc/32749/stat : 32749 (march_ks) R 32747 32749 31584 0 -1 4194304 50827 0 0 0 34177 25 0 0 25 0 1 0 385296945 153374720 31852 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526591 0 0 4096 0 0 0 0 17 0 0 0
/proc/32749/statm: 37445 31852 72 123 0 37320 0
Current children cumulated CPU time (s) 342.02
Current children cumulated vsize (KiB) 149780

[startup+402.302 s]
/proc/loadavg: 1.00 0.99 0.95 2/78 32750
/proc/meminfo: memFree=1535472/2055924 swapFree=4156844/4192956
[pid=32749] ppid=32747 vsize=149912 CPUtime=401.97
/proc/32749/stat : 32749 (march_ks) R 32747 32749 31584 0 -1 4194304 50870 0 0 0 40172 25 0 0 25 0 1 0 385296945 153509888 31895 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526930 0 0 4096 0 0 0 0 17 1 0 0
/proc/32749/statm: 37478 31895 72 123 0 37353 0
Current children cumulated CPU time (s) 401.97
Current children cumulated vsize (KiB) 149912

[startup+462.301 s]
/proc/loadavg: 1.00 0.99 0.95 2/78 32750
/proc/meminfo: memFree=1535344/2055924 swapFree=4156844/4192956
[pid=32749] ppid=32747 vsize=150172 CPUtime=461.89
/proc/32749/stat : 32749 (march_ks) R 32747 32749 31584 0 -1 4194304 50932 0 0 0 46164 25 0 0 25 0 1 0 385296945 153776128 31957 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134543142 0 0 4096 0 0 0 0 17 0 0 0
/proc/32749/statm: 37543 31957 72 123 0 37418 0
Current children cumulated CPU time (s) 461.89
Current children cumulated vsize (KiB) 150172

[startup+522.301 s]
/proc/loadavg: 1.00 0.99 0.95 2/78 32750
/proc/meminfo: memFree=1534384/2055924 swapFree=4156844/4192956
[pid=32749] ppid=32747 vsize=151084 CPUtime=521.85
/proc/32749/stat : 32749 (march_ks) R 32747 32749 31584 0 -1 4194304 51172 0 0 0 52160 25 0 0 25 0 1 0 385296945 154710016 32197 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538602 0 0 4096 0 0 0 0 17 0 0 0
/proc/32749/statm: 37771 32197 72 123 0 37646 0
Current children cumulated CPU time (s) 521.85
Current children cumulated vsize (KiB) 151084

[startup+582.302 s]
/proc/loadavg: 1.00 0.99 0.95 2/78 32750
/proc/meminfo: memFree=1532656/2055924 swapFree=4156844/4192956
[pid=32749] ppid=32747 vsize=152796 CPUtime=581.81
/proc/32749/stat : 32749 (march_ks) R 32747 32749 31584 0 -1 4194304 51590 0 0 0 58155 26 0 0 25 0 1 0 385296945 156463104 32615 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538189 0 0 4096 0 0 0 0 17 0 0 0
/proc/32749/statm: 38199 32615 72 123 0 38074 0
Current children cumulated CPU time (s) 581.81
Current children cumulated vsize (KiB) 152796

[startup+642.302 s]
/proc/loadavg: 1.00 0.99 0.95 2/84 308
/proc/meminfo: memFree=1530176/2055924 swapFree=4156844/4192956
[pid=32749] ppid=32747 vsize=153976 CPUtime=641.76
/proc/32749/stat : 32749 (march_ks) R 32747 32749 31584 0 -1 4194304 51868 0 0 0 64146 30 0 0 25 0 1 0 385296945 157671424 32893 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526694 0 0 4096 0 0 0 0 17 0 0 0
/proc/32749/statm: 38494 32893 72 123 0 38369 0
Current children cumulated CPU time (s) 641.76
Current children cumulated vsize (KiB) 153976

[startup+702.302 s]
/proc/loadavg: 1.00 0.99 0.95 2/84 446
/proc/meminfo: memFree=1529280/2055924 swapFree=4156844/4192956
[pid=32749] ppid=32747 vsize=154760 CPUtime=701.72
/proc/32749/stat : 32749 (march_ks) R 32747 32749 31584 0 -1 4194304 52064 0 0 0 70132 40 0 0 25 0 1 0 385296945 158474240 33089 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538162 0 0 4096 0 0 0 0 17 0 0 0
/proc/32749/statm: 38690 33089 72 123 0 38565 0
Current children cumulated CPU time (s) 701.72
Current children cumulated vsize (KiB) 154760

[startup+762.301 s]
/proc/loadavg: 1.00 0.99 0.95 2/78 480
/proc/meminfo: memFree=1528304/2055924 swapFree=4156844/4192956
[pid=32749] ppid=32747 vsize=156744 CPUtime=761.68
/proc/32749/stat : 32749 (march_ks) R 32747 32749 31584 0 -1 4194304 52581 0 0 0 76125 43 0 0 25 0 1 0 385296945 160505856 33606 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526930 0 0 4096 0 0 0 0 17 0 0 0
/proc/32749/statm: 39186 33606 72 123 0 39061 0
Current children cumulated CPU time (s) 761.68
Current children cumulated vsize (KiB) 156744

[startup+822.301 s]
/proc/loadavg: 1.00 0.99 0.95 2/78 480
/proc/meminfo: memFree=1527536/2055924 swapFree=4156844/4192956
[pid=32749] ppid=32747 vsize=157652 CPUtime=821.63
/proc/32749/stat : 32749 (march_ks) R 32747 32749 31584 0 -1 4194304 52796 0 0 0 82120 43 0 0 25 0 1 0 385296945 161435648 33821 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526947 0 0 4096 0 0 0 0 17 0 0 0
/proc/32749/statm: 39413 33821 72 123 0 39288 0
Current children cumulated CPU time (s) 821.63
Current children cumulated vsize (KiB) 157652

[startup+882.305 s]
/proc/loadavg: 1.00 0.99 0.95 2/78 480
/proc/meminfo: memFree=1527280/2055924 swapFree=4156844/4192956
[pid=32749] ppid=32747 vsize=157896 CPUtime=881.58
/proc/32749/stat : 32749 (march_ks) R 32747 32749 31584 0 -1 4194304 52852 0 0 0 88114 44 0 0 25 0 1 0 385296945 161685504 33877 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134543145 0 0 4096 0 0 0 0 17 0 0 0
/proc/32749/statm: 39474 33877 72 123 0 39349 0
Current children cumulated CPU time (s) 881.58
Current children cumulated vsize (KiB) 157896

[startup+942.302 s]
/proc/loadavg: 1.00 0.99 0.95 2/78 480
/proc/meminfo: memFree=1526640/2055924 swapFree=4156844/4192956
[pid=32749] ppid=32747 vsize=158536 CPUtime=941.53
/proc/32749/stat : 32749 (march_ks) R 32747 32749 31584 0 -1 4194304 53009 0 0 0 94109 44 0 0 25 0 1 0 385296945 162340864 34034 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526694 0 0 4096 0 0 0 0 17 0 0 0
/proc/32749/statm: 39634 34034 72 123 0 39509 0
Current children cumulated CPU time (s) 941.53
Current children cumulated vsize (KiB) 158536

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.95 2/78 480
/proc/meminfo: memFree=1525296/2055924 swapFree=4156844/4192956
[pid=32749] ppid=32747 vsize=159856 CPUtime=1001.49
/proc/32749/stat : 32749 (march_ks) R 32747 32749 31584 0 -1 4194304 53354 0 0 0 100104 45 0 0 25 0 1 0 385296945 163692544 34379 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526970 0 0 4096 0 0 0 0 17 0 0 0
/proc/32749/statm: 39964 34379 72 123 0 39839 0
Current children cumulated CPU time (s) 1001.49
Current children cumulated vsize (KiB) 159856

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.95 2/78 480
/proc/meminfo: memFree=1524528/2055924 swapFree=4156844/4192956
[pid=32749] ppid=32747 vsize=160624 CPUtime=1061.44
/proc/32749/stat : 32749 (march_ks) R 32747 32749 31584 0 -1 4194304 53544 0 0 0 106099 45 0 0 25 0 1 0 385296945 164478976 34569 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526694 0 0 4096 0 0 0 0 17 0 0 0
/proc/32749/statm: 40156 34569 72 123 0 40031 0
Current children cumulated CPU time (s) 1061.44
Current children cumulated vsize (KiB) 160624

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.95 2/78 480
/proc/meminfo: memFree=1524144/2055924 swapFree=4156844/4192956
[pid=32749] ppid=32747 vsize=160988 CPUtime=1121.4
/proc/32749/stat : 32749 (march_ks) R 32747 32749 31584 0 -1 4194304 53637 0 0 0 112095 45 0 0 25 0 1 0 385296945 164851712 34662 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538568 0 0 4096 0 0 0 0 17 0 0 0
/proc/32749/statm: 40247 34662 72 123 0 40122 0
Current children cumulated CPU time (s) 1121.4
Current children cumulated vsize (KiB) 160988

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.95 2/78 480
/proc/meminfo: memFree=1523440/2055924 swapFree=4156844/4192956
[pid=32749] ppid=32747 vsize=161768 CPUtime=1181.37
/proc/32749/stat : 32749 (march_ks) R 32747 32749 31584 0 -1 4194304 53828 0 0 0 118091 46 0 0 25 0 1 0 385296945 165650432 34853 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538578 0 0 4096 0 0 0 0 17 0 0 0
/proc/32749/statm: 40442 34853 72 123 0 40317 0
Current children cumulated CPU time (s) 1181.37
Current children cumulated vsize (KiB) 161768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201 s]
/proc/loadavg: 1.00 0.99 0.95 2/78 480
/proc/meminfo: memFree=1522864/2055924 swapFree=4156844/4192956
[pid=32749] ppid=32747 vsize=162424 CPUtime=1200.04
/proc/32749/stat : 32749 (march_ks) R 32747 32749 31584 0 -1 4194304 53988 0 0 0 119958 46 0 0 25 0 1 0 385296945 166322176 35013 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526970 0 0 4096 0 0 0 0 17 0 0 0
/proc/32749/statm: 40606 35013 72 123 0 40481 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 162424

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

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

[startup+1201 s]
/proc/loadavg: 1.00 0.99 0.95 2/78 480
/proc/meminfo: memFree=1522864/2055924 swapFree=4156844/4192956
[pid=32749] ppid=32747 vsize=162424 CPUtime=1200.04
/proc/32749/stat : 32749 (march_ks) R 32747 32749 31584 0 -1 4194304 53988 0 0 0 119958 46 0 0 25 0 1 0 385296945 166322176 35013 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526970 0 0 4096 0 0 0 0 17 0 0 0
/proc/32749/statm: 40606 35013 72 123 0 40481 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 162424

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.03
CPU time (s): 1200.07
CPU user time (s): 1199.58
CPU system time (s): 0.485926
CPU usage (%): 99.9202
Max. virtual memory (cumulated for all children) (KiB): 162424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.58
system time used= 0.485926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53988
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 27219

runsolver used 1.20582 second user time and 3.18751 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Sun Mar 11 22:50:22 UTC 2007

IDJOB= 336767
IDBENCH= 24683
IDSOLVER= 111
FILE ID= node6/336767-1173653421

PBS_JOBID= 4101379

Free space on /tmp= 66415 MiB

SOLVER NAME= March KS 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest02/ezfact256_1.sat05-464.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/336767-1173653421/march_ks /tmp/evaluation/336767-1173653421/instance-336767-1173653421.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-336767-1173653421 -o ROOT/results/node6/solver-336767-1173653421 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/336767-1173653421/march_ks /tmp/evaluation/336767-1173653421/instance-336767-1173653421.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  69151394f3e0e8838dc6693844061945

RANDOM SEED= 260190215

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.277
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.277
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:      2055924 kB
MemFree:       1663760 kB
Buffers:         37728 kB
Cached:         263428 kB
SwapCached:       2192 kB
Active:         134780 kB
Inactive:       189064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1663760 kB
SwapTotal:     4192956 kB
SwapFree:      4156844 kB
Dirty:           10536 kB
Writeback:           0 kB
Mapped:          30804 kB
Slab:            54012 kB
Committed_AS:  1368772 kB
PageTables:       1744 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= 66415 MiB

End job on node6 on Sun Mar 11 23:10:25 UTC 2007