Trace number 1086958

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 24.6812 24.9094

DiagnosticValue
CHECKS7018200
NODES303

General information on the benchmark

Namecsp/fapp/fapp04/
normalized-fapp04-0300-5.xml
MD5SUM9b390cbd2e7aec20d5f3a2cc4b660065
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 benchmark24.2143
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3360
Maximum constraint arity2
Maximum domain size270
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3360
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=mac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-1086958-1215242114.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.38	   
0.28/0.38	   variables being loaded...
0.48/0.55	     nbVariables=300  nbDomainTypes=13  minDomainSize=50  maxDomainSize=270  nbTotalValues=61762
0.48/0.55	       =>  wckTime=0.31  cpuTime=0.23  mem=9M807
0.48/0.55	   
0.48/0.55	   predicates being loaded...
0.58/0.61	   
0.58/0.61	   constraints being loaded...
20.60/20.82	   
20.60/20.82	   INFO : Stopping converting binary constraints (cpu=20.09, mem = 40M956)
21.58/21.82	     nbConstraints=1804  nbGlobalConstraints=5  nbMergedConstraints=1561  nbConvertedConstraints=961
21.58/21.82	     nbConvertConstraintsChecks=39725322  nbExtensionStructures=883  nbSharedExtensionStructures=178
21.58/21.82	     nbConflictsStructures=976  nbSharedConflictsStructures=191  nbUnbuiltConflictsStructures=650
21.58/21.82	     nbSharedBinaryRepresentations=252709  nbEvaluationManagers=743  nbSharedEvaluationManagers=95  minDegree=3
21.58/21.82	     maxDegree=19  minArity=2  avgArity=2.01  maxArity=6  nbGenerators=0  nbFusions=0  symmetryWckTime=0.232
21.58/21.82	     symmetryCpuTime=0.16  nbCliques=5
21.58/21.82	       =>  wckTime=21.58  cpuTime=20.79  mem=32M395
21.68/21.96	   
21.68/21.96	   solver IterativeSystematicSolver being built... 
21.78/22.06	   
21.78/22.06	   INFO : Forward propagation technique limited 
21.87/22.13	       =>  wckTime=21.898  cpuTime=20.94  mem=46M313
23.27/23.56	   
23.27/23.56	   preprocessing
23.27/23.56	     nbConstraintChecks=3848186  nbValidityChecks=75266  nbPropagations=363  nbRevisions=2770  nbUselessRevisions=2239
23.27/23.56	     nbRemovedValues=21041  detectedInconsistency=no
23.27/23.56	       =>  wckTime=1.422  cpuTime=1.39  mem=47M354
24.56/24.88	   
24.56/24.88	   search
24.56/24.88	     run=0  nbConstraintChecks=3170014  nbValidityChecks=1103494  minDepth=58  maxDepth=300  nbPropagations=3672
24.56/24.88	     nbRevisions=25600  nbUselessRevisions=21595  nbAssignments=303  nbFailedAssignments=3  nbBacktracks=0
24.56/24.88	     nbVisitedNodes=307  nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0
24.56/24.88	     nbSEliminables=0  nbREliminables=4.69  nbIEliminables=189.39  nbDEliminables=0  nbPEliminables=0
24.56/24.88	       =>  wckTime=2.74  cpuTime=2.66  mem=49M337
24.56/24.88	   
24.56/24.88	   global
24.56/24.88	     nbConstraintChecks=7018200  nbValidityChecks=1178760  nbPropagations=4035  nbRevisions=28370
24.56/24.88	     nbUselessRevisions=23834  nbRestartNogoods=0  solvingWckTime=2.742  solvingCpuTime=2.66  expiredTime=no
24.56/24.88	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=23.59  globalCpuTime=23.67
24.56/24.88	       =>  wckTime=24.642  cpuTime=23.61  mem=49M337
24.56/24.88	   
24.56/24.88	s SATISFIABLE
24.56/24.88	v -2624 2504 -2272 2288 -2200 2448 -2628 -2276 -2664 -2452 2620 2536 -2552 2356 -2448 -2488 2512 -2508 2244 -2332 -2200 2656 2232 -2444 -2236 2568 -2340 -2372 -2200 -2596 -2160 -2544 -2256 -2656 -2200 -2212 2600 2248 2620 2200 2160 -2160 2612 -2324 2276 -2204 -2572 2604 -2336 2624 2228 -2684 2636 2468 -2264 -2584 2180 -2192 2404 -2696 2272 -2200 -2204 -2564 2476 2516 -2568 2664 -2424 2336 2696 -2232 2232 -2184 2160 -2640 -2636 2556 -2368 -2160 2548 -2248 2536 2696 -2408 2648 2564 2560 2164 2288 2668 2668 -2580 -2544 -2292 2252 2544 2232 -2624 -2380 2404 -2504 -2688 2472 2344 2376 -2340 -2584 2556 2632 -2252 2588 -2160 2604 -2200 2660 -2644 -2584 2304 2588 -2676 2604 -2524 -2516 2648 -2464 -2476 -2648 -2212 -2544 -2676 2272 2548 2696 2316 2272 2288 -2284 -2696 2584 -2204 -2172 -2628 -2268 2516 2476 2324 -2560 -2164 -2620 2336 2656 2240 2364 -2312 -2564 -2248 -2588 -2340 -2684 2348 -2336 2344 2644 -2372 2656 -2240 2612 -2604 -2456 -2608 2584 -2696 -2696 2652 -2260 2656 -2160 -2296 2640 -2476 -2232 -2296 -2204 -2200 -2664 2484 -2200 2664 -2632 2220 2524 2292 2624 -2588 2160 2624 -2516 -2504 -2660 -2444 2624 -2608 -2464 2676 2672 2224 -2384 2332 -2292 -2356 2644 2220 -2200 2336 -2564 2524 -2328 -2160 -2504 2624 2408 -2600 2424 -2592 2288 -2332 -2524 -2436 2644 2636 -2544 2296 -2564 2568 -2628 2436 2624 -2408 -2160 2656 2228 -2676 2436 -2476 -2448 -2164 -2396 2200 2604 2308 -2160 -2304 -2688 2284 -2252 -2684 -2444 -2656 -2628 -2644 -2524 -2636 2412 2600 2404 -2608 -2564 -2644 -2404 2464 -2272 2180 2220 2496 2496 2576 2280 2296 -2188 2600 2608 -2524 2512 -2696 -2656 -2160 2380 -2664 -2464 2324 2476 2364 2200 2200 -2376 2564 -2664 2396 -2300 
24.56/24.88	d NODES 303
24.56/24.88	d CHECKS 7018200
24.56/24.88	   
24.56/24.88	   totalWckTime=24.699  totalCpuTime=23.67

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086958-1215242114/watcher-1086958-1215242114 -o /tmp/evaluation-result-1086958-1215242114/solver-1086958-1215242114 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1086958-1215242114.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 2.04 2.08 4/72 29281
/proc/meminfo: memFree=1726688/2055920 swapFree=4180240/4192956
[pid=29281] ppid=29279 vsize=18572 CPUtime=0
/proc/29281/stat : 29281 (runsolver) R 29279 29281 28685 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 2003183359 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 240577473831 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/29281/statm: 4643 292 257 25 0 2626 0

