Trace number 2096625

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 8.82066 8.96555

DiagnosticValue
CHECKS684125
NODES719

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-21-01.xml
MD5SUM13ab84778bda8eddba2aeb453ea356d4
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 benchmark2.51662
Satisfiable
(Un)Satisfiability was proved
Number of variables373
Number of constraints2303
Maximum constraint arity24
Maximum domain size26
Number of constraints which are defined in extension138
Number of constraints which are defined in intension2165
Global constraints used (with number of constraints)

Solver Data

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.19/0.25	
0.19/0.25	   configuration
0.19/0.25	     name=mac.xml
0.19/0.29	   
0.19/0.29	   instance
0.19/0.29	     name=HOME/instance-2096625-1247410409.xml
0.29/0.33	   
0.29/0.33	   domains being loaded...
0.29/0.34	   
0.29/0.34	   variables being loaded...
0.38/0.43	     nbVariables=373  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=9698
0.38/0.43	       =>  wckTime=0.168  cpuTime=0.14  mem=8M867
0.38/0.43	   
0.38/0.43	   relations being loaded...
1.57/1.66	   
1.57/1.66	   predicates being loaded...
1.68/1.72	   
1.68/1.72	   constraints being loaded...
2.17/2.22	   Too large in ConstraintConflictsSTructure
2.27/2.31	   Too large in ConstraintConflictsSTructure
2.36/2.40	   Too large in ConstraintConflictsSTructure
2.47/2.56	   Too large in ConstraintConflictsSTructure
2.47/2.59	   Too large in ConstraintConflictsSTructure
2.57/2.67	   Too large in ConstraintConflictsSTructure
3.93/4.08	     nbConstraints=2303  nbRelationTypes=10  nbGlobalConstraints=138  nbExtensionStructures=10
3.93/4.08	     nbSharedExtensionStructures=128  nbConflictsStructures=4  nbSharedConflictsStructures=106
3.93/4.08	     nbUnbuiltConflictsStructures=16  nbSharedBinaryRepresentations=0  nbEvaluationManagers=10
3.93/4.08	     nbSharedEvaluationManagers=2155  minDegree=4  maxDegree=98  minArity=3  avgArity=9.15  maxArity=24  nbGenerators=0
3.93/4.08	     nbFusions=0  symmetryWckTime=0.366  symmetryCpuTime=0.18
3.93/4.08	       =>  wckTime=3.819  cpuTime=3.11  mem=107M370
4.23/4.30	   
4.23/4.30	   solver IterativeSystematicSolver being built... 
4.52/4.66	   
4.52/4.66	   INFO : Forward propagation technique limited 
4.62/4.73	       =>  wckTime=4.474  cpuTime=3.42  mem=130M363
5.11/5.24	   
5.11/5.24	   preprocessing
5.11/5.24	     nbConstraintChecks=0  nbValidityChecks=3924315  nbPropagations=406  nbRevisions=0  nbUselessRevisions=0
5.11/5.24	     nbRemovedValues=165  detectedInconsistency=no
5.11/5.24	       =>  wckTime=0.506  cpuTime=0.48  mem=131M302
8.68/8.88	   
8.68/8.88	   search
8.68/8.88	     run=1  nbConstraintChecks=684125  nbValidityChecks=28327645  minDepth=42  maxDepth=373  nbPropagations=9437
8.68/8.88	     nbRevisions=212083  nbUselessRevisions=212057  nbAssignments=719  nbFailedAssignments=24  nbBacktracks=28
8.68/8.88	     nbVisitedNodes=752  nbRestartNogoods=10  nbFoundSolutions=1  mapSize=12  nbInferences=0  nbTooLargeKeys=0
8.68/8.88	     nbSEliminables=0  nbREliminables=71.17  nbIEliminables=202.01  nbDEliminables=0  nbPEliminables=0
8.68/8.88	       =>  wckTime=4.147  cpuTime=4.02  mem=133M211
8.68/8.88	   
8.68/8.88	   global
8.68/8.88	     nbConstraintChecks=684125  nbValidityChecks=32251960  nbPropagations=9843  nbRevisions=212083
8.68/8.88	     nbUselessRevisions=212057  nbRestartNogoods=10  solvingWckTime=4.149  solvingCpuTime=4.02  expiredTime=no
8.68/8.88	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=7.44  globalCpuTime=7.49
8.68/8.88	       =>  wckTime=8.627  cpuTime=7.45  mem=133M211
8.68/8.88	   
8.68/8.88	s SATISFIABLE
8.68/8.89	v 12 8 17 18 0 20 17 4 2 0 2 17 4 0 15 17 4 18 4 17 8 2 1 17 0 21 14 13 0 8 18 12 0 8 17 4 12 0 19 7 20 18 0 11 4 12 4 18 19 14 7 0 13 4 13 2 14 8 18 8 21 4 19 4 1 4 12 4 4 4 17 8 13 4 18 18 4 13 4 1 0 19 8 18 2 11 8 13 2 4 17 12 4 19 7 4 21 4 0 25 4 11 11 8 6 4 18 0 6 4 4 18 2 0 13 0 11 8 2 20 11 4 18 17 14 8 12 0 13 18 6 0 17 4 14 15 4 13 2 0 11 18 15 11 8 18 0 6 4 5 4 12 12 4 18 8 12 14 13 8 4 18 4 15 19 14 11 4 19 17 14 14 5 18 0 11 8 4 18 15 0 17 4 18 2 17 8 13 18 2 0 17 4 19 4 2 0 11 4 17 0 4 17 4 3 0 13 2 4 4 13 18 15 4 18 4 18 4 11 5 17 0 15 15 0 13 19 18 17 0 8 17 0 18 4 17 0 17 4 11 8 4 4 15 0 8 17 14 17 4 15 0 17 0 18 14 11 4 8 11 18 5 0 8 13 4 12 0 18 16 20 8 4 25 2 0 11 4 18 1 0 11 19 4 18 0 13 4 18 18 2 8 0 18 15 4 17 4 19 0 13 13 8 13 1 0 8 4 18 12 0 17 2 14 19 19 0 4 2 14 20 17 19 8 14 13 18 13 0 20 17 14 8 18 8 4 13 20 17 8 13 0 17 0 8 4 0 17 17 4 19 14 17 4 4 5 0 17 18 8 0 18 4 18 12 0 18 14 18 11 4 18 4 
8.68/8.89	d NODES 719
8.68/8.89	d CHECKS 684125
8.68/8.89	   
8.68/8.89	   totalWckTime=8.698  totalCpuTime=7.49

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-2096625-1247410409/watcher-2096625-1247410409 -o /tmp/evaluation-result-2096625-1247410409/solver-2096625-1247410409 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2096625-1247410409.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.09 2.04 2.00 4/80 32513
/proc/meminfo: memFree=1746352/2055920 swapFree=4192812/4192956
[pid=32513] ppid=32511 vsize=10676 CPUtime=0
/proc/32513/stat : 32513 (java) S 32511 32513 31053 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 28104180 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32513/statm: 2669 474 207 9 0 1184 0
[pid=32513/tid=32514] ppid=32511 vsize=10676 CPUtime=0
/proc/32513/task/32514/stat : 32514 (java) R 32511 32513 31053 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 28104181 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 8241112 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.112286 s]
/proc/loadavg: 2.09 2.04 2.00 4/80 32513
/proc/meminfo: memFree=1746352/2055920 swapFree=4192812/4192956
[pid=32513] ppid=32511 vsize=865984 CPUtime=0.1
/proc/32513/stat : 32513 (java) S 32511 32513 31053 0 -1 0 3873 0 1 0 8 2 0 0 18 0 9 0 28104180 886767616 3316 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32513/statm: 216496 3316 1740 9 0 210981 0
[pid=32513/tid=32514] ppid=32511 vsize=865984 CPUtime=0.07
/proc/32513/task/32514/stat : 32514 (java) R 32511 32513 31053 0 -1 64 2946 0 1 0 6 1 0 0 20 0 9 0 28104181 886767616 3316 996147200 134512640 134550932 4294955968 18446744073709551615 7861212 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 865984

