Trace number 1057685

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 18.8821 19.1332

DiagnosticValue
CHECKS8406970
NODES288

General information on the benchmark

Namecsp/radar-9-28-4-2/
normalized-radar-9-28-4-2-33.xml
MD5SUM900c1faf1b63451a04d7782d7fb55e71
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.074988
Satisfiable
(Un)Satisfiability was proved
Number of variables168
Number of constraints81
Maximum constraint arity23
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension81
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.10	
0.03/0.10	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=esac.xml
0.27/0.34	   
0.27/0.34	   instance
0.27/0.34	     name=HOME/instance-1057685-1215111415.xml
0.27/0.38	   
0.27/0.38	   domains being loaded...
0.27/0.39	   
0.27/0.39	   variables being loaded...
0.36/0.45	     nbVariables=168  nbDomainTypes=1  minDomainSize=5  maxDomainSize=5  nbTotalValues=840
0.36/0.45	       =>  wckTime=0.187  cpuTime=0.14  mem=7M919
0.36/0.45	   
0.36/0.45	   predicates being loaded...
0.57/0.69	   
0.57/0.69	   constraints being loaded...
1.84/1.94	     nbConstraints=100  nbGlobalConstraints=19  nbDisconnectedVariables=20  nbConflictsStructures=1
1.84/1.94	     nbSharedConflictsStructures=0  nbUnbuiltConflictsStructures=80  nbSharedBinaryRepresentations=0
1.84/1.94	     nbEvaluationManagers=81  nbSharedEvaluationManagers=0  minDegree=1  maxDegree=10  minArity=2  avgArity=11.19
1.84/1.94	     maxArity=23  nbGenerators=19  nbFusions=0  symmetryWckTime=0.095  symmetryCpuTime=0.04
1.84/1.94	       =>  wckTime=1.677  cpuTime=1.45  mem=46M46
1.95/2.03	   
1.95/2.03	   solver IterativeSystematicSolver being built... 
2.05/2.14	   
2.05/2.14	   INFO : Forward propagation technique limited 
2.14/2.22	       =>  wckTime=1.956  cpuTime=1.61  mem=23M731
5.80/5.93	   
5.80/5.93	   preprocessing
5.80/5.93	     nbConstraintChecks=2031708  nbValidityChecks=10125  nbPropagations=463  nbRevisions=3013  nbUselessRevisions=2866
5.80/5.93	     nbSingletonTests=178  nbEffectiveSingletonTests=0  nbACRemovals=24  nbFoundSingletons=0  nbRemovedValues=24
5.80/5.93	     detectedInconsistency=no
5.80/5.93	       =>  wckTime=3.709  cpuTime=3.65  mem=23M731
18.78/19.06	   
18.78/19.06	   search
18.78/19.06	     run=2  nbConstraintChecks=6375264  nbValidityChecks=28664  minDepth=26  maxDepth=168  nbPropagations=2266
18.78/19.06	     nbRevisions=20206  nbUselessRevisions=19001  nbAssignments=288  nbFailedAssignments=36  nbBacktracks=15
18.78/19.06	     nbVisitedNodes=330  nbRestartNogoods=12  nbFoundSolutions=1  mapSize=9  nbInferences=0  nbTooLargeKeys=0
18.78/19.06	     nbSEliminables=0  nbREliminables=89.31  nbIEliminables=37.09  nbDEliminables=0  nbPEliminables=0
18.78/19.06	       =>  wckTime=16.84  cpuTime=16.62  mem=24M686
18.78/19.07	   
18.78/19.07	   global
18.78/19.07	     nbConstraintChecks=8406972  nbValidityChecks=38789  nbPropagations=2729  nbRevisions=23219
18.78/19.07	     nbUselessRevisions=21867  nbRestartNogoods=12  solvingWckTime=16.843  solvingCpuTime=16.62  expiredTime=no
18.78/19.07	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=18.23  globalCpuTime=18.27
18.78/19.07	       =>  wckTime=18.801  cpuTime=18.23  mem=24M686
18.78/19.07	   
18.78/19.07	s SATISFIABLE
18.78/19.07	v 0 0 0 0 0 0 0 4 0 1 0 0 0 0 0 2 4 0 1 0 0 0 3 1 0 1 0 1 1 3 1 4 1 1 0 4 1 0 0 0 0 2 2 0 1 0 0 2 2 0 1 0 0 0 2 4 0 0 0 0 2 4 4 0 0 0 3 0 0 3 0 1 3 0 1 1 1 3 0 4 4 3 2 4 0 0 2 1 0 4 0 0 4 3 4 0 0 0 0 2 0 0 4 3 4 2 0 0 4 0 4 0 4 4 0 0 0 0 3 0 0 0 0 0 0 0 4 0 0 0 0 4 0 0 0 1 0 0 0 0 4 0 0 0 4 4 3 0 0 0 4 0 0 0 0 1 0 0 0 0 3 0 4 3 0 0 0 0 
18.78/19.07	d NODES 288
18.78/19.07	d CHECKS 8406972
18.78/19.07	   
18.78/19.07	   totalWckTime=18.853  totalCpuTime=18.28

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-1057685-1215111415/watcher-1057685-1215111415 -o /tmp/evaluation-result-1057685-1215111415/solver-1057685-1215111415 -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-1057685-1215111415.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.80 2.56 2.19 3/83 5033
/proc/meminfo: memFree=1235432/2055920 swapFree=4179840/4192956
[pid=5033] ppid=5031 vsize=18572 CPUtime=0
/proc/5033/stat : 5033 (runsolver) R 5031 5033 4307 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 632330775 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 245482712359 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/5033/statm: 4643 292 257 25 0 2626 0