[startup+0.088847 s]
/proc/loadavg: 1.92 2.04 2.08 4/72 29281
/proc/meminfo: memFree=1726688/2055920 swapFree=4180240/4192956
[pid=29281] ppid=29279 vsize=865856 CPUtime=0.06
/proc/29281/stat : 29281 (java) S 29279 29281 28685 0 -1 0 3572 0 1 0 5 1 0 0 18 0 9 0 2003183359 886636544 3061 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29281/statm: 216464 3061 1640 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.101847 s]
/proc/loadavg: 1.92 2.04 2.08 4/72 29281
/proc/meminfo: memFree=1726688/2055920 swapFree=4180240/4192956
[pid=29281] ppid=29279 vsize=865884 CPUtime=0.08
/proc/29281/stat : 29281 (java) S 29279 29281 28685 0 -1 0 3719 0 1 0 6 2 0 0 18 0 9 0 2003183359 886665216 3182 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29281/statm: 216471 3182 1686 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301881 s]
/proc/loadavg: 1.92 2.04 2.08 4/72 29281
/proc/meminfo: memFree=1726688/2055920 swapFree=4180240/4192956
[pid=29281] ppid=29279 vsize=866196 CPUtime=0.28
/proc/29281/stat : 29281 (java) S 29279 29281 28685 0 -1 0 5578 0 1 0 25 3 0 0 18 0 9 0 2003183359 886984704 5001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29281/statm: 216549 5001 1884 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.701947 s]
/proc/loadavg: 1.92 2.04 2.08 4/72 29281
/proc/meminfo: memFree=1726688/2055920 swapFree=4180240/4192956
[pid=29281] ppid=29279 vsize=867068 CPUtime=0.68
/proc/29281/stat : 29281 (java) S 29279 29281 28685 0 -1 0 8075 0 1 0 63 5 0 0 18 0 9 0 2003183359 887877632 7435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29281/statm: 216767 7435 2007 9 0 211273 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867068

