Trace number 1044330

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 52.412 52.951

DiagnosticValue
CHECKS307690000
NODES207574

General information on the benchmark

Namecsp/rand-2-25/
normalized-rand-25-25-300-147-51021_ext.xml
MD5SUM00c5d133dd54a3e28d414d3f97d0f7cf
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.7913
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints300
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension300
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=mac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-1044330-1215023795.xml
0.27/0.32	   
0.27/0.32	   domains being loaded...
0.27/0.33	   
0.27/0.33	   variables being loaded...
0.27/0.36	     nbVariables=25  nbDomainTypes=1  minDomainSize=25  maxDomainSize=25  nbTotalValues=625
0.27/0.36	       =>  wckTime=0.103  cpuTime=0.09  mem=7M919
0.27/0.36	   
0.27/0.36	   relations being loaded...
0.37/0.46	   
0.37/0.46	   constraints being loaded...
0.58/0.68	     nbConstraints=300  nbRelationTypes=300  nbExtensionStructures=300  nbSharedExtensionStructures=0
0.58/0.68	     nbConflictsStructures=300  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=875  minDegree=24
0.58/0.68	     maxDegree=24  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.06  symmetryCpuTime=0.03
0.58/0.68	       =>  wckTime=0.421  cpuTime=0.29  mem=19M646
0.67/0.74	   
0.67/0.74	   solver IterativeSystematicSolver being built... 
0.76/0.88	       =>  wckTime=0.625  cpuTime=0.4  mem=20M682
0.76/0.89	   
0.76/0.89	   preprocessing
0.76/0.89	     nbConstraintChecks=0  nbPropagations=25  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.76/0.89	     detectedInconsistency=no
0.76/0.89	       =>  wckTime=0.0050  cpuTime=0.01  mem=21M822
0.95/1.03	   
0.95/1.03	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=22M797)
52.29/52.89	   
52.29/52.89	   search
52.29/52.89	     run=21  nbConstraintChecks=307690140  minDepth=2  maxDepth=25  nbPropagations=12611944  nbRevisions=264601788
52.29/52.89	     nbUselessRevisions=230942164  nbAssignments=207574  nbFailedAssignments=102493  nbInferredBacktracks=1
52.29/52.89	     nbBacktracks=104941  nbVisitedNodes=387072  nbRestartNogoods=185  nbFoundSolutions=1  nbSEliminables=6.19
52.29/52.89	     nbREliminables=0  nbIEliminables=0  nbDEliminables=0  nbPEliminables=0
52.29/52.89	       =>  wckTime=52.009  cpuTime=51.45  mem=22M797
52.29/52.89	   
52.29/52.89	   global
52.29/52.89	     nbConstraintChecks=307690140  nbPropagations=12611969  nbRevisions=264601788  nbUselessRevisions=230942164
52.29/52.89	     nbRestartNogoods=185  solvingWckTime=52.012  solvingCpuTime=51.45  expiredTime=no  totalExploration=no
52.29/52.89	     nbFoundSolutions=1  firstSolutionCpuTime=51.85  globalCpuTime=51.91
52.29/52.89	       =>  wckTime=52.64  cpuTime=51.86  mem=22M797
52.29/52.89	   
52.29/52.89	s SATISFIABLE
52.29/52.89	v 14 13 15 0 7 3 0 14 3 10 17 5 11 10 17 8 21 6 7 12 4 21 16 2 7 
52.29/52.89	d NODES 207574
52.29/52.89	d CHECKS 307690140
52.29/52.90	   
52.29/52.90	   totalWckTime=52.707  totalCpuTime=51.91

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-1044330-1215023795/watcher-1044330-1215023795 -o /tmp/evaluation-result-1044330-1215023795/solver-1044330-1215023795 -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-1044330-1215023795.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.00 1.97 4/73 19741
/proc/meminfo: memFree=1821056/2055920 swapFree=4180812/4192956
[pid=19741] ppid=19739 vsize=18572 CPUtime=0
/proc/19741/stat : 19741 (runsolver) R 19739 19741 18185 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 236853312 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 224264776999 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/19741/statm: 4643 292 257 25 0 2626 0