[startup+0.201301 s]
/proc/loadavg: 2.09 2.04 2.00 4/80 32513
/proc/meminfo: memFree=1746352/2055920 swapFree=4192812/4192956
[pid=32513] ppid=32511 vsize=866144 CPUtime=0.19
/proc/32513/stat : 32513 (java) S 32511 32513 31053 0 -1 0 4713 0 1 0 17 2 0 0 18 0 9 0 28104180 886931456 4130 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32513/statm: 216536 4130 1885 9 0 211014 0
[pid=32513/tid=32514] ppid=32511 vsize=866144 CPUtime=0.15
/proc/32513/task/32514/stat : 32514 (java) R 32511 32513 31053 0 -1 64 3783 0 1 0 14 1 0 0 20 0 9 0 28104181 886931456 4130 996147200 134512640 134550932 4294955968 18446744073709551615 4159510275 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 866144

[startup+0.301317 s]
/proc/loadavg: 2.09 2.04 2.00 4/80 32513
/proc/meminfo: memFree=1746352/2055920 swapFree=4192812/4192956
[pid=32513] ppid=32511 vsize=866380 CPUtime=0.29
/proc/32513/stat : 32513 (java) S 32511 32513 31053 0 -1 0 5889 0 1 0 26 3 0 0 18 0 9 0 28104180 887173120 5255 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32513/statm: 216595 5255 1983 9 0 211053 0
[pid=32513/tid=32514] ppid=32511 vsize=866380 CPUtime=0.23
/proc/32513/task/32514/stat : 32514 (java) R 32511 32513 31053 0 -1 64 4907 0 1 0 21 2 0 0 21 0 9 0 28104181 887173120 5255 996147200 134512640 134550932 4294955968 18446744073709551615 4159510145 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.70139 s]
/proc/loadavg: 2.09 2.04 2.00 4/80 32513
/proc/meminfo: memFree=1746352/2055920 swapFree=4192812/4192956
[pid=32513] ppid=32511 vsize=866616 CPUtime=0.68
/proc/32513/stat : 32513 (java) S 32511 32513 31053 0 -1 0 15975 0 1 0 61 7 0 0 18 0 9 0 28104180 887414784 15337 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32513/statm: 216654 15337 1999 9 0 211112 0
[pid=32513/tid=32514] ppid=32511 vsize=866616 CPUtime=0.58
/proc/32513/task/32514/stat : 32514 (java) R 32511 32513 31053 0 -1 64 14940 0 1 0 52 6 0 0 24 0 9 0 28104181 887414784 15337 996147200 134512640 134550932 4294955968 18446744073709551615 4126636289 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866616

