Trace number 2095146

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.23605 6.34707

DiagnosticValue
CHECKS461958
NODES519

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-19-02.xml
MD5SUM58701967042ffa298c4219b2e2e6ec10
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.04384
Satisfiable
(Un)Satisfiability was proved
Number of variables296
Number of constraints1757
Maximum constraint arity28
Maximum domain size26
Number of constraints which are defined in extension118
Number of constraints which are defined in intension1639
Global constraints used (with number of constraints)

Solver Data

0.08/0.10	
0.08/0.10	Abscon 112 (May, 2008)
0.17/0.28	
0.17/0.28	   configuration
0.17/0.28	     name=esac.xml
0.27/0.32	   
0.27/0.32	   instance
0.27/0.32	     name=HOME/instance-2095146-1247406646.xml
0.27/0.35	   
0.27/0.35	   domains being loaded...
0.27/0.36	   
0.27/0.36	   variables being loaded...
0.37/0.44	     nbVariables=296  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=7696
0.37/0.44	       =>  wckTime=0.163  cpuTime=0.13  mem=8M867
0.37/0.45	   
0.37/0.45	   relations being loaded...
0.66/0.79	   
0.66/0.79	   predicates being loaded...
0.77/0.85	   
0.77/0.85	   constraints being loaded...
1.16/1.28	   Too large in ConstraintConflictsSTructure
1.26/1.35	   Too large in ConstraintConflictsSTructure
1.26/1.38	   Too large in ConstraintConflictsSTructure
1.35/1.41	   Too large in ConstraintConflictsSTructure
2.35/2.57	     nbConstraints=1757  nbRelationTypes=8  nbGlobalConstraints=118  nbExtensionStructures=8
2.35/2.57	     nbSharedExtensionStructures=110  nbConflictsStructures=4  nbSharedConflictsStructures=92
2.35/2.57	     nbUnbuiltConflictsStructures=12  nbSharedBinaryRepresentations=0  nbEvaluationManagers=8
2.35/2.57	     nbSharedEvaluationManagers=1631  minDegree=8  maxDegree=86  minArity=3  avgArity=8.58  maxArity=28  nbGenerators=0
2.35/2.57	     nbFusions=0  symmetryWckTime=0.284  symmetryCpuTime=0.13
2.35/2.57	       =>  wckTime=2.287  cpuTime=1.79  mem=62M515
2.63/2.71	   
2.63/2.71	   solver IterativeSystematicSolver being built... 
2.93/3.03	   
2.93/3.03	   INFO : Forward propagation technique limited 
3.03/3.10	       =>  wckTime=2.82  cpuTime=2.08  mem=67M497
4.51/4.65	   
4.51/4.65	   preprocessing
4.51/4.65	     nbConstraintChecks=179763  nbValidityChecks=15853352  nbPropagations=3228  nbRevisions=19398
4.51/4.65	     nbUselessRevisions=19394  nbSingletonTests=313  nbEffectiveSingletonTests=0  nbACRemovals=104  nbFoundSingletons=0
4.51/4.65	     nbRemovedValues=104  detectedInconsistency=no
4.51/4.65	       =>  wckTime=1.547  cpuTime=1.47  mem=68M448
6.10/6.30	   
6.10/6.30	   search
6.10/6.30	     run=1  nbConstraintChecks=282195  nbValidityChecks=10844525  minDepth=213  maxDepth=296  nbPropagations=11648
6.10/6.30	     nbRevisions=154166  nbUselessRevisions=154140  nbAssignments=519  nbFailedAssignments=16  nbBacktracks=16
6.10/6.30	     nbVisitedNodes=543  nbRestartNogoods=4  nbFoundSolutions=1  mapSize=9  nbInferences=0  nbTooLargeKeys=0
6.10/6.30	     nbSEliminables=0  nbREliminables=86.16  nbIEliminables=137.37  nbDEliminables=0  nbPEliminables=0
6.10/6.30	       =>  wckTime=3.191  cpuTime=3.07  mem=70M384
6.20/6.30	   
6.20/6.30	   global
6.20/6.30	     nbConstraintChecks=461958  nbValidityChecks=26697877  nbPropagations=14876  nbRevisions=173564
6.20/6.30	     nbUselessRevisions=173534  nbRestartNogoods=4  solvingWckTime=3.193  solvingCpuTime=3.07  expiredTime=no
6.20/6.30	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=5.14  globalCpuTime=5.19
6.20/6.30	       =>  wckTime=6.016  cpuTime=5.15  mem=70M384
6.20/6.30	   
6.20/6.30	s SATISFIABLE
6.20/6.30	v 2 17 0 5 19 1 0 17 1 4 0 1 0 19 4 0 4 2 8 0 0 11 11 0 24 4 3 3 14 15 4 17 12 0 17 21 4 11 18 14 5 15 4 17 20 17 14 15 4 17 18 11 4 4 14 10 17 0 18 3 9 4 1 4 11 18 1 0 1 4 4 18 18 0 6 0 12 4 13 1 0 13 0 11 4 17 19 0 17 4 18 3 3 0 24 0 11 4 17 19 18 19 4 17 4 14 18 4 11 0 4 0 20 6 17 0 0 5 8 0 13 15 0 2 4 17 11 4 17 4 0 24 17 4 18 18 14 17 19 4 3 14 0 19 12 4 0 11 17 8 15 8 4 13 14 18 0 1 11 4 18 18 0 11 4 18 0 12 0 7 0 8 11 4 3 0 17 14 20 18 4 17 18 8 1 14 8 3 0 18 17 0 3 3 7 0 13 14 4 11 18 18 4 18 18 10 8 19 4 18 1 11 14 20 18 4 18 19 7 17 8 12 18 0 18 10 11 4 13 19 0 1 14 12 0 18 0 2 0 17 4 19 1 0 0 18 11 0 12 4 18 18 15 4 17 12 0 19 14 17 17 7 4 0 5 11 0 10 18 15 8 17 0 4 20 18 7 4 0 17 18 18 0 18 18 4 2 0 13 18 19 14 3 18 14 18 
6.20/6.30	d NODES 519
6.20/6.30	d CHECKS 461958
6.20/6.30	   
6.20/6.30	   totalWckTime=6.094  totalCpuTime=5.19

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-2095146-1247406646/watcher-2095146-1247406646 -o /tmp/evaluation-result-2095146-1247406646/solver-2095146-1247406646 -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-2095146-1247406646.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.14 2.03 2.01 4/81 30397
/proc/meminfo: memFree=1726712/2055920 swapFree=4192812/4192956
[pid=30397] ppid=30395 vsize=10676 CPUtime=0
/proc/30397/stat : 30397 (java) S 30395 30397 28996 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 27729963 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/30397/statm: 2669 474 207 9 0 1184 0
[pid=30397/tid=30398] ppid=30395 vsize=10676 CPUtime=0
/proc/30397/task/30398/stat : 30398 (java) R 30395 30397 28996 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 27729964 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 8556504 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.058232 s]
/proc/loadavg: 2.14 2.03 2.01 4/81 30397
/proc/meminfo: memFree=1726712/2055920 swapFree=4192812/4192956
[pid=30397] ppid=30395 vsize=861936 CPUtime=0.03
/proc/30397/stat : 30397 (java) S 30395 30397 28996 0 -1 0 2280 0 1 0 2 1 0 0 18 0 5 0 27729963 882622464 1882 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/30397/statm: 215484 1896 867 9 0 210399 0
[pid=30397/tid=30398] ppid=30395 vsize=861936 CPUtime=0.02
/proc/30397/task/30398/stat : 30398 (java) R 30395 30397 28996 0 -1 64 1601 0 1 0 2 0 0 0 17 0 5 0 27729964 882622464 1896 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 2147483391 0 16800971 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861936

