Trace number 1579387

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 141.229 141.268

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-10-5p0.cnf
MD5SUMb0f091d476e617a8697e9f8acfd1538f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark41.6977
Satisfiable
(Un)Satisfiability was proved
Number of variables123925
Number of clauses539763
Sum of the clauses size1252804
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2437089
Number of clauses of size 369976
Number of clauses of size 43020
Number of clauses of size 512080
Number of clauses of size over 512100

Solver Data

141.15/141.26	c clasp version 1.2.0-SAT09 
141.15/141.26	c Reading from ...907129/instance-1579387-1238907129.cnf
141.15/141.26	c Reading      : Done(0.330s)
141.15/141.26	c Preprocessing: |-\Done(1.910s)
141.15/141.26	c Solving...
141.15/141.26	
141.15/141.26	c Models    : 0     
141.15/141.26	c Time         : 141.130s (Solve: 138.890s)
141.15/141.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-1579387-1238907129/watcher-1579387-1238907129 -o /tmp/evaluation-result-1579387-1238907129/solver-1579387-1238907129 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/clasp --file=HOME/instance-1579387-1238907129.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.99 0.98 0.99 3/64 30976
/proc/meminfo: memFree=1450256/2055920 swapFree=4176772/4192956
[pid=30976] ppid=30974 vsize=2936 CPUtime=0
/proc/30976/stat : 30976 (clasp) R 30974 30976 30823 0 -1 4194304 554 0 0 0 0 0 0 0 18 0 1 0 1163375373 3006464 359 1992294400 134512640 136057169 4294956160 18446744073709551615 134816709 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30976/statm: 734 362 139 377 0 354 0

