Trace number 2093049

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 17.5583 17.6374

DiagnosticValue
CHECKS640681
NODES86

General information on the benchmark

Namecsp/lard/
normalized-lard-86-86.xml
MD5SUMcf6bd096c3296e2a346fad55b9e7b112
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 benchmark11.3123
Satisfiable
(Un)Satisfiability was proved
Number of variables86
Number of constraints3655
Maximum constraint arity2
Maximum domain size87
Number of constraints which are defined in extension3655
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.01/0.08	
0.01/0.08	Abscon 112 (May, 2008)
0.19/0.22	
0.19/0.22	   configuration
0.19/0.22	     name=mac.xml
0.19/0.26	   
0.19/0.26	   instance
0.19/0.26	     name=HOME/instance-2093049-1247401116.xml
0.19/0.29	   
0.19/0.29	   domains being loaded...
0.29/0.31	   
0.29/0.31	   variables being loaded...
0.29/0.35	     nbVariables=86  nbDomainTypes=1  minDomainSize=87  maxDomainSize=87  nbTotalValues=7482
0.29/0.35	       =>  wckTime=0.128  cpuTime=0.12  mem=7M892
0.29/0.35	   
0.29/0.35	   relations being loaded...
2.93/2.96	   
2.93/2.96	   INFO : Contraction of relations, mem = 100M811
12.48/12.60	   
12.48/12.60	   constraints being loaded...
16.85/16.91	     nbConstraints=3655  nbRelationTypes=3655  nbExtensionStructures=3655  nbSharedExtensionStructures=0
16.85/16.91	     nbConflictsStructures=3655  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=635752  minDegree=85
16.85/16.91	     maxDegree=85  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.175  symmetryCpuTime=0.09
16.85/16.91	       =>  wckTime=16.69  cpuTime=15.38  mem=139M940
17.15/17.30	   
17.15/17.30	   solver IterativeSystematicSolver being built... 
17.35/17.43	       =>  wckTime=17.207  cpuTime=15.49  mem=120M980
17.35/17.47	   
17.35/17.47	   preprocessing
17.35/17.47	     nbConstraintChecks=427103  nbPropagations=90  nbRevisions=9443  nbUselessRevisions=9206  nbRemovedValues=3810
17.35/17.47	     detectedInconsistency=no
17.35/17.47	       =>  wckTime=0.04  cpuTime=0.02  mem=121M988
17.45/17.56	   
17.45/17.56	   search
17.45/17.56	     run=0  nbConstraintChecks=213578  minDepth=87  maxDepth=86  nbPropagations=192  nbRevisions=14440
17.45/17.56	     nbUselessRevisions=14187  nbAssignments=86  nbFailedAssignments=0  nbBacktracks=0  nbVisitedNodes=87
17.45/17.56	     nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=43
17.45/17.56	     nbREliminables=0  nbIEliminables=29.99  nbDEliminables=0  nbPEliminables=0
17.45/17.56	       =>  wckTime=0.128  cpuTime=0.08  mem=122M996
17.45/17.56	   
17.45/17.56	   global
17.45/17.56	     nbConstraintChecks=640681  nbPropagations=282  nbRevisions=23883  nbUselessRevisions=23393  nbRestartNogoods=0
17.45/17.56	     solvingWckTime=0.131  solvingCpuTime=0.09  expiredTime=no  totalExploration=no  nbFoundSolutions=1
17.45/17.56	     firstSolutionCpuTime=15.57  globalCpuTime=15.65
17.45/17.56	       =>  wckTime=17.341  cpuTime=15.59  mem=122M996
17.45/17.57	   
17.45/17.57	s SATISFIABLE
17.45/17.57	v 0 1 1 1 1 2 3 1 2 3 4 1 2 3 4 5 1 2 3 1 1 2 1 5 6 7 8 9 10 11 12 13 14 15 16 1 2 3 4 5 6 7 8 9 10 11 1 2 3 4 5 6 7 8 9 10 1 2 3 4 5 6 7 8 9 10 5 1 1 2 3 4 5 6 7 8 9 10 1 1 1 2 1 2 3 4 
17.45/17.57	d NODES 86
17.45/17.57	d CHECKS 640681
17.45/17.57	   
17.45/17.57	   totalWckTime=17.389  totalCpuTime=15.65

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-2093049-1247401116/watcher-2093049-1247401116 -o /tmp/evaluation-result-2093049-1247401116/solver-2093049-1247401116 -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-2093049-1247401116.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: 1.10 0.26 0.08 5/72 29684
/proc/meminfo: memFree=1641328/2055920 swapFree=4192812/4192956
[pid=29684] ppid=29680 vsize=1616 CPUtime=0
/proc/29684/stat : 29684 (java) R 29680 29684 29543 0 -1 0 180 0 0 0 0 0 0 0 20 0 1 0 27179043 1654784 148 996147200 134512640 134550932 4294956128 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29684/statm: 404 148 122 9 0 46 0