[startup+0.0646831 s]
/proc/loadavg: 1.92 2.00 1.97 4/73 19741
/proc/meminfo: memFree=1821056/2055920 swapFree=4180812/4192956
[pid=19741] ppid=19739 vsize=864076 CPUtime=0.04
/proc/19741/stat : 19741 (java) S 19739 19741 18185 0 -1 0 2784 0 1 0 3 1 0 0 20 0 9 0 236853312 884813824 2325 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19741/statm: 216019 2325 1109 9 0 210976 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 864076

[startup+0.102678 s]
/proc/loadavg: 1.92 2.00 1.97 4/73 19741
/proc/meminfo: memFree=1821056/2055920 swapFree=4180812/4192956
[pid=19741] ppid=19739 vsize=865884 CPUtime=0.08
/proc/19741/stat : 19741 (java) S 19739 19741 18185 0 -1 0 3689 0 1 0 6 2 0 0 20 0 9 0 236853312 886665216 3164 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19741/statm: 216471 3164 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301892 s]
/proc/loadavg: 1.92 2.00 1.97 4/73 19741
/proc/meminfo: memFree=1821056/2055920 swapFree=4180812/4192956
[pid=19741] ppid=19739 vsize=866284 CPUtime=0.27
/proc/19741/stat : 19741 (java) S 19739 19741 18185 0 -1 0 5841 0 1 0 23 4 0 0 20 0 9 0 236853312 887074816 5215 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19741/statm: 216571 5215 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866284

[startup+0.701992 s]
/proc/loadavg: 1.92 2.00 1.97 4/73 19741
/proc/meminfo: memFree=1821056/2055920 swapFree=4180812/4192956
[pid=19741] ppid=19739 vsize=867752 CPUtime=0.67
/proc/19741/stat : 19741 (java) S 19739 19741 18185 0 -1 0 12651 163 1 0 59 8 0 0 20 0 10 0 236853312 888578048 8787 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19741/statm: 216938 8787 2059 9 0 211466 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867752

[startup+1.50283 s]
/proc/loadavg: 1.92 2.00 1.97 3/82 19754
/proc/meminfo: memFree=1788408/2055920 swapFree=4180812/4192956
[pid=19741] ppid=19739 vsize=867840 CPUtime=1.46
/proc/19741/stat : 19741 (java) S 19739 19741 18185 0 -1 0 17271 286 1 0 136 10 0 0 20 0 9 0 236853312 888668160 10742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19741/statm: 216960 10742 2633 9 0 211466 0
[pid=19741/tid=19743] ppid=19739 vsize=867840 CPUtime=1.14
/proc/19741/task/19743/stat : 19743 (java) R 19739 19741 18185 0 -1 64 11908 286 1 0 107 7 0 0 25 0 9 0 236853314 888668160 10742 996147200 134512640 134550740 4294955984 18446744073709551615 4126916671 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19744] ppid=19739 vsize=867840 CPUtime=0.05
/proc/19741/task/19744/stat : 19744 (java) S 19739 19741 18185 0 -1 64 3820 286 0 0 5 0 0 0 16 0 9 0 236853315 888668160 10742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19745] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19745/stat : 19745 (java) S 19739 19741 18185 0 -1 64 16 286 0 0 0 0 0 0 16 0 9 0 236853315 888668160 10742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19746] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19746/stat : 19746 (java) S 19739 19741 18185 0 -1 64 9 286 0 0 0 0 0 0 15 0 9 0 236853315 888668160 10742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19747] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19747/stat : 19747 (java) S 19739 19741 18185 0 -1 64 1 286 0 0 0 0 0 0 25 0 9 0 236853317 888668160 10742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19748] ppid=19739 vsize=867840 CPUtime=0.24
/proc/19741/task/19748/stat : 19748 (java) S 19739 19741 18185 0 -1 64 707 286 0 0 23 1 0 0 16 0 9 0 236853317 888668160 10742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19749] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19749/stat : 19749 (java) S 19739 19741 18185 0 -1 64 1 286 0 0 0 0 0 0 25 0 9 0 236853317 888668160 10742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19750] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19750/stat : 19750 (java) S 19739 19741 18185 0 -1 64 2 286 0 0 0 0 0 0 15 0 9 0 236853317 888668160 10742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867840

