Trace number 2094268

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 10.1195 10.229

DiagnosticValue
CHECKS237524
NODES4484

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-15.xml
MD5SUMe388ff74a36a9bb17963ab4d6d8a2381
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.406938
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints2042
Maximum constraint arity15
Maximum domain size26
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1556
Global constraints used (with number of constraints)alldifferent(486)

Solver Data

0.05/0.09	
0.05/0.09	Abscon 112 (May, 2008)
0.19/0.25	
0.19/0.25	   configuration
0.19/0.25	     name=esac.xml
0.19/0.29	   
0.19/0.29	   instance
0.19/0.29	     name=HOME/instance-2094268-1247403154.xml
0.29/0.32	   
0.29/0.32	   domains being loaded...
0.29/0.38	   
0.29/0.38	   variables being loaded...
0.39/0.46	     nbVariables=400  nbDomainTypes=252  minDomainSize=1  maxDomainSize=26  nbTotalValues=3817
0.39/0.46	       =>  wckTime=0.203  cpuTime=0.15  mem=9M843
0.39/0.46	   
0.39/0.46	   predicates being loaded...
0.49/0.51	   
0.49/0.51	   constraints being loaded...
2.58/2.61	     nbConstraints=2042  nbGlobalConstraints=486  nbSingletonDomainVariables=138  nbConflictsStructures=1440
2.58/2.61	     nbSharedConflictsStructures=0  nbUnbuiltConflictsStructures=116  nbSharedBinaryRepresentations=0
2.58/2.61	     nbEvaluationManagers=1556  nbSharedEvaluationManagers=0  minDegree=1  maxDegree=152  minArity=4  avgArity=6.34
2.58/2.61	     maxArity=15  nbGenerators=0  nbFusions=0  symmetryWckTime=0.245  symmetryCpuTime=0.15
2.58/2.61	       =>  wckTime=2.355  cpuTime=2.01  mem=34M773
2.67/2.72	   
2.67/2.72	   solver IterativeSystematicSolver being built... 
2.77/2.86	   
2.77/2.87	   INFO : Forward propagation technique limited 
2.87/2.94	       =>  wckTime=2.687  cpuTime=2.2  mem=43M746
3.58/3.67	   
3.58/3.67	   preprocessing
3.58/3.67	     nbConstraintChecks=40234  nbValidityChecks=151527  nbPropagations=5017  nbRevisions=19035  nbUselessRevisions=18857
3.58/3.67	     nbSingletonTests=557  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
3.58/3.67	     detectedInconsistency=no
3.58/3.67	       =>  wckTime=0.73  cpuTime=0.63  mem=23M188
4.66/4.74	   
4.66/4.75	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=62M101)
10.02/10.17	   
10.02/10.17	   search
10.02/10.17	     run=8  nbConstraintChecks=197290  nbValidityChecks=1524124  minDepth=127  maxDepth=400  nbPropagations=298401
10.02/10.17	     nbRevisions=1211009  nbUselessRevisions=1185759  nbAssignments=4484  nbFailedAssignments=489  nbBacktracks=2061
10.02/10.17	     nbVisitedNodes=5702  nbRestartNogoods=31  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=264.82
10.02/10.17	     nbIEliminables=45.64  nbDEliminables=0  nbPEliminables=0
10.02/10.17	       =>  wckTime=7.229  cpuTime=6.98  mem=44M115
10.02/10.17	   
10.02/10.17	   global
10.02/10.17	     nbConstraintChecks=237524  nbValidityChecks=1675651  nbPropagations=303418  nbRevisions=1230044
10.02/10.17	     nbUselessRevisions=1204616  nbRestartNogoods=31  solvingWckTime=7.231  solvingCpuTime=6.98  expiredTime=no
10.02/10.17	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=9.18  globalCpuTime=9.23
10.02/10.17	       =>  wckTime=9.92  cpuTime=9.19  mem=44M115
10.02/10.17	   
10.02/10.17	s SATISFIABLE
10.02/10.17	v 23 4 13 39 9 29 37 6 16 35 28 6 23 21 10 29 16 10 18 8 17 3 44 29 24 39 4 4 21 6 22 21 23 42 25 32 33 15 11 36 36 7 31 35 7 20 44 39 15 19 14 7 2 18 12 34 31 43 15 43 26 25 42 40 41 24 1 28 40 3 17 27 31 4 33 15 40 35 38 7 25 34 28 8 4 9 26 11 43 44 23 13 0 41 44 12 28 15 18 5 37 11 18 28 0 27 3 8 5 14 2 0 3 42 43 17 33 24 7 19 10 9 41 38 44 12 40 27 41 35 10 34 1 14 23 6 36 26 19 18 5 14 10 3 19 11 10 38 22 36 11 9 44 22 1 16 26 6 2 13 30 17 22 32 0 12 36 20 27 29 37 31 20 33 36 34 21 43 5 20 8 17 14 34 15 32 39 38 1 37 19 25 0 30 40 2 38 3 25 11 1 14 13 15 18 1 8 4 5 15 9 6 12 10 13 8 13 3 12 19 4 0 13 11 5 17 17 19 11 3 17 15 0 0 9 17 4 13 18 8 2 13 0 17 17 14 1 6 15 12 12 7 16 4 19 9 10 1 14 15 18 14 3 0 8 11 14 19 13 19 8 18 12 4 1 2 19 12 7 0 10 8 16 18 13 17 8 6 10 2 9 7 0 14 15 2 2 1 11 9 15 13 13 0 19 16 12 9 10 14 3 18 15 8 12 10 16 19 16 13 12 13 18 5 18 5 15 11 12 18 14 15 18 9 2 8 7 14 8 18 6 3 2 8 4 9 10 10 12 6 1 7 0 10 9 9 5 9 12 6 18 5 8 16 11 6 1 2 7 19 10 19 12 17 9 6 16 2 0 5 3 11 0 12 16 14 10 8 4 1 11 3 16 19 6 1 6 4 2 15 
10.02/10.17	d NODES 4484
10.02/10.17	d CHECKS 237524
10.02/10.17	   
10.02/10.17	   totalWckTime=9.987  totalCpuTime=9.23

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-2094268-1247403154/watcher-2094268-1247403154 -o /tmp/evaluation-result-2094268-1247403154/solver-2094268-1247403154 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2094268-1247403154.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.03 2.07 1.79 4/80 30061
/proc/meminfo: memFree=1814448/2055920 swapFree=4191900/4192956
[pid=30061] ppid=30059 vsize=1616 CPUtime=0
/proc/30061/stat : 30061 (java) D 30059 30061 29540 0 -1 0 347 0 0 0 0 0 0 0 18 0 1 0 27381585 1654784 151 996147200 134512640 134550932 4294955968 18446744073709551615 4129572 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/30061/statm: 2669 474 207 9 0 1184 0
[pid=30061/tid=30062] ppid=30059 vsize=10676 CPUtime=0
/proc/30061/task/30062/stat : 30062 (java) R 30059 30061 29540 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 27381587 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4976600 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0654271 s]
/proc/loadavg: 2.03 2.07 1.79 4/80 30061
/proc/meminfo: memFree=1814448/2055920 swapFree=4191900/4192956
[pid=30061] ppid=30059 vsize=864024 CPUtime=0.05
/proc/30061/stat : 30061 (java) S 30059 30061 29540 0 -1 0 2831 0 1 0 3 2 0 0 18 0 9 0 27381585 884760576 2365 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30061/statm: 216006 2365 1119 9 0 210899 0
[pid=30061/tid=30062] ppid=30059 vsize=864024 CPUtime=0.04
/proc/30061/task/30062/stat : 30062 (java) R 30059 30061 29540 0 -1 64 1921 0 1 0 3 1 0 0 20 0 9 0 27381587 884760576 2365 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864024

