Trace number 1075699

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 8.73967 8.88069

DiagnosticValue
CHECKS635114
NODES936

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-23-08.xml
MD5SUM117ae339b8f3d5c076aebaf096f46353
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 benchmark1.42878
Satisfiable
(Un)Satisfiability was proved
Number of variables454
Number of constraints3246
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension172
Number of constraints which are defined in intension3074
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.08	
0.03/0.08	Abscon 112 (May, 2008)
0.19/0.23	
0.19/0.23	   configuration
0.19/0.23	     name=mac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-1075699-1215181569.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.38/0.47	     nbVariables=454  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=11804
0.38/0.47	       =>  wckTime=0.231  cpuTime=0.19  mem=9M870
0.38/0.47	   
0.38/0.47	   relations being loaded...
0.77/0.85	   
0.77/0.85	   predicates being loaded...
0.87/0.91	   
0.87/0.91	   constraints being loaded...
1.48/1.54	   Too large in ConstraintConflictsSTructure
1.58/1.62	   Too large in ConstraintConflictsSTructure
3.54/3.63	     nbConstraints=3247  nbRelationTypes=6  nbGlobalConstraints=173  nbExtensionStructures=6
3.54/3.63	     nbSharedExtensionStructures=166  nbConflictsStructures=4  nbSharedConflictsStructures=120
3.54/3.63	     nbUnbuiltConflictsStructures=8  nbSharedBinaryRepresentations=0  nbEvaluationManagers=6
3.54/3.63	     nbSharedEvaluationManagers=3068  minDegree=29  maxDegree=89  minArity=3  avgArity=10.42  maxArity=442
3.54/3.63	     nbGenerators=1  nbFusions=0  symmetryWckTime=0.677  symmetryCpuTime=0.32
3.54/3.63	       =>  wckTime=3.39  cpuTime=2.57  mem=46M58
3.64/3.77	   
3.64/3.77	   solver IterativeSystematicSolver being built... 
4.23/4.33	   
4.23/4.33	   INFO : Forward propagation technique limited 
4.33/4.41	       =>  wckTime=4.172  cpuTime=2.98  mem=128M303
4.82/4.98	   
4.82/4.99	   preprocessing
4.82/4.99	     nbConstraintChecks=0  nbValidityChecks=5253537  nbPropagations=492  nbRevisions=0  nbUselessRevisions=0
4.82/4.99	     nbRemovedValues=204  detectedInconsistency=no
4.82/4.99	       =>  wckTime=0.572  cpuTime=0.55  mem=131M260
8.49/8.68	   
8.49/8.68	   search
8.49/8.68	     run=2  nbConstraintChecks=635114  nbValidityChecks=27492118  minDepth=155  maxDepth=454  nbPropagations=13676
8.49/8.68	     nbRevisions=185506  nbUselessRevisions=185466  nbAssignments=936  nbFailedAssignments=46  nbBacktracks=30
8.49/8.68	     nbVisitedNodes=996  nbRestartNogoods=18  nbFoundSolutions=1  mapSize=15  nbInferences=0  nbTooLargeKeys=0
8.49/8.68	     nbSEliminables=0  nbREliminables=140.21  nbIEliminables=227.91  nbDEliminables=0  nbPEliminables=0
8.49/8.68	       =>  wckTime=4.266  cpuTime=4.14  mem=132M557
8.49/8.68	   
8.49/8.68	   global
8.49/8.68	     nbConstraintChecks=635114  nbValidityChecks=32745655  nbPropagations=14168  nbRevisions=185506
8.49/8.68	     nbUselessRevisions=185466  nbRestartNogoods=18  solvingWckTime=4.268  solvingCpuTime=4.14  expiredTime=no
8.49/8.68	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=7.1  globalCpuTime=7.18
8.49/8.68	       =>  wckTime=8.444  cpuTime=7.13  mem=132M557
8.49/8.68	   
8.49/8.68	s SATISFIABLE
8.49/8.68	v 12 4 5 8 4 4 18 19 2 7 0 19 19 0 3 4 6 17 0 0 5 8 13 14 3 14 17 4 18 0 20 21 4 20 17 0 12 0 8 6 17 8 2 17 20 4 11 8 13 5 20 12 4 19 19 4 17 0 8 5 14 17 19 12 8 17 4 13 4 4 2 0 18 4 13 0 8 13 4 13 14 13 0 2 13 4 4 21 0 18 0 8 19 15 0 17 20 4 15 8 18 4 2 7 8 17 14 4 6 0 18 0 6 0 2 4 18 2 0 18 0 18 18 8 17 14 15 18 11 8 4 4 0 8 4 18 2 14 19 0 8 18 18 20 17 5 4 18 2 0 6 4 18 18 0 17 8 1 4 2 13 0 8 18 12 0 17 4 18 7 14 18 15 14 3 0 17 14 6 8 0 19 18 4 0 14 17 19 4 18 0 8 4 18 8 15 4 17 0 13 2 8 4 5 17 8 19 18 2 0 11 4 4 19 14 15 18 19 8 19 17 0 19 0 12 4 18 15 0 13 4 18 1 8 17 4 18 18 4 17 4 17 0 17 4 18 17 0 19 8 4 17 0 13 0 11 4 2 17 4 2 0 13 4 18 2 0 17 8 4 4 0 18 19 12 0 13 7 0 18 15 17 8 4 13 2 17 8 18 18 10 0 13 0 0 8 18 0 8 13 4 2 0 20 18 4 1 0 19 8 17 0 6 0 1 11 4 18 15 0 17 4 2 17 8 1 18 0 2 7 4 12 17 20 0 8 18 19 0 13 8 18 4 0 15 8 2 1 4 8 17 0 0 19 17 4 15 0 17 19 18 3 4 11 0 6 14 0 18 0 17 18 13 4 14 1 0 8 0 4 0 17 12 4 18 8 20 12 19 0 19 3 20 2 11 0 8 17 12 0 13 8 0 13 19 5 17 4 11 0 19 0 18 8 2 0 8 17 4 8 13 20 18 8 19 4 5 0 13 2 11 20 1 2 11 8 18 18 4 25 17 4 18 8 11 8 4 4 24 0 3 4 12 0 
8.49/8.68	d NODES 936
8.49/8.68	d CHECKS 635114
8.69/8.80	   
8.69/8.80	   totalWckTime=8.621  totalCpuTime=7.18

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-1075699-1215181569/watcher-1075699-1215181569 -o /tmp/evaluation-result-1075699-1215181569/solver-1075699-1215181569 -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-1075699-1215181569.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: 2.12 2.21 2.11 4/82 9266
/proc/meminfo: memFree=1802808/2055920 swapFree=4179680/4192956
[pid=9266] ppid=9264 vsize=1616 CPUtime=0
/proc/9266/stat : 9266 (java) D 9264 9266 7284 0 -1 0 347 0 0 0 0 0 0 0 18 0 1 0 1997129586 1654784 151 996147200 134512640 134550740 4294955968 18446744073709551615 1819428 0 2147483391 4096 0 18446744072099863542 0 0 17 1 0 0
/proc/9266/statm: 2654 472 209 9 0 1184 0
[pid=9266/tid=9267] ppid=9264 vsize=10616 CPUtime=0
/proc/9266/task/9267/stat : 9267 (java) R 9264 9266 7284 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1997129588 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 2666456 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0409989 s]
/proc/loadavg: 2.12 2.21 2.11 4/82 9266
/proc/meminfo: memFree=1802808/2055920 swapFree=4179680/4192956
[pid=9266] ppid=9264 vsize=861876 CPUtime=0.03
/proc/9266/stat : 9266 (java) S 9264 9266 7284 0 -1 0 2249 0 1 0 2 1 0 0 18 0 5 0 1997129586 882561024 1860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/9266/statm: 215469 1860 854 9 0 210448 0
[pid=9266/tid=9267] ppid=9264 vsize=861876 CPUtime=0.02
/proc/9266/task/9267/stat : 9267 (java) D 9264 9266 7284 0 -1 64 1557 0 1 0 2 0 0 0 17 0 5 0 1997129588 882561024 1860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 2147483391 0 16800971 18446744072099863542 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861876

