Trace number 2093413

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 20.8748 21.1316

DiagnosticValue
CHECKS51620
NODES92

General information on the benchmark

Namecsp/marc/
normalized-large-92-sat_ext.xml
MD5SUMb8c8d5edeb1c5ac13491e6fb9a38beea
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark15.5396
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints4186
Maximum constraint arity2
Maximum domain size92
Number of constraints which are defined in extension4186
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=mac.xml
0.18/0.30	   
0.18/0.30	   instance
0.18/0.30	     name=HOME/instance-2093413-1247401309.xml
0.29/0.33	   
0.29/0.33	   domains being loaded...
0.29/0.34	   
0.29/0.34	   variables being loaded...
0.29/0.38	     nbVariables=92  nbDomainTypes=1  minDomainSize=92  maxDomainSize=92  nbTotalValues=8464
0.29/0.38	       =>  wckTime=0.122  cpuTime=0.1  mem=7M892
0.29/0.38	   
0.29/0.39	   relations being loaded...
2.86/2.97	   
2.86/2.97	   INFO : Contraction of relations, mem = 100M543
17.12/17.38	   
17.12/17.38	   constraints being loaded...
20.17/20.41	     nbConstraints=4186  nbRelationTypes=4185  nbExtensionStructures=4185  nbSharedExtensionStructures=1
20.17/20.41	     nbConflictsStructures=4185  nbSharedConflictsStructures=1  nbSharedBinaryRepresentations=769673  minDegree=91
20.17/20.41	     maxDegree=91  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.2  symmetryCpuTime=0.09
20.17/20.41	       =>  wckTime=20.143  cpuTime=18.44  mem=148M508
20.57/20.82	   
20.57/20.83	   solver IterativeSystematicSolver being built... 
20.66/20.96	       =>  wckTime=20.696  cpuTime=18.54  mem=137M70
20.76/21.00	   
20.76/21.00	   preprocessing
20.76/21.00	     nbConstraintChecks=43248  nbPropagations=93  nbRevisions=8896  nbUselessRevisions=8415  nbRemovedValues=8372
20.76/21.00	     detectedInconsistency=no
20.76/21.00	       =>  wckTime=0.036  cpuTime=0.02  mem=137M70
20.76/21.05	   
20.76/21.05	   search
20.76/21.05	     run=0  nbConstraintChecks=8372  minDepth=93  maxDepth=92  nbPropagations=185  nbRevisions=13082
20.76/21.05	     nbUselessRevisions=12601  nbAssignments=92  nbFailedAssignments=0  nbBacktracks=0  nbVisitedNodes=93
20.76/21.05	     nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=92
20.76/21.05	     nbREliminables=0  nbIEliminables=0  nbDEliminables=0  nbPEliminables=0
20.76/21.05	       =>  wckTime=0.087  cpuTime=0.06  mem=139M20
20.76/21.05	   
20.76/21.05	   global
20.76/21.05	     nbConstraintChecks=51620  nbPropagations=278  nbRevisions=21978  nbUselessRevisions=21016  nbRestartNogoods=0
20.76/21.05	     solvingWckTime=0.091  solvingCpuTime=0.06  expiredTime=no  totalExploration=no  nbFoundSolutions=1
20.76/21.05	     firstSolutionCpuTime=18.59  globalCpuTime=18.64
20.76/21.05	       =>  wckTime=20.79  cpuTime=18.6  mem=139M20
20.76/21.06	   
20.76/21.06	s SATISFIABLE
20.76/21.06	v 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 
20.76/21.06	d NODES 92
20.76/21.06	d CHECKS 51620
20.76/21.06	   
20.76/21.06	   totalWckTime=20.864  totalCpuTime=18.64

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-2093413-1247401309/watcher-2093413-1247401309 -o /tmp/evaluation-result-2093413-1247401309/solver-2093413-1247401309 -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-2093413-1247401309.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.89 0.92 0.44 4/80 30006
/proc/meminfo: memFree=1370128/2055920 swapFree=4192812/4192956
[pid=30006] ppid=30004 vsize=18576 CPUtime=0
/proc/30006/stat : 30006 (runsolver) R 30004 30006 29660 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 27195094 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 217051622695 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/30006/statm: 4644 284 249 26 0 2626 0

