Trace number 1063969

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 5.17621 5.2231

DiagnosticValue
CHECKS562361
NODES309

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-19-01.xml
MD5SUMb7bed55c66b3e0f4d0b156ba753989a9
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.882865
Satisfiable
(Un)Satisfiability was proved
Number of variables301
Number of constraints2940
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension128
Number of constraints which are defined in intension2812
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.08	
0.02/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.27	   
0.18/0.27	   instance
0.18/0.27	     name=HOME/instance-1063969-1215473967.xml
0.29/0.30	   
0.29/0.30	   domains being loaded...
0.29/0.31	   
0.29/0.31	   variables being loaded...
0.29/0.39	     nbVariables=301  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=7826
0.29/0.39	       =>  wckTime=0.154  cpuTime=0.12  mem=8M894
0.29/0.39	   
0.29/0.39	   relations being loaded...
0.68/0.73	   
0.68/0.73	   predicates being loaded...
0.68/0.79	   
0.68/0.79	   constraints being loaded...
1.18/1.26	   Too large in ConstraintConflictsSTructure
1.28/1.30	   Too large in ConstraintConflictsSTructure
1.28/1.34	   Too large in ConstraintConflictsSTructure
2.56/2.66	     nbConstraints=2940  nbRelationTypes=7  nbGlobalConstraints=128  nbExtensionStructures=7
2.56/2.66	     nbSharedExtensionStructures=121  nbConflictsStructures=4  nbSharedConflictsStructures=106
2.56/2.66	     nbUnbuiltConflictsStructures=10  nbSharedBinaryRepresentations=0  nbEvaluationManagers=7
2.56/2.66	     nbSharedEvaluationManagers=2805  minDegree=6  maxDegree=138  minArity=3  avgArity=8.06  maxArity=18  nbGenerators=0
2.56/2.66	     nbFusions=0  symmetryWckTime=0.438  symmetryCpuTime=0.18
2.56/2.66	       =>  wckTime=2.42  cpuTime=1.85  mem=42M540
2.67/2.80	   
2.77/2.81	   solver IterativeSystematicSolver being built... 
3.07/3.19	   
3.17/3.20	   INFO : Forward propagation technique limited 
3.27/3.36	       =>  wckTime=3.121  cpuTime=2.2  mem=71M185
3.56/3.63	   
3.56/3.63	   preprocessing
3.56/3.63	     nbConstraintChecks=0  nbValidityChecks=1525464  nbPropagations=315  nbRevisions=0  nbUselessRevisions=0
3.56/3.63	     nbRemovedValues=74  detectedInconsistency=no
3.56/3.63	       =>  wckTime=0.263  cpuTime=0.24  mem=72M168
5.05/5.18	   
5.05/5.18	   search
5.05/5.18	     run=0  nbConstraintChecks=562361  nbValidityChecks=6986138  minDepth=12  maxDepth=301  nbPropagations=2185
5.05/5.18	     nbRevisions=88482  nbUselessRevisions=88443  nbAssignments=309  nbFailedAssignments=8  nbBacktracks=0
5.05/5.18	     nbVisitedNodes=318  nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0
5.05/5.18	     nbSEliminables=0  nbREliminables=94.47  nbIEliminables=111.41  nbDEliminables=0  nbPEliminables=0
5.05/5.18	       =>  wckTime=1.813  cpuTime=1.72  mem=74M151
5.05/5.18	   
5.05/5.18	   global
5.05/5.18	     nbConstraintChecks=562361  nbValidityChecks=8511602  nbPropagations=2500  nbRevisions=88482
5.05/5.18	     nbUselessRevisions=88443  nbRestartNogoods=0  solvingWckTime=1.816  solvingCpuTime=1.72  expiredTime=no
5.05/5.18	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=3.91  globalCpuTime=3.97
5.05/5.18	       =>  wckTime=4.941  cpuTime=3.93  mem=74M151
5.05/5.18	   
5.05/5.18	s SATISFIABLE
5.05/5.18	v 18 0 11 18 2 0 17 14 0 13 0 11 18 14 0 15 20 17 0 14 7 14 0 18 17 0 13 8 7 0 21 4 17 4 12 1 17 0 13 3 19 2 14 13 5 4 17 17 0 11 0 19 15 4 0 2 4 12 14 4 18 4 13 8 18 11 4 17 24 4 6 0 4 3 1 11 0 4 1 0 19 4 18 1 0 17 18 1 17 8 2 10 1 0 19 0 17 0 17 18 0 17 10 12 4 0 13 19 4 17 0 17 4 12 19 0 17 4 15 0 19 19 4 18 0 13 18 13 0 8 17 14 1 8 10 0 21 0 18 15 0 20 0 18 11 0 18 18 7 0 17 4 18 18 0 17 8 0 12 13 8 0 18 0 17 0 13 18 0 13 3 3 0 1 3 14 0 19 6 0 11 4 18 12 0 18 18 4 11 0 0 17 3 0 0 17 14 13 18 0 17 0 7 0 4 18 17 14 20 13 3 11 4 18 18 15 0 18 24 0 11 4 18 0 17 11 4 11 0 14 18 2 14 1 2 0 18 7 4 22 19 0 4 13 3 0 6 14 1 0 18 8 18 11 0 12 0 1 0 3 3 24 18 15 7 14 17 8 0 19 0 0 11 18 14 17 4 24 6 14 4 1 0 0 18 4 17 6 18 15 0 18 18 11 14 18 18 18 4 18 18 
5.05/5.18	d NODES 309
5.05/5.18	d CHECKS 562361
5.05/5.18	   
5.05/5.18	   totalWckTime=5.005  totalCpuTime=3.97

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-1063969-1215473967/watcher-1063969-1215473967 -o /tmp/evaluation-result-1063969-1215473967/solver-1063969-1215473967 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1063969-1215473967.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.06 2.06 1.72 4/81 5480
/proc/meminfo: memFree=1179528/2055920 swapFree=4192812/4192956
[pid=5480] ppid=5478 vsize=1616 CPUtime=0
/proc/5480/stat : 5480 (java) D 5478 5480 2682 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 4098770 1654784 145 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/5480/statm: 404 145 119 9 0 46 0

