Trace number 2095144

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 3.70744 3.75815

DiagnosticValue
CHECKS264556
NODES200

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-15-02.xml
MD5SUM34f8f9ca1f38b368c9dd00a07f3db154
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.609906
Satisfiable
(Un)Satisfiability was proved
Number of variables191
Number of constraints944
Maximum constraint arity30
Maximum domain size26
Number of constraints which are defined in extension80
Number of constraints which are defined in intension864
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=esac.xml
0.18/0.27	   
0.18/0.27	   instance
0.18/0.27	     name=HOME/instance-2095144-1247406644.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.37	     nbVariables=191  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=4966
0.29/0.37	       =>  wckTime=0.131  cpuTime=0.11  mem=8M867
0.29/0.37	   
0.29/0.37	   relations being loaded...
0.58/0.65	   
0.58/0.65	   predicates being loaded...
0.69/0.71	   
0.69/0.71	   constraints being loaded...
0.89/0.96	   Too large in ConstraintConflictsSTructure
0.99/1.04	   Too large in ConstraintConflictsSTructure
0.99/1.08	   Too large in ConstraintConflictsSTructure
1.67/1.74	     nbConstraints=944  nbRelationTypes=7  nbGlobalConstraints=80  nbExtensionStructures=7
1.67/1.74	     nbSharedExtensionStructures=73  nbConflictsStructures=4  nbSharedConflictsStructures=68
1.67/1.74	     nbUnbuiltConflictsStructures=11  nbSharedBinaryRepresentations=0  nbEvaluationManagers=8
1.67/1.74	     nbSharedEvaluationManagers=856  minDegree=4  maxDegree=70  minArity=3  avgArity=7.74  maxArity=30  nbGenerators=0
1.67/1.74	     nbFusions=0  symmetryWckTime=0.182  symmetryCpuTime=0.1
1.67/1.74	       =>  wckTime=1.499  cpuTime=1.22  mem=54M962
1.77/1.87	   
1.77/1.87	   solver IterativeSystematicSolver being built... 
1.97/2.03	   
1.97/2.03	   INFO : Forward propagation technique limited 
2.07/2.11	       =>  wckTime=1.869  cpuTime=1.43  mem=61M168
2.96/3.09	   
3.06/3.12	   preprocessing
3.06/3.12	     nbConstraintChecks=103087  nbValidityChecks=9603657  nbPropagations=2422  nbRevisions=9520  nbUselessRevisions=9507
3.06/3.12	     nbSingletonTests=209  nbEffectiveSingletonTests=0  nbACRemovals=80  nbFoundSingletons=0  nbRemovedValues=80
3.06/3.12	     detectedInconsistency=no
3.06/3.12	       =>  wckTime=0.98  cpuTime=0.92  mem=62M111
3.65/3.71	   
3.65/3.71	   search
3.65/3.71	     run=0  nbConstraintChecks=161469  nbValidityChecks=3153401  minDepth=32  maxDepth=191  nbPropagations=3733
3.65/3.71	     nbRevisions=36817  nbUselessRevisions=36790  nbAssignments=200  nbFailedAssignments=6  nbBacktracks=3
3.65/3.71	     nbVisitedNodes=209  nbRestartNogoods=0  nbFoundSolutions=1  mapSize=2  nbInferences=0  nbTooLargeKeys=0
3.65/3.71	     nbSEliminables=0  nbREliminables=43.96  nbIEliminables=96.94  nbDEliminables=0  nbPEliminables=0
3.65/3.71	       =>  wckTime=1.6  cpuTime=1.5  mem=63M38
3.65/3.71	   
3.65/3.71	   global
3.65/3.72	     nbConstraintChecks=264556  nbValidityChecks=12757058  nbPropagations=6155  nbRevisions=46337
3.65/3.72	     nbUselessRevisions=46297  nbRestartNogoods=0  solvingWckTime=1.602  solvingCpuTime=1.51  expiredTime=no
3.65/3.72	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=2.93  globalCpuTime=2.98
3.65/3.72	       =>  wckTime=3.475  cpuTime=2.94  mem=63M38
3.65/3.72	   
3.65/3.72	s SATISFIABLE
3.65/3.72	v 20 17 0 17 8 12 0 19 18 1 0 0 18 18 0 6 8 19 19 0 17 8 0 0 11 14 4 7 24 0 11 14 8 3 12 4 12 1 17 0 13 4 4 11 18 4 4 2 14 18 18 0 8 18 4 18 17 4 19 18 19 0 17 0 17 2 18 14 0 15 0 17 4 18 14 18 2 0 11 15 0 2 0 8 0 18 11 0 4 4 13 21 14 24 0 24 18 12 0 0 17 18 18 13 14 19 0 11 4 2 14 17 15 18 4 18 14 21 18 17 8 12 0 0 18 2 20 19 12 0 17 18 18 15 0 0 1 4 17 3 4 21 8 13 4 8 19 0 18 1 17 14 0 3 12 8 13 3 4 3 13 4 18 18 0 8 0 18 8 13 2 8 13 4 17 0 19 4 18 4 13 18 18 4 4 17 1 4 17 4 18 
3.65/3.72	d NODES 200
3.65/3.72	d CHECKS 264556
3.65/3.72	   
3.65/3.72	   totalWckTime=3.541  totalCpuTime=2.98

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-2095144-1247406644/watcher-2095144-1247406644 -o /tmp/evaluation-result-2095144-1247406644/solver-2095144-1247406644 -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-2095144-1247406644.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: 1.93 1.97 1.91 4/80 31380
/proc/meminfo: memFree=1784768/2055920 swapFree=4192812/4192956
[pid=31380] ppid=31378 vsize=200 CPUtime=0
/proc/31380/stat : 31380 (java) R 31378 31380 30868 0 -1 0 212 0 0 0 0 0 0 0 18 0 1 0 27731065 204800 33 996147200 134512640 134550932 4294955968 18446744073709551615 7484324 0 0 4096 0 0 0 0 17 0 0 0
/proc/31380/statm: 68 37 28 9 0 6 0