[startup+0.0528291 s]
/proc/loadavg: 1.89 0.92 0.44 4/80 30006
/proc/meminfo: memFree=1370128/2055920 swapFree=4192812/4192956
[pid=30006] ppid=30004 vsize=863616 CPUtime=0.03
/proc/30006/stat : 30006 (java) S 30004 30006 29660 0 -1 0 2426 0 1 0 2 1 0 0 18 0 9 0 27195094 884342784 1999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30006/statm: 215904 1999 911 9 0 210819 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 863616

[startup+0.101838 s]
/proc/loadavg: 1.89 0.92 0.44 4/80 30006
/proc/meminfo: memFree=1370128/2055920 swapFree=4192812/4192956
[pid=30006] ppid=30004 vsize=865984 CPUtime=0.08
/proc/30006/stat : 30006 (java) S 30004 30006 29660 0 -1 0 3732 0 1 0 6 2 0 0 18 0 9 0 27195094 886767616 3200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30006/statm: 216496 3200 1700 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301874 s]
/proc/loadavg: 1.89 0.92 0.44 4/80 30006
/proc/meminfo: memFree=1370128/2055920 swapFree=4192812/4192956
[pid=30006] ppid=30004 vsize=866380 CPUtime=0.29
/proc/30006/stat : 30006 (java) S 30004 30006 29660 0 -1 0 5847 0 1 0 25 4 0 0 18 0 9 0 27195094 887173120 5213 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30006/statm: 216595 5213 1981 9 0 211053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.701954 s]
/proc/loadavg: 1.89 0.92 0.44 4/80 30006
/proc/meminfo: memFree=1370128/2055920 swapFree=4192812/4192956
[pid=30006] ppid=30004 vsize=866492 CPUtime=0.69
/proc/30006/stat : 30006 (java) S 30004 30006 29660 0 -1 0 13387 0 1 0 62 7 0 0 18 0 9 0 27195094 887287808 12749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30006/statm: 216623 12749 1998 9 0 211081 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 866492

[startup+1.50211 s]
/proc/loadavg: 1.89 0.92 0.44 3/89 30015
/proc/meminfo: memFree=1300168/2055920 swapFree=4192812/4192956
[pid=30006] ppid=30004 vsize=867084 CPUtime=1.47
/proc/30006/stat : 30006 (java) S 30004 30006 29660 0 -1 0 25477 0 1 0 135 12 0 0 18 0 9 0 27195094 887894016 24835 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30006/statm: 216771 24835 2011 9 0 211229 0
[pid=30006/tid=30008] ppid=30004 vsize=867084 CPUtime=1.17
/proc/30006/task/30008/stat : 30008 (java) R 30004 30006 29660 0 -1 64 15707 0 1 0 109 8 0 0 25 0 9 0 27195095 887894016 24835 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30009] ppid=30004 vsize=867084 CPUtime=0.18
/proc/30006/task/30009/stat : 30009 (java) R 30004 30006 29660 0 -1 64 8607 0 0 0 15 3 0 0 16 0 9 0 27195096 887894016 24835 996147200 134512640 134550932 4294955968 18446744073709551615 104516229 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30010] ppid=30004 vsize=867084 CPUtime=0
/proc/30006/task/30010/stat : 30010 (java) S 30004 30006 29660 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27195097 887894016 24835 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30011] ppid=30004 vsize=867084 CPUtime=0
/proc/30006/task/30011/stat : 30011 (java) S 30004 30006 29660 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27195097 887894016 24835 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30012] ppid=30004 vsize=867084 CPUtime=0
/proc/30006/task/30012/stat : 30012 (java) S 30004 30006 29660 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27195099 887894016 24835 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30013] ppid=30004 vsize=867084 CPUtime=0.1
/proc/30006/task/30013/stat : 30013 (java) S 30004 30006 29660 0 -1 64 462 0 0 0 10 0 0 0 16 0 9 0 27195099 887894016 24835 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30014] ppid=30004 vsize=867084 CPUtime=0
/proc/30006/task/30014/stat : 30014 (java) S 30004 30006 29660 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27195099 887894016 24835 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30015] ppid=30004 vsize=867084 CPUtime=0
/proc/30006/task/30015/stat : 30015 (java) S 30004 30006 29660 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 27195099 887894016 24835 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) 867084

