Trace number 1080104

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 23.5194 23.7624

DiagnosticValue
CHECKS88283
NODES13705

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-47_ext.xml
MD5SUM6ae83eaaaf43058c785168af7553985a
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 benchmark15.2247
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.07/0.09	
0.07/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=esac.xml
0.18/0.30	   
0.29/0.30	   instance
0.29/0.30	     name=HOME/instance-1080104-1215211907.xml
0.29/0.33	   
0.29/0.33	   domains being loaded...
0.29/0.34	   
0.29/0.34	   variables being loaded...
0.29/0.37	     nbVariables=20  nbDomainTypes=1  minDomainSize=20  maxDomainSize=20  nbTotalValues=400
0.29/0.37	       =>  wckTime=0.108  cpuTime=0.09  mem=7M919
0.29/0.37	   
0.29/0.37	   relations being loaded...
0.58/0.61	   
0.58/0.61	   constraints being loaded...
0.78/0.85	     nbConstraints=58  nbRelationTypes=58  nbGlobalConstraints=58  nbExtensionStructures=58
0.78/0.85	     nbSharedExtensionStructures=0  nbConflictsStructures=58  nbSharedConflictsStructures=0
0.78/0.85	     nbSharedBinaryRepresentations=0  minDegree=5  maxDegree=13  minArity=3  maxArity=3  nbGenerators=0  nbFusions=0
0.78/0.85	     symmetryWckTime=0.041  symmetryCpuTime=0.03
0.78/0.85	       =>  wckTime=0.589  cpuTime=0.51  mem=47M196
0.87/0.97	   
0.87/0.97	   solver IterativeSystematicSolver being built... 
0.97/1.05	   
0.97/1.05	   INFO : Forward propagation technique limited 
1.06/1.13	       =>  wckTime=0.863  cpuTime=0.63  mem=29M354
1.16/1.25	   
1.16/1.25	   preprocessing
1.16/1.25	     nbConstraintChecks=0  nbValidityChecks=1215493  nbPropagations=165  nbRevisions=0  nbUselessRevisions=0
1.16/1.25	     nbSingletonTests=25  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
1.16/1.25	     detectedInconsistency=no
1.16/1.25	       =>  wckTime=0.118  cpuTime=0.1  mem=29M354
1.85/1.94	   
1.85/1.94	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=30M322)
23.46/23.73	   
23.46/23.73	   search
23.46/23.73	     run=14  nbConstraintChecks=88283  nbValidityChecks=281872932  minDepth=1  maxDepth=20  nbPropagations=421069
23.46/23.73	     nbRevisions=0  nbUselessRevisions=0  nbAssignments=13705  nbFailedAssignments=7270  nbBacktracks=6341
23.46/23.73	     nbVisitedNodes=24473  nbRestartNogoods=122  nbFoundSolutions=1  nbSEliminables=0.04  nbREliminables=3.77
23.46/23.73	     nbIEliminables=10.48  nbDEliminables=0  nbPEliminables=0
23.46/23.73	       =>  wckTime=22.603  cpuTime=22.28  mem=31M273
23.46/23.73	   
23.46/23.73	   global
23.46/23.73	     nbConstraintChecks=88283  nbValidityChecks=283088425  nbPropagations=421234  nbRestartNogoods=122
23.46/23.73	     solvingWckTime=22.606  solvingCpuTime=22.28  expiredTime=no  totalExploration=no  nbFoundSolutions=1
23.46/23.73	     firstSolutionCpuTime=22.91  globalCpuTime=22.96
23.46/23.73	       =>  wckTime=23.471  cpuTime=22.91  mem=31M273
23.46/23.73	   
23.46/23.73	s SATISFIABLE
23.46/23.73	v 1 15 3 16 4 12 15 7 14 3 0 3 8 18 11 18 13 15 8 16 
23.46/23.73	d NODES 13705
23.46/23.73	d CHECKS 88283
23.46/23.74	   
23.46/23.74	   totalWckTime=23.542  totalCpuTime=22.96

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