[startup+0.023818 s]
/proc/loadavg: 1.10 0.26 0.08 5/72 29684
/proc/meminfo: memFree=1641328/2055920 swapFree=4192812/4192956
[pid=29684] ppid=29680 vsize=860640 CPUtime=0.01
/proc/29684/stat : 29684 (java) S 29680 29684 29543 0 -1 0 1399 0 1 0 0 1 0 0 20 0 2 0 27179043 881295360 1150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/29684/statm: 215160 1150 425 9 0 210075 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 860640

[startup+0.101881 s]
/proc/loadavg: 1.10 0.26 0.08 5/72 29684
/proc/meminfo: memFree=1641328/2055920 swapFree=4192812/4192956
[pid=29684] ppid=29680 vsize=865980 CPUtime=0.08
/proc/29684/stat : 29684 (java) S 29680 29684 29543 0 -1 0 3836 0 1 0 7 1 0 0 20 0 9 0 27179043 886763520 3279 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29684/statm: 216495 3279 1726 9 0 210980 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865980

[startup+0.301865 s]
/proc/loadavg: 1.10 0.26 0.08 5/72 29684
/proc/meminfo: memFree=1641328/2055920 swapFree=4192812/4192956
[pid=29684] ppid=29680 vsize=866356 CPUtime=0.29
/proc/29684/stat : 29684 (java) S 29680 29684 29543 0 -1 0 6124 0 1 0 26 3 0 0 20 0 9 0 27179043 887148544 5486 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29684/statm: 216589 5486 1990 9 0 211047 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866356

[startup+0.701944 s]
/proc/loadavg: 1.10 0.26 0.08 5/72 29684
/proc/meminfo: memFree=1641328/2055920 swapFree=4192812/4192956
[pid=29684] ppid=29680 vsize=866624 CPUtime=0.74
/proc/29684/stat : 29684 (java) S 29680 29684 29543 0 -1 0 9683 0 1 0 68 6 0 0 20 0 9 0 27179043 887422976 9045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29684/statm: 216656 9045 1998 9 0 211114 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 866624

[startup+1.50211 s]
/proc/loadavg: 1.10 0.26 0.08 5/90 29702
/proc/meminfo: memFree=1508960/2055920 swapFree=4192812/4192956
[pid=29684] ppid=29680 vsize=867096 CPUtime=1.54
/proc/29684/stat : 29684 (java) S 29680 29684 29543 0 -1 0 21141 0 1 0 142 12 0 0 20 0 9 0 27179043 887906304 20499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29684/statm: 216774 20499 2011 9 0 211232 0
[pid=29684/tid=29688] ppid=29680 vsize=867096 CPUtime=1.36
/proc/29684/task/29688/stat : 29688 (java) R 29680 29684 29543 0 -1 64 15695 0 1 0 127 9 0 0 25 0 9 0 27179045 887906304 20499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29692] ppid=29680 vsize=867096 CPUtime=0.08
/proc/29684/task/29692/stat : 29692 (java) R 29680 29684 29543 0 -1 64 4271 0 0 0 6 2 0 0 16 0 9 0 27179046 887906304 20499 996147200 134512640 134550932 4294955968 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29693] ppid=29680 vsize=867096 CPUtime=0
/proc/29684/task/29693/stat : 29693 (java) S 29680 29684 29543 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27179047 887906304 20499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29694] ppid=29680 vsize=867096 CPUtime=0
/proc/29684/task/29694/stat : 29694 (java) S 29680 29684 29543 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27179047 887906304 20499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29699] ppid=29680 vsize=867096 CPUtime=0
/proc/29684/task/29699/stat : 29699 (java) S 29680 29684 29543 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 27179049 887906304 20499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29700] ppid=29680 vsize=867096 CPUtime=0.08
/proc/29684/task/29700/stat : 29700 (java) S 29680 29684 29543 0 -1 64 474 0 0 0 8 0 0 0 16 0 9 0 27179049 887906304 20499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29701] ppid=29680 vsize=867096 CPUtime=0
/proc/29684/task/29701/stat : 29701 (java) S 29680 29684 29543 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 27179049 887906304 20499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29702] ppid=29680 vsize=867096 CPUtime=0
/proc/29684/task/29702/stat : 29702 (java) S 29680 29684 29543 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 27179049 887906304 20499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 867096

