Trace number 1047247

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 17.6873 17.8865

DiagnosticValue
CHECKS2931
NODES136

General information on the benchmark

Namecsp/bddLarge/
normalized-bdd-21-2713-15-79-32_ext.xml
MD5SUM5e3fa5f378874955ce09140c39f4ffa1
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 benchmark3.02654
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints2713
Maximum constraint arity15
Maximum domain size2
Number of constraints which are defined in extension2713
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=esac.xml
0.29/0.31	   
0.29/0.31	   instance
0.29/0.31	     name=HOME/instance-1047247-1215039564.xml
0.29/0.34	   
0.29/0.34	   domains being loaded...
0.29/0.35	   
0.29/0.35	   variables being loaded...
0.29/0.37	     nbVariables=21  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=42
0.29/0.37	       =>  wckTime=0.134  cpuTime=0.1  mem=6M878
0.29/0.37	   
0.29/0.37	   relations being loaded...
0.37/0.46	   
0.37/0.46	   constraints being loaded...
1.64/1.75	     nbConstraints=2713  nbRelationTypes=1  nbGlobalConstraints=2713  nbExtensionStructures=1
1.75/1.84	     nbSharedExtensionStructures=2712  nbConflictsStructures=1  nbSharedConflictsStructures=2712
1.75/1.84	     nbSharedBinaryRepresentations=0  minDegree=1902  maxDegree=1976  minArity=15  maxArity=15  nbGenerators=0
1.75/1.84	     nbFusions=0  symmetryWckTime=0.56  symmetryCpuTime=0.28
1.75/1.84	       =>  wckTime=1.515  cpuTime=0.85  mem=109M388
1.84/1.90	   
1.84/1.91	   solver IterativeSystematicSolver being built... 
1.84/1.98	   
1.84/1.98	   INFO : Forward propagation technique limited 
1.95/2.05	       =>  wckTime=1.816  cpuTime=0.97  mem=107M750
9.18/9.39	   
9.18/9.39	   preprocessing
9.18/9.39	     nbConstraintChecks=0  nbValidityChecks=91910813  nbPropagations=47  nbRevisions=0  nbUselessRevisions=0
9.18/9.39	     nbSingletonTests=25  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
9.18/9.39	     detectedInconsistency=no
9.18/9.39	       =>  wckTime=7.33  cpuTime=7.22  mem=107M750
17.59/17.84	   
17.59/17.84	   search
17.59/17.84	     run=2  nbConstraintChecks=2931  nbValidityChecks=166996462  minDepth=3  maxDepth=21  nbPropagations=541
17.59/17.84	     nbRevisions=0  nbUselessRevisions=0  nbAssignments=136  nbFailedAssignments=37  nbBacktracks=66  nbVisitedNodes=206
17.59/17.84	     nbRestartNogoods=4  nbFoundSolutions=1  mapSize=63  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=2.14
17.59/17.84	     nbREliminables=12.38  nbIEliminables=0  nbDEliminables=0  nbPEliminables=0
17.59/17.84	       =>  wckTime=15.786  cpuTime=15.57  mem=108M751
17.59/17.84	   
17.59/17.84	   global
17.59/17.84	     nbConstraintChecks=2931  nbValidityChecks=258907275  nbPropagations=588  nbRestartNogoods=4  solvingWckTime=15.789
17.59/17.84	     solvingCpuTime=15.57  expiredTime=no  totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=16.51
17.59/17.84	     globalCpuTime=16.59
17.59/17.84	       =>  wckTime=17.607  cpuTime=16.54  mem=108M751
17.59/17.84	   
17.59/17.84	s SATISFIABLE
17.59/17.85	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 
17.59/17.85	d NODES 136
17.59/17.85	d CHECKS 2931
17.59/17.85	   
17.59/17.85	   totalWckTime=17.664  totalCpuTime=16.6

Verifier Data (download as text)