[startup+0.033534 s]
/proc/loadavg: 2.06 2.06 1.72 4/81 5480
/proc/meminfo: memFree=1179528/2055920 swapFree=4192812/4192956
[pid=5480] ppid=5478 vsize=861876 CPUtime=0.02
/proc/5480/stat : 5480 (java) S 5478 5480 2682 0 -1 0 2104 0 1 0 1 1 0 0 18 0 5 0 4098770 882561024 1752 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/5480/statm: 215469 1752 808 9 0 210448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.101546 s]
/proc/loadavg: 2.06 2.06 1.72 4/81 5480
/proc/meminfo: memFree=1179528/2055920 swapFree=4192812/4192956
[pid=5480] ppid=5478 vsize=865884 CPUtime=0.09
/proc/5480/stat : 5480 (java) S 5478 5480 2682 0 -1 0 3733 0 1 0 7 2 0 0 18 0 9 0 4098770 886665216 3197 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5480/statm: 216471 3199 1694 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301567 s]
/proc/loadavg: 2.06 2.06 1.72 4/81 5480
/proc/meminfo: memFree=1179528/2055920 swapFree=4192812/4192956
[pid=5480] ppid=5478 vsize=866408 CPUtime=0.29
/proc/5480/stat : 5480 (java) S 5478 5480 2682 0 -1 0 6021 0 1 0 25 4 0 0 18 0 9 0 4098770 887201792 5395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5480/statm: 216602 5396 1956 9 0 211130 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866408

