Trace number 2096119

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 ACUNSAT 17.4214 17.6268

DiagnosticValue
CHECKS343119000
NODES32073

General information on the benchmark

Namecsp/os-taillard-5/
normalized-os-taillard-5-95-5.xml
MD5SUM75da09c50b4fcbd9ca6ba4fc2e0eb147
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.015997
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints100
Maximum constraint arity2
Maximum domain size293
Number of constraints which are defined in extension0
Number of constraints which are defined in intension100
Global constraints used (with number of constraints)

Solver Data

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.18/0.27	
0.18/0.27	   configuration
0.18/0.27	     name=mac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-2096119-1247409949.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.28/0.39	     nbVariables=25  nbDomainTypes=25  minDomainSize=199  maxDomainSize=293  nbTotalValues=6022
0.28/0.39	       =>  wckTime=0.121  cpuTime=0.11  mem=7M892
0.28/0.39	   
0.28/0.39	   predicates being loaded...
0.38/0.46	   
0.38/0.46	   constraints being loaded...
2.16/2.28	     nbConstraints=105  nbGlobalConstraints=5  nbConvertedConstraints=100  nbConvertConstraintsChecks=5784790
2.16/2.28	     nbExtensionStructures=100  nbSharedExtensionStructures=2  nbConflictsStructures=100  nbSharedConflictsStructures=2
2.16/2.28	     nbSharedBinaryRepresentations=19571  minDegree=9  maxDegree=9  minArity=2  avgArity=2.14  maxArity=5
2.16/2.28	     nbGenerators=0  nbFusions=0  symmetryWckTime=0.05  symmetryCpuTime=0.03  nbCliques=5
2.16/2.28	       =>  wckTime=2.009  cpuTime=1.88  mem=19M882
2.25/2.34	   
2.25/2.34	   solver IterativeSystematicSolver being built... 
2.35/2.41	   
2.35/2.41	   INFO : Forward propagation technique limited 
2.35/2.48	       =>  wckTime=2.21  cpuTime=2.0  mem=21M784
2.35/2.49	   
2.35/2.49	   preprocessing
2.35/2.49	     nbConstraintChecks=0  nbPropagations=25  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.35/2.49	     detectedInconsistency=no
2.35/2.49	       =>  wckTime=0.0040  cpuTime=0.0  mem=22M792
4.43/4.53	   
4.43/4.53	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=44M113)
17.30/17.58	   
17.30/17.58	   search
17.30/17.58	     run=18  nbConstraintChecks=343119274  minDepth=0  maxDepth=2  nbPropagations=965287  nbRevisions=3602488
17.30/17.58	     nbUselessRevisions=1573009  nbAssignments=32073  nbFailedAssignments=30473  nbBacktracks=1569  nbVisitedNodes=64086
17.30/17.58	     nbRestartNogoods=352  nbSEliminables=0  nbREliminables=5.27  nbIEliminables=15.74  nbDEliminables=0
17.30/17.58	     nbPEliminables=0
17.30/17.58	       =>  wckTime=15.101  cpuTime=14.83  mem=51M115
17.30/17.58	   
17.30/17.58	   global
17.30/17.58	     nbConstraintChecks=343119274  nbPropagations=965312  nbRevisions=3602488  nbUselessRevisions=1573009
17.30/17.58	     nbRestartNogoods=352  solvingWckTime=15.103  solvingCpuTime=14.83  expiredTime=no  totalExploration=yes
17.30/17.58	     nbFoundSolutions=0  globalCpuTime=16.88
17.30/17.58	       =>  wckTime=17.316  cpuTime=16.83  mem=51M115
17.30/17.58	   
17.30/17.59	s UNSATISFIABLE
17.30/17.59	d NODES 32073
17.30/17.59	d CHECKS 343119274
17.30/17.59	   
17.30/17.59	   totalWckTime=17.389  totalCpuTime=16.89

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2096119-1247409949/watcher-2096119-1247409949 -o /tmp/evaluation-result-2096119-1247409949/solver-2096119-1247409949 -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-2096119-1247409949.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.93 1.98 1.92 4/80 32545
/proc/meminfo: memFree=1778608/2055920 swapFree=4192812/4192956
[pid=32545] ppid=32543 vsize=18576 CPUtime=0
/proc/32545/stat : 32545 (runsolver) R 32543 32545 31255 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 28060897 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 210824129831 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/32545/statm: 4644 284 249 26 0 2626 0

