Trace number 2096782

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 ESACSAT 13.5689 13.7719

DiagnosticValue
CHECKS3260890
NODES3057

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-21-07.xml
MD5SUM649294e53c6b0b14135b49af7d95af4e
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.61815
Satisfiable
(Un)Satisfiability was proved
Number of variables368
Number of constraints2572
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension152
Number of constraints which are defined in intension2420
Global constraints used (with number of constraints)

Solver Data

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-2096782-1247410695.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.38/0.45	     nbVariables=368  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=9568
0.38/0.45	       =>  wckTime=0.212  cpuTime=0.17  mem=8M868
0.38/0.46	   
0.38/0.46	   relations being loaded...
0.58/0.61	   
0.58/0.61	   predicates being loaded...
0.58/0.67	   
0.58/0.67	   constraints being loaded...
1.08/1.15	   Too large in ConstraintConflictsSTructure
1.08/1.19	   Too large in ConstraintConflictsSTructure
2.55/2.62	     nbConstraints=2573  nbRelationTypes=6  nbGlobalConstraints=153  nbExtensionStructures=6
2.55/2.62	     nbSharedExtensionStructures=146  nbConflictsStructures=4  nbSharedConflictsStructures=124
2.55/2.62	     nbUnbuiltConflictsStructures=10  nbSharedBinaryRepresentations=0  nbEvaluationManagers=8
2.55/2.62	     nbSharedEvaluationManagers=2412  minDegree=14  maxDegree=87  minArity=3  avgArity=8.65  maxArity=350
2.55/2.62	     nbGenerators=1  nbFusions=0  symmetryWckTime=0.435  symmetryCpuTime=0.23
2.55/2.62	       =>  wckTime=2.377  cpuTime=1.79  mem=34M258
2.65/2.74	   
2.65/2.74	   solver IterativeSystematicSolver being built... 
3.04/3.11	   
3.04/3.11	   INFO : Forward propagation technique limited 
3.04/3.19	       =>  wckTime=2.945  cpuTime=2.12  mem=82M417
4.33/4.49	   
4.33/4.49	   preprocessing
4.33/4.49	     nbConstraintChecks=148729  nbValidityChecks=10881309  nbPropagations=6141  nbRevisions=16774
4.33/4.49	     nbUselessRevisions=16770  nbSingletonTests=396  nbEffectiveSingletonTests=0  nbACRemovals=419  nbFoundSingletons=0
4.33/4.49	     nbRemovedValues=419  detectedInconsistency=no
4.33/4.49	       =>  wckTime=1.298  cpuTime=1.21  mem=84M317
6.80/6.91	   
6.80/6.91	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=57M80)
13.52/13.70	   
13.52/13.70	   search
13.52/13.70	     run=7  nbConstraintChecks=3112158  nbValidityChecks=32041431  minDepth=6  maxDepth=368  nbPropagations=165901
13.52/13.70	     nbRevisions=2794260  nbUselessRevisions=2793710  nbAssignments=3057  nbFailedAssignments=419  nbBacktracks=1056
13.52/13.70	     nbVisitedNodes=3763  nbRestartNogoods=57  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=75.78
13.52/13.70	     nbIEliminables=242.74  nbDEliminables=0  nbPEliminables=0
13.52/13.71	       =>  wckTime=10.513  cpuTime=10.16  mem=57M80
13.52/13.71	   
13.52/13.71	   global
13.52/13.71	     nbConstraintChecks=3260887  nbValidityChecks=42922740  nbPropagations=172042  nbRevisions=2811034
13.52/13.71	     nbUselessRevisions=2810480  nbRestartNogoods=57  solvingWckTime=10.515  solvingCpuTime=10.17  expiredTime=no
13.52/13.71	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=12.27  globalCpuTime=12.34
13.52/13.71	       =>  wckTime=13.464  cpuTime=12.29  mem=57M80
13.52/13.71	   
13.52/13.71	s SATISFIABLE
13.52/13.71	v 11 14 18 18 1 0 1 10 0 2 14 1 14 11 18 14 11 14 14 13 19 14 0 8 17 4 18 0 12 8 3 4 14 12 0 13 18 2 14 20 13 3 17 4 11 18 17 4 12 8 19 19 0 13 2 4 19 4 13 18 4 18 0 11 5 4 11 14 13 0 17 8 4 18 4 0 17 15 3 4 11 0 24 4 3 1 14 18 18 0 18 7 14 17 3 4 17 4 3 19 0 11 4 18 2 0 1 18 7 4 0 0 8 3 12 4 19 11 0 6 5 8 13 4 10 8 13 6 15 8 13 1 20 18 4 18 1 4 18 8 4 6 4 4 13 6 4 11 18 12 14 4 0 8 12 19 20 17 13 8 15 3 4 4 0 4 17 8 0 11 18 19 0 13 12 4 19 4 18 18 8 17 4 18 17 0 6 4 18 11 0 3 4 13 3 4 13 18 18 7 8 13 4 17 14 3 3 8 18 17 0 4 11 17 0 4 22 0 13 17 8 14 19 4 17 12 2 4 11 17 14 24 1 0 11 4 18 18 12 0 17 19 11 24 1 8 0 18 18 14 3 18 0 3 4 17 0 1 14 11 11 18 8 17 15 4 13 8 18 2 4 0 18 8 13 6 12 0 24 8 2 4 18 17 4 15 4 13 19 18 18 0 17 0 18 8 13 4 18 18 19 17 0 24 19 4 3 19 0 13 24 0 8 3 4 13 19 8 19 8 4 18 12 0 13 0 6 4 17 8 0 11 11 4 18 19 19 4 4 13 18 0 2 2 17 0 4 25 17 0 19 0 18 18 18 15 17 4 4 2 7 4 13 6 17 4 3 18 
13.52/13.71	d NODES 3057
13.52/13.71	d CHECKS 3260887
13.52/13.71	   
13.52/13.71	   totalWckTime=13.522  totalCpuTime=12.34

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-2096782-1247410695/watcher-2096782-1247410695 -o /tmp/evaluation-result-2096782-1247410695/solver-2096782-1247410695 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2096782-1247410695.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: 2.15 2.02 2.01 3/80 28934
/proc/meminfo: memFree=1688856/2055920 swapFree=4192812/4192956
[pid=28934] ppid=28932 vsize=10676 CPUtime=0
/proc/28934/stat : 28934 (java) S 28932 28934 28067 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 28133411 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/28934/statm: 2669 474 207 9 0 1184 0
[pid=28934/tid=28935] ppid=28932 vsize=10676 CPUtime=0
/proc/28934/task/28935/stat : 28935 (java) R 28932 28934 28067 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 28133412 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 13254616 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.116669 s]
/proc/loadavg: 2.15 2.02 2.01 3/80 28934
/proc/meminfo: memFree=1688856/2055920 swapFree=4192812/4192956
[pid=28934] ppid=28932 vsize=865984 CPUtime=0.1
/proc/28934/stat : 28934 (java) S 28932 28934 28067 0 -1 0 3977 0 1 0 8 2 0 0 18 0 9 0 28133411 886767616 3406 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28934/statm: 216496 3406 1774 9 0 210981 0
[pid=28934/tid=28935] ppid=28932 vsize=865984 CPUtime=0.08
/proc/28934/task/28935/stat : 28935 (java) R 28932 28934 28067 0 -1 64 3070 0 1 0 7 1 0 0 18 0 9 0 28133412 886767616 3406 996147200 134512640 134550932 4294955968 18446744073709551615 4125977509 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 865984

