Trace number 1076818

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 5.71413 5.79837

DiagnosticValue
CHECKS613531
NODES469

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-21-08.xml
MD5SUM732fd222b42b1b48209bcbd3b606cfba
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.627904
Satisfiable
(Un)Satisfiability was proved
Number of variables365
Number of constraints3584
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension150
Number of constraints which are defined in intension3434
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=mac.xml
0.27/0.31	   
0.27/0.31	   instance
0.27/0.31	     name=HOME/instance-1076818-1215190244.xml
0.27/0.35	   
0.27/0.35	   domains being loaded...
0.27/0.36	   
0.27/0.36	   variables being loaded...
0.38/0.45	     nbVariables=365  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=9490
0.38/0.45	       =>  wckTime=0.209  cpuTime=0.17  mem=8M894
0.38/0.45	   
0.38/0.45	   relations being loaded...
0.58/0.60	   
0.58/0.60	   predicates being loaded...
0.58/0.67	   
0.58/0.67	   constraints being loaded...
1.27/1.34	   Too large in ConstraintConflictsSTructure
1.27/1.36	   Too large in ConstraintConflictsSTructure
2.94/3.07	     nbConstraints=3584  nbRelationTypes=6  nbGlobalConstraints=150  nbExtensionStructures=6
2.94/3.07	     nbSharedExtensionStructures=144  nbConflictsStructures=4  nbSharedConflictsStructures=134
2.94/3.07	     nbUnbuiltConflictsStructures=9  nbSharedBinaryRepresentations=0  nbEvaluationManagers=7
2.94/3.07	     nbSharedEvaluationManagers=3427  minDegree=16  maxDegree=120  minArity=3  avgArity=9.01  maxArity=18
2.94/3.07	     nbGenerators=0  nbFusions=0  symmetryWckTime=0.495  symmetryCpuTime=0.25
2.94/3.07	       =>  wckTime=2.833  cpuTime=2.19  mem=65M401
3.14/3.24	   
3.14/3.24	   solver IterativeSystematicSolver being built... 
3.63/3.78	   
3.63/3.78	   INFO : Forward propagation technique limited 
3.74/3.85	       =>  wckTime=3.616  cpuTime=2.58  mem=96M670
3.93/4.05	   
3.93/4.05	   preprocessing
3.93/4.05	     nbConstraintChecks=0  nbValidityChecks=1066496  nbPropagations=404  nbRevisions=0  nbUselessRevisions=0
3.93/4.05	     nbRemovedValues=332  detectedInconsistency=no
3.93/4.05	       =>  wckTime=0.188  cpuTime=0.17  mem=98M639
5.61/5.75	   
5.61/5.75	   search
5.61/5.75	     run=1  nbConstraintChecks=613531  nbValidityChecks=4630359  minDepth=63  maxDepth=365  nbPropagations=4930
5.61/5.75	     nbRevisions=125575  nbUselessRevisions=125561  nbAssignments=469  nbFailedAssignments=23  nbBacktracks=1
5.61/5.75	     nbVisitedNodes=494  nbRestartNogoods=10  nbFoundSolutions=1  mapSize=1  nbInferences=0  nbTooLargeKeys=0
5.61/5.75	     nbSEliminables=0  nbREliminables=65.78  nbIEliminables=222.03  nbDEliminables=0  nbPEliminables=0
5.61/5.75	       =>  wckTime=1.893  cpuTime=1.81  mem=100M673
5.61/5.75	   
5.61/5.75	   global
5.61/5.75	     nbConstraintChecks=613531  nbValidityChecks=5696855  nbPropagations=5334  nbRevisions=125575
5.61/5.75	     nbUselessRevisions=125561  nbRestartNogoods=10  solvingWckTime=1.895  solvingCpuTime=1.81  expiredTime=no
5.61/5.75	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=4.37  globalCpuTime=4.44
5.61/5.75	       =>  wckTime=5.516  cpuTime=4.39  mem=100M673
5.61/5.75	   
5.61/5.75	s SATISFIABLE
5.61/5.75	v 3 0 12 18 7 0 17 4 12 18 4 22 4 3 12 4 19 0 0 1 4 19 0 11 14 13 4 15 0 14 11 8 4 23 0 12 3 14 4 17 17 14 0 3 18 0 19 14 12 18 3 8 17 4 4 18 19 4 4 12 4 3 18 0 19 4 18 1 7 20 19 0 13 0 24 4 18 2 0 6 4 17 7 0 0 18 18 12 14 10 4 3 18 0 6 4 18 15 8 13 13 0 2 11 4 15 0 17 4 18 2 17 4 4 18 0 13 3 18 7 0 18 0 17 8 3 18 7 14 4 18 18 7 8 4 18 1 0 17 19 17 8 14 1 0 8 19 18 18 19 0 13 18 1 0 17 6 4 2 14 13 5 11 8 2 19 18 7 0 12 18 15 20 11 18 4 18 17 8 13 10 15 0 13 1 0 17 18 0 2 2 4 13 19 18 4 0 12 0 5 17 8 10 0 0 13 18 11 14 17 4 13 2 7 17 8 18 25 0 8 17 4 22 4 19 8 1 8 18 2 0 8 17 13 19 0 11 4 18 22 0 17 4 4 17 4 2 14 8 13 18 1 0 11 11 2 0 17 21 4 13 0 17 1 14 13 13 4 19 0 23 4 18 2 14 17 3 4 3 17 0 2 4 2 8 11 8 0 1 14 4 17 0 22 7 8 11 4 0 25 19 4 2 12 0 13 3 8 1 11 4 11 14 0 3 17 4 1 4 11 0 12 0 18 18 14 17 0 11 1 14 13 4 19 17 20 2 4 1 0 13 19 20 17 0 13 10 0 3 3 18 14 0 19 7 18 18 19 4 4 11 18 4 4 18 
5.61/5.75	d NODES 469
5.61/5.75	d CHECKS 613531
5.61/5.76	   
5.61/5.76	   totalWckTime=5.571  totalCpuTime=4.44

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1076818-1215190244/watcher-1076818-1215190244 -o /tmp/evaluation-result-1076818-1215190244/solver-1076818-1215190244 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1076818-1215190244.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): 2200 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
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.97 2.00 1.99 4/72 22642
/proc/meminfo: memFree=1707816/2055920 swapFree=4180052/4192956
[pid=22642] ppid=22640 vsize=18572 CPUtime=0
/proc/22642/stat : 22642 (runsolver) R 22640 22642 21901 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 1997999623 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 244671114535 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/22642/statm: 4643 292 257 25 0 2626 0

