Trace number 2098511

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 10.9363 11.017

DiagnosticValue
CHECKS929194
NODES20374

General information on the benchmark

Namecsp/socialGolfers/
normalized-socialGolfer-6-3-6.xml
MD5SUM540e899c23a691b2c9820bc69ef83b89
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.684895
Satisfiable
(Un)Satisfiability was proved
Number of variables1566
Number of constraints5805
Maximum constraint arity18
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5805
Global constraints used (with number of constraints)

Solver Data

0.01/0.08	
0.01/0.08	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=mac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-2098511-1247416016.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.58/0.61	     nbVariables=1566  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=3132
0.58/0.61	       =>  wckTime=0.377  cpuTime=0.25  mem=9M879
0.58/0.61	   
0.58/0.61	   predicates being loaded...
0.58/0.67	   
0.58/0.67	   constraints being loaded...
3.85/3.92	     nbConstraints=5856  nbGlobalConstraints=51  nbConflictsStructures=3  nbSharedConflictsStructures=5766
3.85/3.92	     nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=0  nbEvaluationManagers=4
3.85/3.92	     nbSharedEvaluationManagers=5801  minDegree=9  maxDegree=25  minArity=3  avgArity=4.59  maxArity=522
3.85/3.92	     nbGenerators=51  nbFusions=0  symmetryWckTime=2.027  symmetryCpuTime=0.95
3.85/3.92	       =>  wckTime=3.69  cpuTime=2.3  mem=54M796
3.95/4.04	   
3.95/4.04	   solver IterativeSystematicSolver being built... 
4.15/4.23	   
4.15/4.23	   INFO : Forward propagation technique limited 
4.25/4.39	       =>  wckTime=4.159  cpuTime=2.57  mem=31M352
4.35/4.44	   
4.35/4.44	   preprocessing
4.35/4.44	     nbConstraintChecks=3024  nbValidityChecks=648  nbPropagations=1566  nbRevisions=648  nbUselessRevisions=648
4.35/4.44	     nbRemovedValues=0  detectedInconsistency=no
4.35/4.44	       =>  wckTime=0.048  cpuTime=0.03  mem=32M331
10.83/10.97	   
10.83/10.98	   search
10.83/10.98	     run=9  nbConstraintChecks=926170  nbValidityChecks=1519146  minDepth=203  maxDepth=1566  nbPropagations=235399
10.83/10.98	     nbRevisions=3134280  nbUselessRevisions=2932288  nbAssignments=20374  nbFailedAssignments=1099  nbBacktracks=15337
10.83/10.98	     nbVisitedNodes=22990  nbRestartNogoods=48  nbFoundSolutions=1  nbSEliminables=?  nbREliminables=?  nbIEliminables=?
10.83/10.98	     nbDEliminables=?  nbPEliminables=?
10.83/10.98	       =>  wckTime=6.58  cpuTime=6.45  mem=33M326
10.83/10.98	   
10.83/10.98	   global
10.83/10.98	     nbConstraintChecks=929194  nbValidityChecks=1519794  nbPropagations=236965  nbRevisions=3134928
10.83/10.98	     nbUselessRevisions=2932936  nbRestartNogoods=48  solvingWckTime=6.582  solvingCpuTime=6.45  expiredTime=no
10.83/10.98	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=9.01  globalCpuTime=9.07
10.83/10.98	       =>  wckTime=10.746  cpuTime=9.02  mem=33M326
10.83/10.98	   
10.83/10.98	s SATISFIABLE
10.83/10.98	v 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 
10.83/10.98	d NODES 20374
10.83/10.98	d CHECKS 929194
10.83/10.98	   
10.83/10.98	   totalWckTime=10.801  totalCpuTime=9.07

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-2098511-1247416016/watcher-2098511-1247416016 -o /tmp/evaluation-result-2098511-1247416016/solver-2098511-1247416016 -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-2098511-1247416016.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: 1.90 1.98 1.99 3/81 32460
/proc/meminfo: memFree=1693512/2055920 swapFree=4192812/4192956
[pid=32460] ppid=32458 vsize=1620 CPUtime=0
/proc/32460/stat : 32460 (java) R 32458 32460 32423 0 -1 0 175 0 0 0 0 0 0 0 19 0 1 0 28667198 1658880 145 996147200 134512640 134550932 4294956128 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/32460/statm: 405 145 119 9 0 47 0

