Trace number 2093559

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 ACUNSAT 20.7748 20.9882

DiagnosticValue
CHECKS6966120
NODES9446

General information on the benchmark

Namecsp/QG7/
normalized-quasigroup7-7.xml
MD5SUMfd44125de988974818e4439e42a04254
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.79973
Satisfiable
(Un)Satisfiability was proved
Number of variables243
Number of constraints195
Maximum constraint arity51
Maximum domain size43
Number of constraints which are defined in extension0
Number of constraints which are defined in intension84
Global constraints used (with number of constraints)alldifferent(14),element(97)

Solver Data

0.06/0.08	
0.06/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.27	   
0.18/0.27	   instance
0.18/0.28	     name=HOME/instance-2093559-1247401469.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.32	   
0.29/0.32	   variables being loaded...
0.29/0.39	     nbVariables=243  nbDomainTypes=42  minDomainSize=1  maxDomainSize=43  nbTotalValues=3549
0.29/0.39	       =>  wckTime=0.149  cpuTime=0.13  mem=8M869
0.29/0.39	   
0.29/0.39	   predicates being loaded...
0.39/0.45	   
0.39/0.45	   constraints being loaded...
1.66/1.74	     nbConstraints=4896  nbUnaryConstraints=6  nbGlobalConstraints=66  nbSingletonDomainVariables=14  nbPurgedValues=252
1.66/1.74	     nbDisconnectedVariables=55  nbConvertedConstraints=78  nbConvertConstraintsChecks=585325  nbExtensionStructures=78
1.66/1.74	     nbSharedExtensionStructures=35  nbConflictsStructures=1057  nbSharedConflictsStructures=3808
1.66/1.74	     nbSharedBinaryRepresentations=2434  nbEvaluationManagers=979  nbSharedEvaluationManagers=3773  minDegree=0
1.66/1.74	     maxDegree=148  minArity=2  avgArity=2.98  maxArity=6  nbGenerators=52  nbFusions=0  symmetryWckTime=0.38
1.66/1.74	     symmetryCpuTime=0.2
1.66/1.74	       =>  wckTime=1.498  cpuTime=1.08  mem=19M378
1.76/1.86	   
1.76/1.86	   solver IterativeSystematicSolver being built... 
1.96/2.08	   
1.96/2.08	   INFO : Forward propagation technique limited 
2.06/2.19	       =>  wckTime=1.951  cpuTime=1.34  mem=18M217
2.15/2.24	   
2.15/2.24	   preprocessing
2.15/2.24	     nbConstraintChecks=2996  nbValidityChecks=192  nbPropagations=243  nbRevisions=341  nbUselessRevisions=204
2.15/2.24	     nbRemovedValues=1757  detectedInconsistency=no
2.15/2.24	       =>  wckTime=0.047  cpuTime=0.04  mem=18M217
3.55/3.62	   
3.55/3.62	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=20M222)
20.69/20.95	   
20.69/20.95	   search
20.69/20.95	     run=10  nbConstraintChecks=6963129  nbValidityChecks=11585327  minDepth=0  maxDepth=30  nbPropagations=521062
20.69/20.95	     nbRevisions=19783249  nbUselessRevisions=19303807  nbAssignments=9446  nbFailedAssignments=1591  nbBacktracks=7486
20.69/20.95	     nbVisitedNodes=12146  nbRestartNogoods=53  nbSEliminables=0  nbREliminables=104.15  nbIEliminables=126.22
20.69/20.95	     nbDEliminables=0  nbPEliminables=0
20.69/20.95	       =>  wckTime=18.751  cpuTime=18.46  mem=27M123
20.69/20.95	   
20.69/20.95	   global
20.69/20.95	     nbConstraintChecks=6966125  nbValidityChecks=11585519  nbPropagations=521305  nbRevisions=19783590
20.69/20.95	     nbUselessRevisions=19304011  nbRestartNogoods=53  solvingWckTime=18.753  solvingCpuTime=18.47  expiredTime=no
20.69/20.95	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=19.86
20.69/20.95	       =>  wckTime=20.705  cpuTime=19.81  mem=27M123
20.69/20.95	   
20.69/20.95	s UNSATISFIABLE
20.69/20.95	d NODES 9446
20.69/20.95	d CHECKS 6966125
20.69/20.95	   
20.69/20.95	   totalWckTime=20.771  totalCpuTime=19.86

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2093559-1247401469/watcher-2093559-1247401469 -o /tmp/evaluation-result-2093559-1247401469/solver-2093559-1247401469 -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-2093559-1247401469.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.99 1.30 0.57 4/80 565
/proc/meminfo: memFree=1728552/2055920 swapFree=4192812/4192956
[pid=565] ppid=563 vsize=152 CPUtime=0
/proc/565/stat : 565 (java) R 563 565 32672 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 27209678 155648 26 996147200 134512640 134550932 4294955968 18446744073709551615 6890276 0 0 4096 0 0 0 0 17 0 0 0
/proc/565/statm: 38 26 19 9 0 4 0

