Trace number 1728436

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_hi hi? (TO) 1200.1 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

30.98/31.02	c main():: ***                                   [ march satisfiability solver ]                                   ***
30.98/31.02	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
30.98/31.02	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
30.98/31.02	c main()::
30.98/31.02	c initFormula():: searching for DIMACS p-line....
30.98/31.02	c full lookahead due to high density!
30.98/31.02	c initFormula():: the DIMACS p-line indicates a CNF of 11318 variables and 316793 clauses.
30.98/31.02	c parseCNF():: parsing....
30.98/31.02	c parseCNF():: the CNF contains 61 unary clauses.
30.98/31.02	c runParser():: parsing was successful, warming up engines...
30.98/31.02	c find_and_remove_tautogolies():: found and removed 805 tautologies
30.98/31.02	c simplify_formula():: removed 0 tautological, 16774 satisfied and 73 duplicate clauses
30.98/31.02	c preprocessing fase I completed:: there are now 9705 free variables and 299946 clauses.
30.98/31.02	c stat :: sign balance is biased by 43.874
30.98/31.02	c using k-SAT heuristics (size based diff)
30.98/31.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
30.98/31.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
30.98/31.02	c main():: clause / variable ratio: ( 299946 / 11318 ) = 26.50
30.98/31.02	c longest clause has size 38
30.98/31.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
30.98/31.02	c number of free variables = 9705
30.98/31.02	c dynamic_preselect_setsize :: off
30.98/31.02	c main():: all systems go!
30.98/31.02	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 768
35.18/35.28	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: 211949
947.34/947.65	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-1728436-1240736784/watcher-1728436-1240736784 -o /tmp/evaluation-result-1728436-1240736784/solver-1728436-1240736784 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1728436-1240736784.cnf 

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


[startup+0 s]
/proc/loadavg: 1.02 1.02 1.08 3/65 25167
/proc/meminfo: memFree=1747440/2055920 swapFree=4180748/4192956
[pid=25167] ppid=25165 vsize=4156 CPUtime=0
/proc/25167/stat : 25167 (march_hi) R 25165 25167 24697 0 -1 4194304 605 0 0 0 0 0 0 0 20 0 1 0 101708321 4255744 590 1992294400 134512640 135197378 4294956224 18446744073709551615 134784700 0 0 4096 0 0 0 0 17 1 0 0
/proc/25167/statm: 1039 591 58 167 0 870 0

[startup+0.0887139 s]
/proc/loadavg: 1.02 1.02 1.08 3/65 25167
/proc/meminfo: memFree=1747440/2055920 swapFree=4180748/4192956
[pid=25167] ppid=25165 vsize=5476 CPUtime=0.08
/proc/25167/stat : 25167 (march_hi) R 25165 25167 24697 0 -1 4194304 1003 0 0 0 8 0 0 0 20 0 1 0 101708321 5607424 988 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 1 0 0
/proc/25167/statm: 1369 988 58 167 0 1200 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5476

[startup+0.102714 s]
/proc/loadavg: 1.02 1.02 1.08 3/65 25167
/proc/meminfo: memFree=1747440/2055920 swapFree=4180748/4192956
[pid=25167] ppid=25165 vsize=5608 CPUtime=0.09
/proc/25167/stat : 25167 (march_hi) R 25165 25167 24697 0 -1 4194304 1070 0 0 0 9 0 0 0 21 0 1 0 101708321 5742592 1055 1992294400 134512640 135197378 4294956224 18446744073709551615 134848961 0 0 4096 0 0 0 0 17 1 0 0
/proc/25167/statm: 1402 1055 58 167 0 1233 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5608

[startup+0.302736 s]
/proc/loadavg: 1.02 1.02 1.08 3/65 25167
/proc/meminfo: memFree=1747440/2055920 swapFree=4180748/4192956
[pid=25167] ppid=25165 vsize=8644 CPUtime=0.29
/proc/25167/stat : 25167 (march_hi) R 25165 25167 24697 0 -1 4194304 2022 0 0 0 28 1 0 0 23 0 1 0 101708321 8851456 2007 1992294400 134512640 135197378 4294956224 18446744073709551615 134674289 0 0 4096 0 0 0 0 17 1 0 0
/proc/25167/statm: 2161 2007 58 167 0 1992 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8644