[startup+0 s]
/proc/loadavg: 2.09 1.99 1.99 4/84 22590
/proc/meminfo: memFree=1743200/2055920 swapFree=4180000/4192956
[pid=22590] ppid=22588 vsize=18572 CPUtime=0
/proc/22590/stat : 22590 (runsolver) R 22588 20758 20758 0 -1 4194368 12 0 0 0 0 0 0 0 19 0 1 0 2000164864 19017728 290 996147200 4194304 4296836 548682068336 18446744073709551615 238485010154 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22590/statm: 4643 290 255 25 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.0913001 s]
/proc/loadavg: 2.09 1.99 1.99 4/84 22590
/proc/meminfo: memFree=1743200/2055920 swapFree=4180000/4192956
[pid=22590] ppid=22588 vsize=865884 CPUtime=0.07
/proc/22590/stat : 22590 (java) S 22588 22590 20758 0 -1 0 3614 0 1 0 5 2 0 0 18 0 9 0 2000164864 886665216 3102 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22590/statm: 216471 3102 1663 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865884

[startup+0.102317 s]
/proc/loadavg: 2.09 1.99 1.99 4/84 22590
/proc/meminfo: memFree=1743200/2055920 swapFree=4180000/4192956
[pid=22590] ppid=22588 vsize=865884 CPUtime=0.08
/proc/22590/stat : 22590 (java) S 22588 22590 20758 0 -1 0 3715 0 1 0 6 2 0 0 18 0 9 0 2000164864 886665216 3181 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22590/statm: 216471 3181 1687 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301409 s]
/proc/loadavg: 2.09 1.99 1.99 4/84 22590
/proc/meminfo: memFree=1743200/2055920 swapFree=4180000/4192956
[pid=22590] ppid=22588 vsize=866284 CPUtime=0.29
/proc/22590/stat : 22590 (java) S 22588 22590 20758 0 -1 0 5763 0 1 0 24 5 0 0 18 0 9 0 2000164864 887074816 5137 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22590/statm: 216571 5137 1951 9 0 211099 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866284

[startup+0.701377 s]
/proc/loadavg: 2.09 1.99 1.99 4/84 22590
/proc/meminfo: memFree=1743200/2055920 swapFree=4180000/4192956
[pid=22590] ppid=22588 vsize=866520 CPUtime=0.68
/proc/22590/stat : 22590 (java) S 22588 22590 20758 0 -1 0 12350 0 1 0 60 8 0 0 18 0 9 0 2000164864 887316480 11710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22590/statm: 216630 11710 1977 9 0 211158 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866520

[startup+1.50146 s]
/proc/loadavg: 2.09 1.99 1.99 4/95 22603
/proc/meminfo: memFree=1678856/2055920 swapFree=4180000/4192956
[pid=22590] ppid=22588 vsize=867256 CPUtime=1.46
/proc/22590/stat : 22590 (java) S 22588 22590 20758 0 -1 0 27685 269 1 0 132 14 0 0 18 0 9 0 2000164864 888070144 18682 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22590/statm: 216814 18682 2631 9 0 211320 0
[pid=22590/tid=22592] ppid=22588 vsize=867256 CPUtime=1.16
/proc/22590/task/22592/stat : 22592 (java) R 22588 22590 20758 0 -1 64 19045 269 1 0 106 10 0 0 25 0 9 0 2000164866 888070144 18682 996147200 134512640 134550740 4294955968 18446744073709551615 4125978148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22593] ppid=22588 vsize=867256 CPUtime=0.1
/proc/22590/task/22593/stat : 22593 (java) S 22588 22590 20758 0 -1 64 7303 269 0 0 9 1 0 0 17 0 9 0 2000164867 888070144 18682 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22594] ppid=22588 vsize=867256 CPUtime=0
/proc/22590/task/22594/stat : 22594 (java) S 22588 22590 20758 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 2000164867 888070144 18682 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22595] ppid=22588 vsize=867256 CPUtime=0
/proc/22590/task/22595/stat : 22595 (java) S 22588 22590 20758 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 2000164867 888070144 18682 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22596] ppid=22588 vsize=867256 CPUtime=0
/proc/22590/task/22596/stat : 22596 (java) S 22588 22590 20758 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 2000164869 888070144 18682 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22597] ppid=22588 vsize=867256 CPUtime=0.16
/proc/22590/task/22597/stat : 22597 (java) S 22588 22590 20758 0 -1 64 496 269 0 0 16 0 0 0 15 0 9 0 2000164869 888070144 18682 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22598] ppid=22588 vsize=867256 CPUtime=0
/proc/22590/task/22598/stat : 22598 (java) S 22588 22590 20758 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 2000164869 888070144 18682 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22599] ppid=22588 vsize=867256 CPUtime=0
/proc/22590/task/22599/stat : 22599 (java) S 22588 22590 20758 0 -1 64 4 269 0 0 0 0 0 0 15 0 9 0 2000164869 888070144 18682 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867256

