Trace number 2093776

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 ESACSAT 1.9527 1.98016

DiagnosticValue
CHECKS2760210
NODES631

General information on the benchmark

Namecsp/costasArray/
normalized-costasArray-14.xml
MD5SUMb4df73a864ad6339175f39fc07813513
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.195969
Satisfiable
(Un)Satisfiability was proved
Number of variables102
Number of constraints101
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension0
Number of constraints which are defined in intension89
Global constraints used (with number of constraints)alldifferent(12)

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=esac.xml
0.18/0.27	   
0.18/0.27	   instance
0.18/0.27	     name=HOME/instance-2093776-1247401847.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.32	   
0.29/0.32	   variables being loaded...
0.29/0.36	     nbVariables=102  nbDomainTypes=2  minDomainSize=14  maxDomainSize=26  nbTotalValues=2484
0.29/0.36	       =>  wckTime=0.119  cpuTime=0.1  mem=7M892
0.29/0.36	   
0.29/0.36	   predicates being loaded...
0.38/0.42	   
0.38/0.42	   constraints being loaded...
0.49/0.57	     nbConstraints=101  nbGlobalConstraints=12  nbConflictsStructures=1  nbSharedConflictsStructures=87
0.49/0.57	     nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=0  nbEvaluationManagers=2
0.49/0.57	     nbSharedEvaluationManagers=87  minDegree=2  maxDegree=14  minArity=3  avgArity=3.66  maxArity=14  nbGenerators=0
0.49/0.57	     nbFusions=0  symmetryWckTime=0.053  symmetryCpuTime=0.02
0.49/0.57	       =>  wckTime=0.331  cpuTime=0.24  mem=14M784
0.58/0.62	   
0.58/0.62	   solver IterativeSystematicSolver being built... 
0.68/0.70	   
0.68/0.70	   INFO : Forward propagation technique limited 
0.68/0.78	       =>  wckTime=0.539  cpuTime=0.37  mem=21M851
1.08/1.15	   
1.08/1.15	   preprocessing
1.08/1.15	     nbConstraintChecks=987987  nbValidityChecks=127666  nbPropagations=4773  nbRevisions=12352  nbUselessRevisions=7624
1.08/1.15	     nbSingletonTests=118  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
1.08/1.15	     detectedInconsistency=no
1.08/1.15	       =>  wckTime=0.371  cpuTime=0.32  mem=21M851
1.57/1.67	   
1.57/1.67	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=22M828)
1.87/1.96	   
1.87/1.96	   search
1.87/1.96	     run=6  nbConstraintChecks=1772224  nbValidityChecks=460369  minDepth=5  maxDepth=102  nbPropagations=127759
1.87/1.96	     nbRevisions=313342  nbUselessRevisions=149012  nbAssignments=631  nbFailedAssignments=243  nbBacktracks=234
1.87/1.96	     nbVisitedNodes=1027  nbRestartNogoods=34  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=2.81
1.87/1.96	     nbIEliminables=91.74  nbDEliminables=0  nbPEliminables=0
1.87/1.96	       =>  wckTime=1.175  cpuTime=1.09  mem=22M828
1.87/1.96	   
1.87/1.96	   global
1.87/1.96	     nbConstraintChecks=2760211  nbValidityChecks=588035  nbPropagations=132532  nbRevisions=325694
1.87/1.96	     nbUselessRevisions=156636  nbRestartNogoods=34  solvingWckTime=1.178  solvingCpuTime=1.09  expiredTime=no
1.87/1.96	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=1.46  globalCpuTime=1.49
1.87/1.96	       =>  wckTime=1.718  cpuTime=1.46  mem=22M828
1.87/1.96	   
1.87/1.96	s SATISFIABLE
1.87/1.96	v 12 7 8 1 5 2 10 4 14 3 6 11 13 9 5 -1 7 -4 3 -8 6 -10 11 -3 -5 -2 4 4 6 3 -1 -5 -2 -4 1 8 -8 -7 2 11 2 6 -9 1 -12 7 -2 3 -10 -3 7 5 -2 -3 -9 -1 4 -7 1 -6 10 -3 4 -13 2 -4 -1 -9 5 2 3 -6 -2 -1 -9 -3 -5 8 -7 5 -5 -6 -11 1 -2 4 2 -10 -8 -7 9 1 -3 -12 -4 6 -4 -5 -8 1 -6 -1 
1.87/1.96	d NODES 631
1.87/1.96	d CHECKS 2760211
1.87/1.96	   
1.87/1.96	   totalWckTime=1.784  totalCpuTime=1.5

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-2093776-1247401847/watcher-2093776-1247401847 -o /tmp/evaluation-result-2093776-1247401847/solver-2093776-1247401847 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2093776-1247401847.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.00 1.81 1.07 4/80 29025
/proc/meminfo: memFree=1791128/2055920 swapFree=4192812/4192956
[pid=29025] ppid=29023 vsize=152 CPUtime=0
/proc/29025/stat : 29025 (java) R 29023 29025 28469 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 27247312 155648 26 996147200 134512640 134550932 4294955968 18446744073709551615 7205668 0 0 4096 0 0 0 0 17 0 0 0
/proc/29025/statm: 50 33 26 9 0 4 0