[startup+0.201686 s]
/proc/loadavg: 2.15 2.02 2.01 3/80 28934
/proc/meminfo: memFree=1688856/2055920 swapFree=4192812/4192956
[pid=28934] ppid=28932 vsize=866144 CPUtime=0.18
/proc/28934/stat : 28934 (java) S 28932 28934 28067 0 -1 0 4716 0 1 0 15 3 0 0 18 0 9 0 28133411 886931456 4133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28934/statm: 216536 4133 1878 9 0 211014 0
[pid=28934/tid=28935] ppid=28932 vsize=866144 CPUtime=0.17
/proc/28934/task/28935/stat : 28935 (java) R 28932 28934 28067 0 -1 64 3808 0 1 0 15 2 0 0 18 0 9 0 28133412 886931456 4133 996147200 134512640 134550932 4294955968 18446744073709551615 4125966963 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 866144

[startup+0.301705 s]
/proc/loadavg: 2.15 2.02 2.01 3/80 28934
/proc/meminfo: memFree=1688856/2055920 swapFree=4192812/4192956
[pid=28934] ppid=28932 vsize=866296 CPUtime=0.28
/proc/28934/stat : 28934 (java) S 28932 28934 28067 0 -1 0 5697 0 1 0 25 3 0 0 18 0 9 0 28133411 887087104 5100 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28934/statm: 216574 5100 1927 9 0 211052 0
[pid=28934/tid=28935] ppid=28932 vsize=866296 CPUtime=0.24
/proc/28934/task/28935/stat : 28935 (java) R 28932 28934 28067 0 -1 64 4726 0 1 0 22 2 0 0 19 0 9 0 28133412 887087104 5100 996147200 134512640 134550932 4294955968 18446744073709551615 12407588 0 2147483391 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866296