[startup+0.0281779 s]
/proc/loadavg: 1.90 1.98 1.99 3/81 32460
/proc/meminfo: memFree=1693512/2055920 swapFree=4192812/4192956
[pid=32460] ppid=32458 vsize=861288 CPUtime=0.01
/proc/32460/stat : 32460 (java) S 32458 32460 32423 0 -1 0 1717 0 1 0 0 1 0 0 19 0 3 0 28667198 881958912 1414 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/32460/statm: 215322 1414 568 9 0 210237 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861288

[startup+0.101209 s]
/proc/loadavg: 1.90 1.98 1.99 3/81 32460
/proc/meminfo: memFree=1693512/2055920 swapFree=4192812/4192956
[pid=32460] ppid=32458 vsize=865984 CPUtime=0.08
/proc/32460/stat : 32460 (java) S 32458 32460 32423 0 -1 0 3801 0 1 0 6 2 0 0 19 0 9 0 28667198 886767616 3248 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32460/statm: 216496 3248 1712 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.30123 s]
/proc/loadavg: 1.90 1.98 1.99 3/81 32460
/proc/meminfo: memFree=1693512/2055920 swapFree=4192812/4192956
[pid=32460] ppid=32458 vsize=866296 CPUtime=0.28
/proc/32460/stat : 32460 (java) S 32458 32460 32423 0 -1 0 5708 0 1 0 24 4 0 0 19 0 9 0 28667198 887087104 5111 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32460/statm: 216574 5111 1928 9 0 211052 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866296

[startup+0.701273 s]
/proc/loadavg: 1.90 1.98 1.99 3/81 32460
/proc/meminfo: memFree=1693512/2055920 swapFree=4192812/4192956
[pid=32460] ppid=32458 vsize=867620 CPUtime=0.68
/proc/32460/stat : 32460 (java) S 32458 32460 32423 0 -1 0 8109 0 1 0 63 5 0 0 19 0 9 0 28667198 888442880 7463 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32460/statm: 216905 7463 2035 9 0 211341 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867620

[startup+1.50235 s]
/proc/loadavg: 1.90 1.98 1.99 3/90 32469
/proc/meminfo: memFree=1655808/2055920 swapFree=4192812/4192956
[pid=32460] ppid=32458 vsize=868648 CPUtime=1.48
/proc/32460/stat : 32460 (java) S 32458 32460 32423 0 -1 0 16233 0 1 0 125 23 0 0 19 0 9 0 28667198 889495552 15586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32460/statm: 217162 15586 2040 9 0 211598 0
[pid=32460/tid=32462] ppid=32458 vsize=868648 CPUtime=1.24
/proc/32460/task/32462/stat : 32462 (java) R 32458 32460 32423 0 -1 64 14851 0 1 0 103 21 0 0 25 0 9 0 28667200 889495552 15586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32460/tid=32463] ppid=32458 vsize=868648 CPUtime=0
/proc/32460/task/32463/stat : 32463 (java) S 32458 32460 32423 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28667201 889495552 15586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32460/tid=32464] ppid=32458 vsize=868648 CPUtime=0
/proc/32460/task/32464/stat : 32464 (java) S 32458 32460 32423 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28667201 889495552 15586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32460/tid=32465] ppid=32458 vsize=868648 CPUtime=0
/proc/32460/task/32465/stat : 32465 (java) S 32458 32460 32423 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28667201 889495552 15586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32460/tid=32466] ppid=32458 vsize=868648 CPUtime=0
/proc/32460/task/32466/stat : 32466 (java) S 32458 32460 32423 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28667203 889495552 15586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32460/tid=32467] ppid=32458 vsize=868648 CPUtime=0.21
/proc/32460/task/32467/stat : 32467 (java) S 32458 32460 32423 0 -1 64 683 0 0 0 21 0 0 0 16 0 9 0 28667203 889495552 15586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32460/tid=32468] ppid=32458 vsize=868648 CPUtime=0
/proc/32460/task/32468/stat : 32468 (java) S 32458 32460 32423 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28667203 889495552 15586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32460/tid=32469] ppid=32458 vsize=868648 CPUtime=0
/proc/32460/task/32469/stat : 32469 (java) S 32458 32460 32423 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28667203 889495552 15586 996147200 134512640 134550932 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) 868648