[startup+0.0193529 s]
/proc/loadavg: 1.93 1.97 1.91 4/80 31380
/proc/meminfo: memFree=1784768/2055920 swapFree=4192812/4192956
[pid=31380] ppid=31378 vsize=860640 CPUtime=0
/proc/31380/stat : 31380 (java) S 31378 31380 30868 0 -1 0 1514 0 1 0 0 0 0 0 18 0 2 0 27731065 881295360 1257 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/31380/statm: 215193 1260 495 9 0 210108 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 860640

[startup+0.10136 s]
/proc/loadavg: 1.93 1.97 1.91 4/80 31380
/proc/meminfo: memFree=1784768/2055920 swapFree=4192812/4192956
[pid=31380] ppid=31378 vsize=865980 CPUtime=0.09
/proc/31380/stat : 31380 (java) S 31378 31380 30868 0 -1 0 3804 0 1 0 7 2 0 0 18 0 9 0 27731065 886763520 3255 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31380/statm: 216495 3255 1718 9 0 210980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.30138 s]
/proc/loadavg: 1.93 1.97 1.91 4/80 31380
/proc/meminfo: memFree=1784768/2055920 swapFree=4192812/4192956
[pid=31380] ppid=31378 vsize=866380 CPUtime=0.29
/proc/31380/stat : 31380 (java) S 31378 31380 30868 0 -1 0 6089 0 1 0 26 3 0 0 18 0 9 0 27731065 887173120 5455 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31380/statm: 216595 5456 1987 9 0 211053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.701425 s]
/proc/loadavg: 1.93 1.97 1.91 4/80 31380
/proc/meminfo: memFree=1784768/2055920 swapFree=4192812/4192956
[pid=31380] ppid=31378 vsize=866708 CPUtime=0.69
/proc/31380/stat : 31380 (java) S 31378 31380 30868 0 -1 0 14539 0 1 0 62 7 0 0 18 0 9 0 27731065 887508992 13894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31380/statm: 216677 13894 2028 9 0 211113 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 866708