[startup+0.0699501 s]
/proc/loadavg: 1.97 2.00 1.99 4/72 22642
/proc/meminfo: memFree=1707816/2055920 swapFree=4180052/4192956
[pid=22642] ppid=22640 vsize=864076 CPUtime=0.04
/proc/22642/stat : 22642 (java) S 22640 22642 21901 0 -1 0 2801 0 1 0 3 1 0 0 18 0 9 0 1997999623 884813824 2339 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22642/statm: 216019 2339 1120 9 0 210976 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 864076

[startup+0.101953 s]
/proc/loadavg: 1.97 2.00 1.99 4/72 22642
/proc/meminfo: memFree=1707816/2055920 swapFree=4180052/4192956
[pid=22642] ppid=22640 vsize=865884 CPUtime=0.08
/proc/22642/stat : 22642 (java) S 22640 22642 21901 0 -1 0 3708 0 1 0 6 2 0 0 18 0 9 0 1997999623 886665216 3174 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22642/statm: 216471 3174 1683 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301976 s]
/proc/loadavg: 1.97 2.00 1.99 4/72 22642
/proc/meminfo: memFree=1707816/2055920 swapFree=4180052/4192956
[pid=22642] ppid=22640 vsize=866196 CPUtime=0.27
/proc/22642/stat : 22642 (java) S 22640 22642 21901 0 -1 0 5621 0 1 0 24 3 0 0 18 0 9 0 1997999623 886984704 5035 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22642/statm: 216549 5035 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866196