[startup+0.0504131 s]
/proc/loadavg: 2.80 2.56 2.19 3/83 5033
/proc/meminfo: memFree=1235432/2055920 swapFree=4179840/4192956
[pid=5033] ppid=5031 vsize=862200 CPUtime=0.03
/proc/5033/stat : 5033 (java) S 5031 5033 4307 0 -1 0 2375 0 1 0 2 1 0 0 18 0 6 0 632330775 882892800 1958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/5033/statm: 215550 1958 901 9 0 210529 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 862200

[startup+0.108396 s]
/proc/loadavg: 2.80 2.56 2.19 3/83 5033
/proc/meminfo: memFree=1235432/2055920 swapFree=4179840/4192956
[pid=5033] ppid=5031 vsize=865884 CPUtime=0.08
/proc/5033/stat : 5033 (java) S 5031 5033 4307 0 -1 0 3673 0 1 0 6 2 0 0 18 0 9 0 632330775 886665216 3149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5033/statm: 216471 3149 1681 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302416 s]
/proc/loadavg: 2.80 2.56 2.19 3/83 5033
/proc/meminfo: memFree=1235432/2055920 swapFree=4179840/4192956
[pid=5033] ppid=5031 vsize=866048 CPUtime=0.27
/proc/5033/stat : 5033 (java) S 5031 5033 4307 0 -1 0 5539 0 1 0 23 4 0 0 18 0 9 0 632330775 886833152 4962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5033/statm: 216512 4962 1885 9 0 211060 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866048

[startup+0.702455 s]
/proc/loadavg: 2.80 2.56 2.19 3/83 5033
/proc/meminfo: memFree=1235432/2055920 swapFree=4179840/4192956
[pid=5033] ppid=5031 vsize=867092 CPUtime=0.67
/proc/5033/stat : 5033 (java) S 5031 5033 4307 0 -1 0 9625 0 1 0 60 7 0 0 18 0 9 0 632330775 887902208 8985 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5033/statm: 216773 8985 2007 9 0 211279 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867092

