Trace number 1064096

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 5.80912 5.94546

DiagnosticValue
CHECKS711803
NODES294

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-19-05.xml
MD5SUM7673da9bb2ec89d6ebeb64aba0b3e8de
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.577912
Satisfiable
(Un)Satisfiability was proved
Number of variables291
Number of constraints2544
Maximum constraint arity32
Maximum domain size26
Number of constraints which are defined in extension126
Number of constraints which are defined in intension2418
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=esac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-1064096-1215139774.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.38/0.42	     nbVariables=291  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=7566
0.38/0.42	       =>  wckTime=0.171  cpuTime=0.17  mem=8M894
0.38/0.42	   
0.38/0.42	   relations being loaded...
0.68/0.75	   
0.68/0.75	   predicates being loaded...
0.77/0.81	   
0.77/0.81	   constraints being loaded...
1.26/1.35	   Too large in ConstraintConflictsSTructure
1.26/1.38	   Too large in ConstraintConflictsSTructure
1.36/1.40	   Too large in ConstraintConflictsSTructure
2.43/2.55	     nbConstraints=2544  nbRelationTypes=7  nbGlobalConstraints=126  nbExtensionStructures=7
2.43/2.55	     nbSharedExtensionStructures=119  nbConflictsStructures=4  nbSharedConflictsStructures=109
2.43/2.55	     nbUnbuiltConflictsStructures=10  nbSharedBinaryRepresentations=0  nbEvaluationManagers=7
2.43/2.55	     nbSharedEvaluationManagers=2411  minDegree=9  maxDegree=122  minArity=3  avgArity=7.84  maxArity=32  nbGenerators=0
2.43/2.55	     nbFusions=0  symmetryWckTime=0.352  symmetryCpuTime=0.16
2.43/2.55	       =>  wckTime=2.293  cpuTime=1.71  mem=38M487
2.52/2.67	   
2.52/2.67	   solver IterativeSystematicSolver being built... 
2.93/3.03	   
2.93/3.03	   INFO : Forward propagation technique limited 
3.02/3.10	       =>  wckTime=2.851  cpuTime=2.03  mem=78M134
4.60/4.71	   
4.60/4.71	   preprocessing
4.60/4.71	     nbConstraintChecks=303590  nbValidityChecks=12425186  nbPropagations=3369  nbRevisions=34013
4.60/4.71	     nbUselessRevisions=33997  nbSingletonTests=301  nbEffectiveSingletonTests=0  nbACRemovals=187  nbFoundSingletons=0
4.60/4.71	     nbRemovedValues=187  detectedInconsistency=no
4.60/4.71	       =>  wckTime=1.599  cpuTime=1.53  mem=79M103
5.70/5.88	   
5.70/5.88	   search
5.70/5.88	     run=0  nbConstraintChecks=408213  nbValidityChecks=4819448  minDepth=96  maxDepth=291  nbPropagations=5225
5.70/5.88	     nbRevisions=106030  nbUselessRevisions=106007  nbAssignments=294  nbFailedAssignments=3  nbBacktracks=0
5.70/5.88	     nbVisitedNodes=298  nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0
5.70/5.88	     nbSEliminables=0  nbREliminables=52.03  nbIEliminables=159.83  nbDEliminables=0  nbPEliminables=0
5.70/5.88	       =>  wckTime=2.769  cpuTime=2.66  mem=80M89
5.70/5.88	   
5.70/5.88	   global
5.70/5.88	     nbConstraintChecks=711803  nbValidityChecks=17244634  nbPropagations=8594  nbRevisions=140043
5.70/5.88	     nbUselessRevisions=140004  nbRestartNogoods=0  solvingWckTime=2.771  solvingCpuTime=2.67  expiredTime=no
5.70/5.88	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=4.68  globalCpuTime=4.74
5.70/5.88	       =>  wckTime=5.627  cpuTime=4.7  mem=80M89
5.70/5.88	   
5.70/5.88	s SATISFIABLE
5.70/5.88	v 1 0 13 2 5 24 18 0 4 18 2 19 0 17 4 14 13 4 17 2 14 14 15 12 0 10 14 0 8 0 18 4 19 20 8 7 0 10 0 1 17 14 18 15 0 13 19 17 0 12 18 19 0 12 3 18 14 3 4 17 4 15 14 11 24 21 8 13 24 11 0 2 4 19 0 19 4 2 7 0 18 4 3 4 23 8 13 4 19 20 11 4 18 13 14 17 18 4 8 17 1 0 0 11 12 14 0 18 8 17 8 18 0 13 3 18 18 0 13 4 4 13 4 3 4 4 10 16 20 0 19 18 12 0 17 19 0 1 11 4 18 18 8 13 6 8 13 3 8 18 6 20 8 18 4 15 0 20 11 18 19 4 8 13 5 17 0 20 18 19 24 15 4 0 13 4 17 0 18 19 8 17 11 7 0 0 17 1 0 4 11 13 4 0 19 18 4 4 0 11 5 0 18 0 23 14 8 3 6 14 15 7 4 17 3 8 5 5 4 17 4 13 19 8 0 11 6 4 0 17 19 0 0 11 4 18 18 8 13 3 0 1 0 18 1 0 17 4 8 21 0 13 19 0 11 4 0 17 11 4 0 11 0 17 11 4 8 18 8 3 4 18 12 0 0 18 6 0 4 18 4 18 13 4 2 14 18 18 4 4 18 
5.70/5.88	d NODES 294
5.70/5.88	d CHECKS 711803
5.70/5.88	   
5.70/5.88	   totalWckTime=5.678  totalCpuTime=4.74

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-1064096-1215139774/watcher-1064096-1215139774 -o /tmp/evaluation-result-1064096-1215139774/solver-1064096-1215139774 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1064096-1215139774.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.02 2.05 2.01 4/83 8370
/proc/meminfo: memFree=1119600/2055920 swapFree=4122684/4192956
[pid=8370] ppid=8368 vsize=18572 CPUtime=0
/proc/8370/stat : 8370 (runsolver) R 8368 8370 5769 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 1543652480 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 252429528359 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/8370/statm: 4643 292 257 25 0 2626 0