[startup+0.102417 s]
/proc/loadavg: 2.12 2.21 2.11 4/82 9266
/proc/meminfo: memFree=1802808/2055920 swapFree=4179680/4192956
[pid=9266] ppid=9264 vsize=865884 CPUtime=0.09
/proc/9266/stat : 9266 (java) S 9264 9266 7284 0 -1 0 3774 0 1 0 7 2 0 0 18 0 9 0 1997129586 886665216 3225 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9266/statm: 216471 3225 1711 9 0 211026 0
[pid=9266/tid=9267] ppid=9264 vsize=865884 CPUtime=0.07
/proc/9266/task/9267/stat : 9267 (java) R 9264 9266 7284 0 -1 64 2873 0 1 0 6 1 0 0 18 0 9 0 1997129588 886665216 3225 996147200 134512640 134550740 4294955968 18446744073709551615 102307514 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301458 s]
/proc/loadavg: 2.12 2.21 2.11 4/82 9266
/proc/meminfo: memFree=1802808/2055920 swapFree=4179680/4192956
[pid=9266] ppid=9264 vsize=866196 CPUtime=0.28
/proc/9266/stat : 9266 (java) S 9264 9266 7284 0 -1 0 5622 0 1 0 25 3 0 0 18 0 9 0 1997129586 886984704 5036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9266/statm: 216549 5036 1903 9 0 211097 0
[pid=9266/tid=9267] ppid=9264 vsize=866196 CPUtime=0.24
/proc/9266/task/9267/stat : 9267 (java) R 9264 9266 7284 0 -1 64 4655 0 1 0 22 2 0 0 19 0 9 0 1997129588 886984704 5036 996147200 134512640 134550740 4294955968 18446744073709551615 1819428 0 2147483391 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.701547 s]
/proc/loadavg: 2.12 2.21 2.11 4/82 9266
/proc/meminfo: memFree=1802808/2055920 swapFree=4179680/4192956
[pid=9266] ppid=9264 vsize=867016 CPUtime=0.68
/proc/9266/stat : 9266 (java) S 9264 9266 7284 0 -1 0 10957 0 1 0 62 6 0 0 18 0 9 0 1997129586 887824384 10327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9266/statm: 216754 10327 1969 9 0 211282 0
[pid=9266/tid=9267] ppid=9264 vsize=867016 CPUtime=0.57
/proc/9266/task/9267/stat : 9267 (java) R 9264 9266 7284 0 -1 64 9798 0 1 0 52 5 0 0 20 0 9 0 1997129588 887824384 10327 996147200 134512640 134550740 4294955968 18446744073709551615 4126643210 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867016