[startup+0.701777 s]
/proc/loadavg: 2.15 2.02 2.01 3/80 28934
/proc/meminfo: memFree=1688856/2055920 swapFree=4192812/4192956
[pid=28934] ppid=28932 vsize=867200 CPUtime=0.67
/proc/28934/stat : 28934 (java) S 28932 28934 28067 0 -1 0 9427 0 1 0 62 5 0 0 18 0 9 0 28133411 888012800 8781 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28934/statm: 216800 8781 2035 9 0 211236 0
[pid=28934/tid=28935] ppid=28932 vsize=867200 CPUtime=0.57
/proc/28934/task/28935/stat : 28935 (java) R 28932 28934 28067 0 -1 64 8262 0 1 0 53 4 0 0 20 0 9 0 28133412 888012800 8781 996147200 134512640 134550932 4294955968 18446744073709551615 4125977565 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867200

[startup+1.50293 s]
/proc/loadavg: 2.15 2.02 2.01 3/89 28943
/proc/meminfo: memFree=1641488/2055920 swapFree=4192812/4192956
[pid=28934] ppid=28932 vsize=867700 CPUtime=1.47
/proc/28934/stat : 28934 (java) S 28932 28934 28067 0 -1 0 19799 0 1 0 134 13 0 0 18 0 9 0 28133411 888524800 19125 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28934/statm: 216925 19125 2033 9 0 211383 0
[pid=28934/tid=28935] ppid=28932 vsize=867700 CPUtime=1.18
/proc/28934/task/28935/stat : 28935 (java) R 28932 28934 28067 0 -1 64 15835 0 1 0 107 11 0 0 25 0 9 0 28133412 888524800 19125 996147200 134512640 134550932 4294955968 18446744073709551615 4126698479 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28937] ppid=28932 vsize=867700 CPUtime=0.05
/proc/28934/task/28937/stat : 28937 (java) S 28932 28934 28067 0 -1 64 2548 0 0 0 5 0 0 0 16 0 9 0 28133414 888524800 19125 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28938] ppid=28932 vsize=867700 CPUtime=0
/proc/28934/task/28938/stat : 28938 (java) S 28932 28934 28067 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28133414 888524800 19125 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28939] ppid=28932 vsize=867700 CPUtime=0
/proc/28934/task/28939/stat : 28939 (java) S 28932 28934 28067 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28133414 888524800 19125 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28940] ppid=28932 vsize=867700 CPUtime=0
/proc/28934/task/28940/stat : 28940 (java) S 28932 28934 28067 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28133416 888524800 19125 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28941] ppid=28932 vsize=867700 CPUtime=0.21
/proc/28934/task/28941/stat : 28941 (java) S 28932 28934 28067 0 -1 64 715 0 0 0 21 0 0 0 15 0 9 0 28133416 888524800 19125 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28942] ppid=28932 vsize=867700 CPUtime=0
/proc/28934/task/28942/stat : 28942 (java) S 28932 28934 28067 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28133416 888524800 19125 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28943] ppid=28932 vsize=867700 CPUtime=0
/proc/28934/task/28943/stat : 28943 (java) S 28932 28934 28067 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28133416 888524800 19125 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867700

