Trace number 1736610

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
HydraSAT-Flat 2009-03-22-FlatUNSAT 177.425 177.475

General information on the benchmark

NameCRAFTED/parity-games/
instance_n6_i7_pp_ci_ce.cnf
MD5SUM2ba7146c43b8082afe1c2f5c23a97bd0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark84.6021
Satisfiable
(Un)Satisfiability was proved
Number of variables8484
Number of clauses74640
Sum of the clauses size243102
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 215431
Number of clauses of size 333298
Number of clauses of size 418962
Number of clauses of size 55508
Number of clauses of size over 51441

Solver Data

177.34/177.46	
177.34/177.47	c decisions : 463992
177.34/177.47	c conflicts : 232800
177.34/177.47	c Memory limit 1620 MiB
177.34/177.47	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1736610-1240812236/watcher-1736610-1240812236 -o /tmp/evaluation-result-1736610-1240812236/solver-1736610-1240812236 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat-flat HOME/instance-1736610-1240812236.cnf -rs 2089322948 -co memory_limit 1800 

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.00 1.00 1.00 3/65 11771
/proc/meminfo: memFree=1684376/2055920 swapFree=4192952/4192956
[pid=11771] ppid=11769 vsize=1888 CPUtime=0
/proc/11771/stat : 11771 (hydrasat-flat) R 11769 11771 11670 0 -1 4194304 189 0 0 0 0 0 0 0 20 0 1 0 109252801 1933312 173 1992294400 134512640 135819388 4294956176 18446744073709551615 135210678 0 0 4096 1 0 0 0 17 1 0 0
/proc/11771/statm: 472 173 119 319 0 150 0