[startup+0.079386 s]
/proc/loadavg: 1.99 1.30 0.57 4/80 565
/proc/meminfo: memFree=1728552/2055920 swapFree=4192812/4192956
[pid=565] ppid=563 vsize=865952 CPUtime=0.06
/proc/565/stat : 565 (java) S 563 565 32672 0 -1 0 3365 0 1 0 5 1 0 0 18 0 9 0 27209678 886734848 2851 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/565/statm: 216488 2858 1445 9 0 210980 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865952

[startup+0.101392 s]
/proc/loadavg: 1.99 1.30 0.57 4/80 565
/proc/meminfo: memFree=1728552/2055920 swapFree=4192812/4192956
[pid=565] ppid=563 vsize=865980 CPUtime=0.09
/proc/565/stat : 565 (java) S 563 565 32672 0 -1 0 3779 0 1 0 7 2 0 0 18 0 9 0 27209678 886763520 3236 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/565/statm: 216495 3236 1708 9 0 210980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.301411 s]
/proc/loadavg: 1.99 1.30 0.57 4/80 565
/proc/meminfo: memFree=1728552/2055920 swapFree=4192812/4192956
[pid=565] ppid=563 vsize=866380 CPUtime=0.29
/proc/565/stat : 565 (java) S 563 565 32672 0 -1 0 6013 0 1 0 26 3 0 0 18 0 9 0 27209678 887173120 5379 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/565/statm: 216595 5379 1986 9 0 211053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.701449 s]
/proc/loadavg: 1.99 1.30 0.57 4/80 565
/proc/meminfo: memFree=1728552/2055920 swapFree=4192812/4192956
[pid=565] ppid=563 vsize=867180 CPUtime=0.69
/proc/565/stat : 565 (java) S 563 565 32672 0 -1 0 9175 0 1 0 64 5 0 0 18 0 9 0 27209678 887992320 8529 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/565/statm: 216795 8529 2037 9 0 211231 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867180

