Trace number 2097879

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ACSAT 18.3742 18.5665

DiagnosticValue
CHECKS1013400
NODES252

General information on the benchmark

Namecsp/fapp/fapp02/
normalized-fapp02-0250-10.xml
MD5SUM2937328af9f6c216cca6342fe202e849
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.2614
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of constraints3055
Maximum constraint arity2
Maximum domain size210
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3055
Global constraints used (with number of constraints)

Solver Data

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.19/0.26	
0.19/0.26	   configuration
0.19/0.26	     name=mac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-2097879-1247414136.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.38/0.44	     nbVariables=250  nbDomainTypes=13  minDomainSize=42  maxDomainSize=210  nbTotalValues=36618
0.38/0.44	       =>  wckTime=0.18  cpuTime=0.13  mem=8M880
0.38/0.44	   
0.38/0.44	   predicates being loaded...
0.47/0.51	   
0.47/0.51	   constraints being loaded...
17.74/17.92	     nbConstraints=1636  nbMergedConstraints=1419  nbConvertedConstraints=1636  nbConvertConstraintsChecks=33074174
17.74/17.92	     nbExtensionStructures=1469  nbSharedExtensionStructures=470  nbConflictsStructures=1469
17.74/17.92	     nbSharedConflictsStructures=470  nbSharedBinaryRepresentations=307845  minDegree=4  maxDegree=17  minArity=2
17.74/17.92	     maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.167  symmetryCpuTime=0.1
17.74/17.92	       =>  wckTime=17.658  cpuTime=17.09  mem=59M113
17.84/18.09	   
17.84/18.09	   solver IterativeSystematicSolver being built... 
18.04/18.23	       =>  wckTime=17.965  cpuTime=17.21  mem=34M840
18.04/18.27	   
18.04/18.27	   preprocessing
18.04/18.27	     nbConstraintChecks=74693  nbPropagations=270  nbRevisions=386  nbUselessRevisions=220  nbRemovedValues=5152
18.04/18.27	     detectedInconsistency=no
18.04/18.27	       =>  wckTime=0.036  cpuTime=0.03  mem=34M840
18.33/18.50	   
18.33/18.50	   search
18.33/18.50	     run=0  nbConstraintChecks=938703  minDepth=98  maxDepth=250  nbPropagations=2899  nbRevisions=9859
18.33/18.50	     nbUselessRevisions=7160  nbAssignments=252  nbFailedAssignments=2  nbBacktracks=0  nbVisitedNodes=255
18.33/18.50	     nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=126.16
18.33/18.50	     nbREliminables=7.29  nbIEliminables=15.94  nbDEliminables=0  nbPEliminables=0
18.33/18.50	       =>  wckTime=0.268  cpuTime=0.23  mem=36M750
18.33/18.50	   
18.33/18.50	   global
18.33/18.50	     nbConstraintChecks=1013396  nbPropagations=3169  nbRevisions=10245  nbUselessRevisions=7380  nbRestartNogoods=0
18.33/18.50	     solvingWckTime=0.272  solvingCpuTime=0.24  expiredTime=no  totalExploration=no  nbFoundSolutions=1
18.33/18.50	     firstSolutionCpuTime=17.43  globalCpuTime=17.49
18.33/18.50	       =>  wckTime=18.239  cpuTime=17.45  mem=36M750
18.33/18.50	   
18.33/18.50	s SATISFIABLE
18.33/18.50	v 2656 -2532 2472 -2332 -2616 2352 -2500 2440 -2240 -2356 -2544 -2288 -2616 -2552 -2368 2600 -2616 -2572 -2524 -2572 2372 2520 2476 -2616 -2332 -2476 -2292 -2308 -2452 -2592 2584 -2440 -2428 2376 2472 2572 2524 2240 -2532 -2380 -2560 -2244 -2436 -2620 -2284 2580 2408 -2596 2400 -2332 2556 2532 -2280 2564 -2596 -2624 -2552 -2460 2580 2260 2396 2328 2560 2552 2396 2592 -2436 2304 -2248 2600 -2264 2620 -2280 2616 2280 -2504 -2280 2404 2300 2380 -2356 -2596 2580 2616 2436 2552 2416 2300 -2588 -2512 2520 -2240 2240 -2280 -2472 -2396 2280 -2628 -2380 -2420 -2656 -2380 2248 -2292 2616 2432 -2468 2644 -2476 2508 -2340 2452 -2620 -2576 -2616 -2616 2408 2656 2388 2288 -2280 -2316 2420 2368 2588 -2472 2656 -2512 -2508 -2420 2512 2576 2340 2592 2512 -2240 -2588 -2580 -2412 2656 2300 2532 -2608 -2436 -2280 2288 2480 2492 -2620 -2596 -2340 -2604 -2268 -2560 2620 -2240 2608 -2240 2628 2524 2280 -2656 -2440 -2604 -2380 -2292 2604 2388 2576 2640 -2280 2556 2476 -2656 -2412 -2468 2520 2252 2548 -2576 -2624 2412 -2616 2484 -2584 2616 2564 -2404 -2292 -2332 -2596 2656 2560 2656 -2444 2376 2592 -2240 2556 -2432 -2616 2556 2380 -2380 -2600 2612 -2652 -2480 -2576 -2332 2368 2472 2472 2292 -2580 -2616 -2436 2584 -2420 -2240 -2240 -2436 2584 -2556 -2312 -2280 2472 2624 -2644 2568 2544 -2336 2560 -2420 -2408 -2644 -2368 -2616 2480 2340 2240 -2512 -2520 -2332 -2428 2408 -2292 -2364 -2568 -2292 
18.33/18.50	d NODES 252
18.33/18.50	d CHECKS 1013396
18.33/18.50	   
18.33/18.50	   totalWckTime=18.31  totalCpuTime=17.49

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-2097879-1247414136/watcher-2097879-1247414136 -o /tmp/evaluation-result-2097879-1247414136/solver-2097879-1247414136 -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-2097879-1247414136.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.11 2.03 2.01 4/80 4036
/proc/meminfo: memFree=1709792/2055920 swapFree=4192812/4192956
[pid=4036] ppid=4034 vsize=10676 CPUtime=0
/proc/4036/stat : 4036 (java) S 4034 4036 32687 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 28476344 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/4036/statm: 2669 474 207 9 0 1184 0
[pid=4036/tid=4037] ppid=4034 vsize=10676 CPUtime=0
/proc/4036/task/4037/stat : 4037 (java) R 4034 4036 32687 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 28476346 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 7737304 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0547169 s]
/proc/loadavg: 2.11 2.03 2.01 4/80 4036
/proc/meminfo: memFree=1709792/2055920 swapFree=4192812/4192956
[pid=4036] ppid=4034 vsize=863776 CPUtime=0.03
/proc/4036/stat : 4036 (java) S 4034 4036 32687 0 -1 0 2568 0 1 0 2 1 0 0 18 0 9 0 28476344 884506624 2136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4036/statm: 215944 2136 1017 9 0 210859 0
[pid=4036/tid=4037] ppid=4034 vsize=863776 CPUtime=0.03
/proc/4036/task/4037/stat : 4037 (java) R 4034 4036 32687 0 -1 64 1725 0 1 0 2 1 0 0 20 0 9 0 28476346 884506624 2136 996147200 134512640 134550932 4294955968 18446744073709551615 4125978564 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 863776