[startup+3.10241 s]
/proc/loadavg: 1.89 0.92 0.44 3/89 30015
/proc/meminfo: memFree=1264328/2055920 swapFree=4192812/4192956
[pid=30006] ppid=30004 vsize=867084 CPUtime=3.06
/proc/30006/stat : 30006 (java) S 30004 30006 29660 0 -1 0 33238 0 1 0 289 17 0 0 18 0 9 0 27195094 887894016 32592 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30006/statm: 216771 32592 2013 9 0 211229 0
[pid=30006/tid=30008] ppid=30004 vsize=867084 CPUtime=2.51
/proc/30006/task/30008/stat : 30008 (java) R 30004 30006 29660 0 -1 64 15717 0 1 0 241 10 0 0 25 0 9 0 27195095 887894016 32592 996147200 134512640 134550932 4294955968 18446744073709551615 4126731020 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30009] ppid=30004 vsize=867084 CPUtime=0.38
/proc/30006/task/30009/stat : 30009 (java) S 30004 30006 29660 0 -1 64 16328 0 0 0 33 5 0 0 16 0 9 0 27195096 887894016 32592 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30010] ppid=30004 vsize=867084 CPUtime=0
/proc/30006/task/30010/stat : 30010 (java) S 30004 30006 29660 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27195097 887894016 32592 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30011] ppid=30004 vsize=867084 CPUtime=0
/proc/30006/task/30011/stat : 30011 (java) S 30004 30006 29660 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27195097 887894016 32592 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30012] ppid=30004 vsize=867084 CPUtime=0
/proc/30006/task/30012/stat : 30012 (java) S 30004 30006 29660 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27195099 887894016 32592 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30013] ppid=30004 vsize=867084 CPUtime=0.13
/proc/30006/task/30013/stat : 30013 (java) S 30004 30006 29660 0 -1 64 492 0 0 0 13 0 0 0 15 0 9 0 27195099 887894016 32592 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30014] ppid=30004 vsize=867084 CPUtime=0
/proc/30006/task/30014/stat : 30014 (java) S 30004 30006 29660 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27195099 887894016 32592 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30015] ppid=30004 vsize=867084 CPUtime=0
/proc/30006/task/30015/stat : 30015 (java) S 30004 30006 29660 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 27195099 887894016 32592 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) 867084

[startup+6.30202 s]
/proc/loadavg: 1.89 0.93 0.45 4/89 30015
/proc/meminfo: memFree=1248008/2055920 swapFree=4192812/4192956
[pid=30006] ppid=30004 vsize=867176 CPUtime=6.22
/proc/30006/stat : 30006 (java) S 30004 30006 29660 0 -1 0 34272 0 1 0 602 20 0 0 18 0 9 0 27195094 887988224 33432 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30006/statm: 216794 33432 2632 9 0 211252 0
[pid=30006/tid=30008] ppid=30004 vsize=867176 CPUtime=5.46
/proc/30006/task/30008/stat : 30008 (java) R 30004 30006 29660 0 -1 64 15724 0 1 0 533 13 0 0 25 0 9 0 27195095 887988224 33432 996147200 134512640 134550932 4294955968 18446744073709551615 4126597492 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30009] ppid=30004 vsize=867176 CPUtime=0.61
/proc/30006/task/30009/stat : 30009 (java) S 30004 30006 29660 0 -1 64 17353 0 0 0 55 6 0 0 16 0 9 0 27195096 887988224 33432 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30010] ppid=30004 vsize=867176 CPUtime=0
/proc/30006/task/30010/stat : 30010 (java) S 30004 30006 29660 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27195097 887988224 33432 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30011] ppid=30004 vsize=867176 CPUtime=0
/proc/30006/task/30011/stat : 30011 (java) S 30004 30006 29660 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27195097 887988224 33432 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30012] ppid=30004 vsize=867176 CPUtime=0
/proc/30006/task/30012/stat : 30012 (java) S 30004 30006 29660 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27195099 887988224 33432 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30013] ppid=30004 vsize=867176 CPUtime=0.13
/proc/30006/task/30013/stat : 30013 (java) S 30004 30006 29660 0 -1 64 494 0 0 0 13 0 0 0 16 0 9 0 27195099 887988224 33432 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30014] ppid=30004 vsize=867176 CPUtime=0
/proc/30006/task/30014/stat : 30014 (java) S 30004 30006 29660 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27195099 887988224 33432 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30015] ppid=30004 vsize=867176 CPUtime=0
/proc/30006/task/30015/stat : 30015 (java) S 30004 30006 29660 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 27195099 887988224 33432 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867176