[startup+0.102734 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 30976
/proc/meminfo: memFree=1450256/2055920 swapFree=4176772/4192956
[pid=30976] ppid=30974 vsize=16900 CPUtime=0.09
/proc/30976/stat : 30976 (clasp) R 30974 30976 30823 0 -1 4194304 4327 0 0 0 8 1 0 0 18 0 1 0 1163375373 17305600 3830 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30976/statm: 4225 3831 144 377 0 3845 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16900

[startup+0.201742 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 30976
/proc/meminfo: memFree=1450256/2055920 swapFree=4176772/4192956
[pid=30976] ppid=30974 vsize=21928 CPUtime=0.19
/proc/30976/stat : 30976 (clasp) R 30974 30976 30823 0 -1 4194304 5909 0 0 0 17 2 0 0 18 0 1 0 1163375373 22454272 5073 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30976/statm: 5482 5074 144 377 0 5102 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 21928

[startup+0.301751 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 30976
/proc/meminfo: memFree=1450256/2055920 swapFree=4176772/4192956
[pid=30976] ppid=30974 vsize=27804 CPUtime=0.29
/proc/30976/stat : 30976 (clasp) R 30974 30976 30823 0 -1 4194304 7917 0 0 0 26 3 0 0 19 0 1 0 1163375373 28471296 6321 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30976/statm: 6951 6321 147 377 0 6571 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27804

[startup+0.701788 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 30976
/proc/meminfo: memFree=1450256/2055920 swapFree=4176772/4192956
[pid=30976] ppid=30974 vsize=42060 CPUtime=0.69
/proc/30976/stat : 30976 (clasp) R 30974 30976 30823 0 -1 4194304 13063 0 0 0 63 6 0 0 22 0 1 0 1163375373 43069440 9856 1992294400 134512640 136057169 4294956160 18446744073709551615 134772409 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30976/statm: 10515 9856 165 377 0 10135 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42060

[startup+1.50186 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30977
/proc/meminfo: memFree=1410376/2055920 swapFree=4176772/4192956
[pid=30976] ppid=30974 vsize=43728 CPUtime=1.49
/proc/30976/stat : 30976 (clasp) R 30974 30976 30823 0 -1 4194304 13509 0 0 0 143 6 0 0 25 0 1 0 1163375373 44777472 10302 1992294400 134512640 136057169 4294956160 18446744073709551615 134766175 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30976/statm: 10932 10302 170 377 0 10552 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43728

[startup+3.10201 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30977
/proc/meminfo: memFree=1405512/2055920 swapFree=4176772/4192956
[pid=30976] ppid=30974 vsize=38868 CPUtime=3.08
/proc/30976/stat : 30976 (clasp) R 30974 30976 30823 0 -1 4194304 14490 0 0 0 302 6 0 0 25 0 1 0 1163375373 39800832 9361 1992294400 134512640 136057169 4294956160 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30976/statm: 9717 9361 182 377 0 9337 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 38868

[startup+6.30131 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30977
/proc/meminfo: memFree=1413128/2055920 swapFree=4176772/4192956
[pid=30976] ppid=30974 vsize=38868 CPUtime=6.28
/proc/30976/stat : 30976 (clasp) R 30974 30976 30823 0 -1 4194304 14491 0 0 0 622 6 0 0 25 0 1 0 1163375373 39800832 9362 1992294400 134512640 136057169 4294956160 18446744073709551615 134823417 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30976/statm: 9717 9362 182 377 0 9337 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 38868

[startup+12.7019 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30977
/proc/meminfo: memFree=1413192/2055920 swapFree=4176772/4192956
[pid=30976] ppid=30974 vsize=38868 CPUtime=12.68
/proc/30976/stat : 30976 (clasp) R 30974 30976 30823 0 -1 4194304 14491 0 0 0 1262 6 0 0 25 0 1 0 1163375373 39800832 9362 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30976/statm: 9717 9362 182 377 0 9337 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 38868

[startup+25.5011 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30977
/proc/meminfo: memFree=1409672/2055920 swapFree=4176772/4192956
[pid=30976] ppid=30974 vsize=42564 CPUtime=25.48
/proc/30976/stat : 30976 (clasp) R 30974 30976 30823 0 -1 4194304 15402 0 0 0 2540 8 0 0 25 0 1 0 1163375373 43585536 10273 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30976/statm: 10641 10273 182 377 0 10261 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 42564

[startup+51.1015 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30977
/proc/meminfo: memFree=1403208/2055920 swapFree=4176772/4192956
[pid=30976] ppid=30974 vsize=49300 CPUtime=51.07
/proc/30976/stat : 30976 (clasp) R 30974 30976 30823 0 -1 4194304 17069 0 0 0 5098 9 0 0 25 0 1 0 1163375373 50483200 11940 1992294400 134512640 136057169 4294956160 18446744073709551615 134756799 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30976/statm: 12325 11940 182 377 0 11945 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 49300

[startup+102.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30977
/proc/meminfo: memFree=1388232/2055920 swapFree=4176772/4192956
[pid=30976] ppid=30974 vsize=64068 CPUtime=102.27
/proc/30976/stat : 30976 (clasp) R 30974 30976 30823 0 -1 4194304 20763 0 0 0 10214 13 0 0 25 0 1 0 1163375373 65605632 15634 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30976/statm: 16017 15634 182 377 0 15637 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 64068

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

[startup+102.405 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30977
/proc/meminfo: memFree=1388232/2055920 swapFree=4176772/4192956
[pid=30976] ppid=30974 vsize=64068 CPUtime=102.37
/proc/30976/stat : 30976 (clasp) R 30974 30976 30823 0 -1 4194304 20771 0 0 0 10224 13 0 0 25 0 1 0 1163375373 65605632 15642 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30976/statm: 16017 15642 182 377 0 15637 0
Current children cumulated CPU time (s) 102.37
Current children cumulated vsize (KiB) 64068

[startup+128.002 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30977
/proc/meminfo: memFree=1387336/2055920 swapFree=4176772/4192956
[pid=30976] ppid=30974 vsize=64860 CPUtime=127.95
/proc/30976/stat : 30976 (clasp) R 30974 30976 30823 0 -1 4194304 20976 0 0 0 12782 13 0 0 25 0 1 0 1163375373 66416640 15847 1992294400 134512640 136057169 4294956160 18446744073709551615 134823383 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30976/statm: 16215 15847 182 377 0 15835 0
Current children cumulated CPU time (s) 127.95
Current children cumulated vsize (KiB) 64860

[startup+134.401 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30977
/proc/meminfo: memFree=1387336/2055920 swapFree=4176772/4192956
[pid=30976] ppid=30974 vsize=64860 CPUtime=134.35
/proc/30976/stat : 30976 (clasp) R 30974 30976 30823 0 -1 4194304 20976 0 0 0 13422 13 0 0 25 0 1 0 1163375373 66416640 15847 1992294400 134512640 136057169 4294956160 18446744073709551615 134823325 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30976/statm: 16215 15847 182 377 0 15835 0
Current children cumulated CPU time (s) 134.35
Current children cumulated vsize (KiB) 64860

[startup+137.605 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30977
/proc/meminfo: memFree=1387336/2055920 swapFree=4176772/4192956
[pid=30976] ppid=30974 vsize=64860 CPUtime=137.55
/proc/30976/stat : 30976 (clasp) R 30974 30976 30823 0 -1 4194304 20976 0 0 0 13742 13 0 0 25 0 1 0 1163375373 66416640 15847 1992294400 134512640 136057169 4294956160 18446744073709551615 134756785 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30976/statm: 16215 15847 182 377 0 15835 0
Current children cumulated CPU time (s) 137.55
Current children cumulated vsize (KiB) 64860

[startup+139.202 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30977
/proc/meminfo: memFree=1387336/2055920 swapFree=4176772/4192956
[pid=30976] ppid=30974 vsize=64860 CPUtime=139.15
/proc/30976/stat : 30976 (clasp) R 30974 30976 30823 0 -1 4194304 20976 0 0 0 13902 13 0 0 25 0 1 0 1163375373 66416640 15847 1992294400 134512640 136057169 4294956160 18446744073709551615 134624593 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30976/statm: 16215 15847 182 377 0 15835 0
Current children cumulated CPU time (s) 139.15
Current children cumulated vsize (KiB) 64860

[startup+140.002 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30977
/proc/meminfo: memFree=1387336/2055920 swapFree=4176772/4192956
[pid=30976] ppid=30974 vsize=64860 CPUtime=139.95
/proc/30976/stat : 30976 (clasp) R 30974 30976 30823 0 -1 4194304 20976 0 0 0 13982 13 0 0 25 0 1 0 1163375373 66416640 15847 1992294400 134512640 136057169 4294956160 18446744073709551615 134823417 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30976/statm: 16215 15847 182 377 0 15835 0
Current children cumulated CPU time (s) 139.95
Current children cumulated vsize (KiB) 64860

[startup+140.802 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30977
/proc/meminfo: memFree=1387336/2055920 swapFree=4176772/4192956
[pid=30976] ppid=30974 vsize=64860 CPUtime=140.75
/proc/30976/stat : 30976 (clasp) R 30974 30976 30823 0 -1 4194304 20976 0 0 0 14062 13 0 0 25 0 1 0 1163375373 66416640 15847 1992294400 134512640 136057169 4294956160 18446744073709551615 134624577 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30976/statm: 16215 15847 182 377 0 15835 0
Current children cumulated CPU time (s) 140.75
Current children cumulated vsize (KiB) 64860

[startup+141.202 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30977
/proc/meminfo: memFree=1387336/2055920 swapFree=4176772/4192956
[pid=30976] ppid=30974 vsize=64860 CPUtime=141.15
/proc/30976/stat : 30976 (clasp) R 30974 30976 30823 0 -1 4194304 20981 0 0 0 14102 13 0 0 25 0 1 0 1163375373 66416640 15852 1992294400 134512640 136057169 4294956160 18446744073709551615 135248689 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30976/statm: 16215 15852 187 377 0 15835 0
Current children cumulated CPU time (s) 141.15
Current children cumulated vsize (KiB) 64860

Child status: 20
Real time (s): 141.268
CPU time (s): 141.229
CPU user time (s): 141.08
CPU system time (s): 0.148977
CPU usage (%): 99.972
Max. virtual memory (cumulated for all children) (KiB): 64860

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

runsolver used 0.146977 second user time and 0.313952 second system time

The end

Launcher Data

Begin job on node48 at 2009-04-05 06:52:10
IDJOB=1579387
IDBENCH=70997
IDSOLVER=508
FILE ID=node48/1579387-1238907129
PBS_JOBID= 9101356
Free space on /tmp= 66548 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-10-5p0.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-1579387-1238907129/watcher-1579387-1238907129 -o /tmp/evaluation-result-1579387-1238907129/solver-1579387-1238907129 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/clasp --file=HOME/instance-1579387-1238907129.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= b0f091d476e617a8697e9f8acfd1538f
RANDOM SEED=736048383

node48.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.236
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.236
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:       1450672 kB
Buffers:         61388 kB
Cached:         472696 kB
SwapCached:      10188 kB
Active:         275068 kB
Inactive:       271596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1450672 kB
SwapTotal:     4192956 kB
SwapFree:      4176772 kB
Dirty:           11036 kB
Writeback:           0 kB
Mapped:          17132 kB
Slab:            44596 kB
Committed_AS:  3106944 kB
PageTables:       1376 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= 66544 MiB
End job on node48 at 2009-04-05 06:54:31