[startup+0.702016 s]
/proc/loadavg: 1.97 2.00 1.99 4/72 22642
/proc/meminfo: memFree=1707816/2055920 swapFree=4180052/4192956
[pid=22642] ppid=22640 vsize=867100 CPUtime=0.68
/proc/22642/stat : 22642 (java) S 22640 22642 21901 0 -1 0 9447 0 1 0 62 6 0 0 18 0 9 0 1997999623 887910400 8807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22642/statm: 216775 8807 2008 9 0 211281 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867100

[startup+1.5011 s]
/proc/loadavg: 2.06 2.02 2.00 3/81 22651
/proc/meminfo: memFree=1666784/2055920 swapFree=4180052/4192956
[pid=22642] ppid=22640 vsize=867600 CPUtime=1.46
/proc/22642/stat : 22642 (java) S 22640 22642 21901 0 -1 0 18489 0 1 0 135 11 0 0 18 0 9 0 1997999623 888422400 17822 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22642/statm: 216900 17822 2007 9 0 211428 0
[pid=22642/tid=22644] ppid=22640 vsize=867600 CPUtime=1.19
/proc/22642/task/22644/stat : 22644 (java) R 22640 22642 21901 0 -1 64 15783 0 1 0 109 10 0 0 25 0 9 0 1997999625 888422400 17822 996147200 134512640 134550740 4294955968 18446744073709551615 102888912 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22642/tid=22645] ppid=22640 vsize=867600 CPUtime=0.04
/proc/22642/task/22645/stat : 22645 (java) S 22640 22642 21901 0 -1 64 1306 0 0 0 4 0 0 0 16 0 9 0 1997999626 888422400 17822 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22642/tid=22646] ppid=22640 vsize=867600 CPUtime=0
/proc/22642/task/22646/stat : 22646 (java) S 22640 22642 21901 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1997999627 888422400 17822 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22642/tid=22647] ppid=22640 vsize=867600 CPUtime=0
/proc/22642/task/22647/stat : 22647 (java) S 22640 22642 21901 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1997999627 888422400 17822 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22642/tid=22648] ppid=22640 vsize=867600 CPUtime=0
/proc/22642/task/22648/stat : 22648 (java) S 22640 22642 21901 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997999629 888422400 17822 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22642/tid=22649] ppid=22640 vsize=867600 CPUtime=0.22
/proc/22642/task/22649/stat : 22649 (java) S 22640 22642 21901 0 -1 64 703 0 0 0 22 0 0 0 16 0 9 0 1997999629 888422400 17822 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22642/tid=22650] ppid=22640 vsize=867600 CPUtime=0
/proc/22642/task/22650/stat : 22650 (java) S 22640 22642 21901 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997999629 888422400 17822 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22642/tid=22651] ppid=22640 vsize=867600 CPUtime=0
/proc/22642/task/22651/stat : 22651 (java) S 22640 22642 21901 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997999629 888422400 17822 996147200 134512640 134550740 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) 867600