OK

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-1047247-1215039564/watcher-1047247-1215039564 -o /tmp/evaluation-result-1047247-1215039564/solver-1047247-1215039564 -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-1047247-1215039564.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: 1.35 0.40 0.14 4/81 25893
/proc/meminfo: memFree=1802760/2055920 swapFree=4179812/4192956
[pid=25893] ppid=25891 vsize=18572 CPUtime=0
/proc/25893/stat : 25893 (runsolver) R 25891 25893 25751 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 1982929850 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 254195330343 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/25893/statm: 4643 292 257 25 0 2626 0

[startup+0.0543151 s]
/proc/loadavg: 1.35 0.40 0.14 4/81 25893
/proc/meminfo: memFree=1802760/2055920 swapFree=4179812/4192956
[pid=25893] ppid=25891 vsize=863688 CPUtime=0.04
/proc/25893/stat : 25893 (java) S 25891 25893 25751 0 -1 0 2423 0 1 0 2 2 0 0 18 0 9 0 1982929850 884416512 1998 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25893/statm: 215922 1998 913 9 0 210901 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 863688

[startup+0.105323 s]
/proc/loadavg: 1.35 0.40 0.14 4/81 25893
/proc/meminfo: memFree=1802760/2055920 swapFree=4179812/4192956
[pid=25893] ppid=25891 vsize=865884 CPUtime=0.09
/proc/25893/stat : 25893 (java) S 25891 25893 25751 0 -1 0 3787 0 1 0 7 2 0 0 18 0 9 0 1982929850 886665216 3238 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25893/statm: 216471 3238 1716 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301351 s]
/proc/loadavg: 1.35 0.40 0.14 4/81 25893
/proc/meminfo: memFree=1802760/2055920 swapFree=4179812/4192956
[pid=25893] ppid=25891 vsize=866196 CPUtime=0.29
/proc/25893/stat : 25893 (java) S 25891 25893 25751 0 -1 0 5623 0 1 0 25 4 0 0 18 0 9 0 1982929850 886984704 5037 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25893/statm: 216549 5037 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866196

[startup+0.701414 s]
/proc/loadavg: 1.35 0.40 0.14 4/81 25893
/proc/meminfo: memFree=1802760/2055920 swapFree=4179812/4192956
[pid=25893] ppid=25891 vsize=867332 CPUtime=0.67
/proc/25893/stat : 25893 (java) S 25891 25893 25751 0 -1 0 9424 0 1 0 61 6 0 0 18 0 9 0 1982929850 888147968 8784 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25893/statm: 216833 8784 1979 9 0 211361 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867332

[startup+1.50406 s]
/proc/loadavg: 1.35 0.40 0.14 3/90 25902
/proc/meminfo: memFree=1715904/2055920 swapFree=4179812/4192956
[pid=25893] ppid=25891 vsize=867788 CPUtime=1.38
/proc/25893/stat : 25893 (java) S 25891 25893 25751 0 -1 0 36069 0 1 0 120 18 0 0 18 0 10 0 1982929850 888614912 35296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25893/statm: 216947 35296 2005 9 0 211475 0
[pid=25893/tid=25895] ppid=25891 vsize=867788 CPUtime=0.97
/proc/25893/task/25895/stat : 25895 (java) S 25891 25893 25751 0 -1 64 15796 0 1 0 88 9 0 0 24 0 10 0 1982929851 888614912 35296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=25893/tid=25896] ppid=25891 vsize=867788 CPUtime=0.18
/proc/25893/task/25896/stat : 25896 (java) S 25891 25893 25751 0 -1 64 18848 0 0 0 11 7 0 0 16 0 10 0 1982929853 888614912 35296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25893/tid=25897] ppid=25891 vsize=867788 CPUtime=0
/proc/25893/task/25897/stat : 25897 (java) S 25891 25893 25751 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1982929853 888614912 35296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25893/tid=25898] ppid=25891 vsize=867788 CPUtime=0
/proc/25893/task/25898/stat : 25898 (java) S 25891 25893 25751 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 1982929853 888614912 35296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25893/tid=25899] ppid=25891 vsize=867788 CPUtime=0
/proc/25893/task/25899/stat : 25899 (java) S 25891 25893 25751 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1982929855 888614912 35296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25893/tid=25900] ppid=25891 vsize=867788 CPUtime=0.2
/proc/25893/task/25900/stat : 25900 (java) S 25891 25893 25751 0 -1 64 655 0 0 0 20 0 0 0 16 0 10 0 1982929855 888614912 35296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25893/tid=25901] ppid=25891 vsize=867788 CPUtime=0
/proc/25893/task/25901/stat : 25901 (java) S 25891 25893 25751 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1982929855 888614912 35296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25893/tid=25902] ppid=25891 vsize=867788 CPUtime=0
/proc/25893/task/25902/stat : 25902 (java) S 25891 25893 25751 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1982929855 888614912 35296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 867788