[startup+0.09873 s]
/proc/loadavg: 2.02 2.05 2.01 4/83 8370
/proc/meminfo: memFree=1119600/2055920 swapFree=4122684/4192956
[pid=8370] ppid=8368 vsize=865884 CPUtime=0.08
/proc/8370/stat : 8370 (java) S 8368 8370 5769 0 -1 0 3666 0 1 0 6 2 0 0 18 0 9 0 1543652480 886665216 3142 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8370/statm: 216471 3142 1679 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.101734 s]
/proc/loadavg: 2.02 2.05 2.01 4/83 8370
/proc/meminfo: memFree=1119600/2055920 swapFree=4122684/4192956
[pid=8370] ppid=8368 vsize=865884 CPUtime=0.08
/proc/8370/stat : 8370 (java) S 8368 8370 5769 0 -1 0 3678 0 1 0 6 2 0 0 18 0 9 0 1543652480 886665216 3153 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8370/statm: 216471 3153 1679 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301748 s]
/proc/loadavg: 2.02 2.05 2.01 4/83 8370
/proc/meminfo: memFree=1119600/2055920 swapFree=4122684/4192956
[pid=8370] ppid=8368 vsize=866252 CPUtime=0.28
/proc/8370/stat : 8370 (java) S 8368 8370 5769 0 -1 0 5765 0 1 0 24 4 0 0 18 0 9 0 1543652480 887042048 5139 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8370/statm: 216563 5139 1952 9 0 211091 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866252