[startup+12.7022 s]
/proc/loadavg: 1.90 0.95 0.46 3/89 30015
/proc/meminfo: memFree=1225416/2055920 swapFree=4192812/4192956
[pid=30006] ppid=30004 vsize=867496 CPUtime=12.56
/proc/30006/stat : 30006 (java) S 30004 30006 29660 0 -1 0 41012 0 1 0 1228 28 0 0 18 0 9 0 27195094 888315904 40159 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30006/statm: 216874 40159 2635 9 0 211332 0
[pid=30006/tid=30008] ppid=30004 vsize=867496 CPUtime=11.46
/proc/30006/task/30008/stat : 30008 (java) R 30004 30006 29660 0 -1 64 15737 0 1 0 1128 18 0 0 25 0 9 0 27195095 888315904 40159 996147200 134512640 134550932 4294955968 18446744073709551615 4126588230 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30009] ppid=30004 vsize=867496 CPUtime=0.91
/proc/30006/task/30009/stat : 30009 (java) S 30004 30006 29660 0 -1 64 23972 0 0 0 83 8 0 0 16 0 9 0 27195096 888315904 40159 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30010] ppid=30004 vsize=867496 CPUtime=0
/proc/30006/task/30010/stat : 30010 (java) S 30004 30006 29660 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27195097 888315904 40159 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30011] ppid=30004 vsize=867496 CPUtime=0
/proc/30006/task/30011/stat : 30011 (java) S 30004 30006 29660 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27195097 888315904 40159 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30012] ppid=30004 vsize=867496 CPUtime=0
/proc/30006/task/30012/stat : 30012 (java) S 30004 30006 29660 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27195099 888315904 40159 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30013] ppid=30004 vsize=867496 CPUtime=0.16
/proc/30006/task/30013/stat : 30013 (java) S 30004 30006 29660 0 -1 64 602 0 0 0 16 0 0 0 15 0 9 0 27195099 888315904 40159 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30014] ppid=30004 vsize=867496 CPUtime=0
/proc/30006/task/30014/stat : 30014 (java) S 30004 30006 29660 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27195099 888315904 40159 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30015] ppid=30004 vsize=867496 CPUtime=0
/proc/30006/task/30015/stat : 30015 (java) S 30004 30006 29660 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 27195099 888315904 40159 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867496

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

[startup+15.9019 s]
/proc/loadavg: 1.91 0.97 0.47 3/89 30015
/proc/meminfo: memFree=1210248/2055920 swapFree=4192812/4192956
[pid=30006] ppid=30004 vsize=867496 CPUtime=15.73
/proc/30006/stat : 30006 (java) S 30004 30006 29660 0 -1 0 44308 0 1 0 1541 32 0 0 18 0 9 0 27195094 888315904 43449 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30006/statm: 216874 43449 2635 9 0 211332 0
[pid=30006/tid=30008] ppid=30004 vsize=867496 CPUtime=14.48
/proc/30006/task/30008/stat : 30008 (java) R 30004 30006 29660 0 -1 64 15743 0 1 0 1427 21 0 0 25 0 9 0 27195095 888315904 43449 996147200 134512640 134550932 4294955968 18446744073709551615 4126731028 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30009] ppid=30004 vsize=867496 CPUtime=1.06
/proc/30006/task/30009/stat : 30009 (java) S 30004 30006 29660 0 -1 64 27262 0 0 0 96 10 0 0 16 0 9 0 27195096 888315904 43449 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30010] ppid=30004 vsize=867496 CPUtime=0
/proc/30006/task/30010/stat : 30010 (java) S 30004 30006 29660 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27195097 888315904 43449 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30011] ppid=30004 vsize=867496 CPUtime=0
/proc/30006/task/30011/stat : 30011 (java) S 30004 30006 29660 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27195097 888315904 43449 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30012] ppid=30004 vsize=867496 CPUtime=0
/proc/30006/task/30012/stat : 30012 (java) S 30004 30006 29660 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27195099 888315904 43449 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30013] ppid=30004 vsize=867496 CPUtime=0.16
/proc/30006/task/30013/stat : 30013 (java) S 30004 30006 29660 0 -1 64 602 0 0 0 16 0 0 0 15 0 9 0 27195099 888315904 43449 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30014] ppid=30004 vsize=867496 CPUtime=0
/proc/30006/task/30014/stat : 30014 (java) S 30004 30006 29660 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27195099 888315904 43449 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30015] ppid=30004 vsize=867496 CPUtime=0
/proc/30006/task/30015/stat : 30015 (java) S 30004 30006 29660 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 27195099 888315904 43449 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.73
Current children cumulated vsize (KiB) 867496