[startup+3.10164 s]
/proc/loadavg: 2.08 1.99 1.99 3/93 22603
/proc/meminfo: memFree=1678288/2055920 swapFree=4180000/4192956
[pid=22590] ppid=22588 vsize=867256 CPUtime=3.04
/proc/22590/stat : 22590 (java) S 22588 22590 20758 0 -1 0 27717 269 1 0 290 14 0 0 18 0 9 0 2000164864 888070144 18700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22590/statm: 216814 18700 2631 9 0 211320 0
[pid=22590/tid=22592] ppid=22588 vsize=867256 CPUtime=2.71
/proc/22590/task/22592/stat : 22592 (java) R 22588 22590 20758 0 -1 64 19058 269 1 0 261 10 0 0 25 0 9 0 2000164866 888070144 18700 996147200 134512640 134550740 4294955968 18446744073709551615 4126746114 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22593] ppid=22588 vsize=867256 CPUtime=0.1
/proc/22590/task/22593/stat : 22593 (java) S 22588 22590 20758 0 -1 64 7303 269 0 0 9 1 0 0 17 0 9 0 2000164867 888070144 18700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22594] ppid=22588 vsize=867256 CPUtime=0
/proc/22590/task/22594/stat : 22594 (java) S 22588 22590 20758 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 2000164867 888070144 18700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22595] ppid=22588 vsize=867256 CPUtime=0
/proc/22590/task/22595/stat : 22595 (java) S 22588 22590 20758 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 2000164867 888070144 18700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22596] ppid=22588 vsize=867256 CPUtime=0
/proc/22590/task/22596/stat : 22596 (java) S 22588 22590 20758 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 2000164869 888070144 18700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22597] ppid=22588 vsize=867256 CPUtime=0.2
/proc/22590/task/22597/stat : 22597 (java) S 22588 22590 20758 0 -1 64 515 269 0 0 19 1 0 0 15 0 9 0 2000164869 888070144 18700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22598] ppid=22588 vsize=867256 CPUtime=0
/proc/22590/task/22598/stat : 22598 (java) S 22588 22590 20758 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 2000164869 888070144 18700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22599] ppid=22588 vsize=867256 CPUtime=0
/proc/22590/task/22599/stat : 22599 (java) S 22588 22590 20758 0 -1 64 4 269 0 0 0 0 0 0 15 0 9 0 2000164869 888070144 18700 996147200 134512640 134550740 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) 867256

