Trace number 2095614

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 6.02408 6.11795

DiagnosticValue
CHECKS818137
NODES501

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-19-08.xml
MD5SUMf6e60b75344303f64528904ec5e0f410
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.20782
Satisfiable
(Un)Satisfiability was proved
Number of variables295
Number of constraints3243
Maximum constraint arity24
Maximum domain size26
Number of constraints which are defined in extension130
Number of constraints which are defined in intension3113
Global constraints used (with number of constraints)

Solver Data

0.02/0.09	
0.02/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=esac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-2095614-1247407822.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.43	     nbVariables=295  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=7670
0.38/0.43	       =>  wckTime=0.168  cpuTime=0.13  mem=8M867
0.38/0.43	   
0.38/0.43	   relations being loaded...
0.47/0.50	   
0.47/0.50	   predicates being loaded...
0.47/0.56	   
0.47/0.56	   constraints being loaded...
0.97/1.10	   Too large in ConstraintConflictsSTructure
1.07/1.13	   Too large in ConstraintConflictsSTructure
1.07/1.13	   Too large in ConstraintConflictsSTructure
1.07/1.16	   Too large in ConstraintConflictsSTructure
2.64/2.70	     nbConstraints=3243  nbRelationTypes=8  nbGlobalConstraints=130  nbExtensionStructures=8
2.64/2.70	     nbSharedExtensionStructures=122  nbConflictsStructures=4  nbSharedConflictsStructures=112
2.64/2.70	     nbUnbuiltConflictsStructures=13  nbSharedBinaryRepresentations=0  nbEvaluationManagers=9
2.64/2.70	     nbSharedEvaluationManagers=3104  minDegree=4  maxDegree=146  minArity=3  avgArity=7.87  maxArity=24  nbGenerators=0
2.64/2.70	     nbFusions=0  symmetryWckTime=0.414  symmetryCpuTime=0.2
2.64/2.70	       =>  wckTime=2.434  cpuTime=1.87  mem=37M277
2.74/2.82	   
2.74/2.82	   solver IterativeSystematicSolver being built... 
3.14/3.22	   
3.14/3.22	   INFO : Forward propagation technique limited 
3.24/3.38	       =>  wckTime=3.122  cpuTime=2.23  mem=60M201
4.23/4.34	   
4.23/4.34	   preprocessing
4.23/4.34	     nbConstraintChecks=203103  nbValidityChecks=4559493  nbPropagations=4116  nbRevisions=18987
4.23/4.34	     nbUselessRevisions=18977  nbSingletonTests=320  nbEffectiveSingletonTests=0  nbACRemovals=431  nbFoundSingletons=0
4.23/4.34	     nbRemovedValues=431  detectedInconsistency=no
4.23/4.34	       =>  wckTime=0.95  cpuTime=0.88  mem=62M157
5.91/6.06	   
5.91/6.06	   search
5.91/6.06	     run=1  nbConstraintChecks=615034  nbValidityChecks=4437824  minDepth=146  maxDepth=295  nbPropagations=13401
5.91/6.06	     nbRevisions=256362  nbUselessRevisions=256322  nbAssignments=501  nbFailedAssignments=18  nbBacktracks=42
5.91/6.06	     nbVisitedNodes=531  nbRestartNogoods=10  nbFoundSolutions=1  mapSize=14  nbInferences=0  nbTooLargeKeys=0
5.91/6.06	     nbSEliminables=0  nbREliminables=27.65  nbIEliminables=216.81  nbDEliminables=0  nbPEliminables=0
5.91/6.06	       =>  wckTime=2.673  cpuTime=2.56  mem=63M201
5.91/6.06	   
5.91/6.06	   global
5.91/6.06	     nbConstraintChecks=818137  nbValidityChecks=8997317  nbPropagations=17517  nbRevisions=275349
5.91/6.06	     nbUselessRevisions=275299  nbRestartNogoods=10  solvingWckTime=2.675  solvingCpuTime=2.56  expiredTime=no
5.91/6.06	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=4.78  globalCpuTime=4.83
5.91/6.06	       =>  wckTime=5.802  cpuTime=4.79  mem=63M201
5.91/6.06	   
5.91/6.06	s SATISFIABLE
5.91/6.06	v 18 22 0 1 12 0 18 18 18 13 0 6 12 0 8 13 19 0 1 20 4 17 8 4 7 0 8 17 4 11 18 4 4 3 4 13 17 0 19 0 4 17 3 0 6 0 11 0 12 8 3 3 11 4 1 20 17 24 2 0 18 19 0 13 4 19 11 0 3 18 0 6 14 18 0 11 18 14 11 4 2 8 18 12 12 0 18 7 13 14 1 11 4 14 21 0 4 19 7 8 2 18 8 0 13 12 0 8 3 11 0 13 0 7 0 13 14 8 18 0 14 0 13 18 8 4 11 4 13 0 22 14 14 3 18 6 0 13 13 4 19 19 19 13 19 19 17 8 0 2 0 13 8 15 20 17 8 19 0 13 18 14 12 0 11 22 0 19 19 18 14 19 8 18 18 14 15 19 14 17 20 18 2 14 0 11 18 0 12 4 18 0 11 19 0 8 17 4 18 13 2 14 19 7 4 12 4 7 0 8 11 1 4 13 4 3 8 10 19 8 0 13 2 11 0 12 19 0 20 0 1 18 19 17 20 18 4 2 8 13 2 8 13 13 0 19 8 1 0 11 8 17 0 13 19 3 0 11 4 1 17 0 4 4 17 14 18 18 8 19 4 18 19 0 13 0 15 18 4 19 4 4 12 4 11 0 13 19 4 13 19 17 0 10 4 
5.91/6.06	d NODES 501
5.91/6.06	d CHECKS 818137
5.91/6.07	   
5.91/6.07	   totalWckTime=5.873  totalCpuTime=4.83

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-2095614-1247407822/watcher-2095614-1247407822 -o /tmp/evaluation-result-2095614-1247407822/solver-2095614-1247407822 -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-2095614-1247407822.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.07 2.00 2.00 4/80 28737
/proc/meminfo: memFree=1782112/2055920 swapFree=4192812/4192956
[pid=28737] ppid=28735 vsize=18576 CPUtime=0
/proc/28737/stat : 28737 (runsolver) R 28735 28737 27338 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 27845931 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 208717540647 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/28737/statm: 4644 284 249 26 0 2626 0