[startup+3.10278 s]
/proc/loadavg: 1.40 0.43 0.15 4/92 25906
/proc/meminfo: memFree=1642608/2055920 swapFree=4179812/4192956
[pid=25893] ppid=25891 vsize=867900 CPUtime=3.04
/proc/25893/stat : 25893 (java) S 25891 25893 25751 0 -1 0 56155 982 1 0 256 24 22 2 18 0 9 0 1982929850 888729600 42176 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25893/statm: 216975 42176 2636 9 0 211481 0
[pid=25893/tid=25895] ppid=25891 vsize=867900 CPUtime=2.43
/proc/25893/task/25895/stat : 25895 (java) R 25891 25893 25751 0 -1 64 21112 982 1 0 209 10 22 2 25 0 9 0 1982929851 888729600 42176 996147200 134512640 134550740 4294955968 18446744073709551615 4127066773 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25893/tid=25896] ppid=25891 vsize=867900 CPUtime=0.56
/proc/25893/task/25896/stat : 25896 (java) S 25891 25893 25751 0 -1 64 33352 982 0 0 21 11 22 2 17 0 9 0 1982929853 888729600 42176 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25893/tid=25897] ppid=25891 vsize=867900 CPUtime=0.24
/proc/25893/task/25897/stat : 25897 (java) S 25891 25893 25751 0 -1 64 18 982 0 0 0 0 22 2 16 0 9 0 1982929853 888729600 42176 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25893/tid=25898] ppid=25891 vsize=867900 CPUtime=0.24
/proc/25893/task/25898/stat : 25898 (java) S 25891 25893 25751 0 -1 64 9 982 0 0 0 0 22 2 16 0 9 0 1982929853 888729600 42176 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25893/tid=25899] ppid=25891 vsize=867900 CPUtime=0.24
/proc/25893/task/25899/stat : 25899 (java) S 25891 25893 25751 0 -1 64 1 982 0 0 0 0 22 2 18 0 9 0 1982929855 888729600 42176 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25893/tid=25900] ppid=25891 vsize=867900 CPUtime=0.49
/proc/25893/task/25900/stat : 25900 (java) S 25891 25893 25751 0 -1 64 850 982 0 0 25 0 22 2 15 0 9 0 1982929855 888729600 42176 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25893/tid=25901] ppid=25891 vsize=867900 CPUtime=0.24
/proc/25893/task/25901/stat : 25901 (java) S 25891 25893 25751 0 -1 64 1 982 0 0 0 0 22 2 19 0 9 0 1982929855 888729600 42176 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25893/tid=25902] ppid=25891 vsize=867900 CPUtime=0.24
/proc/25893/task/25902/stat : 25902 (java) S 25891 25893 25751 0 -1 64 8 982 0 0 0 0 22 2 15 0 9 0 1982929855 888729600 42176 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 867900

