Trace number 2095125

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 6.60999 6.72

DiagnosticValue
CHECKS774994
NODES690

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-21-07.xml
MD5SUM4af1932123ff3de2965e6529e00ee888
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.36879
Satisfiable
(Un)Satisfiability was proved
Number of variables368
Number of constraints2572
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension152
Number of constraints which are defined in intension2420
Global constraints used (with number of constraints)

Solver Data

0.03/0.10	
0.03/0.10	Abscon 112 (May, 2008)
0.18/0.27	
0.18/0.27	   configuration
0.18/0.27	     name=mac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-2095125-1247406623.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.38/0.44	     nbVariables=368  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=9568
0.38/0.44	       =>  wckTime=0.171  cpuTime=0.14  mem=8M867
0.38/0.44	   
0.38/0.44	   relations being loaded...
0.67/0.71	   
0.67/0.71	   predicates being loaded...
0.67/0.79	   
0.67/0.79	   constraints being loaded...
1.27/1.32	   Too large in ConstraintConflictsSTructure
1.27/1.39	   Too large in ConstraintConflictsSTructure
2.74/2.88	     nbConstraints=2573  nbRelationTypes=6  nbGlobalConstraints=153  nbExtensionStructures=6
2.74/2.88	     nbSharedExtensionStructures=146  nbConflictsStructures=4  nbSharedConflictsStructures=124
2.74/2.88	     nbUnbuiltConflictsStructures=10  nbSharedBinaryRepresentations=0  nbEvaluationManagers=8
2.74/2.88	     nbSharedEvaluationManagers=2412  minDegree=14  maxDegree=87  minArity=3  avgArity=8.65  maxArity=350
2.74/2.88	     nbGenerators=1  nbFusions=0  symmetryWckTime=0.472  symmetryCpuTime=0.23
2.74/2.88	       =>  wckTime=2.611  cpuTime=1.98  mem=30M594
2.94/3.00	   
2.94/3.00	   solver IterativeSystematicSolver being built... 
3.24/3.38	   
3.24/3.38	   INFO : Forward propagation technique limited 
3.33/3.45	       =>  wckTime=3.186  cpuTime=2.32  mem=94M535
3.73/3.81	   
3.73/3.81	   preprocessing
3.73/3.81	     nbConstraintChecks=793  nbValidityChecks=2586294  nbPropagations=396  nbRevisions=62  nbUselessRevisions=62
3.73/3.81	     nbRemovedValues=151  detectedInconsistency=no
3.73/3.81	       =>  wckTime=0.353  cpuTime=0.32  mem=96M459
6.51/6.66	   
6.51/6.66	   search
6.51/6.66	     run=1  nbConstraintChecks=774201  nbValidityChecks=16807731  minDepth=25  maxDepth=368  nbPropagations=7660
6.51/6.66	     nbRevisions=189132  nbUselessRevisions=189049  nbAssignments=690  nbFailedAssignments=17  nbBacktracks=6
6.51/6.66	     nbVisitedNodes=712  nbRestartNogoods=9  nbFoundSolutions=1  mapSize=4  nbInferences=0  nbTooLargeKeys=0
6.51/6.66	     nbSEliminables=0  nbREliminables=100.84  nbIEliminables=156.33  nbDEliminables=0  nbPEliminables=0
6.51/6.66	       =>  wckTime=3.202  cpuTime=2.98  mem=70M477
6.51/6.66	   
6.51/6.66	   global
6.51/6.66	     nbConstraintChecks=774994  nbValidityChecks=19394025  nbPropagations=8056  nbRevisions=189194
6.51/6.66	     nbUselessRevisions=189111  nbRestartNogoods=9  solvingWckTime=3.206  solvingCpuTime=2.98  expiredTime=no
6.51/6.66	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=5.29  globalCpuTime=5.35
6.51/6.66	       =>  wckTime=6.396  cpuTime=5.31  mem=70M477
6.51/6.67	   
6.51/6.67	s SATISFIABLE
6.51/6.67	v 2 11 14 20 11 4 0 19 18 2 7 20 19 18 18 15 0 18 14 0 18 19 0 17 6 14 19 0 8 13 4 4 14 0 7 20 20 11 19 17 0 21 8 17 4 18 15 4 17 18 19 8 17 15 4 18 15 0 17 0 18 4 0 19 12 4 12 14 18 19 4 0 12 18 0 15 8 18 5 14 17 4 18 0 24 1 0 17 13 18 0 2 5 14 17 5 4 0 17 11 0 18 4 18 3 18 14 0 17 4 18 6 0 4 19 4 18 11 0 3 2 17 0 13 0 17 14 20 18 4 3 2 0 18 4 18 17 8 21 8 4 17 4 12 0 20 18 4 17 18 0 13 17 0 18 12 4 12 14 8 17 4 18 18 17 4 12 0 13 18 4 24 0 18 13 4 20 18 18 18 4 3 4 17 11 0 19 4 23 18 0 12 4 13 18 14 11 18 18 0 4 19 4 17 0 18 15 0 12 14 17 4 19 18 0 4 7 8 18 11 4 0 15 4 17 1 8 15 4 3 0 11 2 0 17 4 18 15 4 17 20 6 8 0 0 13 8 18 17 0 12 18 0 8 18 0 23 5 0 13 18 11 4 18 18 4 17 4 3 18 10 11 0 19 4 18 17 4 4 7 0 4 18 18 0 5 4 18 4 23 18 4 19 18 22 0 13 11 4 12 0 13 4 18 0 7 18 0 17 2 4 3 14 11 4 14 15 7 8 11 8 2 0 21 14 2 0 19 8 14 13 18 17 0 18 4 0 11 11 4 4 1 4 17 24 11 15 17 14 14 13 4 18 18 12 14 24 11 18 4 18 13 4 18 18 4 18 18 
6.51/6.67	d NODES 690
6.51/6.67	d CHECKS 774994
6.51/6.67	   
6.51/6.67	   totalWckTime=6.467  totalCpuTime=5.35

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-2095125-1247406623/watcher-2095125-1247406623 -o /tmp/evaluation-result-2095125-1247406623/solver-2095125-1247406623 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2095125-1247406623.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.92 2.12 2.14 4/80 28360
/proc/meminfo: memFree=1720064/2055920 swapFree=4192812/4192956
[pid=28360] ppid=28358 vsize=10676 CPUtime=0
/proc/28360/stat : 28360 (java) S 28358 28360 27423 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 27726214 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/28360/statm: 2669 474 207 9 0 1184 0
[pid=28360/tid=28361] ppid=28358 vsize=10676 CPUtime=0
/proc/28360/task/28361/stat : 28361 (java) R 28358 28360 27423 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 27726215 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 8953816 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0568989 s]
/proc/loadavg: 1.92 2.12 2.14 4/80 28360
/proc/meminfo: memFree=1720064/2055920 swapFree=4192812/4192956
[pid=28360] ppid=28358 vsize=862260 CPUtime=0.03
/proc/28360/stat : 28360 (java) S 28358 28360 27423 0 -1 0 2395 0 1 0 2 1 0 0 18 0 6 0 27726214 882954240 1973 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/28360/statm: 215565 1973 905 9 0 210480 0
[pid=28360/tid=28361] ppid=28358 vsize=862260 CPUtime=0.03
/proc/28360/task/28361/stat : 28361 (java) S 28358 28360 27423 0 -1 64 1702 0 1 0 2 1 0 0 17 0 6 0 27726215 882954240 1973 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800971 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 862260