[startup+1.50153 s]
/proc/loadavg: 2.80 2.56 2.19 4/92 5042
/proc/meminfo: memFree=1197920/2055920 swapFree=4179840/4192956
[pid=5033] ppid=5031 vsize=867004 CPUtime=1.46
/proc/5033/stat : 5033 (java) S 5031 5033 4307 0 -1 0 17286 0 1 0 134 12 0 0 18 0 9 0 632330775 887812096 16621 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5033/statm: 216751 16621 2002 9 0 211279 0
[pid=5033/tid=5035] ppid=5031 vsize=867004 CPUtime=1.26
/proc/5033/task/5035/stat : 5035 (java) R 5031 5033 4307 0 -1 64 15772 0 1 0 116 10 0 0 25 0 9 0 632330777 887812096 16621 996147200 134512640 134550740 4294955968 18446744073709551615 102888820 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5036] ppid=5031 vsize=867004 CPUtime=0.01
/proc/5033/task/5036/stat : 5036 (java) S 5031 5033 4307 0 -1 64 306 0 0 0 1 0 0 0 16 0 9 0 632330778 887812096 16621 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5037] ppid=5031 vsize=867004 CPUtime=0
/proc/5033/task/5037/stat : 5037 (java) S 5031 5033 4307 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 632330778 887812096 16621 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5038] ppid=5031 vsize=867004 CPUtime=0
/proc/5033/task/5038/stat : 5038 (java) S 5031 5033 4307 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 632330778 887812096 16621 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5039] ppid=5031 vsize=867004 CPUtime=0
/proc/5033/task/5039/stat : 5039 (java) S 5031 5033 4307 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 632330780 887812096 16621 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5040] ppid=5031 vsize=867004 CPUtime=0.15
/proc/5033/task/5040/stat : 5040 (java) S 5031 5033 4307 0 -1 64 511 0 0 0 15 0 0 0 15 0 9 0 632330781 887812096 16621 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5041] ppid=5031 vsize=867004 CPUtime=0
/proc/5033/task/5041/stat : 5041 (java) S 5031 5033 4307 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 632330781 887812096 16621 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5042] ppid=5031 vsize=867004 CPUtime=0
/proc/5033/task/5042/stat : 5042 (java) S 5031 5033 4307 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 632330781 887812096 16621 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) 867004

[startup+3.10169 s]
/proc/loadavg: 2.80 2.56 2.19 3/92 5046
/proc/meminfo: memFree=1173472/2055920 swapFree=4179840/4192956
[pid=5033] ppid=5031 vsize=867864 CPUtime=3.03
/proc/5033/stat : 5033 (java) S 5031 5033 4307 0 -1 0 26407 306 1 0 286 16 0 1 18 0 9 0 632330775 888692736 17958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5033/statm: 216966 17958 2637 9 0 211472 0
[pid=5033/tid=5035] ppid=5031 vsize=867864 CPUtime=2.69
/proc/5033/task/5035/stat : 5035 (java) R 5031 5033 4307 0 -1 64 21847 306 1 0 255 13 0 1 25 0 9 0 632330777 888692736 17958 996147200 134512640 134550740 4294955968 18446744073709551615 4126709959 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5036] ppid=5031 vsize=867864 CPUtime=0.1
/proc/5033/task/5036/stat : 5036 (java) S 5031 5033 4307 0 -1 64 3005 306 0 0 9 0 0 1 17 0 9 0 632330778 888692736 17958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5037] ppid=5031 vsize=867864 CPUtime=0.01
/proc/5033/task/5037/stat : 5037 (java) S 5031 5033 4307 0 -1 64 14 306 0 0 0 0 0 1 16 0 9 0 632330778 888692736 17958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5038] ppid=5031 vsize=867864 CPUtime=0.01
/proc/5033/task/5038/stat : 5038 (java) S 5031 5033 4307 0 -1 64 8 306 0 0 0 0 0 1 15 0 9 0 632330778 888692736 17958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5039] ppid=5031 vsize=867864 CPUtime=0.01
/proc/5033/task/5039/stat : 5039 (java) S 5031 5033 4307 0 -1 64 1 306 0 0 0 0 0 1 18 0 9 0 632330780 888692736 17958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5040] ppid=5031 vsize=867864 CPUtime=0.23
/proc/5033/task/5040/stat : 5040 (java) S 5031 5033 4307 0 -1 64 707 306 0 0 21 1 0 1 15 0 9 0 632330781 888692736 17958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5041] ppid=5031 vsize=867864 CPUtime=0.01
/proc/5033/task/5041/stat : 5041 (java) S 5031 5033 4307 0 -1 64 2 306 0 0 0 0 0 1 19 0 9 0 632330781 888692736 17958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5042] ppid=5031 vsize=867864 CPUtime=0.01
/proc/5033/task/5042/stat : 5042 (java) S 5031 5033 4307 0 -1 64 11 306 0 0 0 0 0 1 15 0 9 0 632330781 888692736 17958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 867864