[startup+1.50253 s]
/proc/loadavg: 1.99 1.30 0.57 3/89 574
/proc/meminfo: memFree=1691616/2055920 swapFree=4192812/4192956
[pid=565] ppid=563 vsize=868052 CPUtime=1.46
/proc/565/stat : 565 (java) S 563 565 32672 0 -1 0 18760 0 1 0 137 9 0 0 18 0 10 0 27209678 888885248 17962 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/565/statm: 217013 17962 2034 9 0 211471 0
[pid=565/tid=567] ppid=563 vsize=868052 CPUtime=1.16
/proc/565/task/567/stat : 567 (java) S 563 565 32672 0 -1 64 15913 0 1 0 110 6 0 0 16 0 10 0 27209679 888885248 17962 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=565/tid=568] ppid=563 vsize=868052 CPUtime=0.05
/proc/565/task/568/stat : 568 (java) S 563 565 32672 0 -1 64 1343 0 0 0 5 0 0 0 16 0 10 0 27209680 888885248 17962 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=565/tid=569] ppid=563 vsize=868052 CPUtime=0
/proc/565/task/569/stat : 569 (java) S 563 565 32672 0 -1 64 16 0 0 0 0 0 0 0 16 0 10 0 27209680 888885248 17962 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=565/tid=570] ppid=563 vsize=868052 CPUtime=0
/proc/565/task/570/stat : 570 (java) S 563 565 32672 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 27209680 888885248 17962 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=565/tid=571] ppid=563 vsize=868052 CPUtime=0
/proc/565/task/571/stat : 571 (java) S 563 565 32672 0 -1 64 2 0 0 0 0 0 0 0 24 0 10 0 27209682 888885248 17962 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=565/tid=572] ppid=563 vsize=868052 CPUtime=0.21
/proc/565/task/572/stat : 572 (java) S 563 565 32672 0 -1 64 733 0 0 0 21 0 0 0 15 0 10 0 27209682 888885248 17962 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=565/tid=573] ppid=563 vsize=868052 CPUtime=0
/proc/565/task/573/stat : 573 (java) S 563 565 32672 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 27209682 888885248 17962 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=565/tid=574] ppid=563 vsize=868052 CPUtime=0
/proc/565/task/574/stat : 574 (java) S 563 565 32672 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 27209682 888885248 17962 996147200 134512640 134550932 4294955968 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) 868052

[startup+3.1017 s]
/proc/loadavg: 1.99 1.30 0.57 4/91 578
/proc/meminfo: memFree=1656336/2055920 swapFree=4192812/4192956
[pid=565] ppid=563 vsize=868148 CPUtime=3.07
/proc/565/stat : 565 (java) S 563 565 32672 0 -1 0 37500 651 1 0 279 15 12 1 18 0 9 0 27209678 888983552 21925 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/565/statm: 217037 21925 2639 9 0 211495 0
[pid=565/tid=567] ppid=563 vsize=868148 CPUtime=2.5
/proc/565/task/567/stat : 567 (java) R 563 565 32672 0 -1 64 27775 651 1 0 227 10 12 1 25 0 9 0 27209679 888983552 21925 996147200 134512640 134550932 4294955968 18446744073709551615 4127231670 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=565/tid=568] ppid=563 vsize=868148 CPUtime=0.32
/proc/565/task/568/stat : 568 (java) S 563 565 32672 0 -1 64 7894 651 0 0 17 2 12 1 16 0 9 0 27209680 888983552 21925 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=565/tid=569] ppid=563 vsize=868148 CPUtime=0.13
/proc/565/task/569/stat : 569 (java) S 563 565 32672 0 -1 64 20 651 0 0 0 0 12 1 16 0 9 0 27209680 888983552 21925 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=565/tid=570] ppid=563 vsize=868148 CPUtime=0.13
/proc/565/task/570/stat : 570 (java) S 563 565 32672 0 -1 64 9 651 0 0 0 0 12 1 15 0 9 0 27209680 888983552 21925 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=565/tid=571] ppid=563 vsize=868148 CPUtime=0.13
/proc/565/task/571/stat : 571 (java) S 563 565 32672 0 -1 64 2 651 0 0 0 0 12 1 24 0 9 0 27209682 888983552 21925 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=565/tid=572] ppid=563 vsize=868148 CPUtime=0.47
/proc/565/task/572/stat : 572 (java) S 563 565 32672 0 -1 64 987 651 0 0 33 1 12 1 16 0 9 0 27209682 888983552 21925 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=565/tid=573] ppid=563 vsize=868148 CPUtime=0.13
/proc/565/task/573/stat : 573 (java) S 563 565 32672 0 -1 64 0 651 0 0 0 0 12 1 25 0 9 0 27209682 888983552 21925 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=565/tid=574] ppid=563 vsize=868148 CPUtime=0.13
/proc/565/task/574/stat : 574 (java) S 563 565 32672 0 -1 64 10 651 0 0 0 0 12 1 15 0 9 0 27209682 888983552 21925 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 868148