[startup+0.701779 s]
/proc/loadavg: 1.02 1.02 1.08 3/65 25167
/proc/meminfo: memFree=1747440/2055920 swapFree=4180748/4192956
[pid=25167] ppid=25165 vsize=22044 CPUtime=0.69
/proc/25167/stat : 25167 (march_hi) R 25165 25167 24697 0 -1 4194304 4134 0 0 0 67 2 0 0 25 0 1 0 101708321 22573056 2796 1992294400 134512640 135197378 4294956224 18446744073709551615 134569597 0 0 4096 0 0 0 0 17 1 0 0
/proc/25167/statm: 5511 2796 65 167 0 5342 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22044

[startup+1.50186 s]
/proc/loadavg: 1.02 1.02 1.08 2/66 25168
/proc/meminfo: memFree=1730344/2055920 swapFree=4180748/4192956
[pid=25167] ppid=25165 vsize=22040 CPUtime=1.49
/proc/25167/stat : 25167 (march_hi) R 25165 25167 24697 0 -1 4194304 7957 0 0 0 146 3 0 0 25 0 1 0 101708321 22568960 2826 1992294400 134512640 135197378 4294956224 18446744073709551615 134649162 0 0 4096 0 0 0 0 17 1 0 0
/proc/25167/statm: 5510 2827 67 167 0 5341 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22040

[startup+3.10103 s]
/proc/loadavg: 1.02 1.02 1.08 2/66 25168
/proc/meminfo: memFree=1735592/2055920 swapFree=4180748/4192956
[pid=25167] ppid=25165 vsize=22032 CPUtime=3.09
/proc/25167/stat : 25167 (march_hi) R 25165 25167 24697 0 -1 4194304 16067 0 0 0 303 6 0 0 25 0 1 0 101708321 22560768 2801 1992294400 134512640 135197378 4294956224 18446744073709551615 134569597 0 0 4096 0 0 0 0 17 1 0 0
/proc/25167/statm: 5508 2801 67 167 0 5339 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22032

[startup+6.30138 s]
/proc/loadavg: 1.02 1.02 1.08 2/66 25168
/proc/meminfo: memFree=1736232/2055920 swapFree=4180748/4192956
[pid=25167] ppid=25165 vsize=27472 CPUtime=6.28
/proc/25167/stat : 25167 (march_hi) R 25165 25167 24697 0 -1 4194304 33093 0 0 0 615 13 0 0 25 0 1 0 101708321 28131328 4293 1992294400 134512640 135197378 4294956224 18446744073709551615 134560953 0 0 4096 0 0 0 0 17 1 0 0
/proc/25167/statm: 6868 4293 67 167 0 6699 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 27472

[startup+12.7011 s]
/proc/loadavg: 1.02 1.02 1.08 2/66 25168
/proc/meminfo: memFree=1735528/2055920 swapFree=4180748/4192956
[pid=25167] ppid=25165 vsize=24624 CPUtime=12.68
/proc/25167/stat : 25167 (march_hi) R 25165 25167 24697 0 -1 4194304 65659 0 0 0 1241 27 0 0 25 0 1 0 101708321 25214976 3581 1992294400 134512640 135197378 4294956224 18446744073709551615 134560485 0 0 4096 0 0 0 0 17 1 0 0
/proc/25167/statm: 6156 3581 67 167 0 5987 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 24624

[startup+25.5024 s]
/proc/loadavg: 1.01 1.02 1.08 2/66 25168
/proc/meminfo: memFree=1735656/2055920 swapFree=4180748/4192956
[pid=25167] ppid=25165 vsize=21928 CPUtime=25.48
/proc/25167/stat : 25167 (march_hi) R 25165 25167 24697 0 -1 4194304 127923 0 0 0 2494 54 0 0 25 0 1 0 101708321 22454272 2909 1992294400 134512640 135197378 4294956224 18446744073709551615 134565008 0 0 4096 0 0 0 0 17 1 0 0
/proc/25167/statm: 5482 2909 67 167 0 5313 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 21928

[startup+51.1022 s]
/proc/loadavg: 1.01 1.02 1.08 2/66 25168
/proc/meminfo: memFree=1724968/2055920 swapFree=4180748/4192956
[pid=25167] ppid=25165 vsize=49388 CPUtime=51.08
/proc/25167/stat : 25167 (march_hi) R 25165 25167 24697 0 -1 4194304 159933 0 0 0 5041 67 0 0 25 0 1 0 101708321 50573312 5630 1992294400 134512640 135197378 4294956224 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0
/proc/25167/statm: 12347 5630 93 167 0 12178 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 49388

