Trace number 2096503

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 ACUNSAT 2.43863 2.50787

DiagnosticValue
CHECKS5667
NODES504

General information on the benchmark

Namecsp/modifiedRenault/
normalized-renault-mod-20_ext.xml
MD5SUM6580558e87c97e689420a358054b0a86
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.509921
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints159
Maximum constraint arity10
Maximum domain size42
Number of constraints which are defined in extension159
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-2096503-1247410374.xml
0.27/0.32	   
0.27/0.32	   domains being loaded...
0.27/0.33	   
0.27/0.33	   variables being loaded...
0.27/0.37	     nbVariables=111  nbDomainTypes=15  minDomainSize=2  maxDomainSize=42  nbTotalValues=562
0.27/0.37	       =>  wckTime=0.122  cpuTime=0.1  mem=7M892
0.27/0.37	   
0.27/0.37	   relations being loaded...
0.77/0.85	   
0.77/0.85	   constraints being loaded...
1.08/1.16	     nbConstraints=139  nbRelationTypes=142  nbGlobalConstraints=110  nbMergedConstraints=21  nbExtensionStructures=131
1.08/1.16	     nbSharedExtensionStructures=7  nbConflictsStructures=131  nbSharedConflictsStructures=7
1.08/1.16	     nbSharedBinaryRepresentations=416  minDegree=1  maxDegree=80  minArity=2  avgArity=4.63  maxArity=10
1.08/1.16	     nbGenerators=1  nbFusions=0  symmetryWckTime=0.071  symmetryCpuTime=0.02
1.08/1.16	       =>  wckTime=0.916  cpuTime=0.73  mem=40M985
1.15/1.29	   
1.15/1.29	   solver IterativeSystematicSolver being built... 
1.26/1.36	   
1.26/1.36	   INFO : Forward propagation technique limited 
1.36/1.43	       =>  wckTime=1.182  cpuTime=0.85  mem=41M367
1.36/1.49	   
1.36/1.49	   preprocessing
1.36/1.49	     nbConstraintChecks=144  nbValidityChecks=363272  nbPropagations=123  nbRevisions=8  nbUselessRevisions=4
1.36/1.49	     nbRemovedValues=53  detectedInconsistency=no
1.36/1.49	       =>  wckTime=0.064  cpuTime=0.05  mem=41M367
2.36/2.44	   
2.36/2.44	   search
2.36/2.44	     run=6  nbConstraintChecks=5523  nbValidityChecks=9867530  minDepth=1  maxDepth=4  nbPropagations=22509
2.36/2.44	     nbRevisions=16464  nbUselessRevisions=15282  nbAssignments=504  nbFailedAssignments=212  nbInferredBacktracks=1
2.36/2.44	     nbBacktracks=255  nbVisitedNodes=824  nbRestartNogoods=20  mapSize=139  nbInferences=10  nbTooLargeKeys=0
2.36/2.44	     nbSEliminables=34.63  nbREliminables=38.2  nbIEliminables=26.23  nbDEliminables=0  nbPEliminables=0
2.36/2.44	       =>  wckTime=1.013  cpuTime=0.93  mem=42M311
2.36/2.44	   
2.36/2.44	   global
2.36/2.45	     nbConstraintChecks=5667  nbValidityChecks=10230802  nbPropagations=22632  nbRevisions=16472
2.36/2.45	     nbUselessRevisions=15286  nbRestartNogoods=20  solvingWckTime=1.015  solvingCpuTime=0.93  expiredTime=no
2.36/2.45	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=1.82
2.36/2.45	       =>  wckTime=2.2  cpuTime=1.78  mem=42M311
2.36/2.45	   
2.36/2.45	s UNSATISFIABLE
2.36/2.45	d NODES 504
2.36/2.45	d CHECKS 5667
2.36/2.45	   
2.36/2.45	   totalWckTime=2.265  totalCpuTime=1.82

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-2096503-1247410374/watcher-2096503-1247410374 -o /tmp/evaluation-result-2096503-1247410374/solver-2096503-1247410374 -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-2096503-1247410374.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.19 2.07 1.95 4/81 1726
/proc/meminfo: memFree=1792080/2055920 swapFree=4192812/4192956
[pid=1726] ppid=1724 vsize=18576 CPUtime=0
/proc/1726/stat : 1726 (runsolver) R 1724 1726 32171 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 28102040 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 226686987559 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/1726/statm: 4644 284 249 26 0 2626 0