[startup+3.10253 s]
/proc/loadavg: 1.90 1.98 1.99 4/92 32471
/proc/meminfo: memFree=1626288/2055920 swapFree=4192812/4192956
[pid=32460] ppid=32458 vsize=868880 CPUtime=3.06
/proc/32460/stat : 32460 (java) S 32458 32460 32423 0 -1 0 22627 1145 1 0 178 35 92 1 19 0 10 0 28667198 889733120 18398 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32460/statm: 217220 18398 2034 9 0 211678 0
[pid=32460/tid=32462] ppid=32458 vsize=868880 CPUtime=2.7
/proc/32460/task/32462/stat : 32462 (java) R 32458 32460 32423 0 -1 64 19013 1145 1 0 146 31 92 1 17 0 10 0 28667200 889733120 18398 996147200 134512640 134550932 4294955968 18446744073709551615 4126974637 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32460/tid=32463] ppid=32458 vsize=868880 CPUtime=1.01
/proc/32460/task/32463/stat : 32463 (java) S 32458 32460 32423 0 -1 64 1866 1145 0 0 7 1 92 1 16 0 10 0 28667201 889733120 18398 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32460/tid=32464] ppid=32458 vsize=868880 CPUtime=0.93
/proc/32460/task/32464/stat : 32464 (java) S 32458 32460 32423 0 -1 64 16 1145 0 0 0 0 92 1 16 0 10 0 28667201 889733120 18398 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32460/tid=32465] ppid=32458 vsize=868880 CPUtime=0.93
/proc/32460/task/32465/stat : 32465 (java) S 32458 32460 32423 0 -1 64 5 1145 0 0 0 0 92 1 16 0 10 0 28667201 889733120 18398 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32460/tid=32466] ppid=32458 vsize=868880 CPUtime=0.93
/proc/32460/task/32466/stat : 32466 (java) S 32458 32460 32423 0 -1 64 2 1145 0 0 0 0 92 1 18 0 10 0 28667203 889733120 18398 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32460/tid=32467] ppid=32458 vsize=868880 CPUtime=1.17
/proc/32460/task/32467/stat : 32467 (java) S 32458 32460 32423 0 -1 64 921 1145 0 0 24 0 92 1 15 0 10 0 28667203 889733120 18398 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32460/tid=32468] ppid=32458 vsize=868880 CPUtime=0.93
/proc/32460/task/32468/stat : 32468 (java) S 32458 32460 32423 0 -1 64 0 1145 0 0 0 0 92 1 19 0 10 0 28667203 889733120 18398 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32460/tid=32469] ppid=32458 vsize=868880 CPUtime=0.93
/proc/32460/task/32469/stat : 32469 (java) S 32458 32460 32423 0 -1 64 10 1145 0 0 0 0 92 1 15 0 10 0 28667203 889733120 18398 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 868880