[startup+0.102429 s]
/proc/loadavg: 2.03 2.07 1.79 4/80 30061
/proc/meminfo: memFree=1814448/2055920 swapFree=4191900/4192956
[pid=30061] ppid=30059 vsize=865984 CPUtime=0.09
/proc/30061/stat : 30061 (java) S 30059 30061 29540 0 -1 0 3740 0 1 0 7 2 0 0 18 0 9 0 27381585 886767616 3206 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30061/statm: 216496 3206 1695 9 0 210981 0
[pid=30061/tid=30062] ppid=30059 vsize=865984 CPUtime=0.07
/proc/30061/task/30062/stat : 30062 (java) R 30059 30061 29540 0 -1 64 2822 0 1 0 6 1 0 0 18 0 9 0 27381587 886767616 3206 996147200 134512640 134550932 4294955968 18446744073709551615 4126386667 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.302437 s]
/proc/loadavg: 2.03 2.07 1.79 4/80 30061
/proc/meminfo: memFree=1814448/2055920 swapFree=4191900/4192956
[pid=30061] ppid=30059 vsize=867380 CPUtime=0.29
/proc/30061/stat : 30061 (java) S 30059 30061 29540 0 -1 0 5944 0 1 0 25 4 0 0 18 0 9 0 27381585 888197120 5310 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30061/statm: 216845 5310 1983 9 0 211303 0
[pid=30061/tid=30062] ppid=30059 vsize=867380 CPUtime=0.24
/proc/30061/task/30062/stat : 30062 (java) R 30059 30061 29540 0 -1 64 4949 0 1 0 21 3 0 0 18 0 9 0 27381587 888197120 5310 996147200 134512640 134550932 4294955968 18446744073709551615 102508178 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 867380