[startup+102.306 s]
/proc/loadavg: 1.00 1.01 1.07 2/66 25168
/proc/meminfo: memFree=1723624/2055920 swapFree=4180748/4192956
[pid=25167] ppid=25165 vsize=50716 CPUtime=102.27
/proc/25167/stat : 25167 (march_hi) R 25165 25167 24697 0 -1 4194304 160254 0 0 0 10160 67 0 0 25 0 1 0 101708321 51933184 5951 1992294400 134512640 135197378 4294956224 18446744073709551615 134541538 0 0 4096 0 0 0 0 17 1 0 0
/proc/25167/statm: 12679 5951 93 167 0 12510 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 50716

[startup+162.302 s]
/proc/loadavg: 1.03 1.02 1.07 2/66 25168
/proc/meminfo: memFree=1722920/2055920 swapFree=4180748/4192956
[pid=25167] ppid=25165 vsize=51492 CPUtime=162.24
/proc/25167/stat : 25167 (march_hi) R 25165 25167 24697 0 -1 4194304 160437 0 0 0 16157 67 0 0 25 0 1 0 101708321 52727808 6134 1992294400 134512640 135197378 4294956224 18446744073709551615 134539314 0 0 4096 0 0 0 0 17 1 0 0
/proc/25167/statm: 12873 6134 93 167 0 12704 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 51492

[startup+222.302 s]
/proc/loadavg: 1.01 1.02 1.07 2/66 25168
/proc/meminfo: memFree=1722280/2055920 swapFree=4180748/4192956
[pid=25167] ppid=25165 vsize=52292 CPUtime=222.23
/proc/25167/stat : 25167 (march_hi) R 25165 25167 24697 0 -1 4194304 160608 0 0 0 22156 67 0 0 25 0 1 0 101708321 53547008 6301 1992294400 134512640 135197378 4294956224 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0
/proc/25167/statm: 13073 6301 93 167 0 12904 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 52292

[startup+282.303 s]
/proc/loadavg: 1.00 1.01 1.06 2/66 25168
/proc/meminfo: memFree=1721768/2055920 swapFree=4180748/4192956
[pid=25167] ppid=25165 vsize=52936 CPUtime=282.21
/proc/25167/stat : 25167 (march_hi) R 25165 25167 24697 0 -1 4194304 160715 0 0 0 28154 67 0 0 25 0 1 0 101708321 54206464 6408 1992294400 134512640 135197378 4294956224 18446744073709551615 134541538 0 0 4096 0 0 0 0 17 1 0 0
/proc/25167/statm: 13234 6408 93 167 0 13065 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 52936

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 25168
/proc/meminfo: memFree=1721320/2055920 swapFree=4180748/4192956
[pid=25167] ppid=25165 vsize=52936 CPUtime=342.19
/proc/25167/stat : 25167 (march_hi) R 25165 25167 24697 0 -1 4194304 160812 0 0 0 34152 67 0 0 25 0 1 0 101708321 54206464 6505 1992294400 134512640 135197378 4294956224 18446744073709551615 134539057 0 0 4096 0 0 0 0 17 1 0 0
/proc/25167/statm: 13234 6505 93 167 0 13065 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 52936