[startup+6.30202 s]
/proc/loadavg: 1.99 1.31 0.58 3/89 578
/proc/meminfo: memFree=1650456/2055920 swapFree=4192812/4192956
[pid=565] ppid=563 vsize=868148 CPUtime=6.23
/proc/565/stat : 565 (java) S 563 565 32672 0 -1 0 37552 651 1 0 595 15 12 1 18 0 9 0 27209678 888983552 21942 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/565/statm: 217037 21942 2639 9 0 211495 0
[pid=565/tid=567] ppid=563 vsize=868148 CPUtime=5.64
/proc/565/task/567/stat : 567 (java) R 563 565 32672 0 -1 64 27778 651 1 0 541 10 12 1 17 0 9 0 27209679 888983552 21942 996147200 134512640 134550932 4294955968 18446744073709551615 4127235624 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=565/tid=568] ppid=563 vsize=868148 CPUtime=0.32
/proc/565/task/568/stat : 568 (java) S 563 565 32672 0 -1 64 7894 651 0 0 17 2 12 1 16 0 9 0 27209680 888983552 21942 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=565/tid=569] ppid=563 vsize=868148 CPUtime=0.13
/proc/565/task/569/stat : 569 (java) S 563 565 32672 0 -1 64 20 651 0 0 0 0 12 1 16 0 9 0 27209680 888983552 21942 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=565/tid=570] ppid=563 vsize=868148 CPUtime=0.13
/proc/565/task/570/stat : 570 (java) S 563 565 32672 0 -1 64 9 651 0 0 0 0 12 1 15 0 9 0 27209680 888983552 21942 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=565/tid=571] ppid=563 vsize=868148 CPUtime=0.13
/proc/565/task/571/stat : 571 (java) S 563 565 32672 0 -1 64 2 651 0 0 0 0 12 1 24 0 9 0 27209682 888983552 21942 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=565/tid=572] ppid=563 vsize=868148 CPUtime=0.5
/proc/565/task/572/stat : 572 (java) S 563 565 32672 0 -1 64 1005 651 0 0 36 1 12 1 15 0 9 0 27209682 888983552 21942 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=565/tid=573] ppid=563 vsize=868148 CPUtime=0.13
/proc/565/task/573/stat : 573 (java) S 563 565 32672 0 -1 64 0 651 0 0 0 0 12 1 25 0 9 0 27209682 888983552 21942 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=565/tid=574] ppid=563 vsize=868148 CPUtime=0.13
/proc/565/task/574/stat : 574 (java) S 563 565 32672 0 -1 64 41 651 0 0 0 0 12 1 15 0 9 0 27209682 888983552 21942 996147200 134512640 134550932 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) 868148

[startup+12.7017 s]
/proc/loadavg: 1.99 1.32 0.58 3/89 578
/proc/meminfo: memFree=1650200/2055920 swapFree=4192812/4192956
[pid=565] ppid=563 vsize=868148 CPUtime=12.57
/proc/565/stat : 565 (java) S 563 565 32672 0 -1 0 37564 651 1 0 1229 15 12 1 18 0 9 0 27209678 888983552 21944 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/565/statm: 217037 21944 2639 9 0 211495 0
[pid=565/tid=567] ppid=563 vsize=868148 CPUtime=11.97
/proc/565/task/567/stat : 567 (java) R 563 565 32672 0 -1 64 27780 651 1 0 1174 10 12 1 25 0 9 0 27209679 888983552 21944 996147200 134512640 134550932 4294955968 18446744073709551615 4127231687 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=565/tid=568] ppid=563 vsize=868148 CPUtime=0.32
/proc/565/task/568/stat : 568 (java) S 563 565 32672 0 -1 64 7894 651 0 0 17 2 12 1 16 0 9 0 27209680 888983552 21944 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=565/tid=569] ppid=563 vsize=868148 CPUtime=0.13
/proc/565/task/569/stat : 569 (java) S 563 565 32672 0 -1 64 20 651 0 0 0 0 12 1 16 0 9 0 27209680 888983552 21944 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=565/tid=570] ppid=563 vsize=868148 CPUtime=0.13
/proc/565/task/570/stat : 570 (java) S 563 565 32672 0 -1 64 9 651 0 0 0 0 12 1 15 0 9 0 27209680 888983552 21944 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=565/tid=571] ppid=563 vsize=868148 CPUtime=0.13
/proc/565/task/571/stat : 571 (java) S 563 565 32672 0 -1 64 2 651 0 0 0 0 12 1 24 0 9 0 27209682 888983552 21944 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=565/tid=572] ppid=563 vsize=868148 CPUtime=0.5
/proc/565/task/572/stat : 572 (java) S 563 565 32672 0 -1 64 1015 651 0 0 36 1 12 1 16 0 9 0 27209682 888983552 21944 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=565/tid=573] ppid=563 vsize=868148 CPUtime=0.13
/proc/565/task/573/stat : 573 (java) S 563 565 32672 0 -1 64 0 651 0 0 0 0 12 1 25 0 9 0 27209682 888983552 21944 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=565/tid=574] ppid=563 vsize=868148 CPUtime=0.13
/proc/565/task/574/stat : 574 (java) S 563 565 32672 0 -1 64 41 651 0 0 0 0 12 1 15 0 9 0 27209682 888983552 21944 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 868148

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