[startup+3.10227 s]
/proc/loadavg: 2.06 2.02 2.00 4/81 22651
/proc/meminfo: memFree=1631200/2055920 swapFree=4180052/4192956
[pid=22642] ppid=22640 vsize=868076 CPUtime=3.04
/proc/22642/stat : 22642 (java) S 22640 22642 21901 0 -1 0 30408 859 1 0 254 30 18 2 18 0 9 0 1997999623 888909824 22333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22642/statm: 217019 22333 2063 9 0 211547 0
[pid=22642/tid=22644] ppid=22640 vsize=868076 CPUtime=2.59
/proc/22642/task/22644/stat : 22644 (java) R 22640 22642 21901 0 -1 64 17371 859 1 0 215 24 18 2 23 0 9 0 1997999625 888909824 22333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22642/tid=22645] ppid=22640 vsize=868076 CPUtime=0.34
/proc/22642/task/22645/stat : 22645 (java) R 22640 22642 21901 0 -1 64 11359 859 0 0 12 2 18 2 17 0 9 0 1997999626 888909824 22333 996147200 134512640 134550740 4294955968 18446744073709551615 102721928 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22642/tid=22646] ppid=22640 vsize=868076 CPUtime=0.2
/proc/22642/task/22646/stat : 22646 (java) S 22640 22642 21901 0 -1 64 13 859 0 0 0 0 18 2 16 0 9 0 1997999627 888909824 22333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22642/tid=22647] ppid=22640 vsize=868076 CPUtime=0.2
/proc/22642/task/22647/stat : 22647 (java) S 22640 22642 21901 0 -1 64 5 859 0 0 0 0 18 2 16 0 9 0 1997999627 888909824 22333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22642/tid=22648] ppid=22640 vsize=868076 CPUtime=0.2
/proc/22642/task/22648/stat : 22648 (java) S 22640 22642 21901 0 -1 64 0 859 0 0 0 0 18 2 18 0 9 0 1997999629 888909824 22333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22642/tid=22649] ppid=22640 vsize=868076 CPUtime=0.46
/proc/22642/task/22649/stat : 22649 (java) S 22640 22642 21901 0 -1 64 843 859 0 0 26 0 18 2 15 0 9 0 1997999629 888909824 22333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22642/tid=22650] ppid=22640 vsize=868076 CPUtime=0.2
/proc/22642/task/22650/stat : 22650 (java) S 22640 22642 21901 0 -1 64 2 859 0 0 0 0 18 2 19 0 9 0 1997999629 888909824 22333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22642/tid=22651] ppid=22640 vsize=868076 CPUtime=0.2
/proc/22642/task/22651/stat : 22651 (java) S 22640 22642 21901 0 -1 64 9 859 0 0 0 0 18 2 15 0 9 0 1997999629 888909824 22333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 868076

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

[startup+4.70244 s]
/proc/loadavg: 2.06 2.02 2.00 3/81 22655
/proc/meminfo: memFree=1580896/2055920 swapFree=4180052/4192956
[pid=22642] ppid=22640 vsize=868108 CPUtime=4.62
/proc/22642/stat : 22642 (java) S 22640 22642 21901 0 -1 0 54045 859 1 0 405 37 18 2 18 0 9 0 1997999623 888942592 34195 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22642/statm: 217027 34195 2637 9 0 211533 0
[pid=22642/tid=22644] ppid=22640 vsize=868108 CPUtime=3.75
/proc/22642/task/22644/stat : 22644 (java) R 22640 22642 21901 0 -1 64 25367 859 1 0 329 26 18 2 25 0 9 0 1997999625 888942592 34195 996147200 134512640 134550740 4294955968 18446744073709551615 4127277356 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22642/tid=22645] ppid=22640 vsize=868108 CPUtime=0.66
/proc/22642/task/22645/stat : 22645 (java) S 22640 22642 21901 0 -1 64 26864 859 0 0 38 8 18 2 16 0 9 0 1997999626 888942592 34195 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22642/tid=22646] ppid=22640 vsize=868108 CPUtime=0.2
/proc/22642/task/22646/stat : 22646 (java) S 22640 22642 21901 0 -1 64 18 859 0 0 0 0 18 2 16 0 9 0 1997999627 888942592 34195 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22642/tid=22647] ppid=22640 vsize=868108 CPUtime=0.2
/proc/22642/task/22647/stat : 22647 (java) S 22640 22642 21901 0 -1 64 8 859 0 0 0 0 18 2 15 0 9 0 1997999627 888942592 34195 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22642/tid=22648] ppid=22640 vsize=868108 CPUtime=0.2
/proc/22642/task/22648/stat : 22648 (java) S 22640 22642 21901 0 -1 64 0 859 0 0 0 0 18 2 18 0 9 0 1997999629 888942592 34195 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22642/tid=22649] ppid=22640 vsize=868108 CPUtime=0.57
/proc/22642/task/22649/stat : 22649 (java) S 22640 22642 21901 0 -1 64 971 859 0 0 37 0 18 2 15 0 9 0 1997999629 888942592 34195 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22642/tid=22650] ppid=22640 vsize=868108 CPUtime=0.2
/proc/22642/task/22650/stat : 22650 (java) S 22640 22642 21901 0 -1 64 2 859 0 0 0 0 18 2 19 0 9 0 1997999629 888942592 34195 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22642/tid=22651] ppid=22640 vsize=868108 CPUtime=0.2
/proc/22642/task/22651/stat : 22651 (java) S 22640 22642 21901 0 -1 64 9 859 0 0 0 0 18 2 15 0 9 0 1997999629 888942592 34195 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 868108