[startup+6.30301 s]
/proc/loadavg: 2.08 1.99 1.99 3/93 22603
/proc/meminfo: memFree=1677968/2055920 swapFree=4180000/4192956
[pid=22590] ppid=22588 vsize=867388 CPUtime=6.22
/proc/22590/stat : 22590 (java) S 22588 22590 20758 0 -1 0 27745 269 1 0 607 15 0 0 18 0 9 0 2000164864 888205312 18713 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22590/statm: 216847 18713 2631 9 0 211353 0
[pid=22590/tid=22592] ppid=22588 vsize=867388 CPUtime=5.85
/proc/22590/task/22592/stat : 22592 (java) R 22588 22590 20758 0 -1 64 19070 269 1 0 575 10 0 0 25 0 9 0 2000164866 888205312 18713 996147200 134512640 134550740 4294955968 18446744073709551615 4126745964 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22593] ppid=22588 vsize=867388 CPUtime=0.1
/proc/22590/task/22593/stat : 22593 (java) S 22588 22590 20758 0 -1 64 7303 269 0 0 9 1 0 0 17 0 9 0 2000164867 888205312 18713 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22594] ppid=22588 vsize=867388 CPUtime=0
/proc/22590/task/22594/stat : 22594 (java) S 22588 22590 20758 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 2000164867 888205312 18713 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22595] ppid=22588 vsize=867388 CPUtime=0
/proc/22590/task/22595/stat : 22595 (java) S 22588 22590 20758 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 2000164867 888205312 18713 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22596] ppid=22588 vsize=867388 CPUtime=0
/proc/22590/task/22596/stat : 22596 (java) S 22588 22590 20758 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 2000164869 888205312 18713 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22597] ppid=22588 vsize=867388 CPUtime=0.22
/proc/22590/task/22597/stat : 22597 (java) S 22588 22590 20758 0 -1 64 531 269 0 0 21 1 0 0 16 0 9 0 2000164869 888205312 18713 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22598] ppid=22588 vsize=867388 CPUtime=0
/proc/22590/task/22598/stat : 22598 (java) S 22588 22590 20758 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 2000164869 888205312 18713 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22599] ppid=22588 vsize=867388 CPUtime=0
/proc/22590/task/22599/stat : 22599 (java) S 22588 22590 20758 0 -1 64 4 269 0 0 0 0 0 0 15 0 9 0 2000164869 888205312 18713 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867388

[startup+12.7027 s]
/proc/loadavg: 2.08 1.99 1.99 3/93 22603
/proc/meminfo: memFree=1677776/2055920 swapFree=4180000/4192956
[pid=22590] ppid=22588 vsize=867388 CPUtime=12.56
/proc/22590/stat : 22590 (java) S 22588 22590 20758 0 -1 0 27767 269 1 0 1241 15 0 0 18 0 9 0 2000164864 888205312 18717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22590/statm: 216847 18717 2631 9 0 211353 0
[pid=22590/tid=22592] ppid=22588 vsize=867388 CPUtime=12.19
/proc/22590/task/22592/stat : 22592 (java) R 22588 22590 20758 0 -1 64 19086 269 1 0 1209 10 0 0 25 0 9 0 2000164866 888205312 18717 996147200 134512640 134550740 4294955968 18446744073709551615 4126745957 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22593] ppid=22588 vsize=867388 CPUtime=0.1
/proc/22590/task/22593/stat : 22593 (java) S 22588 22590 20758 0 -1 64 7303 269 0 0 9 1 0 0 16 0 9 0 2000164867 888205312 18717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22594] ppid=22588 vsize=867388 CPUtime=0
/proc/22590/task/22594/stat : 22594 (java) S 22588 22590 20758 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 2000164867 888205312 18717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22595] ppid=22588 vsize=867388 CPUtime=0
/proc/22590/task/22595/stat : 22595 (java) S 22588 22590 20758 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 2000164867 888205312 18717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22596] ppid=22588 vsize=867388 CPUtime=0
/proc/22590/task/22596/stat : 22596 (java) S 22588 22590 20758 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 2000164869 888205312 18717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22597] ppid=22588 vsize=867388 CPUtime=0.23
/proc/22590/task/22597/stat : 22597 (java) S 22588 22590 20758 0 -1 64 537 269 0 0 22 1 0 0 16 0 9 0 2000164869 888205312 18717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22598] ppid=22588 vsize=867388 CPUtime=0
/proc/22590/task/22598/stat : 22598 (java) S 22588 22590 20758 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 2000164869 888205312 18717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22599] ppid=22588 vsize=867388 CPUtime=0
/proc/22590/task/22599/stat : 22599 (java) S 22588 22590 20758 0 -1 64 4 269 0 0 0 0 0 0 15 0 9 0 2000164869 888205312 18717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867388

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

