Trace number 2099475

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
Abscon 112v4 ACSAT 1.12083 0.972871

DiagnosticValue
CHECKS66522
NODES864

General information on the benchmark

Namecsp/bqwh-15-106/
normalized-bqwh-15-106-21_ext.xml
MD5SUM0313cfd946082e387ed433af5db31596
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.040993
Satisfiable
(Un)Satisfiability was proved
Number of variables106
Number of constraints563
Maximum constraint arity2
Maximum domain size6
Number of constraints which are defined in extension563
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.06/0.11	
0.06/0.11	Abscon 112 (May, 2008)
0.16/0.25	
0.16/0.25	   configuration
0.16/0.25	     name=mac.xml
0.16/0.28	   
0.16/0.28	   instance
0.16/0.28	     name=HOME/instance-2099475-1247418193.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.28/0.37	     nbVariables=106  nbDomainTypes=97  minDomainSize=1  maxDomainSize=6  nbTotalValues=368
0.28/0.37	       =>  wckTime=0.117  cpuTime=0.12  mem=7M924
0.28/0.37	   
0.28/0.37	   relations being loaded...
0.28/0.39	   
0.28/0.39	   constraints being loaded...
0.58/0.58	     nbConstraints=579  nbRelationTypes=133  nbGlobalConstraints=16  nbSingletonDomainVariables=3
0.58/0.58	     nbExtensionStructures=539  nbSharedExtensionStructures=24  nbConflictsStructures=539
0.58/0.59	     nbSharedConflictsStructures=24  nbSharedBinaryRepresentations=3837  minDegree=1  maxDegree=14  minArity=2
0.58/0.59	     avgArity=2.1  maxArity=8  nbGenerators=0  nbFusions=0  symmetryWckTime=0.07  symmetryCpuTime=0.06  nbCliques=16
0.58/0.59	       =>  wckTime=0.332  cpuTime=0.32  mem=17M769
0.69/0.64	   
0.69/0.64	   solver IterativeSystematicSolver being built... 
0.69/0.69	   
0.69/0.69	   INFO : Forward propagation technique limited 
0.81/0.75	       =>  wckTime=0.499  cpuTime=0.44  mem=20M283
0.81/0.76	   
0.81/0.76	   preprocessing
0.81/0.76	     nbConstraintChecks=36  nbPropagations=106  nbRevisions=9  nbUselessRevisions=0  nbRemovedValues=9
0.81/0.76	     detectedInconsistency=no
0.81/0.76	       =>  wckTime=0.0090  cpuTime=0.01  mem=20M283
0.94/0.87	   
0.94/0.87	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=21M259)
1.06/0.92	   
1.06/0.92	   search
1.06/0.92	     run=4  nbConstraintChecks=66486  minDepth=10  maxDepth=106  nbPropagations=14727  nbRevisions=73753
1.06/0.92	     nbUselessRevisions=53414  nbAssignments=864  nbFailedAssignments=100  nbBacktracks=558  nbVisitedNodes=1089
1.06/0.92	     nbRestartNogoods=17  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=30.09  nbIEliminables=64.15
1.06/0.92	     nbDEliminables=0  nbPEliminables=0
1.06/0.92	       =>  wckTime=0.162  cpuTime=0.16  mem=22M234
1.06/0.92	   
1.06/0.92	   global
1.06/0.92	     nbConstraintChecks=66522  nbPropagations=14833  nbRevisions=73762  nbUselessRevisions=53414  nbRestartNogoods=17
1.06/0.92	     solvingWckTime=0.163  solvingCpuTime=0.16  expiredTime=no  totalExploration=no  nbFoundSolutions=1
1.06/0.92	     firstSolutionCpuTime=0.6  globalCpuTime=0.63
1.06/0.92	       =>  wckTime=0.665  cpuTime=0.6  mem=22M234
1.06/0.92	   
1.06/0.92	s SATISFIABLE
1.06/0.92	v 1 12 5 3 10 6 4 0 9 12 8 7 3 11 11 6 2 4 5 7 9 9 13 1 4 10 5 14 12 7 14 2 8 10 11 3 6 5 13 11 10 14 11 10 5 8 13 1 12 10 0 2 8 14 7 9 5 4 9 6 7 0 13 3 0 4 9 12 8 5 1 14 10 6 11 3 2 4 8 9 6 10 4 14 7 14 0 9 3 7 8 13 11 14 9 0 3 1 12 7 9 8 4 0 3 6 
1.06/0.92	d NODES 864
1.06/0.92	d CHECKS 66522
1.06/0.92	   
1.06/0.92	   totalWckTime=0.721  totalCpuTime=0.63

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2099475-1247418193/watcher-2099475-1247418193 -o /tmp/evaluation-result-2099475-1247418193/solver-2099475-1247418193 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2099475-1247418193.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.15 2.03 2.01 4/80 30244
/proc/meminfo: memFree=1786592/2055920 swapFree=4192812/4192956
[pid=30244] ppid=30242 vsize=18576 CPUtime=0
/proc/30244/stat : 30244 (runsolver) R 30242 30244 29770 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 28882171 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 227607637287 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/30244/statm: 4644 284 249 26 0 2626 0