[startup+0.701461 s]
/proc/loadavg: 2.03 2.07 1.79 4/80 30061
/proc/meminfo: memFree=1814448/2055920 swapFree=4191900/4192956
[pid=30061] ppid=30059 vsize=868796 CPUtime=0.69
/proc/30061/stat : 30061 (java) S 30059 30061 29540 0 -1 0 9282 0 1 0 63 6 0 0 18 0 9 0 27381585 889647104 8636 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30061/statm: 217199 8637 2036 9 0 211635 0
[pid=30061/tid=30062] ppid=30059 vsize=868796 CPUtime=0.52
/proc/30061/task/30062/stat : 30062 (java) R 30059 30061 29540 0 -1 64 7908 0 1 0 47 5 0 0 20 0 9 0 27381587 889647104 8637 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 868796

[startup+1.50251 s]
/proc/loadavg: 2.03 2.07 1.79 4/89 30070
/proc/meminfo: memFree=1778216/2055920 swapFree=4191900/4192956
[pid=30061] ppid=30059 vsize=868796 CPUtime=1.49
/proc/30061/stat : 30061 (java) S 30059 30061 29540 0 -1 0 15459 0 1 0 137 12 0 0 18 0 9 0 27381585 889647104 14812 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30061/statm: 217199 14812 2041 9 0 211635 0
[pid=30061/tid=30062] ppid=30059 vsize=868796 CPUtime=1.25
/proc/30061/task/30062/stat : 30062 (java) R 30059 30061 29540 0 -1 64 14021 0 1 0 115 10 0 0 21 0 9 0 27381587 889647104 14813 996147200 134512640 134550932 4294955968 18446744073709551615 4126978326 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30061/tid=30064] ppid=30059 vsize=868796 CPUtime=0
/proc/30061/task/30064/stat : 30064 (java) S 30059 30061 29540 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 27381588 889647104 14814 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30065] ppid=30059 vsize=868796 CPUtime=0
/proc/30061/task/30065/stat : 30065 (java) S 30059 30061 29540 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 27381588 889647104 14814 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30066] ppid=30059 vsize=868796 CPUtime=0
/proc/30061/task/30066/stat : 30066 (java) S 30059 30061 29540 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 27381588 889647104 14815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30067] ppid=30059 vsize=868796 CPUtime=0
/proc/30061/task/30067/stat : 30067 (java) S 30059 30061 29540 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27381590 889647104 14815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30068] ppid=30059 vsize=868796 CPUtime=0.21
/proc/30061/task/30068/stat : 30068 (java) S 30059 30061 29540 0 -1 64 740 0 0 0 21 0 0 0 15 0 9 0 27381591 889647104 14816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30061/tid=30069] ppid=30059 vsize=868796 CPUtime=0
/proc/30061/task/30069/stat : 30069 (java) S 30059 30061 29540 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27381591 889647104 14816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30070] ppid=30059 vsize=868800 CPUtime=0
/proc/30061/task/30070/stat : 30070 (java) S 30059 30061 29540 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27381591 889651200 14816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 868796