[startup+6.30302 s]
/proc/loadavg: 2.82 2.57 2.19 4/92 5046
/proc/meminfo: memFree=1173088/2055920 swapFree=4179840/4192956
[pid=5033] ppid=5031 vsize=867864 CPUtime=6.2
/proc/5033/stat : 5033 (java) S 5031 5033 4307 0 -1 0 26697 306 1 0 603 16 0 1 18 0 9 0 632330775 888692736 17974 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5033/statm: 216966 17974 2637 9 0 211472 0
[pid=5033/tid=5035] ppid=5031 vsize=867864 CPUtime=5.83
/proc/5033/task/5035/stat : 5035 (java) R 5031 5033 4307 0 -1 64 22090 306 1 0 569 13 0 1 25 0 9 0 632330777 888692736 17974 996147200 134512640 134550740 4294955968 18446744073709551615 4126936731 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5036] ppid=5031 vsize=867864 CPUtime=0.1
/proc/5033/task/5036/stat : 5036 (java) S 5031 5033 4307 0 -1 64 3005 306 0 0 9 0 0 1 17 0 9 0 632330778 888692736 17974 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5037] ppid=5031 vsize=867864 CPUtime=0.01
/proc/5033/task/5037/stat : 5037 (java) S 5031 5033 4307 0 -1 64 14 306 0 0 0 0 0 1 16 0 9 0 632330778 888692736 17974 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5038] ppid=5031 vsize=867864 CPUtime=0.01
/proc/5033/task/5038/stat : 5038 (java) S 5031 5033 4307 0 -1 64 8 306 0 0 0 0 0 1 15 0 9 0 632330778 888692736 17974 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5039] ppid=5031 vsize=867864 CPUtime=0.01
/proc/5033/task/5039/stat : 5039 (java) S 5031 5033 4307 0 -1 64 1 306 0 0 0 0 0 1 18 0 9 0 632330780 888692736 17974 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5040] ppid=5031 vsize=867864 CPUtime=0.26
/proc/5033/task/5040/stat : 5040 (java) S 5031 5033 4307 0 -1 64 740 306 0 0 24 1 0 1 15 0 9 0 632330781 888692736 17974 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5041] ppid=5031 vsize=867864 CPUtime=0.01
/proc/5033/task/5041/stat : 5041 (java) S 5031 5033 4307 0 -1 64 2 306 0 0 0 0 0 1 19 0 9 0 632330781 888692736 17974 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5042] ppid=5031 vsize=867864 CPUtime=0.01
/proc/5033/task/5042/stat : 5042 (java) S 5031 5033 4307 0 -1 64 25 306 0 0 0 0 0 1 15 0 9 0 632330781 888692736 17974 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 867864