[startup+0.054761 s]
/proc/loadavg: 2.15 2.03 2.01 4/80 30244
/proc/meminfo: memFree=1786592/2055920 swapFree=4192812/4192956
[pid=30244] ppid=30242 vsize=861936 CPUtime=0.02
/proc/30244/stat : 30244 (java) S 30242 30244 29770 0 -1 0 2072 0 1 0 1 1 0 0 22 0 5 0 28882171 882622464 1728 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/30244/statm: 215484 1728 795 9 0 210399 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861936

[startup+0.103588 s]
/proc/loadavg: 2.15 2.03 2.01 4/80 30244
/proc/meminfo: memFree=1786592/2055920 swapFree=4192812/4192956
[pid=30244] ppid=30242 vsize=864144 CPUtime=0.06
/proc/30244/stat : 30244 (java) S 30242 30244 29770 0 -1 0 3079 0 1 0 5 1 0 0 22 0 9 0 28882171 884883456 2564 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30244/statm: 216036 2564 1226 9 0 210929 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 864144

[startup+0.302616 s]
/proc/loadavg: 2.15 2.03 2.01 4/80 30244
/proc/meminfo: memFree=1786592/2055920 swapFree=4192812/4192956
[pid=30244] ppid=30242 vsize=867392 CPUtime=0.28
/proc/30244/stat : 30244 (java) S 30242 30244 29770 0 -1 0 5963 0 1 0 25 3 0 0 22 0 9 0 28882171 888209408 5329 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30244/statm: 216848 5329 1983 9 0 211306 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 867392

[startup+0.702667 s]
/proc/loadavg: 2.15 2.03 2.01 4/80 30244
/proc/meminfo: memFree=1786592/2055920 swapFree=4192812/4192956
[pid=30244] ppid=30242 vsize=868516 CPUtime=0.81
/proc/30244/stat : 30244 (java) S 30242 30244 29770 0 -1 0 14540 301 1 0 74 7 0 0 22 0 9 0 28882171 889360384 9407 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30244/statm: 217129 9407 2654 9 0 211565 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 868516

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

[startup+0.902686 s]
/proc/loadavg: 2.15 2.03 2.01 4/80 30244
/proc/meminfo: memFree=1786592/2055920 swapFree=4192812/4192956
[pid=30244] ppid=30242 vsize=868516 CPUtime=1.06
/proc/30244/stat : 30244 (java) S 30242 30244 29770 0 -1 0 16629 301 1 0 98 8 0 0 22 0 9 0 28882171 889360384 10651 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30244/statm: 217129 10651 2656 9 0 211565 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 868516

Child status: 0
Real time (s): 0.972871
CPU time (s): 1.12083
CPU user time (s): 1.01584
CPU system time (s): 0.104984
CPU usage (%): 115.208
Max. virtual memory (cumulated for all children) (KiB): 868516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.01585
system time used= 0.104984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17067
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 338
involuntary context switches= 143

runsolver used 0.005999 second user time and 0.008998 second system time

The end

Launcher Data

Begin job on node66 at 2009-07-12 19:03:13
IDJOB=2099475
IDBENCH=60539
IDSOLVER=773
FILE ID=node66/2099475-1247418193
PBS_JOBID= 9510735
Free space on /tmp= 66248 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/bqwh-15-106/normalized-bqwh-15-106-21_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2099475-1247418193/watcher-2099475-1247418193 -o /tmp/evaluation-result-2099475-1247418193/solver-2099475-1247418193 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2099475-1247418193.xml

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

MD5SUM BENCH= 0313cfd946082e387ed433af5db31596
RANDOM SEED=2009848516

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.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	: 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.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:       1787200 kB
Buffers:         42172 kB
Cached:         121436 kB
SwapCached:          0 kB
Active:         137256 kB
Inactive:        73156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1787200 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4576 kB
Writeback:           0 kB
Mapped:          67276 kB
Slab:            43728 kB
Committed_AS:   994488 kB
PageTables:       1812 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= 66244 MiB
End job on node66 at 2009-07-12 19:03:14