Trace number 1044285

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ACSAT 18.2952 18.485

DiagnosticValue
CHECKS41489
NODES88

General information on the benchmark

Namecsp/marc/
normalized-large-88-sat_ext.xml
MD5SUMdd27e97e48b6e78409370aee787bfb74
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark13.162
Satisfiable
(Un)Satisfiability was proved
Number of variables88
Number of constraints3828
Maximum constraint arity2
Maximum domain size88
Number of constraints which are defined in extension3828
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.16/0.26	
0.16/0.26	   configuration
0.16/0.26	     name=mac.xml
0.25/0.34	   
0.25/0.34	   instance
0.25/0.34	     name=HOME/instance-1044285-1215023375.xml
0.25/0.38	   
0.25/0.38	   domains being loaded...
0.25/0.39	   
0.25/0.39	   variables being loaded...
0.36/0.42	     nbVariables=88  nbDomainTypes=1  minDomainSize=88  maxDomainSize=88  nbTotalValues=7744
0.36/0.42	       =>  wckTime=0.161  cpuTime=0.11  mem=7M919
0.36/0.42	   
0.36/0.42	   relations being loaded...
3.14/3.23	   
3.14/3.23	   INFO : Contraction of relations, mem = 100M59
14.93/15.19	   
14.93/15.19	   constraints being loaded...
17.60/17.86	     nbConstraints=3828  nbRelationTypes=3827  nbExtensionStructures=3827  nbSharedExtensionStructures=1
17.60/17.86	     nbConflictsStructures=3827  nbSharedConflictsStructures=1  nbSharedBinaryRepresentations=673201  minDegree=87
17.60/17.86	     maxDegree=87  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.192  symmetryCpuTime=0.09
17.60/17.86	       =>  wckTime=17.595  cpuTime=15.87  mem=121M961
18.00/18.20	   
18.00/18.21	   solver IterativeSystematicSolver being built... 
18.09/18.35	       =>  wckTime=18.089  cpuTime=15.99  mem=124M345
18.09/18.39	   
18.09/18.39	   preprocessing
18.09/18.39	     nbConstraintChecks=33833  nbPropagations=89  nbRevisions=7878  nbUselessRevisions=7670  nbRemovedValues=7656
18.09/18.39	     detectedInconsistency=no
18.09/18.39	       =>  wckTime=0.033  cpuTime=0.02  mem=124M345
18.20/18.44	   
18.20/18.44	   search
18.20/18.44	     run=0  nbConstraintChecks=7656  minDepth=89  maxDepth=88  nbPropagations=177  nbRevisions=11706
18.20/18.44	     nbUselessRevisions=11498  nbAssignments=88  nbFailedAssignments=0  nbBacktracks=0  nbVisitedNodes=89
18.20/18.44	     nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=88
18.20/18.44	     nbREliminables=0  nbIEliminables=0  nbDEliminables=0  nbPEliminables=0
18.20/18.44	       =>  wckTime=0.084  cpuTime=0.06  mem=125M545
18.20/18.44	   
18.20/18.44	   global
18.20/18.44	     nbConstraintChecks=41489  nbPropagations=266  nbRevisions=19584  nbUselessRevisions=19168  nbRestartNogoods=0
18.20/18.44	     solvingWckTime=0.088  solvingCpuTime=0.06  expiredTime=no  totalExploration=no  nbFoundSolutions=1
18.20/18.44	     firstSolutionCpuTime=16.04  globalCpuTime=16.11
18.20/18.44	       =>  wckTime=18.18  cpuTime=16.05  mem=125M545
18.20/18.45	   
18.20/18.45	s SATISFIABLE
18.20/18.45	v 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 
18.20/18.45	d NODES 88
18.20/18.45	d CHECKS 41489
18.20/18.45	   
18.20/18.45	   totalWckTime=18.24  totalCpuTime=16.12

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-1044285-1215023375/watcher-1044285-1215023375 -o /tmp/evaluation-result-1044285-1215023375/solver-1044285-1215023375 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1044285-1215023375.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.07 2.03 1.94 3/72 21239
/proc/meminfo: memFree=1658824/2055920 swapFree=4180440/4192956
[pid=21239] ppid=21237 vsize=18572 CPUtime=0
/proc/21239/stat : 21239 (runsolver) R 21237 21239 20873 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 1981312298 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 221780700455 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/21239/statm: 4643 292 257 25 0 2626 0