[startup+0.030254 s]
/proc/loadavg: 2.07 2.00 2.00 4/80 28737
/proc/meminfo: memFree=1782112/2055920 swapFree=4192812/4192956
[pid=28737] ppid=28735 vsize=861936 CPUtime=0.02
/proc/28737/stat : 28737 (java) S 28735 28737 27338 0 -1 0 1876 0 1 0 1 1 0 0 19 0 5 0 27845931 882622464 1561 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/28737/statm: 215484 1561 686 9 0 210399 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861936

[startup+0.100984 s]
/proc/loadavg: 2.07 2.00 2.00 4/80 28737
/proc/meminfo: memFree=1782112/2055920 swapFree=4192812/4192956
[pid=28737] ppid=28735 vsize=865984 CPUtime=0.09
/proc/28737/stat : 28737 (java) S 28735 28737 27338 0 -1 0 3730 0 1 0 7 2 0 0 19 0 9 0 27845931 886767616 3198 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28737/statm: 216496 3198 1695 9 0 210981 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.302007 s]
/proc/loadavg: 2.07 2.00 2.00 4/80 28737
/proc/meminfo: memFree=1782112/2055920 swapFree=4192812/4192956
[pid=28737] ppid=28735 vsize=866380 CPUtime=0.28
/proc/28737/stat : 28737 (java) S 28735 28737 27338 0 -1 0 5767 0 1 0 25 3 0 0 19 0 9 0 27845931 887173120 5157 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28737/statm: 216595 5157 1957 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701048 s]
/proc/loadavg: 2.07 2.00 2.00 4/80 28737
/proc/meminfo: memFree=1782112/2055920 swapFree=4192812/4192956
[pid=28737] ppid=28735 vsize=867160 CPUtime=0.68
/proc/28737/stat : 28737 (java) S 28735 28737 27338 0 -1 0 9686 0 1 0 62 6 0 0 19 0 9 0 27845931 887971840 9040 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28737/statm: 216790 9040 2037 9 0 211226 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867160

