Trace number 1728437

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
march_nn nn? (TO) 1200.06 1200.41

General information on the benchmark

Namecrafted/Hard/contest05/others/
strips-gripper-18t35.sat05-1147.reshuffled-07.cnf
MD5SUM15ed95b3a35c74d0cc5dd4986376305c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark19.2571
Satisfiable
(Un)Satisfiability was proved
Number of variables11318
Number of clauses316793
Sum of the clauses size640466
Maximum clause length38
Minimum clause length1
Number of clauses of size 161
Number of clauses of size 2314245
Number of clauses of size 3173
Number of clauses of size 42250
Number of clauses of size 50
Number of clauses of size over 564

Solver Data

31.98/32.08	c main():: ***                                   [ march satisfiability solver ]                                   ***
31.98/32.08	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
31.98/32.08	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
31.98/32.08	c main()::
31.98/32.08	c initFormula():: searching for DIMACS p-line....
31.98/32.08	c full lookahead due to high density!
31.98/32.08	c initFormula():: the DIMACS p-line indicates a CNF of 11318 variables and 316793 clauses.
31.98/32.08	c parseCNF():: parsing....
31.98/32.08	c parseCNF():: the CNF contains 61 unary clauses.
31.98/32.08	c runParser():: parsing was successful, warming up engines...
31.98/32.08	c find_and_remove_tautogolies():: found and removed 805 tautologies
31.98/32.08	c simplify_formula():: removed 0 tautological, 16774 satisfied and 73 duplicate clauses
31.98/32.08	c preprocessing fase I completed:: there are now 9705 free variables and 299946 clauses.
31.98/32.08	c stat :: sign balance is biased by 43.874
31.98/32.08	c using k-SAT heuristics (size based diff)
31.98/32.08	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
31.98/32.08	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
31.98/32.08	c main():: clause / variable ratio: ( 299946 / 11318 ) = 26.50
31.98/32.08	c longest clause has size 38
31.98/32.08	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
31.98/32.08	c number of free variables = 9705
31.98/32.08	c dynamic_preselect_setsize :: off
31.98/32.08	c main():: all systems go!
31.98/32.08	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 679
36.19/36.27	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 1/999) NodeCount: 211147
999.51/999.81	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-1728437-1240736785/watcher-1728437-1240736785 -o /tmp/evaluation-result-1728437-1240736785/solver-1728437-1240736785 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_nn HOME/instance-1728437-1240736785.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.99 0.97 0.99 3/64 23804
/proc/meminfo: memFree=1091456/2055920 swapFree=4192956/4192956
[pid=23804] ppid=23802 vsize=4156 CPUtime=0
/proc/23804/stat : 23804 (march_nn) R 23802 23804 23702 0 -1 4194304 605 0 0 0 0 0 0 0 18 0 1 0 101712299 4255744 590 1992294400 134512640 135197250 4294956240 18446744073709551615 134857017 0 0 4096 0 0 0 0 17 1 0 0
/proc/23804/statm: 1039 590 59 167 0 870 0