[startup+15.903 s]
/proc/loadavg: 1.99 1.33 0.59 3/89 578
/proc/meminfo: memFree=1650200/2055920 swapFree=4192812/4192956
[pid=565] ppid=563 vsize=868148 CPUtime=15.74
/proc/565/stat : 565 (java) S 563 565 32672 0 -1 0 37573 651 1 0 1546 15 12 1 18 0 9 0 27209678 888983552 21945 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/565/statm: 217037 21945 2639 9 0 211495 0
[pid=565/tid=567] ppid=563 vsize=868148 CPUtime=15.14
/proc/565/task/567/stat : 567 (java) R 563 565 32672 0 -1 64 27781 651 1 0 1491 10 12 1 25 0 9 0 27209679 888983552 21945 996147200 134512640 134550932 4294955968 18446744073709551615 4127260547 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=565/tid=568] ppid=563 vsize=868148 CPUtime=0.32
/proc/565/task/568/stat : 568 (java) S 563 565 32672 0 -1 64 7894 651 0 0 17 2 12 1 16 0 9 0 27209680 888983552 21945 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=565/tid=569] ppid=563 vsize=868148 CPUtime=0.13
/proc/565/task/569/stat : 569 (java) S 563 565 32672 0 -1 64 20 651 0 0 0 0 12 1 16 0 9 0 27209680 888983552 21945 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=565/tid=570] ppid=563 vsize=868148 CPUtime=0.13
/proc/565/task/570/stat : 570 (java) S 563 565 32672 0 -1 64 9 651 0 0 0 0 12 1 15 0 9 0 27209680 888983552 21945 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=565/tid=571] ppid=563 vsize=868148 CPUtime=0.13
/proc/565/task/571/stat : 571 (java) S 563 565 32672 0 -1 64 2 651 0 0 0 0 12 1 24 0 9 0 27209682 888983552 21945 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=565/tid=572] ppid=563 vsize=868148 CPUtime=0.51
/proc/565/task/572/stat : 572 (java) S 563 565 32672 0 -1 64 1023 651 0 0 37 1 12 1 17 0 9 0 27209682 888983552 21945 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=565/tid=573] ppid=563 vsize=868148 CPUtime=0.13
/proc/565/task/573/stat : 573 (java) S 563 565 32672 0 -1 64 0 651 0 0 0 0 12 1 25 0 9 0 27209682 888983552 21945 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=565/tid=574] ppid=563 vsize=868148 CPUtime=0.13
/proc/565/task/574/stat : 574 (java) S 563 565 32672 0 -1 64 41 651 0 0 0 0 12 1 15 0 9 0 27209682 888983552 21945 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.74
Current children cumulated vsize (KiB) 868148