[startup+0.701612 s]
/proc/loadavg: 2.06 2.06 1.72 4/81 5480
/proc/meminfo: memFree=1179528/2055920 swapFree=4192812/4192956
[pid=5480] ppid=5478 vsize=866400 CPUtime=0.68
/proc/5480/stat : 5480 (java) S 5478 5480 2682 0 -1 0 15206 0 1 0 60 8 0 0 18 0 9 0 4098770 887193600 14576 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5480/statm: 216600 14577 1969 9 0 211128 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866400

[startup+1.50171 s]
/proc/loadavg: 2.06 2.06 1.72 3/90 5489
/proc/meminfo: memFree=1112640/2055920 swapFree=4192812/4192956
[pid=5480] ppid=5478 vsize=867596 CPUtime=1.48
/proc/5480/stat : 5480 (java) S 5478 5480 2682 0 -1 0 22014 0 1 0 136 12 0 0 18 0 9 0 4098770 888418304 21347 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5480/statm: 216899 21350 2007 9 0 211427 0
[pid=5480/tid=5482] ppid=5478 vsize=867596 CPUtime=1.21
/proc/5480/task/5482/stat : 5482 (java) R 5478 5480 2682 0 -1 64 15785 0 1 0 112 9 0 0 25 0 9 0 4098771 888418304 21352 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5480/tid=5483] ppid=5478 vsize=867596 CPUtime=0.06
/proc/5480/task/5483/stat : 5483 (java) R 5478 5480 2682 0 -1 64 4845 0 0 0 5 1 0 0 16 0 9 0 4098772 888418304 21355 996147200 134512640 134550740 4294955968 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5480/tid=5484] ppid=5478 vsize=867596 CPUtime=0
/proc/5480/task/5484/stat : 5484 (java) S 5478 5480 2682 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 4098773 888418304 21358 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5480/tid=5485] ppid=5478 vsize=867596 CPUtime=0
/proc/5480/task/5485/stat : 5485 (java) S 5478 5480 2682 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 4098773 888418304 21360 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5480/tid=5486] ppid=5478 vsize=867596 CPUtime=0
/proc/5480/task/5486/stat : 5486 (java) S 5478 5480 2682 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 4098774 888418304 21363 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5480/tid=5487] ppid=5478 vsize=867596 CPUtime=0.18
/proc/5480/task/5487/stat : 5487 (java) S 5478 5480 2682 0 -1 64 693 0 0 0 18 0 0 0 15 0 9 0 4098774 888418304 21365 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5480/tid=5488] ppid=5478 vsize=867596 CPUtime=0
/proc/5480/task/5488/stat : 5488 (java) S 5478 5480 2682 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 4098775 888418304 21368 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5480/tid=5489] ppid=5478 vsize=867596 CPUtime=0
/proc/5480/task/5489/stat : 5489 (java) S 5478 5480 2682 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4098775 888418304 21371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867596