[startup+1.50271 s]
/proc/loadavg: 2.19 2.22 2.11 3/91 9275
/proc/meminfo: memFree=1748720/2055920 swapFree=4179680/4192956
[pid=9266] ppid=9264 vsize=867604 CPUtime=1.48
/proc/9266/stat : 9266 (java) S 9264 9266 7284 0 -1 0 19361 0 1 0 137 11 0 0 18 0 9 0 1997129586 888426496 18694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9266/statm: 216901 18694 2006 9 0 211429 0
[pid=9266/tid=9267] ppid=9264 vsize=867604 CPUtime=1.24
/proc/9266/task/9267/stat : 9267 (java) R 9264 9266 7284 0 -1 64 15766 0 1 0 116 8 0 0 25 0 9 0 1997129588 888426496 18694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9269] ppid=9264 vsize=867604 CPUtime=0.03
/proc/9266/task/9269/stat : 9269 (java) S 9264 9266 7284 0 -1 64 2225 0 0 0 2 1 0 0 16 0 9 0 1997129589 888426496 18694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9270] ppid=9264 vsize=867604 CPUtime=0
/proc/9266/task/9270/stat : 9270 (java) S 9264 9266 7284 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1997129589 888426496 18694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9271] ppid=9264 vsize=867604 CPUtime=0
/proc/9266/task/9271/stat : 9271 (java) S 9264 9266 7284 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1997129589 888426496 18694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9272] ppid=9264 vsize=867604 CPUtime=0
/proc/9266/task/9272/stat : 9272 (java) S 9264 9266 7284 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997129591 888426496 18694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9273] ppid=9264 vsize=867604 CPUtime=0.17
/proc/9266/task/9273/stat : 9273 (java) R 9264 9266 7284 0 -1 64 673 0 0 0 17 0 0 0 16 0 9 0 1997129591 888426496 18694 996147200 134512640 134550740 4294955968 18446744073709551615 101995138 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9274] ppid=9264 vsize=867604 CPUtime=0
/proc/9266/task/9274/stat : 9274 (java) S 9264 9266 7284 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997129591 888426496 18694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9275] ppid=9264 vsize=867604 CPUtime=0
/proc/9266/task/9275/stat : 9275 (java) S 9264 9266 7284 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997129591 888426496 18694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867604