[startup+1.50153 s]
/proc/loadavg: 2.09 2.04 2.00 3/89 32522
/proc/meminfo: memFree=1678120/2055920 swapFree=4192812/4192956
[pid=32513] ppid=32511 vsize=867088 CPUtime=1.47
/proc/32513/stat : 32513 (java) S 32511 32513 31053 0 -1 0 24381 0 1 0 137 10 0 0 18 0 9 0 28104180 887898112 23739 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32513/statm: 216772 23739 2012 9 0 211230 0
[pid=32513/tid=32514] ppid=32511 vsize=867088 CPUtime=1.27
/proc/32513/task/32514/stat : 32514 (java) R 32511 32513 31053 0 -1 64 15715 0 1 0 120 7 0 0 25 0 9 0 28104181 887898112 23739 996147200 134512640 134550932 4294955968 18446744073709551615 4126405570 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32516] ppid=32511 vsize=867088 CPUtime=0.08
/proc/32513/task/32516/stat : 32516 (java) S 32511 32513 31053 0 -1 64 7500 0 0 0 6 2 0 0 16 0 9 0 28104182 887898112 23739 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32517] ppid=32511 vsize=867088 CPUtime=0
/proc/32513/task/32517/stat : 32517 (java) S 32511 32513 31053 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 28104182 887898112 23739 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32518] ppid=32511 vsize=867088 CPUtime=0
/proc/32513/task/32518/stat : 32518 (java) S 32511 32513 31053 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 28104182 887898112 23739 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32519] ppid=32511 vsize=867088 CPUtime=0
/proc/32513/task/32519/stat : 32519 (java) S 32511 32513 31053 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28104184 887898112 23739 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32520] ppid=32511 vsize=867088 CPUtime=0.09
/proc/32513/task/32520/stat : 32520 (java) S 32511 32513 31053 0 -1 64 464 0 0 0 9 0 0 0 16 0 9 0 28104184 887898112 23739 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32521] ppid=32511 vsize=867088 CPUtime=0
/proc/32513/task/32521/stat : 32521 (java) S 32511 32513 31053 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28104184 887898112 23739 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32522] ppid=32511 vsize=867088 CPUtime=0
/proc/32513/task/32522/stat : 32522 (java) S 32511 32513 31053 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28104184 887898112 23739 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867088