[startup+3.10289 s]
/proc/loadavg: 2.13 2.07 1.72 3/90 5489
/proc/meminfo: memFree=1090816/2055920 swapFree=4192812/4192956
[pid=5480] ppid=5478 vsize=868100 CPUtime=3.07
/proc/5480/stat : 5480 (java) S 5478 5480 2682 0 -1 0 52668 703 1 0 260 32 14 1 18 0 9 0 4098770 888934400 31060 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5480/statm: 217025 31060 2636 9 0 211531 0
[pid=5480/tid=5482] ppid=5478 vsize=868100 CPUtime=2.38
/proc/5480/task/5482/stat : 5482 (java) S 5478 5480 2682 0 -1 64 28395 703 1 0 201 22 14 1 17 0 9 0 4098771 888934400 31060 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5480/tid=5483] ppid=5478 vsize=868100 CPUtime=0.52
/proc/5480/task/5483/stat : 5483 (java) R 5478 5480 2682 0 -1 64 22517 703 0 0 31 6 14 1 18 0 9 0 4098772 888934400 31060 996147200 134512640 134550740 4294955968 18446744073709551615 104457123 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5480/tid=5484] ppid=5478 vsize=868100 CPUtime=0.15
/proc/5480/task/5484/stat : 5484 (java) S 5478 5480 2682 0 -1 64 16 703 0 0 0 0 14 1 16 0 9 0 4098773 888934400 31060 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5480/tid=5485] ppid=5478 vsize=868100 CPUtime=0.15
/proc/5480/task/5485/stat : 5485 (java) S 5478 5480 2682 0 -1 64 9 703 0 0 0 0 14 1 16 0 9 0 4098773 888934400 31060 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5480/tid=5486] ppid=5478 vsize=868100 CPUtime=0.15
/proc/5480/task/5486/stat : 5486 (java) S 5478 5480 2682 0 -1 64 1 703 0 0 0 0 14 1 23 0 9 0 4098774 888934400 31060 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5480/tid=5487] ppid=5478 vsize=868100 CPUtime=0.42
/proc/5480/task/5487/stat : 5487 (java) S 5478 5480 2682 0 -1 64 919 703 0 0 27 0 14 1 15 0 9 0 4098774 888934400 31060 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5480/tid=5488] ppid=5478 vsize=868100 CPUtime=0.15
/proc/5480/task/5488/stat : 5488 (java) S 5478 5480 2682 0 -1 64 2 703 0 0 0 0 14 1 24 0 9 0 4098775 888934400 31060 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5480/tid=5489] ppid=5478 vsize=868100 CPUtime=0.15
/proc/5480/task/5489/stat : 5489 (java) S 5478 5480 2682 0 -1 64 9 703 0 0 0 0 14 1 15 0 9 0 4098775 888934400 31060 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 868100

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

[startup+3.90298 s]
/proc/loadavg: 2.13 2.07 1.72 5/90 5493
/proc/meminfo: memFree=1064944/2055920 swapFree=4192812/4192956
[pid=5480] ppid=5478 vsize=868012 CPUtime=3.86
/proc/5480/stat : 5480 (java) S 5478 5480 2682 0 -1 0 58112 703 1 0 337 34 14 1 18 0 9 0 4098770 888844288 34963 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5480/statm: 217003 34963 2615 9 0 211531 0
[pid=5480/tid=5482] ppid=5478 vsize=868012 CPUtime=3.01
/proc/5480/task/5482/stat : 5482 (java) R 5478 5480 2682 0 -1 64 29486 703 1 0 263 23 14 1 19 0 9 0 4098771 888844288 34963 996147200 134512640 134550740 4294955968 18446744073709551615 4127224852 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5480/tid=5483] ppid=5478 vsize=868012 CPUtime=0.62
/proc/5480/task/5483/stat : 5483 (java) S 5478 5480 2682 0 -1 64 26831 703 0 0 39 8 14 1 19 0 9 0 4098772 888844288 34963 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5480/tid=5484] ppid=5478 vsize=868012 CPUtime=0.15
/proc/5480/task/5484/stat : 5484 (java) S 5478 5480 2682 0 -1 64 16 703 0 0 0 0 14 1 15 0 9 0 4098773 888844288 34963 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5480/tid=5485] ppid=5478 vsize=868012 CPUtime=0.15
/proc/5480/task/5485/stat : 5485 (java) S 5478 5480 2682 0 -1 64 9 703 0 0 0 0 14 1 15 0 9 0 4098773 888844288 34963 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5480/tid=5486] ppid=5478 vsize=868012 CPUtime=0.15
/proc/5480/task/5486/stat : 5486 (java) S 5478 5480 2682 0 -1 64 1 703 0 0 0 0 14 1 23 0 9 0 4098774 888844288 34963 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5480/tid=5487] ppid=5478 vsize=868012 CPUtime=0.48
/proc/5480/task/5487/stat : 5487 (java) S 5478 5480 2682 0 -1 64 958 703 0 0 33 0 14 1 16 0 9 0 4098774 888844288 34963 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5480/tid=5488] ppid=5478 vsize=868012 CPUtime=0.15
/proc/5480/task/5488/stat : 5488 (java) S 5478 5480 2682 0 -1 64 2 703 0 0 0 0 14 1 24 0 9 0 4098775 888844288 34963 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5480/tid=5489] ppid=5478 vsize=868012 CPUtime=0.15
/proc/5480/task/5489/stat : 5489 (java) S 5478 5480 2682 0 -1 64 9 703 0 0 0 0 14 1 15 0 9 0 4098775 888844288 34963 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 868012