[startup+3.10104 s]
/proc/loadavg: 2.19 2.22 2.11 3/91 9275
/proc/meminfo: memFree=1713136/2055920 swapFree=4179680/4192956
[pid=9266] ppid=9264 vsize=867604 CPUtime=3.05
/proc/9266/stat : 9266 (java) S 9264 9266 7284 0 -1 0 27915 0 1 0 279 26 0 0 18 0 9 0 1997129586 888426496 27246 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9266/statm: 216901 27246 2007 9 0 211429 0
[pid=9266/tid=9267] ppid=9264 vsize=867604 CPUtime=2.59
/proc/9266/task/9267/stat : 9267 (java) R 9264 9266 7284 0 -1 64 15793 0 1 0 239 20 0 0 25 0 9 0 1997129588 888426496 27246 996147200 134512640 134550740 4294955968 18446744073709551615 4127090675 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9269] ppid=9264 vsize=867604 CPUtime=0.17
/proc/9266/task/9269/stat : 9269 (java) S 9264 9266 7284 0 -1 64 10692 0 0 0 13 4 0 0 16 0 9 0 1997129589 888426496 27246 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9270] ppid=9264 vsize=867604 CPUtime=0
/proc/9266/task/9270/stat : 9270 (java) S 9264 9266 7284 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1997129589 888426496 27246 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9271] ppid=9264 vsize=867604 CPUtime=0
/proc/9266/task/9271/stat : 9271 (java) S 9264 9266 7284 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1997129589 888426496 27246 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9272] ppid=9264 vsize=867604 CPUtime=0
/proc/9266/task/9272/stat : 9272 (java) S 9264 9266 7284 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997129591 888426496 27246 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9273] ppid=9264 vsize=867604 CPUtime=0.25
/proc/9266/task/9273/stat : 9273 (java) S 9264 9266 7284 0 -1 64 733 0 0 0 25 0 0 0 15 0 9 0 1997129591 888426496 27246 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9274] ppid=9264 vsize=867604 CPUtime=0
/proc/9266/task/9274/stat : 9274 (java) S 9264 9266 7284 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997129591 888426496 27246 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9275] ppid=9264 vsize=867604 CPUtime=0
/proc/9266/task/9275/stat : 9275 (java) S 9264 9266 7284 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997129591 888426496 27246 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867604

[startup+6.30271 s]
/proc/loadavg: 2.18 2.21 2.11 3/91 9279
/proc/meminfo: memFree=1654120/2055920 swapFree=4179680/4192956
[pid=9266] ppid=9264 vsize=868108 CPUtime=6.22
/proc/9266/stat : 9266 (java) S 9264 9266 7284 0 -1 0 64206 1001 1 0 560 37 24 1 18 0 9 0 1997129586 888942592 39563 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9266/statm: 217027 39563 2637 9 0 211533 0
[pid=9266/tid=9267] ppid=9264 vsize=868108 CPUtime=5.23
/proc/9266/task/9267/stat : 9267 (java) R 9264 9266 7284 0 -1 64 27480 1001 1 0 476 22 24 1 25 0 9 0 1997129588 888942592 39563 996147200 134512640 134550740 4294955968 18446744073709551615 4127241538 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9269] ppid=9264 vsize=868108 CPUtime=0.8
/proc/9266/task/9269/stat : 9269 (java) S 9264 9266 7284 0 -1 64 34851 1001 0 0 44 11 24 1 17 0 9 0 1997129589 888942592 39563 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9270] ppid=9264 vsize=868108 CPUtime=0.25
/proc/9266/task/9270/stat : 9270 (java) S 9264 9266 7284 0 -1 64 20 1001 0 0 0 0 24 1 16 0 9 0 1997129589 888942592 39563 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9271] ppid=9264 vsize=868108 CPUtime=0.25
/proc/9266/task/9271/stat : 9271 (java) S 9264 9266 7284 0 -1 64 9 1001 0 0 0 0 24 1 15 0 9 0 1997129589 888942592 39563 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9272] ppid=9264 vsize=868108 CPUtime=0.25
/proc/9266/task/9272/stat : 9272 (java) S 9264 9266 7284 0 -1 64 0 1001 0 0 0 0 24 1 18 0 9 0 1997129591 888942592 39563 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9273] ppid=9264 vsize=868108 CPUtime=0.63
/proc/9266/task/9273/stat : 9273 (java) S 9264 9266 7284 0 -1 64 1002 1001 0 0 38 0 24 1 15 0 9 0 1997129591 888942592 39563 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9274] ppid=9264 vsize=868108 CPUtime=0.25
/proc/9266/task/9274/stat : 9274 (java) S 9264 9266 7284 0 -1 64 2 1001 0 0 0 0 24 1 19 0 9 0 1997129591 888942592 39563 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9275] ppid=9264 vsize=868108 CPUtime=0.25
/proc/9266/task/9275/stat : 9275 (java) S 9264 9266 7284 0 -1 64 37 1001 0 0 0 0 24 1 15 0 9 0 1997129591 888942592 39563 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 868108

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