[startup+3.10224 s]
/proc/loadavg: 2.15 2.02 2.01 3/89 28943
/proc/meminfo: memFree=1607120/2055920 swapFree=4192812/4192956
[pid=28934] ppid=28932 vsize=868116 CPUtime=3.04
/proc/28934/stat : 28934 (java) S 28932 28934 28067 0 -1 0 47603 751 1 0 259 29 15 1 18 0 9 0 28133411 888950784 27723 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28934/statm: 217029 27723 2637 9 0 211487 0
[pid=28934/tid=28935] ppid=28932 vsize=868116 CPUtime=2.41
/proc/28934/task/28935/stat : 28935 (java) R 28932 28934 28067 0 -1 64 28890 751 1 0 203 22 15 1 25 0 9 0 28133412 888950784 27723 996147200 134512640 134550932 4294955968 18446744073709551615 4125950624 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28937] ppid=28932 vsize=868116 CPUtime=0.45
/proc/28934/task/28937/stat : 28937 (java) S 28932 28934 28067 0 -1 64 16922 751 0 0 25 4 15 1 16 0 9 0 28133414 888950784 27723 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28938] ppid=28932 vsize=868116 CPUtime=0.16
/proc/28934/task/28938/stat : 28938 (java) S 28932 28934 28067 0 -1 64 21 751 0 0 0 0 15 1 16 0 9 0 28133414 888950784 27723 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28939] ppid=28932 vsize=868116 CPUtime=0.16
/proc/28934/task/28939/stat : 28939 (java) S 28932 28934 28067 0 -1 64 9 751 0 0 0 0 15 1 15 0 9 0 28133414 888950784 27723 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28940] ppid=28932 vsize=868116 CPUtime=0.16
/proc/28934/task/28940/stat : 28940 (java) S 28932 28934 28067 0 -1 64 2 751 0 0 0 0 15 1 18 0 9 0 28133416 888950784 27723 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28941] ppid=28932 vsize=868116 CPUtime=0.46
/proc/28934/task/28941/stat : 28941 (java) S 28932 28934 28067 0 -1 64 942 751 0 0 30 0 15 1 15 0 9 0 28133416 888950784 27723 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28942] ppid=28932 vsize=868116 CPUtime=0.16
/proc/28934/task/28942/stat : 28942 (java) S 28932 28934 28067 0 -1 64 0 751 0 0 0 0 15 1 19 0 9 0 28133416 888950784 27723 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28943] ppid=28932 vsize=868116 CPUtime=0.16
/proc/28934/task/28943/stat : 28943 (java) S 28932 28934 28067 0 -1 64 9 751 0 0 0 0 15 1 15 0 9 0 28133416 888950784 27723 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 868116

