Trace number 1090381

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 25.7141 25.8961

DiagnosticValue
CHECKS3719600
NODES10698

General information on the benchmark

Namecsp/graphColoring/hos/
normalized-abb313GPIA-10.xml
MD5SUM41ca88861b5cc1e37ffb4a2aff187cbf
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.5896
Satisfiable
(Un)Satisfiability was proved
Number of variables1557
Number of constraints65390
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension0
Number of constraints which are defined in intension65390
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.08	
0.06/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-1090381-1215271359.xml
0.27/0.31	   
0.27/0.31	   domains being loaded...
0.27/0.32	   
0.27/0.32	   variables being loaded...
0.48/0.54	     nbVariables=1557  nbDomainTypes=1  minDomainSize=10  maxDomainSize=10  nbTotalValues=15570
0.48/0.54	       =>  wckTime=0.295  cpuTime=0.2  mem=13M738
0.48/0.54	   
0.48/0.54	   predicates being loaded...
0.58/0.60	   
0.58/0.60	   constraints being loaded...
18.17/18.38	     nbConstraints=53678  nbGlobalConstraints=322  nbMergedConstraints=12034  nbDisconnectedVariables=2
18.17/18.38	     nbConvertedConstraints=53356  nbConvertConstraintsChecks=1203600  nbExtensionStructures=12036
18.17/18.38	     nbSharedExtensionStructures=53354  nbConflictsStructures=12081  nbSharedConflictsStructures=53354
18.17/18.38	     nbSharedBinaryRepresentations=240690  minDegree=1  maxDegree=153  minArity=2  avgArity=2.05  maxArity=118
18.17/18.38	     nbGenerators=122  nbFusions=46  symmetryWckTime=8.543  symmetryCpuTime=1.76  nbCliques=200
18.17/18.38	       =>  wckTime=18.133  cpuTime=10.13  mem=96M623
18.67/18.84	   
18.67/18.84	   solver IterativeSystematicSolver being built... 
18.77/18.93	   
18.77/18.93	   INFO : Forward propagation technique limited 
18.87/19.06	       =>  wckTime=18.81  cpuTime=10.31  mem=91M623
19.07/19.24	   
19.07/19.25	   preprocessing
19.07/19.25	     nbConstraintChecks=920  nbPropagations=1603  nbRevisions=92  nbUselessRevisions=0  nbRemovedValues=92
19.07/19.25	     nbRemovedTuples=45  detectedInconsistency=no
19.07/19.25	       =>  wckTime=0.181  cpuTime=0.17  mem=91M623
25.63/25.84	   
25.63/25.84	   search
25.63/25.84	     run=8  nbConstraintChecks=3718678  minDepth=454  maxDepth=1557  nbPropagations=551525  nbRevisions=4436664
25.63/25.84	     nbUselessRevisions=3615010  nbAssignments=10698  nbFailedAssignments=501  nbBacktracks=2834  nbVisitedNodes=11669
25.63/25.84	     nbRestartNogoods=53  nbFoundSolutions=1  nbSEliminables=?  nbREliminables=?  nbIEliminables=?  nbDEliminables=?
25.63/25.84	     nbPEliminables=?
25.63/25.84	       =>  wckTime=6.773  cpuTime=6.64  mem=93M575
25.63/25.84	   
25.63/25.84	   global
25.63/25.84	     nbConstraintChecks=3719598  nbPropagations=553128  nbRevisions=4436756  nbUselessRevisions=3615010
25.63/25.84	     nbRestartNogoods=53  solvingWckTime=6.775  solvingCpuTime=6.64  expiredTime=no  totalExploration=no
25.63/25.84	     nbFoundSolutions=1  firstSolutionCpuTime=16.89  globalCpuTime=16.99
25.63/25.84	       =>  wckTime=25.591  cpuTime=16.95  mem=93M575
25.63/25.84	   
25.63/25.84	s SATISFIABLE
25.63/25.84	v 0 0 0 1 2 0 7 9 0 0 0 1 2 0 7 8 0 1 2 3 1 2 3 1 2 7 8 3 1 2 0 8 5 1 2 4 9 3 7 8 6 7 8 6 1 2 7 8 6 7 9 0 3 6 7 8 4 5 6 1 2 0 3 6 7 9 0 3 6 0 3 4 5 6 0 3 1 9 6 0 8 2 9 6 1 2 4 5 6 7 8 4 5 6 0 3 4 5 6 4 5 1 2 6 4 5 2 7 6 0 3 1 2 6 4 5 1 2 6 1 8 3 7 6 1 2 5 4 0 6 1 2 4 0 6 0 8 2 7 6 4 5 2 7 6 1 8 3 7 6 2 9 5 4 0 6 2 7 4 0 6 1 2 5 4 0 6 2 9 5 4 0 6 5 0 6 5 4 3 1 9 6 7 4 0 2 9 6 1 2 4 0 5 2 7 4 0 5 0 5 4 3 1 9 5 4 0 2 8 5 5 4 3 1 9 6 4 3 1 9 6 1 0 2 3 6 1 0 7 3 5 6 1 0 3 5 6 1 9 4 8 6 5 4 0 2 8 6 4 0 2 8 6 1 0 2 3 6 2 8 7 4 5 6 2 8 4 5 6 2 3 0 7 6 1 0 7 3 5 6 2 8 7 4 5 6 9 3 5 0 8 6 7 3 6 7 3 5 1 8 6 1 0 3 5 6 2 8 4 5 6 7 3 6 3 5 0 7 6 3 5 1 8 6 1 9 4 7 6 2 3 0 7 6 9 3 5 0 8 6 3 5 0 7 6 0 7 1 9 6 0 7 2 9 6 0 7 3 9 6 7 3 5 1 8 6 3 5 1 8 6 0 7 1 9 6 1 4 3 5 6 2 8 3 5 6 0 7 2 5 6 1 4 3 5 6 2 8 1 4 6 2 5 0 7 6 2 8 0 7 6 0 7 1 5 6 2 8 3 5 6 2 8 1 4 6 3 5 0 7 6 1 4 0 7 6 2 5 0 4 6 3 5 0 7 6 1 4 3 5 6 0 4 2 9 6 0 4 5 8 6 2 8 0 7 6 1 4 0 7 6 1 4 3 5 6 0 5 2 1 6 0 7 1 8 6 0 4 2 9 3 0 5 2 1 6 2 9 5 8 3 2 1 7 4 0 3 2 1 4 0 3 0 4 5 8 3 0 7 1 8 6 2 9 5 8 3 1 8 7 4 0 3 1 8 4 0 3 2 1 7 4 0 3 1 8 7 4 0 3 7 0 3 7 6 0 1 9 3 7 4 0 2 8 5 2 1 4 0 5 1 8 4 0 7 0 5 6 0 1 8 5 4 0 2 3 5 7 6 0 1 8 5 6 0 1 8 5 1 9 2 3 5 1 9 6 7 5 4 8 6 0 5 7 4 0 2 3 1 4 0 2 3 1 4 9 2 3 5 2 3 6 4 1 2 3 6 0 5 2 8 6 9 1 2 3 4 9 1 2 3 4 0 9 5 1 9 6 7 5 2 3 6 4 5 8 4 1 0 5 4 8 6 0 7 2 3 1 0 7 8 4 1 0 9 1 0 5 3 7 1 0 4 8 7 2 8 5 9 7 1 0 5 3 7 6 3 4 8 7 5 3 4 0 1 7 2 3 4 9 7 1 0 4 8 7 6 3 4 8 7 5 8 6 0 1 7 4 8 0 1 7 4 8 2 6 7 2 3 4 0 1 7 5 3 4 0 1 7 5 8 6 0 1 7 4 0 1 7 4 0 1 2 3 7 4 8 0 1 6 4 0 1 5 0 1 2 3 5 0 1 4 8 7 0 1 3 5 4 8 2 3 7 4 0 1 2 3 7 0 1 2 3 7 2 3 4 5 7 0 1 2 6 8 7 0 1 4 5 7 2 3 4 5 7 0 1 4 5 3 7 4 6 2 9 7 4 8 3 9 7 4 5 0 9 7 0 1 3 7 0 1 2 6 8 7 0 1 4 5 3 7 0 1 3 2 5 7 0 1 8 5 6 7 4 6 2 9 7 0 1 3 2 5 7 2 8 3 6 7 2 5 0 1 7 2 8 1 6 7 2 5 3 6 7 4 8 3 9 7 0 1 8 5 6 7 2 8 3 6 7 3 6 0 1 7 4 5 0 1 7 2 5 0 1 7 3 6 0 1 7 0 8 4 5 7 0 1 3 4 7 0 1 2 6 7 0 1 6 4 7 2 8 1 6 7 0 8 4 5 7 1 5 3 9 7 2 5 3 4 7 0 1 3 4 7 1 5 3 9 7 3 4 2 5 7 3 9 8 5 7 0 1 2 5 7 3 4 2 5 7 2 9 8 4 7 2 5 1 8 7 2 6 0 8 7 0 1 6 4 7 3 9 8 5 7 2 9 8 4 7 0 4 1 3 7 6 4 0 9 7 2 5 1 3 7 6 4 1 3 7 1 3 0 5 7 1 9 6 4 7 1 3 4 2 7 2 6 0 8 7 6 4 0 9 7 1 3 0 5 7 0 5 3 4 7 0 8 2 4 7 1 9 6 4 7 0 5 3 4 7 3 8 2 5 7 3 4 0 9 7 3 4 0 1 5 7 1 3 2 4 6 0 8 2 4 6 3 8 2 5 7 2 4 0 1 6 2 4 0 1 8 6 2 5 3 8 6 3 4 0 1 7 2 4 0 1 6 5 6 0 1 3 4 6 3 4 0 1 5 7 2 4 0 1 8 6 5 6 0 1 5 3 4 6 0 1 8 2 4 6 0 1 5 2 4 6 2 5 3 8 6 0 1 3 4 6 0 1 5 3 4 6 3 8 2 5 6 9 8 2 7 6 0 1 8 2 4 6 3 8 2 5 6 9 5 3 7 6 2 4 3 7 6 2 4 0 8 6 0 1 5 2 4 6 9 8 2 7 6 9 5 3 7 6 2 4 5 9 6 2 4 1 8 6 2 4 0 8 6 2 4 3 7 6 2 4 5 9 6 5 7 1 8 6 3 9 0 8 6 2 4 1 8 6 5 7 1 8 6 1 3 0 7 6 1 3 2 9 6 1 8 4 9 6 2 4 0 7 6 2 4 0 8 5 3 9 0 8 6 1 3 0 7 5 0 7 2 4 5 0 7 3 9 6 1 3 2 4 6 0 7 2 4 6 2 8 3 5 6 2 4 0 7 6 2 8 0 7 6 1 8 4 5 6 0 7 3 5 6 2 8 3 5 6 3 5 0 7 6 3 5 0 1 6 2 4 0 7 6 3 5 0 7 6 9 8 4 1 6 0 7 4 5 6 0 7 2 5 6 2 8 0 1 6 3 5 0 1 6 9 8 4 1 6 0 1 9 5 6 0 1 2 3 6 0 7 4 5 6 0 1 9 5 6 4 8 2 3 6 4 8 2 3 1 6 4 5 1 3 6 0 7 2 3 6 0 1 2 3 6 4 8 2 3 6 2 3 1 6 2 5 1 9 6 4 8 2 3 1 0 2 3 1 0 2 5 7 8 9 0 4 5 1 3 0 2 5 1 9 0 2 5 7 8 9 0 
25.63/25.84	d NODES 10698
25.63/25.84	d CHECKS 3719598
25.63/25.84	   
25.63/25.84	   totalWckTime=25.656  totalCpuTime=16.99

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-1090381-1215271359/watcher-1090381-1215271359 -o /tmp/evaluation-result-1090381-1215271359/solver-1090381-1215271359 -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-1090381-1215271359.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.92 1.98 1.99 4/82 28771
/proc/meminfo: memFree=1754000/2055920 swapFree=4181032/4192956
[pid=28771] ppid=28769 vsize=18572 CPUtime=0
/proc/28771/stat : 28771 (runsolver) R 28769 28771 26733 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 268078652 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 214945033511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/28771/statm: 4643 292 257 25 0 2626 0