[startup+3.105 s]
/proc/loadavg: 1.92 2.00 1.97 3/82 19754
/proc/meminfo: memFree=1788088/2055920 swapFree=4180812/4192956
[pid=19741] ppid=19739 vsize=867840 CPUtime=3.04
/proc/19741/stat : 19741 (java) S 19739 19741 18185 0 -1 0 17281 286 1 0 294 10 0 0 20 0 9 0 236853312 888668160 10750 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19741/statm: 216960 10750 2633 9 0 211466 0
[pid=19741/tid=19743] ppid=19739 vsize=867840 CPUtime=2.72
/proc/19741/task/19743/stat : 19743 (java) R 19739 19741 18185 0 -1 64 11913 286 1 0 265 7 0 0 25 0 9 0 236853314 888668160 10750 996147200 134512640 134550740 4294955984 18446744073709551615 4126852170 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19744] ppid=19739 vsize=867840 CPUtime=0.05
/proc/19741/task/19744/stat : 19744 (java) S 19739 19741 18185 0 -1 64 3820 286 0 0 5 0 0 0 17 0 9 0 236853315 888668160 10750 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19745] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19745/stat : 19745 (java) S 19739 19741 18185 0 -1 64 16 286 0 0 0 0 0 0 16 0 9 0 236853315 888668160 10750 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19746] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19746/stat : 19746 (java) S 19739 19741 18185 0 -1 64 9 286 0 0 0 0 0 0 15 0 9 0 236853315 888668160 10750 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19747] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19747/stat : 19747 (java) S 19739 19741 18185 0 -1 64 1 286 0 0 0 0 0 0 25 0 9 0 236853317 888668160 10750 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19748] ppid=19739 vsize=867840 CPUtime=0.25
/proc/19741/task/19748/stat : 19748 (java) S 19739 19741 18185 0 -1 64 712 286 0 0 24 1 0 0 15 0 9 0 236853317 888668160 10750 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19749] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19749/stat : 19749 (java) S 19739 19741 18185 0 -1 64 1 286 0 0 0 0 0 0 25 0 9 0 236853317 888668160 10750 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19750] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19750/stat : 19750 (java) S 19739 19741 18185 0 -1 64 2 286 0 0 0 0 0 0 15 0 9 0 236853317 888668160 10750 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 867840

[startup+6.30143 s]
/proc/loadavg: 1.93 2.00 1.97 3/82 19754
/proc/meminfo: memFree=1787832/2055920 swapFree=4180812/4192956
[pid=19741] ppid=19739 vsize=867840 CPUtime=6.21
/proc/19741/stat : 19741 (java) S 19739 19741 18185 0 -1 0 17299 286 1 0 611 10 0 0 20 0 9 0 236853312 888668160 10752 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19741/statm: 216960 10752 2633 9 0 211466 0
[pid=19741/tid=19743] ppid=19739 vsize=867840 CPUtime=5.88
/proc/19741/task/19743/stat : 19743 (java) R 19739 19741 18185 0 -1 64 11914 286 1 0 581 7 0 0 25 0 9 0 236853314 888668160 10752 996147200 134512640 134550740 4294955984 18446744073709551615 4126873270 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19744] ppid=19739 vsize=867840 CPUtime=0.05
/proc/19741/task/19744/stat : 19744 (java) S 19739 19741 18185 0 -1 64 3820 286 0 0 5 0 0 0 16 0 9 0 236853315 888668160 10752 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19745] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19745/stat : 19745 (java) S 19739 19741 18185 0 -1 64 16 286 0 0 0 0 0 0 16 0 9 0 236853315 888668160 10752 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19746] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19746/stat : 19746 (java) S 19739 19741 18185 0 -1 64 9 286 0 0 0 0 0 0 15 0 9 0 236853315 888668160 10752 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19747] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19747/stat : 19747 (java) S 19739 19741 18185 0 -1 64 1 286 0 0 0 0 0 0 25 0 9 0 236853317 888668160 10752 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19748] ppid=19739 vsize=867840 CPUtime=0.25
/proc/19741/task/19748/stat : 19748 (java) S 19739 19741 18185 0 -1 64 715 286 0 0 24 1 0 0 17 0 9 0 236853317 888668160 10752 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19749] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19749/stat : 19749 (java) S 19739 19741 18185 0 -1 64 1 286 0 0 0 0 0 0 25 0 9 0 236853317 888668160 10752 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19750] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19750/stat : 19750 (java) S 19739 19741 18185 0 -1 64 16 286 0 0 0 0 0 0 15 0 9 0 236853317 888668160 10752 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867840