[startup+0.101721 s]
/proc/loadavg: 2.11 2.03 2.01 4/80 4036
/proc/meminfo: memFree=1709792/2055920 swapFree=4192812/4192956
[pid=4036] ppid=4034 vsize=865984 CPUtime=0.09
/proc/4036/stat : 4036 (java) S 4034 4036 32687 0 -1 0 3732 0 1 0 7 2 0 0 18 0 9 0 28476344 886767616 3200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4036/statm: 216496 3200 1700 9 0 210981 0
[pid=4036/tid=4037] ppid=4034 vsize=865984 CPUtime=0.06
/proc/4036/task/4037/stat : 4037 (java) R 4034 4036 32687 0 -1 64 2810 0 1 0 5 1 0 0 20 0 9 0 28476346 886767616 3200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.301744 s]
/proc/loadavg: 2.11 2.03 2.01 4/80 4036
/proc/meminfo: memFree=1709792/2055920 swapFree=4192812/4192956
[pid=4036] ppid=4034 vsize=866384 CPUtime=0.28
/proc/4036/stat : 4036 (java) S 4034 4036 32687 0 -1 0 5763 0 1 0 25 3 0 0 18 0 9 0 28476344 887177216 5155 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4036/statm: 216596 5155 1955 9 0 211054 0
[pid=4036/tid=4037] ppid=4034 vsize=866384 CPUtime=0.22
/proc/4036/task/4037/stat : 4037 (java) R 4034 4036 32687 0 -1 64 4781 0 1 0 20 2 0 0 18 0 9 0 28476346 887177216 5155 996147200 134512640 134550932 4294955968 18446744073709551615 7059058 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866384