[startup+0.062662 s]
/proc/loadavg: 2.07 2.03 1.94 3/72 21239
/proc/meminfo: memFree=1658824/2055920 swapFree=4180440/4192956
[pid=21239] ppid=21237 vsize=863832 CPUtime=0.04
/proc/21239/stat : 21239 (java) S 21237 21239 20873 0 -1 0 2617 0 1 0 3 1 0 0 18 0 9 0 1981312298 884563968 2184 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21239/statm: 215958 2184 1027 9 0 210937 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 863832

[startup+0.10266 s]
/proc/loadavg: 2.07 2.03 1.94 3/72 21239
/proc/meminfo: memFree=1658824/2055920 swapFree=4180440/4192956
[pid=21239] ppid=21237 vsize=865884 CPUtime=0.08
/proc/21239/stat : 21239 (java) S 21237 21239 20873 0 -1 0 3679 0 1 0 6 2 0 0 18 0 9 0 1981312298 886665216 3154 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21239/statm: 216471 3154 1676 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301676 s]
/proc/loadavg: 2.07 2.03 1.94 3/72 21239
/proc/meminfo: memFree=1658824/2055920 swapFree=4180440/4192956
[pid=21239] ppid=21237 vsize=866048 CPUtime=0.25
/proc/21239/stat : 21239 (java) S 21237 21239 20873 0 -1 0 5442 0 1 0 22 3 0 0 18 0 9 0 1981312298 886833152 4865 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21239/statm: 216512 4865 1883 9 0 211060 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 866048

[startup+0.7027 s]
/proc/loadavg: 2.07 2.03 1.94 3/72 21239
/proc/meminfo: memFree=1658824/2055920 swapFree=4180440/4192956
[pid=21239] ppid=21237 vsize=866408 CPUtime=0.66
/proc/21239/stat : 21239 (java) S 21237 21239 20873 0 -1 0 10105 0 1 0 60 6 0 0 18 0 9 0 1981312298 887201792 9475 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21239/statm: 216602 9475 1968 9 0 211130 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 866408

[startup+1.50275 s]
/proc/loadavg: 2.07 2.03 1.94 4/81 21248
/proc/meminfo: memFree=1597824/2055920 swapFree=4180440/4192956
[pid=21239] ppid=21237 vsize=866964 CPUtime=1.45
/proc/21239/stat : 21239 (java) S 21237 21239 20873 0 -1 0 20229 0 1 0 133 12 0 0 18 0 9 0 1981312298 887771136 19597 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21239/statm: 216741 19597 1982 9 0 211269 0
[pid=21239/tid=21241] ppid=21237 vsize=866964 CPUtime=1.25
/proc/21239/task/21241/stat : 21241 (java) R 21237 21239 20873 0 -1 64 15653 0 1 0 116 9 0 0 25 0 9 0 1981312300 887771136 19597 996147200 134512640 134550740 4294955984 18446744073709551615 104454866 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21242] ppid=21237 vsize=866964 CPUtime=0.08
/proc/21239/task/21242/stat : 21242 (java) S 21237 21239 20873 0 -1 64 3427 0 0 0 7 1 0 0 17 0 9 0 1981312301 887771136 19597 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21243] ppid=21237 vsize=866964 CPUtime=0
/proc/21239/task/21243/stat : 21243 (java) S 21237 21239 20873 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1981312302 887771136 19597 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21244] ppid=21237 vsize=866964 CPUtime=0
/proc/21239/task/21244/stat : 21244 (java) S 21237 21239 20873 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1981312302 887771136 19597 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21245] ppid=21237 vsize=866964 CPUtime=0
/proc/21239/task/21245/stat : 21245 (java) S 21237 21239 20873 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1981312304 887771136 19597 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21246] ppid=21237 vsize=866964 CPUtime=0.09
/proc/21239/task/21246/stat : 21246 (java) S 21237 21239 20873 0 -1 64 453 0 0 0 9 0 0 0 16 0 9 0 1981312304 887771136 19597 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21247] ppid=21237 vsize=866964 CPUtime=0
/proc/21239/task/21247/stat : 21247 (java) S 21237 21239 20873 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1981312304 887771136 19597 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21248] ppid=21237 vsize=866964 CPUtime=0
/proc/21239/task/21248/stat : 21248 (java) S 21237 21239 20873 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1981312304 887771136 19597 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 866964