[startup+6.30128 s]
/proc/loadavg: 1.40 0.43 0.15 3/90 25906
/proc/meminfo: memFree=1643520/2055920 swapFree=4179812/4192956
[pid=25893] ppid=25891 vsize=867900 CPUtime=6.21
/proc/25893/stat : 25893 (java) S 25891 25893 25751 0 -1 0 59692 982 1 0 572 25 22 2 18 0 9 0 1982929850 888729600 42178 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25893/statm: 216975 42178 2636 9 0 211481 0
[pid=25893/tid=25895] ppid=25891 vsize=867900 CPUtime=5.59
/proc/25893/task/25895/stat : 25895 (java) R 25891 25893 25751 0 -1 64 24620 982 1 0 524 11 22 2 25 0 9 0 1982929851 888729600 42178 996147200 134512640 134550740 4294955968 18446744073709551615 4127066946 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25893/tid=25896] ppid=25891 vsize=867900 CPUtime=0.56
/proc/25893/task/25896/stat : 25896 (java) S 25891 25893 25751 0 -1 64 33352 982 0 0 21 11 22 2 16 0 9 0 1982929853 888729600 42178 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25893/tid=25897] ppid=25891 vsize=867900 CPUtime=0.24
/proc/25893/task/25897/stat : 25897 (java) S 25891 25893 25751 0 -1 64 18 982 0 0 0 0 22 2 16 0 9 0 1982929853 888729600 42178 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25893/tid=25898] ppid=25891 vsize=867900 CPUtime=0.24
/proc/25893/task/25898/stat : 25898 (java) S 25891 25893 25751 0 -1 64 9 982 0 0 0 0 22 2 16 0 9 0 1982929853 888729600 42178 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25893/tid=25899] ppid=25891 vsize=867900 CPUtime=0.24
/proc/25893/task/25899/stat : 25899 (java) S 25891 25893 25751 0 -1 64 1 982 0 0 0 0 22 2 18 0 9 0 1982929855 888729600 42178 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25893/tid=25900] ppid=25891 vsize=867900 CPUtime=0.49
/proc/25893/task/25900/stat : 25900 (java) S 25891 25893 25751 0 -1 64 854 982 0 0 25 0 22 2 15 0 9 0 1982929855 888729600 42178 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25893/tid=25901] ppid=25891 vsize=867900 CPUtime=0.24
/proc/25893/task/25901/stat : 25901 (java) S 25891 25893 25751 0 -1 64 1 982 0 0 0 0 22 2 19 0 9 0 1982929855 888729600 42178 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25893/tid=25902] ppid=25891 vsize=867900 CPUtime=0.24
/proc/25893/task/25902/stat : 25902 (java) S 25891 25893 25751 0 -1 64 33 982 0 0 0 0 22 2 15 0 9 0 1982929855 888729600 42178 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867900

[startup+12.7023 s]
/proc/loadavg: 1.50 0.48 0.17 3/90 25906
/proc/meminfo: memFree=1643456/2055920 swapFree=4179812/4192956
[pid=25893] ppid=25891 vsize=867900 CPUtime=12.54
/proc/25893/stat : 25893 (java) S 25891 25893 25751 0 -1 0 65898 982 1 0 1203 27 22 2 18 0 9 0 1982929850 888729600 42191 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25893/statm: 216975 42191 2636 9 0 211481 0
[pid=25893/tid=25895] ppid=25891 vsize=867900 CPUtime=11.91
/proc/25893/task/25895/stat : 25895 (java) R 25891 25893 25751 0 -1 64 30820 982 1 0 1155 12 22 2 25 0 9 0 1982929851 888729600 42191 996147200 134512640 134550740 4294955968 18446744073709551615 4127101845 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25893/tid=25896] ppid=25891 vsize=867900 CPUtime=0.56
/proc/25893/task/25896/stat : 25896 (java) S 25891 25893 25751 0 -1 64 33352 982 0 0 21 11 22 2 16 0 9 0 1982929853 888729600 42191 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25893/tid=25897] ppid=25891 vsize=867900 CPUtime=0.24
/proc/25893/task/25897/stat : 25897 (java) S 25891 25893 25751 0 -1 64 18 982 0 0 0 0 22 2 16 0 9 0 1982929853 888729600 42191 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25893/tid=25898] ppid=25891 vsize=867900 CPUtime=0.24
/proc/25893/task/25898/stat : 25898 (java) S 25891 25893 25751 0 -1 64 9 982 0 0 0 0 22 2 16 0 9 0 1982929853 888729600 42191 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25893/tid=25899] ppid=25891 vsize=867900 CPUtime=0.24
/proc/25893/task/25899/stat : 25899 (java) S 25891 25893 25751 0 -1 64 1 982 0 0 0 0 22 2 18 0 9 0 1982929855 888729600 42191 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25893/tid=25900] ppid=25891 vsize=867900 CPUtime=0.5
/proc/25893/task/25900/stat : 25900 (java) S 25891 25893 25751 0 -1 64 860 982 0 0 26 0 22 2 15 0 9 0 1982929855 888729600 42191 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25893/tid=25901] ppid=25891 vsize=867900 CPUtime=0.24
/proc/25893/task/25901/stat : 25901 (java) S 25891 25893 25751 0 -1 64 1 982 0 0 0 0 22 2 19 0 9 0 1982929855 888729600 42191 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25893/tid=25902] ppid=25891 vsize=867900 CPUtime=0.24
/proc/25893/task/25902/stat : 25902 (java) S 25891 25893 25751 0 -1 64 33 982 0 0 0 0 22 2 15 0 9 0 1982929855 888729600 42191 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 867900

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

