Trace number 1736599

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
clasp 1.2.0-SAT09-32UNSAT 125.217 125.265

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

125.14/125.26	c clasp version 1.2.0-SAT09 
125.14/125.26	c Reading from ...812106/instance-1736599-1240812106.cnf
125.14/125.26	c Reading      : Done(0.040s)
125.14/125.26	c Preprocessing: |-\Done(0.220s)
125.14/125.26	c Solving...
125.14/125.26	
125.14/125.26	c Models    : 0     
125.14/125.26	c Time         : 125.210s (Solve: 124.950s)
125.14/125.26	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-1736599-1240812106/watcher-1736599-1240812106 -o /tmp/evaluation-result-1736599-1240812106/solver-1736599-1240812106 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/clasp --file=HOME/instance-1736599-1240812106.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

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.91 0.95 0.97 3/64 30756
/proc/meminfo: memFree=1681728/2055920 swapFree=4181848/4192956
[pid=30756] ppid=30754 vsize=2560 CPUtime=0
/proc/30756/stat : 30756 (clasp) R 30754 30756 30685 0 -1 4194304 389 0 0 0 0 0 0 0 18 0 1 0 109237015 2621440 373 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30756/statm: 640 373 144 377 0 260 0

[startup+0.0683511 s]
/proc/loadavg: 0.91 0.95 0.97 3/64 30756
/proc/meminfo: memFree=1681728/2055920 swapFree=4181848/4192956
[pid=30756] ppid=30754 vsize=6368 CPUtime=0.06
/proc/30756/stat : 30756 (clasp) R 30754 30756 30685 0 -1 4194304 1487 0 0 0 6 0 0 0 18 0 1 0 109237015 6520832 1303 1992294400 134512640 136057169 4294956160 18446744073709551615 134772705 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30756/statm: 1592 1303 163 377 0 1212 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6368

[startup+0.101357 s]
/proc/loadavg: 0.91 0.95 0.97 3/64 30756
/proc/meminfo: memFree=1681728/2055920 swapFree=4181848/4192956
[pid=30756] ppid=30754 vsize=7412 CPUtime=0.09
/proc/30756/stat : 30756 (clasp) R 30754 30756 30685 0 -1 4194304 1759 0 0 0 9 0 0 0 18 0 1 0 109237015 7589888 1575 1992294400 134512640 136057169 4294956160 18446744073709551615 134774386 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30756/statm: 1853 1575 166 377 0 1473 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7412

[startup+0.301396 s]
/proc/loadavg: 0.91 0.95 0.97 3/64 30756
/proc/meminfo: memFree=1681728/2055920 swapFree=4181848/4192956
[pid=30756] ppid=30754 vsize=7492 CPUtime=0.29
/proc/30756/stat : 30756 (clasp) R 30754 30756 30685 0 -1 4194304 2056 0 0 0 28 1 0 0 19 0 1 0 109237015 7671808 1655 1992294400 134512640 136057169 4294956160 18446744073709551615 134811565 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30756/statm: 1873 1655 182 377 0 1493 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7492

[startup+0.702475 s]
/proc/loadavg: 0.91 0.95 0.97 3/64 30756
/proc/meminfo: memFree=1681728/2055920 swapFree=4181848/4192956
[pid=30756] ppid=30754 vsize=7492 CPUtime=0.7
/proc/30756/stat : 30756 (clasp) R 30754 30756 30685 0 -1 4194304 2057 0 0 0 69 1 0 0 22 0 1 0 109237015 7671808 1656 1992294400 134512640 136057169 4294956160 18446744073709551615 134809859 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30756/statm: 1873 1656 183 377 0 1493 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 7492

[startup+1.50163 s]
/proc/loadavg: 0.91 0.95 0.97 2/65 30757
/proc/meminfo: memFree=1675640/2055920 swapFree=4181848/4192956
[pid=30756] ppid=30754 vsize=7492 CPUtime=1.49
/proc/30756/stat : 30756 (clasp) R 30754 30756 30685 0 -1 4194304 2057 0 0 0 148 1 0 0 25 0 1 0 109237015 7671808 1656 1992294400 134512640 136057169 4294956160 18446744073709551615 134637488 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30756/statm: 1873 1656 183 377 0 1493 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7492

[startup+3.10195 s]
/proc/loadavg: 0.91 0.95 0.97 2/65 30757
/proc/meminfo: memFree=1675064/2055920 swapFree=4181848/4192956
[pid=30756] ppid=30754 vsize=9228 CPUtime=3.09
/proc/30756/stat : 30756 (clasp) R 30754 30756 30685 0 -1 4194304 2487 0 0 0 308 1 0 0 25 0 1 0 109237015 9449472 2086 1992294400 134512640 136057169 4294956160 18446744073709551615 134823741 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30756/statm: 2307 2086 183 377 0 1927 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9228