[startup+3.10184 s]
/proc/loadavg: 2.07 2.03 1.94 3/81 21248
/proc/meminfo: memFree=1567232/2055920 swapFree=4180440/4192956
[pid=21239] ppid=21237 vsize=866964 CPUtime=3.04
/proc/21239/stat : 21239 (java) S 21237 21239 20873 0 -1 0 33166 0 1 0 285 19 0 0 18 0 9 0 1981312298 887771136 32531 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21239/statm: 216741 32531 1982 9 0 211269 0
[pid=21239/tid=21241] ppid=21237 vsize=866964 CPUtime=2.44
/proc/21239/task/21241/stat : 21241 (java) R 21237 21239 20873 0 -1 64 15657 0 1 0 234 10 0 0 25 0 9 0 1981312300 887771136 32531 996147200 134512640 134550740 4294955984 18446744073709551615 4126574782 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21242] ppid=21237 vsize=866964 CPUtime=0.45
/proc/21239/task/21242/stat : 21242 (java) S 21237 21239 20873 0 -1 64 16334 0 0 0 37 8 0 0 17 0 9 0 1981312301 887771136 32531 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21243] ppid=21237 vsize=866964 CPUtime=0
/proc/21239/task/21243/stat : 21243 (java) S 21237 21239 20873 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1981312302 887771136 32531 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21244] ppid=21237 vsize=866964 CPUtime=0
/proc/21239/task/21244/stat : 21244 (java) S 21237 21239 20873 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1981312302 887771136 32531 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21245] ppid=21237 vsize=866964 CPUtime=0
/proc/21239/task/21245/stat : 21245 (java) S 21237 21239 20873 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1981312304 887771136 32531 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21246] ppid=21237 vsize=866964 CPUtime=0.12
/proc/21239/task/21246/stat : 21246 (java) S 21237 21239 20873 0 -1 64 479 0 0 0 12 0 0 0 16 0 9 0 1981312304 887771136 32531 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21247] ppid=21237 vsize=866964 CPUtime=0
/proc/21239/task/21247/stat : 21247 (java) S 21237 21239 20873 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1981312304 887771136 32531 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21248] ppid=21237 vsize=866964 CPUtime=0
/proc/21239/task/21248/stat : 21248 (java) S 21237 21239 20873 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1981312304 887771136 32531 996147200 134512640 134550740 4294955984 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) 866964

[startup+6.30203 s]
/proc/loadavg: 2.14 2.04 1.94 3/81 21248
/proc/meminfo: memFree=1535680/2055920 swapFree=4180440/4192956
[pid=21239] ppid=21237 vsize=867088 CPUtime=6.21
/proc/21239/stat : 21239 (java) S 21237 21239 20873 0 -1 0 34198 0 1 0 599 22 0 0 18 0 9 0 1981312298 887898112 33375 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21239/statm: 216772 33375 2606 9 0 211300 0
[pid=21239/tid=21241] ppid=21237 vsize=867088 CPUtime=5.37
/proc/21239/task/21241/stat : 21241 (java) R 21237 21239 20873 0 -1 64 15672 0 1 0 525 12 0 0 25 0 9 0 1981312300 887898112 33375 996147200 134512640 134550740 4294955984 18446744073709551615 4126574558 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21242] ppid=21237 vsize=867088 CPUtime=0.69
/proc/21239/task/21242/stat : 21242 (java) S 21237 21239 20873 0 -1 64 17347 0 0 0 61 8 0 0 16 0 9 0 1981312301 887898112 33375 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21243] ppid=21237 vsize=867088 CPUtime=0
/proc/21239/task/21243/stat : 21243 (java) S 21237 21239 20873 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1981312302 887898112 33375 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21244] ppid=21237 vsize=867088 CPUtime=0
/proc/21239/task/21244/stat : 21244 (java) S 21237 21239 20873 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1981312302 887898112 33375 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21245] ppid=21237 vsize=867088 CPUtime=0
/proc/21239/task/21245/stat : 21245 (java) S 21237 21239 20873 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1981312304 887898112 33375 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21246] ppid=21237 vsize=867088 CPUtime=0.13
/proc/21239/task/21246/stat : 21246 (java) S 21237 21239 20873 0 -1 64 483 0 0 0 13 0 0 0 16 0 9 0 1981312304 887898112 33375 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21247] ppid=21237 vsize=867088 CPUtime=0
/proc/21239/task/21247/stat : 21247 (java) S 21237 21239 20873 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1981312304 887898112 33375 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21248] ppid=21237 vsize=867088 CPUtime=0
/proc/21239/task/21248/stat : 21248 (java) S 21237 21239 20873 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1981312304 887898112 33375 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867088