[startup+0.0830901 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 28771
/proc/meminfo: memFree=1754000/2055920 swapFree=4181032/4192956
[pid=28771] ppid=28769 vsize=865856 CPUtime=0.06
/proc/28771/stat : 28771 (java) S 28769 28771 26733 0 -1 0 3561 0 1 0 5 1 0 0 18 0 9 0 268078652 886636544 3051 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28771/statm: 216464 3051 1639 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.101096 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 28771
/proc/meminfo: memFree=1754000/2055920 swapFree=4181032/4192956
[pid=28771] ppid=28769 vsize=865884 CPUtime=0.09
/proc/28771/stat : 28771 (java) S 28769 28771 26733 0 -1 0 3780 0 1 0 7 2 0 0 18 0 9 0 268078652 886665216 3233 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28771/statm: 216471 3233 1716 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301133 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 28771
/proc/meminfo: memFree=1754000/2055920 swapFree=4181032/4192956
[pid=28771] ppid=28769 vsize=866284 CPUtime=0.27
/proc/28771/stat : 28771 (java) S 28769 28771 26733 0 -1 0 5897 0 1 0 24 3 0 0 18 0 9 0 268078652 887074816 5271 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28771/statm: 216571 5271 1954 9 0 211099 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866284

[startup+0.701211 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 28771
/proc/meminfo: memFree=1754000/2055920 swapFree=4181032/4192956
[pid=28771] ppid=28769 vsize=867520 CPUtime=0.68
/proc/28771/stat : 28771 (java) S 28769 28771 26733 0 -1 0 9497 0 1 0 63 5 0 0 18 0 9 0 268078652 888340480 8857 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28771/statm: 216880 8857 2011 9 0 211386 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867520

[startup+1.50237 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 28780
/proc/meminfo: memFree=1708808/2055920 swapFree=4181032/4192956
[pid=28771] ppid=28769 vsize=867432 CPUtime=1.47
/proc/28771/stat : 28771 (java) S 28769 28771 26733 0 -1 0 18672 0 1 0 136 11 0 0 18 0 9 0 268078652 888250368 18007 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28771/statm: 216858 18007 2004 9 0 211386 0
[pid=28771/tid=28773] ppid=28769 vsize=867432 CPUtime=1.22
/proc/28771/task/28773/stat : 28773 (java) R 28769 28771 26733 0 -1 64 15741 0 1 0 113 9 0 0 25 0 9 0 268078654 888250368 18007 996147200 134512640 134550740 4294955968 18446744073709551615 4126677172 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28771/tid=28774] ppid=28769 vsize=867432 CPUtime=0.06
/proc/28771/task/28774/stat : 28774 (java) S 28769 28771 26733 0 -1 64 1597 0 0 0 6 0 0 0 16 0 9 0 268078655 888250368 18007 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28771/tid=28775] ppid=28769 vsize=867432 CPUtime=0
/proc/28771/task/28775/stat : 28775 (java) S 28769 28771 26733 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 268078655 888250368 18007 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28771/tid=28776] ppid=28769 vsize=867432 CPUtime=0
/proc/28771/task/28776/stat : 28776 (java) S 28769 28771 26733 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 268078656 888250368 18007 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28771/tid=28777] ppid=28769 vsize=867432 CPUtime=0
/proc/28771/task/28777/stat : 28777 (java) S 28769 28771 26733 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 268078657 888250368 18007 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28771/tid=28778] ppid=28769 vsize=867432 CPUtime=0.16
/proc/28771/task/28778/stat : 28778 (java) S 28769 28771 26733 0 -1 64 637 0 0 0 16 0 0 0 16 0 9 0 268078657 888250368 18007 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28771/tid=28779] ppid=28769 vsize=867432 CPUtime=0
/proc/28771/task/28779/stat : 28779 (java) S 28769 28771 26733 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 268078657 888250368 18007 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28771/tid=28780] ppid=28769 vsize=867432 CPUtime=0
/proc/28771/task/28780/stat : 28780 (java) S 28769 28771 26733 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 268078658 888250368 18007 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867432