[startup+0.0920589 s]
/proc/loadavg: 2.00 1.81 1.07 4/80 29025
/proc/meminfo: memFree=1791128/2055920 swapFree=4192812/4192956
[pid=29025] ppid=29023 vsize=865980 CPUtime=0.07
/proc/29025/stat : 29025 (java) S 29023 29025 28469 0 -1 0 3730 0 1 0 6 1 0 0 18 0 9 0 27247312 886763520 3198 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29025/statm: 216495 3198 1700 9 0 210980 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865980

[startup+0.101061 s]
/proc/loadavg: 2.00 1.81 1.07 4/80 29025
/proc/meminfo: memFree=1791128/2055920 swapFree=4192812/4192956
[pid=29025] ppid=29023 vsize=865980 CPUtime=0.09
/proc/29025/stat : 29025 (java) S 29023 29025 28469 0 -1 0 3803 0 1 0 7 2 0 0 18 0 9 0 27247312 886763520 3254 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29025/statm: 216495 3254 1718 9 0 210980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.301087 s]
/proc/loadavg: 2.00 1.81 1.07 4/80 29025
/proc/meminfo: memFree=1791128/2055920 swapFree=4192812/4192956
[pid=29025] ppid=29023 vsize=866380 CPUtime=0.29
/proc/29025/stat : 29025 (java) S 29023 29025 28469 0 -1 0 6082 0 1 0 26 3 0 0 18 0 9 0 27247312 887173120 5448 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29025/statm: 216595 5448 1986 9 0 211053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.701148 s]
/proc/loadavg: 2.00 1.81 1.07 4/80 29025
/proc/meminfo: memFree=1791128/2055920 swapFree=4192812/4192956
[pid=29025] ppid=29023 vsize=867044 CPUtime=0.68
/proc/29025/stat : 29025 (java) S 29023 29025 28469 0 -1 0 12585 276 1 0 62 6 0 0 18 0 9 0 27247312 887853056 8393 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29025/statm: 216761 8393 2652 9 0 211197 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867044

[startup+1.50225 s]
/proc/loadavg: 2.00 1.81 1.07 3/89 29038
/proc/meminfo: memFree=1759248/2055920 swapFree=4192812/4192956
[pid=29025] ppid=29023 vsize=867044 CPUtime=1.47
/proc/29025/stat : 29025 (java) S 29023 29025 28469 0 -1 0 16022 276 1 0 140 7 0 0 18 0 9 0 27247312 887853056 10836 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29025/statm: 216761 10836 2656 9 0 211197 0
[pid=29025/tid=29027] ppid=29023 vsize=867044 CPUtime=1.19
/proc/29025/task/29027/stat : 29027 (java) R 29023 29025 28469 0 -1 64 12278 276 1 0 115 4 0 0 25 0 9 0 27247313 887853056 10836 996147200 134512640 134550932 4294955968 18446744073709551615 4126811039 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29025/tid=29028] ppid=29023 vsize=867044 CPUtime=0.03
/proc/29025/task/29028/stat : 29028 (java) S 29023 29025 28469 0 -1 64 2339 276 0 0 3 0 0 0 17 0 9 0 27247314 887853056 10836 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29025/tid=29029] ppid=29023 vsize=867044 CPUtime=0
/proc/29025/task/29029/stat : 29029 (java) S 29023 29025 28469 0 -1 64 16 276 0 0 0 0 0 0 16 0 9 0 27247314 887853056 10836 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29025/tid=29030] ppid=29023 vsize=867044 CPUtime=0
/proc/29025/task/29030/stat : 29030 (java) S 29023 29025 28469 0 -1 64 11 276 0 0 0 0 0 0 16 0 9 0 27247314 887853056 10836 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29025/tid=29031] ppid=29023 vsize=867044 CPUtime=0
/proc/29025/task/29031/stat : 29031 (java) S 29023 29025 28469 0 -1 64 2 276 0 0 0 0 0 0 24 0 9 0 27247316 887853056 10836 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29025/tid=29032] ppid=29023 vsize=867044 CPUtime=0.21
/proc/29025/task/29032/stat : 29032 (java) S 29023 29025 28469 0 -1 64 566 276 0 0 20 1 0 0 15 0 9 0 27247316 887853056 10836 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29025/tid=29033] ppid=29023 vsize=867044 CPUtime=0
/proc/29025/task/29033/stat : 29033 (java) S 29023 29025 28469 0 -1 64 1 276 0 0 0 0 0 0 25 0 9 0 27247316 887853056 10836 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29025/tid=29034] ppid=29023 vsize=867044 CPUtime=0
/proc/29025/task/29034/stat : 29034 (java) S 29023 29025 28469 0 -1 64 5 276 0 0 0 0 0 0 15 0 9 0 27247316 887853056 10836 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867044

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