[startup+0.023582 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 23804
/proc/meminfo: memFree=1091456/2055920 swapFree=4192956/4192956
[pid=23804] ppid=23802 vsize=4420 CPUtime=0.01
/proc/23804/stat : 23804 (march_nn) R 23802 23804 23702 0 -1 4194304 692 0 0 0 1 0 0 0 18 0 1 0 101712299 4526080 677 1992294400 134512640 135197250 4294956240 18446744073709551615 134697286 0 0 4096 0 0 0 0 17 1 0 0
/proc/23804/statm: 1105 677 59 167 0 936 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 4420

[startup+0.10159 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 23804
/proc/meminfo: memFree=1091456/2055920 swapFree=4192956/4192956
[pid=23804] ppid=23802 vsize=5608 CPUtime=0.09
/proc/23804/stat : 23804 (march_nn) R 23802 23804 23702 0 -1 4194304 1055 0 0 0 9 0 0 0 18 0 1 0 101712299 5742592 1040 1992294400 134512640 135197250 4294956240 18446744073709551615 134697286 0 0 4096 0 0 0 0 17 1 0 0
/proc/23804/statm: 1402 1040 59 167 0 1233 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5608

[startup+0.301611 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 23804
/proc/meminfo: memFree=1091456/2055920 swapFree=4192956/4192956
[pid=23804] ppid=23802 vsize=8512 CPUtime=0.29
/proc/23804/stat : 23804 (march_nn) R 23802 23804 23702 0 -1 4194304 1988 0 0 0 28 1 0 0 19 0 1 0 101712299 8716288 1973 1992294400 134512640 135197250 4294956240 18446744073709551615 134718462 0 0 4096 0 0 0 0 17 1 0 0
/proc/23804/statm: 2128 1973 59 167 0 1959 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8512

[startup+0.701656 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 23804
/proc/meminfo: memFree=1091456/2055920 swapFree=4192956/4192956
[pid=23804] ppid=23802 vsize=22044 CPUtime=0.69
/proc/23804/stat : 23804 (march_nn) R 23802 23804 23702 0 -1 4194304 4025 0 0 0 67 2 0 0 22 0 1 0 101712299 22573056 2687 1992294400 134512640 135197250 4294956240 18446744073709551615 134569597 0 0 4096 0 0 0 0 17 1 0 0
/proc/23804/statm: 5511 2687 66 167 0 5342 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22044

[startup+1.50174 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23805
/proc/meminfo: memFree=1074360/2055920 swapFree=4192956/4192956
[pid=23804] ppid=23802 vsize=22040 CPUtime=1.49
/proc/23804/stat : 23804 (march_nn) R 23802 23804 23702 0 -1 4194304 7915 0 0 0 146 3 0 0 25 0 1 0 101712299 22568960 2784 1992294400 134512640 135197250 4294956240 18446744073709551615 134713095 0 0 4096 0 0 0 0 17 1 0 0
/proc/23804/statm: 5510 2784 68 167 0 5341 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22040

[startup+3.10192 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23805
/proc/meminfo: memFree=1077048/2055920 swapFree=4192956/4192956
[pid=23804] ppid=23802 vsize=22032 CPUtime=3.09
/proc/23804/stat : 23804 (march_nn) R 23802 23804 23702 0 -1 4194304 15818 0 0 0 302 7 0 0 25 0 1 0 101712299 22560768 2706 1992294400 134512640 135197250 4294956240 18446744073709551615 134648909 0 0 4096 0 0 0 0 17 1 0 0
/proc/23804/statm: 5508 2706 68 167 0 5339 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22032

[startup+6.30128 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23805
/proc/meminfo: memFree=1080696/2055920 swapFree=4192956/4192956
[pid=23804] ppid=23802 vsize=22016 CPUtime=6.29
/proc/23804/stat : 23804 (march_nn) R 23802 23804 23702 0 -1 4194304 31351 0 0 0 616 13 0 0 25 0 1 0 101712299 22544384 2704 1992294400 134512640 135197250 4294956240 18446744073709551615 134565191 0 0 4096 0 0 0 0 17 1 0 0
/proc/23804/statm: 5504 2704 68 167 0 5335 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 22016

[startup+12.703 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23805
/proc/meminfo: memFree=1079608/2055920 swapFree=4192956/4192956
[pid=23804] ppid=23802 vsize=21984 CPUtime=12.69
/proc/23804/stat : 23804 (march_nn) R 23802 23804 23702 0 -1 4194304 62087 0 0 0 1242 27 0 0 25 0 1 0 101712299 22511616 2681 1992294400 134512640 135197250 4294956240 18446744073709551615 134569597 0 0 4096 0 0 0 0 17 1 0 0
/proc/23804/statm: 5496 2681 68 167 0 5327 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21984

[startup+25.5014 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23805
/proc/meminfo: memFree=1080760/2055920 swapFree=4192956/4192956
[pid=23804] ppid=23802 vsize=27120 CPUtime=25.48
/proc/23804/stat : 23804 (march_nn) R 23802 23804 23702 0 -1 4194304 124293 0 0 0 2494 54 0 0 25 0 1 0 101712299 27770880 4195 1992294400 134512640 135197250 4294956240 18446744073709551615 134560953 0 0 4096 0 0 0 0 17 1 0 0
/proc/23804/statm: 6780 4195 68 167 0 6611 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 27120

[startup+51.1013 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23805
/proc/meminfo: memFree=1069240/2055920 swapFree=4192956/4192956
[pid=23804] ppid=23802 vsize=49324 CPUtime=51.08
/proc/23804/stat : 23804 (march_nn) R 23802 23804 23702 0 -1 4194304 159919 0 0 0 5036 72 0 0 25 0 1 0 101712299 50507776 5616 1992294400 134512640 135197250 4294956240 18446744073709551615 134570760 0 0 4096 0 0 0 0 17 1 0 0
/proc/23804/statm: 12331 5616 94 167 0 12162 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 49324

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23805
/proc/meminfo: memFree=1068152/2055920 swapFree=4192956/4192956
[pid=23804] ppid=23802 vsize=50412 CPUtime=102.26
/proc/23804/stat : 23804 (march_nn) R 23802 23804 23702 0 -1 4194304 160170 0 0 0 10154 72 0 0 25 0 1 0 101712299 51621888 5867 1992294400 134512640 135197250 4294956240 18446744073709551615 134541522 0 0 4096 0 0 0 0 17 1 0 0
/proc/23804/statm: 12603 5867 94 167 0 12434 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 50412

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23805
/proc/meminfo: memFree=1067384/2055920 swapFree=4192956/4192956
[pid=23804] ppid=23802 vsize=51188 CPUtime=162.24
/proc/23804/stat : 23804 (march_nn) R 23802 23804 23702 0 -1 4194304 160352 0 0 0 16151 73 0 0 25 0 1 0 101712299 52416512 6049 1992294400 134512640 135197250 4294956240 18446744073709551615 134539075 0 0 4096 0 0 0 0 17 1 0 0
/proc/23804/statm: 12797 6049 94 167 0 12628 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 51188

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23805
/proc/meminfo: memFree=1066616/2055920 swapFree=4192956/4192956
[pid=23804] ppid=23802 vsize=51996 CPUtime=222.23
/proc/23804/stat : 23804 (march_nn) R 23802 23804 23702 0 -1 4194304 160530 0 0 0 22150 73 0 0 25 0 1 0 101712299 53243904 6223 1992294400 134512640 135197250 4294956240 18446744073709551615 134548499 0 0 4096 0 0 0 0 17 1 0 0
/proc/23804/statm: 12999 6223 94 167 0 12830 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 51996

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23805
/proc/meminfo: memFree=1066168/2055920 swapFree=4192956/4192956
[pid=23804] ppid=23802 vsize=52640 CPUtime=282.2
/proc/23804/stat : 23804 (march_nn) R 23802 23804 23702 0 -1 4194304 160634 0 0 0 28147 73 0 0 25 0 1 0 101712299 53903360 6327 1992294400 134512640 135197250 4294956240 18446744073709551615 134539064 0 0 4096 0 0 0 0 17 1 0 0
/proc/23804/statm: 13160 6327 94 167 0 12991 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 52640

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23805
/proc/meminfo: memFree=1065720/2055920 swapFree=4192956/4192956
[pid=23804] ppid=23802 vsize=52772 CPUtime=342.2
/proc/23804/stat : 23804 (march_nn) R 23802 23804 23702 0 -1 4194304 160732 0 0 0 34146 74 0 0 25 0 1 0 101712299 54038528 6425 1992294400 134512640 135197250 4294956240 18446744073709551615 134539276 0 0 4096 0 0 0 0 17 1 0 0
/proc/23804/statm: 13193 6425 94 167 0 13024 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 52772

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23805
/proc/meminfo: memFree=1065336/2055920 swapFree=4192956/4192956
[pid=23804] ppid=23802 vsize=53668 CPUtime=402.17
/proc/23804/stat : 23804 (march_nn) R 23802 23804 23702 0 -1 4194304 160835 0 0 0 40143 74 0 0 25 0 1 0 101712299 54956032 6528 1992294400 134512640 135197250 4294956240 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 1 0 0
/proc/23804/statm: 13417 6528 94 167 0 13248 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 53668

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23805
/proc/meminfo: memFree=1064952/2055920 swapFree=4192956/4192956
[pid=23804] ppid=23802 vsize=53668 CPUtime=462.16
/proc/23804/stat : 23804 (march_nn) R 23802 23804 23702 0 -1 4194304 160935 0 0 0 46141 75 0 0 25 0 1 0 101712299 54956032 6628 1992294400 134512640 135197250 4294956240 18446744073709551615 134539344 0 0 4096 0 0 0 0 17 1 0 0
/proc/23804/statm: 13417 6628 94 167 0 13248 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 53668

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23805
/proc/meminfo: memFree=1064696/2055920 swapFree=4192956/4192956
[pid=23804] ppid=23802 vsize=53800 CPUtime=522.14
/proc/23804/stat : 23804 (march_nn) R 23802 23804 23702 0 -1 4194304 161034 0 0 0 52139 75 0 0 25 0 1 0 101712299 55091200 6727 1992294400 134512640 135197250 4294956240 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 1 0 0
/proc/23804/statm: 13450 6727 94 167 0 13281 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 53800

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23805
/proc/meminfo: memFree=1064312/2055920 swapFree=4192956/4192956
[pid=23804] ppid=23802 vsize=54952 CPUtime=582.12
/proc/23804/stat : 23804 (march_nn) R 23802 23804 23702 0 -1 4194304 161123 0 0 0 58137 75 0 0 25 0 1 0 101712299 56270848 6816 1992294400 134512640 135197250 4294956240 18446744073709551615 134539323 0 0 4096 0 0 0 0 17 1 0 0
/proc/23804/statm: 13738 6816 94 167 0 13569 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 54952

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23805
/proc/meminfo: memFree=1063928/2055920 swapFree=4192956/4192956
[pid=23804] ppid=23802 vsize=55160 CPUtime=642.1
/proc/23804/stat : 23804 (march_nn) R 23802 23804 23702 0 -1 4194304 161216 0 0 0 64135 75 0 0 25 0 1 0 101712299 56483840 6909 1992294400 134512640 135197250 4294956240 18446744073709551615 134548521 0 0 4096 0 0 0 0 17 1 0 0
/proc/23804/statm: 13790 6909 94 167 0 13621 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 55160

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23805
/proc/meminfo: memFree=1063544/2055920 swapFree=4192956/4192956
[pid=23804] ppid=23802 vsize=55160 CPUtime=702.09
/proc/23804/stat : 23804 (march_nn) R 23802 23804 23702 0 -1 4194304 161310 0 0 0 70133 76 0 0 25 0 1 0 101712299 56483840 7003 1992294400 134512640 135197250 4294956240 18446744073709551615 134539057 0 0 4096 0 0 0 0 17 1 0 0
/proc/23804/statm: 13790 7003 94 167 0 13621 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 55160

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23805
/proc/meminfo: memFree=1063160/2055920 swapFree=4192956/4192956
[pid=23804] ppid=23802 vsize=57016 CPUtime=762.07
/proc/23804/stat : 23804 (march_nn) R 23802 23804 23702 0 -1 4194304 161400 0 0 0 76131 76 0 0 25 0 1 0 101712299 58384384 7093 1992294400 134512640 135197250 4294956240 18446744073709551615 134541425 0 0 4096 0 0 0 0 17 1 0 0
/proc/23804/statm: 14254 7093 94 167 0 14085 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 57016

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23805
/proc/meminfo: memFree=1062776/2055920 swapFree=4192956/4192956
[pid=23804] ppid=23802 vsize=57016 CPUtime=822.05
/proc/23804/stat : 23804 (march_nn) R 23802 23804 23702 0 -1 4194304 161499 0 0 0 82129 76 0 0 25 0 1 0 101712299 58384384 7192 1992294400 134512640 135197250 4294956240 18446744073709551615 134524931 0 0 4096 0 0 0 0 17 1 0 0
/proc/23804/statm: 14254 7192 94 167 0 14085 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 57016

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23805
/proc/meminfo: memFree=1062456/2055920 swapFree=4192956/4192956
[pid=23804] ppid=23802 vsize=57148 CPUtime=882.03
/proc/23804/stat : 23804 (march_nn) R 23802 23804 23702 0 -1 4194304 161592 0 0 0 88127 76 0 0 25 0 1 0 101712299 58519552 7285 1992294400 134512640 135197250 4294956240 18446744073709551615 134541471 0 0 4096 0 0 0 0 17 1 0 0
/proc/23804/statm: 14287 7285 94 167 0 14118 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 57148

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23805
/proc/meminfo: memFree=1062008/2055920 swapFree=4192956/4192956
[pid=23804] ppid=23802 vsize=57148 CPUtime=942.02
/proc/23804/stat : 23804 (march_nn) R 23802 23804 23702 0 -1 4194304 161688 0 0 0 94125 77 0 0 25 0 1 0 101712299 58519552 7381 1992294400 134512640 135197250 4294956240 18446744073709551615 134539304 0 0 4096 0 0 0 0 17 1 0 0
/proc/23804/statm: 14287 7381 94 167 0 14118 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 57148

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23805
/proc/meminfo: memFree=1061496/2055920 swapFree=4192956/4192956
[pid=23804] ppid=23802 vsize=57148 CPUtime=1002
/proc/23804/stat : 23804 (march_nn) R 23802 23804 23702 0 -1 4194304 161818 0 0 0 100123 77 0 0 25 0 1 0 101712299 58519552 7511 1992294400 134512640 135197250 4294956240 18446744073709551615 134548488 0 0 4096 0 0 0 0 17 1 0 0
/proc/23804/statm: 14287 7511 94 167 0 14118 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 57148

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23805
/proc/meminfo: memFree=1060920/2055920 swapFree=4192956/4192956
[pid=23804] ppid=23802 vsize=57412 CPUtime=1061.99
/proc/23804/stat : 23804 (march_nn) R 23802 23804 23702 0 -1 4194304 161966 0 0 0 106121 78 0 0 25 0 1 0 101712299 58789888 7659 1992294400 134512640 135197250 4294956240 18446744073709551615 134541501 0 0 4096 0 0 0 0 17 1 0 0
/proc/23804/statm: 14353 7659 94 167 0 14184 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 57412

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23805
/proc/meminfo: memFree=1060408/2055920 swapFree=4192956/4192956
[pid=23804] ppid=23802 vsize=60264 CPUtime=1121.96
/proc/23804/stat : 23804 (march_nn) R 23802 23804 23702 0 -1 4194304 162089 0 0 0 112118 78 0 0 25 0 1 0 101712299 61710336 7782 1992294400 134512640 135197250 4294956240 18446744073709551615 134539261 0 0 4096 0 0 0 0 17 1 0 0
/proc/23804/statm: 15066 7782 94 167 0 14897 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 60264

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23805
/proc/meminfo: memFree=1059896/2055920 swapFree=4192956/4192956
[pid=23804] ppid=23802 vsize=60820 CPUtime=1181.95
/proc/23804/stat : 23804 (march_nn) R 23802 23804 23702 0 -1 4194304 162205 0 0 0 118116 79 0 0 25 0 1 0 101712299 62279680 7898 1992294400 134512640 135197250 4294956240 18446744073709551615 134541536 0 0 4096 0 0 0 0 17 1 0 0
/proc/23804/statm: 15205 7898 94 167 0 15036 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 60820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 23805
/proc/meminfo: memFree=1059768/2055920 swapFree=4192956/4192956
[pid=23804] ppid=23802 vsize=60820 CPUtime=1200.05
/proc/23804/stat : 23804 (march_nn) R 23802 23804 23702 0 -1 4194304 162232 0 0 0 119926 79 0 0 25 0 1 0 101712299 62279680 7925 1992294400 134512640 135197250 4294956240 18446744073709551615 134541501 0 0 4096 0 0 0 0 17 1 0 0
/proc/23804/statm: 15205 7925 94 167 0 15036 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 60820

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.41
CPU time (s): 1200.06
CPU user time (s): 1199.27
CPU system time (s): 0.797878
CPU usage (%): 99.9711
Max. virtual memory (cumulated for all children) (KiB): 60820

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

runsolver used 1.08683 second user time and 2.24966 second system time

The end

Launcher Data

Begin job on node9 at 2009-04-26 11:06:26
IDJOB=1728437
IDBENCH=24670
IDSOLVER=522
FILE ID=node9/1728437-1240736785
PBS_JOBID= 9187003
Free space on /tmp= 66360 MiB

SOLVER NAME= march_nn nn
BENCH NAME= SAT07/crafted/Hard/contest05/others/strips-gripper-18t35.sat05-1147.reshuffled-07.cnf
COMMAND LINE= HOME/march_nn BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1728437-1240736785/watcher-1728437-1240736785 -o /tmp/evaluation-result-1728437-1240736785/solver-1728437-1240736785 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_nn HOME/instance-1728437-1240736785.cnf

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

MD5SUM BENCH= 15ed95b3a35c74d0cc5dd4986376305c
RANDOM SEED=1906011548

node9.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.240
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.240
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:       1091936 kB
Buffers:         85124 kB
Cached:         781196 kB
SwapCached:          0 kB
Active:         216184 kB
Inactive:       664024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1091936 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4844 kB
Writeback:           0 kB
Mapped:          23688 kB
Slab:            69792 kB
Committed_AS:   362908 kB
PageTables:       1388 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= 66360 MiB
End job on node9 at 2009-04-26 11:26:28