[startup+7.90103 s]
/proc/loadavg: 2.18 2.21 2.11 3/91 9279
/proc/meminfo: memFree=1654056/2055920 swapFree=4179680/4192956
[pid=9266] ppid=9264 vsize=868108 CPUtime=7.8
/proc/9266/stat : 9266 (java) S 9264 9266 7284 0 -1 0 64279 1001 1 0 718 37 24 1 18 0 9 0 1997129586 888942592 39565 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9266/statm: 217027 39565 2637 9 0 211533 0
[pid=9266/tid=9267] ppid=9264 vsize=868108 CPUtime=6.8
/proc/9266/task/9267/stat : 9267 (java) R 9264 9266 7284 0 -1 64 27547 1001 1 0 633 22 24 1 25 0 9 0 1997129588 888942592 39565 996147200 134512640 134550740 4294955968 18446744073709551615 4127241762 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9269] ppid=9264 vsize=868108 CPUtime=0.8
/proc/9266/task/9269/stat : 9269 (java) S 9264 9266 7284 0 -1 64 34851 1001 0 0 44 11 24 1 17 0 9 0 1997129589 888942592 39565 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9270] ppid=9264 vsize=868108 CPUtime=0.25
/proc/9266/task/9270/stat : 9270 (java) S 9264 9266 7284 0 -1 64 20 1001 0 0 0 0 24 1 16 0 9 0 1997129589 888942592 39565 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9271] ppid=9264 vsize=868108 CPUtime=0.25
/proc/9266/task/9271/stat : 9271 (java) S 9264 9266 7284 0 -1 64 9 1001 0 0 0 0 24 1 15 0 9 0 1997129589 888942592 39565 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9272] ppid=9264 vsize=868108 CPUtime=0.25
/proc/9266/task/9272/stat : 9272 (java) S 9264 9266 7284 0 -1 64 0 1001 0 0 0 0 24 1 18 0 9 0 1997129591 888942592 39565 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9273] ppid=9264 vsize=868108 CPUtime=0.64
/proc/9266/task/9273/stat : 9273 (java) S 9264 9266 7284 0 -1 64 1008 1001 0 0 39 0 24 1 15 0 9 0 1997129591 888942592 39565 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9274] ppid=9264 vsize=868108 CPUtime=0.25
/proc/9266/task/9274/stat : 9274 (java) S 9264 9266 7284 0 -1 64 2 1001 0 0 0 0 24 1 19 0 9 0 1997129591 888942592 39565 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9275] ppid=9264 vsize=868108 CPUtime=0.25
/proc/9266/task/9275/stat : 9275 (java) S 9264 9266 7284 0 -1 64 37 1001 0 0 0 0 24 1 15 0 9 0 1997129591 888942592 39565 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (KiB) 868108