[startup+12.702 s]
/proc/loadavg: 1.93 2.00 1.97 3/82 19754
/proc/meminfo: memFree=1787704/2055920 swapFree=4180812/4192956
[pid=19741] ppid=19739 vsize=867840 CPUtime=12.55
/proc/19741/stat : 19741 (java) S 19739 19741 18185 0 -1 0 17303 286 1 0 1245 10 0 0 20 0 9 0 236853312 888668160 10755 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19741/statm: 216960 10755 2633 9 0 211466 0
[pid=19741/tid=19743] ppid=19739 vsize=867840 CPUtime=12.22
/proc/19741/task/19743/stat : 19743 (java) R 19739 19741 18185 0 -1 64 11917 286 1 0 1215 7 0 0 25 0 9 0 236853314 888668160 10755 996147200 134512640 134550740 4294955984 18446744073709551615 4126864864 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19744] ppid=19739 vsize=867840 CPUtime=0.05
/proc/19741/task/19744/stat : 19744 (java) S 19739 19741 18185 0 -1 64 3820 286 0 0 5 0 0 0 16 0 9 0 236853315 888668160 10755 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19745] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19745/stat : 19745 (java) S 19739 19741 18185 0 -1 64 16 286 0 0 0 0 0 0 16 0 9 0 236853315 888668160 10755 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19746] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19746/stat : 19746 (java) S 19739 19741 18185 0 -1 64 9 286 0 0 0 0 0 0 15 0 9 0 236853315 888668160 10755 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19747] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19747/stat : 19747 (java) S 19739 19741 18185 0 -1 64 1 286 0 0 0 0 0 0 25 0 9 0 236853317 888668160 10755 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19748] ppid=19739 vsize=867840 CPUtime=0.25
/proc/19741/task/19748/stat : 19748 (java) S 19739 19741 18185 0 -1 64 716 286 0 0 24 1 0 0 16 0 9 0 236853317 888668160 10755 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19749] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19749/stat : 19749 (java) S 19739 19741 18185 0 -1 64 1 286 0 0 0 0 0 0 25 0 9 0 236853317 888668160 10755 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19750] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19750/stat : 19750 (java) S 19739 19741 18185 0 -1 64 16 286 0 0 0 0 0 0 15 0 9 0 236853317 888668160 10755 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 867840