[startup+3.10162 s]
/proc/loadavg: 2.03 2.07 1.79 3/89 30070
/proc/meminfo: memFree=1749864/2055920 swapFree=4191900/4192956
[pid=30061] ppid=30059 vsize=869120 CPUtime=3.07
/proc/30061/stat : 30061 (java) S 30059 30061 29540 0 -1 0 34472 391 1 0 280 21 6 0 18 0 10 0 27381585 889978880 21033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30061/statm: 217280 21033 2661 9 0 211716 0
[pid=30061/tid=30062] ppid=30059 vsize=869120 CPUtime=2.59
/proc/30061/task/30062/stat : 30062 (java) R 30059 30061 29540 0 -1 64 23691 391 1 0 237 16 6 0 18 0 10 0 27381587 889978880 21033 996147200 134512640 134550932 4294955968 18446744073709551615 4127307123 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30064] ppid=30059 vsize=869120 CPUtime=0.2
/proc/30061/task/30064/stat : 30064 (java) S 30059 30061 29540 0 -1 64 8992 391 0 0 11 3 6 0 17 0 10 0 27381588 889978880 21033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30065] ppid=30059 vsize=869120 CPUtime=0.06
/proc/30061/task/30065/stat : 30065 (java) S 30059 30061 29540 0 -1 64 20 391 0 0 0 0 6 0 16 0 10 0 27381588 889978880 21033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30066] ppid=30059 vsize=869120 CPUtime=0.06
/proc/30061/task/30066/stat : 30066 (java) S 30059 30061 29540 0 -1 64 9 391 0 0 0 0 6 0 16 0 10 0 27381588 889978880 21033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30067] ppid=30059 vsize=869120 CPUtime=0.06
/proc/30061/task/30067/stat : 30067 (java) S 30059 30061 29540 0 -1 64 2 391 0 0 0 0 6 0 18 0 10 0 27381590 889978880 21033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30068] ppid=30059 vsize=869120 CPUtime=0.37
/proc/30061/task/30068/stat : 30068 (java) S 30059 30061 29540 0 -1 64 947 391 0 0 31 0 6 0 15 0 10 0 27381591 889978880 21033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30069] ppid=30059 vsize=869120 CPUtime=0.06
/proc/30061/task/30069/stat : 30069 (java) S 30059 30061 29540 0 -1 64 0 391 0 0 0 0 6 0 19 0 10 0 27381591 889978880 21033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30070] ppid=30059 vsize=869120 CPUtime=0.06
/proc/30061/task/30070/stat : 30070 (java) S 30059 30061 29540 0 -1 64 10 391 0 0 0 0 6 0 15 0 10 0 27381591 889978880 21033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 869120