[startup+0.701781 s]
/proc/loadavg: 2.11 2.03 2.01 4/80 4036
/proc/meminfo: memFree=1709792/2055920 swapFree=4192812/4192956
[pid=4036] ppid=4034 vsize=867776 CPUtime=0.68
/proc/4036/stat : 4036 (java) S 4034 4036 32687 0 -1 0 8813 0 1 0 63 5 0 0 18 0 9 0 28476344 888602624 8167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4036/statm: 216944 8167 2036 9 0 211380 0
[pid=4036/tid=4037] ppid=4034 vsize=867776 CPUtime=0.49
/proc/4036/task/4037/stat : 4037 (java) R 4034 4036 32687 0 -1 64 7452 0 1 0 45 4 0 0 19 0 9 0 28476346 888602624 8167 996147200 134512640 134550932 4294955968 18446744073709551615 4125968113 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867776

[startup+1.50186 s]
/proc/loadavg: 2.11 2.03 2.01 3/89 4045
/proc/meminfo: memFree=1675032/2055920 swapFree=4192812/4192956
[pid=4036] ppid=4034 vsize=867776 CPUtime=1.47
/proc/4036/stat : 4036 (java) S 4034 4036 32687 0 -1 0 11621 0 1 0 140 7 0 0 18 0 9 0 28476344 888602624 10972 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4036/statm: 216944 10972 2041 9 0 211380 0
[pid=4036/tid=4037] ppid=4034 vsize=867776 CPUtime=1.24
/proc/4036/task/4037/stat : 4037 (java) R 4034 4036 32687 0 -1 64 10230 0 1 0 118 6 0 0 25 0 9 0 28476346 888602624 10972 996147200 134512640 134550932 4294955968 18446744073709551615 4126929745 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4039] ppid=4034 vsize=867776 CPUtime=0
/proc/4036/task/4039/stat : 4039 (java) S 4034 4036 32687 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28476347 888602624 10972 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4040] ppid=4034 vsize=867776 CPUtime=0
/proc/4036/task/4040/stat : 4040 (java) S 4034 4036 32687 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28476347 888602624 10972 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4041] ppid=4034 vsize=867776 CPUtime=0
/proc/4036/task/4041/stat : 4041 (java) S 4034 4036 32687 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28476347 888602624 10972 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4042] ppid=4034 vsize=867776 CPUtime=0
/proc/4036/task/4042/stat : 4042 (java) S 4034 4036 32687 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28476349 888602624 10972 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4043] ppid=4034 vsize=867776 CPUtime=0.21
/proc/4036/task/4043/stat : 4043 (java) S 4034 4036 32687 0 -1 64 693 0 0 0 21 0 0 0 16 0 9 0 28476349 888602624 10972 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4044] ppid=4034 vsize=867776 CPUtime=0
/proc/4036/task/4044/stat : 4044 (java) S 4034 4036 32687 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28476349 888602624 10972 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4045] ppid=4034 vsize=867776 CPUtime=0
/proc/4036/task/4045/stat : 4045 (java) S 4034 4036 32687 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28476350 888602624 10972 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867776

