Trace number 2096923

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.6483 17.8824

DiagnosticValue
CHECKS55557
NODES9378

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-35_ext.xml
MD5SUMab38c2036f3b1b0ab354ce542948959c
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.33588
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints57
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension57
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-2096923-1247411170.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.28/0.38	     nbVariables=20  nbDomainTypes=1  minDomainSize=20  maxDomainSize=20  nbTotalValues=400
0.28/0.38	       =>  wckTime=0.133  cpuTime=0.13  mem=7M892
0.28/0.38	   
0.28/0.38	   relations being loaded...
0.77/0.83	   
0.77/0.83	   constraints being loaded...
0.97/1.06	     nbConstraints=57  nbRelationTypes=57  nbGlobalConstraints=57  nbExtensionStructures=57
0.97/1.06	     nbSharedExtensionStructures=0  nbConflictsStructures=57  nbSharedConflictsStructures=0
0.97/1.06	     nbSharedBinaryRepresentations=0  minDegree=3  maxDegree=15  minArity=3  maxArity=3  nbGenerators=0  nbFusions=0
0.97/1.06	     symmetryWckTime=0.043  symmetryCpuTime=0.02
0.97/1.06	       =>  wckTime=0.811  cpuTime=0.68  mem=46M320
1.06/1.17	   
1.06/1.17	   solver IterativeSystematicSolver being built... 
1.15/1.25	   
1.15/1.25	   INFO : Forward propagation technique limited 
1.25/1.32	       =>  wckTime=1.069  cpuTime=0.81  mem=29M111
1.25/1.35	   
1.25/1.35	   preprocessing
1.25/1.35	     nbConstraintChecks=0  nbValidityChecks=162186  nbPropagations=20  nbRevisions=0  nbUselessRevisions=0
1.25/1.35	     nbRemovedValues=0  detectedInconsistency=no
1.25/1.35	       =>  wckTime=0.035  cpuTime=0.02  mem=29M111
1.85/1.91	   
1.85/1.91	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=30M77)
17.60/17.82	   
17.60/17.82	   search
17.60/17.82	     run=13  nbConstraintChecks=55557  nbValidityChecks=214830219  minDepth=1  maxDepth=20  nbPropagations=325048
17.60/17.82	     nbRevisions=0  nbUselessRevisions=0  nbAssignments=9378  nbFailedAssignments=5129  nbBacktracks=4169
17.60/17.82	     nbVisitedNodes=17118  nbRestartNogoods=116  nbFoundSolutions=1  nbSEliminables=0.14  nbREliminables=2.8
17.60/17.82	     nbIEliminables=12.36  nbDEliminables=0  nbPEliminables=0
17.60/17.82	       =>  wckTime=16.498  cpuTime=16.23  mem=31M26
17.60/17.82	   
17.60/17.82	   global
17.60/17.82	     nbConstraintChecks=55557  nbValidityChecks=214992405  nbPropagations=325068  nbRestartNogoods=116
17.60/17.82	     solvingWckTime=16.501  solvingCpuTime=16.23  expiredTime=no  totalExploration=no  nbFoundSolutions=1
17.60/17.82	     firstSolutionCpuTime=17.04  globalCpuTime=17.1
17.60/17.82	       =>  wckTime=17.572  cpuTime=17.04  mem=31M26
17.60/17.82	   
17.60/17.82	s SATISFIABLE
17.60/17.82	v 12 3 6 15 12 11 17 14 16 0 17 5 3 5 9 18 6 14 16 3 
17.60/17.82	d NODES 9378
17.60/17.82	d CHECKS 55557
17.60/17.82	   
17.60/17.82	   totalWckTime=17.629  totalCpuTime=17.11

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-2096923-1247411170/watcher-2096923-1247411170 -o /tmp/evaluation-result-2096923-1247411170/solver-2096923-1247411170 -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-2096923-1247411170.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

