Trace number 1796531

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
SatElite + ReVivAl 0.23 2009-03-18? (problem) 518.591 519.683

General information on the benchmark

Nameindustrial/vliw_sat_4.0/
9vliw_m_9stages_iq3_C1_bug8.cnf
MD5SUM5fe5b52b05e512edbe82e7d139ac7362
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark22.4256
Satisfiable
(Un)Satisfiability was proved
Number of variables521179
Number of clauses13378617
Sum of the clauses size39204907
Maximum clause length6689
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 28714562
Number of clauses of size 34209393
Number of clauses of size 425257
Number of clauses of size 515681
Number of clauses of size over 5413723

Solver Data

0.00/0.00	c revival is preprocessing the formula...Time out is reached... exporting CNF
505.46/506.46	#ITERATIONS 1
505.46/506.46	#LEARNT CLAUSES 11
518.49/519.68	done !
518.49/519.68	c Now, SatElite...
518.49/519.68	c Parsing...
518.49/519.68	c num clause = 13375382, num vars = 521179
518.49/519.68	c Exiting...too many clauses
518.49/519.68	SatElite died... trying RSAT...
518.49/519.68	ERROR! unknown flag -s

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-1796531-1242077116/watcher-1796531-1242077116 -o /tmp/evaluation-result-1796531-1242077116/solver-1796531-1242077116 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1796531-1242077116.cnf HOME 

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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.07 1.02 1.00 3/64 28035
/proc/meminfo: memFree=1614312/2055920 swapFree=4180268/4192956
[pid=28035] ppid=28033 vsize=5360 CPUtime=0
/proc/28035/stat : 28035 (run.sh) S 28033 28035 27807 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235739648 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28035/statm: 1340 237 196 169 0 51 0
[pid=28036] ppid=28035 vsize=5360 CPUtime=0
/proc/28036/stat : 28036 (run.sh) D 28035 28035 27807 0 -1 4194368 23 0 0 0 0 0 0 0 18 0 1 0 235739648 5488640 240 1992294400 4194304 4889804 548682068784 18446744073709551615 233402068263 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/28036/statm: 1340 240 199 169 0 51 0

[startup+0.0213341 s]
/proc/loadavg: 1.07 1.02 1.00 3/64 28035
/proc/meminfo: memFree=1614312/2055920 swapFree=4180268/4192956
[pid=28035] ppid=28033 vsize=5360 CPUtime=0
/proc/28035/stat : 28035 (run.sh) S 28033 28035 27807 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235739648 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28035/statm: 1340 237 196 169 0 51 0
[pid=28036] ppid=28035 vsize=5360 CPUtime=0
/proc/28036/stat : 28036 (run.sh) D 28035 28035 27807 0 -1 4194368 23 0 0 0 0 0 0 0 18 0 1 0 235739648 5488640 240 1992294400 4194304 4889804 548682068784 18446744073709551615 233402068263 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/28036/statm: 1340 240 199 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10720

[startup+0.101343 s]
/proc/loadavg: 1.07 1.02 1.00 3/64 28035
/proc/meminfo: memFree=1614312/2055920 swapFree=4180268/4192956
[pid=28035] ppid=28033 vsize=5360 CPUtime=0
/proc/28035/stat : 28035 (run.sh) S 28033 28035 27807 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235739648 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28035/statm: 1340 237 196 169 0 51 0
[pid=28036] ppid=28035 vsize=5360 CPUtime=0
/proc/28036/stat : 28036 (run.sh) D 28035 28035 27807 0 -1 4194368 23 0 0 0 0 0 0 0 18 0 1 0 235739648 5488640 240 1992294400 4194304 4889804 548682068784 18446744073709551615 233402068263 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/28036/statm: 1340 240 199 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10720

[startup+0.301363 s]
/proc/loadavg: 1.07 1.02 1.00 3/64 28035
/proc/meminfo: memFree=1614312/2055920 swapFree=4180268/4192956
[pid=28035] ppid=28033 vsize=5360 CPUtime=0
/proc/28035/stat : 28035 (run.sh) S 28033 28035 27807 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235739648 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28035/statm: 1340 237 196 169 0 51 0
[pid=28036] ppid=28035 vsize=5360 CPUtime=0
/proc/28036/stat : 28036 (run.sh) D 28035 28035 27807 0 -1 4194368 23 0 0 0 0 0 0 0 18 0 1 0 235739648 5488640 240 1992294400 4194304 4889804 548682068784 18446744073709551615 233402068263 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/28036/statm: 1340 240 199 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10720