[startup+1.50251 s]
/proc/loadavg: 1.93 1.97 1.91 3/89 31389
/proc/meminfo: memFree=1718456/2055920 swapFree=4192812/4192956
[pid=31380] ppid=31378 vsize=867688 CPUtime=1.49
/proc/31380/stat : 31380 (java) S 31378 31380 30868 0 -1 0 19269 0 1 0 136 13 0 0 18 0 9 0 27731065 888512512 18596 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31380/statm: 216922 18596 2033 9 0 211380 0
[pid=31380/tid=31382] ppid=31378 vsize=867688 CPUtime=1.24
/proc/31380/task/31382/stat : 31382 (java) R 31378 31380 30868 0 -1 64 15833 0 1 0 113 11 0 0 25 0 9 0 27731066 888512512 18596 996147200 134512640 134550932 4294955968 18446744073709551615 102640440 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31380/tid=31383] ppid=31378 vsize=867688 CPUtime=0.02
/proc/31380/task/31383/stat : 31383 (java) S 31378 31380 30868 0 -1 64 2020 0 0 0 2 0 0 0 17 0 9 0 27731067 888512512 18596 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31380/tid=31384] ppid=31378 vsize=867688 CPUtime=0
/proc/31380/task/31384/stat : 31384 (java) S 31378 31380 30868 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27731067 888512512 18596 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31380/tid=31385] ppid=31378 vsize=867688 CPUtime=0
/proc/31380/task/31385/stat : 31385 (java) S 31378 31380 30868 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27731067 888512512 18596 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31380/tid=31386] ppid=31378 vsize=867688 CPUtime=0
/proc/31380/task/31386/stat : 31386 (java) S 31378 31380 30868 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 27731069 888512512 18596 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31380/tid=31387] ppid=31378 vsize=867688 CPUtime=0.19
/proc/31380/task/31387/stat : 31387 (java) S 31378 31380 30868 0 -1 64 715 0 0 0 19 0 0 0 15 0 9 0 27731069 888512512 18596 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31380/tid=31388] ppid=31378 vsize=867688 CPUtime=0
/proc/31380/task/31388/stat : 31388 (java) S 31378 31380 30868 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 27731069 888512512 18596 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31380/tid=31389] ppid=31378 vsize=867688 CPUtime=0
/proc/31380/task/31389/stat : 31389 (java) S 31378 31380 30868 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 27731069 888512512 18596 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 867688

[startup+3.10191 s]
/proc/loadavg: 1.93 1.97 1.91 4/91 31393
/proc/meminfo: memFree=1701152/2055920 swapFree=4192812/4192956
[pid=31380] ppid=31378 vsize=868216 CPUtime=3.06
/proc/31380/stat : 31380 (java) S 31378 31380 30868 0 -1 0 38310 432 1 0 284 18 3 1 18 0 9 0 27731065 889053184 23434 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31380/statm: 217054 23434 2661 9 0 211490 0
[pid=31380/tid=31382] ppid=31378 vsize=868216 CPUtime=2.57
/proc/31380/task/31382/stat : 31382 (java) R 31378 31380 30868 0 -1 64 23973 432 1 0 240 13 3 1 17 0 9 0 27731066 889053184 23434 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31380/tid=31383] ppid=31378 vsize=868216 CPUtime=0.18
/proc/31380/task/31383/stat : 31383 (java) S 31378 31380 30868 0 -1 64 12566 432 0 0 12 2 3 1 16 0 9 0 27731067 889053184 23434 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31380/tid=31384] ppid=31378 vsize=868216 CPUtime=0.04
/proc/31380/task/31384/stat : 31384 (java) S 31378 31380 30868 0 -1 64 20 432 0 0 0 0 3 1 16 0 9 0 27731067 889053184 23434 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31380/tid=31385] ppid=31378 vsize=868216 CPUtime=0.04
/proc/31380/task/31385/stat : 31385 (java) S 31378 31380 30868 0 -1 64 9 432 0 0 0 0 3 1 16 0 9 0 27731067 889053184 23434 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31380/tid=31386] ppid=31378 vsize=868216 CPUtime=0.04
/proc/31380/task/31386/stat : 31386 (java) S 31378 31380 30868 0 -1 64 2 432 0 0 0 0 3 1 24 0 9 0 27731069 889053184 23434 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31380/tid=31387] ppid=31378 vsize=868216 CPUtime=0.34
/proc/31380/task/31387/stat : 31387 (java) S 31378 31380 30868 0 -1 64 928 432 0 0 30 0 3 1 15 0 9 0 27731069 889053184 23434 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31380/tid=31388] ppid=31378 vsize=868216 CPUtime=0.04
/proc/31380/task/31388/stat : 31388 (java) S 31378 31380 30868 0 -1 64 0 432 0 0 0 0 3 1 25 0 9 0 27731069 889053184 23434 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31380/tid=31389] ppid=31378 vsize=868216 CPUtime=0.04
/proc/31380/task/31389/stat : 31389 (java) S 31378 31380 30868 0 -1 64 9 432 0 0 0 0 3 1 15 0 9 0 27731069 889053184 23434 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 868216

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