[startup+12.7017 s]
/proc/loadavg: 2.75 2.56 2.19 3/92 5046
/proc/meminfo: memFree=1172960/2055920 swapFree=4179840/4192956
[pid=5033] ppid=5031 vsize=867864 CPUtime=12.54
/proc/5033/stat : 5033 (java) S 5031 5033 4307 0 -1 0 26702 306 1 0 1237 16 0 1 18 0 9 0 632330775 888692736 17975 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5033/statm: 216966 17975 2637 9 0 211472 0
[pid=5033/tid=5035] ppid=5031 vsize=867864 CPUtime=12.17
/proc/5033/task/5035/stat : 5035 (java) R 5031 5033 4307 0 -1 64 22094 306 1 0 1203 13 0 1 25 0 9 0 632330777 888692736 17975 996147200 134512640 134550740 4294955968 18446744073709551615 4126947120 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5036] ppid=5031 vsize=867864 CPUtime=0.1
/proc/5033/task/5036/stat : 5036 (java) S 5031 5033 4307 0 -1 64 3005 306 0 0 9 0 0 1 16 0 9 0 632330778 888692736 17975 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5037] ppid=5031 vsize=867864 CPUtime=0.01
/proc/5033/task/5037/stat : 5037 (java) S 5031 5033 4307 0 -1 64 14 306 0 0 0 0 0 1 16 0 9 0 632330778 888692736 17975 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5038] ppid=5031 vsize=867864 CPUtime=0.01
/proc/5033/task/5038/stat : 5038 (java) S 5031 5033 4307 0 -1 64 8 306 0 0 0 0 0 1 15 0 9 0 632330778 888692736 17975 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5039] ppid=5031 vsize=867864 CPUtime=0.01
/proc/5033/task/5039/stat : 5039 (java) S 5031 5033 4307 0 -1 64 1 306 0 0 0 0 0 1 18 0 9 0 632330780 888692736 17975 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5040] ppid=5031 vsize=867864 CPUtime=0.26
/proc/5033/task/5040/stat : 5040 (java) S 5031 5033 4307 0 -1 64 741 306 0 0 24 1 0 1 15 0 9 0 632330781 888692736 17975 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5041] ppid=5031 vsize=867864 CPUtime=0.01
/proc/5033/task/5041/stat : 5041 (java) S 5031 5033 4307 0 -1 64 2 306 0 0 0 0 0 1 19 0 9 0 632330781 888692736 17975 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5042] ppid=5031 vsize=867864 CPUtime=0.01
/proc/5033/task/5042/stat : 5042 (java) S 5031 5033 4307 0 -1 64 25 306 0 0 0 0 0 1 15 0 9 0 632330781 888692736 17975 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 867864

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

[startup+15.903 s]
/proc/loadavg: 2.69 2.55 2.19 3/92 5046
/proc/meminfo: memFree=1176864/2055920 swapFree=4179840/4192956
[pid=5033] ppid=5031 vsize=867864 CPUtime=15.71
/proc/5033/stat : 5033 (java) S 5031 5033 4307 0 -1 0 26707 306 1 0 1554 16 0 1 18 0 9 0 632330775 888692736 17976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5033/statm: 216966 17976 2637 9 0 211472 0
[pid=5033/tid=5035] ppid=5031 vsize=867864 CPUtime=15.33
/proc/5033/task/5035/stat : 5035 (java) R 5031 5033 4307 0 -1 64 22098 306 1 0 1519 13 0 1 25 0 9 0 632330777 888692736 17976 996147200 134512640 134550740 4294955968 18446744073709551615 4126941633 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5036] ppid=5031 vsize=867864 CPUtime=0.1
/proc/5033/task/5036/stat : 5036 (java) S 5031 5033 4307 0 -1 64 3005 306 0 0 9 0 0 1 17 0 9 0 632330778 888692736 17976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5037] ppid=5031 vsize=867864 CPUtime=0.01
/proc/5033/task/5037/stat : 5037 (java) S 5031 5033 4307 0 -1 64 14 306 0 0 0 0 0 1 16 0 9 0 632330778 888692736 17976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5038] ppid=5031 vsize=867864 CPUtime=0.01
/proc/5033/task/5038/stat : 5038 (java) S 5031 5033 4307 0 -1 64 8 306 0 0 0 0 0 1 15 0 9 0 632330778 888692736 17976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5039] ppid=5031 vsize=867864 CPUtime=0.01
/proc/5033/task/5039/stat : 5039 (java) S 5031 5033 4307 0 -1 64 1 306 0 0 0 0 0 1 18 0 9 0 632330780 888692736 17976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5040] ppid=5031 vsize=867864 CPUtime=0.26
/proc/5033/task/5040/stat : 5040 (java) S 5031 5033 4307 0 -1 64 742 306 0 0 24 1 0 1 15 0 9 0 632330781 888692736 17976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5041] ppid=5031 vsize=867864 CPUtime=0.01
/proc/5033/task/5041/stat : 5041 (java) S 5031 5033 4307 0 -1 64 2 306 0 0 0 0 0 1 19 0 9 0 632330781 888692736 17976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5042] ppid=5031 vsize=867864 CPUtime=0.01
/proc/5033/task/5042/stat : 5042 (java) S 5031 5033 4307 0 -1 64 25 306 0 0 0 0 0 1 15 0 9 0 632330781 888692736 17976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.71
Current children cumulated vsize (KiB) 867864