[startup+19.1025 s]
/proc/loadavg: 1.92 0.99 0.47 3/89 30015
/proc/meminfo: memFree=1201224/2055920 swapFree=4192812/4192956
[pid=30006] ppid=30004 vsize=867496 CPUtime=18.9
/proc/30006/stat : 30006 (java) S 30004 30006 29660 0 -1 0 46031 0 1 0 1855 35 0 0 18 0 9 0 27195094 888315904 45161 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30006/statm: 216874 45161 2636 9 0 211332 0
[pid=30006/tid=30008] ppid=30004 vsize=867496 CPUtime=17.51
/proc/30006/task/30008/stat : 30008 (java) R 30004 30006 29660 0 -1 64 15782 0 1 0 1729 22 0 0 25 0 9 0 27195095 888315904 45161 996147200 134512640 134550932 4294955968 18446744073709551615 4126899082 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30009] ppid=30004 vsize=867496 CPUtime=1.14
/proc/30006/task/30009/stat : 30009 (java) S 30004 30006 29660 0 -1 64 28904 0 0 0 103 11 0 0 17 0 9 0 27195096 888315904 45161 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30010] ppid=30004 vsize=867496 CPUtime=0
/proc/30006/task/30010/stat : 30010 (java) S 30004 30006 29660 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27195097 888315904 45161 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30011] ppid=30004 vsize=867496 CPUtime=0
/proc/30006/task/30011/stat : 30011 (java) S 30004 30006 29660 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27195097 888315904 45161 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30012] ppid=30004 vsize=867496 CPUtime=0
/proc/30006/task/30012/stat : 30012 (java) S 30004 30006 29660 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27195099 888315904 45161 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30013] ppid=30004 vsize=867496 CPUtime=0.23
/proc/30006/task/30013/stat : 30013 (java) S 30004 30006 29660 0 -1 64 644 0 0 0 23 0 0 0 15 0 9 0 27195099 888315904 45161 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30014] ppid=30004 vsize=867496 CPUtime=0
/proc/30006/task/30014/stat : 30014 (java) S 30004 30006 29660 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27195099 888315904 45161 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30015] ppid=30004 vsize=867496 CPUtime=0
/proc/30006/task/30015/stat : 30015 (java) S 30004 30006 29660 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 27195099 888315904 45161 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.9
Current children cumulated vsize (KiB) 867496