[startup+3.10242 s]
/proc/loadavg: 1.10 0.26 0.08 5/90 29702
/proc/meminfo: memFree=1428640/2055920 swapFree=4192812/4192956
[pid=29684] ppid=29680 vsize=867096 CPUtime=3.13
/proc/29684/stat : 29684 (java) S 29680 29684 29543 0 -1 0 33299 0 1 0 295 18 0 0 20 0 9 0 27179043 887906304 32653 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29684/statm: 216774 32653 2013 9 0 211232 0
[pid=29684/tid=29688] ppid=29680 vsize=867096 CPUtime=2.62
/proc/29684/task/29688/stat : 29688 (java) R 29680 29684 29543 0 -1 64 15706 0 1 0 253 9 0 0 25 0 9 0 27179045 887906304 32653 996147200 134512640 134550932 4294955968 18446744073709551615 4126733707 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29692] ppid=29680 vsize=867096 CPUtime=0.36
/proc/29684/task/29692/stat : 29692 (java) S 29680 29684 29543 0 -1 64 16389 0 0 0 30 6 0 0 16 0 9 0 27179046 887906304 32653 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29693] ppid=29680 vsize=867096 CPUtime=0
/proc/29684/task/29693/stat : 29693 (java) S 29680 29684 29543 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27179047 887906304 32653 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29694] ppid=29680 vsize=867096 CPUtime=0
/proc/29684/task/29694/stat : 29694 (java) S 29680 29684 29543 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27179047 887906304 32653 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29699] ppid=29680 vsize=867096 CPUtime=0
/proc/29684/task/29699/stat : 29699 (java) S 29680 29684 29543 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 27179049 887906304 32653 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29700] ppid=29680 vsize=867096 CPUtime=0.11
/proc/29684/task/29700/stat : 29700 (java) S 29680 29684 29543 0 -1 64 503 0 0 0 11 0 0 0 16 0 9 0 27179049 887906304 32653 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29701] ppid=29680 vsize=867096 CPUtime=0
/proc/29684/task/29701/stat : 29701 (java) S 29680 29684 29543 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 27179049 887906304 32653 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29702] ppid=29680 vsize=867096 CPUtime=0
/proc/29684/task/29702/stat : 29702 (java) S 29680 29684 29543 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 27179049 887906304 32653 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 867096

[startup+6.30105 s]
/proc/loadavg: 1.33 0.32 0.10 4/90 29702
/proc/meminfo: memFree=1392864/2055920 swapFree=4192812/4192956
[pid=29684] ppid=29680 vsize=867580 CPUtime=6.31
/proc/29684/stat : 29684 (java) S 29680 29684 29543 0 -1 0 35019 0 1 0 610 21 0 0 20 0 9 0 27179043 888401920 34178 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29684/statm: 216895 34178 2634 9 0 211353 0
[pid=29684/tid=29688] ppid=29680 vsize=867580 CPUtime=5.54
/proc/29684/task/29688/stat : 29688 (java) R 29680 29684 29543 0 -1 64 15714 0 1 0 542 12 0 0 25 0 9 0 27179045 888401920 34178 996147200 134512640 134550932 4294955968 18446744073709551615 4126612248 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29692] ppid=29680 vsize=867580 CPUtime=0.6
/proc/29684/task/29692/stat : 29692 (java) S 29680 29684 29543 0 -1 64 17981 0 0 0 53 7 0 0 16 0 9 0 27179046 888401920 34178 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29693] ppid=29680 vsize=867580 CPUtime=0
/proc/29684/task/29693/stat : 29693 (java) S 29680 29684 29543 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27179047 888401920 34178 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29694] ppid=29680 vsize=867580 CPUtime=0
/proc/29684/task/29694/stat : 29694 (java) S 29680 29684 29543 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27179047 888401920 34178 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29699] ppid=29680 vsize=867580 CPUtime=0
/proc/29684/task/29699/stat : 29699 (java) S 29680 29684 29543 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 27179049 888401920 34178 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29700] ppid=29680 vsize=867580 CPUtime=0.13
/proc/29684/task/29700/stat : 29700 (java) S 29680 29684 29543 0 -1 64 623 0 0 0 13 0 0 0 16 0 9 0 27179049 888401920 34178 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29701] ppid=29680 vsize=867580 CPUtime=0
/proc/29684/task/29701/stat : 29701 (java) S 29680 29684 29543 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 27179049 888401920 34178 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29702] ppid=29680 vsize=867580 CPUtime=0
/proc/29684/task/29702/stat : 29702 (java) S 29680 29684 29543 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 27179049 888401920 34178 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 867580

