Trace number 2096153

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 AC? (MO) 48.3866 48.6242

General information on the benchmark

Namecsp/chessboardColoration/
normalized-cc-25-25-2.xml
MD5SUMb913279437ddb68d75e7e8e0397248e4
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.1668
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of constraints90000
Maximum constraint arity4
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension90000
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	
0.05/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-2096153-1247409961.xml
0.29/0.30	   
0.29/0.30	   domains being loaded...
0.29/0.31	   
0.29/0.31	   variables being loaded...
0.38/0.41	     nbVariables=625  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=1250
0.38/0.41	       =>  wckTime=0.17  cpuTime=0.13  mem=8M867
0.38/0.41	   
0.38/0.41	   predicates being loaded...
0.38/0.47	   
0.38/0.47	   constraints being loaded...
22.27/22.32	   
22.27/22.32	   INFO : Stopping converting binary constraints (cpu=20.05, mem = 198M240)
46.28/46.52	java.lang.NullPointerException
46.28/46.52		at abscon.tools.graphers.SaucySaver.runSaucy(SaucySaver.java:294)
46.28/46.52		at abscon.tools.graphers.SaucySaver.<init>(SaucySaver.java:321)
46.28/46.52		at abscon.problem.Problem.buildSymmetries(Problem.java:859)
46.28/46.52		at abscon.problem.Problem.storeConstraintsToArray(Problem.java:1002)
46.28/46.52		at problems.XSax.InstanceHandler.endElement(InstanceHandler.java:502)
46.28/46.52		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
46.28/46.52		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
46.28/46.52		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
46.28/46.52		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
46.28/46.52		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
46.28/46.52		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
46.28/46.52		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
46.28/46.53		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
46.28/46.53		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
46.28/46.53		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
46.28/46.53		at javax.xml.parsers.SAXParser.parse(Unknown Source)
46.28/46.53		at javax.xml.parsers.SAXParser.parse(Unknown Source)
46.28/46.53		at problems.XSax.Problem0.addVariables(Problem0.java:74)
46.28/46.53		at problems.XSax.Problem0.attachToCore(Problem0.java:86)
46.28/46.53		at abscon.problem.Problem.attachTo(Problem.java:1190)
46.28/46.53		at abscon.Resolution.buildProblemInstance(Resolution.java:313)
46.28/46.53		at abscon.Resolution.solveInstance(Resolution.java:439)
46.28/46.53		at abscon.Resolution.solveInstances(Resolution.java:649)
46.28/46.53		at abscon.Resolution.main(Resolution.java:747)
47.07/47.32	     nbConstraints=90009  nbGlobalConstraints=9  nbConflictsStructures=1  nbSharedConflictsStructures=89999
47.07/47.32	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=1  nbSharedEvaluationManagers=89999  minDegree=576
47.07/47.32	     maxDegree=578  minArity=4  avgArity=4  maxArity=50  nbGenerators=9  nbFusions=0  symmetryWckTime=6.961
47.07/47.32	     symmetryCpuTime=1.69
47.07/47.32	       =>  wckTime=47.082  cpuTime=38.09  mem=503M322

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2096153-1247409961/watcher-2096153-1247409961 -o /tmp/evaluation-result-2096153-1247409961/solver-2096153-1247409961 -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-2096153-1247409961.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.05 2.02 2.00 4/80 2152
/proc/meminfo: memFree=1716136/2055920 swapFree=4192812/4192956
[pid=2152] ppid=2150 vsize=152 CPUtime=0
/proc/2152/stat : 2152 (java) R 2150 2152 32672 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 28058927 155648 26 996147200 134512640 134550932 4294955968 18446744073709551615 6892173 0 0 4096 0 0 0 0 17 0 0 0
/proc/2152/statm: 68 33 26 9 0 4 0

[startup+0.0671249 s]
/proc/loadavg: 2.05 2.02 2.00 4/80 2152
/proc/meminfo: memFree=1716136/2055920 swapFree=4192812/4192956
[pid=2152] ppid=2150 vsize=864144 CPUtime=0.05
/proc/2152/stat : 2152 (java) S 2150 2152 32672 0 -1 0 3058 0 1 0 4 1 0 0 18 0 9 0 28058927 884883456 2543 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2152/statm: 216036 2547 1218 9 0 210929 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864144