[startup+3.10268 s]
/proc/loadavg: 1.92 1.98 1.99 4/91 28780
/proc/meminfo: memFree=1678408/2055920 swapFree=4181032/4192956
[pid=28771] ppid=28769 vsize=867432 CPUtime=3.06
/proc/28771/stat : 28771 (java) S 28769 28771 26733 0 -1 0 23593 0 1 0 294 12 0 0 18 0 9 0 268078652 888250368 22926 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28771/statm: 216858 22926 2004 9 0 211386 0
[pid=28771/tid=28773] ppid=28769 vsize=867432 CPUtime=2.54
/proc/28771/task/28773/stat : 28773 (java) R 28769 28771 26733 0 -1 64 15744 0 1 0 245 9 0 0 25 0 9 0 268078654 888250368 22926 996147200 134512640 134550740 4294955968 18446744073709551615 103813005 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28771/tid=28774] ppid=28769 vsize=867432 CPUtime=0.32
/proc/28771/task/28774/stat : 28774 (java) S 28769 28771 26733 0 -1 64 6514 0 0 0 31 1 0 0 17 0 9 0 268078655 888250368 22926 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28771/tid=28775] ppid=28769 vsize=867432 CPUtime=0
/proc/28771/task/28775/stat : 28775 (java) S 28769 28771 26733 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 268078655 888250368 22926 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28771/tid=28776] ppid=28769 vsize=867432 CPUtime=0
/proc/28771/task/28776/stat : 28776 (java) S 28769 28771 26733 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 268078656 888250368 22926 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28771/tid=28777] ppid=28769 vsize=867432 CPUtime=0
/proc/28771/task/28777/stat : 28777 (java) S 28769 28771 26733 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 268078657 888250368 22926 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28771/tid=28778] ppid=28769 vsize=867432 CPUtime=0.16
/proc/28771/task/28778/stat : 28778 (java) S 28769 28771 26733 0 -1 64 638 0 0 0 16 0 0 0 16 0 9 0 268078657 888250368 22926 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28771/tid=28779] ppid=28769 vsize=867432 CPUtime=0
/proc/28771/task/28779/stat : 28779 (java) S 28769 28771 26733 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 268078657 888250368 22926 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28771/tid=28780] ppid=28769 vsize=867432 CPUtime=0
/proc/28771/task/28780/stat : 28780 (java) S 28769 28771 26733 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 268078658 888250368 22926 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867432