[startup+0.701795 s]
/proc/loadavg: 2.02 2.05 2.01 4/83 8370
/proc/meminfo: memFree=1119600/2055920 swapFree=4122684/4192956
[pid=8370] ppid=8368 vsize=866528 CPUtime=0.68
/proc/8370/stat : 8370 (java) S 8368 8370 5769 0 -1 0 10719 0 1 0 62 6 0 0 18 0 9 0 1543652480 887324672 10089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8370/statm: 216632 10089 1969 9 0 211160 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866528

[startup+1.50187 s]
/proc/loadavg: 2.02 2.05 2.01 3/92 8379
/proc/meminfo: memFree=1075688/2055920 swapFree=4122684/4192956
[pid=8370] ppid=8368 vsize=867612 CPUtime=1.46
/proc/8370/stat : 8370 (java) S 8368 8370 5769 0 -1 0 19017 0 1 0 134 12 0 0 18 0 9 0 1543652480 888434688 18350 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8370/statm: 216903 18350 2007 9 0 211431 0
[pid=8370/tid=8372] ppid=8368 vsize=867612 CPUtime=1.17
/proc/8370/task/8372/stat : 8372 (java) R 8368 8370 5769 0 -1 64 15783 0 1 0 108 9 0 0 25 0 9 0 1543652482 888434688 18350 996147200 134512640 134550740 4294955968 18446744073709551615 4126849036 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8370/tid=8373] ppid=8368 vsize=867612 CPUtime=0.03
/proc/8370/task/8373/stat : 8373 (java) S 8368 8370 5769 0 -1 64 1832 0 0 0 3 0 0 0 16 0 9 0 1543652483 888434688 18350 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8370/tid=8374] ppid=8368 vsize=867612 CPUtime=0
/proc/8370/task/8374/stat : 8374 (java) S 8368 8370 5769 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1543652484 888434688 18350 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8370/tid=8375] ppid=8368 vsize=867612 CPUtime=0
/proc/8370/task/8375/stat : 8375 (java) S 8368 8370 5769 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1543652484 888434688 18350 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8370/tid=8376] ppid=8368 vsize=867612 CPUtime=0
/proc/8370/task/8376/stat : 8376 (java) S 8368 8370 5769 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1543652486 888434688 18350 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8370/tid=8377] ppid=8368 vsize=867612 CPUtime=0.22
/proc/8370/task/8377/stat : 8377 (java) S 8368 8370 5769 0 -1 64 705 0 0 0 22 0 0 0 15 0 9 0 1543652486 888434688 18350 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8370/tid=8378] ppid=8368 vsize=867612 CPUtime=0
/proc/8370/task/8378/stat : 8378 (java) S 8368 8370 5769 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1543652486 888434688 18350 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8370/tid=8379] ppid=8368 vsize=867612 CPUtime=0
/proc/8370/task/8379/stat : 8379 (java) S 8368 8370 5769 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1543652486 888434688 18350 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867612