[startup+19.1023 s]
/proc/loadavg: 1.99 1.33 0.59 3/89 578
/proc/meminfo: memFree=1650200/2055920 swapFree=4192812/4192956
[pid=565] ppid=563 vsize=868148 CPUtime=18.9
/proc/565/stat : 565 (java) S 563 565 32672 0 -1 0 37574 651 1 0 1862 15 12 1 18 0 9 0 27209678 888983552 21945 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/565/statm: 217037 21945 2639 9 0 211495 0
[pid=565/tid=567] ppid=563 vsize=868148 CPUtime=18.3
/proc/565/task/567/stat : 567 (java) R 563 565 32672 0 -1 64 27782 651 1 0 1807 10 12 1 25 0 9 0 27209679 888983552 21945 996147200 134512640 134550932 4294955968 18446744073709551615 4127225600 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=565/tid=568] ppid=563 vsize=868148 CPUtime=0.32
/proc/565/task/568/stat : 568 (java) S 563 565 32672 0 -1 64 7894 651 0 0 17 2 12 1 16 0 9 0 27209680 888983552 21945 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=565/tid=569] ppid=563 vsize=868148 CPUtime=0.13
/proc/565/task/569/stat : 569 (java) S 563 565 32672 0 -1 64 20 651 0 0 0 0 12 1 16 0 9 0 27209680 888983552 21945 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=565/tid=570] ppid=563 vsize=868148 CPUtime=0.13
/proc/565/task/570/stat : 570 (java) S 563 565 32672 0 -1 64 9 651 0 0 0 0 12 1 15 0 9 0 27209680 888983552 21945 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=565/tid=571] ppid=563 vsize=868148 CPUtime=0.13
/proc/565/task/571/stat : 571 (java) S 563 565 32672 0 -1 64 2 651 0 0 0 0 12 1 24 0 9 0 27209682 888983552 21945 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=565/tid=572] ppid=563 vsize=868148 CPUtime=0.51
/proc/565/task/572/stat : 572 (java) S 563 565 32672 0 -1 64 1023 651 0 0 37 1 12 1 16 0 9 0 27209682 888983552 21945 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=565/tid=573] ppid=563 vsize=868148 CPUtime=0.13
/proc/565/task/573/stat : 573 (java) S 563 565 32672 0 -1 64 0 651 0 0 0 0 12 1 25 0 9 0 27209682 888983552 21945 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=565/tid=574] ppid=563 vsize=868148 CPUtime=0.13
/proc/565/task/574/stat : 574 (java) S 563 565 32672 0 -1 64 41 651 0 0 0 0 12 1 15 0 9 0 27209682 888983552 21945 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 18.9
Current children cumulated vsize (KiB) 868148

[startup+19.9024 s]
/proc/loadavg: 1.99 1.34 0.60 3/89 578
/proc/meminfo: memFree=1650200/2055920 swapFree=4192812/4192956
[pid=565] ppid=563 vsize=868148 CPUtime=19.69
/proc/565/stat : 565 (java) S 563 565 32672 0 -1 0 37576 651 1 0 1941 15 12 1 18 0 9 0 27209678 888983552 21946 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/565/statm: 217037 21946 2639 9 0 211495 0
[pid=565/tid=567] ppid=563 vsize=868148 CPUtime=19.09
/proc/565/task/567/stat : 567 (java) R 563 565 32672 0 -1 64 27782 651 1 0 1886 10 12 1 25 0 9 0 27209679 888983552 21946 996147200 134512640 134550932 4294955968 18446744073709551615 4127226045 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=565/tid=568] ppid=563 vsize=868148 CPUtime=0.32
/proc/565/task/568/stat : 568 (java) S 563 565 32672 0 -1 64 7894 651 0 0 17 2 12 1 16 0 9 0 27209680 888983552 21946 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=565/tid=569] ppid=563 vsize=868148 CPUtime=0.13
/proc/565/task/569/stat : 569 (java) S 563 565 32672 0 -1 64 20 651 0 0 0 0 12 1 16 0 9 0 27209680 888983552 21946 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=565/tid=570] ppid=563 vsize=868148 CPUtime=0.13
/proc/565/task/570/stat : 570 (java) S 563 565 32672 0 -1 64 9 651 0 0 0 0 12 1 15 0 9 0 27209680 888983552 21946 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=565/tid=571] ppid=563 vsize=868148 CPUtime=0.13
/proc/565/task/571/stat : 571 (java) S 563 565 32672 0 -1 64 2 651 0 0 0 0 12 1 24 0 9 0 27209682 888983552 21946 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=565/tid=572] ppid=563 vsize=868148 CPUtime=0.51
/proc/565/task/572/stat : 572 (java) S 563 565 32672 0 -1 64 1025 651 0 0 37 1 12 1 17 0 9 0 27209682 888983552 21946 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=565/tid=573] ppid=563 vsize=868148 CPUtime=0.13
/proc/565/task/573/stat : 573 (java) S 563 565 32672 0 -1 64 0 651 0 0 0 0 12 1 25 0 9 0 27209682 888983552 21946 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=565/tid=574] ppid=563 vsize=868148 CPUtime=0.13
/proc/565/task/574/stat : 574 (java) S 563 565 32672 0 -1 64 41 651 0 0 0 0 12 1 15 0 9 0 27209682 888983552 21946 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 19.69
Current children cumulated vsize (KiB) 868148