[startup+0.70142 s]
/proc/loadavg: 1.07 1.02 1.00 3/64 28035
/proc/meminfo: memFree=1614312/2055920 swapFree=4180268/4192956
[pid=28035] ppid=28033 vsize=5360 CPUtime=0
/proc/28035/stat : 28035 (run.sh) S 28033 28035 27807 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235739648 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28035/statm: 1340 237 196 169 0 51 0
[pid=28036] ppid=28035 vsize=9804 CPUtime=0.01
/proc/28036/stat : 28036 (revival) R 28035 28035 27807 0 -1 4194304 2171 0 10 0 0 1 0 0 18 0 1 0 235739648 10039296 2147 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28036/statm: 2451 2147 81 6 0 2089 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15164

[startup+1.50149 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 28037
/proc/meminfo: memFree=1418968/2055920 swapFree=4180268/4192956
[pid=28035] ppid=28033 vsize=5360 CPUtime=0
/proc/28035/stat : 28035 (run.sh) S 28033 28035 27807 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235739648 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28035/statm: 1340 237 196 169 0 51 0
[pid=28036] ppid=28035 vsize=347664 CPUtime=0.8
/proc/28036/stat : 28036 (revival) R 28035 28035 27807 0 -1 4194304 85347 0 10 0 27 53 0 0 24 0 1 0 235739648 356007936 85315 1992294400 134512640 134537284 4294956368 18446744073709551615 134527108 0 0 4096 0 0 0 0 17 1 0 0
/proc/28036/statm: 86916 85315 82 6 0 86554 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 353024

[startup+3.10265 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 28037
/proc/meminfo: memFree=1211800/2055920 swapFree=4180268/4192956
[pid=28035] ppid=28033 vsize=5360 CPUtime=0
/proc/28035/stat : 28035 (run.sh) S 28033 28035 27807 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235739648 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28035/statm: 1340 237 196 169 0 51 0
[pid=28036] ppid=28035 vsize=517428 CPUtime=2.4
/proc/28036/stat : 28036 (revival) R 28035 28035 27807 0 -1 4194304 125232 0 10 0 170 70 0 0 25 0 1 0 235739648 529846272 125200 1992294400 134512640 134537284 4294956368 18446744073709551615 134519688 0 0 4096 0 0 0 0 17 1 0 0
/proc/28036/statm: 129357 125200 82 6 0 128995 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 522788
heavy processes:

[startup+6.30196 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 28037
/proc/meminfo: memFree=866328/2055920 swapFree=4180268/4192956
[pid=28035] ppid=28033 vsize=5360 CPUtime=0
/proc/28035/stat : 28035 (run.sh) S 28033 28035 27807 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235739648 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28035/statm: 1340 237 196 169 0 51 0
[pid=28036] ppid=28035 vsize=862076 CPUtime=5.59
/proc/28036/stat : 28036 (revival) R 28035 28035 27807 0 -1 4194304 205370 0 10 0 456 103 0 0 25 0 1 0 235739648 882765824 205338 1992294400 134512640 134537284 4294956368 18446744073709551615 134524873 0 0 4096 0 0 0 0 17 0 0 0
/proc/28036/statm: 215519 205338 82 6 0 215157 0
Current children cumulated CPU time (s) 5.59
Current children cumulated vsize (KiB) 867436

[startup+12.7026 s]
/proc/loadavg: 1.06 1.01 1.00 2/66 28037
/proc/meminfo: memFree=1094488/2055920 swapFree=4180268/4192956
[pid=28035] ppid=28033 vsize=5360 CPUtime=0
/proc/28035/stat : 28035 (run.sh) S 28033 28035 27807 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235739648 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28035/statm: 1340 237 196 169 0 51 0
[pid=28036] ppid=28035 vsize=558872 CPUtime=11.97
/proc/28036/stat : 28036 (revival) R 28035 28035 27807 0 -1 4194304 206593 0 11 0 1089 108 0 0 25 0 1 50000 235739648 572284928 129725 1992294400 134512640 134537284 4294956368 18446744073709551615 134524016 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28036/statm: 139718 129725 85 6 0 139356 0
Current children cumulated CPU time (s) 11.97
Current children cumulated vsize (KiB) 564232

[startup+25.5019 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 28037
/proc/meminfo: memFree=1094424/2055920 swapFree=4180268/4192956
[pid=28035] ppid=28033 vsize=5360 CPUtime=0
/proc/28035/stat : 28035 (run.sh) S 28033 28035 27807 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235739648 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28035/statm: 1340 237 196 169 0 51 0
[pid=28036] ppid=28035 vsize=559004 CPUtime=24.77
/proc/28036/stat : 28036 (revival) R 28035 28035 27807 0 -1 4194304 206636 0 11 0 2369 108 0 0 25 0 1 50000 235739648 572420096 129768 1992294400 134512640 134537284 4294956368 18446744073709551615 134523969 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28036/statm: 139751 129768 85 6 0 139389 0
Current children cumulated CPU time (s) 24.77
Current children cumulated vsize (KiB) 564364

[startup+51.1014 s]
/proc/loadavg: 1.03 1.01 1.00 2/66 28037
/proc/meminfo: memFree=1094424/2055920 swapFree=4180268/4192956
[pid=28035] ppid=28033 vsize=5360 CPUtime=0
/proc/28035/stat : 28035 (run.sh) S 28033 28035 27807 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235739648 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28035/statm: 1340 237 196 169 0 51 0
[pid=28036] ppid=28035 vsize=559136 CPUtime=50.35
/proc/28036/stat : 28036 (revival) R 28035 28035 27807 0 -1 4194304 206653 0 11 0 4927 108 0 0 25 0 1 50000 235739648 572555264 129785 1992294400 134512640 134537284 4294956368 18446744073709551615 134523634 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28036/statm: 139784 129785 85 6 0 139422 0
Current children cumulated CPU time (s) 50.35
Current children cumulated vsize (KiB) 564496

[startup+102.305 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 28037
/proc/meminfo: memFree=1094040/2055920 swapFree=4180268/4192956
[pid=28035] ppid=28033 vsize=5360 CPUtime=0
/proc/28035/stat : 28035 (run.sh) S 28033 28035 27807 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235739648 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28035/statm: 1340 237 196 169 0 51 0
[pid=28036] ppid=28035 vsize=559680 CPUtime=101.52
/proc/28036/stat : 28036 (revival) R 28035 28035 27807 0 -1 4194304 206777 0 11 0 10044 108 0 0 25 0 1 50000 235739648 573112320 129909 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28036/statm: 139920 129909 85 6 0 139558 0
Current children cumulated CPU time (s) 101.52
Current children cumulated vsize (KiB) 565040

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28037
/proc/meminfo: memFree=1093912/2055920 swapFree=4180268/4192956
[pid=28035] ppid=28033 vsize=5360 CPUtime=0
/proc/28035/stat : 28035 (run.sh) S 28033 28035 27807 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235739648 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28035/statm: 1340 237 196 169 0 51 0
[pid=28036] ppid=28035 vsize=559816 CPUtime=161.51
/proc/28036/stat : 28036 (revival) R 28035 28035 27807 0 -1 4194304 206809 0 11 0 16042 109 0 0 25 0 1 50000 235739648 573251584 129941 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28036/statm: 139954 129941 85 6 0 139592 0
Current children cumulated CPU time (s) 161.51
Current children cumulated vsize (KiB) 565176

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28037
/proc/meminfo: memFree=1092504/2055920 swapFree=4180268/4192956
[pid=28035] ppid=28033 vsize=5360 CPUtime=0
/proc/28035/stat : 28035 (run.sh) S 28033 28035 27807 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235739648 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28035/statm: 1340 237 196 169 0 51 0
[pid=28036] ppid=28035 vsize=561680 CPUtime=221.48
/proc/28036/stat : 28036 (revival) R 28035 28035 27807 0 -1 4194304 207165 0 11 0 22039 109 0 0 25 0 1 50000 235739648 575160320 130297 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28036/statm: 140420 130297 85 6 0 140058 0
Current children cumulated CPU time (s) 221.48
Current children cumulated vsize (KiB) 567040

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28037
/proc/meminfo: memFree=1092184/2055920 swapFree=4180268/4192956
[pid=28035] ppid=28033 vsize=5360 CPUtime=0
/proc/28035/stat : 28035 (run.sh) S 28033 28035 27807 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235739648 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28035/statm: 1340 237 196 169 0 51 0
[pid=28036] ppid=28035 vsize=561968 CPUtime=281.45
/proc/28036/stat : 28036 (revival) R 28035 28035 27807 0 -1 4194304 207235 0 11 0 28036 109 0 0 25 0 1 50000 235739648 575455232 130367 1992294400 134512640 134537284 4294956368 18446744073709551615 134531146 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28036/statm: 140492 130367 85 6 0 140130 0
Current children cumulated CPU time (s) 281.45
Current children cumulated vsize (KiB) 567328

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28037
/proc/meminfo: memFree=1091928/2055920 swapFree=4180268/4192956
[pid=28035] ppid=28033 vsize=5360 CPUtime=0
/proc/28035/stat : 28035 (run.sh) S 28033 28035 27807 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235739648 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28035/statm: 1340 237 196 169 0 51 0
[pid=28036] ppid=28035 vsize=562232 CPUtime=341.42
/proc/28036/stat : 28036 (revival) R 28035 28035 27807 0 -1 4194304 207286 0 11 0 34033 109 0 0 25 0 1 50000 235739648 575725568 130418 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28036/statm: 140558 130418 85 6 0 140196 0
Current children cumulated CPU time (s) 341.42
Current children cumulated vsize (KiB) 567592

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28037
/proc/meminfo: memFree=1091672/2055920 swapFree=4180268/4192956
[pid=28035] ppid=28033 vsize=5360 CPUtime=0
/proc/28035/stat : 28035 (run.sh) S 28033 28035 27807 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235739648 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28035/statm: 1340 237 196 169 0 51 0
[pid=28036] ppid=28035 vsize=562364 CPUtime=401.4
/proc/28036/stat : 28036 (revival) R 28035 28035 27807 0 -1 4194304 207335 0 11 0 40031 109 0 0 25 0 1 50000 235739648 575860736 130467 1992294400 134512640 134537284 4294956368 18446744073709551615 134524059 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28036/statm: 140591 130467 85 6 0 140229 0
Current children cumulated CPU time (s) 401.4
Current children cumulated vsize (KiB) 567724

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28037
/proc/meminfo: memFree=1091544/2055920 swapFree=4180268/4192956
[pid=28035] ppid=28033 vsize=5360 CPUtime=0
/proc/28035/stat : 28035 (run.sh) S 28033 28035 27807 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235739648 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28035/statm: 1340 237 196 169 0 51 0
[pid=28036] ppid=28035 vsize=562628 CPUtime=461.37
/proc/28036/stat : 28036 (revival) R 28035 28035 27807 0 -1 4194304 207387 0 11 0 46028 109 0 0 25 0 1 50000 235739648 576131072 130519 1992294400 134512640 134537284 4294956368 18446744073709551615 134523954 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28036/statm: 140657 130519 85 6 0 140295 0
Current children cumulated CPU time (s) 461.37
Current children cumulated vsize (KiB) 567988

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

[startup+486.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28037
/proc/meminfo: memFree=1091352/2055920 swapFree=4180268/4192956
[pid=28035] ppid=28033 vsize=5360 CPUtime=0
/proc/28035/stat : 28035 (run.sh) S 28033 28035 27807 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235739648 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28035/statm: 1340 237 196 169 0 51 0
[pid=28036] ppid=28035 vsize=562760 CPUtime=485.37
/proc/28036/stat : 28036 (revival) R 28035 28035 27807 0 -1 4194304 207414 0 11 0 48428 109 0 0 25 0 1 50000 235739648 576266240 130546 1992294400 134512640 134537284 4294956368 18446744073709551615 134524008 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28036/statm: 140690 130546 85 6 0 140328 0
Current children cumulated CPU time (s) 485.37
Current children cumulated vsize (KiB) 568120

[startup+499.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28037
/proc/meminfo: memFree=1091288/2055920 swapFree=4180268/4192956
[pid=28035] ppid=28033 vsize=5360 CPUtime=0
/proc/28035/stat : 28035 (run.sh) S 28033 28035 27807 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235739648 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28035/statm: 1340 237 196 169 0 51 0
[pid=28036] ppid=28035 vsize=562760 CPUtime=498.16
/proc/28036/stat : 28036 (revival) R 28035 28035 27807 0 -1 4194304 207428 0 11 0 49707 109 0 0 25 0 1 50000 235739648 576266240 130560 1992294400 134512640 134537284 4294956368 18446744073709551615 134531251 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28036/statm: 140690 130560 85 6 0 140328 0
Current children cumulated CPU time (s) 498.16
Current children cumulated vsize (KiB) 568120

[startup+511.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28037
/proc/meminfo: memFree=970904/2055920 swapFree=4180268/4192956
[pid=28035] ppid=28033 vsize=5360 CPUtime=0
/proc/28035/stat : 28035 (run.sh) S 28033 28035 27807 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235739648 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28035/statm: 1340 237 196 169 0 51 0
[pid=28036] ppid=28035 vsize=562772 CPUtime=510.96
/proc/28036/stat : 28036 (revival) R 28035 28035 27807 0 -1 4194304 207450 0 13 0 50942 154 0 0 25 0 1 50000 235739648 576278528 130584 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28036/statm: 140693 130584 97 6 0 140331 0
Current children cumulated CPU time (s) 510.96
Current children cumulated vsize (KiB) 568132

[startup+515.102 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 28037
/proc/meminfo: memFree=893592/2055920 swapFree=4180268/4192956
[pid=28035] ppid=28033 vsize=5360 CPUtime=0
/proc/28035/stat : 28035 (run.sh) S 28033 28035 27807 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235739648 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28035/statm: 1340 237 196 169 0 51 0
[pid=28036] ppid=28035 vsize=562772 CPUtime=514.01
/proc/28036/stat : 28036 (revival) R 28035 28035 27807 0 -1 4194304 207450 0 13 0 51219 182 0 0 25 0 1 50000 235739648 576278528 130584 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28036/statm: 140693 130584 97 6 0 140331 0
Current children cumulated CPU time (s) 514.01
Current children cumulated vsize (KiB) 568132

[startup+516.703 s]
/proc/loadavg: 1.08 1.02 1.01 3/66 28037
/proc/meminfo: memFree=869272/2055920 swapFree=4180268/4192956
[pid=28035] ppid=28033 vsize=5360 CPUtime=0
/proc/28035/stat : 28035 (run.sh) S 28033 28035 27807 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235739648 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28035/statm: 1340 237 196 169 0 51 0
[pid=28036] ppid=28035 vsize=562772 CPUtime=515.6
/proc/28036/stat : 28036 (revival) R 28035 28035 27807 0 -1 4194304 207450 0 13 0 51364 196 0 0 25 0 1 50000 235739648 576278528 130584 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28036/statm: 140693 130584 97 6 0 140331 0
Current children cumulated CPU time (s) 515.6
Current children cumulated vsize (KiB) 568132

[startup+518.303 s]
/proc/loadavg: 1.23 1.05 1.02 2/66 28037
/proc/meminfo: memFree=813144/2055920 swapFree=4180268/4192956
[pid=28035] ppid=28033 vsize=5360 CPUtime=0
/proc/28035/stat : 28035 (run.sh) S 28033 28035 27807 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235739648 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28035/statm: 1340 237 196 169 0 51 0
[pid=28036] ppid=28035 vsize=562772 CPUtime=517.2
/proc/28036/stat : 28036 (revival) R 28035 28035 27807 0 -1 4194304 207450 0 13 0 51510 210 0 0 25 0 1 50000 235739648 576278528 130584 1992294400 134512640 134537284 4294956368 18446744073709551615 8678979 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28036/statm: 140693 130584 97 6 0 140331 0
Current children cumulated CPU time (s) 517.2
Current children cumulated vsize (KiB) 568132

[startup+519.102 s]
/proc/loadavg: 1.23 1.05 1.02 2/68 28039
/proc/meminfo: memFree=786248/2055920 swapFree=4180268/4192956
[pid=28035] ppid=28033 vsize=5360 CPUtime=0
/proc/28035/stat : 28035 (run.sh) S 28033 28035 27807 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235739648 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28035/statm: 1340 237 196 169 0 51 0
[pid=28036] ppid=28035 vsize=562772 CPUtime=518
/proc/28036/stat : 28036 (revival) R 28035 28035 27807 0 -1 4194304 207450 0 13 0 51583 217 0 0 25 0 1 50000 235739648 576278528 130584 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28036/statm: 140693 130584 97 6 0 140331 0
Current children cumulated CPU time (s) 518
Current children cumulated vsize (KiB) 568132

[startup+519.502 s]
/proc/loadavg: 1.23 1.05 1.02 2/68 28039
/proc/meminfo: memFree=786248/2055920 swapFree=4180268/4192956
[pid=28035] ppid=28033 vsize=5360 CPUtime=0
/proc/28035/stat : 28035 (run.sh) S 28033 28035 27807 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235739648 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28035/statm: 1340 237 196 169 0 51 0
[pid=28036] ppid=28035 vsize=562772 CPUtime=518.39
/proc/28036/stat : 28036 (revival) R 28035 28035 27807 0 -1 4194304 207450 0 13 0 51618 221 0 0 25 0 1 50000 235739648 576278528 130584 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28036/statm: 140693 130584 97 6 0 140331 0
Current children cumulated CPU time (s) 518.39
Current children cumulated vsize (KiB) 568132

[startup+519.602 s]
/proc/loadavg: 1.23 1.05 1.02 2/68 28039
/proc/meminfo: memFree=786248/2055920 swapFree=4180268/4192956
[pid=28035] ppid=28033 vsize=5360 CPUtime=0
/proc/28035/stat : 28035 (run.sh) S 28033 28035 27807 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235739648 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28035/statm: 1340 237 196 169 0 51 0
[pid=28036] ppid=28035 vsize=0 CPUtime=518.49
/proc/28036/stat : 28036 (revival) R 28035 28035 27807 0 -1 4194308 207451 0 13 0 51627 222 0 0 25 0 1 50000 235739648 0 0 1992294400 0 0 0 0 0 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28036/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 518.49
Current children cumulated vsize (KiB) 5360

Child status: 0
Real time (s): 519.683
CPU time (s): 518.591
CPU user time (s): 516.279
CPU system time (s): 2.31165
CPU usage (%): 99.7898
Max. virtual memory (cumulated for all children) (KiB): 867436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 516.28
system time used= 2.31165
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 207948
page faults= 13
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42
involuntary context switches= 1507

runsolver used 0.518921 second user time and 1.38479 second system time

The end

Launcher Data

Begin job on node70 at 2009-05-11 23:25:35
IDJOB=1796531
IDBENCH=20591
IDSOLVER=647
FILE ID=node70/1796531-1242077116
PBS_JOBID= 9277648
Free space on /tmp= 66036 MiB

SOLVER NAME= SatElite + ReVivAl 0.23 2009-03-18
BENCH NAME= SAT07/industrial/vliw_sat_4.0/9vliw_m_9stages_iq3_C1_bug8.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1796531-1242077116/watcher-1796531-1242077116 -o /tmp/evaluation-result-1796531-1242077116/solver-1796531-1242077116 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1796531-1242077116.cnf HOME

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

MD5SUM BENCH= 5fe5b52b05e512edbe82e7d139ac7362
RANDOM SEED=1961002647

node70.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.213
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.213
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:       1614984 kB
Buffers:          1256 kB
Cached:         361012 kB
SwapCached:       6496 kB
Active:         317308 kB
Inactive:        53464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1614984 kB
SwapTotal:     4192956 kB
SwapFree:      4180268 kB
Dirty:          226228 kB
Writeback:           0 kB
Mapped:          14032 kB
Slab:            56076 kB
Committed_AS:   751124 kB
PageTables:       1372 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= 65740 MiB
End job on node70 at 2009-05-11 23:34:16