[startup+0.0449851 s]
/proc/loadavg: 1.93 1.98 1.92 4/80 32545
/proc/meminfo: memFree=1778608/2055920 swapFree=4192812/4192956
[pid=32545] ppid=32543 vsize=861936 CPUtime=0.03
/proc/32545/stat : 32545 (java) S 32543 32545 31255 0 -1 0 2278 0 1 0 2 1 0 0 18 0 5 0 28060897 882622464 1880 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/32545/statm: 215484 1894 867 9 0 210399 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861936

[startup+0.109719 s]
/proc/loadavg: 1.93 1.98 1.92 4/80 32545
/proc/meminfo: memFree=1778608/2055920 swapFree=4192812/4192956
[pid=32545] ppid=32543 vsize=865984 CPUtime=0.09
/proc/32545/stat : 32545 (java) S 32543 32545 31255 0 -1 0 3742 0 1 0 8 1 0 0 18 0 9 0 28060897 886767616 3210 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32545/statm: 216496 3210 1700 9 0 210981 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.302744 s]
/proc/loadavg: 1.93 1.98 1.92 4/80 32545
/proc/meminfo: memFree=1778608/2055920 swapFree=4192812/4192956
[pid=32545] ppid=32543 vsize=866300 CPUtime=0.28
/proc/32545/stat : 32545 (java) S 32543 32545 31255 0 -1 0 5713 0 1 0 25 3 0 0 18 0 9 0 28060897 887091200 5116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32545/statm: 216575 5116 1928 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866300

[startup+0.70279 s]
/proc/loadavg: 1.93 1.98 1.92 4/80 32545
/proc/meminfo: memFree=1778608/2055920 swapFree=4192812/4192956
[pid=32545] ppid=32543 vsize=866720 CPUtime=0.68
/proc/32545/stat : 32545 (java) S 32543 32545 31255 0 -1 0 7792 0 1 0 63 5 0 0 18 0 9 0 28060897 887521280 7144 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32545/statm: 216680 7144 2036 9 0 211116 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866720

[startup+1.50189 s]
/proc/loadavg: 1.93 1.98 1.92 3/89 32554
/proc/meminfo: memFree=1756904/2055920 swapFree=4192812/4192956
[pid=32545] ppid=32543 vsize=866720 CPUtime=1.46
/proc/32545/stat : 32545 (java) S 32543 32545 31255 0 -1 0 8460 0 1 0 141 5 0 0 18 0 9 0 28060897 887521280 7811 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32545/statm: 216680 7811 2038 9 0 211116 0
[pid=32545/tid=32547] ppid=32543 vsize=866720 CPUtime=1.34
/proc/32545/task/32547/stat : 32547 (java) R 32543 32545 31255 0 -1 64 7403 0 1 0 130 4 0 0 25 0 9 0 28060899 887521280 7811 996147200 134512640 134550932 4294955968 18446744073709551615 4126663468 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32548] ppid=32543 vsize=866720 CPUtime=0
/proc/32545/task/32548/stat : 32548 (java) S 32543 32545 31255 0 -1 64 2 0 0 0 0 0 0 0 17 0 9 0 28060900 887521280 7811 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32549] ppid=32543 vsize=866720 CPUtime=0
/proc/32545/task/32549/stat : 32549 (java) S 32543 32545 31255 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 28060900 887521280 7811 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32550] ppid=32543 vsize=866720 CPUtime=0
/proc/32545/task/32550/stat : 32550 (java) S 32543 32545 31255 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28060900 887521280 7811 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32551] ppid=32543 vsize=866720 CPUtime=0
/proc/32545/task/32551/stat : 32551 (java) S 32543 32545 31255 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28060902 887521280 7811 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32552] ppid=32543 vsize=866720 CPUtime=0.11
/proc/32545/task/32552/stat : 32552 (java) S 32543 32545 31255 0 -1 64 360 0 0 0 11 0 0 0 15 0 9 0 28060902 887521280 7811 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32553] ppid=32543 vsize=866720 CPUtime=0
/proc/32545/task/32553/stat : 32553 (java) S 32543 32545 31255 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28060903 887521280 7811 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32554] ppid=32543 vsize=866720 CPUtime=0
/proc/32545/task/32554/stat : 32554 (java) S 32543 32545 31255 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28060903 887521280 7811 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 866720