[startup+17.5022 s]
/proc/loadavg: 2.69 2.55 2.19 4/92 5046
/proc/meminfo: memFree=1176864/2055920 swapFree=4179840/4192956
[pid=5033] ppid=5031 vsize=867864 CPUtime=17.3
/proc/5033/stat : 5033 (java) S 5031 5033 4307 0 -1 0 26716 306 1 0 1713 16 0 1 18 0 9 0 632330775 888692736 17980 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5033/statm: 216966 17980 2637 9 0 211472 0
[pid=5033/tid=5035] ppid=5031 vsize=867864 CPUtime=16.91
/proc/5033/task/5035/stat : 5035 (java) R 5031 5033 4307 0 -1 64 22102 306 1 0 1677 13 0 1 25 0 9 0 632330777 888692736 17980 996147200 134512640 134550740 4294955968 18446744073709551615 4126940976 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5036] ppid=5031 vsize=867864 CPUtime=0.1
/proc/5033/task/5036/stat : 5036 (java) S 5031 5033 4307 0 -1 64 3005 306 0 0 9 0 0 1 17 0 9 0 632330778 888692736 17980 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5037] ppid=5031 vsize=867864 CPUtime=0.01
/proc/5033/task/5037/stat : 5037 (java) S 5031 5033 4307 0 -1 64 14 306 0 0 0 0 0 1 16 0 9 0 632330778 888692736 17980 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5038] ppid=5031 vsize=867864 CPUtime=0.01
/proc/5033/task/5038/stat : 5038 (java) S 5031 5033 4307 0 -1 64 8 306 0 0 0 0 0 1 15 0 9 0 632330778 888692736 17980 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5039] ppid=5031 vsize=867864 CPUtime=0.01
/proc/5033/task/5039/stat : 5039 (java) S 5031 5033 4307 0 -1 64 1 306 0 0 0 0 0 1 18 0 9 0 632330780 888692736 17980 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5040] ppid=5031 vsize=867864 CPUtime=0.27
/proc/5033/task/5040/stat : 5040 (java) S 5031 5033 4307 0 -1 64 747 306 0 0 25 1 0 1 15 0 9 0 632330781 888692736 17980 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5041] ppid=5031 vsize=867864 CPUtime=0.01
/proc/5033/task/5041/stat : 5041 (java) S 5031 5033 4307 0 -1 64 2 306 0 0 0 0 0 1 19 0 9 0 632330781 888692736 17980 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5042] ppid=5031 vsize=867864 CPUtime=0.01
/proc/5033/task/5042/stat : 5042 (java) S 5031 5033 4307 0 -1 64 25 306 0 0 0 0 0 1 15 0 9 0 632330781 888692736 17980 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.3
Current children cumulated vsize (KiB) 867864

[startup+18.3012 s]
/proc/loadavg: 2.69 2.55 2.19 4/92 5046
/proc/meminfo: memFree=1176864/2055920 swapFree=4179840/4192956
[pid=5033] ppid=5031 vsize=867864 CPUtime=18.09
/proc/5033/stat : 5033 (java) S 5031 5033 4307 0 -1 0 26719 306 1 0 1792 16 0 1 18 0 9 0 632330775 888692736 17981 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5033/statm: 216966 17981 2637 9 0 211472 0
[pid=5033/tid=5035] ppid=5031 vsize=867864 CPUtime=17.7
/proc/5033/task/5035/stat : 5035 (java) R 5031 5033 4307 0 -1 64 22104 306 1 0 1756 13 0 1 25 0 9 0 632330777 888692736 17981 996147200 134512640 134550740 4294955968 18446744073709551615 4126941083 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5036] ppid=5031 vsize=867864 CPUtime=0.1
/proc/5033/task/5036/stat : 5036 (java) S 5031 5033 4307 0 -1 64 3005 306 0 0 9 0 0 1 17 0 9 0 632330778 888692736 17981 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5037] ppid=5031 vsize=867864 CPUtime=0.01
/proc/5033/task/5037/stat : 5037 (java) S 5031 5033 4307 0 -1 64 14 306 0 0 0 0 0 1 16 0 9 0 632330778 888692736 17981 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5038] ppid=5031 vsize=867864 CPUtime=0.01
/proc/5033/task/5038/stat : 5038 (java) S 5031 5033 4307 0 -1 64 8 306 0 0 0 0 0 1 15 0 9 0 632330778 888692736 17981 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5039] ppid=5031 vsize=867864 CPUtime=0.01
/proc/5033/task/5039/stat : 5039 (java) S 5031 5033 4307 0 -1 64 1 306 0 0 0 0 0 1 18 0 9 0 632330780 888692736 17981 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5040] ppid=5031 vsize=867864 CPUtime=0.27
/proc/5033/task/5040/stat : 5040 (java) S 5031 5033 4307 0 -1 64 748 306 0 0 25 1 0 1 15 0 9 0 632330781 888692736 17981 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5041] ppid=5031 vsize=867864 CPUtime=0.01
/proc/5033/task/5041/stat : 5041 (java) S 5031 5033 4307 0 -1 64 2 306 0 0 0 0 0 1 19 0 9 0 632330781 888692736 17981 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5042] ppid=5031 vsize=867864 CPUtime=0.01
/proc/5033/task/5042/stat : 5042 (java) S 5031 5033 4307 0 -1 64 25 306 0 0 0 0 0 1 15 0 9 0 632330781 888692736 17981 996147200 134512640 134550740 4294955968 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) 867864