[startup+12.7014 s]
/proc/loadavg: 2.13 2.04 1.94 3/81 21248
/proc/meminfo: memFree=1515392/2055920 swapFree=4180440/4192956
[pid=21239] ppid=21237 vsize=867408 CPUtime=12.55
/proc/21239/stat : 21239 (java) S 21237 21239 20873 0 -1 0 40367 0 1 0 1225 30 0 0 18 0 9 0 1981312298 888225792 39532 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21239/statm: 216852 39532 2610 9 0 211380 0
[pid=21239/tid=21241] ppid=21237 vsize=867408 CPUtime=11.37
/proc/21239/task/21241/stat : 21241 (java) R 21237 21239 20873 0 -1 64 15684 0 1 0 1119 18 0 0 25 0 9 0 1981312300 888225792 39532 996147200 134512640 134550740 4294955984 18446744073709551615 4126417538 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21242] ppid=21237 vsize=867408 CPUtime=1.01
/proc/21239/task/21242/stat : 21242 (java) S 21237 21239 20873 0 -1 64 23397 0 0 0 90 11 0 0 16 0 9 0 1981312301 888225792 39532 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21243] ppid=21237 vsize=867408 CPUtime=0
/proc/21239/task/21243/stat : 21243 (java) S 21237 21239 20873 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1981312302 888225792 39532 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21244] ppid=21237 vsize=867408 CPUtime=0
/proc/21239/task/21244/stat : 21244 (java) S 21237 21239 20873 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1981312302 888225792 39532 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21245] ppid=21237 vsize=867408 CPUtime=0
/proc/21239/task/21245/stat : 21245 (java) S 21237 21239 20873 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1981312304 888225792 39532 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21246] ppid=21237 vsize=867408 CPUtime=0.16
/proc/21239/task/21246/stat : 21246 (java) S 21237 21239 20873 0 -1 64 590 0 0 0 16 0 0 0 17 0 9 0 1981312304 888225792 39532 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21247] ppid=21237 vsize=867408 CPUtime=0
/proc/21239/task/21247/stat : 21247 (java) S 21237 21239 20873 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1981312304 888225792 39532 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21248] ppid=21237 vsize=867408 CPUtime=0
/proc/21239/task/21248/stat : 21248 (java) S 21237 21239 20873 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1981312304 888225792 39532 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 867408

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

[startup+15.9026 s]
/proc/loadavg: 2.20 2.06 1.95 3/81 21248
/proc/meminfo: memFree=1499904/2055920 swapFree=4180440/4192956
[pid=21239] ppid=21237 vsize=867408 CPUtime=15.73
/proc/21239/stat : 21239 (java) S 21237 21239 20873 0 -1 0 43181 0 1 0 1539 34 0 0 18 0 9 0 1981312298 888225792 42332 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21239/statm: 216852 42332 2612 9 0 211380 0
[pid=21239/tid=21241] ppid=21237 vsize=867408 CPUtime=14.35
/proc/21239/task/21241/stat : 21241 (java) R 21237 21239 20873 0 -1 64 15727 0 1 0 1415 20 0 0 25 0 9 0 1981312300 888225792 42332 996147200 134512640 134550740 4294955984 18446744073709551615 4126869677 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21242] ppid=21237 vsize=867408 CPUtime=1.14
/proc/21239/task/21242/stat : 21242 (java) S 21237 21239 20873 0 -1 64 26137 0 0 0 102 12 0 0 16 0 9 0 1981312301 888225792 42332 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21243] ppid=21237 vsize=867408 CPUtime=0
/proc/21239/task/21243/stat : 21243 (java) S 21237 21239 20873 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1981312302 888225792 42332 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21244] ppid=21237 vsize=867408 CPUtime=0
/proc/21239/task/21244/stat : 21244 (java) S 21237 21239 20873 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1981312302 888225792 42332 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21245] ppid=21237 vsize=867408 CPUtime=0
/proc/21239/task/21245/stat : 21245 (java) S 21237 21239 20873 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1981312304 888225792 42332 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21246] ppid=21237 vsize=867408 CPUtime=0.2
/proc/21239/task/21246/stat : 21246 (java) S 21237 21239 20873 0 -1 64 621 0 0 0 20 0 0 0 15 0 9 0 1981312304 888225792 42332 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21247] ppid=21237 vsize=867408 CPUtime=0
/proc/21239/task/21247/stat : 21247 (java) S 21237 21239 20873 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1981312304 888225792 42332 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21248] ppid=21237 vsize=867408 CPUtime=0
/proc/21239/task/21248/stat : 21248 (java) S 21237 21239 20873 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1981312304 888225792 42332 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.73
Current children cumulated vsize (KiB) 867408