[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 32683
/proc/meminfo: memFree=1715408/2055920 swapFree=4192812/4192956
[pid=32683] ppid=32681 vsize=18576 CPUtime=0
/proc/32683/stat : 32683 (runsolver) R 32681 31231 31231 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 1 0 28183108 19021824 282 996147200 4194304 4302564 548682068384 18446744073709551615 264907582146 0 0 4096 24578 0 0 0 17 1 0 0
/proc/32683/statm: 4644 282 247 26 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.0611651 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 32683
/proc/meminfo: memFree=1715408/2055920 swapFree=4192812/4192956
[pid=32683] ppid=32681 vsize=863776 CPUtime=0.04
/proc/32683/stat : 32683 (java) S 32681 32683 31231 0 -1 0 2585 0 1 0 3 1 0 0 18 0 9 0 28183108 884506624 2150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32683/statm: 215944 2150 1023 9 0 210859 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 863776

[startup+0.10217 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 32683
/proc/meminfo: memFree=1715408/2055920 swapFree=4192812/4192956
[pid=32683] ppid=32681 vsize=865984 CPUtime=0.08
/proc/32683/stat : 32683 (java) S 32681 32683 31231 0 -1 0 3720 0 1 0 6 2 0 0 18 0 9 0 28183108 886767616 3188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32683/statm: 216496 3188 1690 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301197 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 32683
/proc/meminfo: memFree=1715408/2055920 swapFree=4192812/4192956
[pid=32683] ppid=32681 vsize=866224 CPUtime=0.28
/proc/32683/stat : 32683 (java) S 32681 32683 31231 0 -1 0 5820 0 1 0 24 4 0 0 18 0 9 0 28183108 887013376 5186 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32683/statm: 216556 5186 1974 9 0 211014 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866224

[startup+0.702257 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 32683
/proc/meminfo: memFree=1715408/2055920 swapFree=4192812/4192956
[pid=32683] ppid=32681 vsize=866496 CPUtime=0.67
/proc/32683/stat : 32683 (java) S 32681 32683 31231 0 -1 0 8340 0 1 0 62 5 0 0 18 0 9 0 28183108 887291904 7702 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32683/statm: 216624 7702 1998 9 0 211082 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 866496

[startup+1.50138 s]
/proc/loadavg: 1.92 1.98 1.99 3/89 32692
/proc/meminfo: memFree=1665032/2055920 swapFree=4192812/4192956
[pid=32683] ppid=32681 vsize=867364 CPUtime=1.46
/proc/32683/stat : 32683 (java) S 32681 32683 31231 0 -1 0 27462 270 1 0 133 13 0 0 18 0 9 0 28183108 888180736 18458 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32683/statm: 216841 18458 2655 9 0 211277 0
[pid=32683/tid=32685] ppid=32681 vsize=867364 CPUtime=1.17
/proc/32683/task/32685/stat : 32685 (java) R 32681 32683 31231 0 -1 64 18864 270 1 0 108 9 0 0 25 0 9 0 28183109 888180736 18458 996147200 134512640 134550932 4294955968 18446744073709551615 4126770656 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32686] ppid=32681 vsize=867364 CPUtime=0.1
/proc/32683/task/32686/stat : 32686 (java) S 32681 32683 31231 0 -1 64 7240 270 0 0 9 1 0 0 17 0 9 0 28183111 888180736 18458 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32687] ppid=32681 vsize=867364 CPUtime=0
/proc/32683/task/32687/stat : 32687 (java) S 32681 32683 31231 0 -1 64 18 270 0 0 0 0 0 0 16 0 9 0 28183111 888180736 18458 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32688] ppid=32681 vsize=867364 CPUtime=0
/proc/32683/task/32688/stat : 32688 (java) S 32681 32683 31231 0 -1 64 8 270 0 0 0 0 0 0 16 0 9 0 28183111 888180736 18458 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32689] ppid=32681 vsize=867364 CPUtime=0
/proc/32683/task/32689/stat : 32689 (java) S 32681 32683 31231 0 -1 64 1 270 0 0 0 0 0 0 18 0 9 0 28183113 888180736 18458 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32690] ppid=32681 vsize=867364 CPUtime=0.15
/proc/32683/task/32690/stat : 32690 (java) S 32681 32683 31231 0 -1 64 520 270 0 0 15 0 0 0 15 0 9 0 28183113 888180736 18458 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32691] ppid=32681 vsize=867364 CPUtime=0
/proc/32683/task/32691/stat : 32691 (java) S 32681 32683 31231 0 -1 64 1 270 0 0 0 0 0 0 19 0 9 0 28183113 888180736 18458 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32692] ppid=32681 vsize=867364 CPUtime=0
/proc/32683/task/32692/stat : 32692 (java) S 32681 32683 31231 0 -1 64 9 270 0 0 0 0 0 0 15 0 9 0 28183113 888180736 18458 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867364