[startup+3.10203 s]
/proc/loadavg: 2.02 2.05 2.01 5/92 8379
/proc/meminfo: memFree=1034792/2055920 swapFree=4122684/4192956
[pid=8370] ppid=8368 vsize=868116 CPUtime=3.02
/proc/8370/stat : 8370 (java) S 8368 8370 5769 0 -1 0 48483 636 1 0 260 29 12 1 18 0 9 0 1543652480 888950784 28794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8370/statm: 217029 28794 2637 9 0 211535 0
[pid=8370/tid=8372] ppid=8368 vsize=868116 CPUtime=2.35
/proc/8370/task/8372/stat : 8372 (java) R 8368 8370 5769 0 -1 64 28061 636 1 0 202 20 12 1 24 0 9 0 1543652482 888950784 28794 996147200 134512640 134550740 4294955968 18446744073709551615 4125950598 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8370/tid=8373] ppid=8368 vsize=868116 CPUtime=0.44
/proc/8370/task/8373/stat : 8373 (java) S 8368 8370 5769 0 -1 64 18642 636 0 0 25 6 12 1 16 0 9 0 1543652483 888950784 28794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8370/tid=8374] ppid=8368 vsize=868116 CPUtime=0.13
/proc/8370/task/8374/stat : 8374 (java) S 8368 8370 5769 0 -1 64 18 636 0 0 0 0 12 1 16 0 9 0 1543652484 888950784 28794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8370/tid=8375] ppid=8368 vsize=868116 CPUtime=0.13
/proc/8370/task/8375/stat : 8375 (java) S 8368 8370 5769 0 -1 64 8 636 0 0 0 0 12 1 15 0 9 0 1543652484 888950784 28794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8370/tid=8376] ppid=8368 vsize=868116 CPUtime=0.13
/proc/8370/task/8376/stat : 8376 (java) S 8368 8370 5769 0 -1 64 0 636 0 0 0 0 12 1 18 0 9 0 1543652486 888950784 28794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8370/tid=8377] ppid=8368 vsize=868116 CPUtime=0.44
/proc/8370/task/8377/stat : 8377 (java) S 8368 8370 5769 0 -1 64 938 636 0 0 31 0 12 1 15 0 9 0 1543652486 888950784 28794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8370/tid=8378] ppid=8368 vsize=868116 CPUtime=0.13
/proc/8370/task/8378/stat : 8378 (java) S 8368 8370 5769 0 -1 64 2 636 0 0 0 0 12 1 19 0 9 0 1543652486 888950784 28794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8370/tid=8379] ppid=8368 vsize=868116 CPUtime=0.13
/proc/8370/task/8379/stat : 8379 (java) S 8368 8370 5769 0 -1 64 13 636 0 0 0 0 12 1 15 0 9 0 1543652486 888950784 28794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 868116

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

[startup+4.70219 s]
/proc/loadavg: 2.02 2.05 2.01 3/92 8383
/proc/meminfo: memFree=1013288/2055920 swapFree=4122684/4192956
[pid=8370] ppid=8368 vsize=868116 CPUtime=4.6
/proc/8370/stat : 8370 (java) S 8368 8370 5769 0 -1 0 49163 636 1 0 418 29 12 1 18 0 9 0 1543652480 888950784 28841 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8370/statm: 217029 28841 2637 9 0 211535 0
[pid=8370/tid=8372] ppid=8368 vsize=868116 CPUtime=3.88
/proc/8370/task/8372/stat : 8372 (java) R 8368 8370 5769 0 -1 64 28705 636 1 0 355 20 12 1 25 0 9 0 1543652482 888950784 28841 996147200 134512640 134550740 4294955968 18446744073709551615 4125952076 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8370/tid=8373] ppid=8368 vsize=868116 CPUtime=0.44
/proc/8370/task/8373/stat : 8373 (java) S 8368 8370 5769 0 -1 64 18642 636 0 0 25 6 12 1 16 0 9 0 1543652483 888950784 28841 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8370/tid=8374] ppid=8368 vsize=868116 CPUtime=0.13
/proc/8370/task/8374/stat : 8374 (java) S 8368 8370 5769 0 -1 64 18 636 0 0 0 0 12 1 16 0 9 0 1543652484 888950784 28841 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8370/tid=8375] ppid=8368 vsize=868116 CPUtime=0.13
/proc/8370/task/8375/stat : 8375 (java) S 8368 8370 5769 0 -1 64 8 636 0 0 0 0 12 1 15 0 9 0 1543652484 888950784 28841 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8370/tid=8376] ppid=8368 vsize=868116 CPUtime=0.13
/proc/8370/task/8376/stat : 8376 (java) S 8368 8370 5769 0 -1 64 0 636 0 0 0 0 12 1 18 0 9 0 1543652486 888950784 28841 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8370/tid=8377] ppid=8368 vsize=868116 CPUtime=0.51
/proc/8370/task/8377/stat : 8377 (java) S 8368 8370 5769 0 -1 64 974 636 0 0 37 1 12 1 15 0 9 0 1543652486 888950784 28841 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8370/tid=8378] ppid=8368 vsize=868116 CPUtime=0.13
/proc/8370/task/8378/stat : 8378 (java) S 8368 8370 5769 0 -1 64 2 636 0 0 0 0 12 1 19 0 9 0 1543652486 888950784 28841 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8370/tid=8379] ppid=8368 vsize=868116 CPUtime=0.13
/proc/8370/task/8379/stat : 8379 (java) S 8368 8370 5769 0 -1 64 13 636 0 0 0 0 12 1 15 0 9 0 1543652486 888950784 28841 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.6
Current children cumulated vsize (KiB) 868116