[startup+6.30282 s]
/proc/loadavg: 2.03 2.07 1.79 3/89 30074
/proc/meminfo: memFree=1726888/2055920 swapFree=4191900/4192956
[pid=30061] ppid=30059 vsize=869160 CPUtime=6.25
/proc/30061/stat : 30061 (java) S 30059 30061 29540 0 -1 0 40300 514 1 0 594 24 6 1 18 0 9 0 27381585 890019840 24351 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30061/statm: 217290 24351 2639 9 0 211748 0
[pid=30061/tid=30062] ppid=30059 vsize=869160 CPUtime=5.63
/proc/30061/task/30062/stat : 30062 (java) R 30059 30061 29540 0 -1 64 26091 514 1 0 540 16 6 1 25 0 9 0 27381587 890019840 24351 996147200 134512640 134550932 4294955968 18446744073709551615 4126943473 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30064] ppid=30059 vsize=869160 CPUtime=0.27
/proc/30061/task/30064/stat : 30064 (java) S 30059 30061 29540 0 -1 64 12318 514 0 0 16 4 6 1 16 0 9 0 27381588 890019840 24351 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30065] ppid=30059 vsize=869160 CPUtime=0.07
/proc/30061/task/30065/stat : 30065 (java) S 30059 30061 29540 0 -1 64 20 514 0 0 0 0 6 1 16 0 9 0 27381588 890019840 24351 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30066] ppid=30059 vsize=869160 CPUtime=0.07
/proc/30061/task/30066/stat : 30066 (java) S 30059 30061 29540 0 -1 64 9 514 0 0 0 0 6 1 15 0 9 0 27381588 890019840 24351 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30067] ppid=30059 vsize=869160 CPUtime=0.07
/proc/30061/task/30067/stat : 30067 (java) S 30059 30061 29540 0 -1 64 2 514 0 0 0 0 6 1 18 0 9 0 27381590 890019840 24351 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30068] ppid=30059 vsize=869160 CPUtime=0.46
/proc/30061/task/30068/stat : 30068 (java) S 30059 30061 29540 0 -1 64 1019 514 0 0 38 1 6 1 15 0 9 0 27381591 890019840 24351 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30069] ppid=30059 vsize=869160 CPUtime=0.07
/proc/30061/task/30069/stat : 30069 (java) S 30059 30061 29540 0 -1 64 0 514 0 0 0 0 6 1 19 0 9 0 27381591 890019840 24351 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30070] ppid=30059 vsize=869160 CPUtime=0.07
/proc/30061/task/30070/stat : 30070 (java) S 30059 30061 29540 0 -1 64 37 514 0 0 0 0 6 1 15 0 9 0 27381591 890019840 24351 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 869160

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

[startup+7.90292 s]
/proc/loadavg: 2.03 2.07 1.79 3/89 30074
/proc/meminfo: memFree=1726824/2055920 swapFree=4191900/4192956
[pid=30061] ppid=30059 vsize=869160 CPUtime=7.84
/proc/30061/stat : 30061 (java) S 30059 30061 29540 0 -1 0 40304 514 1 0 753 24 6 1 18 0 9 0 27381585 890019840 24353 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30061/statm: 217290 24353 2639 9 0 211748 0
[pid=30061/tid=30062] ppid=30059 vsize=869160 CPUtime=7.2
/proc/30061/task/30062/stat : 30062 (java) R 30059 30061 29540 0 -1 64 26093 514 1 0 697 16 6 1 25 0 9 0 27381587 890019840 24353 996147200 134512640 134550932 4294955968 18446744073709551615 4127284447 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30064] ppid=30059 vsize=869160 CPUtime=0.27
/proc/30061/task/30064/stat : 30064 (java) S 30059 30061 29540 0 -1 64 12318 514 0 0 16 4 6 1 16 0 9 0 27381588 890019840 24353 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30065] ppid=30059 vsize=869160 CPUtime=0.07
/proc/30061/task/30065/stat : 30065 (java) S 30059 30061 29540 0 -1 64 20 514 0 0 0 0 6 1 16 0 9 0 27381588 890019840 24353 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30066] ppid=30059 vsize=869160 CPUtime=0.07
/proc/30061/task/30066/stat : 30066 (java) S 30059 30061 29540 0 -1 64 9 514 0 0 0 0 6 1 15 0 9 0 27381588 890019840 24353 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30067] ppid=30059 vsize=869160 CPUtime=0.07
/proc/30061/task/30067/stat : 30067 (java) S 30059 30061 29540 0 -1 64 2 514 0 0 0 0 6 1 18 0 9 0 27381590 890019840 24353 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30068] ppid=30059 vsize=869160 CPUtime=0.46
/proc/30061/task/30068/stat : 30068 (java) S 30059 30061 29540 0 -1 64 1021 514 0 0 38 1 6 1 16 0 9 0 27381591 890019840 24353 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30069] ppid=30059 vsize=869160 CPUtime=0.07
/proc/30061/task/30069/stat : 30069 (java) S 30059 30061 29540 0 -1 64 0 514 0 0 0 0 6 1 19 0 9 0 27381591 890019840 24353 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30070] ppid=30059 vsize=869160 CPUtime=0.07
/proc/30061/task/30070/stat : 30070 (java) S 30059 30061 29540 0 -1 64 37 514 0 0 0 0 6 1 15 0 9 0 27381591 890019840 24353 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.84
Current children cumulated vsize (KiB) 869160