[startup+18.7063 s]
/proc/loadavg: 2.69 2.55 2.19 3/92 5046
/proc/meminfo: memFree=1172896/2055920 swapFree=4179840/4192956
[pid=5033] ppid=5031 vsize=867864 CPUtime=18.49
/proc/5033/stat : 5033 (java) S 5031 5033 4307 0 -1 0 26722 306 1 0 1832 16 0 1 18 0 9 0 632330775 888692736 17981 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5033/statm: 216966 17981 2637 9 0 211472 0
[pid=5033/tid=5035] ppid=5031 vsize=867864 CPUtime=18.1
/proc/5033/task/5035/stat : 5035 (java) R 5031 5033 4307 0 -1 64 22107 306 1 0 1796 13 0 1 25 0 9 0 632330777 888692736 17981 996147200 134512640 134550740 4294955968 18446744073709551615 4126444676 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5036] ppid=5031 vsize=867864 CPUtime=0.1
/proc/5033/task/5036/stat : 5036 (java) S 5031 5033 4307 0 -1 64 3005 306 0 0 9 0 0 1 17 0 9 0 632330778 888692736 17981 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5037] ppid=5031 vsize=867864 CPUtime=0.01
/proc/5033/task/5037/stat : 5037 (java) S 5031 5033 4307 0 -1 64 14 306 0 0 0 0 0 1 16 0 9 0 632330778 888692736 17981 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5038] ppid=5031 vsize=867864 CPUtime=0.01
/proc/5033/task/5038/stat : 5038 (java) S 5031 5033 4307 0 -1 64 8 306 0 0 0 0 0 1 15 0 9 0 632330778 888692736 17981 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5039] ppid=5031 vsize=867864 CPUtime=0.01
/proc/5033/task/5039/stat : 5039 (java) S 5031 5033 4307 0 -1 64 1 306 0 0 0 0 0 1 18 0 9 0 632330780 888692736 17981 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5040] ppid=5031 vsize=867864 CPUtime=0.27
/proc/5033/task/5040/stat : 5040 (java) S 5031 5033 4307 0 -1 64 748 306 0 0 25 1 0 1 15 0 9 0 632330781 888692736 17981 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5041] ppid=5031 vsize=867864 CPUtime=0.01
/proc/5033/task/5041/stat : 5041 (java) S 5031 5033 4307 0 -1 64 2 306 0 0 0 0 0 1 19 0 9 0 632330781 888692736 17981 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5042] ppid=5031 vsize=867864 CPUtime=0.01
/proc/5033/task/5042/stat : 5042 (java) S 5031 5033 4307 0 -1 64 25 306 0 0 0 0 0 1 15 0 9 0 632330781 888692736 17981 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.49
Current children cumulated vsize (KiB) 867864