[startup+6.30229 s]
/proc/loadavg: 1.93 1.98 1.99 3/91 28780
/proc/meminfo: memFree=1662024/2055920 swapFree=4181032/4192956
[pid=28771] ppid=28769 vsize=867432 CPUtime=6.24
/proc/28771/stat : 28771 (java) S 28769 28771 26733 0 -1 0 27222 0 1 0 523 101 0 0 18 0 9 0 268078652 888250368 26548 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28771/statm: 216858 26548 2006 9 0 211386 0
[pid=28771/tid=28773] ppid=28769 vsize=867432 CPUtime=5.4
/proc/28771/task/28773/stat : 28773 (java) R 28769 28771 26733 0 -1 64 15784 0 1 0 444 96 0 0 25 0 9 0 268078654 888250368 26548 996147200 134512640 134550740 4294955968 18446744073709551615 103825670 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28771/tid=28774] ppid=28769 vsize=867432 CPUtime=0.57
/proc/28771/task/28774/stat : 28774 (java) S 28769 28771 26733 0 -1 64 10040 0 0 0 54 3 0 0 17 0 9 0 268078655 888250368 26548 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28771/tid=28775] ppid=28769 vsize=867432 CPUtime=0
/proc/28771/task/28775/stat : 28775 (java) S 28769 28771 26733 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 268078655 888250368 26548 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28771/tid=28776] ppid=28769 vsize=867432 CPUtime=0
/proc/28771/task/28776/stat : 28776 (java) S 28769 28771 26733 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 268078656 888250368 26548 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28771/tid=28777] ppid=28769 vsize=867432 CPUtime=0
/proc/28771/task/28777/stat : 28777 (java) S 28769 28771 26733 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 268078657 888250368 26548 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28771/tid=28778] ppid=28769 vsize=867432 CPUtime=0.24
/proc/28771/task/28778/stat : 28778 (java) S 28769 28771 26733 0 -1 64 701 0 0 0 24 0 0 0 16 0 9 0 268078657 888250368 26548 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28771/tid=28779] ppid=28769 vsize=867432 CPUtime=0
/proc/28771/task/28779/stat : 28779 (java) S 28769 28771 26733 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 268078657 888250368 26548 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28771/tid=28780] ppid=28769 vsize=867432 CPUtime=0
/proc/28771/task/28780/stat : 28780 (java) S 28769 28771 26733 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 268078658 888250368 26548 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 867432