[startup+12.7023 s]
/proc/loadavg: 1.54 0.38 0.13 4/90 29702
/proc/meminfo: memFree=1333856/2055920 swapFree=4192812/4192956
[pid=29684] ppid=29680 vsize=867580 CPUtime=12.68
/proc/29684/stat : 29684 (java) S 29680 29684 29543 0 -1 0 42272 0 1 0 1238 30 0 0 20 0 9 0 27179043 888401920 41411 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29684/statm: 216895 41411 2635 9 0 211353 0
[pid=29684/tid=29688] ppid=29680 vsize=867580 CPUtime=11.58
/proc/29684/task/29688/stat : 29688 (java) R 29680 29684 29543 0 -1 64 15753 0 1 0 1140 18 0 0 25 0 9 0 27179045 888401920 41411 996147200 134512640 134550932 4294955968 18446744073709551615 4125976625 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29692] ppid=29680 vsize=867580 CPUtime=0.9
/proc/29684/task/29692/stat : 29692 (java) S 29680 29684 29543 0 -1 64 25169 0 0 0 81 9 0 0 16 0 9 0 27179046 888401920 41411 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29693] ppid=29680 vsize=867580 CPUtime=0
/proc/29684/task/29693/stat : 29693 (java) S 29680 29684 29543 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27179047 888401920 41411 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29694] ppid=29680 vsize=867580 CPUtime=0
/proc/29684/task/29694/stat : 29694 (java) S 29680 29684 29543 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27179047 888401920 41411 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29699] ppid=29680 vsize=867580 CPUtime=0
/proc/29684/task/29699/stat : 29699 (java) S 29680 29684 29543 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 27179049 888401920 41411 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29700] ppid=29680 vsize=867580 CPUtime=0.16
/proc/29684/task/29700/stat : 29700 (java) S 29680 29684 29543 0 -1 64 649 0 0 0 16 0 0 0 16 0 9 0 27179049 888401920 41411 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29701] ppid=29680 vsize=867580 CPUtime=0
/proc/29684/task/29701/stat : 29701 (java) S 29680 29684 29543 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 27179049 888401920 41411 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29702] ppid=29680 vsize=867580 CPUtime=0
/proc/29684/task/29702/stat : 29702 (java) S 29680 29684 29543 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 27179049 888401920 41411 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 867580

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

[startup+15.9019 s]
/proc/loadavg: 1.66 0.42 0.14 4/90 29702
/proc/meminfo: memFree=1311776/2055920 swapFree=4192812/4192956
[pid=29684] ppid=29680 vsize=867580 CPUtime=15.86
/proc/29684/stat : 29684 (java) S 29680 29684 29543 0 -1 0 43362 0 1 0 1556 30 0 0 20 0 9 0 27179043 888401920 42498 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29684/statm: 216895 42498 2636 9 0 211353 0
[pid=29684/tid=29688] ppid=29680 vsize=867580 CPUtime=14.67
/proc/29684/task/29688/stat : 29688 (java) R 29680 29684 29543 0 -1 64 15763 0 1 0 1449 18 0 0 25 0 9 0 27179045 888401920 42498 996147200 134512640 134550932 4294955968 18446744073709551615 4126905764 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29692] ppid=29680 vsize=867580 CPUtime=0.96
/proc/29684/task/29692/stat : 29692 (java) S 29680 29684 29543 0 -1 64 26218 0 0 0 86 10 0 0 17 0 9 0 27179046 888401920 42498 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29693] ppid=29680 vsize=867580 CPUtime=0
/proc/29684/task/29693/stat : 29693 (java) S 29680 29684 29543 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27179047 888401920 42498 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29694] ppid=29680 vsize=867580 CPUtime=0
/proc/29684/task/29694/stat : 29694 (java) S 29680 29684 29543 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27179047 888401920 42498 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29699] ppid=29680 vsize=867580 CPUtime=0
/proc/29684/task/29699/stat : 29699 (java) S 29680 29684 29543 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 27179049 888401920 42498 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29700] ppid=29680 vsize=867580 CPUtime=0.21
/proc/29684/task/29700/stat : 29700 (java) S 29680 29684 29543 0 -1 64 680 0 0 0 21 0 0 0 15 0 9 0 27179049 888401920 42498 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29701] ppid=29680 vsize=867580 CPUtime=0
/proc/29684/task/29701/stat : 29701 (java) S 29680 29684 29543 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 27179049 888401920 42498 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29702] ppid=29680 vsize=867580 CPUtime=0
/proc/29684/task/29702/stat : 29702 (java) S 29680 29684 29543 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 27179049 888401920 42498 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.86
Current children cumulated vsize (KiB) 867580