[startup+17.5027 s]
/proc/loadavg: 2.20 2.06 1.95 3/81 21248
/proc/meminfo: memFree=1492416/2055920 swapFree=4180440/4192956
[pid=21239] ppid=21237 vsize=867408 CPUtime=17.32
/proc/21239/stat : 21239 (java) S 21237 21239 20873 0 -1 0 45054 0 1 0 1697 35 0 0 18 0 9 0 1981312298 888225792 44202 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21239/statm: 216852 44202 2612 9 0 211380 0
[pid=21239/tid=21241] ppid=21237 vsize=867408 CPUtime=15.84
/proc/21239/task/21241/stat : 21241 (java) R 21237 21239 20873 0 -1 64 15730 0 1 0 1564 20 0 0 25 0 9 0 1981312300 888225792 44202 996147200 134512640 134550740 4294955984 18446744073709551615 4126869758 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21242] ppid=21237 vsize=867408 CPUtime=1.22
/proc/21239/task/21242/stat : 21242 (java) S 21237 21239 20873 0 -1 64 27996 0 0 0 110 12 0 0 16 0 9 0 1981312301 888225792 44202 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21243] ppid=21237 vsize=867408 CPUtime=0
/proc/21239/task/21243/stat : 21243 (java) S 21237 21239 20873 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1981312302 888225792 44202 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21244] ppid=21237 vsize=867408 CPUtime=0
/proc/21239/task/21244/stat : 21244 (java) S 21237 21239 20873 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1981312302 888225792 44202 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21245] ppid=21237 vsize=867408 CPUtime=0
/proc/21239/task/21245/stat : 21245 (java) S 21237 21239 20873 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1981312304 888225792 44202 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21246] ppid=21237 vsize=867408 CPUtime=0.22
/proc/21239/task/21246/stat : 21246 (java) S 21237 21239 20873 0 -1 64 632 0 0 0 22 0 0 0 16 0 9 0 1981312304 888225792 44202 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21247] ppid=21237 vsize=867408 CPUtime=0
/proc/21239/task/21247/stat : 21247 (java) S 21237 21239 20873 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1981312304 888225792 44202 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21248] ppid=21237 vsize=867408 CPUtime=0
/proc/21239/task/21248/stat : 21248 (java) S 21237 21239 20873 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1981312304 888225792 44202 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.32
Current children cumulated vsize (KiB) 867408