[startup+3.10161 s]
/proc/loadavg: 1.92 1.98 1.99 3/89 32696
/proc/meminfo: memFree=1651344/2055920 swapFree=4192812/4192956
[pid=32683] ppid=32681 vsize=867364 CPUtime=3.03
/proc/32683/stat : 32683 (java) S 32681 32683 31231 0 -1 0 27490 270 1 0 290 13 0 0 18 0 9 0 28183108 888180736 18481 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32683/statm: 216841 18481 2656 9 0 211277 0
[pid=32683/tid=32685] ppid=32681 vsize=867364 CPUtime=2.72
/proc/32683/task/32685/stat : 32685 (java) R 32681 32683 31231 0 -1 64 18870 270 1 0 262 10 0 0 25 0 9 0 28183109 888180736 18481 996147200 134512640 134550932 4294955968 18446744073709551615 4126770484 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32686] ppid=32681 vsize=867364 CPUtime=0.1
/proc/32683/task/32686/stat : 32686 (java) S 32681 32683 31231 0 -1 64 7241 270 0 0 9 1 0 0 17 0 9 0 28183111 888180736 18481 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32687] ppid=32681 vsize=867364 CPUtime=0
/proc/32683/task/32687/stat : 32687 (java) S 32681 32683 31231 0 -1 64 18 270 0 0 0 0 0 0 16 0 9 0 28183111 888180736 18481 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32688] ppid=32681 vsize=867364 CPUtime=0
/proc/32683/task/32688/stat : 32688 (java) S 32681 32683 31231 0 -1 64 8 270 0 0 0 0 0 0 16 0 9 0 28183111 888180736 18481 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32689] ppid=32681 vsize=867364 CPUtime=0
/proc/32683/task/32689/stat : 32689 (java) S 32681 32683 31231 0 -1 64 1 270 0 0 0 0 0 0 18 0 9 0 28183113 888180736 18481 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32690] ppid=32681 vsize=867364 CPUtime=0.18
/proc/32683/task/32690/stat : 32690 (java) S 32681 32683 31231 0 -1 64 541 270 0 0 18 0 0 0 16 0 9 0 28183113 888180736 18481 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32691] ppid=32681 vsize=867364 CPUtime=0
/proc/32683/task/32691/stat : 32691 (java) S 32681 32683 31231 0 -1 64 1 270 0 0 0 0 0 0 19 0 9 0 28183113 888180736 18481 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32692] ppid=32681 vsize=867364 CPUtime=0
/proc/32683/task/32692/stat : 32692 (java) S 32681 32683 31231 0 -1 64 9 270 0 0 0 0 0 0 15 0 9 0 28183113 888180736 18481 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 867364

[startup+6.30208 s]
/proc/loadavg: 1.93 1.98 1.99 3/89 32696
/proc/meminfo: memFree=1651216/2055920 swapFree=4192812/4192956
[pid=32683] ppid=32681 vsize=867496 CPUtime=6.2
/proc/32683/stat : 32683 (java) S 32681 32683 31231 0 -1 0 27506 270 1 0 607 13 0 0 18 0 9 0 28183108 888315904 18494 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32683/statm: 216874 18494 2656 9 0 211310 0
[pid=32683/tid=32685] ppid=32681 vsize=867496 CPUtime=5.87
/proc/32683/task/32685/stat : 32685 (java) R 32681 32683 31231 0 -1 64 18871 270 1 0 577 10 0 0 25 0 9 0 28183109 888315904 18494 996147200 134512640 134550932 4294955968 18446744073709551615 4126758915 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32686] ppid=32681 vsize=867496 CPUtime=0.1
/proc/32683/task/32686/stat : 32686 (java) S 32681 32683 31231 0 -1 64 7241 270 0 0 9 1 0 0 17 0 9 0 28183111 888315904 18494 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32687] ppid=32681 vsize=867496 CPUtime=0
/proc/32683/task/32687/stat : 32687 (java) S 32681 32683 31231 0 -1 64 18 270 0 0 0 0 0 0 16 0 9 0 28183111 888315904 18494 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32688] ppid=32681 vsize=867496 CPUtime=0
/proc/32683/task/32688/stat : 32688 (java) S 32681 32683 31231 0 -1 64 8 270 0 0 0 0 0 0 16 0 9 0 28183111 888315904 18494 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32689] ppid=32681 vsize=867496 CPUtime=0
/proc/32683/task/32689/stat : 32689 (java) S 32681 32683 31231 0 -1 64 1 270 0 0 0 0 0 0 18 0 9 0 28183113 888315904 18494 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32690] ppid=32681 vsize=867496 CPUtime=0.2
/proc/32683/task/32690/stat : 32690 (java) S 32681 32683 31231 0 -1 64 556 270 0 0 20 0 0 0 16 0 9 0 28183113 888315904 18494 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32691] ppid=32681 vsize=867496 CPUtime=0
/proc/32683/task/32691/stat : 32691 (java) S 32681 32683 31231 0 -1 64 1 270 0 0 0 0 0 0 19 0 9 0 28183113 888315904 18494 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32692] ppid=32681 vsize=867496 CPUtime=0
/proc/32683/task/32692/stat : 32692 (java) S 32681 32683 31231 0 -1 64 9 270 0 0 0 0 0 0 15 0 9 0 28183113 888315904 18494 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 867496