[startup+12.7025 s]
/proc/loadavg: 1.93 1.98 1.99 3/93 28782
/proc/meminfo: memFree=1621368/2055920 swapFree=4181032/4192956
[pid=28771] ppid=28769 vsize=867756 CPUtime=10.06
/proc/28771/stat : 28771 (java) S 28769 28771 26733 0 -1 0 32807 0 1 0 791 215 0 0 18 0 10 0 268078652 888582144 31870 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28771/statm: 216939 31870 2012 9 0 211467 0
[pid=28782] ppid=28771 vsize=17348 CPUtime=2.54
/proc/28782/stat : 28782 (saucy) R 28771 28771 26733 0 -1 4194304 2792 0 0 0 252 2 0 0 25 0 1 0 268079666 17764352 2689 996147200 134512640 134531332 4294956000 18446744073709551615 134520950 0 4 0 0 0 0 0 17 0 0 0
/proc/28782/statm: 4337 2689 104 4 0 4013 0
[pid=28771/tid=28773] ppid=28769 vsize=867756 CPUtime=8.83
/proc/28771/task/28773/stat : 28773 (java) S 28769 28771 26733 0 -1 64 15944 0 1 0 676 207 0 0 16 0 10 0 268078654 888582144 31870 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=28771/tid=28774] ppid=28769 vsize=867756 CPUtime=0.94
/proc/28771/task/28774/stat : 28774 (java) S 28769 28771 26733 0 -1 64 15375 0 0 0 89 5 0 0 16 0 10 0 268078655 888582144 31870 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28771/tid=28775] ppid=28769 vsize=867756 CPUtime=0
/proc/28771/task/28775/stat : 28775 (java) S 28769 28771 26733 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 268078655 888582144 31870 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28771/tid=28776] ppid=28769 vsize=867756 CPUtime=0
/proc/28771/task/28776/stat : 28776 (java) S 28769 28771 26733 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 268078656 888582144 31870 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28771/tid=28777] ppid=28769 vsize=867756 CPUtime=0
/proc/28771/task/28777/stat : 28777 (java) S 28769 28771 26733 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 268078657 888582144 31870 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28771/tid=28778] ppid=28769 vsize=867756 CPUtime=0.26
/proc/28771/task/28778/stat : 28778 (java) S 28769 28771 26733 0 -1 64 710 0 0 0 26 0 0 0 15 0 10 0 268078657 888582144 31870 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28771/tid=28779] ppid=28769 vsize=867756 CPUtime=0
/proc/28771/task/28779/stat : 28779 (java) S 28769 28771 26733 0 -1 64 2 0 0 0 0 0 0 0 19 0 10 0 268078657 888582144 31870 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28771/tid=28780] ppid=28769 vsize=867756 CPUtime=0
/proc/28771/task/28780/stat : 28780 (java) S 28769 28771 26733 0 -1 64 13 0 0 0 0 0 0 0 15 0 10 0 268078658 888582144 31870 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28771/tid=28781] ppid=28769 vsize=867756 CPUtime=0
/proc/28771/task/28781/stat : 28781 (java) S 28769 28771 26733 0 -1 64 69 0 0 0 0 0 0 0 21 0 10 0 268079666 888582144 31870 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 885104

