Trace number 1087253

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 ESACUNSAT 34.9517 35.1132

DiagnosticValue
CHECKS786103
NODES0

General information on the benchmark

Namecsp/fapp/fapp23/
normalized-fapp23-1800-2.xml
MD5SUMbb609ab61b1c53ea692a6968186c1670
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark17.5623
Satisfiable
(Un)Satisfiability was proved
Number of variables1800
Number of constraints63962
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63962
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.08	
0.06/0.08	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=esac.xml
0.26/0.31	   
0.26/0.31	   instance
0.26/0.31	     name=HOME/instance-1087253-1215243270.xml
0.26/0.34	   
0.26/0.34	   domains being loaded...
0.26/0.38	   
0.26/0.38	   variables being loaded...
0.55/0.62	     nbVariables=1800  nbDomainTypes=24  minDomainSize=46  maxDomainSize=302  nbTotalValues=455735
0.55/0.62	       =>  wckTime=0.367  cpuTime=0.24  mem=24M460
0.55/0.62	   
0.55/0.62	   predicates being loaded...
0.55/0.68	   
0.55/0.68	   constraints being loaded...
20.94/21.07	   
20.94/21.07	   INFO : Stopping converting binary constraints (cpu=20.04, mem = 86M302)
32.70/32.82	     nbConstraints=33337  nbMergedConstraints=30625  nbConvertedConstraints=1447  nbConvertConstraintsChecks=44222120
32.70/32.82	     nbExtensionStructures=784  nbSharedExtensionStructures=787  nbConflictsStructures=1743
32.70/32.82	     nbSharedConflictsStructures=1211  nbUnbuiltConflictsStructures=5046  nbSharedBinaryRepresentations=334260
32.70/32.82	     nbEvaluationManagers=6005  nbSharedEvaluationManagers=25885  minDegree=10  maxDegree=47  minArity=2  maxArity=2
32.70/32.82	     nbGenerators=0  nbFusions=0  symmetryWckTime=4.083  symmetryCpuTime=3.54
32.70/32.82	       =>  wckTime=32.567  cpuTime=30.47  mem=131M418
33.39/33.58	   
33.39/33.58	   solver IterativeSystematicSolver being built... 
34.28/34.42	       =>  wckTime=34.161  cpuTime=31.01  mem=197M595
34.78/34.99	   
34.78/34.99	   preprocessing
34.78/34.99	     nbConstraintChecks=786103  nbValidityChecks=18905  nbPropagations=44  nbRevisions=2827  nbUselessRevisions=1694
34.78/34.99	     nbRemovedValues=138666  detectedInconsistency=yes
34.78/34.99	       =>  wckTime=0.562  cpuTime=0.54  mem=198M663
34.78/35.00	   
34.78/35.00	   global
34.78/35.00	     nbConstraintChecks=786103  nbValidityChecks=18905  nbPropagations=44  nbRevisions=2827  nbUselessRevisions=1694
34.78/35.00	     nbRestartNogoods=0  solvingWckTime=0.565  solvingCpuTime=0.54  expiredTime=no  totalExploration=yes
34.78/35.00	     nbFoundSolutions=0  globalCpuTime=31.59
34.78/35.00	       =>  wckTime=34.739  cpuTime=31.56  mem=198M663
34.89/35.01	   
34.89/35.01	s UNSATISFIABLE
34.89/35.01	d NODES 0
34.89/35.01	d CHECKS 786103
34.89/35.01	   
34.89/35.01	   totalWckTime=34.821  totalCpuTime=31.61

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087253-1215243270/watcher-1087253-1215243270 -o /tmp/evaluation-result-1087253-1215243270/solver-1087253-1215243270 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1087253-1215243270.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.04 3/81 7494
/proc/meminfo: memFree=1621992/2055920 swapFree=4180456/4192956
[pid=7494] ppid=7492 vsize=1616 CPUtime=0
/proc/7494/stat : 7494 (java) R 7492 7494 4952 0 -1 0 178 0 0 0 0 0 0 0 18 0 1 0 2003301425 1654784 147 996147200 134512640 134550740 4294956128 18446744073709551615 8292960 0 0 4096 0 0 0 0 17 0 0 0
/proc/7494/statm: 404 148 122 9 0 46 0