[startup+25.5024 s]
/proc/loadavg: 1.95 2.00 1.97 4/82 19754
/proc/meminfo: memFree=1787704/2055920 swapFree=4180812/4192956
[pid=19741] ppid=19739 vsize=867840 CPUtime=25.24
/proc/19741/stat : 19741 (java) S 19739 19741 18185 0 -1 0 17305 286 1 0 2514 10 0 0 20 0 9 0 236853312 888668160 10757 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19741/statm: 216960 10757 2633 9 0 211466 0
[pid=19741/tid=19743] ppid=19739 vsize=867840 CPUtime=24.91
/proc/19741/task/19743/stat : 19743 (java) R 19739 19741 18185 0 -1 64 11919 286 1 0 2484 7 0 0 25 0 9 0 236853314 888668160 10757 996147200 134512640 134550740 4294955984 18446744073709551615 4126873270 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19744] ppid=19739 vsize=867840 CPUtime=0.05
/proc/19741/task/19744/stat : 19744 (java) S 19739 19741 18185 0 -1 64 3820 286 0 0 5 0 0 0 16 0 9 0 236853315 888668160 10757 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19745] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19745/stat : 19745 (java) S 19739 19741 18185 0 -1 64 16 286 0 0 0 0 0 0 16 0 9 0 236853315 888668160 10757 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19746] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19746/stat : 19746 (java) S 19739 19741 18185 0 -1 64 9 286 0 0 0 0 0 0 15 0 9 0 236853315 888668160 10757 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19747] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19747/stat : 19747 (java) S 19739 19741 18185 0 -1 64 1 286 0 0 0 0 0 0 25 0 9 0 236853317 888668160 10757 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19748] ppid=19739 vsize=867840 CPUtime=0.25
/proc/19741/task/19748/stat : 19748 (java) S 19739 19741 18185 0 -1 64 716 286 0 0 24 1 0 0 16 0 9 0 236853317 888668160 10757 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19749] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19749/stat : 19749 (java) S 19739 19741 18185 0 -1 64 1 286 0 0 0 0 0 0 25 0 9 0 236853317 888668160 10757 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19750] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19750/stat : 19750 (java) S 19739 19741 18185 0 -1 64 16 286 0 0 0 0 0 0 15 0 9 0 236853317 888668160 10757 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 867840

[startup+51.1021 s]
/proc/loadavg: 1.96 2.00 1.97 3/82 19754
/proc/meminfo: memFree=1787640/2055920 swapFree=4180812/4192956
[pid=19741] ppid=19739 vsize=867840 CPUtime=50.6
/proc/19741/stat : 19741 (java) S 19739 19741 18185 0 -1 0 17306 286 1 0 5050 10 0 0 20 0 9 0 236853312 888668160 10758 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19741/statm: 216960 10758 2633 9 0 211466 0
[pid=19741/tid=19743] ppid=19739 vsize=867840 CPUtime=50.27
/proc/19741/task/19743/stat : 19743 (java) R 19739 19741 18185 0 -1 64 11920 286 1 0 5020 7 0 0 25 0 9 0 236853314 888668160 10758 996147200 134512640 134550740 4294955984 18446744073709551615 4126862005 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19744] ppid=19739 vsize=867840 CPUtime=0.05
/proc/19741/task/19744/stat : 19744 (java) S 19739 19741 18185 0 -1 64 3820 286 0 0 5 0 0 0 16 0 9 0 236853315 888668160 10758 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19745] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19745/stat : 19745 (java) S 19739 19741 18185 0 -1 64 16 286 0 0 0 0 0 0 16 0 9 0 236853315 888668160 10758 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19746] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19746/stat : 19746 (java) S 19739 19741 18185 0 -1 64 9 286 0 0 0 0 0 0 15 0 9 0 236853315 888668160 10758 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19747] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19747/stat : 19747 (java) S 19739 19741 18185 0 -1 64 1 286 0 0 0 0 0 0 25 0 9 0 236853317 888668160 10758 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19748] ppid=19739 vsize=867840 CPUtime=0.25
/proc/19741/task/19748/stat : 19748 (java) S 19739 19741 18185 0 -1 64 716 286 0 0 24 1 0 0 16 0 9 0 236853317 888668160 10758 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19749] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19749/stat : 19749 (java) S 19739 19741 18185 0 -1 64 1 286 0 0 0 0 0 0 25 0 9 0 236853317 888668160 10758 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19750] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19750/stat : 19750 (java) S 19739 19741 18185 0 -1 64 16 286 0 0 0 0 0 0 15 0 9 0 236853317 888668160 10758 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 867840

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