[startup+6.30285 s]
/proc/loadavg: 2.14 2.02 2.00 4/89 28947
/proc/meminfo: memFree=1566992/2055920 swapFree=4192812/4192956
[pid=28934] ppid=28932 vsize=868116 CPUtime=6.21
/proc/28934/stat : 28934 (java) S 28932 28934 28067 0 -1 0 53213 751 1 0 572 33 15 1 18 0 9 0 28133411 888950784 32858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28934/statm: 217029 32858 2639 9 0 211487 0
[pid=28934/tid=28935] ppid=28932 vsize=868116 CPUtime=5.37
/proc/28934/task/28935/stat : 28935 (java) R 28932 28934 28067 0 -1 64 29352 751 1 0 498 23 15 1 25 0 9 0 28133412 888950784 32858 996147200 134512640 134550932 4294955968 18446744073709551615 4127280724 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28937] ppid=28932 vsize=868116 CPUtime=0.56
/proc/28934/task/28937/stat : 28937 (java) S 28932 28934 28067 0 -1 64 21969 751 0 0 33 7 15 1 17 0 9 0 28133414 888950784 32858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28938] ppid=28932 vsize=868116 CPUtime=0.16
/proc/28934/task/28938/stat : 28938 (java) S 28932 28934 28067 0 -1 64 21 751 0 0 0 0 15 1 16 0 9 0 28133414 888950784 32858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28939] ppid=28932 vsize=868116 CPUtime=0.16
/proc/28934/task/28939/stat : 28939 (java) S 28932 28934 28067 0 -1 64 9 751 0 0 0 0 15 1 16 0 9 0 28133414 888950784 32858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28940] ppid=28932 vsize=868116 CPUtime=0.16
/proc/28934/task/28940/stat : 28940 (java) S 28932 28934 28067 0 -1 64 2 751 0 0 0 0 15 1 18 0 9 0 28133416 888950784 32858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28941] ppid=28932 vsize=868116 CPUtime=0.57
/proc/28934/task/28941/stat : 28941 (java) S 28932 28934 28067 0 -1 64 1016 751 0 0 40 1 15 1 15 0 9 0 28133416 888950784 32858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28942] ppid=28932 vsize=868116 CPUtime=0.16
/proc/28934/task/28942/stat : 28942 (java) S 28932 28934 28067 0 -1 64 0 751 0 0 0 0 15 1 19 0 9 0 28133416 888950784 32858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28943] ppid=28932 vsize=868116 CPUtime=0.16
/proc/28934/task/28943/stat : 28943 (java) S 28932 28934 28067 0 -1 64 36 751 0 0 0 0 15 1 15 0 9 0 28133416 888950784 32858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 868116

[startup+12.7021 s]
/proc/loadavg: 2.13 2.02 2.00 4/89 28947
/proc/meminfo: memFree=1566864/2055920 swapFree=4192812/4192956
[pid=28934] ppid=28932 vsize=868116 CPUtime=12.53
/proc/28934/stat : 28934 (java) S 28932 28934 28067 0 -1 0 53251 751 1 0 1204 33 15 1 18 0 9 0 28133411 888950784 32872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28934/statm: 217029 32872 2639 9 0 211487 0
[pid=28934/tid=28935] ppid=28932 vsize=868116 CPUtime=11.66
/proc/28934/task/28935/stat : 28935 (java) R 28932 28934 28067 0 -1 64 29354 751 1 0 1127 23 15 1 25 0 9 0 28133412 888950784 32872 996147200 134512640 134550932 4294955968 18446744073709551615 4127317619 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28937] ppid=28932 vsize=868116 CPUtime=0.56
/proc/28934/task/28937/stat : 28937 (java) S 28932 28934 28067 0 -1 64 21969 751 0 0 33 7 15 1 16 0 9 0 28133414 888950784 32872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28938] ppid=28932 vsize=868116 CPUtime=0.16
/proc/28934/task/28938/stat : 28938 (java) S 28932 28934 28067 0 -1 64 21 751 0 0 0 0 15 1 16 0 9 0 28133414 888950784 32872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28939] ppid=28932 vsize=868116 CPUtime=0.16
/proc/28934/task/28939/stat : 28939 (java) S 28932 28934 28067 0 -1 64 9 751 0 0 0 0 15 1 16 0 9 0 28133414 888950784 32872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28940] ppid=28932 vsize=868116 CPUtime=0.16
/proc/28934/task/28940/stat : 28940 (java) S 28932 28934 28067 0 -1 64 2 751 0 0 0 0 15 1 18 0 9 0 28133416 888950784 32872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28941] ppid=28932 vsize=868116 CPUtime=0.6
/proc/28934/task/28941/stat : 28941 (java) S 28932 28934 28067 0 -1 64 1052 751 0 0 43 1 15 1 15 0 9 0 28133416 888950784 32872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28942] ppid=28932 vsize=868116 CPUtime=0.16
/proc/28934/task/28942/stat : 28942 (java) S 28932 28934 28067 0 -1 64 0 751 0 0 0 0 15 1 19 0 9 0 28133416 888950784 32872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28943] ppid=28932 vsize=868116 CPUtime=0.16
/proc/28934/task/28943/stat : 28943 (java) S 28932 28934 28067 0 -1 64 36 751 0 0 0 0 15 1 15 0 9 0 28133416 888950784 32872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 868116

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