[startup+3.10279 s]
/proc/loadavg: 2.09 2.04 2.00 3/89 32522
/proc/meminfo: memFree=1654632/2055920 swapFree=4192812/4192956
[pid=32513] ppid=32511 vsize=867668 CPUtime=3.06
/proc/32513/stat : 32513 (java) S 32511 32513 31053 0 -1 0 30190 0 1 0 286 20 0 0 18 0 9 0 28104180 888492032 29514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32513/statm: 216917 29514 2033 9 0 211375 0
[pid=32513/tid=32514] ppid=32511 vsize=867668 CPUtime=2.6
/proc/32513/task/32514/stat : 32514 (java) R 32511 32513 31053 0 -1 64 15841 0 1 0 247 13 0 0 25 0 9 0 28104181 888492032 29514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32516] ppid=32511 vsize=867668 CPUtime=0.2
/proc/32513/task/32516/stat : 32516 (java) S 32511 32513 31053 0 -1 64 12934 0 0 0 15 5 0 0 16 0 9 0 28104182 888492032 29514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32517] ppid=32511 vsize=867668 CPUtime=0
/proc/32513/task/32517/stat : 32517 (java) S 32511 32513 31053 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 28104182 888492032 29514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32518] ppid=32511 vsize=867668 CPUtime=0
/proc/32513/task/32518/stat : 32518 (java) S 32511 32513 31053 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28104182 888492032 29514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32519] ppid=32511 vsize=867668 CPUtime=0
/proc/32513/task/32519/stat : 32519 (java) S 32511 32513 31053 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28104184 888492032 29514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32520] ppid=32511 vsize=867668 CPUtime=0.23
/proc/32513/task/32520/stat : 32520 (java) S 32511 32513 31053 0 -1 64 713 0 0 0 23 0 0 0 15 0 9 0 28104184 888492032 29514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32521] ppid=32511 vsize=867668 CPUtime=0
/proc/32513/task/32521/stat : 32521 (java) S 32511 32513 31053 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28104184 888492032 29514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32522] ppid=32511 vsize=867668 CPUtime=0
/proc/32513/task/32522/stat : 32522 (java) S 32511 32513 31053 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28104184 888492032 29514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867668