[startup+1.50108 s]
/proc/loadavg: 1.92 2.04 2.08 3/81 29290
/proc/meminfo: memFree=1691352/2055920 swapFree=4180240/4192956
[pid=29281] ppid=29279 vsize=867648 CPUtime=1.47
/proc/29281/stat : 29281 (java) S 29279 29281 28685 0 -1 0 11920 0 1 0 140 7 0 0 18 0 9 0 2003183359 888471552 11277 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29281/statm: 216912 11277 2014 9 0 211418 0
[pid=29281/tid=29283] ppid=29279 vsize=867648 CPUtime=1.27
/proc/29281/task/29283/stat : 29283 (java) R 29279 29281 28685 0 -1 64 10543 0 1 0 121 6 0 0 25 0 9 0 2003183360 888471552 11277 996147200 134512640 134550740 4294955968 18446744073709551615 4125960279 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29284] ppid=29279 vsize=867648 CPUtime=0
/proc/29281/task/29284/stat : 29284 (java) S 29279 29281 28685 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 2003183362 888471552 11277 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29285] ppid=29279 vsize=867648 CPUtime=0
/proc/29281/task/29285/stat : 29285 (java) S 29279 29281 28685 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2003183362 888471552 11277 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29286] ppid=29279 vsize=867648 CPUtime=0
/proc/29281/task/29286/stat : 29286 (java) S 29279 29281 28685 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003183362 888471552 11277 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29287] ppid=29279 vsize=867648 CPUtime=0
/proc/29281/task/29287/stat : 29287 (java) S 29279 29281 28685 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003183364 888471552 11277 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29288] ppid=29279 vsize=867648 CPUtime=0.18
/proc/29281/task/29288/stat : 29288 (java) S 29279 29281 28685 0 -1 64 680 0 0 0 18 0 0 0 16 0 9 0 2003183364 888471552 11277 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29289] ppid=29279 vsize=867648 CPUtime=0
/proc/29281/task/29289/stat : 29289 (java) S 29279 29281 28685 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003183364 888471552 11277 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29290] ppid=29279 vsize=867648 CPUtime=0
/proc/29281/task/29290/stat : 29290 (java) S 29279 29281 28685 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003183364 888471552 11277 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867648

[startup+3.10235 s]
/proc/loadavg: 1.92 2.04 2.08 3/81 29290
/proc/meminfo: memFree=1687640/2055920 swapFree=4180240/4192956
[pid=29281] ppid=29279 vsize=867648 CPUtime=3.06
/proc/29281/stat : 29281 (java) S 29279 29281 28685 0 -1 0 12845 0 1 0 298 8 0 0 18 0 9 0 2003183359 888471552 12200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29281/statm: 216912 12200 2014 9 0 211418 0
[pid=29281/tid=29283] ppid=29279 vsize=867648 CPUtime=2.83
/proc/29281/task/29283/stat : 29283 (java) R 29279 29281 28685 0 -1 64 11443 0 1 0 276 7 0 0 25 0 9 0 2003183360 888471552 12200 996147200 134512640 134550740 4294955968 18446744073709551615 4126878657 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29284] ppid=29279 vsize=867648 CPUtime=0
/proc/29281/task/29284/stat : 29284 (java) S 29279 29281 28685 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 2003183362 888471552 12200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29285] ppid=29279 vsize=867648 CPUtime=0
/proc/29281/task/29285/stat : 29285 (java) S 29279 29281 28685 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2003183362 888471552 12200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29286] ppid=29279 vsize=867648 CPUtime=0
/proc/29281/task/29286/stat : 29286 (java) S 29279 29281 28685 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003183362 888471552 12200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29287] ppid=29279 vsize=867648 CPUtime=0
/proc/29281/task/29287/stat : 29287 (java) S 29279 29281 28685 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003183364 888471552 12200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29288] ppid=29279 vsize=867648 CPUtime=0.21
/proc/29281/task/29288/stat : 29288 (java) S 29279 29281 28685 0 -1 64 705 0 0 0 21 0 0 0 15 0 9 0 2003183364 888471552 12200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29289] ppid=29279 vsize=867648 CPUtime=0
/proc/29281/task/29289/stat : 29289 (java) S 29279 29281 28685 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003183364 888471552 12200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29290] ppid=29279 vsize=867648 CPUtime=0
/proc/29281/task/29290/stat : 29290 (java) S 29279 29281 28685 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003183364 888471552 12200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867648