[startup+12.8021 s]
/proc/loadavg: 2.13 2.02 2.00 4/89 28947
/proc/meminfo: memFree=1566864/2055920 swapFree=4192812/4192956
[pid=28934] ppid=28932 vsize=868116 CPUtime=12.63
/proc/28934/stat : 28934 (java) S 28932 28934 28067 0 -1 0 53251 751 1 0 1214 33 15 1 18 0 9 0 28133411 888950784 32872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28934/statm: 217029 32872 2639 9 0 211487 0
[pid=28934/tid=28935] ppid=28932 vsize=868116 CPUtime=11.76
/proc/28934/task/28935/stat : 28935 (java) R 28932 28934 28067 0 -1 64 29354 751 1 0 1137 23 15 1 25 0 9 0 28133412 888950784 32872 996147200 134512640 134550932 4294955968 18446744073709551615 4127314687 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28937] ppid=28932 vsize=868116 CPUtime=0.56
/proc/28934/task/28937/stat : 28937 (java) S 28932 28934 28067 0 -1 64 21969 751 0 0 33 7 15 1 16 0 9 0 28133414 888950784 32872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28938] ppid=28932 vsize=868116 CPUtime=0.16
/proc/28934/task/28938/stat : 28938 (java) S 28932 28934 28067 0 -1 64 21 751 0 0 0 0 15 1 16 0 9 0 28133414 888950784 32872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28939] ppid=28932 vsize=868116 CPUtime=0.16
/proc/28934/task/28939/stat : 28939 (java) S 28932 28934 28067 0 -1 64 9 751 0 0 0 0 15 1 16 0 9 0 28133414 888950784 32872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28940] ppid=28932 vsize=868116 CPUtime=0.16
/proc/28934/task/28940/stat : 28940 (java) S 28932 28934 28067 0 -1 64 2 751 0 0 0 0 15 1 18 0 9 0 28133416 888950784 32872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28941] ppid=28932 vsize=868116 CPUtime=0.6
/proc/28934/task/28941/stat : 28941 (java) S 28932 28934 28067 0 -1 64 1052 751 0 0 43 1 15 1 15 0 9 0 28133416 888950784 32872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28942] ppid=28932 vsize=868116 CPUtime=0.16
/proc/28934/task/28942/stat : 28942 (java) S 28932 28934 28067 0 -1 64 0 751 0 0 0 0 15 1 19 0 9 0 28133416 888950784 32872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28943] ppid=28932 vsize=868116 CPUtime=0.16
/proc/28934/task/28943/stat : 28943 (java) S 28932 28934 28067 0 -1 64 36 751 0 0 0 0 15 1 15 0 9 0 28133416 888950784 32872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 868116

[startup+13.2022 s]
/proc/loadavg: 2.13 2.02 2.00 3/89 28947
/proc/meminfo: memFree=1566864/2055920 swapFree=4192812/4192956
[pid=28934] ppid=28932 vsize=868116 CPUtime=13.03
/proc/28934/stat : 28934 (java) S 28932 28934 28067 0 -1 0 53251 751 1 0 1254 33 15 1 18 0 9 0 28133411 888950784 32872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28934/statm: 217029 32872 2639 9 0 211487 0
[pid=28934/tid=28935] ppid=28932 vsize=868116 CPUtime=12.16
/proc/28934/task/28935/stat : 28935 (java) R 28932 28934 28067 0 -1 64 29354 751 1 0 1177 23 15 1 25 0 9 0 28133412 888950784 32872 996147200 134512640 134550932 4294955968 18446744073709551615 4127314618 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28937] ppid=28932 vsize=868116 CPUtime=0.56
/proc/28934/task/28937/stat : 28937 (java) S 28932 28934 28067 0 -1 64 21969 751 0 0 33 7 15 1 16 0 9 0 28133414 888950784 32872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28938] ppid=28932 vsize=868116 CPUtime=0.16
/proc/28934/task/28938/stat : 28938 (java) S 28932 28934 28067 0 -1 64 21 751 0 0 0 0 15 1 16 0 9 0 28133414 888950784 32872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28939] ppid=28932 vsize=868116 CPUtime=0.16
/proc/28934/task/28939/stat : 28939 (java) S 28932 28934 28067 0 -1 64 9 751 0 0 0 0 15 1 16 0 9 0 28133414 888950784 32872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28940] ppid=28932 vsize=868116 CPUtime=0.16
/proc/28934/task/28940/stat : 28940 (java) S 28932 28934 28067 0 -1 64 2 751 0 0 0 0 15 1 18 0 9 0 28133416 888950784 32872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28941] ppid=28932 vsize=868116 CPUtime=0.6
/proc/28934/task/28941/stat : 28941 (java) S 28932 28934 28067 0 -1 64 1052 751 0 0 43 1 15 1 15 0 9 0 28133416 888950784 32872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28942] ppid=28932 vsize=868116 CPUtime=0.16
/proc/28934/task/28942/stat : 28942 (java) S 28932 28934 28067 0 -1 64 0 751 0 0 0 0 15 1 19 0 9 0 28133416 888950784 32872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28943] ppid=28932 vsize=868116 CPUtime=0.16
/proc/28934/task/28943/stat : 28943 (java) S 28932 28934 28067 0 -1 64 36 751 0 0 0 0 15 1 15 0 9 0 28133416 888950784 32872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.03
Current children cumulated vsize (KiB) 868116