[startup+15.9024 s]
/proc/loadavg: 1.50 0.48 0.17 3/90 25906
/proc/meminfo: memFree=1643520/2055920 swapFree=4179812/4192956
[pid=25893] ppid=25891 vsize=867900 CPUtime=15.71
/proc/25893/stat : 25893 (java) S 25891 25893 25751 0 -1 0 65916 982 1 0 1520 27 22 2 18 0 9 0 1982929850 888729600 42193 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25893/statm: 216975 42193 2636 9 0 211481 0
[pid=25893/tid=25895] ppid=25891 vsize=867900 CPUtime=15.07
/proc/25893/task/25895/stat : 25895 (java) R 25891 25893 25751 0 -1 64 30822 982 1 0 1471 12 22 2 25 0 9 0 1982929851 888729600 42193 996147200 134512640 134550740 4294955968 18446744073709551615 4127056477 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25893/tid=25896] ppid=25891 vsize=867900 CPUtime=0.56
/proc/25893/task/25896/stat : 25896 (java) S 25891 25893 25751 0 -1 64 33352 982 0 0 21 11 22 2 16 0 9 0 1982929853 888729600 42193 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25893/tid=25897] ppid=25891 vsize=867900 CPUtime=0.24
/proc/25893/task/25897/stat : 25897 (java) S 25891 25893 25751 0 -1 64 18 982 0 0 0 0 22 2 16 0 9 0 1982929853 888729600 42193 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25893/tid=25898] ppid=25891 vsize=867900 CPUtime=0.24
/proc/25893/task/25898/stat : 25898 (java) S 25891 25893 25751 0 -1 64 9 982 0 0 0 0 22 2 16 0 9 0 1982929853 888729600 42193 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25893/tid=25899] ppid=25891 vsize=867900 CPUtime=0.24
/proc/25893/task/25899/stat : 25899 (java) S 25891 25893 25751 0 -1 64 1 982 0 0 0 0 22 2 18 0 9 0 1982929855 888729600 42193 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25893/tid=25900] ppid=25891 vsize=867900 CPUtime=0.51
/proc/25893/task/25900/stat : 25900 (java) S 25891 25893 25751 0 -1 64 876 982 0 0 27 0 22 2 17 0 9 0 1982929855 888729600 42193 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25893/tid=25901] ppid=25891 vsize=867900 CPUtime=0.24
/proc/25893/task/25901/stat : 25901 (java) S 25891 25893 25751 0 -1 64 1 982 0 0 0 0 22 2 19 0 9 0 1982929855 888729600 42193 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25893/tid=25902] ppid=25891 vsize=867900 CPUtime=0.24
/proc/25893/task/25902/stat : 25902 (java) S 25891 25893 25751 0 -1 64 33 982 0 0 0 0 22 2 15 0 9 0 1982929855 888729600 42193 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.71
Current children cumulated vsize (KiB) 867900