[startup+3.10108 s]
/proc/loadavg: 1.94 1.98 1.92 3/89 32554
/proc/meminfo: memFree=1753000/2055920 swapFree=4192812/4192956
[pid=32545] ppid=32543 vsize=867044 CPUtime=3.05
/proc/32545/stat : 32545 (java) S 32543 32545 31255 0 -1 0 21543 270 1 0 294 11 0 0 18 0 9 0 28060897 887853056 14983 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32545/statm: 216761 14983 2656 9 0 211197 0
[pid=32545/tid=32547] ppid=32543 vsize=867044 CPUtime=2.75
/proc/32545/task/32547/stat : 32547 (java) R 32543 32545 31255 0 -1 64 16608 270 1 0 268 7 0 0 25 0 9 0 28060899 887853056 14983 996147200 134512640 134550932 4294955968 18446744073709551615 4126851973 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32548] ppid=32543 vsize=867044 CPUtime=0.04
/proc/32545/task/32548/stat : 32548 (java) S 32543 32545 31255 0 -1 64 3509 270 0 0 4 0 0 0 16 0 9 0 28060900 887853056 14983 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32549] ppid=32543 vsize=867044 CPUtime=0
/proc/32545/task/32549/stat : 32549 (java) S 32543 32545 31255 0 -1 64 16 270 0 0 0 0 0 0 16 0 9 0 28060900 887853056 14983 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32550] ppid=32543 vsize=867044 CPUtime=0
/proc/32545/task/32550/stat : 32550 (java) S 32543 32545 31255 0 -1 64 11 270 0 0 0 0 0 0 16 0 9 0 28060900 887853056 14983 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32551] ppid=32543 vsize=867044 CPUtime=0
/proc/32545/task/32551/stat : 32551 (java) S 32543 32545 31255 0 -1 64 1 270 0 0 0 0 0 0 18 0 9 0 28060902 887853056 14983 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32552] ppid=32543 vsize=867044 CPUtime=0.21
/proc/32545/task/32552/stat : 32552 (java) S 32543 32545 31255 0 -1 64 582 270 0 0 20 1 0 0 15 0 9 0 28060902 887853056 14983 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32553] ppid=32543 vsize=867044 CPUtime=0
/proc/32545/task/32553/stat : 32553 (java) S 32543 32545 31255 0 -1 64 1 270 0 0 0 0 0 0 19 0 9 0 28060903 887853056 14983 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32554] ppid=32543 vsize=867044 CPUtime=0
/proc/32545/task/32554/stat : 32554 (java) S 32543 32545 31255 0 -1 64 8 270 0 0 0 0 0 0 15 0 9 0 28060903 887853056 14983 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867044