[startup+1.50114 s]
/proc/loadavg: 2.07 2.00 2.00 3/89 28746
/proc/meminfo: memFree=1736472/2055920 swapFree=4192812/4192956
[pid=28737] ppid=28735 vsize=867692 CPUtime=1.46
/proc/28737/stat : 28737 (java) S 28735 28737 27338 0 -1 0 19320 0 1 0 132 14 0 0 19 0 9 0 27845931 888516608 18646 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28737/statm: 216923 18646 2033 9 0 211381 0
[pid=28737/tid=28739] ppid=28735 vsize=867692 CPUtime=1.17
/proc/28737/task/28739/stat : 28739 (java) R 28735 28737 27338 0 -1 64 15832 0 1 0 106 11 0 0 25 0 9 0 27845933 888516608 18646 996147200 134512640 134550932 4294955968 18446744073709551615 102897715 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28737/tid=28740] ppid=28735 vsize=867692 CPUtime=0.04
/proc/28737/task/28740/stat : 28740 (java) S 28735 28737 27338 0 -1 64 2074 0 0 0 4 0 0 0 16 0 9 0 27845934 888516608 18646 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28737/tid=28741] ppid=28735 vsize=867692 CPUtime=0
/proc/28737/task/28741/stat : 28741 (java) S 28735 28737 27338 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 27845934 888516608 18646 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28737/tid=28742] ppid=28735 vsize=867692 CPUtime=0
/proc/28737/task/28742/stat : 28742 (java) S 28735 28737 27338 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27845934 888516608 18646 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28737/tid=28743] ppid=28735 vsize=867692 CPUtime=0
/proc/28737/task/28743/stat : 28743 (java) S 28735 28737 27338 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27845936 888516608 18646 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28737/tid=28744] ppid=28735 vsize=867692 CPUtime=0.21
/proc/28737/task/28744/stat : 28744 (java) S 28735 28737 27338 0 -1 64 712 0 0 0 20 1 0 0 15 0 9 0 27845936 888516608 18646 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28737/tid=28745] ppid=28735 vsize=867692 CPUtime=0
/proc/28737/task/28745/stat : 28745 (java) S 28735 28737 27338 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27845936 888516608 18646 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28737/tid=28746] ppid=28735 vsize=867692 CPUtime=0
/proc/28737/task/28746/stat : 28746 (java) S 28735 28737 27338 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27845936 888516608 18646 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.10231 s]
/proc/loadavg: 2.07 2.00 2.00 4/89 28746
/proc/meminfo: memFree=1714200/2055920 swapFree=4192812/4192956
[pid=28737] ppid=28735 vsize=868188 CPUtime=3.04
/proc/28737/stat : 28737 (java) S 28735 28737 27338 0 -1 0 46295 736 1 0 257 31 15 1 19 0 9 0 27845931 889024512 26851 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28737/statm: 217047 26851 2659 9 0 211483 0
[pid=28737/tid=28739] ppid=28735 vsize=868188 CPUtime=2.43
/proc/28737/task/28739/stat : 28739 (java) R 28735 28737 27338 0 -1 64 28361 736 1 0 204 23 15 1 24 0 9 0 27845933 889024512 26851 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28737/tid=28740] ppid=28735 vsize=868188 CPUtime=0.43
/proc/28737/task/28740/stat : 28740 (java) R 28735 28737 27338 0 -1 64 16145 736 0 0 23 4 15 1 16 0 9 0 27845934 889024512 26851 996147200 134512640 134550932 4294955968 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28737/tid=28741] ppid=28735 vsize=868188 CPUtime=0.16
/proc/28737/task/28741/stat : 28741 (java) S 28735 28737 27338 0 -1 64 18 736 0 0 0 0 15 1 16 0 9 0 27845934 889024512 26851 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28737/tid=28742] ppid=28735 vsize=868188 CPUtime=0.16
/proc/28737/task/28742/stat : 28742 (java) S 28735 28737 27338 0 -1 64 10 736 0 0 0 0 15 1 16 0 9 0 27845934 889024512 26851 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28737/tid=28743] ppid=28735 vsize=868188 CPUtime=0.16
/proc/28737/task/28743/stat : 28743 (java) S 28735 28737 27338 0 -1 64 2 736 0 0 0 0 15 1 18 0 9 0 27845936 889024512 26851 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28737/tid=28744] ppid=28735 vsize=868188 CPUtime=0.45
/proc/28737/task/28744/stat : 28744 (java) S 28735 28737 27338 0 -1 64 938 736 0 0 28 1 15 1 15 0 9 0 27845936 889024512 26851 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28737/tid=28745] ppid=28735 vsize=868188 CPUtime=0.16
/proc/28737/task/28745/stat : 28745 (java) S 28735 28737 27338 0 -1 64 1 736 0 0 0 0 15 1 19 0 9 0 27845936 889024512 26851 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28737/tid=28746] ppid=28735 vsize=868188 CPUtime=0.16
/proc/28737/task/28746/stat : 28746 (java) S 28735 28737 27338 0 -1 64 12 736 0 0 0 0 15 1 15 0 9 0 27845936 889024512 26851 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) 868188

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