[startup+6.30188 s]
/proc/loadavg: 1.93 2.04 2.08 3/81 29290
/proc/meminfo: memFree=1679576/2055920 swapFree=4180240/4192956
[pid=29281] ppid=29279 vsize=867648 CPUtime=6.23
/proc/29281/stat : 29281 (java) S 29279 29281 28685 0 -1 0 14761 0 1 0 613 10 0 0 18 0 9 0 2003183359 888471552 14114 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29281/statm: 216912 14114 2014 9 0 211418 0
[pid=29281/tid=29283] ppid=29279 vsize=867648 CPUtime=5.99
/proc/29281/task/29283/stat : 29283 (java) R 29279 29281 28685 0 -1 64 13357 0 1 0 591 8 0 0 25 0 9 0 2003183360 888471552 14114 996147200 134512640 134550740 4294955968 18446744073709551615 4126881847 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29284] ppid=29279 vsize=867648 CPUtime=0
/proc/29281/task/29284/stat : 29284 (java) S 29279 29281 28685 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 2003183362 888471552 14114 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29281/tid=29285] ppid=29279 vsize=867648 CPUtime=0
/proc/29281/task/29285/stat : 29285 (java) S 29279 29281 28685 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2003183362 888471552 14114 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29286] ppid=29279 vsize=867648 CPUtime=0
/proc/29281/task/29286/stat : 29286 (java) S 29279 29281 28685 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003183362 888471552 14114 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29287] ppid=29279 vsize=867648 CPUtime=0
/proc/29281/task/29287/stat : 29287 (java) S 29279 29281 28685 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003183364 888471552 14114 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29288] ppid=29279 vsize=867648 CPUtime=0.21
/proc/29281/task/29288/stat : 29288 (java) S 29279 29281 28685 0 -1 64 707 0 0 0 21 0 0 0 15 0 9 0 2003183364 888471552 14114 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29289] ppid=29279 vsize=867648 CPUtime=0
/proc/29281/task/29289/stat : 29289 (java) S 29279 29281 28685 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003183364 888471552 14114 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29290] ppid=29279 vsize=867648 CPUtime=0
/proc/29281/task/29290/stat : 29290 (java) S 29279 29281 28685 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003183364 888471552 14114 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867648

[startup+12.703 s]
/proc/loadavg: 1.93 2.04 2.08 3/81 29290
/proc/meminfo: memFree=1656280/2055920 swapFree=4180240/4192956
[pid=29281] ppid=29279 vsize=867560 CPUtime=12.58
/proc/29281/stat : 29281 (java) S 29279 29281 28685 0 -1 0 20058 0 1 0 1244 14 0 0 18 0 9 0 2003183359 888381440 19385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29281/statm: 216890 19385 2005 9 0 211418 0
[pid=29281/tid=29283] ppid=29279 vsize=867560 CPUtime=12.21
/proc/29281/task/29283/stat : 29283 (java) R 29279 29281 28685 0 -1 64 15790 0 1 0 1210 11 0 0 25 0 9 0 2003183360 888381440 19385 996147200 134512640 134550740 4294955968 18446744073709551615 4126904983 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29284] ppid=29279 vsize=867560 CPUtime=0.11
/proc/29281/task/29284/stat : 29284 (java) S 29279 29281 28685 0 -1 64 2857 0 0 0 10 1 0 0 17 0 9 0 2003183362 888381440 19385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29285] ppid=29279 vsize=867560 CPUtime=0
/proc/29281/task/29285/stat : 29285 (java) S 29279 29281 28685 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2003183362 888381440 19385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29286] ppid=29279 vsize=867560 CPUtime=0
/proc/29281/task/29286/stat : 29286 (java) S 29279 29281 28685 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003183362 888381440 19385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29287] ppid=29279 vsize=867560 CPUtime=0
/proc/29281/task/29287/stat : 29287 (java) S 29279 29281 28685 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003183364 888381440 19385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29288] ppid=29279 vsize=867560 CPUtime=0.23
/proc/29281/task/29288/stat : 29288 (java) S 29279 29281 28685 0 -1 64 714 0 0 0 23 0 0 0 15 0 9 0 2003183364 888381440 19385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29289] ppid=29279 vsize=867560 CPUtime=0
/proc/29281/task/29289/stat : 29289 (java) S 29279 29281 28685 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003183364 888381440 19385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29290] ppid=29279 vsize=867560 CPUtime=0
/proc/29281/task/29290/stat : 29290 (java) S 29279 29281 28685 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003183364 888381440 19385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 867560

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