[startup+9.50302 s]
/proc/loadavg: 2.03 2.07 1.79 3/89 30074
/proc/meminfo: memFree=1726824/2055920 swapFree=4191900/4192956
[pid=30061] ppid=30059 vsize=869160 CPUtime=9.42
/proc/30061/stat : 30061 (java) S 30059 30061 29540 0 -1 0 40308 514 1 0 911 24 6 1 18 0 9 0 27381585 890019840 24355 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30061/statm: 217290 24355 2639 9 0 211748 0
[pid=30061/tid=30062] ppid=30059 vsize=869160 CPUtime=8.78
/proc/30061/task/30062/stat : 30062 (java) R 30059 30061 29540 0 -1 64 26094 514 1 0 855 16 6 1 25 0 9 0 27381587 890019840 24355 996147200 134512640 134550932 4294955968 18446744073709551615 4126949056 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30064] ppid=30059 vsize=869160 CPUtime=0.28
/proc/30061/task/30064/stat : 30064 (java) S 30059 30061 29540 0 -1 64 12318 514 0 0 17 4 6 1 16 0 9 0 27381588 890019840 24355 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30065] ppid=30059 vsize=869160 CPUtime=0.07
/proc/30061/task/30065/stat : 30065 (java) S 30059 30061 29540 0 -1 64 20 514 0 0 0 0 6 1 16 0 9 0 27381588 890019840 24355 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30066] ppid=30059 vsize=869160 CPUtime=0.07
/proc/30061/task/30066/stat : 30066 (java) S 30059 30061 29540 0 -1 64 9 514 0 0 0 0 6 1 15 0 9 0 27381588 890019840 24355 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30067] ppid=30059 vsize=869160 CPUtime=0.07
/proc/30061/task/30067/stat : 30067 (java) S 30059 30061 29540 0 -1 64 2 514 0 0 0 0 6 1 18 0 9 0 27381590 890019840 24355 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30068] ppid=30059 vsize=869160 CPUtime=0.46
/proc/30061/task/30068/stat : 30068 (java) S 30059 30061 29540 0 -1 64 1024 514 0 0 38 1 6 1 16 0 9 0 27381591 890019840 24355 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30069] ppid=30059 vsize=869160 CPUtime=0.07
/proc/30061/task/30069/stat : 30069 (java) S 30059 30061 29540 0 -1 64 0 514 0 0 0 0 6 1 19 0 9 0 27381591 890019840 24355 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30070] ppid=30059 vsize=869160 CPUtime=0.07
/proc/30061/task/30070/stat : 30070 (java) S 30059 30061 29540 0 -1 64 37 514 0 0 0 0 6 1 15 0 9 0 27381591 890019840 24355 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.42
Current children cumulated vsize (KiB) 869160