[startup+4.70248 s]
/proc/loadavg: 2.15 2.02 2.01 3/89 28750
/proc/meminfo: memFree=1664344/2055920 swapFree=4192812/4192956
[pid=28737] ppid=28735 vsize=868100 CPUtime=4.62
/proc/28737/stat : 28737 (java) S 28735 28737 27338 0 -1 0 51569 736 1 0 413 33 15 1 19 0 9 0 27845931 888934400 31893 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28737/statm: 217025 31893 2639 9 0 211483 0
[pid=28737/tid=28739] ppid=28735 vsize=868100 CPUtime=3.81
/proc/28737/task/28739/stat : 28739 (java) R 28735 28737 27338 0 -1 64 28610 736 1 0 342 23 15 1 25 0 9 0 27845933 888934400 31893 996147200 134512640 134550932 4294955968 18446744073709551615 4127315927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28737/tid=28740] ppid=28735 vsize=868100 CPUtime=0.55
/proc/28737/task/28740/stat : 28740 (java) S 28735 28737 27338 0 -1 64 21119 736 0 0 33 6 15 1 17 0 9 0 27845934 888934400 31893 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28737/tid=28741] ppid=28735 vsize=868100 CPUtime=0.16
/proc/28737/task/28741/stat : 28741 (java) S 28735 28737 27338 0 -1 64 18 736 0 0 0 0 15 1 16 0 9 0 27845934 888934400 31893 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28737/tid=28742] ppid=28735 vsize=868100 CPUtime=0.16
/proc/28737/task/28742/stat : 28742 (java) S 28735 28737 27338 0 -1 64 10 736 0 0 0 0 15 1 15 0 9 0 27845934 888934400 31893 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28737/tid=28743] ppid=28735 vsize=868100 CPUtime=0.16
/proc/28737/task/28743/stat : 28743 (java) S 28735 28737 27338 0 -1 64 2 736 0 0 0 0 15 1 18 0 9 0 27845936 888934400 31893 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28737/tid=28744] ppid=28735 vsize=868100 CPUtime=0.55
/proc/28737/task/28744/stat : 28744 (java) S 28735 28737 27338 0 -1 64 989 736 0 0 37 2 15 1 15 0 9 0 27845936 888934400 31893 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28737/tid=28745] ppid=28735 vsize=868100 CPUtime=0.16
/proc/28737/task/28745/stat : 28745 (java) S 28735 28737 27338 0 -1 64 1 736 0 0 0 0 15 1 19 0 9 0 27845936 888934400 31893 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28737/tid=28746] ppid=28735 vsize=868100 CPUtime=0.16
/proc/28737/task/28746/stat : 28746 (java) S 28735 28737 27338 0 -1 64 12 736 0 0 0 0 15 1 15 0 9 0 27845936 888934400 31893 996147200 134512640 134550932 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) 868100