[startup+3.10103 s]
/proc/loadavg: 2.10 2.03 2.01 3/89 4045
/proc/meminfo: memFree=1671000/2055920 swapFree=4192812/4192956
[pid=4036] ppid=4034 vsize=867776 CPUtime=3.05
/proc/4036/stat : 4036 (java) S 4034 4036 32687 0 -1 0 13187 0 1 0 297 8 0 0 18 0 9 0 28476344 888602624 12536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4036/statm: 216944 12536 2041 9 0 211380 0
[pid=4036/tid=4037] ppid=4034 vsize=867776 CPUtime=2.79
/proc/4036/task/4037/stat : 4037 (java) R 4034 4036 32687 0 -1 64 11768 0 1 0 272 7 0 0 25 0 9 0 28476346 888602624 12536 996147200 134512640 134550932 4294955968 18446744073709551615 4126942628 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4039] ppid=4034 vsize=867776 CPUtime=0
/proc/4036/task/4039/stat : 4039 (java) S 4034 4036 32687 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28476347 888602624 12536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4040] ppid=4034 vsize=867776 CPUtime=0
/proc/4036/task/4040/stat : 4040 (java) S 4034 4036 32687 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28476347 888602624 12536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4041] ppid=4034 vsize=867776 CPUtime=0
/proc/4036/task/4041/stat : 4041 (java) S 4034 4036 32687 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28476347 888602624 12536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4042] ppid=4034 vsize=867776 CPUtime=0
/proc/4036/task/4042/stat : 4042 (java) S 4034 4036 32687 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28476349 888602624 12536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4043] ppid=4034 vsize=867776 CPUtime=0.25
/proc/4036/task/4043/stat : 4043 (java) S 4034 4036 32687 0 -1 64 721 0 0 0 25 0 0 0 15 0 9 0 28476349 888602624 12536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4044] ppid=4034 vsize=867776 CPUtime=0
/proc/4036/task/4044/stat : 4044 (java) S 4034 4036 32687 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28476349 888602624 12536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4045] ppid=4034 vsize=867776 CPUtime=0
/proc/4036/task/4045/stat : 4045 (java) S 4034 4036 32687 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28476350 888602624 12536 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) 867776

[startup+6.30235 s]
/proc/loadavg: 2.10 2.03 2.01 3/89 4045
/proc/meminfo: memFree=1657752/2055920 swapFree=4192812/4192956
[pid=4036] ppid=4034 vsize=867776 CPUtime=6.23
/proc/4036/stat : 4036 (java) S 4034 4036 32687 0 -1 0 16245 0 1 0 612 11 0 0 18 0 9 0 28476344 888602624 15592 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4036/statm: 216944 15592 2041 9 0 211380 0
[pid=4036/tid=4037] ppid=4034 vsize=867776 CPUtime=5.96
/proc/4036/task/4037/stat : 4037 (java) R 4034 4036 32687 0 -1 64 14821 0 1 0 586 10 0 0 25 0 9 0 28476346 888602624 15592 996147200 134512640 134550932 4294955968 18446744073709551615 4126905220 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4039] ppid=4034 vsize=867776 CPUtime=0
/proc/4036/task/4039/stat : 4039 (java) S 4034 4036 32687 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28476347 888602624 15592 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4040] ppid=4034 vsize=867776 CPUtime=0
/proc/4036/task/4040/stat : 4040 (java) S 4034 4036 32687 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28476347 888602624 15592 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4041] ppid=4034 vsize=867776 CPUtime=0
/proc/4036/task/4041/stat : 4041 (java) S 4034 4036 32687 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28476347 888602624 15592 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4042] ppid=4034 vsize=867776 CPUtime=0
/proc/4036/task/4042/stat : 4042 (java) S 4034 4036 32687 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28476349 888602624 15592 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4043] ppid=4034 vsize=867776 CPUtime=0.25
/proc/4036/task/4043/stat : 4043 (java) S 4034 4036 32687 0 -1 64 726 0 0 0 25 0 0 0 15 0 9 0 28476349 888602624 15592 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4044] ppid=4034 vsize=867776 CPUtime=0
/proc/4036/task/4044/stat : 4044 (java) S 4034 4036 32687 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28476349 888602624 15592 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4045] ppid=4034 vsize=867776 CPUtime=0
/proc/4036/task/4045/stat : 4045 (java) S 4034 4036 32687 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28476350 888602624 15592 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867776