[startup+19.102 s]
/proc/loadavg: 1.94 2.03 2.08 3/81 29290
/proc/meminfo: memFree=1656344/2055920 swapFree=4180240/4192956
[pid=29281] ppid=29279 vsize=867560 CPUtime=18.92
/proc/29281/stat : 29281 (java) S 29279 29281 28685 0 -1 0 20061 0 1 0 1877 15 0 0 18 0 9 0 2003183359 888381440 19387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29281/statm: 216890 19387 2005 9 0 211418 0
[pid=29281/tid=29283] ppid=29279 vsize=867560 CPUtime=18.54
/proc/29281/task/29283/stat : 29283 (java) R 29279 29281 28685 0 -1 64 15791 0 1 0 1842 12 0 0 25 0 9 0 2003183360 888381440 19387 996147200 134512640 134550740 4294955968 18446744073709551615 4126876210 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29284] ppid=29279 vsize=867560 CPUtime=0.11
/proc/29281/task/29284/stat : 29284 (java) S 29279 29281 28685 0 -1 64 2857 0 0 0 10 1 0 0 16 0 9 0 2003183362 888381440 19387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29285] ppid=29279 vsize=867560 CPUtime=0
/proc/29281/task/29285/stat : 29285 (java) S 29279 29281 28685 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2003183362 888381440 19387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29286] ppid=29279 vsize=867560 CPUtime=0
/proc/29281/task/29286/stat : 29286 (java) S 29279 29281 28685 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003183362 888381440 19387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29287] ppid=29279 vsize=867560 CPUtime=0
/proc/29281/task/29287/stat : 29287 (java) S 29279 29281 28685 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003183364 888381440 19387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29288] ppid=29279 vsize=867560 CPUtime=0.23
/proc/29281/task/29288/stat : 29288 (java) S 29279 29281 28685 0 -1 64 716 0 0 0 23 0 0 0 15 0 9 0 2003183364 888381440 19387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29289] ppid=29279 vsize=867560 CPUtime=0
/proc/29281/task/29289/stat : 29289 (java) S 29279 29281 28685 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003183364 888381440 19387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29290] ppid=29279 vsize=867560 CPUtime=0
/proc/29281/task/29290/stat : 29290 (java) S 29279 29281 28685 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003183364 888381440 19387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 18.92
Current children cumulated vsize (KiB) 867560

[startup+22.3026 s]
/proc/loadavg: 1.94 2.03 2.08 5/82 29294
/proc/meminfo: memFree=1641872/2055920 swapFree=4180240/4192956
[pid=29281] ppid=29279 vsize=867972 CPUtime=22.07
/proc/29281/stat : 29281 (java) S 29279 29281 28685 0 -1 0 38322 376 1 0 2185 20 1 1 18 0 9 0 2003183359 888803328 25461 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29281/statm: 216993 25461 2638 9 0 211499 0
[pid=29281/tid=29283] ppid=29279 vsize=867972 CPUtime=21.32
/proc/29281/task/29283/stat : 29283 (java) R 29279 29281 28685 0 -1 64 23042 376 1 0 2116 14 1 1 25 0 9 0 2003183360 888803328 25461 996147200 134512640 134550740 4294955968 18446744073709551615 4127273059 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29284] ppid=29279 vsize=867972 CPUtime=0.4
/proc/29281/task/29284/stat : 29284 (java) S 29279 29281 28685 0 -1 64 13476 376 0 0 35 3 1 1 17 0 9 0 2003183362 888803328 25461 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29285] ppid=29279 vsize=867972 CPUtime=0.02
/proc/29281/task/29285/stat : 29285 (java) S 29279 29281 28685 0 -1 64 14 376 0 0 0 0 1 1 16 0 9 0 2003183362 888803328 25461 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29286] ppid=29279 vsize=867972 CPUtime=0.02
/proc/29281/task/29286/stat : 29286 (java) S 29279 29281 28685 0 -1 64 12 376 0 0 0 0 1 1 16 0 9 0 2003183362 888803328 25461 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29287] ppid=29279 vsize=867972 CPUtime=0.02
/proc/29281/task/29287/stat : 29287 (java) S 29279 29281 28685 0 -1 64 1 376 0 0 0 0 1 1 18 0 9 0 2003183364 888803328 25461 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29288] ppid=29279 vsize=867972 CPUtime=0.35
/proc/29281/task/29288/stat : 29288 (java) S 29279 29281 28685 0 -1 64 952 376 0 0 33 0 1 1 15 0 9 0 2003183364 888803328 25461 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29289] ppid=29279 vsize=867972 CPUtime=0.02
/proc/29281/task/29289/stat : 29289 (java) S 29279 29281 28685 0 -1 64 2 376 0 0 0 0 1 1 19 0 9 0 2003183364 888803328 25461 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29290] ppid=29279 vsize=867972 CPUtime=0.02
/proc/29281/task/29290/stat : 29290 (java) S 29279 29281 28685 0 -1 64 9 376 0 0 0 0 1 1 15 0 9 0 2003183364 888803328 25461 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.07
Current children cumulated vsize (KiB) 867972