[startup+5.50757 s]
/proc/loadavg: 2.15 2.02 2.01 3/89 28750
/proc/meminfo: memFree=1664216/2055920 swapFree=4192812/4192956
[pid=28737] ppid=28735 vsize=868100 CPUtime=5.42
/proc/28737/stat : 28737 (java) S 28735 28737 27338 0 -1 0 51600 736 1 0 493 33 15 1 19 0 9 0 27845931 888934400 31896 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28737/statm: 217025 31896 2639 9 0 211483 0
[pid=28737/tid=28739] ppid=28735 vsize=868100 CPUtime=4.6
/proc/28737/task/28739/stat : 28739 (java) R 28735 28737 27338 0 -1 64 28611 736 1 0 421 23 15 1 25 0 9 0 27845933 888934400 31896 996147200 134512640 134550932 4294955968 18446744073709551615 4127351073 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28737/tid=28740] ppid=28735 vsize=868100 CPUtime=0.55
/proc/28737/task/28740/stat : 28740 (java) S 28735 28737 27338 0 -1 64 21119 736 0 0 33 6 15 1 17 0 9 0 27845934 888934400 31896 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28737/tid=28741] ppid=28735 vsize=868100 CPUtime=0.16
/proc/28737/task/28741/stat : 28741 (java) S 28735 28737 27338 0 -1 64 18 736 0 0 0 0 15 1 16 0 9 0 27845934 888934400 31896 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28737/tid=28742] ppid=28735 vsize=868100 CPUtime=0.16
/proc/28737/task/28742/stat : 28742 (java) S 28735 28737 27338 0 -1 64 10 736 0 0 0 0 15 1 15 0 9 0 27845934 888934400 31896 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28737/tid=28743] ppid=28735 vsize=868100 CPUtime=0.16
/proc/28737/task/28743/stat : 28743 (java) S 28735 28737 27338 0 -1 64 2 736 0 0 0 0 15 1 18 0 9 0 27845936 888934400 31896 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28737/tid=28744] ppid=28735 vsize=868100 CPUtime=0.55
/proc/28737/task/28744/stat : 28744 (java) S 28735 28737 27338 0 -1 64 993 736 0 0 37 2 15 1 15 0 9 0 27845936 888934400 31896 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28737/tid=28745] ppid=28735 vsize=868100 CPUtime=0.16
/proc/28737/task/28745/stat : 28745 (java) S 28735 28737 27338 0 -1 64 1 736 0 0 0 0 15 1 19 0 9 0 27845936 888934400 31896 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28737/tid=28746] ppid=28735 vsize=868100 CPUtime=0.16
/proc/28737/task/28746/stat : 28746 (java) S 28735 28737 27338 0 -1 64 38 736 0 0 0 0 15 1 15 0 9 0 27845936 888934400 31896 996147200 134512640 134550932 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) 868100

