Trace number 2099272

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESACSAT 31.0543 31.3912

DiagnosticValue
CHECKS168395000
NODES112019

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-4_ext.xml
MD5SUM810d07734a8b528632590cb51c52e911
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 benchmark16.1066
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints338
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension338
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.25	     name=esac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-2099272-1247417878.xml
0.29/0.31	   
0.29/0.32	   domains being loaded...
0.29/0.32	   
0.29/0.32	   variables being loaded...
0.29/0.35	     nbVariables=40  nbDomainTypes=1  minDomainSize=19  maxDomainSize=19  nbTotalValues=760
0.29/0.35	       =>  wckTime=0.106  cpuTime=0.09  mem=7M892
0.29/0.35	   
0.29/0.35	   relations being loaded...
0.38/0.46	   
0.38/0.46	   constraints being loaded...
0.59/0.65	     nbConstraints=338  nbRelationTypes=338  nbExtensionStructures=338  nbSharedExtensionStructures=0
0.59/0.65	     nbConflictsStructures=338  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2959  minDegree=9
0.59/0.65	     maxDegree=23  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.053  symmetryCpuTime=0.03
0.59/0.65	       =>  wckTime=0.402  cpuTime=0.28  mem=18M669
0.68/0.73	   
0.68/0.73	   solver IterativeSystematicSolver being built... 
0.77/0.87	       =>  wckTime=0.622  cpuTime=0.41  mem=21M205
0.87/0.93	   
0.87/0.93	   preprocessing
0.87/0.93	     nbConstraintChecks=64865  nbPropagations=916  nbRevisions=6962  nbUselessRevisions=5658  nbSingletonTests=49
0.87/0.93	     nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0  detectedInconsistency=no
0.87/0.93	       =>  wckTime=0.054  cpuTime=0.04  mem=21M205
0.97/1.07	   
0.97/1.07	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=22M213)
30.98/31.34	   
30.98/31.34	   search
30.98/31.34	     run=19  nbConstraintChecks=168330551  minDepth=2  maxDepth=40  nbPropagations=8323076  nbRevisions=116283918
30.98/31.34	     nbUselessRevisions=93539727  nbAssignments=112019  nbFailedAssignments=46607  nbBacktracks=65241
30.98/31.34	     nbVisitedNodes=197298  nbRestartNogoods=155  nbFoundSolutions=1  nbSEliminables=7.72  nbREliminables=1.28
30.98/31.34	     nbIEliminables=0.11  nbDEliminables=0  nbPEliminables=0
30.98/31.34	       =>  wckTime=30.465  cpuTime=30.09  mem=22M213
30.98/31.34	   
30.98/31.34	   global
30.98/31.34	     nbConstraintChecks=168395416  nbPropagations=8323992  nbRevisions=116290880  nbUselessRevisions=93545385
30.98/31.34	     nbRestartNogoods=155  solvingWckTime=30.468  solvingCpuTime=30.09  expiredTime=no  totalExploration=no
30.98/31.34	     nbFoundSolutions=1  firstSolutionCpuTime=30.5  globalCpuTime=30.55
30.98/31.34	       =>  wckTime=31.093  cpuTime=30.5  mem=22M213
30.98/31.34	   
30.98/31.34	s SATISFIABLE
30.98/31.34	v 6 9 11 15 14 0 9 17 15 6 14 10 11 3 8 18 6 14 14 8 1 6 8 16 4 12 5 1 3 14 0 12 16 6 6 6 8 1 9 6 
30.98/31.34	d NODES 112019
30.98/31.34	d CHECKS 168395416
30.98/31.34	   
30.98/31.34	   totalWckTime=31.16  totalCpuTime=30.55

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-2099272-1247417878/watcher-2099272-1247417878 -o /tmp/evaluation-result-2099272-1247417878/solver-2099272-1247417878 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2099272-1247417878.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.01 2.00 3/80 2075
/proc/meminfo: memFree=1680280/2055920 swapFree=4192812/4192956
[pid=2075] ppid=2072 vsize=1616 CPUtime=0
/proc/2075/stat : 2075 (java) D 2072 2075 1911 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 28479549 1654784 148 996147200 134512640 134550932 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/2075/statm: 404 148 122 9 0 46 0