[startup+12.702 s]
/proc/loadavg: 1.93 1.98 1.99 3/89 32696
/proc/meminfo: memFree=1651280/2055920 swapFree=4192812/4192956
[pid=32683] ppid=32681 vsize=867496 CPUtime=12.55
/proc/32683/stat : 32683 (java) S 32681 32683 31231 0 -1 0 27540 270 1 0 1241 14 0 0 18 0 9 0 28183108 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32683/statm: 216874 18499 2656 9 0 211310 0
[pid=32683/tid=32685] ppid=32681 vsize=867496 CPUtime=12.19
/proc/32683/task/32685/stat : 32685 (java) R 32681 32683 31231 0 -1 64 18898 270 1 0 1209 10 0 0 25 0 9 0 28183109 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4126770405 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32686] ppid=32681 vsize=867496 CPUtime=0.1
/proc/32683/task/32686/stat : 32686 (java) S 32681 32683 31231 0 -1 64 7241 270 0 0 9 1 0 0 16 0 9 0 28183111 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32687] ppid=32681 vsize=867496 CPUtime=0
/proc/32683/task/32687/stat : 32687 (java) S 32681 32683 31231 0 -1 64 18 270 0 0 0 0 0 0 16 0 9 0 28183111 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32688] ppid=32681 vsize=867496 CPUtime=0
/proc/32683/task/32688/stat : 32688 (java) S 32681 32683 31231 0 -1 64 8 270 0 0 0 0 0 0 16 0 9 0 28183111 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32689] ppid=32681 vsize=867496 CPUtime=0
/proc/32683/task/32689/stat : 32689 (java) S 32681 32683 31231 0 -1 64 1 270 0 0 0 0 0 0 18 0 9 0 28183113 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32690] ppid=32681 vsize=867496 CPUtime=0.21
/proc/32683/task/32690/stat : 32690 (java) S 32681 32683 31231 0 -1 64 563 270 0 0 21 0 0 0 16 0 9 0 28183113 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32691] ppid=32681 vsize=867496 CPUtime=0
/proc/32683/task/32691/stat : 32691 (java) S 32681 32683 31231 0 -1 64 1 270 0 0 0 0 0 0 19 0 9 0 28183113 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32692] ppid=32681 vsize=867496 CPUtime=0
/proc/32683/task/32692/stat : 32692 (java) S 32681 32683 31231 0 -1 64 9 270 0 0 0 0 0 0 15 0 9 0 28183113 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 867496

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