[startup+5.50752 s]
/proc/loadavg: 2.06 2.02 2.00 3/81 22655
/proc/meminfo: memFree=1580768/2055920 swapFree=4180052/4192956
[pid=22642] ppid=22640 vsize=868108 CPUtime=5.42
/proc/22642/stat : 22642 (java) S 22640 22642 21901 0 -1 0 54077 859 1 0 485 37 18 2 18 0 9 0 1997999623 888942592 34195 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22642/statm: 217027 34195 2637 9 0 211533 0
[pid=22642/tid=22644] ppid=22640 vsize=868108 CPUtime=4.55
/proc/22642/task/22644/stat : 22644 (java) R 22640 22642 21901 0 -1 64 25367 859 1 0 409 26 18 2 25 0 9 0 1997999625 888942592 34195 996147200 134512640 134550740 4294955968 18446744073709551615 4127251852 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22642/tid=22645] ppid=22640 vsize=868108 CPUtime=0.66
/proc/22642/task/22645/stat : 22645 (java) S 22640 22642 21901 0 -1 64 26864 859 0 0 38 8 18 2 17 0 9 0 1997999626 888942592 34195 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22642/tid=22646] ppid=22640 vsize=868108 CPUtime=0.2
/proc/22642/task/22646/stat : 22646 (java) S 22640 22642 21901 0 -1 64 18 859 0 0 0 0 18 2 16 0 9 0 1997999627 888942592 34195 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22642/tid=22647] ppid=22640 vsize=868108 CPUtime=0.2
/proc/22642/task/22647/stat : 22647 (java) S 22640 22642 21901 0 -1 64 8 859 0 0 0 0 18 2 15 0 9 0 1997999627 888942592 34195 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22642/tid=22648] ppid=22640 vsize=868108 CPUtime=0.2
/proc/22642/task/22648/stat : 22648 (java) S 22640 22642 21901 0 -1 64 0 859 0 0 0 0 18 2 18 0 9 0 1997999629 888942592 34195 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22642/tid=22649] ppid=22640 vsize=868108 CPUtime=0.57
/proc/22642/task/22649/stat : 22649 (java) S 22640 22642 21901 0 -1 64 972 859 0 0 37 0 18 2 15 0 9 0 1997999629 888942592 34195 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22642/tid=22650] ppid=22640 vsize=868108 CPUtime=0.2
/proc/22642/task/22650/stat : 22650 (java) S 22640 22642 21901 0 -1 64 2 859 0 0 0 0 18 2 19 0 9 0 1997999629 888942592 34195 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22642/tid=22651] ppid=22640 vsize=868108 CPUtime=0.2
/proc/22642/task/22651/stat : 22651 (java) S 22640 22642 21901 0 -1 64 40 859 0 0 0 0 18 2 15 0 9 0 1997999629 888942592 34195 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.42
Current children cumulated vsize (KiB) 868108