[startup+6.30132 s]
/proc/loadavg: 2.09 2.04 2.00 3/89 32526
/proc/meminfo: memFree=1596008/2055920 swapFree=4192812/4192956
[pid=32513] ppid=32511 vsize=868200 CPUtime=6.2
/proc/32513/stat : 32513 (java) S 32511 32513 31053 0 -1 0 68616 653 1 0 572 36 11 1 18 0 9 0 28104180 889036800 40087 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32513/statm: 217050 40087 2661 9 0 211486 0
[pid=32513/tid=32514] ppid=32511 vsize=868200 CPUtime=5.22
/proc/32513/task/32514/stat : 32514 (java) R 32511 32513 31053 0 -1 64 27351 653 1 0 488 22 11 1 25 0 9 0 28104181 889036800 40087 996147200 134512640 134550932 4294955968 18446744073709551615 4125952261 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32516] ppid=32511 vsize=868200 CPUtime=0.68
/proc/32513/task/32516/stat : 32516 (java) S 32511 32513 31053 0 -1 64 39362 653 0 0 45 11 11 1 17 0 9 0 28104182 889036800 40087 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32517] ppid=32511 vsize=868200 CPUtime=0.12
/proc/32513/task/32517/stat : 32517 (java) S 32511 32513 31053 0 -1 64 18 653 0 0 0 0 11 1 16 0 9 0 28104182 889036800 40087 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32518] ppid=32511 vsize=868200 CPUtime=0.12
/proc/32513/task/32518/stat : 32518 (java) S 32511 32513 31053 0 -1 64 19 653 0 0 0 0 11 1 15 0 9 0 28104182 889036800 40087 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32519] ppid=32511 vsize=868200 CPUtime=0.12
/proc/32513/task/32519/stat : 32519 (java) S 32511 32513 31053 0 -1 64 2 653 0 0 0 0 11 1 18 0 9 0 28104184 889036800 40087 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32520] ppid=32511 vsize=868200 CPUtime=0.5
/proc/32513/task/32520/stat : 32520 (java) S 32511 32513 31053 0 -1 64 1019 653 0 0 38 0 11 1 15 0 9 0 28104184 889036800 40087 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32521] ppid=32511 vsize=868200 CPUtime=0.12
/proc/32513/task/32521/stat : 32521 (java) S 32511 32513 31053 0 -1 64 1 653 0 0 0 0 11 1 19 0 9 0 28104184 889036800 40087 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32522] ppid=32511 vsize=868200 CPUtime=0.12
/proc/32513/task/32522/stat : 32522 (java) S 32511 32513 31053 0 -1 64 40 653 0 0 0 0 11 1 15 0 9 0 28104184 889036800 40087 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

[startup+6.40234 s]
/proc/loadavg: 2.09 2.04 2.00 3/89 32526
/proc/meminfo: memFree=1596008/2055920 swapFree=4192812/4192956
[pid=32513] ppid=32511 vsize=868200 CPUtime=6.3
/proc/32513/stat : 32513 (java) S 32511 32513 31053 0 -1 0 68616 653 1 0 582 36 11 1 18 0 9 0 28104180 889036800 40087 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32513/statm: 217050 40087 2661 9 0 211486 0
[pid=32513/tid=32514] ppid=32511 vsize=868200 CPUtime=5.32
/proc/32513/task/32514/stat : 32514 (java) R 32511 32513 31053 0 -1 64 27351 653 1 0 498 22 11 1 25 0 9 0 28104181 889036800 40087 996147200 134512640 134550932 4294955968 18446744073709551615 4127354392 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32516] ppid=32511 vsize=868200 CPUtime=0.68
/proc/32513/task/32516/stat : 32516 (java) S 32511 32513 31053 0 -1 64 39362 653 0 0 45 11 11 1 17 0 9 0 28104182 889036800 40087 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32517] ppid=32511 vsize=868200 CPUtime=0.12
/proc/32513/task/32517/stat : 32517 (java) S 32511 32513 31053 0 -1 64 18 653 0 0 0 0 11 1 16 0 9 0 28104182 889036800 40087 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32518] ppid=32511 vsize=868200 CPUtime=0.12
/proc/32513/task/32518/stat : 32518 (java) S 32511 32513 31053 0 -1 64 19 653 0 0 0 0 11 1 15 0 9 0 28104182 889036800 40087 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32519] ppid=32511 vsize=868200 CPUtime=0.12
/proc/32513/task/32519/stat : 32519 (java) S 32511 32513 31053 0 -1 64 2 653 0 0 0 0 11 1 18 0 9 0 28104184 889036800 40087 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32520] ppid=32511 vsize=868200 CPUtime=0.5
/proc/32513/task/32520/stat : 32520 (java) S 32511 32513 31053 0 -1 64 1019 653 0 0 38 0 11 1 15 0 9 0 28104184 889036800 40087 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32521] ppid=32511 vsize=868200 CPUtime=0.12
/proc/32513/task/32521/stat : 32521 (java) S 32511 32513 31053 0 -1 64 1 653 0 0 0 0 11 1 19 0 9 0 28104184 889036800 40087 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32522] ppid=32511 vsize=868200 CPUtime=0.12
/proc/32513/task/32522/stat : 32522 (java) S 32511 32513 31053 0 -1 64 40 653 0 0 0 0 11 1 15 0 9 0 28104184 889036800 40087 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 868200