[startup+0.102659 s]
/proc/loadavg: 1.92 2.12 2.14 4/80 28360
/proc/meminfo: memFree=1720064/2055920 swapFree=4192812/4192956
[pid=28360] ppid=28358 vsize=865984 CPUtime=0.08
/proc/28360/stat : 28360 (java) S 28358 28360 27423 0 -1 0 3703 0 1 0 6 2 0 0 18 0 9 0 27726214 886767616 3177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28360/statm: 216496 3177 1692 9 0 210981 0
[pid=28360/tid=28361] ppid=28358 vsize=865984 CPUtime=0.07
/proc/28360/task/28361/stat : 28361 (java) R 28358 28360 27423 0 -1 64 2786 0 1 0 5 2 0 0 20 0 9 0 27726215 886767616 3177 996147200 134512640 134550932 4294955968 18446744073709551615 104274772 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.30166 s]
/proc/loadavg: 1.92 2.12 2.14 4/80 28360
/proc/meminfo: memFree=1720064/2055920 swapFree=4192812/4192956
[pid=28360] ppid=28358 vsize=866384 CPUtime=0.28
/proc/28360/stat : 28360 (java) S 28358 28360 27423 0 -1 0 5727 0 1 0 23 5 0 0 18 0 9 0 27726214 887177216 5129 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28360/statm: 216596 5129 1938 9 0 211054 0
[pid=28360/tid=28361] ppid=28358 vsize=866384 CPUtime=0.22
/proc/28360/task/28361/stat : 28361 (java) R 28358 28360 27423 0 -1 64 4745 0 1 0 18 4 0 0 21 0 9 0 27726215 887177216 5129 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866384