[startup+6.30186 s]
/proc/loadavg: 1.91 1.98 1.99 4/90 32473
/proc/meminfo: memFree=1611192/2055920 swapFree=4192812/4192956
[pid=32460] ppid=32458 vsize=869068 CPUtime=6.24
/proc/32460/stat : 32460 (java) S 32458 32460 32423 0 -1 0 41750 1269 1 0 491 40 92 1 19 0 9 0 28667198 889925632 23024 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32460/statm: 217267 23024 2662 9 0 211703 0
[pid=32460/tid=32462] ppid=32458 vsize=869068 CPUtime=5.51
/proc/32460/task/32462/stat : 32462 (java) R 32458 32460 32423 0 -1 64 29158 1269 1 0 424 34 92 1 25 0 9 0 28667200 889925632 23024 996147200 134512640 134550932 4294955968 18446744073709551615 4127323401 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32460/tid=32463] ppid=32458 vsize=869068 CPUtime=1.22
/proc/32460/task/32463/stat : 32463 (java) S 32458 32460 32423 0 -1 64 10662 1269 0 0 26 3 92 1 17 0 9 0 28667201 889925632 23024 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32460/tid=32464] ppid=32458 vsize=869068 CPUtime=0.93
/proc/32460/task/32464/stat : 32464 (java) S 32458 32460 32423 0 -1 64 21 1269 0 0 0 0 92 1 16 0 9 0 28667201 889925632 23024 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32460/tid=32465] ppid=32458 vsize=869068 CPUtime=0.93
/proc/32460/task/32465/stat : 32465 (java) S 32458 32460 32423 0 -1 64 10 1269 0 0 0 0 92 1 15 0 9 0 28667201 889925632 23024 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32460/tid=32466] ppid=32458 vsize=869068 CPUtime=0.93
/proc/32460/task/32466/stat : 32466 (java) S 32458 32460 32423 0 -1 64 2 1269 0 0 0 0 92 1 18 0 9 0 28667203 889925632 23024 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32460/tid=32467] ppid=32458 vsize=869068 CPUtime=1.34
/proc/32460/task/32467/stat : 32467 (java) S 32458 32460 32423 0 -1 64 1066 1269 0 0 40 1 92 1 15 0 9 0 28667203 889925632 23024 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32460/tid=32468] ppid=32458 vsize=869068 CPUtime=0.93
/proc/32460/task/32468/stat : 32468 (java) S 32458 32460 32423 0 -1 64 0 1269 0 0 0 0 92 1 19 0 9 0 28667203 889925632 23024 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32460/tid=32469] ppid=32458 vsize=869068 CPUtime=0.93
/proc/32460/task/32469/stat : 32469 (java) S 32458 32460 32423 0 -1 64 28 1269 0 0 0 0 92 1 15 0 9 0 28667203 889925632 23024 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 869068

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

[startup+9.5022 s]
/proc/loadavg: 1.91 1.98 1.99 3/90 32473
/proc/meminfo: memFree=1611200/2055920 swapFree=4192812/4192956
[pid=32460] ppid=32458 vsize=869068 CPUtime=9.43
/proc/32460/stat : 32460 (java) S 32458 32460 32423 0 -1 0 41752 1269 1 0 809 41 92 1 19 0 9 0 28667198 889925632 23026 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32460/statm: 217267 23026 2662 9 0 211703 0
[pid=32460/tid=32462] ppid=32458 vsize=869068 CPUtime=8.69
/proc/32460/task/32462/stat : 32462 (java) R 32458 32460 32423 0 -1 64 29158 1269 1 0 742 34 92 1 25 0 9 0 28667200 889925632 23026 996147200 134512640 134550932 4294955968 18446744073709551615 4127371756 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32460/tid=32463] ppid=32458 vsize=869068 CPUtime=1.22
/proc/32460/task/32463/stat : 32463 (java) S 32458 32460 32423 0 -1 64 10662 1269 0 0 26 3 92 1 17 0 9 0 28667201 889925632 23026 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32460/tid=32464] ppid=32458 vsize=869068 CPUtime=0.93
/proc/32460/task/32464/stat : 32464 (java) S 32458 32460 32423 0 -1 64 21 1269 0 0 0 0 92 1 16 0 9 0 28667201 889925632 23026 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32460/tid=32465] ppid=32458 vsize=869068 CPUtime=0.93
/proc/32460/task/32465/stat : 32465 (java) S 32458 32460 32423 0 -1 64 10 1269 0 0 0 0 92 1 15 0 9 0 28667201 889925632 23026 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32460/tid=32466] ppid=32458 vsize=869068 CPUtime=0.93
/proc/32460/task/32466/stat : 32466 (java) S 32458 32460 32423 0 -1 64 2 1269 0 0 0 0 92 1 18 0 9 0 28667203 889925632 23026 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32460/tid=32467] ppid=32458 vsize=869068 CPUtime=1.34
/proc/32460/task/32467/stat : 32467 (java) S 32458 32460 32423 0 -1 64 1068 1269 0 0 40 1 92 1 16 0 9 0 28667203 889925632 23026 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32460/tid=32468] ppid=32458 vsize=869068 CPUtime=0.93
/proc/32460/task/32468/stat : 32468 (java) S 32458 32460 32423 0 -1 64 0 1269 0 0 0 0 92 1 19 0 9 0 28667203 889925632 23026 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32460/tid=32469] ppid=32458 vsize=869068 CPUtime=0.93
/proc/32460/task/32469/stat : 32469 (java) S 32458 32460 32423 0 -1 64 28 1269 0 0 0 0 92 1 15 0 9 0 28667203 889925632 23026 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.43
Current children cumulated vsize (KiB) 869068