[startup+13.6022 s]
/proc/loadavg: 2.13 2.02 2.00 3/89 28947
/proc/meminfo: memFree=1566864/2055920 swapFree=4192812/4192956
[pid=28934] ppid=28932 vsize=868116 CPUtime=13.42
/proc/28934/stat : 28934 (java) S 28932 28934 28067 0 -1 0 53251 751 1 0 1293 33 15 1 18 0 9 0 28133411 888950784 32872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28934/statm: 217029 32872 2639 9 0 211487 0
[pid=28934/tid=28935] ppid=28932 vsize=868116 CPUtime=12.55
/proc/28934/task/28935/stat : 28935 (java) R 28932 28934 28067 0 -1 64 29354 751 1 0 1216 23 15 1 25 0 9 0 28133412 888950784 32872 996147200 134512640 134550932 4294955968 18446744073709551615 4127314693 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28937] ppid=28932 vsize=868116 CPUtime=0.56
/proc/28934/task/28937/stat : 28937 (java) S 28932 28934 28067 0 -1 64 21969 751 0 0 33 7 15 1 16 0 9 0 28133414 888950784 32872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28938] ppid=28932 vsize=868116 CPUtime=0.16
/proc/28934/task/28938/stat : 28938 (java) S 28932 28934 28067 0 -1 64 21 751 0 0 0 0 15 1 16 0 9 0 28133414 888950784 32872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28939] ppid=28932 vsize=868116 CPUtime=0.16
/proc/28934/task/28939/stat : 28939 (java) S 28932 28934 28067 0 -1 64 9 751 0 0 0 0 15 1 16 0 9 0 28133414 888950784 32872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28940] ppid=28932 vsize=868116 CPUtime=0.16
/proc/28934/task/28940/stat : 28940 (java) S 28932 28934 28067 0 -1 64 2 751 0 0 0 0 15 1 18 0 9 0 28133416 888950784 32872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28941] ppid=28932 vsize=868116 CPUtime=0.6
/proc/28934/task/28941/stat : 28941 (java) S 28932 28934 28067 0 -1 64 1052 751 0 0 43 1 15 1 16 0 9 0 28133416 888950784 32872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28942] ppid=28932 vsize=868116 CPUtime=0.16
/proc/28934/task/28942/stat : 28942 (java) S 28932 28934 28067 0 -1 64 0 751 0 0 0 0 15 1 19 0 9 0 28133416 888950784 32872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28943] ppid=28932 vsize=868116 CPUtime=0.16
/proc/28934/task/28943/stat : 28943 (java) S 28932 28934 28067 0 -1 64 36 751 0 0 0 0 15 1 15 0 9 0 28133416 888950784 32872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.42
Current children cumulated vsize (KiB) 868116