[startup+16.7019 s]
/proc/loadavg: 1.50 0.48 0.17 3/90 25906
/proc/meminfo: memFree=1643520/2055920 swapFree=4179812/4192956
[pid=25893] ppid=25891 vsize=867900 CPUtime=16.5
/proc/25893/stat : 25893 (java) S 25891 25893 25751 0 -1 0 65917 982 1 0 1599 27 22 2 18 0 9 0 1982929850 888729600 42194 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25893/statm: 216975 42194 2636 9 0 211481 0
[pid=25893/tid=25895] ppid=25891 vsize=867900 CPUtime=15.86
/proc/25893/task/25895/stat : 25895 (java) R 25891 25893 25751 0 -1 64 30822 982 1 0 1550 12 22 2 25 0 9 0 1982929851 888729600 42194 996147200 134512640 134550740 4294955968 18446744073709551615 4127056445 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25893/tid=25896] ppid=25891 vsize=867900 CPUtime=0.56
/proc/25893/task/25896/stat : 25896 (java) S 25891 25893 25751 0 -1 64 33352 982 0 0 21 11 22 2 16 0 9 0 1982929853 888729600 42194 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25893/tid=25897] ppid=25891 vsize=867900 CPUtime=0.24
/proc/25893/task/25897/stat : 25897 (java) S 25891 25893 25751 0 -1 64 18 982 0 0 0 0 22 2 16 0 9 0 1982929853 888729600 42194 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25893/tid=25898] ppid=25891 vsize=867900 CPUtime=0.24
/proc/25893/task/25898/stat : 25898 (java) S 25891 25893 25751 0 -1 64 9 982 0 0 0 0 22 2 16 0 9 0 1982929853 888729600 42194 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25893/tid=25899] ppid=25891 vsize=867900 CPUtime=0.24
/proc/25893/task/25899/stat : 25899 (java) S 25891 25893 25751 0 -1 64 1 982 0 0 0 0 22 2 18 0 9 0 1982929855 888729600 42194 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25893/tid=25900] ppid=25891 vsize=867900 CPUtime=0.51
/proc/25893/task/25900/stat : 25900 (java) S 25891 25893 25751 0 -1 64 877 982 0 0 27 0 22 2 15 0 9 0 1982929855 888729600 42194 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25893/tid=25901] ppid=25891 vsize=867900 CPUtime=0.24
/proc/25893/task/25901/stat : 25901 (java) S 25891 25893 25751 0 -1 64 1 982 0 0 0 0 22 2 19 0 9 0 1982929855 888729600 42194 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25893/tid=25902] ppid=25891 vsize=867900 CPUtime=0.24
/proc/25893/task/25902/stat : 25902 (java) S 25891 25893 25751 0 -1 64 33 982 0 0 0 0 22 2 15 0 9 0 1982929855 888729600 42194 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.5
Current children cumulated vsize (KiB) 867900

[startup+17.503 s]
/proc/loadavg: 1.54 0.51 0.18 3/90 25906
/proc/meminfo: memFree=1643520/2055920 swapFree=4179812/4192956
[pid=25893] ppid=25891 vsize=867900 CPUtime=17.3
/proc/25893/stat : 25893 (java) S 25891 25893 25751 0 -1 0 65920 982 1 0 1679 27 22 2 18 0 9 0 1982929850 888729600 42196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25893/statm: 216975 42196 2636 9 0 211481 0
[pid=25893/tid=25895] ppid=25891 vsize=867900 CPUtime=16.65
/proc/25893/task/25895/stat : 25895 (java) R 25891 25893 25751 0 -1 64 30823 982 1 0 1629 12 22 2 18 0 9 0 1982929851 888729600 42196 996147200 134512640 134550740 4294955968 18446744073709551615 4127088768 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25893/tid=25896] ppid=25891 vsize=867900 CPUtime=0.56
/proc/25893/task/25896/stat : 25896 (java) S 25891 25893 25751 0 -1 64 33352 982 0 0 21 11 22 2 16 0 9 0 1982929853 888729600 42196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25893/tid=25897] ppid=25891 vsize=867900 CPUtime=0.24
/proc/25893/task/25897/stat : 25897 (java) S 25891 25893 25751 0 -1 64 18 982 0 0 0 0 22 2 16 0 9 0 1982929853 888729600 42196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25893/tid=25898] ppid=25891 vsize=867900 CPUtime=0.24
/proc/25893/task/25898/stat : 25898 (java) S 25891 25893 25751 0 -1 64 9 982 0 0 0 0 22 2 16 0 9 0 1982929853 888729600 42196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25893/tid=25899] ppid=25891 vsize=867900 CPUtime=0.24
/proc/25893/task/25899/stat : 25899 (java) S 25891 25893 25751 0 -1 64 1 982 0 0 0 0 22 2 18 0 9 0 1982929855 888729600 42196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25893/tid=25900] ppid=25891 vsize=867900 CPUtime=0.51
/proc/25893/task/25900/stat : 25900 (java) S 25891 25893 25751 0 -1 64 879 982 0 0 27 0 22 2 15 0 9 0 1982929855 888729600 42196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25893/tid=25901] ppid=25891 vsize=867900 CPUtime=0.24
/proc/25893/task/25901/stat : 25901 (java) S 25891 25893 25751 0 -1 64 1 982 0 0 0 0 22 2 19 0 9 0 1982929855 888729600 42196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25893/tid=25902] ppid=25891 vsize=867900 CPUtime=0.24
/proc/25893/task/25902/stat : 25902 (java) S 25891 25893 25751 0 -1 64 33 982 0 0 0 0 22 2 15 0 9 0 1982929855 888729600 42196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.3
Current children cumulated vsize (KiB) 867900