[startup+8.00261 s]
/proc/loadavg: 2.09 2.04 2.00 3/89 32526
/proc/meminfo: memFree=1595944/2055920 swapFree=4192812/4192956
[pid=32513] ppid=32511 vsize=868200 CPUtime=7.89
/proc/32513/stat : 32513 (java) S 32511 32513 31053 0 -1 0 68631 653 1 0 741 36 11 1 18 0 9 0 28104180 889036800 40091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32513/statm: 217050 40091 2661 9 0 211486 0
[pid=32513/tid=32514] ppid=32511 vsize=868200 CPUtime=6.89
/proc/32513/task/32514/stat : 32514 (java) R 32511 32513 31053 0 -1 64 27360 653 1 0 655 22 11 1 25 0 9 0 28104181 889036800 40091 996147200 134512640 134550932 4294955968 18446744073709551615 4127301208 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32516] ppid=32511 vsize=868200 CPUtime=0.68
/proc/32513/task/32516/stat : 32516 (java) S 32511 32513 31053 0 -1 64 39362 653 0 0 45 11 11 1 17 0 9 0 28104182 889036800 40091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32517] ppid=32511 vsize=868200 CPUtime=0.12
/proc/32513/task/32517/stat : 32517 (java) S 32511 32513 31053 0 -1 64 18 653 0 0 0 0 11 1 16 0 9 0 28104182 889036800 40091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32518] ppid=32511 vsize=868200 CPUtime=0.12
/proc/32513/task/32518/stat : 32518 (java) S 32511 32513 31053 0 -1 64 19 653 0 0 0 0 11 1 15 0 9 0 28104182 889036800 40091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32519] ppid=32511 vsize=868200 CPUtime=0.12
/proc/32513/task/32519/stat : 32519 (java) S 32511 32513 31053 0 -1 64 2 653 0 0 0 0 11 1 18 0 9 0 28104184 889036800 40091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32520] ppid=32511 vsize=868200 CPUtime=0.51
/proc/32513/task/32520/stat : 32520 (java) S 32511 32513 31053 0 -1 64 1025 653 0 0 39 0 11 1 15 0 9 0 28104184 889036800 40091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32521] ppid=32511 vsize=868200 CPUtime=0.12
/proc/32513/task/32521/stat : 32521 (java) S 32511 32513 31053 0 -1 64 1 653 0 0 0 0 11 1 19 0 9 0 28104184 889036800 40091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32522] ppid=32511 vsize=868200 CPUtime=0.12
/proc/32513/task/32522/stat : 32522 (java) S 32511 32513 31053 0 -1 64 40 653 0 0 0 0 11 1 15 0 9 0 28104184 889036800 40091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.89
Current children cumulated vsize (KiB) 868200