[startup+0.702692 s]
/proc/loadavg: 1.92 2.12 2.14 4/80 28360
/proc/meminfo: memFree=1720064/2055920 swapFree=4192812/4192956
[pid=28360] ppid=28358 vsize=866616 CPUtime=0.67
/proc/28360/stat : 28360 (java) S 28358 28360 27423 0 -1 0 13517 0 1 0 59 8 0 0 18 0 9 0 27726214 887414784 12879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28360/statm: 216654 12879 1999 9 0 211112 0
[pid=28360/tid=28361] ppid=28358 vsize=866616 CPUtime=0.57
/proc/28360/task/28361/stat : 28361 (java) R 28358 28360 27423 0 -1 64 12482 0 1 0 50 7 0 0 24 0 9 0 27726215 887414784 12879 996147200 134512640 134550932 4294955968 18446744073709551615 4126632451 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 866616

[startup+1.50278 s]
/proc/loadavg: 1.92 2.12 2.14 4/89 28369
/proc/meminfo: memFree=1665976/2055920 swapFree=4192812/4192956
[pid=28360] ppid=28358 vsize=867692 CPUtime=1.46
/proc/28360/stat : 28360 (java) S 28358 28360 27423 0 -1 0 19226 0 1 0 132 14 0 0 18 0 9 0 27726214 888516608 18552 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28360/statm: 216923 18552 2033 9 0 211381 0
[pid=28360/tid=28361] ppid=28358 vsize=867692 CPUtime=1.18
/proc/28360/task/28361/stat : 28361 (java) R 28358 28360 27423 0 -1 64 15837 0 1 0 107 11 0 0 25 0 9 0 27726215 888516608 18552 996147200 134512640 134550932 4294955968 18446744073709551615 4125951464 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28360/tid=28363] ppid=28358 vsize=867692 CPUtime=0.03
/proc/28360/task/28363/stat : 28363 (java) S 28358 28360 27423 0 -1 64 1974 0 0 0 3 0 0 0 16 0 9 0 27726217 888516608 18552 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28360/tid=28364] ppid=28358 vsize=867692 CPUtime=0
/proc/28360/task/28364/stat : 28364 (java) S 28358 28360 27423 0 -1 64 16 0 0 0 0 0 0 0 17 0 9 0 27726217 888516608 18552 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28360/tid=28365] ppid=28358 vsize=867692 CPUtime=0
/proc/28360/task/28365/stat : 28365 (java) S 28358 28360 27423 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27726217 888516608 18552 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28360/tid=28366] ppid=28358 vsize=867692 CPUtime=0
/proc/28360/task/28366/stat : 28366 (java) S 28358 28360 27423 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27726220 888516608 18552 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28360/tid=28367] ppid=28358 vsize=867692 CPUtime=0.23
/proc/28360/task/28367/stat : 28367 (java) S 28358 28360 27423 0 -1 64 712 0 0 0 22 1 0 0 15 0 9 0 27726220 888516608 18552 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28360/tid=28368] ppid=28358 vsize=867692 CPUtime=0
/proc/28360/task/28368/stat : 28368 (java) S 28358 28360 27423 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27726220 888516608 18552 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28360/tid=28369] ppid=28358 vsize=867692 CPUtime=0
/proc/28360/task/28369/stat : 28369 (java) S 28358 28360 27423 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27726220 888516608 18552 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867692