[startup+6.30246 s]
/proc/loadavg: 1.94 1.98 1.92 3/89 32558
/proc/meminfo: memFree=1708264/2055920 swapFree=4192812/4192956
[pid=32545] ppid=32543 vsize=866956 CPUtime=6.21
/proc/32545/stat : 32545 (java) S 32543 32545 31255 0 -1 0 26777 270 1 0 607 14 0 0 18 0 9 0 28060897 887762944 20048 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32545/statm: 216739 20048 2637 9 0 211197 0
[pid=32545/tid=32547] ppid=32543 vsize=866956 CPUtime=5.87
/proc/32545/task/32547/stat : 32547 (java) R 32543 32545 31255 0 -1 64 19688 270 1 0 578 9 0 0 25 0 9 0 28060899 887762944 20048 996147200 134512640 134550932 4294955968 18446744073709551615 4126870575 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32548] ppid=32543 vsize=866956 CPUtime=0.07
/proc/32545/task/32548/stat : 32548 (java) S 32543 32545 31255 0 -1 64 5646 270 0 0 6 1 0 0 16 0 9 0 28060900 887762944 20048 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32549] ppid=32543 vsize=866956 CPUtime=0
/proc/32545/task/32549/stat : 32549 (java) S 32543 32545 31255 0 -1 64 16 270 0 0 0 0 0 0 16 0 9 0 28060900 887762944 20048 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32550] ppid=32543 vsize=866956 CPUtime=0
/proc/32545/task/32550/stat : 32550 (java) S 32543 32545 31255 0 -1 64 11 270 0 0 0 0 0 0 16 0 9 0 28060900 887762944 20048 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32551] ppid=32543 vsize=866956 CPUtime=0
/proc/32545/task/32551/stat : 32551 (java) S 32543 32545 31255 0 -1 64 1 270 0 0 0 0 0 0 18 0 9 0 28060902 887762944 20048 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32552] ppid=32543 vsize=866956 CPUtime=0.24
/proc/32545/task/32552/stat : 32552 (java) S 32543 32545 31255 0 -1 64 599 270 0 0 23 1 0 0 16 0 9 0 28060902 887762944 20048 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32553] ppid=32543 vsize=866956 CPUtime=0
/proc/32545/task/32553/stat : 32553 (java) S 32543 32545 31255 0 -1 64 1 270 0 0 0 0 0 0 19 0 9 0 28060903 887762944 20048 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32554] ppid=32543 vsize=866956 CPUtime=0
/proc/32545/task/32554/stat : 32554 (java) S 32543 32545 31255 0 -1 64 8 270 0 0 0 0 0 0 15 0 9 0 28060903 887762944 20048 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 866956

[startup+12.7012 s]
/proc/loadavg: 1.95 1.98 1.92 3/89 32558
/proc/meminfo: memFree=1708072/2055920 swapFree=4192812/4192956
[pid=32545] ppid=32543 vsize=866956 CPUtime=12.55
/proc/32545/stat : 32545 (java) S 32543 32545 31255 0 -1 0 26785 270 1 0 1241 14 0 0 18 0 9 0 28060897 887762944 20051 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32545/statm: 216739 20051 2637 9 0 211197 0
[pid=32545/tid=32547] ppid=32543 vsize=866956 CPUtime=12.2
/proc/32545/task/32547/stat : 32547 (java) R 32543 32545 31255 0 -1 64 19693 270 1 0 1211 9 0 0 25 0 9 0 28060899 887762944 20051 996147200 134512640 134550932 4294955968 18446744073709551615 4126827244 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32548] ppid=32543 vsize=866956 CPUtime=0.07
/proc/32545/task/32548/stat : 32548 (java) S 32543 32545 31255 0 -1 64 5648 270 0 0 6 1 0 0 16 0 9 0 28060900 887762944 20051 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32549] ppid=32543 vsize=866956 CPUtime=0
/proc/32545/task/32549/stat : 32549 (java) S 32543 32545 31255 0 -1 64 16 270 0 0 0 0 0 0 16 0 9 0 28060900 887762944 20051 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32550] ppid=32543 vsize=866956 CPUtime=0
/proc/32545/task/32550/stat : 32550 (java) S 32543 32545 31255 0 -1 64 11 270 0 0 0 0 0 0 16 0 9 0 28060900 887762944 20051 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32551] ppid=32543 vsize=866956 CPUtime=0
/proc/32545/task/32551/stat : 32551 (java) S 32543 32545 31255 0 -1 64 1 270 0 0 0 0 0 0 18 0 9 0 28060902 887762944 20051 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32552] ppid=32543 vsize=866956 CPUtime=0.24
/proc/32545/task/32552/stat : 32552 (java) S 32543 32545 31255 0 -1 64 600 270 0 0 23 1 0 0 16 0 9 0 28060902 887762944 20051 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32553] ppid=32543 vsize=866956 CPUtime=0
/proc/32545/task/32553/stat : 32553 (java) S 32543 32545 31255 0 -1 64 1 270 0 0 0 0 0 0 19 0 9 0 28060903 887762944 20051 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32554] ppid=32543 vsize=866956 CPUtime=0
/proc/32545/task/32554/stat : 32554 (java) S 32543 32545 31255 0 -1 64 8 270 0 0 0 0 0 0 15 0 9 0 28060903 887762944 20051 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 866956

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