[startup+0.101125 s]
/proc/loadavg: 2.05 2.02 2.00 4/80 2152
/proc/meminfo: memFree=1716136/2055920 swapFree=4192812/4192956
[pid=2152] ppid=2150 vsize=865980 CPUtime=0.09
/proc/2152/stat : 2152 (java) S 2150 2152 32672 0 -1 0 3804 0 1 0 8 1 0 0 18 0 9 0 28058927 886763520 3255 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2152/statm: 216495 3255 1718 9 0 210980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.30114 s]
/proc/loadavg: 2.05 2.02 2.00 4/80 2152
/proc/meminfo: memFree=1716136/2055920 swapFree=4192812/4192956
[pid=2152] ppid=2150 vsize=866500 CPUtime=0.29
/proc/2152/stat : 2152 (java) S 2150 2152 32672 0 -1 0 6110 0 1 0 26 3 0 0 18 0 9 0 28058927 887296000 5476 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2152/statm: 216625 5476 1987 9 0 211083 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866500

[startup+0.701184 s]
/proc/loadavg: 2.05 2.02 2.00 4/80 2152
/proc/meminfo: memFree=1716136/2055920 swapFree=4192812/4192956
[pid=2152] ppid=2150 vsize=867776 CPUtime=0.69
/proc/2152/stat : 2152 (java) S 2150 2152 32672 0 -1 0 10084 0 1 0 63 6 0 0 18 0 9 0 28058927 888602624 9439 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2152/statm: 216944 9439 2034 9 0 211380 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867776

[startup+1.50127 s]
/proc/loadavg: 2.05 2.02 2.00 3/89 2161
/proc/meminfo: memFree=1663968/2055920 swapFree=4192812/4192956
[pid=2152] ppid=2150 vsize=867688 CPUtime=1.48
/proc/2152/stat : 2152 (java) S 2150 2152 32672 0 -1 0 18116 0 1 0 138 10 0 0 18 0 9 0 28058927 888512512 17444 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2152/statm: 216922 17444 2024 9 0 211380 0
[pid=2152/tid=2154] ppid=2150 vsize=867688 CPUtime=1.27
/proc/2152/task/2154/stat : 2154 (java) R 2150 2152 32672 0 -1 64 15791 0 1 0 118 9 0 0 25 0 9 0 28058928 888512512 17444 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2155] ppid=2150 vsize=867688 CPUtime=0.03
/proc/2152/task/2155/stat : 2155 (java) S 2150 2152 32672 0 -1 64 956 0 0 0 3 0 0 0 16 0 9 0 28058929 888512512 17444 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2156] ppid=2150 vsize=867688 CPUtime=0
/proc/2152/task/2156/stat : 2156 (java) S 2150 2152 32672 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28058929 888512512 17444 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2157] ppid=2150 vsize=867688 CPUtime=0
/proc/2152/task/2157/stat : 2157 (java) S 2150 2152 32672 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28058929 888512512 17444 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2158] ppid=2150 vsize=867688 CPUtime=0
/proc/2152/task/2158/stat : 2158 (java) S 2150 2152 32672 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28058931 888512512 17444 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2159] ppid=2150 vsize=867688 CPUtime=0.16
/proc/2152/task/2159/stat : 2159 (java) S 2150 2152 32672 0 -1 64 666 0 0 0 16 0 0 0 16 0 9 0 28058931 888512512 17444 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2160] ppid=2150 vsize=867688 CPUtime=0
/proc/2152/task/2160/stat : 2160 (java) S 2150 2152 32672 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28058931 888512512 17444 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2161] ppid=2150 vsize=867688 CPUtime=0
/proc/2152/task/2161/stat : 2161 (java) S 2150 2152 32672 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28058931 888512512 17444 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867688