[startup+8.40267 s]
/proc/loadavg: 2.09 2.04 2.00 3/89 32526
/proc/meminfo: memFree=1595944/2055920 swapFree=4192812/4192956
[pid=32513] ppid=32511 vsize=868200 CPUtime=8.28
/proc/32513/stat : 32513 (java) S 32511 32513 31053 0 -1 0 68632 653 1 0 780 36 11 1 18 0 9 0 28104180 889036800 40091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32513/statm: 217050 40091 2661 9 0 211486 0
[pid=32513/tid=32514] ppid=32511 vsize=868200 CPUtime=7.29
/proc/32513/task/32514/stat : 32514 (java) R 32511 32513 31053 0 -1 64 27361 653 1 0 695 22 11 1 25 0 9 0 28104181 889036800 40091 996147200 134512640 134550932 4294955968 18446744073709551615 4127354392 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32516] ppid=32511 vsize=868200 CPUtime=0.68
/proc/32513/task/32516/stat : 32516 (java) S 32511 32513 31053 0 -1 64 39362 653 0 0 45 11 11 1 17 0 9 0 28104182 889036800 40091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32517] ppid=32511 vsize=868200 CPUtime=0.12
/proc/32513/task/32517/stat : 32517 (java) S 32511 32513 31053 0 -1 64 18 653 0 0 0 0 11 1 16 0 9 0 28104182 889036800 40091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32518] ppid=32511 vsize=868200 CPUtime=0.12
/proc/32513/task/32518/stat : 32518 (java) S 32511 32513 31053 0 -1 64 19 653 0 0 0 0 11 1 15 0 9 0 28104182 889036800 40091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32519] ppid=32511 vsize=868200 CPUtime=0.12
/proc/32513/task/32519/stat : 32519 (java) S 32511 32513 31053 0 -1 64 2 653 0 0 0 0 11 1 18 0 9 0 28104184 889036800 40091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32520] ppid=32511 vsize=868200 CPUtime=0.51
/proc/32513/task/32520/stat : 32520 (java) S 32511 32513 31053 0 -1 64 1025 653 0 0 39 0 11 1 15 0 9 0 28104184 889036800 40091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32521] ppid=32511 vsize=868200 CPUtime=0.12
/proc/32513/task/32521/stat : 32521 (java) S 32511 32513 31053 0 -1 64 1 653 0 0 0 0 11 1 19 0 9 0 28104184 889036800 40091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32522] ppid=32511 vsize=868200 CPUtime=0.12
/proc/32513/task/32522/stat : 32522 (java) S 32511 32513 31053 0 -1 64 40 653 0 0 0 0 11 1 15 0 9 0 28104184 889036800 40091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.28
Current children cumulated vsize (KiB) 868200

[startup+8.80274 s]
/proc/loadavg: 2.09 2.04 2.00 3/89 32526
/proc/meminfo: memFree=1595944/2055920 swapFree=4192812/4192956
[pid=32513] ppid=32511 vsize=868200 CPUtime=8.68
/proc/32513/stat : 32513 (java) S 32511 32513 31053 0 -1 0 68633 653 1 0 820 36 11 1 18 0 9 0 28104180 889036800 40091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32513/statm: 217050 40091 2661 9 0 211486 0
[pid=32513/tid=32514] ppid=32511 vsize=868200 CPUtime=7.68
/proc/32513/task/32514/stat : 32514 (java) R 32511 32513 31053 0 -1 64 27361 653 1 0 734 22 11 1 25 0 9 0 28104181 889036800 40091 996147200 134512640 134550932 4294955968 18446744073709551615 4127374464 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32516] ppid=32511 vsize=868200 CPUtime=0.68
/proc/32513/task/32516/stat : 32516 (java) S 32511 32513 31053 0 -1 64 39362 653 0 0 45 11 11 1 17 0 9 0 28104182 889036800 40091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32517] ppid=32511 vsize=868200 CPUtime=0.12
/proc/32513/task/32517/stat : 32517 (java) S 32511 32513 31053 0 -1 64 18 653 0 0 0 0 11 1 16 0 9 0 28104182 889036800 40091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32518] ppid=32511 vsize=868200 CPUtime=0.12
/proc/32513/task/32518/stat : 32518 (java) S 32511 32513 31053 0 -1 64 19 653 0 0 0 0 11 1 15 0 9 0 28104182 889036800 40091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32519] ppid=32511 vsize=868200 CPUtime=0.12
/proc/32513/task/32519/stat : 32519 (java) S 32511 32513 31053 0 -1 64 2 653 0 0 0 0 11 1 18 0 9 0 28104184 889036800 40091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32520] ppid=32511 vsize=868200 CPUtime=0.52
/proc/32513/task/32520/stat : 32520 (java) S 32511 32513 31053 0 -1 64 1026 653 0 0 40 0 11 1 15 0 9 0 28104184 889036800 40091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32521] ppid=32511 vsize=868200 CPUtime=0.12
/proc/32513/task/32521/stat : 32521 (java) S 32511 32513 31053 0 -1 64 1 653 0 0 0 0 11 1 19 0 9 0 28104184 889036800 40091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32522] ppid=32511 vsize=868200 CPUtime=0.12
/proc/32513/task/32522/stat : 32522 (java) S 32511 32513 31053 0 -1 64 40 653 0 0 0 0 11 1 15 0 9 0 28104184 889036800 40091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.68
Current children cumulated vsize (KiB) 868200