[startup+19.1015 s]
/proc/loadavg: 2.07 1.99 1.99 3/93 22603
/proc/meminfo: memFree=1677840/2055920 swapFree=4180000/4192956
[pid=22590] ppid=22588 vsize=867388 CPUtime=18.9
/proc/22590/stat : 22590 (java) S 22588 22590 20758 0 -1 0 27779 269 1 0 1875 15 0 0 18 0 9 0 2000164864 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22590/statm: 216847 18718 2631 9 0 211353 0
[pid=22590/tid=22592] ppid=22588 vsize=867388 CPUtime=18.52
/proc/22590/task/22592/stat : 22592 (java) R 22588 22590 20758 0 -1 64 19097 269 1 0 1842 10 0 0 25 0 9 0 2000164866 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4126746104 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22593] ppid=22588 vsize=867388 CPUtime=0.1
/proc/22590/task/22593/stat : 22593 (java) S 22588 22590 20758 0 -1 64 7303 269 0 0 9 1 0 0 16 0 9 0 2000164867 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22594] ppid=22588 vsize=867388 CPUtime=0
/proc/22590/task/22594/stat : 22594 (java) S 22588 22590 20758 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 2000164867 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22595] ppid=22588 vsize=867388 CPUtime=0
/proc/22590/task/22595/stat : 22595 (java) S 22588 22590 20758 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 2000164867 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22596] ppid=22588 vsize=867388 CPUtime=0
/proc/22590/task/22596/stat : 22596 (java) S 22588 22590 20758 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 2000164869 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22597] ppid=22588 vsize=867388 CPUtime=0.24
/proc/22590/task/22597/stat : 22597 (java) S 22588 22590 20758 0 -1 64 538 269 0 0 23 1 0 0 15 0 9 0 2000164869 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22598] ppid=22588 vsize=867388 CPUtime=0
/proc/22590/task/22598/stat : 22598 (java) S 22588 22590 20758 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 2000164869 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22599] ppid=22588 vsize=867388 CPUtime=0
/proc/22590/task/22599/stat : 22599 (java) S 22588 22590 20758 0 -1 64 4 269 0 0 0 0 0 0 15 0 9 0 2000164869 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.9
Current children cumulated vsize (KiB) 867388

[startup+22.3028 s]
/proc/loadavg: 2.07 1.99 1.99 3/93 22603
/proc/meminfo: memFree=1677776/2055920 swapFree=4180000/4192956
[pid=22590] ppid=22588 vsize=867388 CPUtime=22.07
/proc/22590/stat : 22590 (java) S 22588 22590 20758 0 -1 0 27795 269 1 0 2192 15 0 0 18 0 9 0 2000164864 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22590/statm: 216847 18718 2631 9 0 211353 0
[pid=22590/tid=22592] ppid=22588 vsize=867388 CPUtime=21.69
/proc/22590/task/22592/stat : 22592 (java) R 22588 22590 20758 0 -1 64 19113 269 1 0 2159 10 0 0 25 0 9 0 2000164866 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4126754904 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22593] ppid=22588 vsize=867388 CPUtime=0.1
/proc/22590/task/22593/stat : 22593 (java) S 22588 22590 20758 0 -1 64 7303 269 0 0 9 1 0 0 16 0 9 0 2000164867 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22594] ppid=22588 vsize=867388 CPUtime=0
/proc/22590/task/22594/stat : 22594 (java) S 22588 22590 20758 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 2000164867 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22595] ppid=22588 vsize=867388 CPUtime=0
/proc/22590/task/22595/stat : 22595 (java) S 22588 22590 20758 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 2000164867 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22596] ppid=22588 vsize=867388 CPUtime=0
/proc/22590/task/22596/stat : 22596 (java) S 22588 22590 20758 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 2000164869 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22597] ppid=22588 vsize=867388 CPUtime=0.24
/proc/22590/task/22597/stat : 22597 (java) S 22588 22590 20758 0 -1 64 538 269 0 0 23 1 0 0 15 0 9 0 2000164869 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22598] ppid=22588 vsize=867388 CPUtime=0
/proc/22590/task/22598/stat : 22598 (java) S 22588 22590 20758 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 2000164869 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22599] ppid=22588 vsize=867388 CPUtime=0
/proc/22590/task/22599/stat : 22599 (java) S 22588 22590 20758 0 -1 64 4 269 0 0 0 0 0 0 15 0 9 0 2000164869 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.07
Current children cumulated vsize (KiB) 867388