[startup+17.7021 s]
/proc/loadavg: 1.54 0.51 0.18 3/90 25906
/proc/meminfo: memFree=1643520/2055920 swapFree=4179812/4192956
[pid=25893] ppid=25891 vsize=867900 CPUtime=17.49
/proc/25893/stat : 25893 (java) S 25891 25893 25751 0 -1 0 65922 982 1 0 1698 27 22 2 18 0 9 0 1982929850 888729600 42197 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25893/statm: 216975 42197 2636 9 0 211481 0
[pid=25893/tid=25895] ppid=25891 vsize=867900 CPUtime=16.84
/proc/25893/task/25895/stat : 25895 (java) R 25891 25893 25751 0 -1 64 30824 982 1 0 1648 12 22 2 19 0 9 0 1982929851 888729600 42197 996147200 134512640 134550740 4294955968 18446744073709551615 4127083225 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25893/tid=25896] ppid=25891 vsize=867900 CPUtime=0.56
/proc/25893/task/25896/stat : 25896 (java) S 25891 25893 25751 0 -1 64 33352 982 0 0 21 11 22 2 16 0 9 0 1982929853 888729600 42197 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25893/tid=25897] ppid=25891 vsize=867900 CPUtime=0.24
/proc/25893/task/25897/stat : 25897 (java) S 25891 25893 25751 0 -1 64 18 982 0 0 0 0 22 2 16 0 9 0 1982929853 888729600 42197 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25893/tid=25898] ppid=25891 vsize=867900 CPUtime=0.24
/proc/25893/task/25898/stat : 25898 (java) S 25891 25893 25751 0 -1 64 9 982 0 0 0 0 22 2 16 0 9 0 1982929853 888729600 42197 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25893/tid=25899] ppid=25891 vsize=867900 CPUtime=0.24
/proc/25893/task/25899/stat : 25899 (java) S 25891 25893 25751 0 -1 64 1 982 0 0 0 0 22 2 18 0 9 0 1982929855 888729600 42197 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25893/tid=25900] ppid=25891 vsize=867900 CPUtime=0.52
/proc/25893/task/25900/stat : 25900 (java) S 25891 25893 25751 0 -1 64 880 982 0 0 28 0 22 2 15 0 9 0 1982929855 888729600 42197 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25893/tid=25901] ppid=25891 vsize=867900 CPUtime=0.24
/proc/25893/task/25901/stat : 25901 (java) S 25891 25893 25751 0 -1 64 1 982 0 0 0 0 22 2 19 0 9 0 1982929855 888729600 42197 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25893/tid=25902] ppid=25891 vsize=867900 CPUtime=0.24
/proc/25893/task/25902/stat : 25902 (java) S 25891 25893 25751 0 -1 64 33 982 0 0 0 0 22 2 15 0 9 0 1982929855 888729600 42197 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.49
Current children cumulated vsize (KiB) 867900