[startup+20.7015 s]
/proc/loadavg: 1.99 1.34 0.60 3/89 578
/proc/meminfo: memFree=1650200/2055920 swapFree=4192812/4192956
[pid=565] ppid=563 vsize=868148 CPUtime=20.49
/proc/565/stat : 565 (java) S 563 565 32672 0 -1 0 37578 651 1 0 2021 15 12 1 18 0 9 0 27209678 888983552 21947 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/565/statm: 217037 21947 2639 9 0 211495 0
[pid=565/tid=567] ppid=563 vsize=868148 CPUtime=19.89
/proc/565/task/567/stat : 567 (java) R 563 565 32672 0 -1 64 27783 651 1 0 1966 10 12 1 20 0 9 0 27209679 888983552 21947 996147200 134512640 134550932 4294955968 18446744073709551615 4127071994 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=565/tid=568] ppid=563 vsize=868148 CPUtime=0.32
/proc/565/task/568/stat : 568 (java) S 563 565 32672 0 -1 64 7894 651 0 0 17 2 12 1 16 0 9 0 27209680 888983552 21947 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=565/tid=569] ppid=563 vsize=868148 CPUtime=0.13
/proc/565/task/569/stat : 569 (java) S 563 565 32672 0 -1 64 20 651 0 0 0 0 12 1 16 0 9 0 27209680 888983552 21947 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=565/tid=570] ppid=563 vsize=868148 CPUtime=0.13
/proc/565/task/570/stat : 570 (java) S 563 565 32672 0 -1 64 9 651 0 0 0 0 12 1 15 0 9 0 27209680 888983552 21947 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=565/tid=571] ppid=563 vsize=868148 CPUtime=0.13
/proc/565/task/571/stat : 571 (java) S 563 565 32672 0 -1 64 2 651 0 0 0 0 12 1 24 0 9 0 27209682 888983552 21947 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=565/tid=572] ppid=563 vsize=868148 CPUtime=0.51
/proc/565/task/572/stat : 572 (java) S 563 565 32672 0 -1 64 1026 651 0 0 37 1 12 1 16 0 9 0 27209682 888983552 21947 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=565/tid=573] ppid=563 vsize=868148 CPUtime=0.13
/proc/565/task/573/stat : 573 (java) S 563 565 32672 0 -1 64 0 651 0 0 0 0 12 1 25 0 9 0 27209682 888983552 21947 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=565/tid=574] ppid=563 vsize=868148 CPUtime=0.13
/proc/565/task/574/stat : 574 (java) S 563 565 32672 0 -1 64 41 651 0 0 0 0 12 1 15 0 9 0 27209682 888983552 21947 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.49
Current children cumulated vsize (KiB) 868148