[startup+3.10243 s]
/proc/loadavg: 2.12 2.04 2.01 3/89 2161
/proc/meminfo: memFree=1646304/2055920 swapFree=4192812/4192956
[pid=2152] ppid=2150 vsize=867688 CPUtime=3.08
/proc/2152/stat : 2152 (java) S 2150 2152 32672 0 -1 0 22080 0 1 0 296 12 0 0 18 0 9 0 28058927 888512512 21405 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2152/statm: 216922 21405 2024 9 0 211380 0
[pid=2152/tid=2154] ppid=2150 vsize=867688 CPUtime=2.69
/proc/2152/task/2154/stat : 2154 (java) R 2150 2152 32672 0 -1 64 15794 0 1 0 260 9 0 0 25 0 9 0 28058928 888512512 21405 996147200 134512640 134550932 4294955968 18446744073709551615 4126585947 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2155] ppid=2150 vsize=867688 CPUtime=0.2
/proc/2152/task/2155/stat : 2155 (java) S 2150 2152 32672 0 -1 64 4917 0 0 0 18 2 0 0 16 0 9 0 28058929 888512512 21405 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2156] ppid=2150 vsize=867688 CPUtime=0
/proc/2152/task/2156/stat : 2156 (java) S 2150 2152 32672 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28058929 888512512 21405 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2157] ppid=2150 vsize=867688 CPUtime=0
/proc/2152/task/2157/stat : 2157 (java) S 2150 2152 32672 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28058929 888512512 21405 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2158] ppid=2150 vsize=867688 CPUtime=0
/proc/2152/task/2158/stat : 2158 (java) S 2150 2152 32672 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28058931 888512512 21405 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2159] ppid=2150 vsize=867688 CPUtime=0.16
/proc/2152/task/2159/stat : 2159 (java) S 2150 2152 32672 0 -1 64 666 0 0 0 16 0 0 0 17 0 9 0 28058931 888512512 21405 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2160] ppid=2150 vsize=867688 CPUtime=0
/proc/2152/task/2160/stat : 2160 (java) S 2150 2152 32672 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28058931 888512512 21405 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2161] ppid=2150 vsize=867688 CPUtime=0
/proc/2152/task/2161/stat : 2161 (java) S 2150 2152 32672 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28058931 888512512 21405 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 867688

[startup+6.30276 s]
/proc/loadavg: 2.12 2.04 2.01 3/89 2161
/proc/meminfo: memFree=1621672/2055920 swapFree=4192812/4192956
[pid=2152] ppid=2150 vsize=867688 CPUtime=6.28
/proc/2152/stat : 2152 (java) S 2150 2152 32672 0 -1 0 28198 0 1 0 612 16 0 0 18 0 9 0 28058927 888512512 27516 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2152/statm: 216922 27516 2024 9 0 211380 0
[pid=2152/tid=2154] ppid=2150 vsize=867688 CPUtime=5.53
/proc/2152/task/2154/stat : 2154 (java) R 2150 2152 32672 0 -1 64 15801 0 1 0 543 10 0 0 25 0 9 0 28058928 888512512 27516 996147200 134512640 134550932 4294955968 18446744073709551615 4126564476 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2155] ppid=2150 vsize=867688 CPUtime=0.56
/proc/2152/task/2155/stat : 2155 (java) S 2150 2152 32672 0 -1 64 11026 0 0 0 51 5 0 0 16 0 9 0 28058929 888512512 27516 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2156] ppid=2150 vsize=867688 CPUtime=0
/proc/2152/task/2156/stat : 2156 (java) S 2150 2152 32672 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28058929 888512512 27516 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2157] ppid=2150 vsize=867688 CPUtime=0
/proc/2152/task/2157/stat : 2157 (java) S 2150 2152 32672 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28058929 888512512 27516 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2158] ppid=2150 vsize=867688 CPUtime=0
/proc/2152/task/2158/stat : 2158 (java) S 2150 2152 32672 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28058931 888512512 27516 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2159] ppid=2150 vsize=867688 CPUtime=0.16
/proc/2152/task/2159/stat : 2159 (java) S 2150 2152 32672 0 -1 64 668 0 0 0 16 0 0 0 16 0 9 0 28058931 888512512 27516 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2160] ppid=2150 vsize=867688 CPUtime=0
/proc/2152/task/2160/stat : 2160 (java) S 2150 2152 32672 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28058931 888512512 27516 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2161] ppid=2150 vsize=867688 CPUtime=0
/proc/2152/task/2161/stat : 2161 (java) S 2150 2152 32672 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28058931 888512512 27516 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 867688