[startup+9.90704 s]
/proc/loadavg: 2.03 2.07 1.79 3/89 30074
/proc/meminfo: memFree=1726760/2055920 swapFree=4191900/4192956
[pid=30061] ppid=30059 vsize=869160 CPUtime=9.82
/proc/30061/stat : 30061 (java) S 30059 30061 29540 0 -1 0 40308 514 1 0 951 24 6 1 18 0 9 0 27381585 890019840 24355 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30061/statm: 217290 24355 2639 9 0 211748 0
[pid=30061/tid=30062] ppid=30059 vsize=869160 CPUtime=9.19
/proc/30061/task/30062/stat : 30062 (java) R 30059 30061 29540 0 -1 64 26094 514 1 0 895 17 6 1 25 0 9 0 27381587 890019840 24355 996147200 134512640 134550932 4294955968 18446744073709551615 4127285645 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30064] ppid=30059 vsize=869160 CPUtime=0.28
/proc/30061/task/30064/stat : 30064 (java) S 30059 30061 29540 0 -1 64 12318 514 0 0 17 4 6 1 16 0 9 0 27381588 890019840 24355 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30065] ppid=30059 vsize=869160 CPUtime=0.07
/proc/30061/task/30065/stat : 30065 (java) S 30059 30061 29540 0 -1 64 20 514 0 0 0 0 6 1 16 0 9 0 27381588 890019840 24355 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30066] ppid=30059 vsize=869160 CPUtime=0.07
/proc/30061/task/30066/stat : 30066 (java) S 30059 30061 29540 0 -1 64 9 514 0 0 0 0 6 1 15 0 9 0 27381588 890019840 24355 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30067] ppid=30059 vsize=869160 CPUtime=0.07
/proc/30061/task/30067/stat : 30067 (java) S 30059 30061 29540 0 -1 64 2 514 0 0 0 0 6 1 18 0 9 0 27381590 890019840 24355 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30068] ppid=30059 vsize=869160 CPUtime=0.46
/proc/30061/task/30068/stat : 30068 (java) S 30059 30061 29540 0 -1 64 1024 514 0 0 38 1 6 1 16 0 9 0 27381591 890019840 24355 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30069] ppid=30059 vsize=869160 CPUtime=0.07
/proc/30061/task/30069/stat : 30069 (java) S 30059 30061 29540 0 -1 64 0 514 0 0 0 0 6 1 19 0 9 0 27381591 890019840 24355 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30070] ppid=30059 vsize=869160 CPUtime=0.07
/proc/30061/task/30070/stat : 30070 (java) S 30059 30061 29540 0 -1 64 37 514 0 0 0 0 6 1 15 0 9 0 27381591 890019840 24355 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.82
Current children cumulated vsize (KiB) 869160

[startup+10.1021 s]
/proc/loadavg: 2.03 2.07 1.79 3/89 30074
/proc/meminfo: memFree=1726760/2055920 swapFree=4191900/4192956
[pid=30061] ppid=30059 vsize=869160 CPUtime=10.02
/proc/30061/stat : 30061 (java) S 30059 30061 29540 0 -1 0 40308 514 1 0 971 24 6 1 18 0 9 0 27381585 890019840 24355 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30061/statm: 217290 24355 2639 9 0 211748 0
[pid=30061/tid=30062] ppid=30059 vsize=869160 CPUtime=9.38
/proc/30061/task/30062/stat : 30062 (java) R 30059 30061 29540 0 -1 64 26094 514 1 0 914 17 6 1 25 0 9 0 27381587 890019840 24355 996147200 134512640 134550932 4294955968 18446744073709551615 4127320067 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30064] ppid=30059 vsize=869160 CPUtime=0.28
/proc/30061/task/30064/stat : 30064 (java) S 30059 30061 29540 0 -1 64 12318 514 0 0 17 4 6 1 16 0 9 0 27381588 890019840 24355 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30065] ppid=30059 vsize=869160 CPUtime=0.07
/proc/30061/task/30065/stat : 30065 (java) S 30059 30061 29540 0 -1 64 20 514 0 0 0 0 6 1 16 0 9 0 27381588 890019840 24355 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30066] ppid=30059 vsize=869160 CPUtime=0.07
/proc/30061/task/30066/stat : 30066 (java) S 30059 30061 29540 0 -1 64 9 514 0 0 0 0 6 1 15 0 9 0 27381588 890019840 24355 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30067] ppid=30059 vsize=869160 CPUtime=0.07
/proc/30061/task/30067/stat : 30067 (java) S 30059 30061 29540 0 -1 64 2 514 0 0 0 0 6 1 18 0 9 0 27381590 890019840 24355 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30068] ppid=30059 vsize=869160 CPUtime=0.46
/proc/30061/task/30068/stat : 30068 (java) S 30059 30061 29540 0 -1 64 1024 514 0 0 38 1 6 1 16 0 9 0 27381591 890019840 24355 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30069] ppid=30059 vsize=869160 CPUtime=0.07
/proc/30061/task/30069/stat : 30069 (java) S 30059 30061 29540 0 -1 64 0 514 0 0 0 0 6 1 19 0 9 0 27381591 890019840 24355 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30070] ppid=30059 vsize=869160 CPUtime=0.07
/proc/30061/task/30070/stat : 30070 (java) S 30059 30061 29540 0 -1 64 37 514 0 0 0 0 6 1 15 0 9 0 27381591 890019840 24355 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.02
Current children cumulated vsize (KiB) 869160