[startup+0.0835711 s]
/proc/loadavg: 2.00 2.02 2.04 3/81 7494
/proc/meminfo: memFree=1621992/2055920 swapFree=4180456/4192956
[pid=7494] ppid=7492 vsize=865856 CPUtime=0.06
/proc/7494/stat : 7494 (java) S 7492 7494 4952 0 -1 0 3566 0 1 0 5 1 0 0 18 0 9 0 2003301425 886636544 3056 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7494/statm: 216464 3056 1639 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.102573 s]
/proc/loadavg: 2.00 2.02 2.04 3/81 7494
/proc/meminfo: memFree=1621992/2055920 swapFree=4180456/4192956
[pid=7494] ppid=7492 vsize=865884 CPUtime=0.09
/proc/7494/stat : 7494 (java) S 7492 7494 4952 0 -1 0 3713 0 1 0 7 2 0 0 18 0 9 0 2003301425 886665216 3184 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7494/statm: 216471 3186 1689 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301612 s]
/proc/loadavg: 2.00 2.02 2.04 3/81 7494
/proc/meminfo: memFree=1621992/2055920 swapFree=4180456/4192956
[pid=7494] ppid=7492 vsize=866288 CPUtime=0.26
/proc/7494/stat : 7494 (java) S 7492 7494 4952 0 -1 0 5687 0 1 0 22 4 0 0 18 0 9 0 2003301425 887078912 5090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7494/statm: 216572 5090 1935 9 0 211100 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 866288

[startup+0.701686 s]
/proc/loadavg: 2.00 2.02 2.04 3/81 7494
/proc/meminfo: memFree=1621992/2055920 swapFree=4180456/4192956
[pid=7494] ppid=7492 vsize=867416 CPUtime=0.66
/proc/7494/stat : 7494 (java) S 7492 7494 4952 0 -1 0 11692 0 1 0 57 9 0 0 18 0 9 0 2003301425 888233984 11052 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7494/statm: 216854 11053 2010 9 0 211360 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 867416

[startup+1.50184 s]
/proc/loadavg: 2.00 2.02 2.04 3/90 7503
/proc/meminfo: memFree=1568736/2055920 swapFree=4180456/4192956
[pid=7494] ppid=7492 vsize=867460 CPUtime=1.45
/proc/7494/stat : 7494 (java) S 7492 7494 4952 0 -1 0 20824 0 1 0 131 14 0 0 18 0 9 0 2003301425 888279040 20159 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7494/statm: 216865 20159 2004 9 0 211393 0
[pid=7494/tid=7496] ppid=7492 vsize=867460 CPUtime=1.19
/proc/7494/task/7496/stat : 7496 (java) R 7492 7494 4952 0 -1 64 15745 0 1 0 108 11 0 0 25 0 9 0 2003301426 888279040 20159 996147200 134512640 134550740 4294955968 18446744073709551615 103825783 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7497] ppid=7492 vsize=867460 CPUtime=0.07
/proc/7494/task/7497/stat : 7497 (java) S 7492 7494 4952 0 -1 64 3753 0 0 0 5 2 0 0 16 0 9 0 2003301427 888279040 20159 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7498] ppid=7492 vsize=867460 CPUtime=0
/proc/7494/task/7498/stat : 7498 (java) S 7492 7494 4952 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003301427 888279040 20159 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7499] ppid=7492 vsize=867460 CPUtime=0
/proc/7494/task/7499/stat : 7499 (java) S 7492 7494 4952 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003301427 888279040 20159 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7500] ppid=7492 vsize=867460 CPUtime=0
/proc/7494/task/7500/stat : 7500 (java) S 7492 7494 4952 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2003301429 888279040 20159 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7501] ppid=7492 vsize=867460 CPUtime=0.17
/proc/7494/task/7501/stat : 7501 (java) S 7492 7494 4952 0 -1 64 630 0 0 0 17 0 0 0 15 0 9 0 2003301429 888279040 20159 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7502] ppid=7492 vsize=867460 CPUtime=0
/proc/7494/task/7502/stat : 7502 (java) S 7492 7494 4952 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2003301429 888279040 20159 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7503] ppid=7492 vsize=867460 CPUtime=0
/proc/7494/task/7503/stat : 7503 (java) S 7492 7494 4952 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003301429 888279040 20159 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 867460