[startup+19.1013 s]
/proc/loadavg: 2.69 2.55 2.19 3/92 5046
/proc/meminfo: memFree=1172896/2055920 swapFree=4179840/4192956
[pid=5033] ppid=5031 vsize=867864 CPUtime=18.84
/proc/5033/stat : 5033 (java) S 5031 5033 4307 0 -1 0 26841 306 1 0 1867 16 0 1 18 0 9 0 632330775 888692736 17986 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5033/statm: 216966 17986 2637 9 0 211472 0
[pid=5033/tid=5035] ppid=5031 vsize=867864 CPUtime=18.46
/proc/5033/task/5035/stat : 5035 (java) S 5031 5033 4307 0 -1 64 22225 306 1 0 1832 13 0 1 25 0 9 0 632330777 888692736 17986 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5036] ppid=5031 vsize=867864 CPUtime=0.1
/proc/5033/task/5036/stat : 5036 (java) S 5031 5033 4307 0 -1 64 3005 306 0 0 9 0 0 1 17 0 9 0 632330778 888692736 17986 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5037] ppid=5031 vsize=867864 CPUtime=0.01
/proc/5033/task/5037/stat : 5037 (java) S 5031 5033 4307 0 -1 64 14 306 0 0 0 0 0 1 16 0 9 0 632330778 888692736 17986 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5038] ppid=5031 vsize=867864 CPUtime=0.01
/proc/5033/task/5038/stat : 5038 (java) S 5031 5033 4307 0 -1 64 8 306 0 0 0 0 0 1 15 0 9 0 632330778 888692736 17986 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5039] ppid=5031 vsize=867864 CPUtime=0.01
/proc/5033/task/5039/stat : 5039 (java) S 5031 5033 4307 0 -1 64 1 306 0 0 0 0 0 1 18 0 9 0 632330780 888692736 17986 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5040] ppid=5031 vsize=867864 CPUtime=0.27
/proc/5033/task/5040/stat : 5040 (java) S 5031 5033 4307 0 -1 64 749 306 0 0 25 1 0 1 15 0 9 0 632330781 888692736 17986 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5041] ppid=5031 vsize=867864 CPUtime=0.01
/proc/5033/task/5041/stat : 5041 (java) S 5031 5033 4307 0 -1 64 2 306 0 0 0 0 0 1 19 0 9 0 632330781 888692736 17986 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5033/tid=5042] ppid=5031 vsize=867864 CPUtime=0.01
/proc/5033/task/5042/stat : 5042 (java) S 5031 5033 4307 0 -1 64 25 306 0 0 0 0 0 1 15 0 9 0 632330781 888692736 17986 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.84
Current children cumulated vsize (KiB) 867864

Child status: 0
Real time (s): 19.1332
CPU time (s): 18.8821
CPU user time (s): 18.6862
CPU system time (s): 0.19597
CPU usage (%): 98.6876
Max. virtual memory (cumulated for all children) (KiB): 867864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.6862
system time used= 0.19597
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27173
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= 1583
involuntary context switches= 2368

runsolver used 0.034994 second user time and 0.06399 second system time

The end

Launcher Data (download as text)

Begin job on node17 at 2008-07-03 20:56:55
IDJOB=1057685
IDBENCH=54063
IDSOLVER=364
FILE ID=node17/1057685-1215111415
PBS_JOBID= 7877170
Free space on /tmp= 66548 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/radar-9-28-4-2/normalized-radar-9-28-4-2-33.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-1057685-1215111415/watcher-1057685-1215111415 -o /tmp/evaluation-result-1057685-1215111415/solver-1057685-1215111415 -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-1057685-1215111415.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 900c1faf1b63451a04d7782d7fb55e71
RANDOM SEED=702416925

node17.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.234
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.234
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:       1235912 kB
Buffers:          3200 kB
Cached:          51812 kB
SwapCached:       6936 kB
Active:         737268 kB
Inactive:        28092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1235912 kB
SwapTotal:     4192956 kB
SwapFree:      4179840 kB
Dirty:            2296 kB
Writeback:           0 kB
Mapped:         721720 kB
Slab:            38384 kB
Committed_AS:  1602992 kB
PageTables:       3224 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node17 at 2008-07-03 20:57:14