[startup+16.7011 s]
/proc/loadavg: 1.66 0.42 0.14 4/90 29702
/proc/meminfo: memFree=1308256/2055920 swapFree=4192812/4192956
[pid=29684] ppid=29680 vsize=867580 CPUtime=16.66
/proc/29684/stat : 29684 (java) S 29680 29684 29543 0 -1 0 43362 0 1 0 1636 30 0 0 20 0 9 0 27179043 888401920 42498 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29684/statm: 216895 42498 2636 9 0 211353 0
[pid=29684/tid=29688] ppid=29680 vsize=867580 CPUtime=15.46
/proc/29684/task/29688/stat : 29688 (java) R 29680 29684 29543 0 -1 64 15763 0 1 0 1528 18 0 0 25 0 9 0 27179045 888401920 42498 996147200 134512640 134550932 4294955968 18446744073709551615 104273408 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29692] ppid=29680 vsize=867580 CPUtime=0.96
/proc/29684/task/29692/stat : 29692 (java) S 29680 29684 29543 0 -1 64 26218 0 0 0 86 10 0 0 16 0 9 0 27179046 888401920 42498 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29693] ppid=29680 vsize=867580 CPUtime=0
/proc/29684/task/29693/stat : 29693 (java) S 29680 29684 29543 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27179047 888401920 42498 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29694] ppid=29680 vsize=867580 CPUtime=0
/proc/29684/task/29694/stat : 29694 (java) S 29680 29684 29543 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27179047 888401920 42498 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29699] ppid=29680 vsize=867580 CPUtime=0
/proc/29684/task/29699/stat : 29699 (java) S 29680 29684 29543 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 27179049 888401920 42498 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29700] ppid=29680 vsize=867580 CPUtime=0.21
/proc/29684/task/29700/stat : 29700 (java) S 29680 29684 29543 0 -1 64 680 0 0 0 21 0 0 0 15 0 9 0 27179049 888401920 42498 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29701] ppid=29680 vsize=867580 CPUtime=0
/proc/29684/task/29701/stat : 29701 (java) S 29680 29684 29543 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 27179049 888401920 42498 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29702] ppid=29680 vsize=867580 CPUtime=0
/proc/29684/task/29702/stat : 29702 (java) S 29680 29684 29543 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 27179049 888401920 42498 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.66
Current children cumulated vsize (KiB) 867580