[startup+3.10214 s]
/proc/loadavg: 2.00 2.02 2.04 3/90 7503
/proc/meminfo: memFree=1536480/2055920 swapFree=4180456/4192956
[pid=7494] ppid=7492 vsize=867460 CPUtime=3.05
/proc/7494/stat : 7494 (java) S 7492 7494 4952 0 -1 0 25381 0 1 0 288 17 0 0 18 0 9 0 2003301425 888279040 24714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7494/statm: 216865 24714 2004 9 0 211393 0
[pid=7494/tid=7496] ppid=7492 vsize=867460 CPUtime=2.6
/proc/7494/task/7496/stat : 7496 (java) R 7492 7494 4952 0 -1 64 15748 0 1 0 248 12 0 0 25 0 9 0 2003301426 888279040 24714 996147200 134512640 134550740 4294955968 18446744073709551615 4126605099 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7497] ppid=7492 vsize=867460 CPUtime=0.26
/proc/7494/task/7497/stat : 7497 (java) S 7492 7494 4952 0 -1 64 8307 0 0 0 22 4 0 0 17 0 9 0 2003301427 888279040 24714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7498] ppid=7492 vsize=867460 CPUtime=0
/proc/7494/task/7498/stat : 7498 (java) S 7492 7494 4952 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003301427 888279040 24714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7499] ppid=7492 vsize=867460 CPUtime=0
/proc/7494/task/7499/stat : 7499 (java) S 7492 7494 4952 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003301427 888279040 24714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7500] ppid=7492 vsize=867460 CPUtime=0
/proc/7494/task/7500/stat : 7500 (java) S 7492 7494 4952 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2003301429 888279040 24714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7501] ppid=7492 vsize=867460 CPUtime=0.17
/proc/7494/task/7501/stat : 7501 (java) S 7492 7494 4952 0 -1 64 630 0 0 0 17 0 0 0 16 0 9 0 2003301429 888279040 24714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7502] ppid=7492 vsize=867460 CPUtime=0
/proc/7494/task/7502/stat : 7502 (java) S 7492 7494 4952 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2003301429 888279040 24714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7503] ppid=7492 vsize=867460 CPUtime=0
/proc/7494/task/7503/stat : 7503 (java) S 7492 7494 4952 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003301429 888279040 24714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867460