[startup+12.7024 s]
/proc/loadavg: 2.10 2.04 2.00 4/89 2161
/proc/meminfo: memFree=1576680/2055920 swapFree=4192812/4192956
[pid=2152] ppid=2150 vsize=867688 CPUtime=12.68
/proc/2152/stat : 2152 (java) S 2150 2152 32672 0 -1 0 38458 0 1 0 1239 29 0 0 18 0 9 0 28058927 888512512 37766 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2152/statm: 216922 37766 2027 9 0 211380 0
[pid=2152/tid=2154] ppid=2150 vsize=867688 CPUtime=11.28
/proc/2152/task/2154/stat : 2154 (java) R 2150 2152 32672 0 -1 64 15833 0 1 0 1109 19 0 0 25 0 9 0 28058928 888512512 37767 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2155] ppid=2150 vsize=867688 CPUtime=1.16
/proc/2152/task/2155/stat : 2155 (java) R 2150 2152 32672 0 -1 64 21212 0 0 0 107 9 0 0 16 0 9 0 28058929 888512512 37767 996147200 134512640 134550932 4294955968 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2156] ppid=2150 vsize=867688 CPUtime=0
/proc/2152/task/2156/stat : 2156 (java) S 2150 2152 32672 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28058929 888512512 37768 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2157] ppid=2150 vsize=867688 CPUtime=0
/proc/2152/task/2157/stat : 2157 (java) S 2150 2152 32672 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28058929 888512512 37769 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2158] ppid=2150 vsize=867688 CPUtime=0
/proc/2152/task/2158/stat : 2158 (java) S 2150 2152 32672 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28058931 888512512 37769 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2159] ppid=2150 vsize=867688 CPUtime=0.21
/proc/2152/task/2159/stat : 2159 (java) S 2150 2152 32672 0 -1 64 712 0 0 0 21 0 0 0 16 0 9 0 28058931 888512512 37770 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2160] ppid=2150 vsize=867688 CPUtime=0
/proc/2152/task/2160/stat : 2160 (java) S 2150 2152 32672 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28058931 888512512 37770 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2161] ppid=2150 vsize=867688 CPUtime=0
/proc/2152/task/2161/stat : 2161 (java) S 2150 2152 32672 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28058931 888512512 37771 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 867688