[startup+0.0409649 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 11771
/proc/meminfo: memFree=1684376/2055920 swapFree=4192952/4192956
[pid=11771] ppid=11769 vsize=3208 CPUtime=0.03
/proc/11771/stat : 11771 (hydrasat-flat) R 11769 11771 11670 0 -1 4194304 549 0 0 0 3 0 0 0 20 0 1 0 109252801 3284992 533 1992294400 134512640 135819388 4294956176 18446744073709551615 135210678 0 0 4096 1 0 0 0 17 1 0 0
/proc/11771/statm: 802 533 119 319 0 480 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 3208

[startup+0.101971 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 11771
/proc/meminfo: memFree=1684376/2055920 swapFree=4192952/4192956
[pid=11771] ppid=11769 vsize=5320 CPUtime=0.09
/proc/11771/stat : 11771 (hydrasat-flat) R 11769 11771 11670 0 -1 4194304 1131 0 0 0 9 0 0 0 20 0 1 0 109252801 5447680 1115 1992294400 134512640 135819388 4294956176 18446744073709551615 135210678 0 0 4096 1 0 0 0 17 1 0 0
/proc/11771/statm: 1330 1115 119 319 0 1008 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5320

[startup+0.301994 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 11771
/proc/meminfo: memFree=1684376/2055920 swapFree=4192952/4192956
[pid=11771] ppid=11769 vsize=9092 CPUtime=0.29
/proc/11771/stat : 11771 (hydrasat-flat) R 11769 11771 11670 0 -1 4194304 2117 0 0 0 29 0 0 0 22 0 1 0 109252801 9310208 1927 1992294400 134512640 135819388 4294956176 18446744073709551615 134521124 0 0 4096 1 0 0 0 17 1 0 0
/proc/11771/statm: 2273 1927 128 319 0 1951 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9092

[startup+0.701039 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 11771
/proc/meminfo: memFree=1684376/2055920 swapFree=4192952/4192956
[pid=11771] ppid=11769 vsize=12236 CPUtime=0.69
/proc/11771/stat : 11771 (hydrasat-flat) R 11769 11771 11670 0 -1 4194304 2930 0 0 0 68 1 0 0 25 0 1 0 109252801 12529664 2739 1992294400 134512640 135819388 4294956176 18446744073709551615 134616989 0 0 4096 1 0 0 0 17 1 0 0
/proc/11771/statm: 3059 2739 147 319 0 2737 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12236

[startup+1.50113 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11772
/proc/meminfo: memFree=1673616/2055920 swapFree=4192952/4192956
[pid=11771] ppid=11769 vsize=12632 CPUtime=1.49
/proc/11771/stat : 11771 (hydrasat-flat) R 11769 11771 11670 0 -1 4194304 3035 0 0 0 148 1 0 0 25 0 1 0 109252801 12935168 2844 1992294400 134512640 135819388 4294956176 18446744073709551615 134603405 0 0 4096 1 0 0 0 17 1 0 0
/proc/11771/statm: 3158 2844 147 319 0 2836 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12632

[startup+3.10132 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11772
/proc/meminfo: memFree=1673296/2055920 swapFree=4192952/4192956
[pid=11771] ppid=11769 vsize=12896 CPUtime=3.09
/proc/11771/stat : 11771 (hydrasat-flat) R 11769 11771 11670 0 -1 4194304 3087 0 0 0 308 1 0 0 25 0 1 0 109252801 13205504 2896 1992294400 134512640 135819388 4294956176 18446744073709551615 135226977 0 0 4096 1 0 0 0 17 1 0 0
/proc/11771/statm: 3224 2896 147 319 0 2902 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12896

[startup+6.30168 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11772
/proc/meminfo: memFree=1672784/2055920 swapFree=4192952/4192956
[pid=11771] ppid=11769 vsize=13292 CPUtime=6.29
/proc/11771/stat : 11771 (hydrasat-flat) R 11769 11771 11670 0 -1 4194304 3184 0 0 0 628 1 0 0 25 0 1 0 109252801 13611008 2993 1992294400 134512640 135819388 4294956176 18446744073709551615 135210678 0 0 4096 1 0 0 0 17 1 0 0
/proc/11771/statm: 3323 2993 147 319 0 3001 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13292

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11772
/proc/meminfo: memFree=1671696/2055920 swapFree=4192952/4192956
[pid=11771] ppid=11769 vsize=14216 CPUtime=12.69
/proc/11771/stat : 11771 (hydrasat-flat) R 11769 11771 11670 0 -1 4194304 3430 0 0 0 1267 2 0 0 25 0 1 0 109252801 14557184 3239 1992294400 134512640 135819388 4294956176 18446744073709551615 134616780 0 0 4096 1 0 0 0 17 1 0 0
/proc/11771/statm: 3554 3239 147 319 0 3232 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 14216

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11772
/proc/meminfo: memFree=1669456/2055920 swapFree=4192952/4192956
[pid=11771] ppid=11769 vsize=16596 CPUtime=25.48
/proc/11771/stat : 11771 (hydrasat-flat) R 11769 11771 11670 0 -1 4194304 3985 0 0 0 2546 2 0 0 25 0 1 0 109252801 16994304 3794 1992294400 134512640 135819388 4294956176 18446744073709551615 134616780 0 0 4096 1 0 0 0 17 1 0 0
/proc/11771/statm: 4149 3794 147 319 0 3827 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 16596

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11772
/proc/meminfo: memFree=1666512/2055920 swapFree=4192952/4192956
[pid=11771] ppid=11769 vsize=19844 CPUtime=51.07
/proc/11771/stat : 11771 (hydrasat-flat) R 11769 11771 11670 0 -1 4194304 4735 0 0 0 5104 3 0 0 25 0 1 0 109252801 20320256 4544 1992294400 134512640 135819388 4294956176 18446744073709551615 134617116 0 0 4096 1 0 0 0 17 1 0 0
/proc/11771/statm: 4961 4544 147 319 0 4639 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 19844

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11772
/proc/meminfo: memFree=1661648/2055920 swapFree=4192952/4192956
[pid=11771] ppid=11769 vsize=24536 CPUtime=102.27
/proc/11771/stat : 11771 (hydrasat-flat) R 11769 11771 11670 0 -1 4194304 5938 0 0 0 10222 5 0 0 25 0 1 0 109252801 25124864 5747 1992294400 134512640 135819388 4294956176 18446744073709551615 134616785 0 0 4096 1 0 0 0 17 1 0 0
/proc/11771/statm: 6134 5747 147 319 0 5812 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 24536

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11772
/proc/meminfo: memFree=1656400/2055920 swapFree=4192952/4192956
[pid=11771] ppid=11769 vsize=30432 CPUtime=162.25
/proc/11771/stat : 11771 (hydrasat-flat) R 11769 11771 11670 0 -1 4194304 7251 0 0 0 16219 6 0 0 25 0 1 0 109252801 31162368 7060 1992294400 134512640 135819388 4294956176 18446744073709551615 134617068 0 0 4096 1 0 0 0 17 1 0 0
/proc/11771/statm: 7608 7060 147 319 0 7286 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 30432

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

[startup+166.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11772
/proc/meminfo: memFree=1656016/2055920 swapFree=4192952/4192956
[pid=11771] ppid=11769 vsize=30972 CPUtime=166.25
/proc/11771/stat : 11771 (hydrasat-flat) R 11769 11771 11670 0 -1 4194304 7354 0 0 0 16619 6 0 0 25 0 1 0 109252801 31715328 7163 1992294400 134512640 135819388 4294956176 18446744073709551615 134616780 0 0 4096 1 0 0 0 17 1 0 0
/proc/11771/statm: 7743 7163 147 319 0 7421 0
Current children cumulated CPU time (s) 166.25
Current children cumulated vsize (KiB) 30972

[startup+172.706 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11772
/proc/meminfo: memFree=1655568/2055920 swapFree=4192952/4192956
[pid=11771] ppid=11769 vsize=31372 CPUtime=172.65
/proc/11771/stat : 11771 (hydrasat-flat) R 11769 11771 11670 0 -1 4194304 7449 0 0 0 17259 6 0 0 25 0 1 0 109252801 32124928 7258 1992294400 134512640 135819388 4294956176 18446744073709551615 134617106 0 0 4096 1 0 0 0 17 1 0 0
/proc/11771/statm: 7843 7258 147 319 0 7521 0
Current children cumulated CPU time (s) 172.65
Current children cumulated vsize (KiB) 31372

[startup+175.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11772
/proc/meminfo: memFree=1655440/2055920 swapFree=4192952/4192956
[pid=11771] ppid=11769 vsize=31504 CPUtime=175.85
/proc/11771/stat : 11771 (hydrasat-flat) R 11769 11771 11670 0 -1 4194304 7487 0 0 0 17579 6 0 0 25 0 1 0 109252801 32260096 7296 1992294400 134512640 135819388 4294956176 18446744073709551615 134603410 0 0 4096 1 0 0 0 17 1 0 0
/proc/11771/statm: 7876 7296 147 319 0 7554 0
Current children cumulated CPU time (s) 175.85
Current children cumulated vsize (KiB) 31504

[startup+176.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11772
/proc/meminfo: memFree=1655440/2055920 swapFree=4192952/4192956
[pid=11771] ppid=11769 vsize=31504 CPUtime=176.64
/proc/11771/stat : 11771 (hydrasat-flat) R 11769 11771 11670 0 -1 4194304 7498 0 0 0 17658 6 0 0 25 0 1 0 109252801 32260096 7307 1992294400 134512640 135819388 4294956176 18446744073709551615 134616780 0 0 4096 1 0 0 0 17 1 0 0
/proc/11771/statm: 7876 7307 147 319 0 7554 0
Current children cumulated CPU time (s) 176.64
Current children cumulated vsize (KiB) 31504

[startup+177.105 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11772
/proc/meminfo: memFree=1655376/2055920 swapFree=4192952/4192956
[pid=11771] ppid=11769 vsize=31636 CPUtime=177.05
/proc/11771/stat : 11771 (hydrasat-flat) R 11769 11771 11670 0 -1 4194304 7501 0 0 0 17699 6 0 0 25 0 1 0 109252801 32395264 7310 1992294400 134512640 135819388 4294956176 18446744073709551615 134617063 0 0 4096 1 0 0 0 17 1 0 0
/proc/11771/statm: 7909 7310 147 319 0 7587 0
Current children cumulated CPU time (s) 177.05
Current children cumulated vsize (KiB) 31636

[startup+177.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11772
/proc/meminfo: memFree=1655376/2055920 swapFree=4192952/4192956
[pid=11771] ppid=11769 vsize=31636 CPUtime=177.24
/proc/11771/stat : 11771 (hydrasat-flat) R 11769 11771 11670 0 -1 4194304 7509 0 0 0 17718 6 0 0 25 0 1 0 109252801 32395264 7318 1992294400 134512640 135819388 4294956176 18446744073709551615 134616777 0 0 4096 1 0 0 0 17 1 0 0
/proc/11771/statm: 7909 7318 147 319 0 7587 0
Current children cumulated CPU time (s) 177.24
Current children cumulated vsize (KiB) 31636

[startup+177.401 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11772
/proc/meminfo: memFree=1655376/2055920 swapFree=4192952/4192956
[pid=11771] ppid=11769 vsize=31636 CPUtime=177.34
/proc/11771/stat : 11771 (hydrasat-flat) R 11769 11771 11670 0 -1 4194304 7509 0 0 0 17728 6 0 0 25 0 1 0 109252801 32395264 7318 1992294400 134512640 135819388 4294956176 18446744073709551615 134616785 0 0 4096 1 0 0 0 17 1 0 0
/proc/11771/statm: 7909 7318 147 319 0 7587 0
Current children cumulated CPU time (s) 177.34
Current children cumulated vsize (KiB) 31636

Child status: 20
Real time (s): 177.475
CPU time (s): 177.425
CPU user time (s): 177.356
CPU system time (s): 0.068989
CPU usage (%): 99.9721
Max. virtual memory (cumulated for all children) (KiB): 31636

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

runsolver used 0.210967 second user time and 0.397939 second system time

The end

Launcher Data

Begin job on node88 at 2009-04-27 08:03:57
IDJOB=1736610
IDBENCH=71629
IDSOLVER=519
FILE ID=node88/1736610-1240812236
PBS_JOBID= 9187469
Free space on /tmp= 66560 MiB

SOLVER NAME= HydraSAT-Flat 2009-03-22-Flat
BENCH NAME= SAT09/CRAFTED/parity-games/instance_n6_i7_pp_ci_ce.cnf
COMMAND LINE= DIR/hydrasat-flat BENCHNAME -rs RANDOMSEED -co memory_limit MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1736610-1240812236/watcher-1736610-1240812236 -o /tmp/evaluation-result-1736610-1240812236/solver-1736610-1240812236 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat-flat HOME/instance-1736610-1240812236.cnf -rs 2089322948 -co memory_limit 1800

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

MD5SUM BENCH= 2ba7146c43b8082afe1c2f5c23a97bd0
RANDOM SEED=2089322948

node88.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.229
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.229
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:       1684856 kB
Buffers:         53232 kB
Cached:         232704 kB
SwapCached:          4 kB
Active:         111320 kB
Inactive:       188888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1684856 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            2724 kB
Writeback:           0 kB
Mapped:          24048 kB
Slab:            56816 kB
Committed_AS:   308872 kB
PageTables:       1444 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= 66560 MiB
End job on node88 at 2009-04-27 08:06:54