[startup+25.502 s]
/proc/loadavg: 2.02 2.00 2.00 3/91 28784
/proc/meminfo: memFree=1616440/2055920 swapFree=4181032/4192956
[pid=28771] ppid=28769 vsize=868168 CPUtime=25.33
/proc/28771/stat : 28771 (java) S 28769 28771 26733 0 -1 0 69836 4352 1 0 1657 223 649 4 18 0 9 0 268078652 889004032 36776 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28771/statm: 217042 36776 2637 9 0 211548 0
[pid=28771/tid=28773] ppid=28769 vsize=868168 CPUtime=23.33
/proc/28771/task/28773/stat : 28773 (java) R 28769 28771 26733 0 -1 64 27829 4352 1 0 1470 210 649 4 18 0 9 0 268078654 889004032 36776 996147200 134512640 134550740 4294955968 18446744073709551615 4127455308 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28771/tid=28774] ppid=28769 vsize=868168 CPUtime=8.04
/proc/28771/task/28774/stat : 28774 (java) S 28769 28771 26733 0 -1 64 40055 4352 0 0 142 9 649 4 16 0 9 0 268078655 889004032 36776 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28771/tid=28775] ppid=28769 vsize=868168 CPUtime=6.53
/proc/28771/task/28775/stat : 28775 (java) S 28769 28771 26733 0 -1 64 25 4352 0 0 0 0 649 4 16 0 9 0 268078655 889004032 36776 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28771/tid=28776] ppid=28769 vsize=868168 CPUtime=6.53
/proc/28771/task/28776/stat : 28776 (java) S 28769 28771 26733 0 -1 64 17 4352 0 0 0 0 649 4 15 0 9 0 268078656 889004032 36776 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28771/tid=28777] ppid=28769 vsize=868168 CPUtime=6.53
/proc/28771/task/28777/stat : 28777 (java) S 28769 28771 26733 0 -1 64 0 4352 0 0 0 0 649 4 18 0 9 0 268078657 889004032 36776 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28771/tid=28778] ppid=28769 vsize=868168 CPUtime=6.97
/proc/28771/task/28778/stat : 28778 (java) S 28769 28771 26733 0 -1 64 1072 4352 0 0 43 1 649 4 15 0 9 0 268078657 889004032 36776 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28771/tid=28779] ppid=28769 vsize=868168 CPUtime=6.53
/proc/28771/task/28779/stat : 28779 (java) S 28769 28771 26733 0 -1 64 2 4352 0 0 0 0 649 4 19 0 9 0 268078657 889004032 36776 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28771/tid=28780] ppid=28769 vsize=868168 CPUtime=6.53
/proc/28771/task/28780/stat : 28780 (java) S 28769 28771 26733 0 -1 64 20 4352 0 0 0 0 649 4 15 0 9 0 268078658 889004032 36776 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 868168

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