[startup+25.5017 s]
/proc/loadavg: 2.09 2.03 2.00 2/76 2256
/proc/meminfo: memFree=1500232/2055920 swapFree=4192812/4192956
[pid=2152] ppid=2150 vsize=867688 CPUtime=25.42
/proc/2152/stat : 2152 (java) S 2150 2152 32672 0 -1 0 74537 0 1 0 2400 142 0 0 18 0 9 0 28058927 888512512 73824 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2152/statm: 216922 73824 2027 9 0 211380 0
[pid=2152/tid=2154] ppid=2150 vsize=867688 CPUtime=23.07
/proc/2152/task/2154/stat : 2154 (java) R 2150 2152 32672 0 -1 64 15853 0 1 0 2189 118 0 0 20 0 9 0 28058928 888512512 73824 996147200 134512640 134550932 4294955968 18446744073709551615 102724634 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2155] ppid=2150 vsize=867688 CPUtime=2.1
/proc/2152/task/2155/stat : 2155 (java) S 2150 2152 32672 0 -1 64 57268 0 0 0 188 22 0 0 16 0 9 0 28058929 888512512 73824 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2156] ppid=2150 vsize=867688 CPUtime=0
/proc/2152/task/2156/stat : 2156 (java) S 2150 2152 32672 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28058929 888512512 73824 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2157] ppid=2150 vsize=867688 CPUtime=0
/proc/2152/task/2157/stat : 2157 (java) S 2150 2152 32672 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28058929 888512512 73824 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2158] ppid=2150 vsize=867688 CPUtime=0
/proc/2152/task/2158/stat : 2158 (java) S 2150 2152 32672 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28058931 888512512 73824 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2159] ppid=2150 vsize=867688 CPUtime=0.21
/proc/2152/task/2159/stat : 2159 (java) S 2150 2152 32672 0 -1 64 713 0 0 0 21 0 0 0 16 0 9 0 28058931 888512512 73824 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2160] ppid=2150 vsize=867688 CPUtime=0
/proc/2152/task/2160/stat : 2160 (java) S 2150 2152 32672 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28058931 888512512 73824 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2161] ppid=2150 vsize=867688 CPUtime=0
/proc/2152/task/2161/stat : 2161 (java) S 2150 2152 32672 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28058931 888512512 73824 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 867688



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+46.5029 s]
/proc/loadavg: 2.13 2.05 2.01 4/91 2549
/proc/meminfo: memFree=1007456/2055920 swapFree=4192812/4192956
[pid=2152] ppid=2150 vsize=868012 CPUtime=41.45
/proc/2152/stat : 2152 (java) S 2150 2152 32672 0 -1 0 141685 0 1 0 3968 177 0 0 18 0 10 0 28058927 888844288 131038 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2152/statm: 217003 131038 2034 9 0 211461 0
[pid=2549] ppid=2152 vsize=54168 CPUtime=4.83
/proc/2549/stat : 2549 (saucy) R 2152 2152 32672 0 -1 4194304 9515 0 0 0 471 12 0 0 25 0 1 0 28063072 55468032 9265 996147200 134512640 134531332 4294956000 18446744073709551615 134525995 0 4 0 0 0 0 0 17 1 0 0
/proc/2549/statm: 13542 9265 104 4 0 13218 0
[pid=2152/tid=2154] ppid=2150 vsize=868012 CPUtime=37.49
/proc/2152/task/2154/stat : 2154 (java) S 2150 2152 32672 0 -1 64 24901 0 1 0 3622 127 0 0 15 0 10 0 28058928 888844288 131038 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=2152/tid=2155] ppid=2150 vsize=868012 CPUtime=3.66
/proc/2152/task/2155/stat : 2155 (java) S 2150 2152 32672 0 -1 64 115195 0 0 0 321 45 0 0 16 0 10 0 28058929 888844288 131038 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2152/tid=2156] ppid=2150 vsize=868012 CPUtime=0
/proc/2152/task/2156/stat : 2156 (java) S 2150 2152 32672 0 -1 64 16 0 0 0 0 0 0 0 16 0 10 0 28058929 888844288 131038 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2157] ppid=2150 vsize=868012 CPUtime=0
/proc/2152/task/2157/stat : 2157 (java) S 2150 2152 32672 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 28058929 888844288 131038 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2158] ppid=2150 vsize=868012 CPUtime=0
/proc/2152/task/2158/stat : 2158 (java) S 2150 2152 32672 0 -1 64 2 0 0 0 0 0 0 0 24 0 10 0 28058931 888844288 131038 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2159] ppid=2150 vsize=868012 CPUtime=0.24
/proc/2152/task/2159/stat : 2159 (java) S 2150 2152 32672 0 -1 64 805 0 0 0 24 0 0 0 15 0 10 0 28058931 888844288 131038 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2152/tid=2160] ppid=2150 vsize=868012 CPUtime=0
/proc/2152/task/2160/stat : 2160 (java) S 2150 2152 32672 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 28058931 888844288 131038 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2161] ppid=2150 vsize=868012 CPUtime=0
/proc/2152/task/2161/stat : 2161 (java) S 2150 2152 32672 0 -1 64 14 0 0 0 0 0 0 0 15 0 10 0 28058931 888844288 131038 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2152/tid=2548] ppid=2150 vsize=868012 CPUtime=0.01
/proc/2152/task/2548/stat : 2548 (java) S 2150 2152 32672 0 -1 64 68 0 0 0 0 1 0 0 16 0 10 0 28063072 888844288 131038 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 46.28
Current children cumulated vsize (KiB) 922180

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -2152

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