[startup+10.3023 s]
/proc/loadavg: 1.91 1.98 1.99 3/90 32473
/proc/meminfo: memFree=1611136/2055920 swapFree=4192812/4192956
[pid=32460] ppid=32458 vsize=869068 CPUtime=10.22
/proc/32460/stat : 32460 (java) S 32458 32460 32423 0 -1 0 41754 1269 1 0 888 41 92 1 19 0 9 0 28667198 889925632 23026 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32460/statm: 217267 23026 2662 9 0 211703 0
[pid=32460/tid=32462] ppid=32458 vsize=869068 CPUtime=9.48
/proc/32460/task/32462/stat : 32462 (java) R 32458 32460 32423 0 -1 64 29159 1269 1 0 821 34 92 1 25 0 9 0 28667200 889925632 23026 996147200 134512640 134550932 4294955968 18446744073709551615 4127338764 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32460/tid=32463] ppid=32458 vsize=869068 CPUtime=1.22
/proc/32460/task/32463/stat : 32463 (java) S 32458 32460 32423 0 -1 64 10662 1269 0 0 26 3 92 1 17 0 9 0 28667201 889925632 23026 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32460/tid=32464] ppid=32458 vsize=869068 CPUtime=0.93
/proc/32460/task/32464/stat : 32464 (java) S 32458 32460 32423 0 -1 64 21 1269 0 0 0 0 92 1 16 0 9 0 28667201 889925632 23026 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32460/tid=32465] ppid=32458 vsize=869068 CPUtime=0.93
/proc/32460/task/32465/stat : 32465 (java) S 32458 32460 32423 0 -1 64 10 1269 0 0 0 0 92 1 15 0 9 0 28667201 889925632 23026 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32460/tid=32466] ppid=32458 vsize=869068 CPUtime=0.93
/proc/32460/task/32466/stat : 32466 (java) S 32458 32460 32423 0 -1 64 2 1269 0 0 0 0 92 1 18 0 9 0 28667203 889925632 23026 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32460/tid=32467] ppid=32458 vsize=869068 CPUtime=1.34
/proc/32460/task/32467/stat : 32467 (java) S 32458 32460 32423 0 -1 64 1069 1269 0 0 40 1 92 1 16 0 9 0 28667203 889925632 23026 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32460/tid=32468] ppid=32458 vsize=869068 CPUtime=0.93
/proc/32460/task/32468/stat : 32468 (java) S 32458 32460 32423 0 -1 64 0 1269 0 0 0 0 92 1 19 0 9 0 28667203 889925632 23026 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32460/tid=32469] ppid=32458 vsize=869068 CPUtime=0.93
/proc/32460/task/32469/stat : 32469 (java) S 32458 32460 32423 0 -1 64 28 1269 0 0 0 0 92 1 15 0 9 0 28667203 889925632 23026 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.22
Current children cumulated vsize (KiB) 869068