[startup+0.0937619 s]
/proc/loadavg: 2.01 2.01 2.00 3/80 2075
/proc/meminfo: memFree=1680280/2055920 swapFree=4192812/4192956
[pid=2075] ppid=2072 vsize=866696 CPUtime=0.08
/proc/2075/stat : 2075 (java) S 2072 2075 1911 0 -1 0 3721 0 1 0 7 1 0 0 18 0 9 0 28479549 887496704 3189 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2075/statm: 216674 3189 1695 9 0 211159 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 866696

[startup+0.10272 s]
/proc/loadavg: 2.01 2.01 2.00 3/80 2075
/proc/meminfo: memFree=1680280/2055920 swapFree=4192812/4192956
[pid=2075] ppid=2072 vsize=866696 CPUtime=0.08
/proc/2075/stat : 2075 (java) S 2072 2075 1911 0 -1 0 3744 0 1 0 7 1 0 0 18 0 9 0 28479549 887496704 3212 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2075/statm: 216674 3212 1700 9 0 211159 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 866696

[startup+0.302734 s]
/proc/loadavg: 2.01 2.01 2.00 3/80 2075
/proc/meminfo: memFree=1680280/2055920 swapFree=4192812/4192956
[pid=2075] ppid=2072 vsize=867036 CPUtime=0.29
/proc/2075/stat : 2075 (java) S 2072 2075 1911 0 -1 0 5979 0 1 0 25 4 0 0 18 0 9 0 28479549 887844864 5345 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2075/statm: 216759 5345 1984 9 0 211217 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 867036

[startup+0.702772 s]
/proc/loadavg: 2.01 2.01 2.00 3/80 2075
/proc/meminfo: memFree=1680280/2055920 swapFree=4192812/4192956
[pid=2075] ppid=2072 vsize=868384 CPUtime=0.68
/proc/2075/stat : 2075 (java) S 2072 2075 1911 0 -1 0 13306 167 1 0 60 8 0 0 18 0 10 0 28479549 889225216 9338 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2075/statm: 217096 9338 2650 9 0 211554 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 868384

[startup+1.50184 s]
/proc/loadavg: 2.01 2.01 2.00 4/91 2090
/proc/meminfo: memFree=1647552/2055920 swapFree=4192812/4192956
[pid=2075] ppid=2072 vsize=868472 CPUtime=1.46
/proc/2075/stat : 2075 (java) S 2072 2075 1911 0 -1 0 17174 293 1 0 136 10 0 0 18 0 9 0 28479549 889315328 10800 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2075/statm: 217118 10800 2656 9 0 211554 0
[pid=2075/tid=2077] ppid=2072 vsize=868472 CPUtime=1.15
/proc/2075/task/2077/stat : 2077 (java) R 2072 2075 1911 0 -1 64 11939 293 1 0 108 7 0 0 21 0 9 0 28479551 889315328 10800 996147200 134512640 134550932 4294955968 18446744073709551615 4126886877 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2075/tid=2078] ppid=2072 vsize=868472 CPUtime=0.05
/proc/2075/task/2078/stat : 2078 (java) S 2072 2075 1911 0 -1 64 3644 293 0 0 4 1 0 0 16 0 9 0 28479552 889315328 10800 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2075/tid=2079] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2079/stat : 2079 (java) S 2072 2075 1911 0 -1 64 18 293 0 0 0 0 0 0 16 0 9 0 28479552 889315328 10800 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2075/tid=2080] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2080/stat : 2080 (java) S 2072 2075 1911 0 -1 64 8 293 0 0 0 0 0 0 16 0 9 0 28479552 889315328 10800 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2075/tid=2081] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2081/stat : 2081 (java) S 2072 2075 1911 0 -1 64 1 293 0 0 0 0 0 0 23 0 9 0 28479554 889315328 10800 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2075/tid=2082] ppid=2072 vsize=868472 CPUtime=0.22
/proc/2075/task/2082/stat : 2082 (java) S 2072 2075 1911 0 -1 64 752 293 0 0 22 0 0 0 16 0 9 0 28479554 889315328 10800 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2075/tid=2085] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2085/stat : 2085 (java) S 2072 2075 1911 0 -1 64 1 293 0 0 0 0 0 0 24 0 9 0 28479554 889315328 10800 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2075/tid=2086] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2086/stat : 2086 (java) S 2072 2075 1911 0 -1 64 6 293 0 0 0 0 0 0 15 0 9 0 28479554 889315328 10800 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 868472