[startup+5.90262 s]
/proc/loadavg: 2.15 2.02 2.01 3/89 28750
/proc/meminfo: memFree=1664216/2055920 swapFree=4192812/4192956
[pid=28737] ppid=28735 vsize=868100 CPUtime=5.81
/proc/28737/stat : 28737 (java) S 28735 28737 27338 0 -1 0 51609 736 1 0 532 33 15 1 19 0 9 0 27845931 888934400 31898 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28737/statm: 217025 31898 2639 9 0 211483 0
[pid=28737/tid=28739] ppid=28735 vsize=868100 CPUtime=4.99
/proc/28737/task/28739/stat : 28739 (java) R 28735 28737 27338 0 -1 64 28611 736 1 0 460 23 15 1 25 0 9 0 27845933 888934400 31898 996147200 134512640 134550932 4294955968 18446744073709551615 4127317808 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28737/tid=28740] ppid=28735 vsize=868100 CPUtime=0.55
/proc/28737/task/28740/stat : 28740 (java) S 28735 28737 27338 0 -1 64 21119 736 0 0 33 6 15 1 17 0 9 0 27845934 888934400 31898 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28737/tid=28741] ppid=28735 vsize=868100 CPUtime=0.16
/proc/28737/task/28741/stat : 28741 (java) S 28735 28737 27338 0 -1 64 18 736 0 0 0 0 15 1 16 0 9 0 27845934 888934400 31898 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28737/tid=28742] ppid=28735 vsize=868100 CPUtime=0.16
/proc/28737/task/28742/stat : 28742 (java) S 28735 28737 27338 0 -1 64 10 736 0 0 0 0 15 1 15 0 9 0 27845934 888934400 31898 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28737/tid=28743] ppid=28735 vsize=868100 CPUtime=0.16
/proc/28737/task/28743/stat : 28743 (java) S 28735 28737 27338 0 -1 64 2 736 0 0 0 0 15 1 18 0 9 0 27845936 888934400 31898 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28737/tid=28744] ppid=28735 vsize=868100 CPUtime=0.56
/proc/28737/task/28744/stat : 28744 (java) S 28735 28737 27338 0 -1 64 1002 736 0 0 38 2 15 1 16 0 9 0 27845936 888934400 31898 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28737/tid=28745] ppid=28735 vsize=868100 CPUtime=0.16
/proc/28737/task/28745/stat : 28745 (java) S 28735 28737 27338 0 -1 64 1 736 0 0 0 0 15 1 19 0 9 0 27845936 888934400 31898 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28737/tid=28746] ppid=28735 vsize=868100 CPUtime=0.16
/proc/28737/task/28746/stat : 28746 (java) S 28735 28737 27338 0 -1 64 38 736 0 0 0 0 15 1 15 0 9 0 27845936 888934400 31898 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.81
Current children cumulated vsize (KiB) 868100

[startup+6.10287 s]
/proc/loadavg: 2.15 2.02 2.01 3/89 28750
/proc/meminfo: memFree=1664216/2055920 swapFree=4192812/4192956
[pid=28737] ppid=28735 vsize=0 CPUtime=5.98
/proc/28737/stat : 28737 (java) Z 28735 28737 27338 0 -1 12 51648 736 1 0 548 34 15 1 16 0 2 0 27845931 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28737/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 6.11795
CPU time (s): 6.02408
CPU user time (s): 5.64814
CPU system time (s): 0.375942
CPU usage (%): 98.4657
Max. virtual memory (cumulated for all children) (KiB): 868188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.64814
system time used= 0.375942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52384
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= 1920
involuntary context switches= 2115

runsolver used 0.009998 second user time and 0.027995 second system time

The end

Launcher Data

Begin job on node47 at 2009-07-12 16:10:22
IDJOB=2095614
IDBENCH=55470
IDSOLVER=774
FILE ID=node47/2095614-1247407822
PBS_JOBID= 9510551
Free space on /tmp= 66468 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-19-08.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-2095614-1247407822/watcher-2095614-1247407822 -o /tmp/evaluation-result-2095614-1247407822/solver-2095614-1247407822 -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-2095614-1247407822.xml

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

MD5SUM BENCH= f6e60b75344303f64528904ec5e0f410
RANDOM SEED=879326927

node47.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.218
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.218
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:       1782592 kB
Buffers:         36336 kB
Cached:         128836 kB
SwapCached:          0 kB
Active:         150692 kB
Inactive:        68148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1782592 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3156 kB
Writeback:           0 kB
Mapped:          74072 kB
Slab:            39640 kB
Committed_AS:   997476 kB
PageTables:       1956 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= 66468 MiB
End job on node47 at 2009-07-12 16:10:28