[startup+15.9026 s]
/proc/loadavg: 1.95 1.98 1.92 3/89 32558
/proc/meminfo: memFree=1708080/2055920 swapFree=4192812/4192956
[pid=32545] ppid=32543 vsize=866956 CPUtime=15.72
/proc/32545/stat : 32545 (java) S 32543 32545 31255 0 -1 0 26790 270 1 0 1558 14 0 0 18 0 9 0 28060897 887762944 20053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32545/statm: 216739 20053 2637 9 0 211197 0
[pid=32545/tid=32547] ppid=32543 vsize=866956 CPUtime=15.37
/proc/32545/task/32547/stat : 32547 (java) R 32543 32545 31255 0 -1 64 19696 270 1 0 1527 10 0 0 25 0 9 0 28060899 887762944 20053 996147200 134512640 134550932 4294955968 18446744073709551615 4126852509 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32548] ppid=32543 vsize=866956 CPUtime=0.07
/proc/32545/task/32548/stat : 32548 (java) S 32543 32545 31255 0 -1 64 5650 270 0 0 6 1 0 0 16 0 9 0 28060900 887762944 20053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32549] ppid=32543 vsize=866956 CPUtime=0
/proc/32545/task/32549/stat : 32549 (java) S 32543 32545 31255 0 -1 64 16 270 0 0 0 0 0 0 16 0 9 0 28060900 887762944 20053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32550] ppid=32543 vsize=866956 CPUtime=0
/proc/32545/task/32550/stat : 32550 (java) S 32543 32545 31255 0 -1 64 11 270 0 0 0 0 0 0 16 0 9 0 28060900 887762944 20053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32551] ppid=32543 vsize=866956 CPUtime=0
/proc/32545/task/32551/stat : 32551 (java) S 32543 32545 31255 0 -1 64 1 270 0 0 0 0 0 0 18 0 9 0 28060902 887762944 20053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32552] ppid=32543 vsize=866956 CPUtime=0.24
/proc/32545/task/32552/stat : 32552 (java) S 32543 32545 31255 0 -1 64 600 270 0 0 23 1 0 0 16 0 9 0 28060902 887762944 20053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32553] ppid=32543 vsize=866956 CPUtime=0
/proc/32545/task/32553/stat : 32553 (java) S 32543 32545 31255 0 -1 64 1 270 0 0 0 0 0 0 19 0 9 0 28060903 887762944 20053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32554] ppid=32543 vsize=866956 CPUtime=0
/proc/32545/task/32554/stat : 32554 (java) S 32543 32545 31255 0 -1 64 8 270 0 0 0 0 0 0 15 0 9 0 28060903 887762944 20053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.72
Current children cumulated vsize (KiB) 866956