[startup+10.7023 s]
/proc/loadavg: 1.91 1.98 1.99 3/90 32473
/proc/meminfo: memFree=1611136/2055920 swapFree=4192812/4192956
[pid=32460] ppid=32458 vsize=869068 CPUtime=10.62
/proc/32460/stat : 32460 (java) S 32458 32460 32423 0 -1 0 41754 1269 1 0 928 41 92 1 19 0 9 0 28667198 889925632 23026 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32460/statm: 217267 23026 2662 9 0 211703 0
[pid=32460/tid=32462] ppid=32458 vsize=869068 CPUtime=9.88
/proc/32460/task/32462/stat : 32462 (java) R 32458 32460 32423 0 -1 64 29159 1269 1 0 861 34 92 1 25 0 9 0 28667200 889925632 23026 996147200 134512640 134550932 4294955968 18446744073709551615 4126816573 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32460/tid=32463] ppid=32458 vsize=869068 CPUtime=1.22
/proc/32460/task/32463/stat : 32463 (java) S 32458 32460 32423 0 -1 64 10662 1269 0 0 26 3 92 1 17 0 9 0 28667201 889925632 23026 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32460/tid=32464] ppid=32458 vsize=869068 CPUtime=0.93
/proc/32460/task/32464/stat : 32464 (java) S 32458 32460 32423 0 -1 64 21 1269 0 0 0 0 92 1 16 0 9 0 28667201 889925632 23026 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32460/tid=32465] ppid=32458 vsize=869068 CPUtime=0.93
/proc/32460/task/32465/stat : 32465 (java) S 32458 32460 32423 0 -1 64 10 1269 0 0 0 0 92 1 15 0 9 0 28667201 889925632 23026 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32460/tid=32466] ppid=32458 vsize=869068 CPUtime=0.93
/proc/32460/task/32466/stat : 32466 (java) S 32458 32460 32423 0 -1 64 2 1269 0 0 0 0 92 1 18 0 9 0 28667203 889925632 23026 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32460/tid=32467] ppid=32458 vsize=869068 CPUtime=1.34
/proc/32460/task/32467/stat : 32467 (java) S 32458 32460 32423 0 -1 64 1069 1269 0 0 40 1 92 1 15 0 9 0 28667203 889925632 23026 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32460/tid=32468] ppid=32458 vsize=869068 CPUtime=0.93
/proc/32460/task/32468/stat : 32468 (java) S 32458 32460 32423 0 -1 64 0 1269 0 0 0 0 92 1 19 0 9 0 28667203 889925632 23026 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32460/tid=32469] ppid=32458 vsize=869068 CPUtime=0.93
/proc/32460/task/32469/stat : 32469 (java) S 32458 32460 32423 0 -1 64 28 1269 0 0 0 0 92 1 15 0 9 0 28667203 889925632 23026 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.62
Current children cumulated vsize (KiB) 869068