[startup+23.1079 s]
/proc/loadavg: 2.06 1.99 1.99 3/93 22603
/proc/meminfo: memFree=1677776/2055920 swapFree=4180000/4192956
[pid=22590] ppid=22588 vsize=867388 CPUtime=22.86
/proc/22590/stat : 22590 (java) S 22588 22590 20758 0 -1 0 27798 269 1 0 2271 15 0 0 18 0 9 0 2000164864 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22590/statm: 216847 18718 2631 9 0 211353 0
[pid=22590/tid=22592] ppid=22588 vsize=867388 CPUtime=22.48
/proc/22590/task/22592/stat : 22592 (java) R 22588 22590 20758 0 -1 64 19116 269 1 0 2238 10 0 0 25 0 9 0 2000164866 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4126780291 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22593] ppid=22588 vsize=867388 CPUtime=0.1
/proc/22590/task/22593/stat : 22593 (java) S 22588 22590 20758 0 -1 64 7303 269 0 0 9 1 0 0 16 0 9 0 2000164867 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22594] ppid=22588 vsize=867388 CPUtime=0
/proc/22590/task/22594/stat : 22594 (java) S 22588 22590 20758 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 2000164867 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22595] ppid=22588 vsize=867388 CPUtime=0
/proc/22590/task/22595/stat : 22595 (java) S 22588 22590 20758 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 2000164867 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22596] ppid=22588 vsize=867388 CPUtime=0
/proc/22590/task/22596/stat : 22596 (java) S 22588 22590 20758 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 2000164869 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22597] ppid=22588 vsize=867388 CPUtime=0.24
/proc/22590/task/22597/stat : 22597 (java) S 22588 22590 20758 0 -1 64 538 269 0 0 23 1 0 0 15 0 9 0 2000164869 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22598] ppid=22588 vsize=867388 CPUtime=0
/proc/22590/task/22598/stat : 22598 (java) S 22588 22590 20758 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 2000164869 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22599] ppid=22588 vsize=867388 CPUtime=0
/proc/22590/task/22599/stat : 22599 (java) S 22588 22590 20758 0 -1 64 4 269 0 0 0 0 0 0 15 0 9 0 2000164869 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.86
Current children cumulated vsize (KiB) 867388

[startup+23.503 s]
/proc/loadavg: 2.06 1.99 1.99 3/93 22603
/proc/meminfo: memFree=1677776/2055920 swapFree=4180000/4192956
[pid=22590] ppid=22588 vsize=867388 CPUtime=23.26
/proc/22590/stat : 22590 (java) S 22588 22590 20758 0 -1 0 27800 269 1 0 2311 15 0 0 18 0 9 0 2000164864 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22590/statm: 216847 18718 2631 9 0 211353 0
[pid=22590/tid=22592] ppid=22588 vsize=867388 CPUtime=22.88
/proc/22590/task/22592/stat : 22592 (java) R 22588 22590 20758 0 -1 64 19118 269 1 0 2278 10 0 0 25 0 9 0 2000164866 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4126762779 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22593] ppid=22588 vsize=867388 CPUtime=0.1
/proc/22590/task/22593/stat : 22593 (java) S 22588 22590 20758 0 -1 64 7303 269 0 0 9 1 0 0 16 0 9 0 2000164867 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22594] ppid=22588 vsize=867388 CPUtime=0
/proc/22590/task/22594/stat : 22594 (java) S 22588 22590 20758 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 2000164867 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22595] ppid=22588 vsize=867388 CPUtime=0
/proc/22590/task/22595/stat : 22595 (java) S 22588 22590 20758 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 2000164867 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22596] ppid=22588 vsize=867388 CPUtime=0
/proc/22590/task/22596/stat : 22596 (java) S 22588 22590 20758 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 2000164869 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22597] ppid=22588 vsize=867388 CPUtime=0.24
/proc/22590/task/22597/stat : 22597 (java) S 22588 22590 20758 0 -1 64 538 269 0 0 23 1 0 0 15 0 9 0 2000164869 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22598] ppid=22588 vsize=867388 CPUtime=0
/proc/22590/task/22598/stat : 22598 (java) S 22588 22590 20758 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 2000164869 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22599] ppid=22588 vsize=867388 CPUtime=0
/proc/22590/task/22599/stat : 22599 (java) S 22588 22590 20758 0 -1 64 4 269 0 0 0 0 0 0 15 0 9 0 2000164869 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.26
Current children cumulated vsize (KiB) 867388