[startup+3.10198 s]
/proc/loadavg: 2.01 2.01 2.00 3/89 2090
/proc/meminfo: memFree=1647240/2055920 swapFree=4192812/4192956
[pid=2075] ppid=2072 vsize=868472 CPUtime=3.04
/proc/2075/stat : 2075 (java) S 2072 2075 1911 0 -1 0 17187 293 1 0 294 10 0 0 18 0 9 0 28479549 889315328 10811 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2075/statm: 217118 10811 2656 9 0 211554 0
[pid=2075/tid=2077] ppid=2072 vsize=868472 CPUtime=2.72
/proc/2075/task/2077/stat : 2077 (java) R 2072 2075 1911 0 -1 64 11943 293 1 0 265 7 0 0 19 0 9 0 28479551 889315328 10811 996147200 134512640 134550932 4294955968 18446744073709551615 4126095869 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2075/tid=2078] ppid=2072 vsize=868472 CPUtime=0.05
/proc/2075/task/2078/stat : 2078 (java) S 2072 2075 1911 0 -1 64 3644 293 0 0 4 1 0 0 16 0 9 0 28479552 889315328 10811 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2075/tid=2079] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2079/stat : 2079 (java) S 2072 2075 1911 0 -1 64 18 293 0 0 0 0 0 0 16 0 9 0 28479552 889315328 10811 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2075/tid=2080] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2080/stat : 2080 (java) S 2072 2075 1911 0 -1 64 8 293 0 0 0 0 0 0 16 0 9 0 28479552 889315328 10811 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2075/tid=2081] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2081/stat : 2081 (java) S 2072 2075 1911 0 -1 64 1 293 0 0 0 0 0 0 23 0 9 0 28479554 889315328 10811 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2075/tid=2082] ppid=2072 vsize=868472 CPUtime=0.24
/proc/2075/task/2082/stat : 2082 (java) S 2072 2075 1911 0 -1 64 761 293 0 0 24 0 0 0 15 0 9 0 28479554 889315328 10811 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2075/tid=2085] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2085/stat : 2085 (java) S 2072 2075 1911 0 -1 64 1 293 0 0 0 0 0 0 24 0 9 0 28479554 889315328 10811 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2075/tid=2086] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2086/stat : 2086 (java) S 2072 2075 1911 0 -1 64 6 293 0 0 0 0 0 0 15 0 9 0 28479554 889315328 10811 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 868472