[startup+402.303 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 25168
/proc/meminfo: memFree=1720936/2055920 swapFree=4180748/4192956
[pid=25167] ppid=25165 vsize=53832 CPUtime=402.19
/proc/25167/stat : 25167 (march_hi) R 25165 25167 24697 0 -1 4194304 160922 0 0 0 40151 68 0 0 25 0 1 0 101708321 55123968 6615 1992294400 134512640 135197378 4294956224 18446744073709551615 134541522 0 0 4096 0 0 0 0 17 1 0 0
/proc/25167/statm: 13458 6615 93 167 0 13289 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 53832

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 25168
/proc/meminfo: memFree=1720488/2055920 swapFree=4180748/4192956
[pid=25167] ppid=25165 vsize=53964 CPUtime=462.17
/proc/25167/stat : 25167 (march_hi) R 25165 25167 24697 0 -1 4194304 161032 0 0 0 46149 68 0 0 25 0 1 0 101708321 55259136 6725 1992294400 134512640 135197378 4294956224 18446744073709551615 134539302 0 0 4096 0 0 0 0 17 1 0 0
/proc/25167/statm: 13491 6725 93 167 0 13322 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 53964

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 25168
/proc/meminfo: memFree=1720040/2055920 swapFree=4180748/4192956
[pid=25167] ppid=25165 vsize=55328 CPUtime=522.15
/proc/25167/stat : 25167 (march_hi) R 25165 25167 24697 0 -1 4194304 161128 0 0 0 52147 68 0 0 25 0 1 0 101708321 56655872 6821 1992294400 134512640 135197378 4294956224 18446744073709551615 134541530 0 0 4096 0 0 0 0 17 1 0 0
/proc/25167/statm: 13832 6821 93 167 0 13663 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 55328

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 25168
/proc/meminfo: memFree=1719656/2055920 swapFree=4180748/4192956
[pid=25167] ppid=25165 vsize=55328 CPUtime=582.14
/proc/25167/stat : 25167 (march_hi) R 25165 25167 24697 0 -1 4194304 161222 0 0 0 58145 69 0 0 25 0 1 0 101708321 56655872 6915 1992294400 134512640 135197378 4294956224 18446744073709551615 134539341 0 0 4096 0 0 0 0 17 1 0 0
/proc/25167/statm: 13832 6915 93 167 0 13663 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 55328

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 25168
/proc/meminfo: memFree=1719208/2055920 swapFree=4180748/4192956
[pid=25167] ppid=25165 vsize=55328 CPUtime=642.13
/proc/25167/stat : 25167 (march_hi) R 25165 25167 24697 0 -1 4194304 161321 0 0 0 64144 69 0 0 25 0 1 0 101708321 56655872 7014 1992294400 134512640 135197378 4294956224 18446744073709551615 134548478 0 0 4096 0 0 0 0 17 1 0 0
/proc/25167/statm: 13832 7014 93 167 0 13663 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 55328

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 25168
/proc/meminfo: memFree=1718824/2055920 swapFree=4180748/4192956
[pid=25167] ppid=25165 vsize=57184 CPUtime=702.11
/proc/25167/stat : 25167 (march_hi) R 25165 25167 24697 0 -1 4194304 161418 0 0 0 70142 69 0 0 25 0 1 0 101708321 58556416 7111 1992294400 134512640 135197378 4294956224 18446744073709551615 134570780 0 0 4096 0 0 0 0 17 1 0 0
/proc/25167/statm: 14296 7111 93 167 0 14127 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 57184

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 25168
/proc/meminfo: memFree=1718376/2055920 swapFree=4180748/4192956
[pid=25167] ppid=25165 vsize=57184 CPUtime=762.09
/proc/25167/stat : 25167 (march_hi) R 25165 25167 24697 0 -1 4194304 161521 0 0 0 76140 69 0 0 25 0 1 0 101708321 58556416 7214 1992294400 134512640 135197378 4294956224 18446744073709551615 134539323 0 0 4096 0 0 0 0 17 1 0 0
/proc/25167/statm: 14296 7214 93 167 0 14127 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 57184

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 25168
/proc/meminfo: memFree=1717992/2055920 swapFree=4180748/4192956
[pid=25167] ppid=25165 vsize=57316 CPUtime=822.07
/proc/25167/stat : 25167 (march_hi) R 25165 25167 24697 0 -1 4194304 161620 0 0 0 82138 69 0 0 25 0 1 0 101708321 58691584 7313 1992294400 134512640 135197378 4294956224 18446744073709551615 134524866 0 0 4096 0 0 0 0 17 1 0 0
/proc/25167/statm: 14329 7313 93 167 0 14160 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 57316

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25168
/proc/meminfo: memFree=1717544/2055920 swapFree=4180748/4192956
[pid=25167] ppid=25165 vsize=57316 CPUtime=882.06
/proc/25167/stat : 25167 (march_hi) R 25165 25167 24697 0 -1 4194304 161721 0 0 0 88137 69 0 0 25 0 1 0 101708321 58691584 7414 1992294400 134512640 135197378 4294956224 18446744073709551615 134539269 0 0 4096 0 0 0 0 17 1 0 0
/proc/25167/statm: 14329 7414 93 167 0 14160 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 57316

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25168
/proc/meminfo: memFree=1717032/2055920 swapFree=4180748/4192956
[pid=25167] ppid=25165 vsize=57316 CPUtime=942.04
/proc/25167/stat : 25167 (march_hi) R 25165 25167 24697 0 -1 4194304 161850 0 0 0 94135 69 0 0 25 0 1 0 101708321 58691584 7543 1992294400 134512640 135197378 4294956224 18446744073709551615 134524945 0 0 4096 0 0 0 0 17 1 0 0
/proc/25167/statm: 14329 7543 93 167 0 14160 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 57316

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25168
/proc/meminfo: memFree=1716456/2055920 swapFree=4180748/4192956
[pid=25167] ppid=25165 vsize=57580 CPUtime=1002.03
/proc/25167/stat : 25167 (march_hi) R 25165 25167 24697 0 -1 4194304 161979 0 0 0 100133 70 0 0 25 0 1 0 101708321 58961920 7672 1992294400 134512640 135197378 4294956224 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 1 0 0
/proc/25167/statm: 14395 7672 93 167 0 14226 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 57580

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25168
/proc/meminfo: memFree=1715944/2055920 swapFree=4180748/4192956
[pid=25167] ppid=25165 vsize=60732 CPUtime=1062.01
/proc/25167/stat : 25167 (march_hi) R 25165 25167 24697 0 -1 4194304 162109 0 0 0 106131 70 0 0 25 0 1 0 101708321 62189568 7802 1992294400 134512640 135197378 4294956224 18446744073709551615 134539289 0 0 4096 0 0 0 0 17 1 0 0
/proc/25167/statm: 15183 7802 93 167 0 15014 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 60732

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25168
/proc/meminfo: memFree=1715432/2055920 swapFree=4180748/4192956
[pid=25167] ppid=25165 vsize=60864 CPUtime=1122
/proc/25167/stat : 25167 (march_hi) R 25165 25167 24697 0 -1 4194304 162229 0 0 0 112130 70 0 0 25 0 1 0 101708321 62324736 7922 1992294400 134512640 135197378 4294956224 18446744073709551615 134539261 0 0 4096 0 0 0 0 17 1 0 0
/proc/25167/statm: 15216 7922 93 167 0 15047 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 60864

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25168
/proc/meminfo: memFree=1714920/2055920 swapFree=4180748/4192956
[pid=25167] ppid=25165 vsize=60864 CPUtime=1181.98
/proc/25167/stat : 25167 (march_hi) R 25165 25167 24697 0 -1 4194304 162332 0 0 0 118128 70 0 0 25 0 1 0 101708321 62324736 8025 1992294400 134512640 135197378 4294956224 18446744073709551615 134541466 0 0 4096 0 0 0 0 17 1 0 0
/proc/25167/statm: 15216 8025 93 167 0 15047 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 60864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25168
/proc/meminfo: memFree=1714792/2055920 swapFree=4180748/4192956
[pid=25167] ppid=25165 vsize=60996 CPUtime=1200.08
/proc/25167/stat : 25167 (march_hi) R 25165 25167 24697 0 -1 4194304 162361 0 0 0 119938 70 0 0 25 0 1 0 101708321 62459904 8054 1992294400 134512640 135197378 4294956224 18446744073709551615 134539097 0 0 4096 0 0 0 0 17 1 0 0
/proc/25167/statm: 15249 8054 93 167 0 15080 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 60996

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.1
CPU user time (s): 1199.39
CPU system time (s): 0.709892
CPU usage (%): 99.9738
Max. virtual memory (cumulated for all children) (KiB): 60996

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

runsolver used 1.36379 second user time and 2.99055 second system time

The end

Launcher Data

Begin job on node81 at 2009-04-26 11:06:25
IDJOB=1728436
IDBENCH=24670
IDSOLVER=521
FILE ID=node81/1728436-1240736784
PBS_JOBID= 9186943
Free space on /tmp= 126388 MiB

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

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

MD5SUM BENCH= 15ed95b3a35c74d0cc5dd4986376305c
RANDOM SEED=170582842

node81.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.234
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.234
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:       1747920 kB
Buffers:         34620 kB
Cached:         212256 kB
SwapCached:       5880 kB
Active:         119152 kB
Inactive:       136404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1747920 kB
SwapTotal:     4192956 kB
SwapFree:      4180748 kB
Dirty:            4836 kB
Writeback:           0 kB
Mapped:          13748 kB
Slab:            38224 kB
Committed_AS:   376248 kB
PageTables:       1452 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126384 MiB
End job on node81 at 2009-04-26 11:26:27