[startup+25.701 s]
/proc/loadavg: 2.02 2.00 2.00 3/91 28784
/proc/meminfo: memFree=1616440/2055920 swapFree=4181032/4192956
[pid=28771] ppid=28769 vsize=868168 CPUtime=25.53
/proc/28771/stat : 28771 (java) S 28769 28771 26733 0 -1 0 69836 4352 1 0 1677 223 649 4 18 0 9 0 268078652 889004032 36776 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28771/statm: 217042 36776 2637 9 0 211548 0
[pid=28771/tid=28773] ppid=28769 vsize=868168 CPUtime=23.53
/proc/28771/task/28773/stat : 28773 (java) R 28769 28771 26733 0 -1 64 27829 4352 1 0 1490 210 649 4 18 0 9 0 268078654 889004032 36776 996147200 134512640 134550740 4294955968 18446744073709551615 4125952048 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28771/tid=28774] ppid=28769 vsize=868168 CPUtime=8.04
/proc/28771/task/28774/stat : 28774 (java) S 28769 28771 26733 0 -1 64 40055 4352 0 0 142 9 649 4 16 0 9 0 268078655 889004032 36776 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28771/tid=28775] ppid=28769 vsize=868168 CPUtime=6.53
/proc/28771/task/28775/stat : 28775 (java) S 28769 28771 26733 0 -1 64 25 4352 0 0 0 0 649 4 16 0 9 0 268078655 889004032 36776 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28771/tid=28776] ppid=28769 vsize=868168 CPUtime=6.53
/proc/28771/task/28776/stat : 28776 (java) S 28769 28771 26733 0 -1 64 17 4352 0 0 0 0 649 4 15 0 9 0 268078656 889004032 36776 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28771/tid=28777] ppid=28769 vsize=868168 CPUtime=6.53
/proc/28771/task/28777/stat : 28777 (java) S 28769 28771 26733 0 -1 64 0 4352 0 0 0 0 649 4 18 0 9 0 268078657 889004032 36776 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28771/tid=28778] ppid=28769 vsize=868168 CPUtime=6.97
/proc/28771/task/28778/stat : 28778 (java) S 28769 28771 26733 0 -1 64 1072 4352 0 0 43 1 649 4 15 0 9 0 268078657 889004032 36776 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28771/tid=28779] ppid=28769 vsize=868168 CPUtime=6.53
/proc/28771/task/28779/stat : 28779 (java) S 28769 28771 26733 0 -1 64 2 4352 0 0 0 0 649 4 19 0 9 0 268078657 889004032 36776 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28771/tid=28780] ppid=28769 vsize=868168 CPUtime=6.53
/proc/28771/task/28780/stat : 28780 (java) S 28769 28771 26733 0 -1 64 20 4352 0 0 0 0 649 4 15 0 9 0 268078658 889004032 36776 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 868168