[startup+6.30174 s]
/proc/loadavg: 2.00 2.02 2.04 3/90 7503
/proc/meminfo: memFree=1517472/2055920 swapFree=4180456/4192956
[pid=7494] ppid=7492 vsize=867460 CPUtime=6.25
/proc/7494/stat : 7494 (java) S 7492 7494 4952 0 -1 0 28609 0 1 0 605 20 0 0 18 0 9 0 2003301425 888279040 27935 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7494/statm: 216865 27935 2006 9 0 211393 0
[pid=7494/tid=7496] ppid=7492 vsize=867460 CPUtime=5.53
/proc/7494/task/7496/stat : 7496 (java) R 7492 7494 4952 0 -1 64 15788 0 1 0 541 12 0 0 25 0 9 0 2003301426 888279040 27935 996147200 134512640 134550740 4294955968 18446744073709551615 4126908537 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7497] ppid=7492 vsize=867460 CPUtime=0.47
/proc/7494/task/7497/stat : 7497 (java) S 7492 7494 4952 0 -1 64 11454 0 0 0 41 6 0 0 17 0 9 0 2003301427 888279040 27935 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7498] ppid=7492 vsize=867460 CPUtime=0
/proc/7494/task/7498/stat : 7498 (java) S 7492 7494 4952 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003301427 888279040 27935 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7499] ppid=7492 vsize=867460 CPUtime=0
/proc/7494/task/7499/stat : 7499 (java) S 7492 7494 4952 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003301427 888279040 27935 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7500] ppid=7492 vsize=867460 CPUtime=0
/proc/7494/task/7500/stat : 7500 (java) S 7492 7494 4952 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2003301429 888279040 27935 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7501] ppid=7492 vsize=867460 CPUtime=0.21
/proc/7494/task/7501/stat : 7501 (java) S 7492 7494 4952 0 -1 64 671 0 0 0 21 0 0 0 15 0 9 0 2003301429 888279040 27935 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7502] ppid=7492 vsize=867460 CPUtime=0
/proc/7494/task/7502/stat : 7502 (java) S 7492 7494 4952 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2003301429 888279040 27935 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7503] ppid=7492 vsize=867460 CPUtime=0
/proc/7494/task/7503/stat : 7503 (java) S 7492 7494 4952 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003301429 888279040 27935 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 867460

[startup+12.7019 s]
/proc/loadavg: 2.00 2.02 2.04 3/90 7503
/proc/meminfo: memFree=1510688/2055920 swapFree=4180456/4192956
[pid=7494] ppid=7492 vsize=867460 CPUtime=12.65
/proc/7494/stat : 7494 (java) S 7492 7494 4952 0 -1 0 30250 0 1 0 1243 22 0 0 18 0 9 0 2003301425 888279040 29573 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7494/statm: 216865 29573 2006 9 0 211393 0
[pid=7494/tid=7496] ppid=7492 vsize=867460 CPUtime=11.82
/proc/7494/task/7496/stat : 7496 (java) R 7492 7494 4952 0 -1 64 15791 0 1 0 1168 14 0 0 25 0 9 0 2003301426 888279040 29573 996147200 134512640 134550740 4294955968 18446744073709551615 4126915248 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7497] ppid=7492 vsize=867460 CPUtime=0.57
/proc/7494/task/7497/stat : 7497 (java) S 7492 7494 4952 0 -1 64 13087 0 0 0 51 6 0 0 17 0 9 0 2003301427 888279040 29573 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7498] ppid=7492 vsize=867460 CPUtime=0
/proc/7494/task/7498/stat : 7498 (java) S 7492 7494 4952 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003301427 888279040 29573 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7499] ppid=7492 vsize=867460 CPUtime=0
/proc/7494/task/7499/stat : 7499 (java) S 7492 7494 4952 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003301427 888279040 29573 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7500] ppid=7492 vsize=867460 CPUtime=0
/proc/7494/task/7500/stat : 7500 (java) S 7492 7494 4952 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2003301429 888279040 29573 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7501] ppid=7492 vsize=867460 CPUtime=0.22
/proc/7494/task/7501/stat : 7501 (java) S 7492 7494 4952 0 -1 64 676 0 0 0 22 0 0 0 15 0 9 0 2003301429 888279040 29573 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7502] ppid=7492 vsize=867460 CPUtime=0
/proc/7494/task/7502/stat : 7502 (java) S 7492 7494 4952 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2003301429 888279040 29573 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7503] ppid=7492 vsize=867460 CPUtime=0
/proc/7494/task/7503/stat : 7503 (java) S 7492 7494 4952 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003301429 888279040 29573 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 867460