[startup+10.2021 s]
/proc/loadavg: 2.03 2.07 1.79 3/89 30074
/proc/meminfo: memFree=1726760/2055920 swapFree=4191900/4192956
[pid=30061] ppid=30059 vsize=869160 CPUtime=10.09
/proc/30061/stat : 30061 (java) S 30059 30061 29540 0 -1 0 40317 514 1 0 978 24 6 1 18 0 9 0 27381585 890019840 24359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30061/statm: 217290 24359 2639 9 0 211748 0
[pid=30061/tid=30062] ppid=30059 vsize=869160 CPUtime=9.45
/proc/30061/task/30062/stat : 30062 (java) S 30059 30061 29540 0 -1 64 26101 514 1 0 921 17 6 1 25 0 9 0 27381587 890019840 24359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30064] ppid=30059 vsize=869160 CPUtime=0.28
/proc/30061/task/30064/stat : 30064 (java) S 30059 30061 29540 0 -1 64 12318 514 0 0 17 4 6 1 16 0 9 0 27381588 890019840 24359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30065] ppid=30059 vsize=869160 CPUtime=0.07
/proc/30061/task/30065/stat : 30065 (java) S 30059 30061 29540 0 -1 64 20 514 0 0 0 0 6 1 16 0 9 0 27381588 890019840 24359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30066] ppid=30059 vsize=869160 CPUtime=0.07
/proc/30061/task/30066/stat : 30066 (java) S 30059 30061 29540 0 -1 64 9 514 0 0 0 0 6 1 15 0 9 0 27381588 890019840 24359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30067] ppid=30059 vsize=869160 CPUtime=0.07
/proc/30061/task/30067/stat : 30067 (java) S 30059 30061 29540 0 -1 64 2 514 0 0 0 0 6 1 18 0 9 0 27381590 890019840 24359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30068] ppid=30059 vsize=869160 CPUtime=0.47
/proc/30061/task/30068/stat : 30068 (java) S 30059 30061 29540 0 -1 64 1026 514 0 0 39 1 6 1 15 0 9 0 27381591 890019840 24359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30069] ppid=30059 vsize=869160 CPUtime=0.07
/proc/30061/task/30069/stat : 30069 (java) S 30059 30061 29540 0 -1 64 0 514 0 0 0 0 6 1 19 0 9 0 27381591 890019840 24359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30061/tid=30070] ppid=30059 vsize=869160 CPUtime=0.07
/proc/30061/task/30070/stat : 30070 (java) S 30059 30061 29540 0 -1 64 37 514 0 0 0 0 6 1 15 0 9 0 27381591 890019840 24359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.09
Current children cumulated vsize (KiB) 869160

Child status: 0
Real time (s): 10.229
CPU time (s): 10.1195
CPU user time (s): 9.8485
CPU system time (s): 0.270958
CPU usage (%): 98.9293
Max. virtual memory (cumulated for all children) (KiB): 869248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.8485
system time used= 0.270958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40858
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= 2179
involuntary context switches= 2444

runsolver used 0.018997 second user time and 0.039993 second system time

The end

Launcher Data

Begin job on node29 at 2009-07-12 14:52:34
IDJOB=2094268
IDBENCH=54104
IDSOLVER=774
FILE ID=node29/2094268-1247403154
PBS_JOBID= 9510585
Free space on /tmp= 66380 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-15.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2094268-1247403154/watcher-2094268-1247403154 -o /tmp/evaluation-result-2094268-1247403154/solver-2094268-1247403154 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2094268-1247403154.xml

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

MD5SUM BENCH= e388ff74a36a9bb17963ab4d6d8a2381
RANDOM SEED=431742878

node29.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.225
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.225
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:       1814928 kB
Buffers:         34212 kB
Cached:         103504 kB
SwapCached:        392 kB
Active:         134448 kB
Inactive:        52696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1814928 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            2376 kB
Writeback:           0 kB
Mapped:          69168 kB
Slab:            38896 kB
Committed_AS:  1011376 kB
PageTables:       1972 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= 66376 MiB
End job on node29 at 2009-07-12 14:52:45