[startup+0.108599 s]
/proc/loadavg: 2.14 2.03 2.01 4/81 30397
/proc/meminfo: memFree=1726712/2055920 swapFree=4192812/4192956
[pid=30397] ppid=30395 vsize=865984 CPUtime=0.08
/proc/30397/stat : 30397 (java) S 30395 30397 28996 0 -1 0 3659 0 1 0 6 2 0 0 18 0 9 0 27729963 886767616 3142 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30397/statm: 216496 3142 1680 9 0 210981 0
[pid=30397/tid=30398] ppid=30395 vsize=865984 CPUtime=0.06
/proc/30397/task/30398/stat : 30398 (java) R 30395 30397 28996 0 -1 64 2741 0 1 0 5 1 0 0 18 0 9 0 27729964 886767616 3142 996147200 134512640 134550932 4294955968 18446744073709551615 102724625 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.301622 s]
/proc/loadavg: 2.14 2.03 2.01 4/81 30397
/proc/meminfo: memFree=1726712/2055920 swapFree=4192812/4192956
[pid=30397] ppid=30395 vsize=866300 CPUtime=0.27
/proc/30397/stat : 30397 (java) S 30395 30397 28996 0 -1 0 5537 0 1 0 23 4 0 0 18 0 9 0 27729963 887091200 4949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30397/statm: 216575 4949 1908 9 0 211053 0
[pid=30397/tid=30398] ppid=30395 vsize=866300 CPUtime=0.21
/proc/30397/task/30398/stat : 30398 (java) R 30395 30397 28996 0 -1 64 4554 0 1 0 18 3 0 0 18 0 9 0 27729964 887091200 4949 996147200 134512640 134550932 4294955968 18446744073709551615 104514034 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866300