[startup+23.703 s]
/proc/loadavg: 2.06 1.99 1.99 3/93 22603
/proc/meminfo: memFree=1677776/2055920 swapFree=4180000/4192956
[pid=22590] ppid=22588 vsize=867388 CPUtime=23.46
/proc/22590/stat : 22590 (java) S 22588 22590 20758 0 -1 0 27800 269 1 0 2331 15 0 0 18 0 9 0 2000164864 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22590/statm: 216847 18718 2631 9 0 211353 0
[pid=22590/tid=22592] ppid=22588 vsize=867388 CPUtime=23.08
/proc/22590/task/22592/stat : 22592 (java) R 22588 22590 20758 0 -1 64 19118 269 1 0 2298 10 0 0 25 0 9 0 2000164866 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4126746180 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22593] ppid=22588 vsize=867388 CPUtime=0.1
/proc/22590/task/22593/stat : 22593 (java) S 22588 22590 20758 0 -1 64 7303 269 0 0 9 1 0 0 16 0 9 0 2000164867 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22594] ppid=22588 vsize=867388 CPUtime=0
/proc/22590/task/22594/stat : 22594 (java) S 22588 22590 20758 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 2000164867 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22595] ppid=22588 vsize=867388 CPUtime=0
/proc/22590/task/22595/stat : 22595 (java) S 22588 22590 20758 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 2000164867 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22596] ppid=22588 vsize=867388 CPUtime=0
/proc/22590/task/22596/stat : 22596 (java) S 22588 22590 20758 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 2000164869 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22597] ppid=22588 vsize=867388 CPUtime=0.24
/proc/22590/task/22597/stat : 22597 (java) S 22588 22590 20758 0 -1 64 538 269 0 0 23 1 0 0 15 0 9 0 2000164869 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22598] ppid=22588 vsize=867388 CPUtime=0
/proc/22590/task/22598/stat : 22598 (java) S 22588 22590 20758 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 2000164869 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22590/tid=22599] ppid=22588 vsize=867388 CPUtime=0
/proc/22590/task/22599/stat : 22599 (java) S 22588 22590 20758 0 -1 64 4 269 0 0 0 0 0 0 15 0 9 0 2000164869 888205312 18718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.46
Current children cumulated vsize (KiB) 867388

Child status: 0
Real time (s): 23.7624
CPU time (s): 23.5194
CPU user time (s): 23.3484
CPU system time (s): 0.170974
CPU usage (%): 98.9774
Max. virtual memory (cumulated for all children) (KiB): 869660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.3484
system time used= 0.170974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28172
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= 1684
involuntary context switches= 2242

runsolver used 0.034994 second user time and 0.084987 second system time

The end

Launcher Data (download as text)

Begin job on node23 at 2008-07-05 00:51:47
IDJOB=1080104
IDBENCH=56934
IDSOLVER=364
FILE ID=node23/1080104-1215211907
PBS_JOBID= 7881697
Free space on /tmp= 66540 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-47_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-1080104-1215211907/watcher-1080104-1215211907 -o /tmp/evaluation-result-1080104-1215211907/solver-1080104-1215211907 -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-1080104-1215211907.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6ae83eaaaf43058c785168af7553985a
RANDOM SEED=204159913

node23.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.216
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.216
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:       1743680 kB
Buffers:         25744 kB
Cached:         134172 kB
SwapCached:       6548 kB
Active:         218736 kB
Inactive:        41692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1743680 kB
SwapTotal:     4192956 kB
SwapFree:      4180000 kB
Dirty:            3260 kB
Writeback:           0 kB
Mapped:         112052 kB
Slab:            36972 kB
Committed_AS:  4135392 kB
PageTables:       1932 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= 66536 MiB
End job on node23 at 2008-07-05 00:52:11