[startup+25.5023 s]
/proc/loadavg: 2.00 2.02 2.03 3/90 7503
/proc/meminfo: memFree=1488160/2055920 swapFree=4180456/4192956
[pid=7494] ppid=7492 vsize=867460 CPUtime=25.44
/proc/7494/stat : 7494 (java) S 7492 7494 4952 0 -1 0 35910 0 1 0 2514 30 0 0 18 0 9 0 2003301425 888279040 35226 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7494/statm: 216865 35226 2007 9 0 211393 0
[pid=7494/tid=7496] ppid=7492 vsize=867460 CPUtime=24.22
/proc/7494/task/7496/stat : 7496 (java) R 7492 7494 4952 0 -1 64 15799 0 1 0 2403 19 0 0 25 0 9 0 2003301426 888279040 35226 996147200 134512640 134550740 4294955968 18446744073709551615 4126457632 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7497] ppid=7492 vsize=867460 CPUtime=0.93
/proc/7494/task/7497/stat : 7497 (java) S 7492 7494 4952 0 -1 64 18714 0 0 0 84 9 0 0 17 0 9 0 2003301427 888279040 35226 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7498] ppid=7492 vsize=867460 CPUtime=0
/proc/7494/task/7498/stat : 7498 (java) S 7492 7494 4952 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003301427 888279040 35226 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7499] ppid=7492 vsize=867460 CPUtime=0
/proc/7494/task/7499/stat : 7499 (java) S 7492 7494 4952 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003301427 888279040 35226 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7500] ppid=7492 vsize=867460 CPUtime=0
/proc/7494/task/7500/stat : 7500 (java) S 7492 7494 4952 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2003301429 888279040 35226 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7501] ppid=7492 vsize=867460 CPUtime=0.26
/proc/7494/task/7501/stat : 7501 (java) S 7492 7494 4952 0 -1 64 701 0 0 0 26 0 0 0 16 0 9 0 2003301429 888279040 35226 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7502] ppid=7492 vsize=867460 CPUtime=0
/proc/7494/task/7502/stat : 7502 (java) S 7492 7494 4952 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2003301429 888279040 35226 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7503] ppid=7492 vsize=867460 CPUtime=0
/proc/7494/task/7503/stat : 7503 (java) S 7492 7494 4952 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003301429 888279040 35226 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 867460

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

[startup+31.9065 s]
/proc/loadavg: 2.08 2.04 2.04 3/90 7507
/proc/meminfo: memFree=1468376/2055920 swapFree=4180456/4192956
[pid=7494] ppid=7492 vsize=868108 CPUtime=31.81
/proc/7494/stat : 7494 (java) S 7492 7494 4952 0 -1 0 46114 1863 1 0 3100 36 42 3 18 0 9 0 2003301425 888942592 40111 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7494/statm: 217027 40111 2018 9 0 211555 0
[pid=7494/tid=7496] ppid=7492 vsize=868108 CPUtime=30.19
/proc/7494/task/7496/stat : 7496 (java) R 7492 7494 4952 0 -1 64 20831 1863 1 0 2954 20 42 3 25 0 9 0 2003301426 888942592 40111 996147200 134512640 134550740 4294955968 18446744073709551615 4127215896 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7494/tid=7497] ppid=7492 vsize=868108 CPUtime=1.72
/proc/7494/task/7497/stat : 7497 (java) S 7492 7494 4952 0 -1 64 23589 1863 0 0 116 11 42 3 16 0 9 0 2003301427 888942592 40111 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7494/tid=7498] ppid=7492 vsize=868108 CPUtime=0.45
/proc/7494/task/7498/stat : 7498 (java) S 7492 7494 4952 0 -1 64 13 1863 0 0 0 0 42 3 16 0 9 0 2003301427 888942592 40111 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7499] ppid=7492 vsize=868108 CPUtime=0.45
/proc/7494/task/7499/stat : 7499 (java) S 7492 7494 4952 0 -1 64 5 1863 0 0 0 0 42 3 16 0 9 0 2003301427 888942592 40111 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7500] ppid=7492 vsize=868108 CPUtime=0.45
/proc/7494/task/7500/stat : 7500 (java) S 7492 7494 4952 0 -1 64 1 1863 0 0 0 0 42 3 23 0 9 0 2003301429 888942592 40111 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7501] ppid=7492 vsize=868108 CPUtime=0.74
/proc/7494/task/7501/stat : 7501 (java) S 7492 7494 4952 0 -1 64 850 1863 0 0 29 0 42 3 16 0 9 0 2003301429 888942592 40111 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7494/tid=7502] ppid=7492 vsize=868108 CPUtime=0.45
/proc/7494/task/7502/stat : 7502 (java) S 7492 7494 4952 0 -1 64 1 1863 0 0 0 0 42 3 24 0 9 0 2003301429 888942592 40111 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7503] ppid=7492 vsize=868108 CPUtime=0.45
/proc/7494/task/7503/stat : 7503 (java) S 7492 7494 4952 0 -1 64 9 1863 0 0 0 0 42 3 15 0 9 0 2003301429 888942592 40111 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.81
Current children cumulated vsize (KiB) 868108