[startup+16.7027 s]
/proc/loadavg: 1.95 1.98 1.92 3/89 32558
/proc/meminfo: memFree=1708080/2055920 swapFree=4192812/4192956
[pid=32545] ppid=32543 vsize=866956 CPUtime=16.51
/proc/32545/stat : 32545 (java) S 32543 32545 31255 0 -1 0 26791 270 1 0 1637 14 0 0 18 0 9 0 28060897 887762944 20053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32545/statm: 216739 20053 2637 9 0 211197 0
[pid=32545/tid=32547] ppid=32543 vsize=866956 CPUtime=16.16
/proc/32545/task/32547/stat : 32547 (java) R 32543 32545 31255 0 -1 64 19697 270 1 0 1606 10 0 0 25 0 9 0 28060899 887762944 20053 996147200 134512640 134550932 4294955968 18446744073709551615 4126845593 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32548] ppid=32543 vsize=866956 CPUtime=0.07
/proc/32545/task/32548/stat : 32548 (java) S 32543 32545 31255 0 -1 64 5650 270 0 0 6 1 0 0 16 0 9 0 28060900 887762944 20053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32549] ppid=32543 vsize=866956 CPUtime=0
/proc/32545/task/32549/stat : 32549 (java) S 32543 32545 31255 0 -1 64 16 270 0 0 0 0 0 0 16 0 9 0 28060900 887762944 20053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32550] ppid=32543 vsize=866956 CPUtime=0
/proc/32545/task/32550/stat : 32550 (java) S 32543 32545 31255 0 -1 64 11 270 0 0 0 0 0 0 16 0 9 0 28060900 887762944 20053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32551] ppid=32543 vsize=866956 CPUtime=0
/proc/32545/task/32551/stat : 32551 (java) S 32543 32545 31255 0 -1 64 1 270 0 0 0 0 0 0 18 0 9 0 28060902 887762944 20053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32552] ppid=32543 vsize=866956 CPUtime=0.24
/proc/32545/task/32552/stat : 32552 (java) S 32543 32545 31255 0 -1 64 600 270 0 0 23 1 0 0 16 0 9 0 28060902 887762944 20053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32553] ppid=32543 vsize=866956 CPUtime=0
/proc/32545/task/32553/stat : 32553 (java) S 32543 32545 31255 0 -1 64 1 270 0 0 0 0 0 0 19 0 9 0 28060903 887762944 20053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32554] ppid=32543 vsize=866956 CPUtime=0
/proc/32545/task/32554/stat : 32554 (java) S 32543 32545 31255 0 -1 64 8 270 0 0 0 0 0 0 15 0 9 0 28060903 887762944 20053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.51
Current children cumulated vsize (KiB) 866956

[startup+17.1028 s]
/proc/loadavg: 1.95 1.98 1.92 3/89 32558
/proc/meminfo: memFree=1708080/2055920 swapFree=4192812/4192956
[pid=32545] ppid=32543 vsize=866956 CPUtime=16.91
/proc/32545/stat : 32545 (java) S 32543 32545 31255 0 -1 0 26793 270 1 0 1677 14 0 0 18 0 9 0 28060897 887762944 20055 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32545/statm: 216739 20055 2637 9 0 211197 0
[pid=32545/tid=32547] ppid=32543 vsize=866956 CPUtime=16.56
/proc/32545/task/32547/stat : 32547 (java) R 32543 32545 31255 0 -1 64 19697 270 1 0 1646 10 0 0 25 0 9 0 28060899 887762944 20055 996147200 134512640 134550932 4294955968 18446744073709551615 4126827199 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32548] ppid=32543 vsize=866956 CPUtime=0.07
/proc/32545/task/32548/stat : 32548 (java) S 32543 32545 31255 0 -1 64 5650 270 0 0 6 1 0 0 16 0 9 0 28060900 887762944 20055 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32549] ppid=32543 vsize=866956 CPUtime=0
/proc/32545/task/32549/stat : 32549 (java) S 32543 32545 31255 0 -1 64 16 270 0 0 0 0 0 0 16 0 9 0 28060900 887762944 20055 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32550] ppid=32543 vsize=866956 CPUtime=0
/proc/32545/task/32550/stat : 32550 (java) S 32543 32545 31255 0 -1 64 11 270 0 0 0 0 0 0 16 0 9 0 28060900 887762944 20055 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32551] ppid=32543 vsize=866956 CPUtime=0
/proc/32545/task/32551/stat : 32551 (java) S 32543 32545 31255 0 -1 64 1 270 0 0 0 0 0 0 18 0 9 0 28060902 887762944 20055 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32552] ppid=32543 vsize=866956 CPUtime=0.24
/proc/32545/task/32552/stat : 32552 (java) S 32543 32545 31255 0 -1 64 602 270 0 0 23 1 0 0 16 0 9 0 28060902 887762944 20055 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32553] ppid=32543 vsize=866956 CPUtime=0
/proc/32545/task/32553/stat : 32553 (java) S 32543 32545 31255 0 -1 64 1 270 0 0 0 0 0 0 19 0 9 0 28060903 887762944 20055 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32554] ppid=32543 vsize=866956 CPUtime=0
/proc/32545/task/32554/stat : 32554 (java) S 32543 32545 31255 0 -1 64 8 270 0 0 0 0 0 0 15 0 9 0 28060903 887762944 20055 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.91
Current children cumulated vsize (KiB) 866956