[startup+23.9028 s]
/proc/loadavg: 1.94 2.03 2.08 3/81 29294
/proc/meminfo: memFree=1634448/2055920 swapFree=4180240/4192956
[pid=29281] ppid=29279 vsize=867972 CPUtime=23.67
/proc/29281/stat : 29281 (java) S 29279 29281 28685 0 -1 0 38630 376 1 0 2344 21 1 1 18 0 9 0 2003183359 888803328 25471 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29281/statm: 216993 25471 2638 9 0 211499 0
[pid=29281/tid=29283] ppid=29279 vsize=867972 CPUtime=22.89
/proc/29281/task/29283/stat : 29283 (java) R 29279 29281 28685 0 -1 64 23337 376 1 0 2273 14 1 1 25 0 9 0 2003183360 888803328 25471 996147200 134512640 134550740 4294955968 18446744073709551615 4126879935 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29284] ppid=29279 vsize=867972 CPUtime=0.4
/proc/29281/task/29284/stat : 29284 (java) S 29279 29281 28685 0 -1 64 13477 376 0 0 35 3 1 1 17 0 9 0 2003183362 888803328 25471 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29285] ppid=29279 vsize=867972 CPUtime=0.02
/proc/29281/task/29285/stat : 29285 (java) S 29279 29281 28685 0 -1 64 14 376 0 0 0 0 1 1 16 0 9 0 2003183362 888803328 25471 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29286] ppid=29279 vsize=867972 CPUtime=0.02
/proc/29281/task/29286/stat : 29286 (java) S 29279 29281 28685 0 -1 64 12 376 0 0 0 0 1 1 16 0 9 0 2003183362 888803328 25471 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29287] ppid=29279 vsize=867972 CPUtime=0.02
/proc/29281/task/29287/stat : 29287 (java) S 29279 29281 28685 0 -1 64 1 376 0 0 0 0 1 1 18 0 9 0 2003183364 888803328 25471 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29288] ppid=29279 vsize=867972 CPUtime=0.37
/proc/29281/task/29288/stat : 29288 (java) S 29279 29281 28685 0 -1 64 964 376 0 0 35 0 1 1 15 0 9 0 2003183364 888803328 25471 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29289] ppid=29279 vsize=867972 CPUtime=0.02
/proc/29281/task/29289/stat : 29289 (java) S 29279 29281 28685 0 -1 64 2 376 0 0 0 0 1 1 19 0 9 0 2003183364 888803328 25471 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29290] ppid=29279 vsize=867972 CPUtime=0.02
/proc/29281/task/29290/stat : 29290 (java) S 29279 29281 28685 0 -1 64 9 376 0 0 0 0 1 1 15 0 9 0 2003183364 888803328 25471 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.67
Current children cumulated vsize (KiB) 867972