[startup+3.50173 s]
/proc/loadavg: 1.93 1.97 1.91 3/89 31393
/proc/meminfo: memFree=1701032/2055920 swapFree=4192812/4192956
[pid=31380] ppid=31378 vsize=868216 CPUtime=3.45
/proc/31380/stat : 31380 (java) S 31378 31380 30868 0 -1 0 38503 432 1 0 323 18 3 1 18 0 9 0 27731065 889053184 23445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31380/statm: 217054 23445 2661 9 0 211490 0
[pid=31380/tid=31382] ppid=31378 vsize=868216 CPUtime=2.94
/proc/31380/task/31382/stat : 31382 (java) R 31378 31380 30868 0 -1 64 24156 432 1 0 277 13 3 1 20 0 9 0 27731066 889053184 23445 996147200 134512640 134550932 4294955968 18446744073709551615 4127186300 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31380/tid=31383] ppid=31378 vsize=868216 CPUtime=0.18
/proc/31380/task/31383/stat : 31383 (java) S 31378 31380 30868 0 -1 64 12566 432 0 0 12 2 3 1 16 0 9 0 27731067 889053184 23445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31380/tid=31384] ppid=31378 vsize=868216 CPUtime=0.04
/proc/31380/task/31384/stat : 31384 (java) S 31378 31380 30868 0 -1 64 20 432 0 0 0 0 3 1 16 0 9 0 27731067 889053184 23445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31380/tid=31385] ppid=31378 vsize=868216 CPUtime=0.04
/proc/31380/task/31385/stat : 31385 (java) S 31378 31380 30868 0 -1 64 9 432 0 0 0 0 3 1 16 0 9 0 27731067 889053184 23445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31380/tid=31386] ppid=31378 vsize=868216 CPUtime=0.04
/proc/31380/task/31386/stat : 31386 (java) S 31378 31380 30868 0 -1 64 2 432 0 0 0 0 3 1 24 0 9 0 27731069 889053184 23445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31380/tid=31387] ppid=31378 vsize=868216 CPUtime=0.36
/proc/31380/task/31387/stat : 31387 (java) S 31378 31380 30868 0 -1 64 938 432 0 0 32 0 3 1 15 0 9 0 27731069 889053184 23445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31380/tid=31388] ppid=31378 vsize=868216 CPUtime=0.04
/proc/31380/task/31388/stat : 31388 (java) S 31378 31380 30868 0 -1 64 0 432 0 0 0 0 3 1 25 0 9 0 27731069 889053184 23445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31380/tid=31389] ppid=31378 vsize=868216 CPUtime=0.04
/proc/31380/task/31389/stat : 31389 (java) S 31378 31380 30868 0 -1 64 9 432 0 0 0 0 3 1 15 0 9 0 27731069 889053184 23445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 868216