[startup+19.9026 s]
/proc/loadavg: 1.92 0.99 0.47 3/89 30015
/proc/meminfo: memFree=1194568/2055920 swapFree=4192812/4192956
[pid=30006] ppid=30004 vsize=867496 CPUtime=19.69
/proc/30006/stat : 30006 (java) S 30004 30006 29660 0 -1 0 47668 0 1 0 1934 35 0 0 18 0 9 0 27195094 888315904 46797 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30006/statm: 216874 46797 2636 9 0 211332 0
[pid=30006/tid=30008] ppid=30004 vsize=867496 CPUtime=18.22
/proc/30006/task/30008/stat : 30008 (java) R 30004 30006 29660 0 -1 64 15783 0 1 0 1800 22 0 0 25 0 9 0 27195095 888315904 46797 996147200 134512640 134550932 4294955968 18446744073709551615 4126899210 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30009] ppid=30004 vsize=867496 CPUtime=1.2
/proc/30006/task/30009/stat : 30009 (java) S 30004 30006 29660 0 -1 64 30540 0 0 0 109 11 0 0 16 0 9 0 27195096 888315904 46797 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30010] ppid=30004 vsize=867496 CPUtime=0
/proc/30006/task/30010/stat : 30010 (java) S 30004 30006 29660 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27195097 888315904 46797 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30011] ppid=30004 vsize=867496 CPUtime=0
/proc/30006/task/30011/stat : 30011 (java) S 30004 30006 29660 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27195097 888315904 46797 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30012] ppid=30004 vsize=867496 CPUtime=0
/proc/30006/task/30012/stat : 30012 (java) S 30004 30006 29660 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27195099 888315904 46797 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30013] ppid=30004 vsize=867496 CPUtime=0.23
/proc/30006/task/30013/stat : 30013 (java) S 30004 30006 29660 0 -1 64 644 0 0 0 23 0 0 0 15 0 9 0 27195099 888315904 46797 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30014] ppid=30004 vsize=867496 CPUtime=0
/proc/30006/task/30014/stat : 30014 (java) S 30004 30006 29660 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27195099 888315904 46797 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30015] ppid=30004 vsize=867496 CPUtime=0
/proc/30006/task/30015/stat : 30015 (java) S 30004 30006 29660 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 27195099 888315904 46797 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.69
Current children cumulated vsize (KiB) 867496

[startup+20.7018 s]
/proc/loadavg: 1.92 0.99 0.47 3/89 30015
/proc/meminfo: memFree=1194568/2055920 swapFree=4192812/4192956
[pid=30006] ppid=30004 vsize=867820 CPUtime=20.47
/proc/30006/stat : 30006 (java) S 30004 30006 29660 0 -1 0 61424 464 1 0 2003 39 3 2 18 0 10 0 27195094 888647680 46862 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30006/statm: 216955 46862 2635 9 0 211413 0
[pid=30006/tid=30008] ppid=30004 vsize=867820 CPUtime=18.68
/proc/30006/task/30008/stat : 30008 (java) S 30004 30006 29660 0 -1 64 18450 464 1 0 1840 23 3 2 24 0 10 0 27195095 888647680 46862 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30006/tid=30009] ppid=30004 vsize=867820 CPUtime=1.54
/proc/30006/task/30009/stat : 30009 (java) R 30004 30006 29660 0 -1 64 41355 464 0 0 136 13 3 2 18 0 10 0 27195096 888647680 46862 996147200 134512640 134550932 4294955968 18446744073709551615 103831013 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30010] ppid=30004 vsize=867820 CPUtime=0.05
/proc/30006/task/30010/stat : 30010 (java) S 30004 30006 29660 0 -1 64 16 464 0 0 0 0 3 2 16 0 10 0 27195097 888647680 46862 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30011] ppid=30004 vsize=867820 CPUtime=0.05
/proc/30006/task/30011/stat : 30011 (java) S 30004 30006 29660 0 -1 64 5 464 0 0 0 0 3 2 16 0 10 0 27195097 888647680 46862 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30012] ppid=30004 vsize=867820 CPUtime=0.05
/proc/30006/task/30012/stat : 30012 (java) S 30004 30006 29660 0 -1 64 2 464 0 0 0 0 3 2 18 0 10 0 27195099 888647680 46862 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30013] ppid=30004 vsize=867820 CPUtime=0.31
/proc/30006/task/30013/stat : 30013 (java) S 30004 30006 29660 0 -1 64 778 464 0 0 26 0 3 2 15 0 10 0 27195099 888647680 46862 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30014] ppid=30004 vsize=867820 CPUtime=0.05
/proc/30006/task/30014/stat : 30014 (java) S 30004 30006 29660 0 -1 64 0 464 0 0 0 0 3 2 19 0 10 0 27195099 888647680 46862 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30015] ppid=30004 vsize=867820 CPUtime=0.05
/proc/30006/task/30015/stat : 30015 (java) S 30004 30006 29660 0 -1 64 10 464 0 0 0 0 3 2 15 0 10 0 27195099 888647680 46862 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.47
Current children cumulated vsize (KiB) 867820