[startup+15.9025 s]
/proc/loadavg: 1.94 1.98 1.99 3/89 32696
/proc/meminfo: memFree=1651280/2055920 swapFree=4192812/4192956
[pid=32683] ppid=32681 vsize=867496 CPUtime=15.71
/proc/32683/stat : 32683 (java) S 32681 32683 31231 0 -1 0 27553 270 1 0 1557 14 0 0 18 0 9 0 28183108 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32683/statm: 216874 18499 2656 9 0 211310 0
[pid=32683/tid=32685] ppid=32681 vsize=867496 CPUtime=15.36
/proc/32683/task/32685/stat : 32685 (java) R 32681 32683 31231 0 -1 64 18911 270 1 0 1526 10 0 0 25 0 9 0 28183109 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4126770656 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32686] ppid=32681 vsize=867496 CPUtime=0.1
/proc/32683/task/32686/stat : 32686 (java) S 32681 32683 31231 0 -1 64 7241 270 0 0 9 1 0 0 16 0 9 0 28183111 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32687] ppid=32681 vsize=867496 CPUtime=0
/proc/32683/task/32687/stat : 32687 (java) S 32681 32683 31231 0 -1 64 18 270 0 0 0 0 0 0 16 0 9 0 28183111 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32688] ppid=32681 vsize=867496 CPUtime=0
/proc/32683/task/32688/stat : 32688 (java) S 32681 32683 31231 0 -1 64 8 270 0 0 0 0 0 0 16 0 9 0 28183111 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32689] ppid=32681 vsize=867496 CPUtime=0
/proc/32683/task/32689/stat : 32689 (java) S 32681 32683 31231 0 -1 64 1 270 0 0 0 0 0 0 18 0 9 0 28183113 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32690] ppid=32681 vsize=867496 CPUtime=0.21
/proc/32683/task/32690/stat : 32690 (java) S 32681 32683 31231 0 -1 64 563 270 0 0 21 0 0 0 16 0 9 0 28183113 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32691] ppid=32681 vsize=867496 CPUtime=0
/proc/32683/task/32691/stat : 32691 (java) S 32681 32683 31231 0 -1 64 1 270 0 0 0 0 0 0 19 0 9 0 28183113 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32692] ppid=32681 vsize=867496 CPUtime=0
/proc/32683/task/32692/stat : 32692 (java) S 32681 32683 31231 0 -1 64 9 270 0 0 0 0 0 0 15 0 9 0 28183113 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.71
Current children cumulated vsize (KiB) 867496

[startup+16.7016 s]
/proc/loadavg: 1.94 1.98 1.99 3/89 32696
/proc/meminfo: memFree=1651344/2055920 swapFree=4192812/4192956
[pid=32683] ppid=32681 vsize=867496 CPUtime=16.51
/proc/32683/stat : 32683 (java) S 32681 32683 31231 0 -1 0 27556 270 1 0 1637 14 0 0 18 0 9 0 28183108 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32683/statm: 216874 18499 2656 9 0 211310 0
[pid=32683/tid=32685] ppid=32681 vsize=867496 CPUtime=16.15
/proc/32683/task/32685/stat : 32685 (java) R 32681 32683 31231 0 -1 64 18914 270 1 0 1605 10 0 0 25 0 9 0 28183109 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4126770578 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32686] ppid=32681 vsize=867496 CPUtime=0.1
/proc/32683/task/32686/stat : 32686 (java) S 32681 32683 31231 0 -1 64 7241 270 0 0 9 1 0 0 16 0 9 0 28183111 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32687] ppid=32681 vsize=867496 CPUtime=0
/proc/32683/task/32687/stat : 32687 (java) S 32681 32683 31231 0 -1 64 18 270 0 0 0 0 0 0 16 0 9 0 28183111 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32688] ppid=32681 vsize=867496 CPUtime=0
/proc/32683/task/32688/stat : 32688 (java) S 32681 32683 31231 0 -1 64 8 270 0 0 0 0 0 0 16 0 9 0 28183111 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32689] ppid=32681 vsize=867496 CPUtime=0
/proc/32683/task/32689/stat : 32689 (java) S 32681 32683 31231 0 -1 64 1 270 0 0 0 0 0 0 18 0 9 0 28183113 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32690] ppid=32681 vsize=867496 CPUtime=0.21
/proc/32683/task/32690/stat : 32690 (java) S 32681 32683 31231 0 -1 64 563 270 0 0 21 0 0 0 16 0 9 0 28183113 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32691] ppid=32681 vsize=867496 CPUtime=0
/proc/32683/task/32691/stat : 32691 (java) S 32681 32683 31231 0 -1 64 1 270 0 0 0 0 0 0 19 0 9 0 28183113 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32692] ppid=32681 vsize=867496 CPUtime=0
/proc/32683/task/32692/stat : 32692 (java) S 32681 32683 31231 0 -1 64 9 270 0 0 0 0 0 0 15 0 9 0 28183113 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.51
Current children cumulated vsize (KiB) 867496