[startup+10.9023 s]
/proc/loadavg: 1.91 1.98 1.99 3/90 32473
/proc/meminfo: memFree=1611072/2055920 swapFree=4192812/4192956
[pid=32460] ppid=32458 vsize=869068 CPUtime=10.83
/proc/32460/stat : 32460 (java) S 32458 32460 32423 0 -1 0 41757 1269 1 0 949 41 92 1 19 0 9 0 28667198 889925632 23028 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32460/statm: 217267 23028 2662 9 0 211703 0
[pid=32460/tid=32462] ppid=32458 vsize=869068 CPUtime=10.08
/proc/32460/task/32462/stat : 32462 (java) R 32458 32460 32423 0 -1 64 29159 1269 1 0 881 34 92 1 25 0 9 0 28667200 889925632 23028 996147200 134512640 134550932 4294955968 18446744073709551615 4127379353 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32460/tid=32463] ppid=32458 vsize=869068 CPUtime=1.22
/proc/32460/task/32463/stat : 32463 (java) S 32458 32460 32423 0 -1 64 10662 1269 0 0 26 3 92 1 17 0 9 0 28667201 889925632 23028 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32460/tid=32464] ppid=32458 vsize=869068 CPUtime=0.93
/proc/32460/task/32464/stat : 32464 (java) S 32458 32460 32423 0 -1 64 21 1269 0 0 0 0 92 1 16 0 9 0 28667201 889925632 23028 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32460/tid=32465] ppid=32458 vsize=869068 CPUtime=0.93
/proc/32460/task/32465/stat : 32465 (java) S 32458 32460 32423 0 -1 64 10 1269 0 0 0 0 92 1 15 0 9 0 28667201 889925632 23028 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32460/tid=32466] ppid=32458 vsize=869068 CPUtime=0.93
/proc/32460/task/32466/stat : 32466 (java) S 32458 32460 32423 0 -1 64 2 1269 0 0 0 0 92 1 18 0 9 0 28667203 889925632 23028 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32460/tid=32467] ppid=32458 vsize=869068 CPUtime=1.34
/proc/32460/task/32467/stat : 32467 (java) S 32458 32460 32423 0 -1 64 1072 1269 0 0 40 1 92 1 15 0 9 0 28667203 889925632 23028 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32460/tid=32468] ppid=32458 vsize=869068 CPUtime=0.93
/proc/32460/task/32468/stat : 32468 (java) S 32458 32460 32423 0 -1 64 0 1269 0 0 0 0 92 1 19 0 9 0 28667203 889925632 23028 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32460/tid=32469] ppid=32458 vsize=869068 CPUtime=0.93
/proc/32460/task/32469/stat : 32469 (java) S 32458 32460 32423 0 -1 64 28 1269 0 0 0 0 92 1 15 0 9 0 28667203 889925632 23028 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.83
Current children cumulated vsize (KiB) 869068

[startup+11.0074 s]
/proc/loadavg: 1.91 1.98 1.99 3/90 32473
/proc/meminfo: memFree=1611072/2055920 swapFree=4192812/4192956
[pid=32460] ppid=32458 vsize=0 CPUtime=10.9
/proc/32460/stat : 32460 (java) Z 32458 32460 32423 0 -1 12 41795 1269 1 0 956 41 92 1 16 0 2 0 28667198 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32460/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.9
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 11.017
CPU time (s): 10.9363
CPU user time (s): 10.4884
CPU system time (s): 0.447931
CPU usage (%): 99.2681
Max. virtual memory (cumulated for all children) (KiB): 874776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.4884
system time used= 0.447931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43064
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= 2356
involuntary context switches= 2350

runsolver used 0.026995 second user time and 0.036994 second system time

The end

Launcher Data

Begin job on node79 at 2009-07-12 18:26:56
IDJOB=2098511
IDBENCH=58706
IDSOLVER=773
FILE ID=node79/2098511-1247416016
PBS_JOBID= 9510699
Free space on /tmp= 66348 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/socialGolfers/normalized-socialGolfer-6-3-6.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-2098511-1247416016/watcher-2098511-1247416016 -o /tmp/evaluation-result-2098511-1247416016/solver-2098511-1247416016 -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-2098511-1247416016.xml

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

MD5SUM BENCH= 540e899c23a691b2c9820bc69ef83b89
RANDOM SEED=277443484

node79.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.229
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.229
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1693992 kB
Buffers:         42240 kB
Cached:         158836 kB
SwapCached:          0 kB
Active:         199356 kB
Inactive:       102548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1693992 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2928 kB
Writeback:           0 kB
Mapped:         121280 kB
Slab:            45124 kB
Committed_AS:  1024504 kB
PageTables:       1960 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= 66348 MiB
End job on node79 at 2009-07-12 18:27:07