[startup+25.8011 s]
/proc/loadavg: 2.02 2.00 2.00 3/91 28784
/proc/meminfo: memFree=1616440/2055920 swapFree=4181032/4192956
[pid=28771] ppid=28769 vsize=868168 CPUtime=25.63
/proc/28771/stat : 28771 (java) S 28769 28771 26733 0 -1 0 69842 4352 1 0 1687 223 649 4 18 0 9 0 268078652 889004032 36782 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28771/statm: 217042 36782 2637 9 0 211548 0
[pid=28771/tid=28773] ppid=28769 vsize=868168 CPUtime=23.62
/proc/28771/task/28773/stat : 28773 (java) R 28769 28771 26733 0 -1 64 27831 4352 1 0 1499 210 649 4 18 0 9 0 268078654 889004032 36782 996147200 134512640 134550740 4294955968 18446744073709551615 4127508150 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28771/tid=28774] ppid=28769 vsize=868168 CPUtime=8.04
/proc/28771/task/28774/stat : 28774 (java) S 28769 28771 26733 0 -1 64 40055 4352 0 0 142 9 649 4 16 0 9 0 268078655 889004032 36782 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28771/tid=28775] ppid=28769 vsize=868168 CPUtime=6.53
/proc/28771/task/28775/stat : 28775 (java) S 28769 28771 26733 0 -1 64 25 4352 0 0 0 0 649 4 16 0 9 0 268078655 889004032 36782 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28771/tid=28776] ppid=28769 vsize=868168 CPUtime=6.53
/proc/28771/task/28776/stat : 28776 (java) S 28769 28771 26733 0 -1 64 17 4352 0 0 0 0 649 4 15 0 9 0 268078656 889004032 36782 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28771/tid=28777] ppid=28769 vsize=868168 CPUtime=6.53
/proc/28771/task/28777/stat : 28777 (java) S 28769 28771 26733 0 -1 64 0 4352 0 0 0 0 649 4 18 0 9 0 268078657 889004032 36782 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28771/tid=28778] ppid=28769 vsize=868168 CPUtime=6.98
/proc/28771/task/28778/stat : 28778 (java) S 28769 28771 26733 0 -1 64 1076 4352 0 0 44 1 649 4 15 0 9 0 268078657 889004032 36782 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28771/tid=28779] ppid=28769 vsize=868168 CPUtime=6.53
/proc/28771/task/28779/stat : 28779 (java) S 28769 28771 26733 0 -1 64 2 4352 0 0 0 0 649 4 19 0 9 0 268078657 889004032 36782 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28771/tid=28780] ppid=28769 vsize=868168 CPUtime=6.53
/proc/28771/task/28780/stat : 28780 (java) S 28769 28771 26733 0 -1 64 20 4352 0 0 0 0 649 4 15 0 9 0 268078658 889004032 36782 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.63
Current children cumulated vsize (KiB) 868168

Child status: 0
Real time (s): 25.8961
CPU time (s): 25.7141
CPU user time (s): 23.4114
CPU system time (s): 2.30265
CPU usage (%): 99.2972
Max. virtual memory (cumulated for all children) (KiB): 888932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.4114
system time used= 2.30265
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74230
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= 3275
involuntary context switches= 3498

runsolver used 0.030995 second user time and 0.099984 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-05 17:22:39
IDJOB=1090381
IDBENCH=58440
IDSOLVER=363
FILE ID=node85/1090381-1215271359
PBS_JOBID= 7882125
Free space on /tmp= 126840 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/graphColoring/hos/normalized-abb313GPIA-10.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-1090381-1215271359/watcher-1090381-1215271359 -o /tmp/evaluation-result-1090381-1215271359/solver-1090381-1215271359 -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-1090381-1215271359.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 41ca88861b5cc1e37ffb4a2aff187cbf
RANDOM SEED=1527750113

node85.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.272
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.272
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1754480 kB
Buffers:         33852 kB
Cached:         197760 kB
SwapCached:       5844 kB
Active:         160796 kB
Inactive:        94956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1754480 kB
SwapTotal:     4192956 kB
SwapFree:      4181032 kB
Dirty:            9996 kB
Writeback:           0 kB
Mapped:          41104 kB
Slab:            31112 kB
Committed_AS:   762684 kB
PageTables:       1640 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= 126840 MiB
End job on node85 at 2008-07-05 17:23:05