[startup+33.5028 s]
/proc/loadavg: 2.15 2.05 2.04 4/90 7507
/proc/meminfo: memFree=1468312/2055920 swapFree=4180456/4192956
[pid=7494] ppid=7492 vsize=868108 CPUtime=33.39
/proc/7494/stat : 7494 (java) S 7492 7494 4952 0 -1 0 68548 1863 1 0 3254 40 42 3 18 0 9 0 2003301425 888942592 40904 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7494/statm: 217027 40904 2614 9 0 211555 0
[pid=7494/tid=7496] ppid=7492 vsize=868108 CPUtime=31.1
/proc/7494/task/7496/stat : 7496 (java) S 7492 7494 4952 0 -1 64 23136 1863 1 0 3044 21 42 3 25 0 9 0 2003301426 888942592 40904 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7494/tid=7497] ppid=7492 vsize=868108 CPUtime=2.39
/proc/7494/task/7497/stat : 7497 (java) R 7492 7494 4952 0 -1 64 43714 1863 0 0 179 15 42 3 22 0 9 0 2003301427 888942592 40904 996147200 134512640 134550740 4294955968 18446744073709551615 102731896 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7494/tid=7498] ppid=7492 vsize=868108 CPUtime=0.45
/proc/7494/task/7498/stat : 7498 (java) S 7492 7494 4952 0 -1 64 13 1863 0 0 0 0 42 3 16 0 9 0 2003301427 888942592 40904 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7499] ppid=7492 vsize=868108 CPUtime=0.45
/proc/7494/task/7499/stat : 7499 (java) S 7492 7494 4952 0 -1 64 5 1863 0 0 0 0 42 3 16 0 9 0 2003301427 888942592 40904 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7500] ppid=7492 vsize=868108 CPUtime=0.45
/proc/7494/task/7500/stat : 7500 (java) S 7492 7494 4952 0 -1 64 1 1863 0 0 0 0 42 3 23 0 9 0 2003301429 888942592 40904 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7501] ppid=7492 vsize=868108 CPUtime=0.75
/proc/7494/task/7501/stat : 7501 (java) S 7492 7494 4952 0 -1 64 854 1863 0 0 30 0 42 3 16 0 9 0 2003301429 888942592 40904 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7494/tid=7502] ppid=7492 vsize=868108 CPUtime=0.45
/proc/7494/task/7502/stat : 7502 (java) S 7492 7494 4952 0 -1 64 1 1863 0 0 0 0 42 3 24 0 9 0 2003301429 888942592 40904 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7503] ppid=7492 vsize=868108 CPUtime=0.45
/proc/7494/task/7503/stat : 7503 (java) S 7492 7494 4952 0 -1 64 9 1863 0 0 0 0 42 3 15 0 9 0 2003301429 888942592 40904 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 33.39
Current children cumulated vsize (KiB) 868108