[startup+0.701665 s]
/proc/loadavg: 2.14 2.03 2.01 4/81 30397
/proc/meminfo: memFree=1726712/2055920 swapFree=4192812/4192956
[pid=30397] ppid=30395 vsize=866616 CPUtime=0.66
/proc/30397/stat : 30397 (java) S 30395 30397 28996 0 -1 0 13514 0 1 0 58 8 0 0 18 0 9 0 27729963 887414784 12876 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30397/statm: 216654 12876 1999 9 0 211112 0
[pid=30397/tid=30398] ppid=30395 vsize=866616 CPUtime=0.56
/proc/30397/task/30398/stat : 30398 (java) R 30395 30397 28996 0 -1 64 12477 0 1 0 49 7 0 0 22 0 9 0 27729964 887414784 12876 996147200 134512640 134550932 4294955968 18446744073709551615 4126615802 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 866616

[startup+1.50176 s]
/proc/loadavg: 2.12 2.03 2.00 4/90 30406
/proc/meminfo: memFree=1666352/2055920 swapFree=4192812/4192956
[pid=30397] ppid=30395 vsize=867696 CPUtime=1.45
/proc/30397/stat : 30397 (java) S 30395 30397 28996 0 -1 0 19366 0 1 0 133 12 0 0 18 0 9 0 27729963 888520704 18693 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30397/statm: 216924 18693 2033 9 0 211382 0
[pid=30397/tid=30398] ppid=30395 vsize=867696 CPUtime=1.18
/proc/30397/task/30398/stat : 30398 (java) R 30395 30397 28996 0 -1 64 15832 0 1 0 108 10 0 0 25 0 9 0 27729964 888520704 18693 996147200 134512640 134550932 4294955968 18446744073709551615 102640587 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30400] ppid=30395 vsize=867696 CPUtime=0.03
/proc/30397/task/30400/stat : 30400 (java) S 30395 30397 28996 0 -1 64 2120 0 0 0 2 1 0 0 17 0 9 0 27729967 888520704 18693 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30401] ppid=30395 vsize=867696 CPUtime=0
/proc/30397/task/30401/stat : 30401 (java) S 30395 30397 28996 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27729967 888520704 18693 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30402] ppid=30395 vsize=867696 CPUtime=0
/proc/30397/task/30402/stat : 30402 (java) S 30395 30397 28996 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27729967 888520704 18693 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30403] ppid=30395 vsize=867696 CPUtime=0
/proc/30397/task/30403/stat : 30403 (java) S 30395 30397 28996 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27729970 888520704 18693 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30404] ppid=30395 vsize=867696 CPUtime=0.22
/proc/30397/task/30404/stat : 30404 (java) S 30395 30397 28996 0 -1 64 712 0 0 0 22 0 0 0 15 0 9 0 27729970 888520704 18693 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30405] ppid=30395 vsize=867696 CPUtime=0
/proc/30397/task/30405/stat : 30405 (java) S 30395 30397 28996 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27729970 888520704 18693 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30406] ppid=30395 vsize=867696 CPUtime=0
/proc/30397/task/30406/stat : 30406 (java) S 30395 30397 28996 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27729970 888520704 18693 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 867696