[startup+3.10216 s]
/proc/loadavg: 1.93 2.11 2.14 3/89 28369
/proc/meminfo: memFree=1629880/2055920 swapFree=4192812/4192956
[pid=28360] ppid=28358 vsize=868196 CPUtime=3.04
/proc/28360/stat : 28360 (java) S 28358 28360 27423 0 -1 0 41593 750 1 0 257 31 15 1 18 0 9 0 27726214 889032704 27786 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28360/statm: 217049 27786 2659 9 0 211485 0
[pid=28360/tid=28361] ppid=28358 vsize=868196 CPUtime=2.42
/proc/28360/task/28361/stat : 28361 (java) R 28358 28360 27423 0 -1 64 19288 750 1 0 205 21 15 1 24 0 9 0 27726215 889032704 27786 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28360/tid=28363] ppid=28358 vsize=868196 CPUtime=0.44
/proc/28360/task/28363/stat : 28363 (java) S 28358 28360 27423 0 -1 64 20525 750 0 0 22 6 15 1 18 0 9 0 27726217 889032704 27786 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28360/tid=28364] ppid=28358 vsize=868196 CPUtime=0.16
/proc/28360/task/28364/stat : 28364 (java) S 28358 28360 27423 0 -1 64 24 750 0 0 0 0 15 1 16 0 9 0 27726217 889032704 27786 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28360/tid=28365] ppid=28358 vsize=868196 CPUtime=0.16
/proc/28360/task/28365/stat : 28365 (java) S 28358 28360 27423 0 -1 64 10 750 0 0 0 0 15 1 15 0 9 0 27726217 889032704 27786 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28360/tid=28366] ppid=28358 vsize=868196 CPUtime=0.16
/proc/28360/task/28366/stat : 28366 (java) S 28358 28360 27423 0 -1 64 2 750 0 0 0 0 15 1 18 0 9 0 27726220 889032704 27786 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28360/tid=28367] ppid=28358 vsize=868196 CPUtime=0.47
/proc/28360/task/28367/stat : 28367 (java) S 28358 28360 27423 0 -1 64 922 750 0 0 30 1 15 1 15 0 9 0 27726220 889032704 27786 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28360/tid=28368] ppid=28358 vsize=868196 CPUtime=0.16
/proc/28360/task/28368/stat : 28368 (java) S 28358 28360 27423 0 -1 64 1 750 0 0 0 0 15 1 19 0 9 0 27726220 889032704 27786 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28360/tid=28369] ppid=28358 vsize=868196 CPUtime=0.16
/proc/28360/task/28369/stat : 28369 (java) S 28358 28360 27423 0 -1 64 14 750 0 0 0 0 15 1 15 0 9 0 27726220 889032704 27786 996147200 134512640 134550932 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) 868196