[startup+1.9023 s]
/proc/loadavg: 2.00 1.81 1.07 3/89 29038
/proc/meminfo: memFree=1759248/2055920 swapFree=4192812/4192956
[pid=29025] ppid=29023 vsize=867044 CPUtime=1.87
/proc/29025/stat : 29025 (java) S 29023 29025 28469 0 -1 0 16033 276 1 0 180 7 0 0 18 0 9 0 27247312 887853056 10846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29025/statm: 216761 10846 2656 9 0 211197 0
[pid=29025/tid=29027] ppid=29023 vsize=867044 CPUtime=1.59
/proc/29025/task/29027/stat : 29027 (java) R 29023 29025 28469 0 -1 64 12283 276 1 0 155 4 0 0 25 0 9 0 27247313 887853056 10846 996147200 134512640 134550932 4294955968 18446744073709551615 4126655196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29025/tid=29028] ppid=29023 vsize=867044 CPUtime=0.03
/proc/29025/task/29028/stat : 29028 (java) S 29023 29025 28469 0 -1 64 2339 276 0 0 3 0 0 0 17 0 9 0 27247314 887853056 10846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29025/tid=29029] ppid=29023 vsize=867044 CPUtime=0
/proc/29025/task/29029/stat : 29029 (java) S 29023 29025 28469 0 -1 64 16 276 0 0 0 0 0 0 16 0 9 0 27247314 887853056 10846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29025/tid=29030] ppid=29023 vsize=867044 CPUtime=0
/proc/29025/task/29030/stat : 29030 (java) S 29023 29025 28469 0 -1 64 11 276 0 0 0 0 0 0 16 0 9 0 27247314 887853056 10846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29025/tid=29031] ppid=29023 vsize=867044 CPUtime=0
/proc/29025/task/29031/stat : 29031 (java) S 29023 29025 28469 0 -1 64 2 276 0 0 0 0 0 0 24 0 9 0 27247316 887853056 10846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29025/tid=29032] ppid=29023 vsize=867044 CPUtime=0.21
/proc/29025/task/29032/stat : 29032 (java) S 29023 29025 28469 0 -1 64 572 276 0 0 20 1 0 0 15 0 9 0 27247316 887853056 10846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29025/tid=29033] ppid=29023 vsize=867044 CPUtime=0
/proc/29025/task/29033/stat : 29033 (java) S 29023 29025 28469 0 -1 64 1 276 0 0 0 0 0 0 25 0 9 0 27247316 887853056 10846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29025/tid=29034] ppid=29023 vsize=867044 CPUtime=0
/proc/29025/task/29034/stat : 29034 (java) S 29023 29025 28469 0 -1 64 5 276 0 0 0 0 0 0 15 0 9 0 27247316 887853056 10846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 867044

Child status: 0
Real time (s): 1.98016
CPU time (s): 1.9527
CPU user time (s): 1.86572
CPU system time (s): 0.086986
CPU usage (%): 98.6133
Max. virtual memory (cumulated for all children) (KiB): 867044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.86572
system time used= 0.086986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16440
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= 1128
involuntary context switches= 1214

runsolver used 0.002999 second user time and 0.015997 second system time

The end

Launcher Data

Begin job on node71 at 2009-07-12 14:30:47
IDJOB=2093776
IDBENCH=53786
IDSOLVER=774
FILE ID=node71/2093776-1247401847
PBS_JOBID= 9510505
Free space on /tmp= 66396 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/costasArray/normalized-costasArray-14.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2093776-1247401847/watcher-2093776-1247401847 -o /tmp/evaluation-result-2093776-1247401847/solver-2093776-1247401847 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2093776-1247401847.xml

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

MD5SUM BENCH= b4df73a864ad6339175f39fc07813513
RANDOM SEED=1517986512

node71.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.222
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.222
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:       1791608 kB
Buffers:         35964 kB
Cached:         124176 kB
SwapCached:          0 kB
Active:         136140 kB
Inactive:        74036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1791608 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2184 kB
Writeback:           0 kB
Mapped:          70472 kB
Slab:            39328 kB
Committed_AS:  1013032 kB
PageTables:       1936 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= 66396 MiB
End job on node71 at 2009-07-12 14:30:49