[startup+6.30226 s]
/proc/loadavg: 2.01 2.01 2.00 3/89 2090
/proc/meminfo: memFree=1646992/2055920 swapFree=4192812/4192956
[pid=2075] ppid=2072 vsize=868472 CPUtime=6.21
/proc/2075/stat : 2075 (java) S 2072 2075 1911 0 -1 0 17206 293 1 0 611 10 0 0 18 0 9 0 28479549 889315328 10814 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2075/statm: 217118 10814 2656 9 0 211554 0
[pid=2075/tid=2077] ppid=2072 vsize=868472 CPUtime=5.88
/proc/2075/task/2077/stat : 2077 (java) R 2072 2075 1911 0 -1 64 11946 293 1 0 581 7 0 0 17 0 9 0 28479551 889315328 10814 996147200 134512640 134550932 4294955968 18446744073709551615 4125952213 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2075/tid=2078] ppid=2072 vsize=868472 CPUtime=0.05
/proc/2075/task/2078/stat : 2078 (java) S 2072 2075 1911 0 -1 64 3644 293 0 0 4 1 0 0 16 0 9 0 28479552 889315328 10814 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2075/tid=2079] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2079/stat : 2079 (java) S 2072 2075 1911 0 -1 64 18 293 0 0 0 0 0 0 16 0 9 0 28479552 889315328 10814 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2075/tid=2080] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2080/stat : 2080 (java) S 2072 2075 1911 0 -1 64 8 293 0 0 0 0 0 0 16 0 9 0 28479552 889315328 10814 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2075/tid=2081] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2081/stat : 2081 (java) S 2072 2075 1911 0 -1 64 1 293 0 0 0 0 0 0 23 0 9 0 28479554 889315328 10814 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2075/tid=2082] ppid=2072 vsize=868472 CPUtime=0.24
/proc/2075/task/2082/stat : 2082 (java) S 2072 2075 1911 0 -1 64 763 293 0 0 24 0 0 0 16 0 9 0 28479554 889315328 10814 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2075/tid=2085] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2085/stat : 2085 (java) S 2072 2075 1911 0 -1 64 1 293 0 0 0 0 0 0 24 0 9 0 28479554 889315328 10814 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2075/tid=2086] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2086/stat : 2086 (java) S 2072 2075 1911 0 -1 64 20 293 0 0 0 0 0 0 15 0 9 0 28479554 889315328 10814 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 868472

[startup+12.7018 s]
/proc/loadavg: 2.01 2.01 2.00 3/89 2090
/proc/meminfo: memFree=1646800/2055920 swapFree=4192812/4192956
[pid=2075] ppid=2072 vsize=868472 CPUtime=12.55
/proc/2075/stat : 2075 (java) S 2072 2075 1911 0 -1 0 17208 293 1 0 1245 10 0 0 18 0 9 0 28479549 889315328 10816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2075/statm: 217118 10816 2656 9 0 211554 0
[pid=2075/tid=2077] ppid=2072 vsize=868472 CPUtime=12.22
/proc/2075/task/2077/stat : 2077 (java) R 2072 2075 1911 0 -1 64 11948 293 1 0 1215 7 0 0 25 0 9 0 28479551 889315328 10816 996147200 134512640 134550932 4294955968 18446744073709551615 4126886528 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2075/tid=2078] ppid=2072 vsize=868472 CPUtime=0.05
/proc/2075/task/2078/stat : 2078 (java) S 2072 2075 1911 0 -1 64 3644 293 0 0 4 1 0 0 16 0 9 0 28479552 889315328 10816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2075/tid=2079] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2079/stat : 2079 (java) S 2072 2075 1911 0 -1 64 18 293 0 0 0 0 0 0 16 0 9 0 28479552 889315328 10816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2075/tid=2080] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2080/stat : 2080 (java) S 2072 2075 1911 0 -1 64 8 293 0 0 0 0 0 0 16 0 9 0 28479552 889315328 10816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2075/tid=2081] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2081/stat : 2081 (java) S 2072 2075 1911 0 -1 64 1 293 0 0 0 0 0 0 23 0 9 0 28479554 889315328 10816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2075/tid=2082] ppid=2072 vsize=868472 CPUtime=0.24
/proc/2075/task/2082/stat : 2082 (java) S 2072 2075 1911 0 -1 64 763 293 0 0 24 0 0 0 16 0 9 0 28479554 889315328 10816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2075/tid=2085] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2085/stat : 2085 (java) S 2072 2075 1911 0 -1 64 1 293 0 0 0 0 0 0 24 0 9 0 28479554 889315328 10816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2075/tid=2086] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2086/stat : 2086 (java) S 2072 2075 1911 0 -1 64 20 293 0 0 0 0 0 0 15 0 9 0 28479554 889315328 10816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 868472