[startup+6.30234 s]
/proc/loadavg: 1.93 2.11 2.14 3/89 28373
/proc/meminfo: memFree=1586104/2055920 swapFree=4192812/4192956
[pid=28360] ppid=28358 vsize=868108 CPUtime=6.21
/proc/28360/stat : 28360 (java) S 28358 28360 27423 0 -1 0 57903 750 1 0 568 37 15 1 18 0 9 0 27726214 888942592 35884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28360/statm: 217027 35884 2639 9 0 211485 0
[pid=28360/tid=28361] ppid=28358 vsize=868108 CPUtime=5.32
/proc/28360/task/28361/stat : 28361 (java) R 28358 28360 27423 0 -1 64 25754 750 1 0 492 24 15 1 25 0 9 0 27726215 888942592 35884 996147200 134512640 134550932 4294955968 18446744073709551615 4127158371 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28360/tid=28363] ppid=28358 vsize=868108 CPUtime=0.61
/proc/28360/task/28363/stat : 28363 (java) S 28358 28360 27423 0 -1 64 30255 750 0 0 36 9 15 1 17 0 9 0 27726217 888942592 35884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28360/tid=28364] ppid=28358 vsize=868108 CPUtime=0.16
/proc/28360/task/28364/stat : 28364 (java) S 28358 28360 27423 0 -1 64 24 750 0 0 0 0 15 1 16 0 9 0 27726217 888942592 35884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28360/tid=28365] ppid=28358 vsize=868108 CPUtime=0.16
/proc/28360/task/28365/stat : 28365 (java) S 28358 28360 27423 0 -1 64 10 750 0 0 0 0 15 1 15 0 9 0 27726217 888942592 35884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28360/tid=28366] ppid=28358 vsize=868108 CPUtime=0.16
/proc/28360/task/28366/stat : 28366 (java) S 28358 28360 27423 0 -1 64 2 750 0 0 0 0 15 1 18 0 9 0 27726220 888942592 35884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28360/tid=28367] ppid=28358 vsize=868108 CPUtime=0.56
/proc/28360/task/28367/stat : 28367 (java) S 28358 28360 27423 0 -1 64 1011 750 0 0 39 1 15 1 15 0 9 0 27726220 888942592 35884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28360/tid=28368] ppid=28358 vsize=868108 CPUtime=0.16
/proc/28360/task/28368/stat : 28368 (java) S 28358 28360 27423 0 -1 64 1 750 0 0 0 0 15 1 19 0 9 0 27726220 888942592 35884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28360/tid=28369] ppid=28358 vsize=868108 CPUtime=0.16
/proc/28360/task/28369/stat : 28369 (java) S 28358 28360 27423 0 -1 64 39 750 0 0 0 0 15 1 15 0 9 0 27726220 888942592 35884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 868108

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

[startup+6.70247 s]
/proc/loadavg: 1.93 2.11 2.14 3/89 28373
/proc/meminfo: memFree=1586104/2055920 swapFree=4192812/4192956
[pid=28360] ppid=28358 vsize=0 CPUtime=6.57
/proc/28360/stat : 28360 (java) Z 28358 28360 27423 0 -1 12 57941 750 1 0 604 37 15 1 16 0 2 0 27726214 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28360/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.57
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 6.72
CPU time (s): 6.60999
CPU user time (s): 6.19506
CPU system time (s): 0.414936
CPU usage (%): 98.363
Max. virtual memory (cumulated for all children) (KiB): 868196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.19506
system time used= 0.414936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58691
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= 1982
involuntary context switches= 2299

runsolver used 0.014997 second user time and 0.032994 second system time

The end

Launcher Data

Begin job on node62 at 2009-07-12 15:50:23
IDJOB=2095125
IDBENCH=54895
IDSOLVER=773
FILE ID=node62/2095125-1247406623
PBS_JOBID= 9510522
Free space on /tmp= 66344 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/ukHerald/normalized-crossword-m1-uk-21-07.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2095125-1247406623/watcher-2095125-1247406623 -o /tmp/evaluation-result-2095125-1247406623/solver-2095125-1247406623 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2095125-1247406623.xml

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

MD5SUM BENCH= 4af1932123ff3de2965e6529e00ee888
RANDOM SEED=49061066

node62.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.220
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.220
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:       1720608 kB
Buffers:         34508 kB
Cached:         137464 kB
SwapCached:          0 kB
Active:         202372 kB
Inactive:        74948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1720608 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4192 kB
Writeback:           0 kB
Mapped:         125824 kB
Slab:            42948 kB
Committed_AS:  1000772 kB
PageTables:       2064 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= 66340 MiB
End job on node62 at 2009-07-12 15:50:30