[startup+12.703 s]
/proc/loadavg: 2.17 2.04 2.01 3/89 4049
/proc/meminfo: memFree=1619024/2055920 swapFree=4192812/4192956
[pid=4036] ppid=4034 vsize=867688 CPUtime=12.59
/proc/4036/stat : 4036 (java) S 4034 4036 32687 0 -1 0 19812 0 1 0 1244 15 0 0 18 0 9 0 28476344 888512512 19133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4036/statm: 216922 19133 2029 9 0 211380 0
[pid=4036/tid=4037] ppid=4034 vsize=867688 CPUtime=12.2
/proc/4036/task/4037/stat : 4037 (java) R 4034 4036 32687 0 -1 64 15836 0 1 0 1207 13 0 0 25 0 9 0 28476346 888512512 19133 996147200 134512640 134550932 4294955968 18446744073709551615 4126899712 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4036/tid=4039] ppid=4034 vsize=867688 CPUtime=0.1
/proc/4036/task/4039/stat : 4039 (java) S 4034 4036 32687 0 -1 64 2542 0 0 0 9 1 0 0 16 0 9 0 28476347 888512512 19133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4040] ppid=4034 vsize=867688 CPUtime=0
/proc/4036/task/4040/stat : 4040 (java) S 4034 4036 32687 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28476347 888512512 19133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4041] ppid=4034 vsize=867688 CPUtime=0
/proc/4036/task/4041/stat : 4041 (java) S 4034 4036 32687 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28476347 888512512 19133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4042] ppid=4034 vsize=867688 CPUtime=0
/proc/4036/task/4042/stat : 4042 (java) S 4034 4036 32687 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28476349 888512512 19133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4043] ppid=4034 vsize=867688 CPUtime=0.27
/proc/4036/task/4043/stat : 4043 (java) S 4034 4036 32687 0 -1 64 733 0 0 0 27 0 0 0 15 0 9 0 28476349 888512512 19133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4036/tid=4044] ppid=4034 vsize=867688 CPUtime=0
/proc/4036/task/4044/stat : 4044 (java) S 4034 4036 32687 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28476349 888512512 19133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4045] ppid=4034 vsize=867688 CPUtime=0
/proc/4036/task/4045/stat : 4045 (java) S 4034 4036 32687 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28476350 888512512 19133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 867688

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

[startup+15.9023 s]
/proc/loadavg: 2.17 2.04 2.01 3/89 4084
/proc/meminfo: memFree=1644824/2055920 swapFree=4192812/4192956
[pid=4036] ppid=4034 vsize=867688 CPUtime=15.77
/proc/4036/stat : 4036 (java) S 4034 4036 32687 0 -1 0 19817 0 1 0 1559 18 0 0 18 0 9 0 28476344 888512512 19138 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4036/statm: 216922 19138 2031 9 0 211380 0
[pid=4036/tid=4037] ppid=4034 vsize=867688 CPUtime=15.37
/proc/4036/task/4037/stat : 4037 (java) R 4034 4036 32687 0 -1 64 15836 0 1 0 1522 15 0 0 25 0 9 0 28476346 888512512 19138 996147200 134512640 134550932 4294955968 18446744073709551615 4126905154 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4039] ppid=4034 vsize=867688 CPUtime=0.1
/proc/4036/task/4039/stat : 4039 (java) S 4034 4036 32687 0 -1 64 2542 0 0 0 9 1 0 0 16 0 9 0 28476347 888512512 19138 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4040] ppid=4034 vsize=867688 CPUtime=0
/proc/4036/task/4040/stat : 4040 (java) S 4034 4036 32687 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28476347 888512512 19138 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4041] ppid=4034 vsize=867688 CPUtime=0
/proc/4036/task/4041/stat : 4041 (java) S 4034 4036 32687 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28476347 888512512 19138 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4042] ppid=4034 vsize=867688 CPUtime=0
/proc/4036/task/4042/stat : 4042 (java) S 4034 4036 32687 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28476349 888512512 19138 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4043] ppid=4034 vsize=867688 CPUtime=0.27
/proc/4036/task/4043/stat : 4043 (java) S 4034 4036 32687 0 -1 64 738 0 0 0 27 0 0 0 15 0 9 0 28476349 888512512 19138 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4044] ppid=4034 vsize=867688 CPUtime=0
/proc/4036/task/4044/stat : 4044 (java) S 4034 4036 32687 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28476349 888512512 19138 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4045] ppid=4034 vsize=867688 CPUtime=0
/proc/4036/task/4045/stat : 4045 (java) S 4034 4036 32687 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28476350 888512512 19138 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.77
Current children cumulated vsize (KiB) 867688