[startup+25.503 s]
/proc/loadavg: 2.01 2.01 2.00 3/89 2090
/proc/meminfo: memFree=1646800/2055920 swapFree=4192812/4192956
[pid=2075] ppid=2072 vsize=868472 CPUtime=25.23
/proc/2075/stat : 2075 (java) S 2072 2075 1911 0 -1 0 17210 293 1 0 2513 10 0 0 18 0 9 0 28479549 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2075/statm: 217118 10818 2656 9 0 211554 0
[pid=2075/tid=2077] ppid=2072 vsize=868472 CPUtime=24.9
/proc/2075/task/2077/stat : 2077 (java) R 2072 2075 1911 0 -1 64 11950 293 1 0 2483 7 0 0 25 0 9 0 28479551 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4126917198 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2075/tid=2078] ppid=2072 vsize=868472 CPUtime=0.05
/proc/2075/task/2078/stat : 2078 (java) S 2072 2075 1911 0 -1 64 3644 293 0 0 4 1 0 0 16 0 9 0 28479552 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2075/tid=2079] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2079/stat : 2079 (java) S 2072 2075 1911 0 -1 64 18 293 0 0 0 0 0 0 16 0 9 0 28479552 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2075/tid=2080] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2080/stat : 2080 (java) S 2072 2075 1911 0 -1 64 8 293 0 0 0 0 0 0 16 0 9 0 28479552 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2075/tid=2081] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2081/stat : 2081 (java) S 2072 2075 1911 0 -1 64 1 293 0 0 0 0 0 0 23 0 9 0 28479554 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2075/tid=2082] ppid=2072 vsize=868472 CPUtime=0.24
/proc/2075/task/2082/stat : 2082 (java) S 2072 2075 1911 0 -1 64 763 293 0 0 24 0 0 0 16 0 9 0 28479554 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2075/tid=2085] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2085/stat : 2085 (java) S 2072 2075 1911 0 -1 64 1 293 0 0 0 0 0 0 24 0 9 0 28479554 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2075/tid=2086] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2086/stat : 2086 (java) S 2072 2075 1911 0 -1 64 20 293 0 0 0 0 0 0 15 0 9 0 28479554 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 868472

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

[startup+28.7012 s]
/proc/loadavg: 2.01 2.01 2.00 3/89 2090
/proc/meminfo: memFree=1646864/2055920 swapFree=4192812/4192956
[pid=2075] ppid=2072 vsize=868472 CPUtime=28.4
/proc/2075/stat : 2075 (java) S 2072 2075 1911 0 -1 0 17210 293 1 0 2830 10 0 0 18 0 9 0 28479549 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2075/statm: 217118 10818 2656 9 0 211554 0
[pid=2075/tid=2077] ppid=2072 vsize=868472 CPUtime=28.07
/proc/2075/task/2077/stat : 2077 (java) R 2072 2075 1911 0 -1 64 11950 293 1 0 2800 7 0 0 25 0 9 0 28479551 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4126889243 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2075/tid=2078] ppid=2072 vsize=868472 CPUtime=0.05
/proc/2075/task/2078/stat : 2078 (java) S 2072 2075 1911 0 -1 64 3644 293 0 0 4 1 0 0 16 0 9 0 28479552 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2075/tid=2079] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2079/stat : 2079 (java) S 2072 2075 1911 0 -1 64 18 293 0 0 0 0 0 0 16 0 9 0 28479552 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2075/tid=2080] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2080/stat : 2080 (java) S 2072 2075 1911 0 -1 64 8 293 0 0 0 0 0 0 16 0 9 0 28479552 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2075/tid=2081] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2081/stat : 2081 (java) S 2072 2075 1911 0 -1 64 1 293 0 0 0 0 0 0 23 0 9 0 28479554 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2075/tid=2082] ppid=2072 vsize=868472 CPUtime=0.24
/proc/2075/task/2082/stat : 2082 (java) S 2072 2075 1911 0 -1 64 763 293 0 0 24 0 0 0 16 0 9 0 28479554 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2075/tid=2085] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2085/stat : 2085 (java) S 2072 2075 1911 0 -1 64 1 293 0 0 0 0 0 0 24 0 9 0 28479554 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2075/tid=2086] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2086/stat : 2086 (java) S 2072 2075 1911 0 -1 64 20 293 0 0 0 0 0 0 15 0 9 0 28479554 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.4
Current children cumulated vsize (KiB) 868472