[startup+34.303 s]
/proc/loadavg: 2.15 2.05 2.04 3/90 7507
/proc/meminfo: memFree=1434200/2055920 swapFree=4180456/4192956
[pid=7494] ppid=7492 vsize=868196 CPUtime=34.18
/proc/7494/stat : 7494 (java) S 7492 7494 4952 0 -1 0 95614 1863 1 0 3323 50 42 3 18 0 9 0 2003301425 889032704 57658 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7494/statm: 217049 57658 2637 9 0 211555 0
[pid=7494/tid=7496] ppid=7492 vsize=868196 CPUtime=31.55
/proc/7494/task/7496/stat : 7496 (java) R 7492 7494 4952 0 -1 64 33033 1863 1 0 3086 24 42 3 25 0 9 0 2003301426 889032704 57658 996147200 134512640 134550740 4294955968 18446744073709551615 102064645 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7494/tid=7497] ppid=7492 vsize=868196 CPUtime=2.69
/proc/7494/task/7497/stat : 7497 (java) S 7492 7494 4952 0 -1 64 60775 1863 0 0 202 22 42 3 16 0 9 0 2003301427 889032704 57658 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7494/tid=7498] ppid=7492 vsize=868196 CPUtime=0.45
/proc/7494/task/7498/stat : 7498 (java) S 7492 7494 4952 0 -1 64 17 1863 0 0 0 0 42 3 16 0 9 0 2003301427 889032704 57658 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7494/tid=7499] ppid=7492 vsize=868196 CPUtime=0.45
/proc/7494/task/7499/stat : 7499 (java) S 7492 7494 4952 0 -1 64 24 1863 0 0 0 0 42 3 15 0 9 0 2003301427 889032704 57658 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7494/tid=7500] ppid=7492 vsize=868196 CPUtime=0.45
/proc/7494/task/7500/stat : 7500 (java) S 7492 7494 4952 0 -1 64 1 1863 0 0 0 0 42 3 23 0 9 0 2003301429 889032704 57658 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7501] ppid=7492 vsize=868196 CPUtime=0.81
/proc/7494/task/7501/stat : 7501 (java) S 7492 7494 4952 0 -1 64 939 1863 0 0 35 1 42 3 15 0 9 0 2003301429 889032704 57658 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7494/tid=7502] ppid=7492 vsize=868196 CPUtime=0.45
/proc/7494/task/7502/stat : 7502 (java) S 7492 7494 4952 0 -1 64 1 1863 0 0 0 0 42 3 24 0 9 0 2003301429 889032704 57658 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7503] ppid=7492 vsize=868196 CPUtime=0.45
/proc/7494/task/7503/stat : 7503 (java) S 7492 7494 4952 0 -1 64 9 1863 0 0 0 0 42 3 15 0 9 0 2003301429 889032704 57658 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 34.18
Current children cumulated vsize (KiB) 868196