[startup+17.5015 s]
/proc/loadavg: 2.15 2.04 2.01 5/89 4084
/proc/meminfo: memFree=1609752/2055920 swapFree=4192812/4192956
[pid=4036] ppid=4034 vsize=867688 CPUtime=17.36
/proc/4036/stat : 4036 (java) S 4034 4036 32687 0 -1 0 19831 0 1 0 1717 19 0 0 18 0 9 0 28476344 888512512 19151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4036/statm: 216922 19151 2031 9 0 211380 0
[pid=4036/tid=4037] ppid=4034 vsize=867688 CPUtime=16.93
/proc/4036/task/4037/stat : 4037 (java) R 4034 4036 32687 0 -1 64 15838 0 1 0 1677 16 0 0 25 0 9 0 28476346 888512512 19151 996147200 134512640 134550932 4294955968 18446744073709551615 4126899665 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4039] ppid=4034 vsize=867688 CPUtime=0.1
/proc/4036/task/4039/stat : 4039 (java) S 4034 4036 32687 0 -1 64 2542 0 0 0 9 1 0 0 17 0 9 0 28476347 888512512 19151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4040] ppid=4034 vsize=867688 CPUtime=0
/proc/4036/task/4040/stat : 4040 (java) S 4034 4036 32687 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28476347 888512512 19151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4041] ppid=4034 vsize=867688 CPUtime=0
/proc/4036/task/4041/stat : 4041 (java) S 4034 4036 32687 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28476347 888512512 19151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4042] ppid=4034 vsize=867688 CPUtime=0
/proc/4036/task/4042/stat : 4042 (java) S 4034 4036 32687 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28476349 888512512 19151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4043] ppid=4034 vsize=867688 CPUtime=0.29
/proc/4036/task/4043/stat : 4043 (java) S 4034 4036 32687 0 -1 64 750 0 0 0 29 0 0 0 16 0 9 0 28476349 888512512 19151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4044] ppid=4034 vsize=867688 CPUtime=0
/proc/4036/task/4044/stat : 4044 (java) S 4034 4036 32687 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28476349 888512512 19151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4045] ppid=4034 vsize=867688 CPUtime=0
/proc/4036/task/4045/stat : 4045 (java) S 4034 4036 32687 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28476350 888512512 19151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.36
Current children cumulated vsize (KiB) 867688

[startup+18.3016 s]
/proc/loadavg: 2.15 2.04 2.01 5/89 4084
/proc/meminfo: memFree=1609752/2055920 swapFree=4192812/4192956
[pid=4036] ppid=4034 vsize=868424 CPUtime=18.14
/proc/4036/stat : 4036 (java) S 4034 4036 32687 0 -1 0 34805 368 1 0 1788 24 1 1 18 0 9 0 28476344 889266176 22658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4036/statm: 217106 22658 2662 9 0 211542 0
[pid=4036/tid=4037] ppid=4034 vsize=868424 CPUtime=17.48
/proc/4036/task/4037/stat : 4037 (java) R 4034 4036 32687 0 -1 64 21266 368 1 0 1729 17 1 1 25 0 9 0 28476346 889266176 22658 996147200 134512640 134550932 4294955968 18446744073709551615 4127315320 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4039] ppid=4034 vsize=868424 CPUtime=0.27
/proc/4036/task/4039/stat : 4039 (java) S 4034 4036 32687 0 -1 64 11707 368 0 0 22 3 1 1 17 0 9 0 28476347 889266176 22658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4040] ppid=4034 vsize=868424 CPUtime=0.02
/proc/4036/task/4040/stat : 4040 (java) S 4034 4036 32687 0 -1 64 20 368 0 0 0 0 1 1 17 0 9 0 28476347 889266176 22658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4041] ppid=4034 vsize=868424 CPUtime=0.02
/proc/4036/task/4041/stat : 4041 (java) S 4034 4036 32687 0 -1 64 12 368 0 0 0 0 1 1 16 0 9 0 28476347 889266176 22658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4042] ppid=4034 vsize=868424 CPUtime=0.02
/proc/4036/task/4042/stat : 4042 (java) S 4034 4036 32687 0 -1 64 2 368 0 0 0 0 1 1 18 0 9 0 28476349 889266176 22658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4043] ppid=4034 vsize=868424 CPUtime=0.38
/proc/4036/task/4043/stat : 4043 (java) S 4034 4036 32687 0 -1 64 975 368 0 0 36 0 1 1 15 0 9 0 28476349 889266176 22658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4044] ppid=4034 vsize=868424 CPUtime=0.02
/proc/4036/task/4044/stat : 4044 (java) S 4034 4036 32687 0 -1 64 0 368 0 0 0 0 1 1 19 0 9 0 28476349 889266176 22658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4045] ppid=4034 vsize=868424 CPUtime=0.02
/proc/4036/task/4045/stat : 4045 (java) S 4034 4036 32687 0 -1 64 9 368 0 0 0 0 1 1 15 0 9 0 28476350 889266176 22658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.14
Current children cumulated vsize (KiB) 868424