[startup+30.3014 s]
/proc/loadavg: 2.01 2.01 2.00 3/89 2090
/proc/meminfo: memFree=1646864/2055920 swapFree=4192812/4192956
[pid=2075] ppid=2072 vsize=868472 CPUtime=29.99
/proc/2075/stat : 2075 (java) S 2072 2075 1911 0 -1 0 17210 293 1 0 2989 10 0 0 18 0 9 0 28479549 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2075/statm: 217118 10818 2656 9 0 211554 0
[pid=2075/tid=2077] ppid=2072 vsize=868472 CPUtime=29.66
/proc/2075/task/2077/stat : 2077 (java) R 2072 2075 1911 0 -1 64 11950 293 1 0 2959 7 0 0 25 0 9 0 28479551 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4126903585 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2075/tid=2078] ppid=2072 vsize=868472 CPUtime=0.05
/proc/2075/task/2078/stat : 2078 (java) S 2072 2075 1911 0 -1 64 3644 293 0 0 4 1 0 0 16 0 9 0 28479552 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2075/tid=2079] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2079/stat : 2079 (java) S 2072 2075 1911 0 -1 64 18 293 0 0 0 0 0 0 16 0 9 0 28479552 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2075/tid=2080] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2080/stat : 2080 (java) S 2072 2075 1911 0 -1 64 8 293 0 0 0 0 0 0 16 0 9 0 28479552 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2075/tid=2081] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2081/stat : 2081 (java) S 2072 2075 1911 0 -1 64 1 293 0 0 0 0 0 0 23 0 9 0 28479554 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2075/tid=2082] ppid=2072 vsize=868472 CPUtime=0.24
/proc/2075/task/2082/stat : 2082 (java) S 2072 2075 1911 0 -1 64 763 293 0 0 24 0 0 0 16 0 9 0 28479554 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2075/tid=2085] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2085/stat : 2085 (java) S 2072 2075 1911 0 -1 64 1 293 0 0 0 0 0 0 24 0 9 0 28479554 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2075/tid=2086] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2086/stat : 2086 (java) S 2072 2075 1911 0 -1 64 20 293 0 0 0 0 0 0 15 0 9 0 28479554 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (KiB) 868472

[startup+31.1014 s]
/proc/loadavg: 2.01 2.01 2.00 3/89 2090
/proc/meminfo: memFree=1646864/2055920 swapFree=4192812/4192956
[pid=2075] ppid=2072 vsize=868472 CPUtime=30.78
/proc/2075/stat : 2075 (java) S 2072 2075 1911 0 -1 0 17210 293 1 0 3068 10 0 0 18 0 9 0 28479549 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2075/statm: 217118 10818 2656 9 0 211554 0
[pid=2075/tid=2077] ppid=2072 vsize=868472 CPUtime=30.45
/proc/2075/task/2077/stat : 2077 (java) R 2072 2075 1911 0 -1 64 11950 293 1 0 3038 7 0 0 25 0 9 0 28479551 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4126899846 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2075/tid=2078] ppid=2072 vsize=868472 CPUtime=0.05
/proc/2075/task/2078/stat : 2078 (java) S 2072 2075 1911 0 -1 64 3644 293 0 0 4 1 0 0 16 0 9 0 28479552 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2075/tid=2079] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2079/stat : 2079 (java) S 2072 2075 1911 0 -1 64 18 293 0 0 0 0 0 0 16 0 9 0 28479552 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2075/tid=2080] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2080/stat : 2080 (java) S 2072 2075 1911 0 -1 64 8 293 0 0 0 0 0 0 16 0 9 0 28479552 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2075/tid=2081] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2081/stat : 2081 (java) S 2072 2075 1911 0 -1 64 1 293 0 0 0 0 0 0 23 0 9 0 28479554 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2075/tid=2082] ppid=2072 vsize=868472 CPUtime=0.24
/proc/2075/task/2082/stat : 2082 (java) S 2072 2075 1911 0 -1 64 763 293 0 0 24 0 0 0 16 0 9 0 28479554 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2075/tid=2085] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2085/stat : 2085 (java) S 2072 2075 1911 0 -1 64 1 293 0 0 0 0 0 0 24 0 9 0 28479554 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2075/tid=2086] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2086/stat : 2086 (java) S 2072 2075 1911 0 -1 64 20 293 0 0 0 0 0 0 15 0 9 0 28479554 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.78
Current children cumulated vsize (KiB) 868472