[startup+8.30191 s]
/proc/loadavg: 2.18 2.21 2.11 3/91 9279
/proc/meminfo: memFree=1654056/2055920 swapFree=4179680/4192956
[pid=9266] ppid=9264 vsize=868108 CPUtime=8.19
/proc/9266/stat : 9266 (java) S 9264 9266 7284 0 -1 0 64301 1001 1 0 757 37 24 1 18 0 9 0 1997129586 888942592 39566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9266/statm: 217027 39566 2637 9 0 211533 0
[pid=9266/tid=9267] ppid=9264 vsize=868108 CPUtime=7.2
/proc/9266/task/9267/stat : 9267 (java) R 9264 9266 7284 0 -1 64 27568 1001 1 0 673 22 24 1 25 0 9 0 1997129588 888942592 39566 996147200 134512640 134550740 4294955968 18446744073709551615 4127231027 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9269] ppid=9264 vsize=868108 CPUtime=0.8
/proc/9266/task/9269/stat : 9269 (java) S 9264 9266 7284 0 -1 64 34851 1001 0 0 44 11 24 1 17 0 9 0 1997129589 888942592 39566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9270] ppid=9264 vsize=868108 CPUtime=0.25
/proc/9266/task/9270/stat : 9270 (java) S 9264 9266 7284 0 -1 64 20 1001 0 0 0 0 24 1 16 0 9 0 1997129589 888942592 39566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9271] ppid=9264 vsize=868108 CPUtime=0.25
/proc/9266/task/9271/stat : 9271 (java) S 9264 9266 7284 0 -1 64 9 1001 0 0 0 0 24 1 15 0 9 0 1997129589 888942592 39566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9272] ppid=9264 vsize=868108 CPUtime=0.25
/proc/9266/task/9272/stat : 9272 (java) S 9264 9266 7284 0 -1 64 0 1001 0 0 0 0 24 1 18 0 9 0 1997129591 888942592 39566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9273] ppid=9264 vsize=868108 CPUtime=0.64
/proc/9266/task/9273/stat : 9273 (java) S 9264 9266 7284 0 -1 64 1009 1001 0 0 39 0 24 1 16 0 9 0 1997129591 888942592 39566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9274] ppid=9264 vsize=868108 CPUtime=0.25
/proc/9266/task/9274/stat : 9274 (java) S 9264 9266 7284 0 -1 64 2 1001 0 0 0 0 24 1 19 0 9 0 1997129591 888942592 39566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9275] ppid=9264 vsize=868108 CPUtime=0.25
/proc/9266/task/9275/stat : 9275 (java) S 9264 9266 7284 0 -1 64 37 1001 0 0 0 0 24 1 15 0 9 0 1997129591 888942592 39566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.19
Current children cumulated vsize (KiB) 868108

[startup+8.7012 s]
/proc/loadavg: 2.18 2.21 2.11 4/91 9279
/proc/meminfo: memFree=1653992/2055920 swapFree=4179680/4192956
[pid=9266] ppid=9264 vsize=868108 CPUtime=8.59
/proc/9266/stat : 9266 (java) S 9264 9266 7284 0 -1 0 64329 1001 1 0 797 37 24 1 18 0 9 0 1997129586 888942592 39586 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9266/statm: 217027 39586 2637 9 0 211533 0
[pid=9266/tid=9267] ppid=9264 vsize=868108 CPUtime=7.59
/proc/9266/task/9267/stat : 9267 (java) R 9264 9266 7284 0 -1 64 27579 1001 1 0 711 23 24 1 25 0 9 0 1997129588 888942592 39586 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9269] ppid=9264 vsize=868108 CPUtime=0.82
/proc/9266/task/9269/stat : 9269 (java) R 9264 9266 7284 0 -1 64 34868 1001 0 0 46 11 24 1 16 0 9 0 1997129589 888942592 39586 996147200 134512640 134550740 4294955968 18446744073709551615 102514362 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9270] ppid=9264 vsize=868108 CPUtime=0.25
/proc/9266/task/9270/stat : 9270 (java) S 9264 9266 7284 0 -1 64 20 1001 0 0 0 0 24 1 16 0 9 0 1997129589 888942592 39586 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9271] ppid=9264 vsize=868108 CPUtime=0.25
/proc/9266/task/9271/stat : 9271 (java) S 9264 9266 7284 0 -1 64 9 1001 0 0 0 0 24 1 15 0 9 0 1997129589 888942592 39586 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9272] ppid=9264 vsize=868108 CPUtime=0.25
/proc/9266/task/9272/stat : 9272 (java) S 9264 9266 7284 0 -1 64 0 1001 0 0 0 0 24 1 18 0 9 0 1997129591 888942592 39586 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9273] ppid=9264 vsize=868108 CPUtime=0.64
/proc/9266/task/9273/stat : 9273 (java) S 9264 9266 7284 0 -1 64 1009 1001 0 0 39 0 24 1 16 0 9 0 1997129591 888942592 39586 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9274] ppid=9264 vsize=868108 CPUtime=0.25
/proc/9266/task/9274/stat : 9274 (java) S 9264 9266 7284 0 -1 64 2 1001 0 0 0 0 24 1 19 0 9 0 1997129591 888942592 39586 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9275] ppid=9264 vsize=868108 CPUtime=0.25
/proc/9266/task/9275/stat : 9275 (java) S 9264 9266 7284 0 -1 64 37 1001 0 0 0 0 24 1 15 0 9 0 1997129591 888942592 39586 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.59
Current children cumulated vsize (KiB) 868108