[startup+17.5028 s]
/proc/loadavg: 1.95 1.98 1.92 3/89 32558
/proc/meminfo: memFree=1708080/2055920 swapFree=4192812/4192956
[pid=32545] ppid=32543 vsize=866956 CPUtime=17.3
/proc/32545/stat : 32545 (java) S 32543 32545 31255 0 -1 0 26793 270 1 0 1716 14 0 0 18 0 9 0 28060897 887762944 20055 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32545/statm: 216739 20055 2637 9 0 211197 0
[pid=32545/tid=32547] ppid=32543 vsize=866956 CPUtime=16.95
/proc/32545/task/32547/stat : 32547 (java) R 32543 32545 31255 0 -1 64 19697 270 1 0 1685 10 0 0 25 0 9 0 28060899 887762944 20055 996147200 134512640 134550932 4294955968 18446744073709551615 4126897115 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32548] ppid=32543 vsize=866956 CPUtime=0.07
/proc/32545/task/32548/stat : 32548 (java) S 32543 32545 31255 0 -1 64 5650 270 0 0 6 1 0 0 17 0 9 0 28060900 887762944 20055 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32549] ppid=32543 vsize=866956 CPUtime=0
/proc/32545/task/32549/stat : 32549 (java) S 32543 32545 31255 0 -1 64 16 270 0 0 0 0 0 0 16 0 9 0 28060900 887762944 20055 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32550] ppid=32543 vsize=866956 CPUtime=0
/proc/32545/task/32550/stat : 32550 (java) S 32543 32545 31255 0 -1 64 11 270 0 0 0 0 0 0 16 0 9 0 28060900 887762944 20055 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32551] ppid=32543 vsize=866956 CPUtime=0
/proc/32545/task/32551/stat : 32551 (java) S 32543 32545 31255 0 -1 64 1 270 0 0 0 0 0 0 18 0 9 0 28060902 887762944 20055 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32552] ppid=32543 vsize=866956 CPUtime=0.24
/proc/32545/task/32552/stat : 32552 (java) S 32543 32545 31255 0 -1 64 602 270 0 0 23 1 0 0 16 0 9 0 28060902 887762944 20055 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32553] ppid=32543 vsize=866956 CPUtime=0
/proc/32545/task/32553/stat : 32553 (java) S 32543 32545 31255 0 -1 64 1 270 0 0 0 0 0 0 19 0 9 0 28060903 887762944 20055 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32554] ppid=32543 vsize=866956 CPUtime=0
/proc/32545/task/32554/stat : 32554 (java) R 32543 32545 31255 0 -1 64 8 270 0 0 0 0 0 0 15 0 9 0 28060903 887762944 20055 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.3
Current children cumulated vsize (KiB) 866956