[startup+31.3015 s]
/proc/loadavg: 2.01 2.01 2.00 3/89 2090
/proc/meminfo: memFree=1646864/2055920 swapFree=4192812/4192956
[pid=2075] ppid=2072 vsize=868472 CPUtime=30.98
/proc/2075/stat : 2075 (java) S 2072 2075 1911 0 -1 0 17210 293 1 0 3088 10 0 0 18 0 9 0 28479549 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2075/statm: 217118 10818 2656 9 0 211554 0
[pid=2075/tid=2077] ppid=2072 vsize=868472 CPUtime=30.65
/proc/2075/task/2077/stat : 2077 (java) R 2072 2075 1911 0 -1 64 11950 293 1 0 3058 7 0 0 25 0 9 0 28479551 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4126889648 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2075/tid=2078] ppid=2072 vsize=868472 CPUtime=0.05
/proc/2075/task/2078/stat : 2078 (java) S 2072 2075 1911 0 -1 64 3644 293 0 0 4 1 0 0 16 0 9 0 28479552 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2075/tid=2079] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2079/stat : 2079 (java) S 2072 2075 1911 0 -1 64 18 293 0 0 0 0 0 0 16 0 9 0 28479552 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2075/tid=2080] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2080/stat : 2080 (java) S 2072 2075 1911 0 -1 64 8 293 0 0 0 0 0 0 16 0 9 0 28479552 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2075/tid=2081] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2081/stat : 2081 (java) S 2072 2075 1911 0 -1 64 1 293 0 0 0 0 0 0 23 0 9 0 28479554 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2075/tid=2082] ppid=2072 vsize=868472 CPUtime=0.24
/proc/2075/task/2082/stat : 2082 (java) S 2072 2075 1911 0 -1 64 763 293 0 0 24 0 0 0 16 0 9 0 28479554 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2075/tid=2085] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2085/stat : 2085 (java) S 2072 2075 1911 0 -1 64 1 293 0 0 0 0 0 0 24 0 9 0 28479554 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2075/tid=2086] ppid=2072 vsize=868472 CPUtime=0
/proc/2075/task/2086/stat : 2086 (java) S 2072 2075 1911 0 -1 64 20 293 0 0 0 0 0 0 15 0 9 0 28479554 889315328 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.98
Current children cumulated vsize (KiB) 868472

Child status: 0
Real time (s): 31.3912
CPU time (s): 31.0543
CPU user time (s): 30.9293
CPU system time (s): 0.124981
CPU usage (%): 98.9266
Max. virtual memory (cumulated for all children) (KiB): 868608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.9293
system time used= 0.124981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17632
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= 1885
involuntary context switches= 2512

runsolver used 0.049992 second user time and 0.104984 second system time

The end

Launcher Data

Begin job on node41 at 2009-07-12 18:57:58
IDJOB=2099272
IDBENCH=60058
IDSOLVER=774
FILE ID=node41/2099272-1247417878
PBS_JOBID= 9510731
Free space on /tmp= 65880 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/rand-2-40-19-fcd/normalized-rand-2-40-19-443-230-fcd-4_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2099272-1247417878/watcher-2099272-1247417878 -o /tmp/evaluation-result-2099272-1247417878/solver-2099272-1247417878 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2099272-1247417878.xml

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

MD5SUM BENCH= 810d07734a8b528632590cb51c52e911
RANDOM SEED=1524334534

node41.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.212
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	: 5931.00
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.212
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:       1680760 kB
Buffers:         42604 kB
Cached:         143376 kB
SwapCached:          0 kB
Active:         233944 kB
Inactive:        83008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1680760 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2224 kB
Writeback:           0 kB
Mapped:         151452 kB
Slab:            43224 kB
Committed_AS:  1021708 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= 65880 MiB
End job on node41 at 2009-07-12 18:58:30