[startup+0.098754 s]
/proc/loadavg: 2.19 2.07 1.95 4/81 1726
/proc/meminfo: memFree=1792080/2055920 swapFree=4192812/4192956
[pid=1726] ppid=1724 vsize=865984 CPUtime=0.08
/proc/1726/stat : 1726 (java) S 1724 1726 32171 0 -1 0 3773 0 1 0 6 2 0 0 18 0 9 0 28102040 886767616 3229 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1726/statm: 216496 3231 1705 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.101752 s]
/proc/loadavg: 2.19 2.07 1.95 4/81 1726
/proc/meminfo: memFree=1792080/2055920 swapFree=4192812/4192956
[pid=1726] ppid=1724 vsize=865984 CPUtime=0.08
/proc/1726/stat : 1726 (java) S 1724 1726 32171 0 -1 0 3832 0 1 0 6 2 0 0 18 0 9 0 28102040 886767616 3275 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1726/statm: 216496 3276 1726 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301793 s]
/proc/loadavg: 2.19 2.07 1.95 4/81 1726
/proc/meminfo: memFree=1792080/2055920 swapFree=4192812/4192956
[pid=1726] ppid=1724 vsize=866380 CPUtime=0.27
/proc/1726/stat : 1726 (java) S 1724 1726 32171 0 -1 0 5947 0 1 0 24 3 0 0 18 0 9 0 28102040 887173120 5313 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1726/statm: 216595 5315 1983 9 0 211053 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866380

[startup+0.701876 s]
/proc/loadavg: 2.19 2.07 1.95 4/81 1726
/proc/meminfo: memFree=1792080/2055920 swapFree=4192812/4192956
[pid=1726] ppid=1724 vsize=866492 CPUtime=0.67
/proc/1726/stat : 1726 (java) S 1724 1726 32171 0 -1 0 16017 0 1 0 59 8 0 0 18 0 9 0 28102040 887287808 15379 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1726/statm: 216623 15380 1998 9 0 211081 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 866492

[startup+1.50274 s]
/proc/loadavg: 2.19 2.07 1.95 3/90 1735
/proc/meminfo: memFree=1723464/2055920 swapFree=4192812/4192956
[pid=1726] ppid=1724 vsize=867940 CPUtime=1.46
/proc/1726/stat : 1726 (java) S 1724 1726 32171 0 -1 0 34665 294 1 0 130 15 0 1 18 0 9 0 28102040 888770560 24305 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1726/statm: 216985 24305 2662 9 0 211421 0
[pid=1726/tid=1728] ppid=1724 vsize=867940 CPUtime=1.09
/proc/1726/task/1728/stat : 1728 (java) R 1724 1726 32171 0 -1 64 19365 294 1 0 99 9 0 1 19 0 9 0 28102042 888770560 24305 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1726/tid=1729] ppid=1724 vsize=867940 CPUtime=0.16
/proc/1726/task/1729/stat : 1729 (java) S 1724 1726 32171 0 -1 64 13765 294 0 0 12 3 0 1 17 0 9 0 28102043 888770560 24305 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1726/tid=1730] ppid=1724 vsize=867940 CPUtime=0.01
/proc/1726/task/1730/stat : 1730 (java) S 1724 1726 32171 0 -1 64 20 294 0 0 0 0 0 1 16 0 9 0 28102043 888770560 24305 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1726/tid=1731] ppid=1724 vsize=867940 CPUtime=0.01
/proc/1726/task/1731/stat : 1731 (java) S 1724 1726 32171 0 -1 64 10 294 0 0 0 0 0 1 15 0 9 0 28102043 888770560 24305 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1726/tid=1732] ppid=1724 vsize=867940 CPUtime=0.01
/proc/1726/task/1732/stat : 1732 (java) S 1724 1726 32171 0 -1 64 2 294 0 0 0 0 0 1 18 0 9 0 28102045 888770560 24305 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1726/tid=1733] ppid=1724 vsize=867940 CPUtime=0.19
/proc/1726/task/1733/stat : 1733 (java) S 1724 1726 32171 0 -1 64 684 294 0 0 18 0 0 1 15 0 9 0 28102045 888770560 24305 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1726/tid=1734] ppid=1724 vsize=867940 CPUtime=0.01
/proc/1726/task/1734/stat : 1734 (java) S 1724 1726 32171 0 -1 64 0 294 0 0 0 0 0 1 19 0 9 0 28102045 888770560 24305 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1726/tid=1735] ppid=1724 vsize=867940 CPUtime=0.01
/proc/1726/task/1735/stat : 1735 (java) S 1724 1726 32171 0 -1 64 4 294 0 0 0 0 0 1 15 0 9 0 28102045 888770560 24305 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867940

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