[startup+4.70207 s]
/proc/loadavg: 2.13 2.07 1.72 3/90 5493
/proc/meminfo: memFree=1049200/2055920 swapFree=4192812/4192956
[pid=5480] ppid=5478 vsize=868012 CPUtime=4.65
/proc/5480/stat : 5480 (java) S 5478 5480 2682 0 -1 0 58175 703 1 0 416 34 14 1 18 0 9 0 4098770 888844288 34970 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5480/statm: 217003 34970 2615 9 0 211531 0
[pid=5480/tid=5482] ppid=5478 vsize=868012 CPUtime=3.79
/proc/5480/task/5482/stat : 5482 (java) R 5478 5480 2682 0 -1 64 29542 703 1 0 341 23 14 1 20 0 9 0 4098771 888844288 34970 996147200 134512640 134550740 4294955968 18446744073709551615 4127299887 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5480/tid=5483] ppid=5478 vsize=868012 CPUtime=0.62
/proc/5480/task/5483/stat : 5483 (java) S 5478 5480 2682 0 -1 64 26831 703 0 0 39 8 14 1 16 0 9 0 4098772 888844288 34970 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5480/tid=5484] ppid=5478 vsize=868012 CPUtime=0.15
/proc/5480/task/5484/stat : 5484 (java) S 5478 5480 2682 0 -1 64 16 703 0 0 0 0 14 1 15 0 9 0 4098773 888844288 34970 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5480/tid=5485] ppid=5478 vsize=868012 CPUtime=0.15
/proc/5480/task/5485/stat : 5485 (java) S 5478 5480 2682 0 -1 64 9 703 0 0 0 0 14 1 15 0 9 0 4098773 888844288 34970 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5480/tid=5486] ppid=5478 vsize=868012 CPUtime=0.15
/proc/5480/task/5486/stat : 5486 (java) S 5478 5480 2682 0 -1 64 1 703 0 0 0 0 14 1 23 0 9 0 4098774 888844288 34970 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5480/tid=5487] ppid=5478 vsize=868012 CPUtime=0.49
/proc/5480/task/5487/stat : 5487 (java) S 5478 5480 2682 0 -1 64 965 703 0 0 34 0 14 1 15 0 9 0 4098774 888844288 34970 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5480/tid=5488] ppid=5478 vsize=868012 CPUtime=0.15
/proc/5480/task/5488/stat : 5488 (java) S 5478 5480 2682 0 -1 64 2 703 0 0 0 0 14 1 24 0 9 0 4098775 888844288 34970 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5480/tid=5489] ppid=5478 vsize=868012 CPUtime=0.15
/proc/5480/task/5489/stat : 5489 (java) S 5478 5480 2682 0 -1 64 9 703 0 0 0 0 14 1 15 0 9 0 4098775 888844288 34970 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.65
Current children cumulated vsize (KiB) 868012