[startup+3.70175 s]
/proc/loadavg: 1.93 1.97 1.91 3/89 31393
/proc/meminfo: memFree=1701032/2055920 swapFree=4192812/4192956
[pid=31380] ppid=31378 vsize=868216 CPUtime=3.65
/proc/31380/stat : 31380 (java) S 31378 31380 30868 0 -1 0 38513 432 1 0 343 18 3 1 18 0 9 0 27731065 889053184 23445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31380/statm: 217054 23445 2661 9 0 211490 0
[pid=31380/tid=31382] ppid=31378 vsize=868216 CPUtime=3.14
/proc/31380/task/31382/stat : 31382 (java) R 31378 31380 30868 0 -1 64 24166 432 1 0 297 13 3 1 22 0 9 0 27731066 889053184 23445 996147200 134512640 134550932 4294955968 18446744073709551615 4127325408 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31380/tid=31383] ppid=31378 vsize=868216 CPUtime=0.18
/proc/31380/task/31383/stat : 31383 (java) S 31378 31380 30868 0 -1 64 12566 432 0 0 12 2 3 1 16 0 9 0 27731067 889053184 23445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31380/tid=31384] ppid=31378 vsize=868216 CPUtime=0.04
/proc/31380/task/31384/stat : 31384 (java) S 31378 31380 30868 0 -1 64 20 432 0 0 0 0 3 1 16 0 9 0 27731067 889053184 23445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31380/tid=31385] ppid=31378 vsize=868216 CPUtime=0.04
/proc/31380/task/31385/stat : 31385 (java) S 31378 31380 30868 0 -1 64 9 432 0 0 0 0 3 1 16 0 9 0 27731067 889053184 23445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31380/tid=31386] ppid=31378 vsize=868216 CPUtime=0.04
/proc/31380/task/31386/stat : 31386 (java) S 31378 31380 30868 0 -1 64 2 432 0 0 0 0 3 1 24 0 9 0 27731069 889053184 23445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31380/tid=31387] ppid=31378 vsize=868216 CPUtime=0.36
/proc/31380/task/31387/stat : 31387 (java) S 31378 31380 30868 0 -1 64 938 432 0 0 32 0 3 1 15 0 9 0 27731069 889053184 23445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31380/tid=31388] ppid=31378 vsize=868216 CPUtime=0.04
/proc/31380/task/31388/stat : 31388 (java) S 31378 31380 30868 0 -1 64 0 432 0 0 0 0 3 1 25 0 9 0 27731069 889053184 23445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31380/tid=31389] ppid=31378 vsize=868216 CPUtime=0.04
/proc/31380/task/31389/stat : 31389 (java) S 31378 31380 30868 0 -1 64 9 432 0 0 0 0 3 1 15 0 9 0 27731069 889053184 23445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 868216

Child status: 0
Real time (s): 3.75815
CPU time (s): 3.70744
CPU user time (s): 3.49247
CPU system time (s): 0.214967
CPU usage (%): 98.6507
Max. virtual memory (cumulated for all children) (KiB): 868260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.49247
system time used= 0.214967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39075
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= 1499
involuntary context switches= 1579

runsolver used 0.008998 second user time and 0.017997 second system time

The end

Launcher Data

Begin job on node19 at 2009-07-12 15:50:44
IDJOB=2095144
IDBENCH=54914
IDSOLVER=774
FILE ID=node19/2095144-1247406644
PBS_JOBID= 9510606
Free space on /tmp= 66428 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/ukHerald/normalized-crossword-m1-uk-15-02.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-2095144-1247406644/watcher-2095144-1247406644 -o /tmp/evaluation-result-2095144-1247406644/solver-2095144-1247406644 -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-2095144-1247406644.xml

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

MD5SUM BENCH= 34f8f9ca1f38b368c9dd00a07f3db154
RANDOM SEED=665618793

node19.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.211
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.211
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:       1785248 kB
Buffers:         31816 kB
Cached:         111732 kB
SwapCached:          0 kB
Active:         156912 kB
Inactive:        57664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1785248 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4272 kB
Writeback:           0 kB
Mapped:          91496 kB
Slab:            41128 kB
Committed_AS:  1007088 kB
PageTables:       2000 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= 66428 MiB
End job on node19 at 2009-07-12 15:50:48