[startup+3.10295 s]
/proc/loadavg: 2.12 2.03 2.00 3/90 30408
/proc/meminfo: memFree=1637744/2055920 swapFree=4192812/4192956
[pid=30397] ppid=30395 vsize=868200 CPUtime=3.03
/proc/30397/stat : 30397 (java) S 30395 30397 28996 0 -1 0 50207 607 1 0 267 27 8 1 18 0 9 0 27729963 889036800 30084 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30397/statm: 217050 30084 2661 9 0 211486 0
[pid=30397/tid=30398] ppid=30395 vsize=868200 CPUtime=2.35
/proc/30397/task/30398/stat : 30398 (java) R 30395 30397 28996 0 -1 64 26750 607 1 0 208 18 8 1 25 0 9 0 27729964 889036800 30084 996147200 134512640 134550932 4294955968 18446744073709551615 104274896 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30400] ppid=30395 vsize=868200 CPUtime=0.41
/proc/30397/task/30400/stat : 30400 (java) S 30395 30397 28996 0 -1 64 21665 607 0 0 26 6 8 1 16 0 9 0 27729967 889036800 30084 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30401] ppid=30395 vsize=868200 CPUtime=0.09
/proc/30397/task/30401/stat : 30401 (java) S 30395 30397 28996 0 -1 64 21 607 0 0 0 0 8 1 16 0 9 0 27729967 889036800 30084 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30402] ppid=30395 vsize=868200 CPUtime=0.09
/proc/30397/task/30402/stat : 30402 (java) S 30395 30397 28996 0 -1 64 9 607 0 0 0 0 8 1 15 0 9 0 27729967 889036800 30084 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30403] ppid=30395 vsize=868200 CPUtime=0.09
/proc/30397/task/30403/stat : 30403 (java) S 30395 30397 28996 0 -1 64 2 607 0 0 0 0 8 1 18 0 9 0 27729970 889036800 30084 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30404] ppid=30395 vsize=868200 CPUtime=0.41
/proc/30397/task/30404/stat : 30404 (java) S 30395 30397 28996 0 -1 64 946 607 0 0 31 1 8 1 15 0 9 0 27729970 889036800 30084 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30405] ppid=30395 vsize=868200 CPUtime=0.09
/proc/30397/task/30405/stat : 30405 (java) S 30395 30397 28996 0 -1 64 0 607 0 0 0 0 8 1 19 0 9 0 27729970 889036800 30084 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30406] ppid=30395 vsize=868200 CPUtime=0.09
/proc/30397/task/30406/stat : 30406 (java) S 30395 30397 28996 0 -1 64 11 607 0 0 0 0 8 1 15 0 9 0 27729970 889036800 30084 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 868200

