Trace number 1563384

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
ttsth-5-0 2009-03-19Signal 92.9489 93.2869

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-c32s-gcdm16-23.cnf
MD5SUMa61ef2b7b3d16661e8162c430ffb1a51
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark99.6579
Satisfiable
(Un)Satisfiability was proved
Number of variables135543
Number of clauses404326
Sum of the clauses size943426
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2269550
Number of clauses of size 3134775
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

2.29/2.38	c Command: HOME/ttsth-5-0 -num-threads 2 HOME/instance-1563384-1238785961.cnf 
2.29/2.38	c Using SATTIMEOUT of 1200
2.29/2.38	c Using SATRAM of 1800
2.29/2.38	c Size of subset node = 16
2.29/2.38	c Variables = 135543
2.29/2.38	c Clauses = 404326
2.29/2.38	c Literals = 943426
2.29/2.38	c Reduced size:
2.29/2.38	c Variables = 135543
2.29/2.38	c Clauses = 403874
2.29/2.38	c Literals = 942343
2.29/2.38	c a2
3.19/3.20	c a1
89.76/89.89	c Independent sub-problems = 1
89.76/89.89	c Sub-problem with 135363 variables and 403874 clauses
89.76/89.89	c using permutation method 4
89.76/89.89	c count = 1
89.76/89.89	c Ordering finished 89.680 seconds
89.76/89.89	c mapped 89.870 seconds
89.76/89.89	c permuted 89.870 seconds
89.76/89.89	c about to sort
89.96/90.03	c sorted

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-1563384-1238785961/watcher-1563384-1238785961 -o /tmp/evaluation-result-1563384-1238785961/solver-1563384-1238785961 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/ttsth-5-0 -num-threads 2 HOME/instance-1563384-1238785961.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.00 1.00 1.00 3/64 3037
/proc/meminfo: memFree=1698936/2055920 swapFree=4179868/4192956
[pid=3037] ppid=3035 vsize=1064 CPUtime=0
/proc/3037/stat : 3037 (ttsth-5-0) R 3035 3037 2936 0 -1 4194304 144 0 0 0 0 0 0 0 18 0 1 0 755488621 1089536 128 1992294400 134512640 135237372 4294956192 18446744073709551615 134749343 0 0 4096 0 0 0 0 17 1 0 0
/proc/3037/statm: 266 128 78 176 0 88 0