[startup+6.30158 s]
/proc/loadavg: 0.92 0.95 0.97 2/65 30757
/proc/meminfo: memFree=1671608/2055920 swapFree=4181848/4192956
[pid=30756] ppid=30754 vsize=11508 CPUtime=6.29
/proc/30756/stat : 30756 (clasp) R 30754 30756 30685 0 -1 4194304 3025 0 0 0 627 2 0 0 25 0 1 0 109237015 11784192 2624 1992294400 134512640 136057169 4294956160 18446744073709551615 134823867 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30756/statm: 2877 2624 183 377 0 2497 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11508

[startup+12.7018 s]
/proc/loadavg: 0.93 0.95 0.97 2/65 30757
/proc/meminfo: memFree=1669432/2055920 swapFree=4181848/4192956
[pid=30756] ppid=30754 vsize=13620 CPUtime=12.69
/proc/30756/stat : 30756 (clasp) R 30754 30756 30685 0 -1 4194304 3568 0 0 0 1266 3 0 0 25 0 1 0 109237015 13946880 3167 1992294400 134512640 136057169 4294956160 18446744073709551615 134823327 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30756/statm: 3405 3167 183 377 0 3025 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 13620

[startup+25.5014 s]
/proc/loadavg: 0.94 0.96 0.97 2/65 30757
/proc/meminfo: memFree=1667768/2055920 swapFree=4181848/4192956
[pid=30756] ppid=30754 vsize=15204 CPUtime=25.48
/proc/30756/stat : 30756 (clasp) R 30754 30756 30685 0 -1 4194304 3969 0 0 0 2545 3 0 0 25 0 1 0 109237015 15568896 3568 1992294400 134512640 136057169 4294956160 18446744073709551615 134618241 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30756/statm: 3801 3568 183 377 0 3421 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 15204

[startup+51.1014 s]
/proc/loadavg: 0.96 0.96 0.97 2/65 30757
/proc/meminfo: memFree=1664696/2055920 swapFree=4181848/4192956
[pid=30756] ppid=30754 vsize=18376 CPUtime=51.07
/proc/30756/stat : 30756 (clasp) R 30754 30756 30685 0 -1 4194304 4732 0 0 0 5103 4 0 0 25 0 1 0 109237015 18817024 4331 1992294400 134512640 136057169 4294956160 18446744073709551615 134824390 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30756/statm: 4594 4331 183 377 0 4214 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 18376

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.97 2/65 30757
/proc/meminfo: memFree=1663224/2055920 swapFree=4181848/4192956
[pid=30756] ppid=30754 vsize=19856 CPUtime=102.25
/proc/30756/stat : 30756 (clasp) R 30754 30756 30685 0 -1 4194304 5112 0 0 0 10221 4 0 0 25 0 1 0 109237015 20332544 4711 1992294400 134512640 136057169 4294956160 18446744073709551615 134618126 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30756/statm: 4964 4711 183 377 0 4584 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 19856

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

[startup+115.101 s]
/proc/loadavg: 0.98 0.96 0.97 2/65 30757
/proc/meminfo: memFree=1662968/2055920 swapFree=4181848/4192956
[pid=30756] ppid=30754 vsize=19988 CPUtime=115.04
/proc/30756/stat : 30756 (clasp) R 30754 30756 30685 0 -1 4194304 5176 0 0 0 11500 4 0 0 25 0 1 0 109237015 20467712 4775 1992294400 134512640 136057169 4294956160 18446744073709551615 134618289 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30756/statm: 4997 4775 183 377 0 4617 0
Current children cumulated CPU time (s) 115.04
Current children cumulated vsize (KiB) 19988