[startup+17.5017 s]
/proc/loadavg: 1.94 1.98 1.99 3/89 32696
/proc/meminfo: memFree=1651344/2055920 swapFree=4192812/4192956
[pid=32683] ppid=32681 vsize=867496 CPUtime=17.3
/proc/32683/stat : 32683 (java) S 32681 32683 31231 0 -1 0 27558 270 1 0 1716 14 0 0 18 0 9 0 28183108 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32683/statm: 216874 18499 2656 9 0 211310 0
[pid=32683/tid=32685] ppid=32681 vsize=867496 CPUtime=16.95
/proc/32683/task/32685/stat : 32685 (java) R 32681 32683 31231 0 -1 64 18916 270 1 0 1685 10 0 0 25 0 9 0 28183109 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4126770578 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32686] ppid=32681 vsize=867496 CPUtime=0.1
/proc/32683/task/32686/stat : 32686 (java) S 32681 32683 31231 0 -1 64 7241 270 0 0 9 1 0 0 16 0 9 0 28183111 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32687] ppid=32681 vsize=867496 CPUtime=0
/proc/32683/task/32687/stat : 32687 (java) S 32681 32683 31231 0 -1 64 18 270 0 0 0 0 0 0 16 0 9 0 28183111 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32688] ppid=32681 vsize=867496 CPUtime=0
/proc/32683/task/32688/stat : 32688 (java) S 32681 32683 31231 0 -1 64 8 270 0 0 0 0 0 0 16 0 9 0 28183111 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32689] ppid=32681 vsize=867496 CPUtime=0
/proc/32683/task/32689/stat : 32689 (java) S 32681 32683 31231 0 -1 64 1 270 0 0 0 0 0 0 18 0 9 0 28183113 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32690] ppid=32681 vsize=867496 CPUtime=0.21
/proc/32683/task/32690/stat : 32690 (java) S 32681 32683 31231 0 -1 64 563 270 0 0 21 0 0 0 16 0 9 0 28183113 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32691] ppid=32681 vsize=867496 CPUtime=0
/proc/32683/task/32691/stat : 32691 (java) S 32681 32683 31231 0 -1 64 1 270 0 0 0 0 0 0 19 0 9 0 28183113 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32692] ppid=32681 vsize=867496 CPUtime=0
/proc/32683/task/32692/stat : 32692 (java) R 32681 32683 31231 0 -1 64 9 270 0 0 0 0 0 0 15 0 9 0 28183113 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.3
Current children cumulated vsize (KiB) 867496

[startup+17.7017 s]
/proc/loadavg: 1.94 1.98 1.99 3/89 32696
/proc/meminfo: memFree=1651344/2055920 swapFree=4192812/4192956
[pid=32683] ppid=32681 vsize=867496 CPUtime=17.5
/proc/32683/stat : 32683 (java) S 32681 32683 31231 0 -1 0 27559 270 1 0 1736 14 0 0 18 0 9 0 28183108 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32683/statm: 216874 18499 2656 9 0 211310 0
[pid=32683/tid=32685] ppid=32681 vsize=867496 CPUtime=17.14
/proc/32683/task/32685/stat : 32685 (java) R 32681 32683 31231 0 -1 64 18917 270 1 0 1704 10 0 0 25 0 9 0 28183109 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4126831310 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32686] ppid=32681 vsize=867496 CPUtime=0.1
/proc/32683/task/32686/stat : 32686 (java) S 32681 32683 31231 0 -1 64 7241 270 0 0 9 1 0 0 16 0 9 0 28183111 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32687] ppid=32681 vsize=867496 CPUtime=0
/proc/32683/task/32687/stat : 32687 (java) S 32681 32683 31231 0 -1 64 18 270 0 0 0 0 0 0 16 0 9 0 28183111 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32688] ppid=32681 vsize=867496 CPUtime=0
/proc/32683/task/32688/stat : 32688 (java) S 32681 32683 31231 0 -1 64 8 270 0 0 0 0 0 0 16 0 9 0 28183111 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32689] ppid=32681 vsize=867496 CPUtime=0
/proc/32683/task/32689/stat : 32689 (java) S 32681 32683 31231 0 -1 64 1 270 0 0 0 0 0 0 18 0 9 0 28183113 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32690] ppid=32681 vsize=867496 CPUtime=0.21
/proc/32683/task/32690/stat : 32690 (java) S 32681 32683 31231 0 -1 64 563 270 0 0 21 0 0 0 16 0 9 0 28183113 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32691] ppid=32681 vsize=867496 CPUtime=0
/proc/32683/task/32691/stat : 32691 (java) S 32681 32683 31231 0 -1 64 1 270 0 0 0 0 0 0 19 0 9 0 28183113 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32692] ppid=32681 vsize=867496 CPUtime=0
/proc/32683/task/32692/stat : 32692 (java) S 32681 32683 31231 0 -1 64 9 270 0 0 0 0 0 0 15 0 9 0 28183113 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.5
Current children cumulated vsize (KiB) 867496