[startup+21.1018 s]
/proc/loadavg: 1.92 0.99 0.47 4/90 30019
/proc/meminfo: memFree=1189312/2055920 swapFree=4192812/4192956
[pid=30006] ppid=30004 vsize=867908 CPUtime=20.82
/proc/30006/stat : 30006 (java) S 30004 30006 29660 0 -1 0 64359 464 1 0 2036 41 3 2 18 0 9 0 27195094 888737792 49397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30006/statm: 216977 49397 2660 9 0 211413 0
[pid=30006/tid=30008] ppid=30004 vsize=867908 CPUtime=18.84
/proc/30006/task/30008/stat : 30008 (java) S 30004 30006 29660 0 -1 64 18803 464 1 0 1856 23 3 2 17 0 9 0 27195095 888737792 49397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30009] ppid=30004 vsize=867908 CPUtime=1.65
/proc/30006/task/30009/stat : 30009 (java) S 30004 30006 29660 0 -1 64 43840 464 0 0 146 14 3 2 16 0 9 0 27195096 888737792 49397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30006/tid=30010] ppid=30004 vsize=867908 CPUtime=0.05
/proc/30006/task/30010/stat : 30010 (java) S 30004 30006 29660 0 -1 64 21 464 0 0 0 0 3 2 16 0 9 0 27195097 888737792 49397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30011] ppid=30004 vsize=867908 CPUtime=0.05
/proc/30006/task/30011/stat : 30011 (java) S 30004 30006 29660 0 -1 64 10 464 0 0 0 0 3 2 16 0 9 0 27195097 888737792 49397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30006/tid=30012] ppid=30004 vsize=867908 CPUtime=0.05
/proc/30006/task/30012/stat : 30012 (java) S 30004 30006 29660 0 -1 64 2 464 0 0 0 0 3 2 18 0 9 0 27195099 888737792 49397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30013] ppid=30004 vsize=867908 CPUtime=0.38
/proc/30006/task/30013/stat : 30013 (java) S 30004 30006 29660 0 -1 64 861 464 0 0 32 1 3 2 15 0 9 0 27195099 888737792 49397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30014] ppid=30004 vsize=867908 CPUtime=0.05
/proc/30006/task/30014/stat : 30014 (java) S 30004 30006 29660 0 -1 64 0 464 0 0 0 0 3 2 19 0 9 0 27195099 888737792 49397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30006/tid=30015] ppid=30004 vsize=867908 CPUtime=0.05
/proc/30006/task/30015/stat : 30015 (java) R 30004 30006 29660 0 -1 64 10 464 0 0 0 0 3 2 15 0 9 0 27195099 888737792 49397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.82
Current children cumulated vsize (KiB) 867908

Child status: 0
Real time (s): 21.1316
CPU time (s): 20.8748
CPU user time (s): 20.4069
CPU system time (s): 0.467928
CPU usage (%): 98.7851
Max. virtual memory (cumulated for all children) (KiB): 867908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.4069
system time used= 0.467928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64853
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= 2243
involuntary context switches= 2718

runsolver used 0.032994 second user time and 0.073988 second system time

The end

Launcher Data

Begin job on node59 at 2009-07-12 14:21:59
IDJOB=2093413
IDBENCH=53560
IDSOLVER=773
FILE ID=node59/2093413-1247401309
PBS_JOBID= 9510528
Free space on /tmp= 66288 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/marc/normalized-large-92-sat_ext.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-2093413-1247401309/watcher-2093413-1247401309 -o /tmp/evaluation-result-2093413-1247401309/solver-2093413-1247401309 -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-2093413-1247401309.xml

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

MD5SUM BENCH= b8c8d5edeb1c5ac13491e6fb9a38beea
RANDOM SEED=1017782593

node59.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.263
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.263
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:       1370544 kB
Buffers:         87672 kB
Cached:         407572 kB
SwapCached:          0 kB
Active:         390200 kB
Inactive:       206608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1370544 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          103032 kB
Writeback:           0 kB
Mapped:         121992 kB
Slab:            73556 kB
Committed_AS:  1006344 kB
PageTables:       2052 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= 66284 MiB
End job on node59 at 2009-07-12 14:22:21