[startup+17.8021 s]
/proc/loadavg: 1.54 0.51 0.18 3/90 25906
/proc/meminfo: memFree=1643520/2055920 swapFree=4179812/4192956
[pid=25893] ppid=25891 vsize=867900 CPUtime=17.59
/proc/25893/stat : 25893 (java) S 25891 25893 25751 0 -1 0 65922 982 1 0 1708 27 22 2 18 0 9 0 1982929850 888729600 42197 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25893/statm: 216975 42197 2636 9 0 211481 0
[pid=25893/tid=25895] ppid=25891 vsize=867900 CPUtime=16.94
/proc/25893/task/25895/stat : 25895 (java) R 25891 25893 25751 0 -1 64 30824 982 1 0 1658 12 22 2 20 0 9 0 1982929851 888729600 42197 996147200 134512640 134550740 4294955968 18446744073709551615 4127089780 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25893/tid=25896] ppid=25891 vsize=867900 CPUtime=0.56
/proc/25893/task/25896/stat : 25896 (java) S 25891 25893 25751 0 -1 64 33352 982 0 0 21 11 22 2 16 0 9 0 1982929853 888729600 42197 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25893/tid=25897] ppid=25891 vsize=867900 CPUtime=0.24
/proc/25893/task/25897/stat : 25897 (java) S 25891 25893 25751 0 -1 64 18 982 0 0 0 0 22 2 16 0 9 0 1982929853 888729600 42197 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25893/tid=25898] ppid=25891 vsize=867900 CPUtime=0.24
/proc/25893/task/25898/stat : 25898 (java) S 25891 25893 25751 0 -1 64 9 982 0 0 0 0 22 2 16 0 9 0 1982929853 888729600 42197 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25893/tid=25899] ppid=25891 vsize=867900 CPUtime=0.24
/proc/25893/task/25899/stat : 25899 (java) S 25891 25893 25751 0 -1 64 1 982 0 0 0 0 22 2 18 0 9 0 1982929855 888729600 42197 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25893/tid=25900] ppid=25891 vsize=867900 CPUtime=0.52
/proc/25893/task/25900/stat : 25900 (java) S 25891 25893 25751 0 -1 64 880 982 0 0 28 0 22 2 15 0 9 0 1982929855 888729600 42197 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25893/tid=25901] ppid=25891 vsize=867900 CPUtime=0.24
/proc/25893/task/25901/stat : 25901 (java) S 25891 25893 25751 0 -1 64 1 982 0 0 0 0 22 2 19 0 9 0 1982929855 888729600 42197 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25893/tid=25902] ppid=25891 vsize=867900 CPUtime=0.24
/proc/25893/task/25902/stat : 25902 (java) S 25891 25893 25751 0 -1 64 33 982 0 0 0 0 22 2 15 0 9 0 1982929855 888729600 42197 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.59
Current children cumulated vsize (KiB) 867900

Child status: 0
Real time (s): 17.8865
CPU time (s): 17.6873
CPU user time (s): 17.3664
CPU system time (s): 0.320951
CPU usage (%): 98.8865
Max. virtual memory (cumulated for all children) (KiB): 868088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.3664
system time used= 0.320951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67004
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= 1573
involuntary context switches= 1574

runsolver used 0.027995 second user time and 0.071989 second system time

The end

Launcher Data (download as text)

Begin job on node34 at 2008-07-03 00:59:24
IDJOB=1047247
IDBENCH=54138
IDSOLVER=364
FILE ID=node34/1047247-1215039564
PBS_JOBID= 7875105
Free space on /tmp= 66544 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/bddLarge/normalized-bdd-21-2713-15-79-32_ext.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-1047247-1215039564/watcher-1047247-1215039564 -o /tmp/evaluation-result-1047247-1215039564/solver-1047247-1215039564 -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-1047247-1215039564.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5e3fa5f378874955ce09140c39f4ffa1
RANDOM SEED=1815472901

node34.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.259
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.259
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:       1803240 kB
Buffers:         24484 kB
Cached:         142868 kB
SwapCached:       6932 kB
Active:         120260 kB
Inactive:        66236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1803240 kB
SwapTotal:     4192956 kB
SwapFree:      4179812 kB
Dirty:            2544 kB
Writeback:           0 kB
Mapped:          35200 kB
Slab:            51252 kB
Committed_AS:  3402728 kB
PageTables:       1912 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= 66544 MiB
End job on node34 at 2008-07-03 00:59:42