[startup+8.80622 s]
/proc/loadavg: 2.18 2.21 2.11 4/91 9279
/proc/meminfo: memFree=1653992/2055920 swapFree=4179680/4192956
[pid=9266] ppid=9264 vsize=868108 CPUtime=8.69
/proc/9266/stat : 9266 (java) S 9264 9266 7284 0 -1 0 69602 1001 1 0 805 39 24 1 18 0 9 0 1997129586 888942592 44849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9266/statm: 217027 44849 2637 9 0 211533 0
[pid=9266/tid=9267] ppid=9264 vsize=868108 CPUtime=7.59
/proc/9266/task/9267/stat : 9267 (java) R 9264 9266 7284 0 -1 64 27580 1001 1 0 711 23 24 1 25 0 9 0 1997129588 888942592 44849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9269] ppid=9264 vsize=868108 CPUtime=0.91
/proc/9266/task/9269/stat : 9269 (java) R 9264 9266 7284 0 -1 64 40135 1001 0 0 53 13 24 1 17 0 9 0 1997129589 888942592 44849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9270] ppid=9264 vsize=868108 CPUtime=0.25
/proc/9266/task/9270/stat : 9270 (java) S 9264 9266 7284 0 -1 64 20 1001 0 0 0 0 24 1 16 0 9 0 1997129589 888942592 44849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9271] ppid=9264 vsize=868108 CPUtime=0.25
/proc/9266/task/9271/stat : 9271 (java) R 9264 9266 7284 0 -1 64 14 1001 0 0 0 0 24 1 16 0 9 0 1997129589 888942592 44849 996147200 134512640 134550740 4294955968 18446744073709551615 4125977493 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9272] ppid=9264 vsize=868108 CPUtime=0.25
/proc/9266/task/9272/stat : 9272 (java) S 9264 9266 7284 0 -1 64 0 1001 0 0 0 0 24 1 18 0 9 0 1997129591 888942592 44849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9273] ppid=9264 vsize=868108 CPUtime=0.64
/proc/9266/task/9273/stat : 9273 (java) S 9264 9266 7284 0 -1 64 1009 1001 0 0 39 0 24 1 16 0 9 0 1997129591 888942592 44849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9274] ppid=9264 vsize=868108 CPUtime=0.25
/proc/9266/task/9274/stat : 9274 (java) S 9264 9266 7284 0 -1 64 2 1001 0 0 0 0 24 1 19 0 9 0 1997129591 888942592 44849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9275] ppid=9264 vsize=868108 CPUtime=0.25
/proc/9266/task/9275/stat : 9275 (java) S 9264 9266 7284 0 -1 64 37 1001 0 0 0 0 24 1 15 0 9 0 1997129591 888942592 44849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.69
Current children cumulated vsize (KiB) 868108

Child status: 0
Real time (s): 8.88069
CPU time (s): 8.73967
CPU user time (s): 8.29674
CPU system time (s): 0.442932
CPU usage (%): 98.412
Max. virtual memory (cumulated for all children) (KiB): 873512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.29674
system time used= 0.442932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70636
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= 1810
involuntary context switches= 2165

runsolver used 0.018997 second user time and 0.037994 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-04 16:26:09
IDJOB=1075699
IDBENCH=56537
IDSOLVER=363
FILE ID=node54/1075699-1215181569
PBS_JOBID= 7881500
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/ogdHerald/normalized-crossword-m1-ogd-23-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-1075699-1215181569/watcher-1075699-1215181569 -o /tmp/evaluation-result-1075699-1215181569/solver-1075699-1215181569 -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-1075699-1215181569.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 117ae339b8f3d5c076aebaf096f46353
RANDOM SEED=1138686485

node54.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.279
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.279
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:       1803288 kB
Buffers:         43960 kB
Cached:         120796 kB
SwapCached:       6536 kB
Active:         135384 kB
Inactive:        52132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1803288 kB
SwapTotal:     4192956 kB
SwapFree:      4179680 kB
Dirty:            4580 kB
Writeback:           0 kB
Mapped:          38904 kB
Slab:            50248 kB
Committed_AS:  3875040 kB
PageTables:       1820 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node54 at 2008-07-04 16:26:18