[startup+5.70254 s]
/proc/loadavg: 2.06 2.02 2.00 3/81 22655
/proc/meminfo: memFree=1580768/2055920 swapFree=4180052/4192956
[pid=22642] ppid=22640 vsize=868108 CPUtime=5.61
/proc/22642/stat : 22642 (java) S 22640 22642 21901 0 -1 0 54077 859 1 0 504 37 18 2 18 0 9 0 1997999623 888942592 34195 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22642/statm: 217027 34195 2637 9 0 211533 0
[pid=22642/tid=22644] ppid=22640 vsize=868108 CPUtime=4.74
/proc/22642/task/22644/stat : 22644 (java) R 22640 22642 21901 0 -1 64 25367 859 1 0 428 26 18 2 25 0 9 0 1997999625 888942592 34195 996147200 134512640 134550740 4294955968 18446744073709551615 4127298352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22642/tid=22645] ppid=22640 vsize=868108 CPUtime=0.66
/proc/22642/task/22645/stat : 22645 (java) S 22640 22642 21901 0 -1 64 26864 859 0 0 38 8 18 2 17 0 9 0 1997999626 888942592 34195 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22642/tid=22646] ppid=22640 vsize=868108 CPUtime=0.2
/proc/22642/task/22646/stat : 22646 (java) S 22640 22642 21901 0 -1 64 18 859 0 0 0 0 18 2 16 0 9 0 1997999627 888942592 34195 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22642/tid=22647] ppid=22640 vsize=868108 CPUtime=0.2
/proc/22642/task/22647/stat : 22647 (java) S 22640 22642 21901 0 -1 64 8 859 0 0 0 0 18 2 15 0 9 0 1997999627 888942592 34195 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22642/tid=22648] ppid=22640 vsize=868108 CPUtime=0.2
/proc/22642/task/22648/stat : 22648 (java) S 22640 22642 21901 0 -1 64 0 859 0 0 0 0 18 2 18 0 9 0 1997999629 888942592 34195 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22642/tid=22649] ppid=22640 vsize=868108 CPUtime=0.57
/proc/22642/task/22649/stat : 22649 (java) S 22640 22642 21901 0 -1 64 972 859 0 0 37 0 18 2 15 0 9 0 1997999629 888942592 34195 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22642/tid=22650] ppid=22640 vsize=868108 CPUtime=0.2
/proc/22642/task/22650/stat : 22650 (java) S 22640 22642 21901 0 -1 64 2 859 0 0 0 0 18 2 19 0 9 0 1997999629 888942592 34195 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22642/tid=22651] ppid=22640 vsize=868108 CPUtime=0.2
/proc/22642/task/22651/stat : 22651 (java) S 22640 22642 21901 0 -1 64 40 859 0 0 0 0 18 2 15 0 9 0 1997999629 888942592 34195 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.61
Current children cumulated vsize (KiB) 868108

Child status: 0
Real time (s): 5.79837
CPU time (s): 5.71413
CPU user time (s): 5.29419
CPU system time (s): 0.419936
CPU usage (%): 98.5473
Max. virtual memory (cumulated for all children) (KiB): 868108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.2942
system time used= 0.419936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54979
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= 1583
involuntary context switches= 1718

runsolver used 0.012998 second user time and 0.025996 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-04 18:50:45
IDJOB=1076818
IDBENCH=56608
IDSOLVER=363
FILE ID=node7/1076818-1215190244
PBS_JOBID= 7881584
Free space on /tmp= 66520 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-21-08.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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1076818-1215190244/watcher-1076818-1215190244 -o /tmp/evaluation-result-1076818-1215190244/solver-1076818-1215190244 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1076818-1215190244.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 732fd222b42b1b48209bcbd3b606cfba
RANDOM SEED=338075489

node7.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.236
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.236
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:       1708296 kB
Buffers:         52284 kB
Cached:         213888 kB
SwapCached:       6984 kB
Active:         135224 kB
Inactive:       144640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1708296 kB
SwapTotal:     4192956 kB
SwapFree:      4180052 kB
Dirty:            3176 kB
Writeback:           0 kB
Mapped:          20996 kB
Slab:            52976 kB
Committed_AS:  3413484 kB
PageTables:       1792 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= 66516 MiB
End job on node7 at 2008-07-04 18:50:50