[startup+5.50728 s]
/proc/loadavg: 2.02 2.05 2.01 3/92 8383
/proc/meminfo: memFree=1013160/2055920 swapFree=4122684/4192956
[pid=8370] ppid=8368 vsize=868116 CPUtime=5.4
/proc/8370/stat : 8370 (java) S 8368 8370 5769 0 -1 0 49210 636 1 0 497 30 12 1 18 0 9 0 1543652480 888950784 28858 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8370/statm: 217029 28858 2637 9 0 211535 0
[pid=8370/tid=8372] ppid=8368 vsize=868116 CPUtime=4.65
/proc/8370/task/8372/stat : 8372 (java) R 8368 8370 5769 0 -1 64 28713 636 1 0 432 20 12 1 25 0 9 0 1543652482 888950784 28858 996147200 134512640 134550740 4294955968 18446744073709551615 4127269653 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8370/tid=8373] ppid=8368 vsize=868116 CPUtime=0.44
/proc/8370/task/8373/stat : 8373 (java) S 8368 8370 5769 0 -1 64 18642 636 0 0 25 6 12 1 17 0 9 0 1543652483 888950784 28858 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8370/tid=8374] ppid=8368 vsize=868116 CPUtime=0.13
/proc/8370/task/8374/stat : 8374 (java) S 8368 8370 5769 0 -1 64 18 636 0 0 0 0 12 1 16 0 9 0 1543652484 888950784 28858 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8370/tid=8375] ppid=8368 vsize=868116 CPUtime=0.13
/proc/8370/task/8375/stat : 8375 (java) S 8368 8370 5769 0 -1 64 8 636 0 0 0 0 12 1 15 0 9 0 1543652484 888950784 28858 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8370/tid=8376] ppid=8368 vsize=868116 CPUtime=0.13
/proc/8370/task/8376/stat : 8376 (java) S 8368 8370 5769 0 -1 64 0 636 0 0 0 0 12 1 18 0 9 0 1543652486 888950784 28858 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8370/tid=8377] ppid=8368 vsize=868116 CPUtime=0.53
/proc/8370/task/8377/stat : 8377 (java) S 8368 8370 5769 0 -1 64 985 636 0 0 39 1 12 1 15 0 9 0 1543652486 888950784 28858 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8370/tid=8378] ppid=8368 vsize=868116 CPUtime=0.13
/proc/8370/task/8378/stat : 8378 (java) S 8368 8370 5769 0 -1 64 2 636 0 0 0 0 12 1 19 0 9 0 1543652486 888950784 28858 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8370/tid=8379] ppid=8368 vsize=868116 CPUtime=0.13
/proc/8370/task/8379/stat : 8379 (java) S 8368 8370 5769 0 -1 64 41 636 0 0 0 0 12 1 15 0 9 0 1543652486 888950784 28858 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.4
Current children cumulated vsize (KiB) 868116