[startup+34.7021 s]
/proc/loadavg: 2.15 2.05 2.04 3/90 7507
/proc/meminfo: memFree=1434200/2055920 swapFree=4180456/4192956
[pid=7494] ppid=7492 vsize=868196 CPUtime=34.58
/proc/7494/stat : 7494 (java) S 7492 7494 4952 0 -1 0 95664 1863 1 0 3363 50 42 3 18 0 9 0 2003301425 889032704 57695 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7494/statm: 217049 57695 2638 9 0 211555 0
[pid=7494/tid=7496] ppid=7492 vsize=868196 CPUtime=31.9
/proc/7494/task/7496/stat : 7496 (java) R 7492 7494 4952 0 -1 64 33065 1863 1 0 3121 24 42 3 25 0 9 0 2003301426 889032704 57695 996147200 134512640 134550740 4294955968 18446744073709551615 4127433687 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7494/tid=7497] ppid=7492 vsize=868196 CPUtime=2.69
/proc/7494/task/7497/stat : 7497 (java) S 7492 7494 4952 0 -1 64 60775 1863 0 0 202 22 42 3 16 0 9 0 2003301427 889032704 57695 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7494/tid=7498] ppid=7492 vsize=868196 CPUtime=0.45
/proc/7494/task/7498/stat : 7498 (java) S 7492 7494 4952 0 -1 64 17 1863 0 0 0 0 42 3 16 0 9 0 2003301427 889032704 57695 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7494/tid=7499] ppid=7492 vsize=868196 CPUtime=0.45
/proc/7494/task/7499/stat : 7499 (java) S 7492 7494 4952 0 -1 64 24 1863 0 0 0 0 42 3 15 0 9 0 2003301427 889032704 57695 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7494/tid=7500] ppid=7492 vsize=868196 CPUtime=0.45
/proc/7494/task/7500/stat : 7500 (java) S 7492 7494 4952 0 -1 64 1 1863 0 0 0 0 42 3 23 0 9 0 2003301429 889032704 57695 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7501] ppid=7492 vsize=868196 CPUtime=0.84
/proc/7494/task/7501/stat : 7501 (java) S 7492 7494 4952 0 -1 64 957 1863 0 0 38 1 42 3 15 0 9 0 2003301429 889032704 57695 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7494/tid=7502] ppid=7492 vsize=868196 CPUtime=0.45
/proc/7494/task/7502/stat : 7502 (java) S 7492 7494 4952 0 -1 64 1 1863 0 0 0 0 42 3 24 0 9 0 2003301429 889032704 57695 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7494/tid=7503] ppid=7492 vsize=868196 CPUtime=0.45
/proc/7494/task/7503/stat : 7503 (java) S 7492 7494 4952 0 -1 64 9 1863 0 0 0 0 42 3 15 0 9 0 2003301429 889032704 57695 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 34.58
Current children cumulated vsize (KiB) 868196

[startup+35.1024 s]
/proc/loadavg: 2.15 2.05 2.04 3/83 7507
/proc/meminfo: memFree=1592088/2055920 swapFree=4180456/4192956
[pid=7494] ppid=7492 vsize=0 CPUtime=34.93
/proc/7494/stat : 7494 (java) Z 7492 7494 4952 0 -1 12 95703 1863 1 0 3394 54 42 3 16 0 2 0 2003301425 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7494/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 34.93
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 35.1132
CPU time (s): 34.9517
CPU user time (s): 34.3698
CPU system time (s): 0.581911
CPU usage (%): 99.5401
Max. virtual memory (cumulated for all children) (KiB): 868196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.3698
system time used= 0.581911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97566
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= 2934
involuntary context switches= 3059

runsolver used 0.052991 second user time and 0.118981 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-05 09:34:30
IDJOB=1087253
IDBENCH=57957
IDSOLVER=364
FILE ID=node19/1087253-1215243270
PBS_JOBID= 7881842
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/fapp/fapp23/normalized-fapp23-1800-2.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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087253-1215243270/watcher-1087253-1215243270 -o /tmp/evaluation-result-1087253-1215243270/solver-1087253-1215243270 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1087253-1215243270.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bb609ab61b1c53ea692a6968186c1670
RANDOM SEED=455198018

node19.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.263
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	: 5931.00
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.263
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:       1622472 kB
Buffers:         77592 kB
Cached:         134940 kB
SwapCached:       6496 kB
Active:         198268 kB
Inactive:       166100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1622472 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:           10864 kB
Writeback:           0 kB
Mapped:         168088 kB
Slab:            54028 kB
Committed_AS:  3697624 kB
PageTables:       2192 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= 66548 MiB
End job on node19 at 2008-07-05 09:35:06