[startup+24.702 s]
/proc/loadavg: 1.94 2.03 2.08 3/81 29294
/proc/meminfo: memFree=1634448/2055920 swapFree=4180240/4192956
[pid=29281] ppid=29279 vsize=867972 CPUtime=24.46
/proc/29281/stat : 29281 (java) S 29279 29281 28685 0 -1 0 38710 376 1 0 2423 21 1 1 18 0 9 0 2003183359 888803328 25479 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29281/statm: 216993 25479 2638 9 0 211499 0
[pid=29281/tid=29283] ppid=29279 vsize=867972 CPUtime=23.66
/proc/29281/task/29283/stat : 29283 (java) R 29279 29281 28685 0 -1 64 23408 376 1 0 2350 14 1 1 25 0 9 0 2003183360 888803328 25479 996147200 134512640 134550740 4294955968 18446744073709551615 4126883922 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29284] ppid=29279 vsize=867972 CPUtime=0.4
/proc/29281/task/29284/stat : 29284 (java) S 29279 29281 28685 0 -1 64 13477 376 0 0 35 3 1 1 17 0 9 0 2003183362 888803328 25479 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29285] ppid=29279 vsize=867972 CPUtime=0.02
/proc/29281/task/29285/stat : 29285 (java) S 29279 29281 28685 0 -1 64 14 376 0 0 0 0 1 1 16 0 9 0 2003183362 888803328 25479 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29286] ppid=29279 vsize=867972 CPUtime=0.02
/proc/29281/task/29286/stat : 29286 (java) S 29279 29281 28685 0 -1 64 12 376 0 0 0 0 1 1 16 0 9 0 2003183362 888803328 25479 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29287] ppid=29279 vsize=867972 CPUtime=0.02
/proc/29281/task/29287/stat : 29287 (java) S 29279 29281 28685 0 -1 64 1 376 0 0 0 0 1 1 18 0 9 0 2003183364 888803328 25479 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29288] ppid=29279 vsize=867972 CPUtime=0.39
/proc/29281/task/29288/stat : 29288 (java) S 29279 29281 28685 0 -1 64 973 376 0 0 37 0 1 1 15 0 9 0 2003183364 888803328 25479 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29289] ppid=29279 vsize=867972 CPUtime=0.02
/proc/29281/task/29289/stat : 29289 (java) S 29279 29281 28685 0 -1 64 2 376 0 0 0 0 1 1 19 0 9 0 2003183364 888803328 25479 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29281/tid=29290] ppid=29279 vsize=867972 CPUtime=0.02
/proc/29281/task/29290/stat : 29290 (java) S 29279 29281 28685 0 -1 64 9 376 0 0 0 0 1 1 15 0 9 0 2003183364 888803328 25479 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.46
Current children cumulated vsize (KiB) 867972

[startup+24.9027 s]
/proc/loadavg: 1.94 2.03 2.08 3/81 29294
/proc/meminfo: memFree=1634448/2055920 swapFree=4180240/4192956
[pid=29281] ppid=29279 vsize=0 CPUtime=24.65
/proc/29281/stat : 29281 (java) Z 29279 29281 28685 0 -1 12 39019 376 1 0 2441 22 1 1 16 0 2 0 2003183359 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29281/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 24.65
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 24.9094
CPU time (s): 24.6812
CPU user time (s): 24.4363
CPU system time (s): 0.244962
CPU usage (%): 99.084
Max. virtual memory (cumulated for all children) (KiB): 867972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.4363
system time used= 0.244962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39395
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= 2200
involuntary context switches= 2249

runsolver used 0.026995 second user time and 0.097985 second system time

The end

Launcher Data (download as text)

Begin job on node50 at 2008-07-05 09:15:14
IDJOB=1086958
IDBENCH=57906
IDSOLVER=363
FILE ID=node50/1086958-1215242114
PBS_JOBID= 7881961
Free space on /tmp= 66440 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/fapp/fapp04/normalized-fapp04-0300-5.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086958-1215242114/watcher-1086958-1215242114 -o /tmp/evaluation-result-1086958-1215242114/solver-1086958-1215242114 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1086958-1215242114.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9b390cbd2e7aec20d5f3a2cc4b660065
RANDOM SEED=1869130375

node50.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.261
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.261
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:       1727104 kB
Buffers:         55556 kB
Cached:         182444 kB
SwapCached:       7072 kB
Active:         181592 kB
Inactive:        89340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1727104 kB
SwapTotal:     4192956 kB
SwapFree:      4180240 kB
Dirty:            2484 kB
Writeback:           0 kB
Mapped:          40044 kB
Slab:            43100 kB
Committed_AS:  4008488 kB
PageTables:       1852 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= 66436 MiB
End job on node50 at 2008-07-05 09:15:39