[startup+20.9065 s]
/proc/loadavg: 1.99 1.34 0.60 3/89 578
/proc/meminfo: memFree=1650200/2055920 swapFree=4192812/4192956
[pid=565] ppid=563 vsize=868148 CPUtime=20.69
/proc/565/stat : 565 (java) S 563 565 32672 0 -1 0 37578 651 1 0 2041 15 12 1 18 0 9 0 27209678 888983552 21947 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/565/statm: 217037 21947 2639 9 0 211495 0
[pid=565/tid=567] ppid=563 vsize=868148 CPUtime=20.08
/proc/565/task/567/stat : 567 (java) R 563 565 32672 0 -1 64 27783 651 1 0 1985 10 12 1 22 0 9 0 27209679 888983552 21947 996147200 134512640 134550932 4294955968 18446744073709551615 4127225477 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=565/tid=568] ppid=563 vsize=868148 CPUtime=0.32
/proc/565/task/568/stat : 568 (java) S 563 565 32672 0 -1 64 7894 651 0 0 17 2 12 1 16 0 9 0 27209680 888983552 21947 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=565/tid=569] ppid=563 vsize=868148 CPUtime=0.13
/proc/565/task/569/stat : 569 (java) S 563 565 32672 0 -1 64 20 651 0 0 0 0 12 1 16 0 9 0 27209680 888983552 21947 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=565/tid=570] ppid=563 vsize=868148 CPUtime=0.13
/proc/565/task/570/stat : 570 (java) S 563 565 32672 0 -1 64 9 651 0 0 0 0 12 1 15 0 9 0 27209680 888983552 21947 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=565/tid=571] ppid=563 vsize=868148 CPUtime=0.13
/proc/565/task/571/stat : 571 (java) S 563 565 32672 0 -1 64 2 651 0 0 0 0 12 1 24 0 9 0 27209682 888983552 21947 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=565/tid=572] ppid=563 vsize=868148 CPUtime=0.51
/proc/565/task/572/stat : 572 (java) S 563 565 32672 0 -1 64 1026 651 0 0 37 1 12 1 16 0 9 0 27209682 888983552 21947 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=565/tid=573] ppid=563 vsize=868148 CPUtime=0.13
/proc/565/task/573/stat : 573 (java) S 563 565 32672 0 -1 64 0 651 0 0 0 0 12 1 25 0 9 0 27209682 888983552 21947 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=565/tid=574] ppid=563 vsize=868148 CPUtime=0.13
/proc/565/task/574/stat : 574 (java) S 563 565 32672 0 -1 64 41 651 0 0 0 0 12 1 15 0 9 0 27209682 888983552 21947 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.69
Current children cumulated vsize (KiB) 868148

Child status: 0
Real time (s): 20.9882
CPU time (s): 20.7748
CPU user time (s): 20.5889
CPU system time (s): 0.185971
CPU usage (%): 98.9834
Max. virtual memory (cumulated for all children) (KiB): 868280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.5889
system time used= 0.185971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38259
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= 2213
involuntary context switches= 2646

runsolver used 0.031995 second user time and 0.073988 second system time

The end

Launcher Data

Begin job on node67 at 2009-07-12 14:24:29
IDJOB=2093559
IDBENCH=53638
IDSOLVER=773
FILE ID=node67/2093559-1247401469
PBS_JOBID= 9510513
Free space on /tmp= 66512 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/QG7/normalized-quasigroup7-7.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-2093559-1247401469/watcher-2093559-1247401469 -o /tmp/evaluation-result-2093559-1247401469/solver-2093559-1247401469 -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-2093559-1247401469.xml

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

MD5SUM BENCH= fd44125de988974818e4439e42a04254
RANDOM SEED=547760564

node67.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.239
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.239
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1729032 kB
Buffers:         32360 kB
Cached:         134784 kB
SwapCached:          0 kB
Active:         188792 kB
Inactive:        79844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1729032 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2100 kB
Writeback:           0 kB
Mapped:         121948 kB
Slab:            43332 kB
Committed_AS:  1014548 kB
PageTables:       2012 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= 66508 MiB
End job on node67 at 2009-07-12 14:24:50