[startup+0.033932 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3037
/proc/meminfo: memFree=1698936/2055920 swapFree=4179868/4192956
[pid=3037] ppid=3035 vsize=2120 CPUtime=0.03
/proc/3037/stat : 3037 (ttsth-5-0) R 3035 3037 2936 0 -1 4194304 422 0 0 0 3 0 0 0 18 0 1 0 755488621 2170880 406 1992294400 134512640 135237372 4294956192 18446744073709551615 134639534 0 0 4096 0 0 0 0 17 1 0 0
/proc/3037/statm: 530 406 78 176 0 352 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2120

[startup+0.102941 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3037
/proc/meminfo: memFree=1698936/2055920 swapFree=4179868/4192956
[pid=3037] ppid=3035 vsize=4728 CPUtime=0.09
/proc/3037/stat : 3037 (ttsth-5-0) R 3035 3037 2936 0 -1 4194304 1057 0 0 0 9 0 0 0 18 0 1 0 755488621 4841472 1041 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/3037/statm: 1182 1041 78 176 0 1004 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4728

[startup+0.301969 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3037
/proc/meminfo: memFree=1698936/2055920 swapFree=4179868/4192956
[pid=3037] ppid=3035 vsize=12040 CPUtime=0.29
/proc/3037/stat : 3037 (ttsth-5-0) R 3035 3037 2936 0 -1 4194304 2883 0 0 0 28 1 0 0 19 0 1 0 755488621 12328960 2867 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/3037/statm: 3010 2868 78 176 0 2832 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12040

[startup+0.703026 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3037
/proc/meminfo: memFree=1698936/2055920 swapFree=4179868/4192956
[pid=3037] ppid=3035 vsize=30120 CPUtime=0.69
/proc/3037/stat : 3037 (ttsth-5-0) R 3035 3037 2936 0 -1 4194304 6566 0 0 0 66 3 0 0 23 0 1 0 755488621 30842880 6550 1992294400 134512640 135237372 4294956192 18446744073709551615 134523154 0 0 4096 0 0 0 0 17 1 0 0
/proc/3037/statm: 7530 6550 78 176 0 7352 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30120

[startup+1.50114 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3038
/proc/meminfo: memFree=1670896/2055920 swapFree=4179868/4192956
[pid=3037] ppid=3035 vsize=30120 CPUtime=1.49
/proc/3037/stat : 3037 (ttsth-5-0) R 3035 3037 2936 0 -1 4194304 7094 0 0 0 146 3 0 0 25 0 1 0 755488621 30842880 7078 1992294400 134512640 135237372 4294956192 18446744073709551615 134534243 0 0 4096 0 0 0 0 17 1 0 0
/proc/3037/statm: 7530 7078 78 176 0 7352 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30120

[startup+3.10136 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3038
/proc/meminfo: memFree=1670768/2055920 swapFree=4179868/4192956
[pid=3037] ppid=3035 vsize=55740 CPUtime=3.09
/proc/3037/stat : 3037 (ttsth-5-0) R 3035 3037 2936 0 -1 4194304 13513 0 0 0 304 5 0 0 25 0 1 0 755488621 57077760 13496 1992294400 134512640 135237372 4294956192 18446744073709551615 134519991 0 0 4096 0 0 0 0 17 1 0 0
/proc/3037/statm: 13935 13496 79 176 0 13757 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 55740

[startup+6.30182 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3038
/proc/meminfo: memFree=1625200/2055920 swapFree=4179868/4192956
[pid=3037] ppid=3035 vsize=75720 CPUtime=6.29
/proc/3037/stat : 3037 (ttsth-5-0) R 3035 3037 2936 0 -1 4194304 22053 0 0 0 619 10 0 0 25 0 1 0 755488621 77537280 18409 1992294400 134512640 135237372 4294956192 18446744073709551615 134600960 0 0 4096 0 0 0 0 17 1 0 0
/proc/3037/statm: 18930 18409 80 176 0 18752 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 75720

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3038
/proc/meminfo: memFree=1624752/2055920 swapFree=4179868/4192956
[pid=3037] ppid=3035 vsize=76304 CPUtime=12.69
/proc/3037/stat : 3037 (ttsth-5-0) R 3035 3037 2936 0 -1 4194304 22182 0 0 0 1259 10 0 0 25 0 1 0 755488621 78135296 18538 1992294400 134512640 135237372 4294956192 18446744073709551615 134600801 0 0 4096 0 0 0 0 17 1 0 0
/proc/3037/statm: 19076 18538 80 176 0 18898 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 76304

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3038
/proc/meminfo: memFree=1623728/2055920 swapFree=4179868/4192956
[pid=3037] ppid=3035 vsize=77576 CPUtime=25.48
/proc/3037/stat : 3037 (ttsth-5-0) R 3035 3037 2936 0 -1 4194304 22450 0 0 0 2538 10 0 0 25 0 1 0 755488621 79437824 18806 1992294400 134512640 135237372 4294956192 18446744073709551615 134555272 0 0 4096 0 0 0 0 17 1 0 0
/proc/3037/statm: 19394 18806 80 176 0 19216 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 77576

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3038
/proc/meminfo: memFree=1621616/2055920 swapFree=4179868/4192956
[pid=3037] ppid=3035 vsize=79932 CPUtime=51.06
/proc/3037/stat : 3037 (ttsth-5-0) R 3035 3037 2936 0 -1 4194304 22986 0 0 0 5096 10 0 0 25 0 1 0 755488621 81850368 19342 1992294400 134512640 135237372 4294956192 18446744073709551615 134555279 0 0 4096 0 0 0 0 17 1 0 0
/proc/3037/statm: 19983 19342 80 176 0 19805 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 79932

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

[startup+76.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3038
/proc/meminfo: memFree=1619632/2055920 swapFree=4179868/4192956
[pid=3037] ppid=3035 vsize=81648 CPUtime=76.66
/proc/3037/stat : 3037 (ttsth-5-0) R 3035 3037 2936 0 -1 4194304 23489 0 0 0 7655 11 0 0 25 0 1 0 755488621 83607552 19845 1992294400 134512640 135237372 4294956192 18446744073709551615 134600718 0 0 4096 0 0 0 0 17 1 0 0
/proc/3037/statm: 20412 19845 80 176 0 20234 0
Current children cumulated CPU time (s) 76.66
Current children cumulated vsize (KiB) 81648

[startup+83.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3038
/proc/meminfo: memFree=1619312/2055920 swapFree=4179868/4192956
[pid=3037] ppid=3035 vsize=81912 CPUtime=83.06
/proc/3037/stat : 3037 (ttsth-5-0) R 3035 3037 2936 0 -1 4194304 23564 0 0 0 8295 11 0 0 25 0 1 0 755488621 83877888 19920 1992294400 134512640 135237372 4294956192 18446744073709551615 134600725 0 0 4096 0 0 0 0 17 1 0 0
/proc/3037/statm: 20478 19920 80 176 0 20300 0
Current children cumulated CPU time (s) 83.06
Current children cumulated vsize (KiB) 81912

[startup+89.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3038
/proc/meminfo: memFree=1619056/2055920 swapFree=4179868/4192956
[pid=3037] ppid=3035 vsize=82044 CPUtime=89.46
/proc/3037/stat : 3037 (ttsth-5-0) R 3035 3037 2936 0 -1 4194304 23626 0 0 0 8935 11 0 0 25 0 1 0 755488621 84013056 19982 1992294400 134512640 135237372 4294956192 18446744073709551615 134600718 0 0 4096 0 0 0 0 17 1 0 0
/proc/3037/statm: 20511 19982 80 176 0 20333 0
Current children cumulated CPU time (s) 89.46
Current children cumulated vsize (KiB) 82044

[startup+91.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3038
/proc/meminfo: memFree=1612528/2055920 swapFree=4179868/4192956
[pid=3037] ppid=3035 vsize=272020 CPUtime=91.06
/proc/3037/stat : 3037 (ttsth-5-0) R 3035 3037 2936 0 -1 4194304 71722 0 0 0 9073 33 0 0 25 0 1 0 755488621 278548480 67578 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/3037/statm: 68005 67578 94 176 0 67827 0
Current children cumulated CPU time (s) 91.06
Current children cumulated vsize (KiB) 272020

[startup+91.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3038
/proc/meminfo: memFree=1421616/2055920 swapFree=4179868/4192956
[pid=3037] ppid=3035 vsize=314664 CPUtime=91.85
/proc/3037/stat : 3037 (ttsth-5-0) R 3035 3037 2936 0 -1 4195840 82503 0 0 0 9127 58 0 0 25 0 1 0 755488621 322215936 78216 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 0 0 0 17 1 0 0
/proc/3037/statm: 78666 78216 94 176 0 78488 0
Current children cumulated CPU time (s) 91.85
Current children cumulated vsize (KiB) 314664

[startup+92.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3038
/proc/meminfo: memFree=1229104/2055920 swapFree=4179868/4192956
[pid=3037] ppid=3035 vsize=314664 CPUtime=92.64
/proc/3037/stat : 3037 (ttsth-5-0) R 3035 3037 2936 0 -1 4195840 82503 0 0 0 9127 137 0 0 25 0 1 0 755488621 322215936 78216 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 0 0 0 17 0 0 0
/proc/3037/statm: 78666 78216 94 176 0 78488 0
Current children cumulated CPU time (s) 92.64
Current children cumulated vsize (KiB) 314664

[startup+93.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3038
/proc/meminfo: memFree=1229104/2055920 swapFree=4179868/4192956
[pid=3037] ppid=3035 vsize=314664 CPUtime=92.76
/proc/3037/stat : 3037 (ttsth-5-0) D 3035 3037 2936 0 -1 4195840 82847 0 0 0 9127 149 0 0 25 0 1 0 755488621 322215936 78216 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/3037/statm: 78666 78216 94 176 0 78488 0
Current children cumulated CPU time (s) 92.76
Current children cumulated vsize (KiB) 314664

[startup+93.2011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3038
/proc/meminfo: memFree=1229104/2055920 swapFree=4179868/4192956
[pid=3037] ppid=3035 vsize=314664 CPUtime=92.85
/proc/3037/stat : 3037 (ttsth-5-0) R 3035 3037 2936 0 -1 4195840 82857 0 0 0 9127 158 0 0 25 0 1 0 755488621 322215936 78216 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 0 0 0 17 1 0 0
/proc/3037/statm: 78666 78216 94 176 0 78488 0
Current children cumulated CPU time (s) 92.85
Current children cumulated vsize (KiB) 314664

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 93.2869
CPU time (s): 92.9489
CPU user time (s): 91.2781
CPU system time (s): 1.67075
CPU usage (%): 99.6376
Max. virtual memory (cumulated for all children) (KiB): 314664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 91.2781
system time used= 1.67075
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82857
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= 4
involuntary context switches= 250

runsolver used 0.084987 second user time and 0.226965 second system time

The end

Launcher Data

Begin job on node49 at 2009-04-03 21:12:42
IDJOB=1563384
IDBENCH=70952
IDSOLVER=549
FILE ID=node49/1563384-1238785961
PBS_JOBID= 9085613
Free space on /tmp= 66540 MiB

SOLVER NAME= ttsth-5-0 2009-03-19
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-gcdm16-23.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1563384-1238785961/watcher-1563384-1238785961 -o /tmp/evaluation-result-1563384-1238785961/solver-1563384-1238785961 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/ttsth-5-0 -num-threads 2 HOME/instance-1563384-1238785961.cnf

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

MD5SUM BENCH= a61ef2b7b3d16661e8162c430ffb1a51
RANDOM SEED=1153851094

node49.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.214
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.214
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:       1699352 kB
Buffers:         71164 kB
Cached:         184548 kB
SwapCached:       6360 kB
Active:         105400 kB
Inactive:       159112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1699352 kB
SwapTotal:     4192956 kB
SwapFree:      4179868 kB
Dirty:            7788 kB
Writeback:           0 kB
Mapped:          14604 kB
Slab:            77840 kB
Committed_AS:  2229612 kB
PageTables:       1384 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= 66236 MiB
End job on node49 at 2009-04-03 21:14:15