[startup+5.10212 s]
/proc/loadavg: 2.13 2.07 1.72 3/90 5493
/proc/meminfo: memFree=1049200/2055920 swapFree=4192812/4192956
[pid=5480] ppid=5478 vsize=868012 CPUtime=5.05
/proc/5480/stat : 5480 (java) S 5478 5480 2682 0 -1 0 58194 703 1 0 456 34 14 1 18 0 9 0 4098770 888844288 34972 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5480/statm: 217003 34972 2615 9 0 211531 0
[pid=5480/tid=5482] ppid=5478 vsize=868012 CPUtime=4.18
/proc/5480/task/5482/stat : 5482 (java) R 5478 5480 2682 0 -1 64 29559 703 1 0 380 23 14 1 24 0 9 0 4098771 888844288 34972 996147200 134512640 134550740 4294955968 18446744073709551615 4127281724 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5480/tid=5483] ppid=5478 vsize=868012 CPUtime=0.62
/proc/5480/task/5483/stat : 5483 (java) S 5478 5480 2682 0 -1 64 26831 703 0 0 39 8 14 1 16 0 9 0 4098772 888844288 34972 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5480/tid=5484] ppid=5478 vsize=868012 CPUtime=0.15
/proc/5480/task/5484/stat : 5484 (java) S 5478 5480 2682 0 -1 64 16 703 0 0 0 0 14 1 15 0 9 0 4098773 888844288 34972 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5480/tid=5485] ppid=5478 vsize=868012 CPUtime=0.15
/proc/5480/task/5485/stat : 5485 (java) S 5478 5480 2682 0 -1 64 9 703 0 0 0 0 14 1 15 0 9 0 4098773 888844288 34972 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5480/tid=5486] ppid=5478 vsize=868012 CPUtime=0.15
/proc/5480/task/5486/stat : 5486 (java) S 5478 5480 2682 0 -1 64 1 703 0 0 0 0 14 1 23 0 9 0 4098774 888844288 34972 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5480/tid=5487] ppid=5478 vsize=868012 CPUtime=0.49
/proc/5480/task/5487/stat : 5487 (java) S 5478 5480 2682 0 -1 64 967 703 0 0 34 0 14 1 15 0 9 0 4098774 888844288 34972 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5480/tid=5488] ppid=5478 vsize=868012 CPUtime=0.15
/proc/5480/task/5488/stat : 5488 (java) S 5478 5480 2682 0 -1 64 2 703 0 0 0 0 14 1 24 0 9 0 4098775 888844288 34972 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5480/tid=5489] ppid=5478 vsize=868012 CPUtime=0.15
/proc/5480/task/5489/stat : 5489 (java) S 5478 5480 2682 0 -1 64 9 703 0 0 0 0 14 1 15 0 9 0 4098775 888844288 34972 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.05
Current children cumulated vsize (KiB) 868012

[startup+5.20223 s]
/proc/loadavg: 2.13 2.07 1.72 3/90 5493
/proc/meminfo: memFree=1049200/2055920 swapFree=4192812/4192956
[pid=5480] ppid=5478 vsize=0 CPUtime=5.13
/proc/5480/stat : 5480 (java) Z 5478 5480 2682 0 -1 12 58238 703 1 0 464 34 14 1 16 0 2 0 4098770 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5480/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.13
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 5.2231
CPU time (s): 5.17621
CPU user time (s): 4.79227
CPU system time (s): 0.383941
CPU usage (%): 99.1024
Max. virtual memory (cumulated for all children) (KiB): 868100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.79227
system time used= 0.383941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58941
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= 1755
involuntary context switches= 1805

runsolver used 0.010998 second user time and 0.022996 second system time

The end

Launcher Data (download as text)

Begin job on node23 at 2008-07-08 01:39:28
IDJOB=1063969
IDBENCH=54892
IDSOLVER=363
FILE ID=node23/1063969-1215473967
PBS_JOBID= 7888599
Free space on /tmp= 66536 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/ukHerald/normalized-crossword-m1-uk-19-01.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1063969-1215473967/watcher-1063969-1215473967 -o /tmp/evaluation-result-1063969-1215473967/solver-1063969-1215473967 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1063969-1215473967.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b7bed55c66b3e0f4d0b156ba753989a9
RANDOM SEED=609295038

node23.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.240
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.240
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:       1180008 kB
Buffers:         18932 kB
Cached:         104488 kB
SwapCached:          0 kB
Active:         805876 kB
Inactive:        33716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1180008 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4856 kB
Writeback:           0 kB
Mapped:         736344 kB
Slab:            20136 kB
Committed_AS:   831764 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= 66536 MiB
End job on node23 at 2008-07-08 01:39:33