[startup+13.7013 s]
/proc/loadavg: 2.13 2.02 2.00 3/89 28947
/proc/meminfo: memFree=1566864/2055920 swapFree=4192812/4192956
[pid=28934] ppid=28932 vsize=868116 CPUtime=13.52
/proc/28934/stat : 28934 (java) S 28932 28934 28067 0 -1 0 53256 751 1 0 1303 33 15 1 18 0 9 0 28133411 888950784 32874 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28934/statm: 217029 32874 2639 9 0 211487 0
[pid=28934/tid=28935] ppid=28932 vsize=868116 CPUtime=12.65
/proc/28934/task/28935/stat : 28935 (java) R 28932 28934 28067 0 -1 64 29359 751 1 0 1226 23 15 1 25 0 9 0 28133412 888950784 32874 996147200 134512640 134550932 4294955968 18446744073709551615 4127362797 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28937] ppid=28932 vsize=868116 CPUtime=0.56
/proc/28934/task/28937/stat : 28937 (java) S 28932 28934 28067 0 -1 64 21969 751 0 0 33 7 15 1 17 0 9 0 28133414 888950784 32874 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28938] ppid=28932 vsize=868116 CPUtime=0.16
/proc/28934/task/28938/stat : 28938 (java) S 28932 28934 28067 0 -1 64 21 751 0 0 0 0 15 1 16 0 9 0 28133414 888950784 32874 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28939] ppid=28932 vsize=868116 CPUtime=0.16
/proc/28934/task/28939/stat : 28939 (java) S 28932 28934 28067 0 -1 64 9 751 0 0 0 0 15 1 16 0 9 0 28133414 888950784 32874 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28940] ppid=28932 vsize=868116 CPUtime=0.16
/proc/28934/task/28940/stat : 28940 (java) S 28932 28934 28067 0 -1 64 2 751 0 0 0 0 15 1 18 0 9 0 28133416 888950784 32874 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28941] ppid=28932 vsize=868116 CPUtime=0.6
/proc/28934/task/28941/stat : 28941 (java) S 28932 28934 28067 0 -1 64 1052 751 0 0 43 1 15 1 16 0 9 0 28133416 888950784 32874 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28942] ppid=28932 vsize=868116 CPUtime=0.16
/proc/28934/task/28942/stat : 28942 (java) S 28932 28934 28067 0 -1 64 0 751 0 0 0 0 15 1 19 0 9 0 28133416 888950784 32874 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28934/tid=28943] ppid=28932 vsize=868116 CPUtime=0.16
/proc/28934/task/28943/stat : 28943 (java) S 28932 28934 28067 0 -1 64 36 751 0 0 0 0 15 1 15 0 9 0 28133416 888950784 32874 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.52
Current children cumulated vsize (KiB) 868116

Child status: 0
Real time (s): 13.7719
CPU time (s): 13.5689
CPU user time (s): 13.197
CPU system time (s): 0.371943
CPU usage (%): 98.526
Max. virtual memory (cumulated for all children) (KiB): 868204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.197
system time used= 0.371943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54037
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= 1987
involuntary context switches= 2327

runsolver used 0.028995 second user time and 0.055991 second system time

The end

Launcher Data

Begin job on node42 at 2009-07-12 16:58:15
IDJOB=2096782
IDBENCH=56653
IDSOLVER=774
FILE ID=node42/2096782-1247410695
PBS_JOBID= 9510559
Free space on /tmp= 66304 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-21-07.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2096782-1247410695/watcher-2096782-1247410695 -o /tmp/evaluation-result-2096782-1247410695/solver-2096782-1247410695 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2096782-1247410695.xml

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

MD5SUM BENCH= 649294e53c6b0b14135b49af7d95af4e
RANDOM SEED=711265372

node42.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.283
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.283
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:       1689336 kB
Buffers:         43192 kB
Cached:         166520 kB
SwapCached:          0 kB
Active:         197524 kB
Inactive:       115560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1689336 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3036 kB
Writeback:           0 kB
Mapped:         123876 kB
Slab:            38560 kB
Committed_AS:  1007308 kB
PageTables:       1960 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= 66304 MiB
End job on node42 at 2009-07-12 16:58:29