[startup+17.8018 s]
/proc/loadavg: 1.94 1.98 1.99 3/89 32696
/proc/meminfo: memFree=1651344/2055920 swapFree=4192812/4192956
[pid=32683] ppid=32681 vsize=867496 CPUtime=17.6
/proc/32683/stat : 32683 (java) S 32681 32683 31231 0 -1 0 27559 270 1 0 1746 14 0 0 18 0 9 0 28183108 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32683/statm: 216874 18499 2656 9 0 211310 0
[pid=32683/tid=32685] ppid=32681 vsize=867496 CPUtime=17.24
/proc/32683/task/32685/stat : 32685 (java) R 32681 32683 31231 0 -1 64 18917 270 1 0 1714 10 0 0 25 0 9 0 28183109 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4126770395 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32686] ppid=32681 vsize=867496 CPUtime=0.1
/proc/32683/task/32686/stat : 32686 (java) S 32681 32683 31231 0 -1 64 7241 270 0 0 9 1 0 0 16 0 9 0 28183111 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32687] ppid=32681 vsize=867496 CPUtime=0
/proc/32683/task/32687/stat : 32687 (java) S 32681 32683 31231 0 -1 64 18 270 0 0 0 0 0 0 16 0 9 0 28183111 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32688] ppid=32681 vsize=867496 CPUtime=0
/proc/32683/task/32688/stat : 32688 (java) S 32681 32683 31231 0 -1 64 8 270 0 0 0 0 0 0 16 0 9 0 28183111 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32689] ppid=32681 vsize=867496 CPUtime=0
/proc/32683/task/32689/stat : 32689 (java) S 32681 32683 31231 0 -1 64 1 270 0 0 0 0 0 0 18 0 9 0 28183113 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32690] ppid=32681 vsize=867496 CPUtime=0.21
/proc/32683/task/32690/stat : 32690 (java) S 32681 32683 31231 0 -1 64 563 270 0 0 21 0 0 0 16 0 9 0 28183113 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32691] ppid=32681 vsize=867496 CPUtime=0
/proc/32683/task/32691/stat : 32691 (java) S 32681 32683 31231 0 -1 64 1 270 0 0 0 0 0 0 19 0 9 0 28183113 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32692] ppid=32681 vsize=867496 CPUtime=0
/proc/32683/task/32692/stat : 32692 (java) S 32681 32683 31231 0 -1 64 9 270 0 0 0 0 0 0 15 0 9 0 28183113 888315904 18499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.6
Current children cumulated vsize (KiB) 867496

Child status: 0
Real time (s): 17.8824
CPU time (s): 17.6483
CPU user time (s): 17.4863
CPU system time (s): 0.161975
CPU usage (%): 98.6912
Max. virtual memory (cumulated for all children) (KiB): 867496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.4863
system time used= 0.161975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27919
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= 1350
involuntary context switches= 1748

runsolver used 0.030995 second user time and 0.068989 second system time

The end

Launcher Data

Begin job on node30 at 2009-07-12 17:06:10
IDJOB=2096923
IDBENCH=56760
IDSOLVER=773
FILE ID=node30/2096923-1247411170
PBS_JOBID= 9510583
Free space on /tmp= 66376 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/rand-3-20-20-fcd/normalized-rand-3-20-20-60-632-fcd-35_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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2096923-1247411170/watcher-2096923-1247411170 -o /tmp/evaluation-result-2096923-1247411170/solver-2096923-1247411170 -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-2096923-1247411170.xml

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

MD5SUM BENCH= ab38c2036f3b1b0ab354ce542948959c
RANDOM SEED=1140007558

node30.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.277
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.277
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:       1715824 kB
Buffers:         40372 kB
Cached:         132280 kB
SwapCached:          0 kB
Active:         220812 kB
Inactive:        60400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1715824 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3252 kB
Writeback:           0 kB
Mapped:         129068 kB
Slab:            43976 kB
Committed_AS:  1012600 kB
PageTables:       1916 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= 66372 MiB
End job on node30 at 2009-07-12 17:06:28