[startup+5.90231 s]
/proc/loadavg: 2.02 2.05 2.01 3/92 8383
/proc/meminfo: memFree=1013160/2055920 swapFree=4122684/4192956
[pid=8370] ppid=8368 vsize=868116 CPUtime=5.78
/proc/8370/stat : 8370 (java) S 8368 8370 5769 0 -1 0 49220 636 1 0 535 30 12 1 18 0 9 0 1543652480 888950784 28862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8370/statm: 217029 28862 2637 9 0 211535 0
[pid=8370/tid=8372] ppid=8368 vsize=868116 CPUtime=5.03
/proc/8370/task/8372/stat : 8372 (java) S 8368 8370 5769 0 -1 64 28722 636 1 0 470 20 12 1 25 0 9 0 1543652482 888950784 28862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8370/tid=8373] ppid=8368 vsize=868116 CPUtime=0.44
/proc/8370/task/8373/stat : 8373 (java) S 8368 8370 5769 0 -1 64 18642 636 0 0 25 6 12 1 17 0 9 0 1543652483 888950784 28862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8370/tid=8374] ppid=8368 vsize=868116 CPUtime=0.13
/proc/8370/task/8374/stat : 8374 (java) S 8368 8370 5769 0 -1 64 18 636 0 0 0 0 12 1 16 0 9 0 1543652484 888950784 28862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8370/tid=8375] ppid=8368 vsize=868116 CPUtime=0.13
/proc/8370/task/8375/stat : 8375 (java) S 8368 8370 5769 0 -1 64 8 636 0 0 0 0 12 1 15 0 9 0 1543652484 888950784 28862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8370/tid=8376] ppid=8368 vsize=868116 CPUtime=0.13
/proc/8370/task/8376/stat : 8376 (java) S 8368 8370 5769 0 -1 64 0 636 0 0 0 0 12 1 18 0 9 0 1543652486 888950784 28862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8370/tid=8377] ppid=8368 vsize=868116 CPUtime=0.53
/proc/8370/task/8377/stat : 8377 (java) S 8368 8370 5769 0 -1 64 986 636 0 0 39 1 12 1 16 0 9 0 1543652486 888950784 28862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8370/tid=8378] ppid=8368 vsize=868116 CPUtime=0.13
/proc/8370/task/8378/stat : 8378 (java) S 8368 8370 5769 0 -1 64 2 636 0 0 0 0 12 1 19 0 9 0 1543652486 888950784 28862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8370/tid=8379] ppid=8368 vsize=868116 CPUtime=0.13
/proc/8370/task/8379/stat : 8379 (java) S 8368 8370 5769 0 -1 64 41 636 0 0 0 0 12 1 15 0 9 0 1543652486 888950784 28862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.78
Current children cumulated vsize (KiB) 868116

Child status: 0
Real time (s): 5.94546
CPU time (s): 5.80912
CPU user time (s): 5.47617
CPU system time (s): 0.332949
CPU usage (%): 97.7068
Max. virtual memory (cumulated for all children) (KiB): 868116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.47617
system time used= 0.332949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49884
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= 1674
involuntary context switches= 1818

runsolver used 0.009998 second user time and 0.029995 second system time

The end

Launcher Data (download as text)

Begin job on node12 at 2008-07-04 04:49:34
IDJOB=1064096
IDBENCH=54906
IDSOLVER=364
FILE ID=node12/1064096-1215139774
PBS_JOBID= 7877257
Free space on /tmp= 66548 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/ukHerald/normalized-crossword-m1-uk-19-05.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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064096-1215139774/watcher-1064096-1215139774 -o /tmp/evaluation-result-1064096-1215139774/solver-1064096-1215139774 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1064096-1215139774.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7673da9bb2ec89d6ebeb64aba0b3e8de
RANDOM SEED=1951186964

node12.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1120080 kB
Buffers:          7300 kB
Cached:          83692 kB
SwapCached:      64320 kB
Active:         831600 kB
Inactive:        46404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1120080 kB
SwapTotal:     4192956 kB
SwapFree:      4122684 kB
Dirty:            3492 kB
Writeback:           0 kB
Mapped:         798564 kB
Slab:            41564 kB
Committed_AS:  3570576 kB
PageTables:       3308 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= 66544 MiB
End job on node12 at 2008-07-04 04:49:40