[startup+8.90775 s]
/proc/loadavg: 2.09 2.04 2.00 3/89 32526
/proc/meminfo: memFree=1595944/2055920 swapFree=4192812/4192956
[pid=32513] ppid=32511 vsize=868200 CPUtime=8.76
/proc/32513/stat : 32513 (java) S 32511 32513 31053 0 -1 0 68641 653 1 0 828 36 11 1 18 0 9 0 28104180 889036800 40094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32513/statm: 217050 40094 2661 9 0 211486 0
[pid=32513/tid=32514] ppid=32511 vsize=868200 CPUtime=7.76
/proc/32513/task/32514/stat : 32514 (java) S 32511 32513 31053 0 -1 64 27368 653 1 0 742 22 11 1 25 0 9 0 28104181 889036800 40094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32516] ppid=32511 vsize=868200 CPUtime=0.68
/proc/32513/task/32516/stat : 32516 (java) S 32511 32513 31053 0 -1 64 39362 653 0 0 45 11 11 1 17 0 9 0 28104182 889036800 40094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32517] ppid=32511 vsize=868200 CPUtime=0.12
/proc/32513/task/32517/stat : 32517 (java) S 32511 32513 31053 0 -1 64 18 653 0 0 0 0 11 1 16 0 9 0 28104182 889036800 40094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32518] ppid=32511 vsize=868200 CPUtime=0.12
/proc/32513/task/32518/stat : 32518 (java) S 32511 32513 31053 0 -1 64 19 653 0 0 0 0 11 1 15 0 9 0 28104182 889036800 40094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32519] ppid=32511 vsize=868200 CPUtime=0.12
/proc/32513/task/32519/stat : 32519 (java) S 32511 32513 31053 0 -1 64 2 653 0 0 0 0 11 1 18 0 9 0 28104184 889036800 40094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32520] ppid=32511 vsize=868200 CPUtime=0.52
/proc/32513/task/32520/stat : 32520 (java) S 32511 32513 31053 0 -1 64 1027 653 0 0 40 0 11 1 15 0 9 0 28104184 889036800 40094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32521] ppid=32511 vsize=868200 CPUtime=0.12
/proc/32513/task/32521/stat : 32521 (java) S 32511 32513 31053 0 -1 64 1 653 0 0 0 0 11 1 19 0 9 0 28104184 889036800 40094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32513/tid=32522] ppid=32511 vsize=868200 CPUtime=0.12
/proc/32513/task/32522/stat : 32522 (java) S 32511 32513 31053 0 -1 64 40 653 0 0 0 0 11 1 15 0 9 0 28104184 889036800 40094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.76
Current children cumulated vsize (KiB) 868200

Child status: 0
Real time (s): 8.96555
CPU time (s): 8.82066
CPU user time (s): 8.40872
CPU system time (s): 0.411937
CPU usage (%): 98.3839
Max. virtual memory (cumulated for all children) (KiB): 868200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.40872
system time used= 0.411937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69323
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= 2044
involuntary context switches= 2282

runsolver used 0.015997 second user time and 0.038994 second system time

The end

Launcher Data

Begin job on node57 at 2009-07-12 16:53:30
IDJOB=2096625
IDBENCH=56515
IDSOLVER=773
FILE ID=node57/2096625-1247410409
PBS_JOBID= 9510532
Free space on /tmp= 66404 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/ogdHerald/normalized-crossword-m1-ogd-21-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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2096625-1247410409/watcher-2096625-1247410409 -o /tmp/evaluation-result-2096625-1247410409/solver-2096625-1247410409 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2096625-1247410409.xml

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

MD5SUM BENCH= 13ab84778bda8eddba2aeb453ea356d4
RANDOM SEED=863615013

node57.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.261
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.261
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:       1746832 kB
Buffers:         46832 kB
Cached:         125072 kB
SwapCached:          0 kB
Active:         180764 kB
Inactive:        72860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1746832 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11096 kB
Writeback:           0 kB
Mapped:         102240 kB
Slab:            40588 kB
Committed_AS:  1022880 kB
PageTables:       1924 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= 66404 MiB
End job on node57 at 2009-07-12 16:53:39