[startup+17.1022 s]
/proc/loadavg: 1.66 0.42 0.14 4/90 29702
/proc/meminfo: memFree=1308256/2055920 swapFree=4192812/4192956
[pid=29684] ppid=29680 vsize=867904 CPUtime=17.05
/proc/29684/stat : 29684 (java) S 29680 29684 29543 0 -1 0 58130 442 1 0 1667 34 3 1 20 0 10 0 27179043 888733696 42557 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29684/statm: 216976 42557 2635 9 0 211434 0
[pid=29684/tid=29688] ppid=29680 vsize=867904 CPUtime=15.62
/proc/29684/task/29688/stat : 29688 (java) S 29680 29684 29543 0 -1 64 19157 442 1 0 1539 19 3 1 24 0 10 0 27179045 888733696 42557 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29684/tid=29692] ppid=29680 vsize=867904 CPUtime=1.18
/proc/29684/task/29692/stat : 29692 (java) R 29680 29684 29543 0 -1 64 37309 442 0 0 103 11 3 1 17 0 10 0 27179046 888733696 42557 996147200 134512640 134550932 4294955968 18446744073709551615 104190126 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29693] ppid=29680 vsize=867904 CPUtime=0.04
/proc/29684/task/29693/stat : 29693 (java) S 29680 29684 29543 0 -1 64 16 442 0 0 0 0 3 1 16 0 10 0 27179047 888733696 42557 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29694] ppid=29680 vsize=867904 CPUtime=0.04
/proc/29684/task/29694/stat : 29694 (java) S 29680 29684 29543 0 -1 64 5 442 0 0 0 0 3 1 16 0 10 0 27179047 888733696 42557 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29699] ppid=29680 vsize=867904 CPUtime=0.04
/proc/29684/task/29699/stat : 29699 (java) S 29680 29684 29543 0 -1 64 2 442 0 0 0 0 3 1 25 0 10 0 27179049 888733696 42557 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29700] ppid=29680 vsize=867904 CPUtime=0.27
/proc/29684/task/29700/stat : 29700 (java) S 29680 29684 29543 0 -1 64 821 442 0 0 23 0 3 1 15 0 10 0 27179049 888733696 42557 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29701] ppid=29680 vsize=867904 CPUtime=0.04
/proc/29684/task/29701/stat : 29701 (java) S 29680 29684 29543 0 -1 64 0 442 0 0 0 0 3 1 25 0 10 0 27179049 888733696 42557 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29702] ppid=29680 vsize=867904 CPUtime=0.04
/proc/29684/task/29702/stat : 29702 (java) S 29680 29684 29543 0 -1 64 10 442 0 0 0 0 3 1 15 0 10 0 27179049 888733696 42557 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.05
Current children cumulated vsize (KiB) 867904

[startup+17.5022 s]
/proc/loadavg: 1.66 0.42 0.14 4/90 29706
/proc/meminfo: memFree=1296600/2055920 swapFree=4192812/4192956
[pid=29684] ppid=29680 vsize=867992 CPUtime=17.45
/proc/29684/stat : 29684 (java) S 29680 29684 29543 0 -1 0 71221 442 1 0 1704 37 3 1 20 0 9 0 27179043 888823808 45408 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29684/statm: 216998 45408 2660 9 0 211434 0
[pid=29684/tid=29688] ppid=29680 vsize=867992 CPUtime=15.79
/proc/29684/task/29688/stat : 29688 (java) R 29680 29684 29543 0 -1 64 19430 442 1 0 1555 20 3 1 24 0 9 0 27179045 888823808 45408 996147200 134512640 134550932 4294955968 18446744073709551615 4127180304 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29692] ppid=29680 vsize=867992 CPUtime=1.37
/proc/29684/task/29692/stat : 29692 (java) S 29680 29684 29543 0 -1 64 50042 442 0 0 120 13 3 1 19 0 9 0 27179046 888823808 45408 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29693] ppid=29680 vsize=867992 CPUtime=0.04
/proc/29684/task/29693/stat : 29693 (java) S 29680 29684 29543 0 -1 64 21 442 0 0 0 0 3 1 17 0 9 0 27179047 888823808 45408 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29694] ppid=29680 vsize=867992 CPUtime=0.04
/proc/29684/task/29694/stat : 29694 (java) S 29680 29684 29543 0 -1 64 12 442 0 0 0 0 3 1 16 0 9 0 27179047 888823808 45408 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29699] ppid=29680 vsize=867992 CPUtime=0.04
/proc/29684/task/29699/stat : 29699 (java) S 29680 29684 29543 0 -1 64 2 442 0 0 0 0 3 1 25 0 9 0 27179049 888823808 45408 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29700] ppid=29680 vsize=867992 CPUtime=0.33
/proc/29684/task/29700/stat : 29700 (java) S 29680 29684 29543 0 -1 64 890 442 0 0 28 1 3 1 15 0 9 0 27179049 888823808 45408 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29701] ppid=29680 vsize=867992 CPUtime=0.04
/proc/29684/task/29701/stat : 29701 (java) S 29680 29684 29543 0 -1 64 0 442 0 0 0 0 3 1 25 0 9 0 27179049 888823808 45408 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29702] ppid=29680 vsize=867992 CPUtime=0.04
/proc/29684/task/29702/stat : 29702 (java) S 29680 29684 29543 0 -1 64 10 442 0 0 0 0 3 1 15 0 9 0 27179049 888823808 45408 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.45
Current children cumulated vsize (KiB) 867992