[startup+47.8021 s]
/proc/loadavg: 2.13 2.05 2.01 4/92 2551
/proc/meminfo: memFree=1018520/2055920 swapFree=4192812/4192956
[pid=2152] ppid=2150 vsize=868840 CPUtime=47.56
/proc/2152/stat : 2152 (java) S 2150 2152 32672 0 -1 0 218099 9515 1 0 4084 188 471 13 16 0 11 0 28058927 889692160 131311 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2152/statm: 217210 131311 2089 9 0 211668 0
[pid=2152/tid=2154] ppid=2150 vsize=868840 CPUtime=43.11
/proc/2152/task/2154/stat : 2154 (java) S 2150 2152 32672 0 -1 64 28435 9515 1 0 3699 128 471 13 16 0 11 0 28058928 889692160 131311 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2152/tid=2155] ppid=2150 vsize=868840 CPUtime=8.98
/proc/2152/task/2155/stat : 2155 (java) R 2150 2152 32672 0 -1 64 187940 9515 0 0 358 56 471 13 17 0 11 0 28058929 889692160 131311 996147200 134512640 134550932 4294955968 18446744073709551615 102758171 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2152/tid=2156] ppid=2150 vsize=868840 CPUtime=4.84
/proc/2152/task/2156/stat : 2156 (java) S 2150 2152 32672 0 -1 64 16 9515 0 0 0 0 471 13 16 0 11 0 28058929 889692160 131311 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2157] ppid=2150 vsize=868840 CPUtime=4.84
/proc/2152/task/2157/stat : 2157 (java) S 2150 2152 32672 0 -1 64 5 9515 0 0 0 0 471 13 16 0 11 0 28058929 889692160 131311 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2158] ppid=2150 vsize=868840 CPUtime=4.84
/proc/2152/task/2158/stat : 2158 (java) S 2150 2152 32672 0 -1 64 24 9515 0 0 0 0 471 13 16 0 11 0 28058931 889692160 131311 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2152/tid=2159] ppid=2150 vsize=868840 CPUtime=5.1
/proc/2152/task/2159/stat : 2159 (java) S 2150 2152 32672 0 -1 64 912 9515 0 0 26 0 471 13 15 0 11 0 28058931 889692160 131311 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2152/tid=2160] ppid=2150 vsize=868840 CPUtime=4.84
/proc/2152/task/2160/stat : 2160 (java) S 2150 2152 32672 0 -1 64 1 9515 0 0 0 0 471 13 25 0 11 0 28058931 889692160 131311 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2161] ppid=2150 vsize=868840 CPUtime=4.84
/proc/2152/task/2161/stat : 2161 (java) S 2150 2152 32672 0 -1 64 14 9515 0 0 0 0 471 13 15 0 11 0 28058931 889692160 131311 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2152/tid=2548] ppid=2150 vsize=868840 CPUtime=4.85
/proc/2152/task/2548/stat : 2548 (java) S 2150 2152 32672 0 -1 64 68 9515 0 0 0 1 471 13 16 0 11 0 28063072 889692160 131311 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2551] ppid=2150 vsize=868840 CPUtime=4.84
/proc/2152/task/2551/stat : 2551 (java) S 2150 2152 32672 0 -1 64 2 9515 0 0 0 0 471 13 17 0 11 0 28063581 889692160 131311 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 47.56
Current children cumulated vsize (KiB) 868840