[startup+17.6078 s]
/proc/loadavg: 1.95 1.98 1.92 3/89 32558
/proc/meminfo: memFree=1708080/2055920 swapFree=4192812/4192956
[pid=32545] ppid=32543 vsize=866956 CPUtime=17.39
/proc/32545/stat : 32545 (java) S 32543 32545 31255 0 -1 0 26796 270 1 0 1724 15 0 0 18 0 9 0 28060897 887762944 20056 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32545/statm: 216739 20056 2637 9 0 211197 0
[pid=32545/tid=32547] ppid=32543 vsize=866956 CPUtime=17.04
/proc/32545/task/32547/stat : 32547 (java) S 32543 32545 31255 0 -1 64 19700 270 1 0 1694 10 0 0 25 0 9 0 28060899 887762944 20056 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32548] ppid=32543 vsize=866956 CPUtime=0.07
/proc/32545/task/32548/stat : 32548 (java) S 32543 32545 31255 0 -1 64 5650 270 0 0 6 1 0 0 17 0 9 0 28060900 887762944 20056 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32549] ppid=32543 vsize=866956 CPUtime=0
/proc/32545/task/32549/stat : 32549 (java) S 32543 32545 31255 0 -1 64 16 270 0 0 0 0 0 0 16 0 9 0 28060900 887762944 20056 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32550] ppid=32543 vsize=866956 CPUtime=0
/proc/32545/task/32550/stat : 32550 (java) S 32543 32545 31255 0 -1 64 11 270 0 0 0 0 0 0 16 0 9 0 28060900 887762944 20056 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32551] ppid=32543 vsize=866956 CPUtime=0
/proc/32545/task/32551/stat : 32551 (java) S 32543 32545 31255 0 -1 64 1 270 0 0 0 0 0 0 18 0 9 0 28060902 887762944 20056 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32552] ppid=32543 vsize=866956 CPUtime=0.24
/proc/32545/task/32552/stat : 32552 (java) S 32543 32545 31255 0 -1 64 602 270 0 0 23 1 0 0 16 0 9 0 28060902 887762944 20056 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32553] ppid=32543 vsize=866956 CPUtime=0
/proc/32545/task/32553/stat : 32553 (java) S 32543 32545 31255 0 -1 64 1 270 0 0 0 0 0 0 19 0 9 0 28060903 887762944 20056 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32545/tid=32554] ppid=32543 vsize=866956 CPUtime=0
/proc/32545/task/32554/stat : 32554 (java) S 32543 32545 31255 0 -1 64 8 270 0 0 0 0 0 0 15 0 9 0 28060903 887762944 20056 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.39
Current children cumulated vsize (KiB) 866956

Child status: 0
Real time (s): 17.6268
CPU time (s): 17.4214
CPU user time (s): 17.2504
CPU system time (s): 0.170974
CPU usage (%): 98.8342
Max. virtual memory (cumulated for all children) (KiB): 867044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.2504
system time used= 0.170974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27093
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= 1756
involuntary context switches= 2520

runsolver used 0.027995 second user time and 0.069989 second system time

The end

Launcher Data

Begin job on node33 at 2009-07-12 16:45:49
IDJOB=2096119
IDBENCH=56052
IDSOLVER=773
FILE ID=node33/2096119-1247409949
PBS_JOBID= 9510577
Free space on /tmp= 66448 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/os-taillard-5/normalized-os-taillard-5-95-5.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-2096119-1247409949/watcher-2096119-1247409949 -o /tmp/evaluation-result-2096119-1247409949/solver-2096119-1247409949 -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-2096119-1247409949.xml

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

MD5SUM BENCH= 75da09c50b4fcbd9ca6ba4fc2e0eb147
RANDOM SEED=905317907

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1779088 kB
Buffers:         38568 kB
Cached:         109400 kB
SwapCached:          0 kB
Active:         144812 kB
Inactive:        76320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1779088 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2548 kB
Writeback:           0 kB
Mapped:          93620 kB
Slab:            40924 kB
Committed_AS:  1008664 kB
PageTables:       1904 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= 66448 MiB
End job on node33 at 2009-07-12 16:46:07