[startup+17.6063 s]
/proc/loadavg: 1.66 0.42 0.14 4/90 29706
/proc/meminfo: memFree=1296600/2055920 swapFree=4192812/4192956
[pid=29684] ppid=29680 vsize=867992 CPUtime=17.51
/proc/29684/stat : 29684 (java) S 29680 29684 29543 0 -1 0 71256 442 1 0 1710 37 3 1 20 0 9 0 27179043 888823808 45425 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29684/statm: 216998 45425 2660 9 0 211434 0
[pid=29684/tid=29688] ppid=29680 vsize=867992 CPUtime=15.83
/proc/29684/task/29688/stat : 29688 (java) S 29680 29684 29543 0 -1 64 19450 442 1 0 1559 20 3 1 25 0 9 0 27179045 888823808 45425 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29692] ppid=29680 vsize=867992 CPUtime=1.37
/proc/29684/task/29692/stat : 29692 (java) S 29680 29684 29543 0 -1 64 50042 442 0 0 120 13 3 1 19 0 9 0 27179046 888823808 45425 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29693] ppid=29680 vsize=867992 CPUtime=0.04
/proc/29684/task/29693/stat : 29693 (java) S 29680 29684 29543 0 -1 64 21 442 0 0 0 0 3 1 17 0 9 0 27179047 888823808 45425 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29694] ppid=29680 vsize=867992 CPUtime=0.04
/proc/29684/task/29694/stat : 29694 (java) S 29680 29684 29543 0 -1 64 12 442 0 0 0 0 3 1 16 0 9 0 27179047 888823808 45425 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29699] ppid=29680 vsize=867992 CPUtime=0.04
/proc/29684/task/29699/stat : 29699 (java) S 29680 29684 29543 0 -1 64 2 442 0 0 0 0 3 1 25 0 9 0 27179049 888823808 45425 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29700] ppid=29680 vsize=867992 CPUtime=0.35
/proc/29684/task/29700/stat : 29700 (java) S 29680 29684 29543 0 -1 64 905 442 0 0 30 1 3 1 15 0 9 0 27179049 888823808 45425 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29701] ppid=29680 vsize=867992 CPUtime=0.04
/proc/29684/task/29701/stat : 29701 (java) S 29680 29684 29543 0 -1 64 0 442 0 0 0 0 3 1 25 0 9 0 27179049 888823808 45425 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29684/tid=29702] ppid=29680 vsize=867992 CPUtime=0.04
/proc/29684/task/29702/stat : 29702 (java) S 29680 29684 29543 0 -1 64 10 442 0 0 0 0 3 1 15 0 9 0 27179049 888823808 45425 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.51
Current children cumulated vsize (KiB) 867992

Child status: 0
Real time (s): 17.6374
CPU time (s): 17.5583
CPU user time (s): 17.1384
CPU system time (s): 0.419936
CPU usage (%): 99.5518
Max. virtual memory (cumulated for all children) (KiB): 867992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.1384
system time used= 0.419936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71730
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= 1833
involuntary context switches= 2138

runsolver used 0.016997 second user time and 0.076988 second system time

The end

Launcher Data

Begin job on node77 at 2009-07-12 14:18:55
IDJOB=2093049
IDBENCH=53343
IDSOLVER=773
FILE ID=node77/2093049-1247401116
PBS_JOBID= 9510496
Free space on /tmp= 66088 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/lard/normalized-lard-86-86.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-2093049-1247401116/watcher-2093049-1247401116 -o /tmp/evaluation-result-2093049-1247401116/solver-2093049-1247401116 -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-2093049-1247401116.xml

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

MD5SUM BENCH= cf6bd096c3296e2a346fad55b9e7b112
RANDOM SEED=385905840

node77.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.256
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.256
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:       1642080 kB
Buffers:         29812 kB
Cached:         304068 kB
SwapCached:          0 kB
Active:         271892 kB
Inactive:        78424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1642080 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          173968 kB
Writeback:           0 kB
Mapped:          26288 kB
Slab:            49036 kB
Committed_AS:   180740 kB
PageTables:       1644 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= 66088 MiB
End job on node77 at 2009-07-12 14:19:16