[startup+6.30232 s]
/proc/loadavg: 2.11 2.03 2.00 3/90 30412
/proc/meminfo: memFree=1615920/2055920 swapFree=4192812/4192956
[pid=30397] ppid=30395 vsize=868200 CPUtime=6.2
/proc/30397/stat : 30397 (java) S 30395 30397 28996 0 -1 0 50311 607 1 0 582 29 8 1 18 0 9 0 27729963 889036800 30150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30397/statm: 217050 30150 2661 9 0 211486 0
[pid=30397/tid=30398] ppid=30395 vsize=868200 CPUtime=5.43
/proc/30397/task/30398/stat : 30398 (java) R 30395 30397 28996 0 -1 64 26776 607 1 0 515 19 8 1 25 0 9 0 27729964 889036800 30150 996147200 134512640 134550932 4294955968 18446744073709551615 4125975972 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30400] ppid=30395 vsize=868200 CPUtime=0.41
/proc/30397/task/30400/stat : 30400 (java) R 30395 30397 28996 0 -1 64 21665 607 0 0 26 6 8 1 16 0 9 0 27729967 889036800 30150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30401] ppid=30395 vsize=868200 CPUtime=0.09
/proc/30397/task/30401/stat : 30401 (java) S 30395 30397 28996 0 -1 64 21 607 0 0 0 0 8 1 16 0 9 0 27729967 889036800 30150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30402] ppid=30395 vsize=868200 CPUtime=0.09
/proc/30397/task/30402/stat : 30402 (java) S 30395 30397 28996 0 -1 64 9 607 0 0 0 0 8 1 15 0 9 0 27729967 889036800 30150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30403] ppid=30395 vsize=868200 CPUtime=0.09
/proc/30397/task/30403/stat : 30403 (java) S 30395 30397 28996 0 -1 64 2 607 0 0 0 0 8 1 18 0 9 0 27729970 889036800 30150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30404] ppid=30395 vsize=868200 CPUtime=0.49
/proc/30397/task/30404/stat : 30404 (java) S 30395 30397 28996 0 -1 64 997 607 0 0 39 1 8 1 16 0 9 0 27729970 889036800 30150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30405] ppid=30395 vsize=868200 CPUtime=0.09
/proc/30397/task/30405/stat : 30405 (java) S 30395 30397 28996 0 -1 64 0 607 0 0 0 0 8 1 19 0 9 0 27729970 889036800 30150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30397/tid=30406] ppid=30395 vsize=868200 CPUtime=0.09
/proc/30397/task/30406/stat : 30406 (java) S 30395 30397 28996 0 -1 64 38 607 0 0 0 0 8 1 15 0 9 0 27729970 889036800 30150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 868200

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

Child status: 0
Real time (s): 6.34707
CPU time (s): 6.23605
CPU user time (s): 5.9081
CPU system time (s): 0.32795
CPU usage (%): 98.2508
Max. virtual memory (cumulated for all children) (KiB): 868200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.9081
system time used= 0.32795
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50950
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= 1901
involuntary context switches= 2209

runsolver used 0.019996 second user time and 0.020996 second system time

The end

Launcher Data

Begin job on node73 at 2009-07-12 15:50:46
IDJOB=2095146
IDBENCH=54915
IDSOLVER=774
FILE ID=node73/2095146-1247406646
PBS_JOBID= 9510504
Free space on /tmp= 66480 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/ukHerald/normalized-crossword-m1-uk-19-02.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2095146-1247406646/watcher-2095146-1247406646 -o /tmp/evaluation-result-2095146-1247406646/solver-2095146-1247406646 -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-2095146-1247406646.xml

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

MD5SUM BENCH= 58701967042ffa298c4219b2e2e6ec10
RANDOM SEED=1297797434

node73.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.213
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.213
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:       1727192 kB
Buffers:         34424 kB
Cached:         137412 kB
SwapCached:          0 kB
Active:         168704 kB
Inactive:       104756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1727192 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4836 kB
Writeback:           0 kB
Mapped:         122112 kB
Slab:            40312 kB
Committed_AS:   989236 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= 66480 MiB
End job on node73 at 2009-07-12 15:50:53