[startup+17.9027 s]
/proc/loadavg: 2.20 2.06 1.95 3/81 21248
/proc/meminfo: memFree=1492416/2055920 swapFree=4180440/4192956
[pid=21239] ppid=21237 vsize=867732 CPUtime=17.7
/proc/21239/stat : 21239 (java) S 21237 21239 20873 0 -1 0 50431 447 1 0 1727 38 3 2 18 0 10 0 1981312298 888557568 44259 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21239/statm: 216933 44259 2612 9 0 211461 0
[pid=21239/tid=21241] ppid=21237 vsize=867732 CPUtime=16.13
/proc/21239/task/21241/stat : 21241 (java) R 21237 21239 20873 0 -1 64 17210 447 1 0 1587 21 3 2 23 0 10 0 1981312300 888557568 44259 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21242] ppid=21237 vsize=867732 CPUtime=1.32
/proc/21239/task/21242/stat : 21242 (java) R 21237 21239 20873 0 -1 64 31620 447 0 0 114 13 3 2 16 0 10 0 1981312301 888557568 44259 996147200 134512640 134550740 4294955984 18446744073709551615 102721892 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21243] ppid=21237 vsize=867732 CPUtime=0.05
/proc/21239/task/21243/stat : 21243 (java) S 21237 21239 20873 0 -1 64 13 447 0 0 0 0 3 2 16 0 10 0 1981312302 888557568 44259 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21244] ppid=21237 vsize=867732 CPUtime=0.05
/proc/21239/task/21244/stat : 21244 (java) S 21237 21239 20873 0 -1 64 5 447 0 0 0 0 3 2 16 0 10 0 1981312302 888557568 44259 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21245] ppid=21237 vsize=867732 CPUtime=0.05
/proc/21239/task/21245/stat : 21245 (java) S 21237 21239 20873 0 -1 64 1 447 0 0 0 0 3 2 18 0 10 0 1981312304 888557568 44259 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21246] ppid=21237 vsize=867732 CPUtime=0.3
/proc/21239/task/21246/stat : 21246 (java) S 21237 21239 20873 0 -1 64 765 447 0 0 25 0 3 2 15 0 10 0 1981312304 888557568 44259 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21247] ppid=21237 vsize=867732 CPUtime=0.05
/proc/21239/task/21247/stat : 21247 (java) S 21237 21239 20873 0 -1 64 1 447 0 0 0 0 3 2 19 0 10 0 1981312304 888557568 44259 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21248] ppid=21237 vsize=867732 CPUtime=0.05
/proc/21239/task/21248/stat : 21248 (java) S 21237 21239 20873 0 -1 64 6 447 0 0 0 0 3 2 15 0 10 0 1981312304 888557568 44259 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.7
Current children cumulated vsize (KiB) 867732

[startup+18.3027 s]
/proc/loadavg: 2.20 2.06 1.95 3/81 21248
/proc/meminfo: memFree=1492416/2055920 swapFree=4180440/4192956
[pid=21239] ppid=21237 vsize=867820 CPUtime=18.09
/proc/21239/stat : 21239 (java) S 21237 21239 20873 0 -1 0 57915 447 1 0 1765 39 3 2 18 0 10 0 1981312298 888647680 46104 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21239/statm: 216955 46104 2635 9 0 211461 0
[pid=21239/tid=21241] ppid=21237 vsize=867820 CPUtime=16.2
/proc/21239/task/21241/stat : 21241 (java) R 21237 21239 20873 0 -1 64 18112 447 1 0 1594 21 3 2 17 0 10 0 1981312300 888647680 46104 996147200 134512640 134550740 4294955984 18446744073709551615 4125960198 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21242] ppid=21237 vsize=867820 CPUtime=1.62
/proc/21239/task/21242/stat : 21242 (java) S 21237 21239 20873 0 -1 64 38136 447 0 0 143 14 3 2 16 0 10 0 1981312301 888647680 46104 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21239/tid=21243] ppid=21237 vsize=867820 CPUtime=0.05
/proc/21239/task/21243/stat : 21243 (java) S 21237 21239 20873 0 -1 64 18 447 0 0 0 0 3 2 16 0 10 0 1981312302 888647680 46104 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21244] ppid=21237 vsize=867820 CPUtime=0.05
/proc/21239/task/21244/stat : 21244 (java) S 21237 21239 20873 0 -1 64 9 447 0 0 0 0 3 2 17 0 10 0 1981312302 888647680 46104 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21239/tid=21245] ppid=21237 vsize=867820 CPUtime=0.05
/proc/21239/task/21245/stat : 21245 (java) S 21237 21239 20873 0 -1 64 1 447 0 0 0 0 3 2 18 0 10 0 1981312304 888647680 46104 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21246] ppid=21237 vsize=867820 CPUtime=0.33
/proc/21239/task/21246/stat : 21246 (java) S 21237 21239 20873 0 -1 64 822 447 0 0 28 0 3 2 16 0 10 0 1981312304 888647680 46104 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21247] ppid=21237 vsize=867820 CPUtime=0.05
/proc/21239/task/21247/stat : 21247 (java) S 21237 21239 20873 0 -1 64 1 447 0 0 0 0 3 2 19 0 10 0 1981312304 888647680 46104 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21248] ppid=21237 vsize=867820 CPUtime=0.05
/proc/21239/task/21248/stat : 21248 (java) S 21237 21239 20873 0 -1 64 6 447 0 0 0 0 3 2 15 0 10 0 1981312304 888647680 46104 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.09
Current children cumulated vsize (KiB) 867820