[startup+51.9022 s]
/proc/loadavg: 1.96 2.00 1.97 3/82 19754
/proc/meminfo: memFree=1787640/2055920 swapFree=4180812/4192956
[pid=19741] ppid=19739 vsize=867840 CPUtime=51.39
/proc/19741/stat : 19741 (java) S 19739 19741 18185 0 -1 0 17307 286 1 0 5129 10 0 0 20 0 9 0 236853312 888668160 10759 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19741/statm: 216960 10759 2633 9 0 211466 0
[pid=19741/tid=19743] ppid=19739 vsize=867840 CPUtime=51.06
/proc/19741/task/19743/stat : 19743 (java) R 19739 19741 18185 0 -1 64 11921 286 1 0 5099 7 0 0 25 0 9 0 236853314 888668160 10759 996147200 134512640 134550740 4294955984 18446744073709551615 4126878082 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19744] ppid=19739 vsize=867840 CPUtime=0.05
/proc/19741/task/19744/stat : 19744 (java) S 19739 19741 18185 0 -1 64 3820 286 0 0 5 0 0 0 16 0 9 0 236853315 888668160 10759 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19745] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19745/stat : 19745 (java) S 19739 19741 18185 0 -1 64 16 286 0 0 0 0 0 0 16 0 9 0 236853315 888668160 10759 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19746] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19746/stat : 19746 (java) S 19739 19741 18185 0 -1 64 9 286 0 0 0 0 0 0 15 0 9 0 236853315 888668160 10759 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19747] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19747/stat : 19747 (java) S 19739 19741 18185 0 -1 64 1 286 0 0 0 0 0 0 25 0 9 0 236853317 888668160 10759 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19748] ppid=19739 vsize=867840 CPUtime=0.25
/proc/19741/task/19748/stat : 19748 (java) S 19739 19741 18185 0 -1 64 716 286 0 0 24 1 0 0 16 0 9 0 236853317 888668160 10759 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19749] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19749/stat : 19749 (java) S 19739 19741 18185 0 -1 64 1 286 0 0 0 0 0 0 25 0 9 0 236853317 888668160 10759 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19750] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19750/stat : 19750 (java) S 19739 19741 18185 0 -1 64 16 286 0 0 0 0 0 0 15 0 9 0 236853317 888668160 10759 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.39
Current children cumulated vsize (KiB) 867840

[startup+52.7023 s]
/proc/loadavg: 1.96 2.00 1.97 3/82 19754
/proc/meminfo: memFree=1787640/2055920 swapFree=4180812/4192956
[pid=19741] ppid=19739 vsize=867840 CPUtime=52.19
/proc/19741/stat : 19741 (java) S 19739 19741 18185 0 -1 0 17307 286 1 0 5209 10 0 0 20 0 9 0 236853312 888668160 10759 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19741/statm: 216960 10759 2633 9 0 211466 0
[pid=19741/tid=19743] ppid=19739 vsize=867840 CPUtime=51.86
/proc/19741/task/19743/stat : 19743 (java) R 19739 19741 18185 0 -1 64 11921 286 1 0 5179 7 0 0 25 0 9 0 236853314 888668160 10759 996147200 134512640 134550740 4294955984 18446744073709551615 4126862820 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19744] ppid=19739 vsize=867840 CPUtime=0.05
/proc/19741/task/19744/stat : 19744 (java) S 19739 19741 18185 0 -1 64 3820 286 0 0 5 0 0 0 16 0 9 0 236853315 888668160 10759 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19745] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19745/stat : 19745 (java) S 19739 19741 18185 0 -1 64 16 286 0 0 0 0 0 0 16 0 9 0 236853315 888668160 10759 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19746] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19746/stat : 19746 (java) S 19739 19741 18185 0 -1 64 9 286 0 0 0 0 0 0 15 0 9 0 236853315 888668160 10759 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19747] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19747/stat : 19747 (java) S 19739 19741 18185 0 -1 64 1 286 0 0 0 0 0 0 25 0 9 0 236853317 888668160 10759 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19748] ppid=19739 vsize=867840 CPUtime=0.25
/proc/19741/task/19748/stat : 19748 (java) S 19739 19741 18185 0 -1 64 716 286 0 0 24 1 0 0 16 0 9 0 236853317 888668160 10759 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19749] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19749/stat : 19749 (java) S 19739 19741 18185 0 -1 64 1 286 0 0 0 0 0 0 25 0 9 0 236853317 888668160 10759 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19750] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19750/stat : 19750 (java) S 19739 19741 18185 0 -1 64 16 286 0 0 0 0 0 0 15 0 9 0 236853317 888668160 10759 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.19
Current children cumulated vsize (KiB) 867840