[startup+121.501 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 30757
/proc/meminfo: memFree=1662968/2055920 swapFree=4181848/4192956
[pid=30756] ppid=30754 vsize=19988 CPUtime=121.44
/proc/30756/stat : 30756 (clasp) R 30754 30756 30685 0 -1 4194304 5176 0 0 0 12140 4 0 0 25 0 1 0 109237015 20467712 4775 1992294400 134512640 136057169 4294956160 18446744073709551615 134828471 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30756/statm: 4997 4775 183 377 0 4617 0
Current children cumulated CPU time (s) 121.44
Current children cumulated vsize (KiB) 19988

[startup+123.102 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 30757
/proc/meminfo: memFree=1662968/2055920 swapFree=4181848/4192956
[pid=30756] ppid=30754 vsize=19988 CPUtime=123.05
/proc/30756/stat : 30756 (clasp) R 30754 30756 30685 0 -1 4194304 5176 0 0 0 12301 4 0 0 25 0 1 0 109237015 20467712 4775 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30756/statm: 4997 4775 183 377 0 4617 0
Current children cumulated CPU time (s) 123.05
Current children cumulated vsize (KiB) 19988

[startup+123.902 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 30757
/proc/meminfo: memFree=1662968/2055920 swapFree=4181848/4192956
[pid=30756] ppid=30754 vsize=19988 CPUtime=123.84
/proc/30756/stat : 30756 (clasp) R 30754 30756 30685 0 -1 4194304 5176 0 0 0 12380 4 0 0 25 0 1 0 109237015 20467712 4775 1992294400 134512640 136057169 4294956160 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30756/statm: 4997 4775 183 377 0 4617 0
Current children cumulated CPU time (s) 123.84
Current children cumulated vsize (KiB) 19988

[startup+124.702 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 30757
/proc/meminfo: memFree=1662968/2055920 swapFree=4181848/4192956
[pid=30756] ppid=30754 vsize=19988 CPUtime=124.64
/proc/30756/stat : 30756 (clasp) R 30754 30756 30685 0 -1 4194304 5176 0 0 0 12460 4 0 0 25 0 1 0 109237015 20467712 4775 1992294400 134512640 136057169 4294956160 18446744073709551615 134823884 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30756/statm: 4997 4775 183 377 0 4617 0
Current children cumulated CPU time (s) 124.64
Current children cumulated vsize (KiB) 19988

[startup+125.101 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 30757
/proc/meminfo: memFree=1662968/2055920 swapFree=4181848/4192956
[pid=30756] ppid=30754 vsize=19988 CPUtime=125.04
/proc/30756/stat : 30756 (clasp) R 30754 30756 30685 0 -1 4194304 5176 0 0 0 12500 4 0 0 25 0 1 0 109237015 20467712 4775 1992294400 134512640 136057169 4294956160 18446744073709551615 135438355 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30756/statm: 4997 4775 183 377 0 4617 0
Current children cumulated CPU time (s) 125.04
Current children cumulated vsize (KiB) 19988

[startup+125.201 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 30757
/proc/meminfo: memFree=1662968/2055920 swapFree=4181848/4192956
[pid=30756] ppid=30754 vsize=19988 CPUtime=125.14
/proc/30756/stat : 30756 (clasp) R 30754 30756 30685 0 -1 4194304 5176 0 0 0 12510 4 0 0 25 0 1 0 109237015 20467712 4775 1992294400 134512640 136057169 4294956160 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30756/statm: 4997 4775 183 377 0 4617 0
Current children cumulated CPU time (s) 125.14
Current children cumulated vsize (KiB) 19988

Child status: 20
Real time (s): 125.265
CPU time (s): 125.217
CPU user time (s): 125.166
CPU system time (s): 0.050992
CPU usage (%): 99.9618
Max. virtual memory (cumulated for all children) (KiB): 19988

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

runsolver used 0.066989 second user time and 0.291955 second system time

The end

Launcher Data

Begin job on node66 at 2009-04-27 08:01:46
IDJOB=1736599
IDBENCH=71629
IDSOLVER=508
FILE ID=node66/1736599-1240812106
PBS_JOBID= 9187470
Free space on /tmp= 66324 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT09/CRAFTED/parity-games/instance_n6_i7_pp_ci_ce.cnf
COMMAND LINE= HOME/clasp --file=BENCHNAME --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1736599-1240812106/watcher-1736599-1240812106 -o /tmp/evaluation-result-1736599-1240812106/solver-1736599-1240812106 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/clasp --file=HOME/instance-1736599-1240812106.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 2ba7146c43b8082afe1c2f5c23a97bd0
RANDOM SEED=878236658

node66.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.263
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	: 5931.00
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.263
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:       1682208 kB
Buffers:         51732 kB
Cached:         255948 kB
SwapCached:       5120 kB
Active:          90348 kB
Inactive:       225332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1682208 kB
SwapTotal:     4192956 kB
SwapFree:      4181848 kB
Dirty:            3272 kB
Writeback:           0 kB
Mapped:          13996 kB
Slab:            44100 kB
Committed_AS:   529304 kB
PageTables:       1360 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= 66324 MiB
End job on node66 at 2009-04-27 08:03:52