[startup+18.4027 s]
/proc/loadavg: 2.20 2.06 1.95 3/81 21248
/proc/meminfo: memFree=1492416/2055920 swapFree=4180440/4192956
[pid=21239] ppid=21237 vsize=867820 CPUtime=18.2
/proc/21239/stat : 21239 (java) S 21237 21239 20873 0 -1 0 60286 447 1 0 1775 40 3 2 18 0 10 0 1981312298 888647680 46140 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21239/statm: 216955 46140 2636 9 0 211461 0
[pid=21239/tid=21241] ppid=21237 vsize=867820 CPUtime=16.28
/proc/21239/task/21241/stat : 21241 (java) R 21237 21239 20873 0 -1 64 20471 447 1 0 1601 22 3 2 18 0 10 0 1981312300 888647680 46140 996147200 134512640 134550740 4294955984 18446744073709551615 4126102467 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21242] ppid=21237 vsize=867820 CPUtime=1.62
/proc/21239/task/21242/stat : 21242 (java) S 21237 21239 20873 0 -1 64 38136 447 0 0 143 14 3 2 16 0 10 0 1981312301 888647680 46140 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21239/tid=21243] ppid=21237 vsize=867820 CPUtime=0.05
/proc/21239/task/21243/stat : 21243 (java) S 21237 21239 20873 0 -1 64 18 447 0 0 0 0 3 2 16 0 10 0 1981312302 888647680 46140 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21244] ppid=21237 vsize=867820 CPUtime=0.05
/proc/21239/task/21244/stat : 21244 (java) S 21237 21239 20873 0 -1 64 9 447 0 0 0 0 3 2 17 0 10 0 1981312302 888647680 46140 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21239/tid=21245] ppid=21237 vsize=867820 CPUtime=0.05
/proc/21239/task/21245/stat : 21245 (java) S 21237 21239 20873 0 -1 64 1 447 0 0 0 0 3 2 18 0 10 0 1981312304 888647680 46140 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21246] ppid=21237 vsize=867820 CPUtime=0.35
/proc/21239/task/21246/stat : 21246 (java) S 21237 21239 20873 0 -1 64 834 447 0 0 30 0 3 2 16 0 10 0 1981312304 888647680 46140 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21247] ppid=21237 vsize=867820 CPUtime=0.05
/proc/21239/task/21247/stat : 21247 (java) S 21237 21239 20873 0 -1 64 1 447 0 0 0 0 3 2 19 0 10 0 1981312304 888647680 46140 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21239/tid=21248] ppid=21237 vsize=867820 CPUtime=0.05
/proc/21239/task/21248/stat : 21248 (java) S 21237 21239 20873 0 -1 64 6 447 0 0 0 0 3 2 15 0 10 0 1981312304 888647680 46140 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.2
Current children cumulated vsize (KiB) 867820

Child status: 0
Real time (s): 18.485
CPU time (s): 18.2952
CPU user time (s): 17.8343
CPU system time (s): 0.460929
CPU usage (%): 98.9734
Max. virtual memory (cumulated for all children) (KiB): 867820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.8343
system time used= 0.460929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60959
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= 1843
involuntary context switches= 2221

runsolver used 0.026995 second user time and 0.068989 second system time

The end

Launcher Data (download as text)

Begin job on node29 at 2008-07-02 20:29:45
IDJOB=1044285
IDBENCH=53553
IDSOLVER=363
FILE ID=node29/1044285-1215023375
PBS_JOBID= 7874411
Free space on /tmp= 66456 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/marc/normalized-large-88-sat_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1044285-1215023375/watcher-1044285-1215023375 -o /tmp/evaluation-result-1044285-1215023375/solver-1044285-1215023375 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1044285-1215023375.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dd27e97e48b6e78409370aee787bfb74
RANDOM SEED=122975674

node29.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.220
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.220
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:       1659304 kB
Buffers:         34732 kB
Cached:         259132 kB
SwapCached:       6492 kB
Active:         234760 kB
Inactive:        94080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1659304 kB
SwapTotal:     4192956 kB
SwapFree:      4180440 kB
Dirty:           86364 kB
Writeback:           0 kB
Mapped:          42792 kB
Slab:            52896 kB
Committed_AS:  3378420 kB
PageTables:       2004 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= 66456 MiB
End job on node29 at 2008-07-02 20:30:04