[startup+52.9023 s]
/proc/loadavg: 1.96 2.00 1.97 3/82 19754
/proc/meminfo: memFree=1787640/2055920 swapFree=4180812/4192956
[pid=19741] ppid=19739 vsize=867840 CPUtime=52.38
/proc/19741/stat : 19741 (java) S 19739 19741 18185 0 -1 0 17408 286 1 0 5228 10 0 0 20 0 9 0 236853312 888668160 10855 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19741/statm: 216960 10855 2633 9 0 211466 0
[pid=19741/tid=19743] ppid=19739 vsize=867840 CPUtime=52.05
/proc/19741/task/19743/stat : 19743 (java) S 19739 19741 18185 0 -1 64 12022 286 1 0 5198 7 0 0 25 0 9 0 236853314 888668160 10855 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19744] ppid=19739 vsize=867840 CPUtime=0.05
/proc/19741/task/19744/stat : 19744 (java) S 19739 19741 18185 0 -1 64 3820 286 0 0 5 0 0 0 16 0 9 0 236853315 888668160 10855 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19745] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19745/stat : 19745 (java) S 19739 19741 18185 0 -1 64 16 286 0 0 0 0 0 0 16 0 9 0 236853315 888668160 10855 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19746] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19746/stat : 19746 (java) S 19739 19741 18185 0 -1 64 9 286 0 0 0 0 0 0 15 0 9 0 236853315 888668160 10855 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19747] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19747/stat : 19747 (java) S 19739 19741 18185 0 -1 64 1 286 0 0 0 0 0 0 25 0 9 0 236853317 888668160 10855 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19748] ppid=19739 vsize=867840 CPUtime=0.25
/proc/19741/task/19748/stat : 19748 (java) S 19739 19741 18185 0 -1 64 716 286 0 0 24 1 0 0 16 0 9 0 236853317 888668160 10855 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19749] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19749/stat : 19749 (java) S 19739 19741 18185 0 -1 64 1 286 0 0 0 0 0 0 25 0 9 0 236853317 888668160 10855 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19741/tid=19750] ppid=19739 vsize=867840 CPUtime=0
/proc/19741/task/19750/stat : 19750 (java) S 19739 19741 18185 0 -1 64 16 286 0 0 0 0 0 0 15 0 9 0 236853317 888668160 10855 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.38
Current children cumulated vsize (KiB) 867840

Child status: 0
Real time (s): 52.951
CPU time (s): 52.412
CPU user time (s): 52.2901
CPU system time (s): 0.121981
CPU usage (%): 98.9821
Max. virtual memory (cumulated for all children) (KiB): 867840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.2901
system time used= 0.121981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17722
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= 2437
involuntary context switches= 3355

runsolver used 0.080987 second user time and 0.152976 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-02 20:36:35
IDJOB=1044330
IDBENCH=53598
IDSOLVER=363
FILE ID=node82/1044330-1215023795
PBS_JOBID= 7874308
Free space on /tmp= 66484 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/rand-2-25/normalized-rand-25-25-300-147-51021_ext.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-1044330-1215023795/watcher-1044330-1215023795 -o /tmp/evaluation-result-1044330-1215023795/solver-1044330-1215023795 -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-1044330-1215023795.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 00c5d133dd54a3e28d414d3f97d0f7cf
RANDOM SEED=65569917

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1821536 kB
Buffers:         20536 kB
Cached:         137248 kB
SwapCached:       5620 kB
Active:         130712 kB
Inactive:        49080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1821536 kB
SwapTotal:     4192956 kB
SwapFree:      4180812 kB
Dirty:            2284 kB
Writeback:           0 kB
Mapped:          29804 kB
Slab:            39960 kB
Committed_AS:   500056 kB
PageTables:       1768 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66480 MiB
End job on node82 at 2008-07-02 20:37:28