[startup+2.30221 s]
/proc/loadavg: 2.34 2.10 1.96 3/90 1739
/proc/meminfo: memFree=1704648/2055920 swapFree=4192812/4192956
[pid=1726] ppid=1724 vsize=867940 CPUtime=2.26
/proc/1726/stat : 1726 (java) S 1724 1726 32171 0 -1 0 34713 294 1 0 209 16 0 1 18 0 9 0 28102040 888770560 24348 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1726/statm: 216985 24348 2662 9 0 211421 0
[pid=1726/tid=1728] ppid=1724 vsize=867940 CPUtime=1.83
/proc/1726/task/1728/stat : 1728 (java) R 1724 1726 32171 0 -1 64 19374 294 1 0 173 9 0 1 25 0 9 0 28102042 888770560 24348 996147200 134512640 134550932 4294955968 18446744073709551615 4126095967 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1726/tid=1729] ppid=1724 vsize=867940 CPUtime=0.16
/proc/1726/task/1729/stat : 1729 (java) S 1724 1726 32171 0 -1 64 13766 294 0 0 12 3 0 1 17 0 9 0 28102043 888770560 24348 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1726/tid=1730] ppid=1724 vsize=867940 CPUtime=0.01
/proc/1726/task/1730/stat : 1730 (java) S 1724 1726 32171 0 -1 64 20 294 0 0 0 0 0 1 16 0 9 0 28102043 888770560 24348 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1726/tid=1731] ppid=1724 vsize=867940 CPUtime=0.01
/proc/1726/task/1731/stat : 1731 (java) S 1724 1726 32171 0 -1 64 10 294 0 0 0 0 0 1 15 0 9 0 28102043 888770560 24348 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1726/tid=1732] ppid=1724 vsize=867940 CPUtime=0.01
/proc/1726/task/1732/stat : 1732 (java) S 1724 1726 32171 0 -1 64 2 294 0 0 0 0 0 1 18 0 9 0 28102045 888770560 24348 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1726/tid=1733] ppid=1724 vsize=867940 CPUtime=0.25
/proc/1726/task/1733/stat : 1733 (java) S 1724 1726 32171 0 -1 64 722 294 0 0 24 0 0 1 15 0 9 0 28102045 888770560 24348 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1726/tid=1734] ppid=1724 vsize=867940 CPUtime=0.01
/proc/1726/task/1734/stat : 1734 (java) S 1724 1726 32171 0 -1 64 0 294 0 0 0 0 0 1 19 0 9 0 28102045 888770560 24348 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1726/tid=1735] ppid=1724 vsize=867940 CPUtime=0.01
/proc/1726/task/1735/stat : 1735 (java) S 1724 1726 32171 0 -1 64 4 294 0 0 0 0 0 1 15 0 9 0 28102045 888770560 24348 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 867940

[startup+2.50224 s]
/proc/loadavg: 2.34 2.10 1.96 3/90 1739
/proc/meminfo: memFree=1704648/2055920 swapFree=4192812/4192956
[pid=1726] ppid=1724 vsize=0 CPUtime=2.41
/proc/1726/stat : 1726 (java) Z 1724 1726 32171 0 -1 12 34742 294 1 0 224 16 0 1 16 0 2 0 28102040 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1726/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 2.50787
CPU time (s): 2.43863
CPU user time (s): 2.25166
CPU system time (s): 0.186971
CPU usage (%): 97.2389
Max. virtual memory (cumulated for all children) (KiB): 867940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.25166
system time used= 0.186971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35036
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= 1292
involuntary context switches= 1370

runsolver used 0.001999 second user time and 0.019996 second system time

The end

Launcher Data

Begin job on node80 at 2009-07-12 16:52:55
IDJOB=2096503
IDBENCH=56390
IDSOLVER=773
FILE ID=node80/2096503-1247410374
PBS_JOBID= 9510490
Free space on /tmp= 66364 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/modifiedRenault/normalized-renault-mod-20_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-2096503-1247410374/watcher-2096503-1247410374 -o /tmp/evaluation-result-2096503-1247410374/solver-2096503-1247410374 -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-2096503-1247410374.xml

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

MD5SUM BENCH= 6580558e87c97e689420a358054b0a86
RANDOM SEED=20606979

node80.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.285
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.285
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:       1792560 kB
Buffers:         36540 kB
Cached:         121696 kB
SwapCached:          0 kB
Active:         138092 kB
Inactive:        69760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1792560 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5272 kB
Writeback:           0 kB
Mapped:          70012 kB
Slab:            40712 kB
Committed_AS:  1016816 kB
PageTables:       1864 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= 66364 MiB
End job on node80 at 2009-07-12 16:52:57