[startup+48.2021 s]
/proc/loadavg: 2.13 2.05 2.01 4/92 2551
/proc/meminfo: memFree=1018520/2055920 swapFree=4192812/4192956
[pid=2152] ppid=2150 vsize=869340 CPUtime=47.96
/proc/2152/stat : 2152 (java) S 2150 2152 32672 0 -1 0 248965 9515 1 0 4119 193 471 13 16 0 11 0 28058927 890204160 131436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2152/statm: 217335 131436 2089 9 0 211793 0
[pid=2152/tid=2154] ppid=2150 vsize=869340 CPUtime=43.11
/proc/2152/task/2154/stat : 2154 (java) S 2150 2152 32672 0 -1 64 28435 9515 1 0 3699 128 471 13 16 0 11 0 28058928 890204160 131436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2152/tid=2155] ppid=2150 vsize=869340 CPUtime=9.37
/proc/2152/task/2155/stat : 2155 (java) R 2150 2152 32672 0 -1 64 218806 9515 0 0 393 60 471 13 17 0 11 0 28058929 890204160 131436 996147200 134512640 134550932 4294955968 18446744073709551615 102758168 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2152/tid=2156] ppid=2150 vsize=869340 CPUtime=4.84
/proc/2152/task/2156/stat : 2156 (java) S 2150 2152 32672 0 -1 64 16 9515 0 0 0 0 471 13 16 0 11 0 28058929 890204160 131436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2157] ppid=2150 vsize=869340 CPUtime=4.84
/proc/2152/task/2157/stat : 2157 (java) S 2150 2152 32672 0 -1 64 5 9515 0 0 0 0 471 13 16 0 11 0 28058929 890204160 131436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2158] ppid=2150 vsize=869340 CPUtime=4.84
/proc/2152/task/2158/stat : 2158 (java) S 2150 2152 32672 0 -1 64 24 9515 0 0 0 0 471 13 16 0 11 0 28058931 890204160 131436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2152/tid=2159] ppid=2150 vsize=869340 CPUtime=5.1
/proc/2152/task/2159/stat : 2159 (java) S 2150 2152 32672 0 -1 64 912 9515 0 0 26 0 471 13 15 0 11 0 28058931 890204160 131436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2152/tid=2160] ppid=2150 vsize=869340 CPUtime=4.84
/proc/2152/task/2160/stat : 2160 (java) S 2150 2152 32672 0 -1 64 1 9515 0 0 0 0 471 13 25 0 11 0 28058931 890204160 131436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2161] ppid=2150 vsize=869340 CPUtime=4.84
/proc/2152/task/2161/stat : 2161 (java) S 2150 2152 32672 0 -1 64 14 9515 0 0 0 0 471 13 15 0 11 0 28058931 890204160 131436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2152/tid=2548] ppid=2150 vsize=869340 CPUtime=4.85
/proc/2152/task/2548/stat : 2548 (java) S 2150 2152 32672 0 -1 64 68 9515 0 0 0 1 471 13 16 0 11 0 28063072 890204160 131436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2152/tid=2551] ppid=2150 vsize=869340 CPUtime=4.84
/proc/2152/task/2551/stat : 2551 (java) S 2150 2152 32672 0 -1 64 2 9515 0 0 0 0 471 13 17 0 11 0 28063581 890204160 131436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 47.96
Current children cumulated vsize (KiB) 869340

[startup+48.6024 s]
/proc/loadavg: 2.13 2.05 2.01 3/92 2555
/proc/meminfo: memFree=1014744/2055920 swapFree=4192812/4192956
[pid=2152] ppid=2150 vsize=0 CPUtime=48.35
/proc/2152/stat : 2152 (java) Z 2150 2152 32672 0 -1 1036 250359 9515 1 0 4152 199 471 13 16 0 2 0 28058927 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2152/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 48.35
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 48.6242
CPU time (s): 48.3866
CPU user time (s): 46.24
CPU system time (s): 2.14667
CPU usage (%): 99.5115
Max. virtual memory (cumulated for all children) (KiB): 922180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 46.24
system time used= 2.14667
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 259874
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= 3868
involuntary context switches= 4678

runsolver used 0.074988 second user time and 0.173973 second system time

The end

Launcher Data

Begin job on node67 at 2009-07-12 16:46:02
IDJOB=2096153
IDBENCH=56082
IDSOLVER=773
FILE ID=node67/2096153-1247409961
PBS_JOBID= 9510513
Free space on /tmp= 66496 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/chessboardColoration/normalized-cc-25-25-2.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-2096153-1247409961/watcher-2096153-1247409961 -o /tmp/evaluation-result-2096153-1247409961/solver-2096153-1247409961 -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-2096153-1247409961.xml

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

MD5SUM BENCH= b913279437ddb68d75e7e8e0397248e4
RANDOM SEED=593565240

node67.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.239
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.239
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:       1716616 kB
Buffers:         38444 kB
Cached:         156036 kB
SwapCached:          0 kB
Active:         192400 kB
Inactive:        87708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1716616 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           20364 kB
Writeback:           0 kB
Mapped:         106092 kB
Slab:            44300 kB
Committed_AS:  1015332 kB
PageTables:       1972 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66460 MiB
End job on node67 at 2009-07-12 16:46:51