[startup+18.5016 s]
/proc/loadavg: 2.15 2.04 2.01 5/89 4084
/proc/meminfo: memFree=1609752/2055920 swapFree=4192812/4192956
[pid=4036] ppid=4034 vsize=868424 CPUtime=18.33
/proc/4036/stat : 4036 (java) S 4034 4036 32687 0 -1 0 35038 368 1 0 1807 24 1 1 18 0 9 0 28476344 889266176 22677 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4036/statm: 217106 22677 2662 9 0 211542 0
[pid=4036/tid=4037] ppid=4034 vsize=868424 CPUtime=17.66
/proc/4036/task/4037/stat : 4037 (java) R 4034 4036 32687 0 -1 64 21482 368 1 0 1746 18 1 1 25 0 9 0 28476346 889266176 22677 996147200 134512640 134550932 4294955968 18446744073709551615 102290233 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4039] ppid=4034 vsize=868424 CPUtime=0.27
/proc/4036/task/4039/stat : 4039 (java) S 4034 4036 32687 0 -1 64 11707 368 0 0 22 3 1 1 17 0 9 0 28476347 889266176 22677 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4040] ppid=4034 vsize=868424 CPUtime=0.02
/proc/4036/task/4040/stat : 4040 (java) S 4034 4036 32687 0 -1 64 20 368 0 0 0 0 1 1 17 0 9 0 28476347 889266176 22677 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4041] ppid=4034 vsize=868424 CPUtime=0.02
/proc/4036/task/4041/stat : 4041 (java) S 4034 4036 32687 0 -1 64 12 368 0 0 0 0 1 1 16 0 9 0 28476347 889266176 22677 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4042] ppid=4034 vsize=868424 CPUtime=0.02
/proc/4036/task/4042/stat : 4042 (java) S 4034 4036 32687 0 -1 64 2 368 0 0 0 0 1 1 18 0 9 0 28476349 889266176 22677 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4043] ppid=4034 vsize=868424 CPUtime=0.41
/proc/4036/task/4043/stat : 4043 (java) S 4034 4036 32687 0 -1 64 992 368 0 0 39 0 1 1 15 0 9 0 28476349 889266176 22677 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4044] ppid=4034 vsize=868424 CPUtime=0.02
/proc/4036/task/4044/stat : 4044 (java) S 4034 4036 32687 0 -1 64 0 368 0 0 0 0 1 1 19 0 9 0 28476349 889266176 22677 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4036/tid=4045] ppid=4034 vsize=868424 CPUtime=0.02
/proc/4036/task/4045/stat : 4045 (java) S 4034 4036 32687 0 -1 64 9 368 0 0 0 0 1 1 15 0 9 0 28476350 889266176 22677 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.33
Current children cumulated vsize (KiB) 868424

Child status: 0
Real time (s): 18.5665
CPU time (s): 18.3742
CPU user time (s): 18.1002
CPU system time (s): 0.273958
CPU usage (%): 98.9644
Max. virtual memory (cumulated for all children) (KiB): 868424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.1002
system time used= 0.273958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35483
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= 2211
involuntary context switches= 2705

runsolver used 0.030995 second user time and 0.067989 second system time

The end

Launcher Data

Begin job on node67 at 2009-07-12 17:55:36
IDJOB=2097879
IDBENCH=57924
IDSOLVER=773
FILE ID=node67/2097879-1247414136
PBS_JOBID= 9510514
Free space on /tmp= 66512 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/fapp/fapp02/normalized-fapp02-0250-10.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-2097879-1247414136/watcher-2097879-1247414136 -o /tmp/evaluation-result-2097879-1247414136/solver-2097879-1247414136 -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-2097879-1247414136.xml

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

MD5SUM BENCH= 2937328af9f6c216cca6342fe202e849
RANDOM SEED=889191535

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:       1710272 kB
Buffers:         42992 kB
Cached:         157132 kB
SwapCached:          0 kB
Active:         180964 kB
Inactive:       105200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1710272 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5152 kB
Writeback:           0 kB
Mapped:         104076 kB
Slab:            44648 kB
Committed_AS:  1018896 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= 66500 MiB
End job on node67 at 2009-07-12 17:55:55