Trace number 2096841

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 6.11207 6.2053

DiagnosticValue
CHECKS9385890
NODES104

General information on the benchmark

Namecsp/primes-10/
normalized-primes-10-20-3-3.xml
MD5SUMe7b655904a8656214231c8500c52d2af
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.039993
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity6
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data

0.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.19/0.26	
0.19/0.26	   configuration
0.19/0.26	     name=mac.xml
0.19/0.29	   
0.19/0.29	   instance
0.19/0.29	     name=HOME/instance-2096841-1247410912.xml
0.29/0.33	   
0.29/0.33	   domains being loaded...
0.29/0.34	   
0.29/0.34	   variables being loaded...
0.29/0.39	     nbVariables=100  nbDomainTypes=1  minDomainSize=28  maxDomainSize=28  nbTotalValues=2800
0.29/0.39	       =>  wckTime=0.125  cpuTime=0.11  mem=7M892
0.29/0.39	   
0.29/0.39	   predicates being loaded...
0.38/0.47	   
0.38/0.47	   constraints being loaded...
0.57/0.61	     nbConstraints=63  nbGlobalConstraints=43  nbDisconnectedVariables=40  nbUnbuiltConflictsStructures=20
0.57/0.61	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=20  nbSharedEvaluationManagers=0  minDegree=1  maxDegree=3
0.57/0.61	     minArity=2  avgArity=2.84  maxArity=6  nbGenerators=43  nbFusions=0  symmetryWckTime=0.044  symmetryCpuTime=0.03
0.57/0.61	       =>  wckTime=0.351  cpuTime=0.28  mem=15M752
0.57/0.66	   
0.57/0.66	   solver IterativeSystematicSolver being built... 
0.67/0.74	   
0.67/0.74	   INFO : Forward propagation technique limited 
0.77/0.81	       =>  wckTime=0.555  cpuTime=0.4  mem=21M576
2.06/2.17	   
2.06/2.17	   preprocessing
2.06/2.17	     nbConstraintChecks=2864059  nbValidityChecks=665  nbPropagations=104  nbRevisions=50  nbUselessRevisions=30
2.06/2.17	     nbRemovedValues=180  detectedInconsistency=no
2.06/2.17	       =>  wckTime=1.356  cpuTime=1.33  mem=21M576
6.02/6.16	   
6.02/6.16	   search
6.02/6.16	     run=0  nbConstraintChecks=6521827  nbValidityChecks=4317  minDepth=2  maxDepth=100  nbPropagations=340
6.02/6.16	     nbRevisions=324  nbUselessRevisions=175  nbAssignments=104  nbFailedAssignments=4  nbBacktracks=0
6.02/6.16	     nbVisitedNodes=109  nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0
6.02/6.16	     nbSEliminables=0  nbREliminables=29.72  nbIEliminables=32.21  nbDEliminables=0  nbPEliminables=0
6.02/6.16	       =>  wckTime=5.338  cpuTime=5.24  mem=22M584
6.02/6.16	   
6.02/6.16	   global
6.02/6.16	     nbConstraintChecks=9385886  nbValidityChecks=4982  nbPropagations=444  nbRevisions=374  nbUselessRevisions=205
6.02/6.16	     nbRestartNogoods=0  solvingWckTime=5.34  solvingCpuTime=5.24  expiredTime=no  totalExploration=no
6.02/6.16	     nbFoundSolutions=1  firstSolutionCpuTime=5.64  globalCpuTime=5.68
6.02/6.16	       =>  wckTime=5.897  cpuTime=5.64  mem=22M584
6.02/6.16	   
6.02/6.16	s SATISFIABLE
6.02/6.16	v 2 2 20 3 7 2 2 2 2 2 2 2 7 29 2 2 2 27 2 4 3 2 2 2 2 2 4 25 10 5 29 2 2 23 2 2 5 2 2 6 29 2 2 2 2 2 4 2 29 28 2 2 2 2 2 6 27 2 2 24 18 23 2 2 18 11 2 23 4 17 23 5 9 2 19 19 2 10 2 5 23 2 29 22 8 2 2 2 2 2 29 2 29 2 2 9 2 2 2 2 
6.02/6.16	d NODES 104
6.02/6.16	d CHECKS 9385886
6.02/6.16	   
6.02/6.16	   totalWckTime=5.968  totalCpuTime=5.69

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2096841-1247410912/watcher-2096841-1247410912 -o /tmp/evaluation-result-2096841-1247410912/solver-2096841-1247410912 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2096841-1247410912.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.02 2.01 4/80 2177
/proc/meminfo: memFree=1577128/2055920 swapFree=4192812/4192956
[pid=2177] ppid=2175 vsize=862776 CPUtime=0.03
/proc/2177/stat : 2177 (java) S 2175 2177 724 0 -1 0 2417 0 1 0 2 1 0 0 18 0 7 0 28154642 883482624 1990 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2177/statm: 215694 1990 910 9 0 210609 0
[pid=2177/tid=2178] ppid=2175 vsize=862776 CPUtime=0.02
/proc/2177/task/2178/stat : 2178 (java) R 2175 2177 724 0 -1 64 1707 0 1 0 2 0 0 0 18 0 7 0 28154643 883482624 1990 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2179] ppid=2175 vsize=862776 CPUtime=0
/proc/2177/task/2179/stat : 2179 (java) S 2175 2177 724 0 -1 64 1 0 0 0 0 0 0 0 19 0 7 0 28154644 883482624 1990 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2180] ppid=2175 vsize=862776 CPUtime=0
/proc/2177/task/2180/stat : 2180 (java) S 2175 2177 724 0 -1 64 10 0 0 0 0 0 0 0 19 0 7 0 28154644 883482624 1990 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2181] ppid=2175 vsize=862776 CPUtime=0
/proc/2177/task/2181/stat : 2181 (java) S 2175 2177 724 0 -1 64 4 0 0 0 0 0 0 0 20 0 7 0 28154644 883482624 1990 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2182] ppid=2175 vsize=862776 CPUtime=0
/proc/2177/task/2182/stat : 2182 (java) S 2175 2177 724 0 -1 64 2 0 0 0 0 0 0 0 18 0 7 0 28154646 883482624 1990 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2183] ppid=2175 vsize=862776 CPUtime=0
/proc/2177/task/2183/stat : 2183 (java) S 2175 2177 724 0 -1 64 15 0 0 0 0 0 0 0 19 0 7 0 28154646 883482624 1990 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

[startup+0.082824 s]
/proc/loadavg: 2.08 2.02 2.01 4/80 2177
/proc/meminfo: memFree=1577128/2055920 swapFree=4192812/4192956
[pid=2177] ppid=2175 vsize=864148 CPUtime=0.06
/proc/2177/stat : 2177 (java) S 2175 2177 724 0 -1 0 3143 0 1 0 5 1 0 0 18 0 9 0 28154642 884887552 2628 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2177/statm: 216037 2628 1245 9 0 210930 0
[pid=2177/tid=2178] ppid=2175 vsize=864148 CPUtime=0.05
/proc/2177/task/2178/stat : 2178 (java) R 2175 2177 724 0 -1 64 2227 0 1 0 4 1 0 0 20 0 9 0 28154643 884887552 2628 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 2147483391 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2179] ppid=2175 vsize=864148 CPUtime=0
/proc/2177/task/2179/stat : 2179 (java) S 2175 2177 724 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28154644 884887552 2628 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2180] ppid=2175 vsize=864148 CPUtime=0
/proc/2177/task/2180/stat : 2180 (java) S 2175 2177 724 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 28154644 884887552 2628 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2181] ppid=2175 vsize=864148 CPUtime=0
/proc/2177/task/2181/stat : 2181 (java) S 2175 2177 724 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28154644 884887552 2628 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2182] ppid=2175 vsize=864148 CPUtime=0
/proc/2177/task/2182/stat : 2182 (java) S 2175 2177 724 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28154646 884887552 2628 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2183] ppid=2175 vsize=864148 CPUtime=0
/proc/2177/task/2183/stat : 2183 (java) S 2175 2177 724 0 -1 64 219 0 0 0 0 0 0 0 19 0 9 0 28154646 884887552 2628 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 864148

[startup+0.102838 s]
/proc/loadavg: 2.08 2.02 2.01 4/80 2177
/proc/meminfo: memFree=1577128/2055920 swapFree=4192812/4192956
[pid=2177] ppid=2175 vsize=865984 CPUtime=0.09
/proc/2177/stat : 2177 (java) S 2175 2177 724 0 -1 0 3738 0 1 0 7 2 0 0 18 0 9 0 28154642 886767616 3206 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2177/statm: 216496 3206 1700 9 0 210981 0
[pid=2177/tid=2178] ppid=2175 vsize=865984 CPUtime=0.06
/proc/2177/task/2178/stat : 2178 (java) R 2175 2177 724 0 -1 64 2811 0 1 0 5 1 0 0 20 0 9 0 28154643 886767616 3206 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2179] ppid=2175 vsize=865984 CPUtime=0
/proc/2177/task/2179/stat : 2179 (java) S 2175 2177 724 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28154644 886767616 3206 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2180] ppid=2175 vsize=865984 CPUtime=0
/proc/2177/task/2180/stat : 2180 (java) S 2175 2177 724 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 28154644 886767616 3206 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2181] ppid=2175 vsize=865984 CPUtime=0
/proc/2177/task/2181/stat : 2181 (java) S 2175 2177 724 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28154644 886767616 3206 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2182] ppid=2175 vsize=865984 CPUtime=0
/proc/2177/task/2182/stat : 2182 (java) S 2175 2177 724 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28154646 886767616 3206 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2183] ppid=2175 vsize=865984 CPUtime=0.01
/proc/2177/task/2183/stat : 2183 (java) S 2175 2177 724 0 -1 64 230 0 0 0 1 0 0 0 18 0 9 0 28154646 886767616 3206 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.30144 s]
/proc/loadavg: 2.08 2.02 2.01 4/80 2177
/proc/meminfo: memFree=1577128/2055920 swapFree=4192812/4192956
[pid=2177] ppid=2175 vsize=866380 CPUtime=0.29
/proc/2177/stat : 2177 (java) S 2175 2177 724 0 -1 0 5862 0 1 0 25 4 0 0 18 0 9 0 28154642 887173120 5228 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2177/statm: 216595 5228 1981 9 0 211053 0
[pid=2177/tid=2178] ppid=2175 vsize=866380 CPUtime=0.23
/proc/2177/task/2178/stat : 2178 (java) R 2175 2177 724 0 -1 64 4880 0 1 0 20 3 0 0 18 0 9 0 28154643 887173120 5228 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2179] ppid=2175 vsize=866380 CPUtime=0
/proc/2177/task/2179/stat : 2179 (java) S 2175 2177 724 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28154644 887173120 5228 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2180] ppid=2175 vsize=866380 CPUtime=0
/proc/2177/task/2180/stat : 2180 (java) S 2175 2177 724 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 28154644 887173120 5228 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2181] ppid=2175 vsize=866380 CPUtime=0
/proc/2177/task/2181/stat : 2181 (java) S 2175 2177 724 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28154644 887173120 5228 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2182] ppid=2175 vsize=866380 CPUtime=0
/proc/2177/task/2182/stat : 2182 (java) S 2175 2177 724 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28154646 887173120 5228 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2183] ppid=2175 vsize=866380 CPUtime=0.04
/proc/2177/task/2183/stat : 2183 (java) S 2175 2177 724 0 -1 64 285 0 0 0 4 0 0 0 16 0 9 0 28154646 887173120 5228 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.70148 s]
/proc/loadavg: 2.08 2.02 2.01 4/80 2177
/proc/meminfo: memFree=1577128/2055920 swapFree=4192812/4192956
[pid=2177] ppid=2175 vsize=867368 CPUtime=0.67
/proc/2177/stat : 2177 (java) S 2175 2177 724 0 -1 0 12192 153 1 0 60 7 0 0 18 0 10 0 28154642 888184832 8699 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2177/statm: 216842 8699 2652 9 0 211278 0
[pid=2177/tid=2178] ppid=2175 vsize=867368 CPUtime=0.5
/proc/2177/task/2178/stat : 2178 (java) R 2175 2177 724 0 -1 64 8628 153 1 0 45 5 0 0 18 0 10 0 28154643 888184832 8699 996147200 134512640 134550932 4294955968 18446744073709551615 103796139 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2179] ppid=2175 vsize=867368 CPUtime=0.03
/proc/2177/task/2179/stat : 2179 (java) S 2175 2177 724 0 -1 64 2322 153 0 0 3 0 0 0 16 0 10 0 28154644 888184832 8699 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2180] ppid=2175 vsize=867368 CPUtime=0
/proc/2177/task/2180/stat : 2180 (java) S 2175 2177 724 0 -1 64 16 153 0 0 0 0 0 0 16 0 10 0 28154644 888184832 8699 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2181] ppid=2175 vsize=867368 CPUtime=0
/proc/2177/task/2181/stat : 2181 (java) S 2175 2177 724 0 -1 64 9 153 0 0 0 0 0 0 15 0 10 0 28154644 888184832 8699 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2182] ppid=2175 vsize=867368 CPUtime=0
/proc/2177/task/2182/stat : 2182 (java) S 2175 2177 724 0 -1 64 2 153 0 0 0 0 0 0 18 0 10 0 28154646 888184832 8699 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2183] ppid=2175 vsize=867368 CPUtime=0.1
/proc/2177/task/2183/stat : 2183 (java) S 2175 2177 724 0 -1 64 406 153 0 0 10 0 0 0 16 0 10 0 28154646 888184832 8699 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867368

[startup+1.50155 s]
/proc/loadavg: 2.08 2.02 2.01 3/89 2190
/proc/meminfo: memFree=1545760/2055920 swapFree=4192812/4192956
[pid=2177] ppid=2175 vsize=867368 CPUtime=1.46
/proc/2177/stat : 2177 (java) S 2175 2177 724 0 -1 0 15911 277 1 0 137 9 0 0 18 0 9 0 28154642 888184832 10400 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2177/statm: 216842 10400 2655 9 0 211278 0
[pid=2177/tid=2178] ppid=2175 vsize=867368 CPUtime=1.25
/proc/2177/task/2178/stat : 2178 (java) R 2175 2177 724 0 -1 64 12242 277 1 0 119 6 0 0 25 0 9 0 28154643 888184832 10400 996147200 134512640 134550932 4294955968 18446744073709551615 4126769587 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2179] ppid=2175 vsize=867368 CPUtime=0.03
/proc/2177/task/2179/stat : 2179 (java) S 2175 2177 724 0 -1 64 2322 277 0 0 3 0 0 0 16 0 9 0 28154644 888184832 10400 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2180] ppid=2175 vsize=867368 CPUtime=0
/proc/2177/task/2180/stat : 2180 (java) S 2175 2177 724 0 -1 64 16 277 0 0 0 0 0 0 16 0 9 0 28154644 888184832 10400 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2181] ppid=2175 vsize=867368 CPUtime=0
/proc/2177/task/2181/stat : 2181 (java) S 2175 2177 724 0 -1 64 9 277 0 0 0 0 0 0 15 0 9 0 28154644 888184832 10400 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2182] ppid=2175 vsize=867368 CPUtime=0
/proc/2177/task/2182/stat : 2182 (java) S 2175 2177 724 0 -1 64 2 277 0 0 0 0 0 0 18 0 9 0 28154646 888184832 10400 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2183] ppid=2175 vsize=867368 CPUtime=0.14
/proc/2177/task/2183/stat : 2183 (java) S 2175 2177 724 0 -1 64 511 277 0 0 14 0 0 0 15 0 9 0 28154646 888184832 10400 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2185] ppid=2175 vsize=867368 CPUtime=0
/proc/2177/task/2185/stat : 2185 (java) S 2175 2177 724 0 -1 64 1 277 0 0 0 0 0 0 19 0 9 0 28154647 888184832 10400 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2186] ppid=2175 vsize=867368 CPUtime=0
/proc/2177/task/2186/stat : 2186 (java) S 2175 2177 724 0 -1 64 4 277 0 0 0 0 0 0 15 0 9 0 28154647 888184832 10400 996147200 134512640 134550932 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) 867368

[startup+3.1027 s]
/proc/loadavg: 2.07 2.02 2.00 3/89 2190
/proc/meminfo: memFree=1545568/2055920 swapFree=4192812/4192956
[pid=2177] ppid=2175 vsize=867368 CPUtime=3.05
/proc/2177/stat : 2177 (java) S 2175 2177 724 0 -1 0 16168 277 1 0 296 9 0 0 18 0 9 0 28154642 888184832 10655 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2177/statm: 216842 10655 2655 9 0 211278 0
[pid=2177/tid=2178] ppid=2175 vsize=867368 CPUtime=2.83
/proc/2177/task/2178/stat : 2178 (java) R 2175 2177 724 0 -1 64 12494 277 1 0 277 6 0 0 25 0 9 0 28154643 888184832 10655 996147200 134512640 134550932 4294955968 18446744073709551615 4126771383 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2179] ppid=2175 vsize=867368 CPUtime=0.03
/proc/2177/task/2179/stat : 2179 (java) S 2175 2177 724 0 -1 64 2322 277 0 0 3 0 0 0 17 0 9 0 28154644 888184832 10655 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2180] ppid=2175 vsize=867368 CPUtime=0
/proc/2177/task/2180/stat : 2180 (java) S 2175 2177 724 0 -1 64 16 277 0 0 0 0 0 0 16 0 9 0 28154644 888184832 10655 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2181] ppid=2175 vsize=867368 CPUtime=0
/proc/2177/task/2181/stat : 2181 (java) S 2175 2177 724 0 -1 64 9 277 0 0 0 0 0 0 15 0 9 0 28154644 888184832 10655 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2182] ppid=2175 vsize=867368 CPUtime=0
/proc/2177/task/2182/stat : 2182 (java) S 2175 2177 724 0 -1 64 2 277 0 0 0 0 0 0 18 0 9 0 28154646 888184832 10655 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2183] ppid=2175 vsize=867368 CPUtime=0.14
/proc/2177/task/2183/stat : 2183 (java) S 2175 2177 724 0 -1 64 516 277 0 0 14 0 0 0 16 0 9 0 28154646 888184832 10655 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2185] ppid=2175 vsize=867368 CPUtime=0
/proc/2177/task/2185/stat : 2185 (java) S 2175 2177 724 0 -1 64 1 277 0 0 0 0 0 0 19 0 9 0 28154647 888184832 10655 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2186] ppid=2175 vsize=867368 CPUtime=0
/proc/2177/task/2186/stat : 2186 (java) S 2175 2177 724 0 -1 64 4 277 0 0 0 0 0 0 15 0 9 0 28154647 888184832 10655 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867368

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

[startup+4.70285 s]
/proc/loadavg: 2.07 2.02 2.00 3/89 2190
/proc/meminfo: memFree=1544480/2055920 swapFree=4192812/4192956
[pid=2177] ppid=2175 vsize=867368 CPUtime=4.63
/proc/2177/stat : 2177 (java) S 2175 2177 724 0 -1 0 16176 277 1 0 454 9 0 0 18 0 9 0 28154642 888184832 10661 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2177/statm: 216842 10661 2656 9 0 211278 0
[pid=2177/tid=2178] ppid=2175 vsize=867368 CPUtime=4.4
/proc/2177/task/2178/stat : 2178 (java) R 2175 2177 724 0 -1 64 12496 277 1 0 434 6 0 0 25 0 9 0 28154643 888184832 10661 996147200 134512640 134550932 4294955968 18446744073709551615 4126769544 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2179] ppid=2175 vsize=867368 CPUtime=0.03
/proc/2177/task/2179/stat : 2179 (java) S 2175 2177 724 0 -1 64 2322 277 0 0 3 0 0 0 16 0 9 0 28154644 888184832 10661 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2180] ppid=2175 vsize=867368 CPUtime=0
/proc/2177/task/2180/stat : 2180 (java) S 2175 2177 724 0 -1 64 16 277 0 0 0 0 0 0 16 0 9 0 28154644 888184832 10661 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2181] ppid=2175 vsize=867368 CPUtime=0
/proc/2177/task/2181/stat : 2181 (java) S 2175 2177 724 0 -1 64 9 277 0 0 0 0 0 0 15 0 9 0 28154644 888184832 10661 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2182] ppid=2175 vsize=867368 CPUtime=0
/proc/2177/task/2182/stat : 2182 (java) S 2175 2177 724 0 -1 64 2 277 0 0 0 0 0 0 18 0 9 0 28154646 888184832 10661 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2183] ppid=2175 vsize=867368 CPUtime=0.16
/proc/2177/task/2183/stat : 2183 (java) S 2175 2177 724 0 -1 64 522 277 0 0 16 0 0 0 15 0 9 0 28154646 888184832 10661 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2185] ppid=2175 vsize=867368 CPUtime=0
/proc/2177/task/2185/stat : 2185 (java) S 2175 2177 724 0 -1 64 1 277 0 0 0 0 0 0 19 0 9 0 28154647 888184832 10661 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2186] ppid=2175 vsize=867368 CPUtime=0
/proc/2177/task/2186/stat : 2186 (java) S 2175 2177 724 0 -1 64 4 277 0 0 0 0 0 0 15 0 9 0 28154647 888184832 10661 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.63
Current children cumulated vsize (KiB) 867368

[startup+5.50793 s]
/proc/loadavg: 2.07 2.02 2.00 3/89 2190
/proc/meminfo: memFree=1544416/2055920 swapFree=4192812/4192956
[pid=2177] ppid=2175 vsize=867368 CPUtime=5.43
/proc/2177/stat : 2177 (java) S 2175 2177 724 0 -1 0 16179 277 1 0 534 9 0 0 18 0 9 0 28154642 888184832 10663 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2177/statm: 216842 10663 2656 9 0 211278 0
[pid=2177/tid=2178] ppid=2175 vsize=867368 CPUtime=5.2
/proc/2177/task/2178/stat : 2178 (java) R 2175 2177 724 0 -1 64 12497 277 1 0 514 6 0 0 25 0 9 0 28154643 888184832 10663 996147200 134512640 134550932 4294955968 18446744073709551615 4126764487 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2179] ppid=2175 vsize=867368 CPUtime=0.03
/proc/2177/task/2179/stat : 2179 (java) S 2175 2177 724 0 -1 64 2322 277 0 0 3 0 0 0 17 0 9 0 28154644 888184832 10663 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2180] ppid=2175 vsize=867368 CPUtime=0
/proc/2177/task/2180/stat : 2180 (java) S 2175 2177 724 0 -1 64 16 277 0 0 0 0 0 0 16 0 9 0 28154644 888184832 10663 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2181] ppid=2175 vsize=867368 CPUtime=0
/proc/2177/task/2181/stat : 2181 (java) S 2175 2177 724 0 -1 64 9 277 0 0 0 0 0 0 15 0 9 0 28154644 888184832 10663 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2182] ppid=2175 vsize=867368 CPUtime=0
/proc/2177/task/2182/stat : 2182 (java) S 2175 2177 724 0 -1 64 2 277 0 0 0 0 0 0 18 0 9 0 28154646 888184832 10663 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2183] ppid=2175 vsize=867368 CPUtime=0.16
/proc/2177/task/2183/stat : 2183 (java) S 2175 2177 724 0 -1 64 524 277 0 0 16 0 0 0 15 0 9 0 28154646 888184832 10663 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2185] ppid=2175 vsize=867368 CPUtime=0
/proc/2177/task/2185/stat : 2185 (java) S 2175 2177 724 0 -1 64 1 277 0 0 0 0 0 0 19 0 9 0 28154647 888184832 10663 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2186] ppid=2175 vsize=867368 CPUtime=0
/proc/2177/task/2186/stat : 2186 (java) S 2175 2177 724 0 -1 64 4 277 0 0 0 0 0 0 15 0 9 0 28154647 888184832 10663 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.43
Current children cumulated vsize (KiB) 867368

[startup+5.90297 s]
/proc/loadavg: 2.07 2.02 2.00 3/89 2190
/proc/meminfo: memFree=1544416/2055920 swapFree=4192812/4192956
[pid=2177] ppid=2175 vsize=867368 CPUtime=5.82
/proc/2177/stat : 2177 (java) S 2175 2177 724 0 -1 0 16180 277 1 0 573 9 0 0 18 0 9 0 28154642 888184832 10664 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2177/statm: 216842 10664 2656 9 0 211278 0
[pid=2177/tid=2178] ppid=2175 vsize=867368 CPUtime=5.59
/proc/2177/task/2178/stat : 2178 (java) R 2175 2177 724 0 -1 64 12497 277 1 0 553 6 0 0 25 0 9 0 28154643 888184832 10664 996147200 134512640 134550932 4294955968 18446744073709551615 4126764493 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2179] ppid=2175 vsize=867368 CPUtime=0.03
/proc/2177/task/2179/stat : 2179 (java) S 2175 2177 724 0 -1 64 2322 277 0 0 3 0 0 0 17 0 9 0 28154644 888184832 10664 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2180] ppid=2175 vsize=867368 CPUtime=0
/proc/2177/task/2180/stat : 2180 (java) S 2175 2177 724 0 -1 64 16 277 0 0 0 0 0 0 16 0 9 0 28154644 888184832 10664 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2181] ppid=2175 vsize=867368 CPUtime=0
/proc/2177/task/2181/stat : 2181 (java) S 2175 2177 724 0 -1 64 9 277 0 0 0 0 0 0 15 0 9 0 28154644 888184832 10664 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2182] ppid=2175 vsize=867368 CPUtime=0
/proc/2177/task/2182/stat : 2182 (java) S 2175 2177 724 0 -1 64 2 277 0 0 0 0 0 0 18 0 9 0 28154646 888184832 10664 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2183] ppid=2175 vsize=867368 CPUtime=0.16
/proc/2177/task/2183/stat : 2183 (java) S 2175 2177 724 0 -1 64 525 277 0 0 16 0 0 0 16 0 9 0 28154646 888184832 10664 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2185] ppid=2175 vsize=867368 CPUtime=0
/proc/2177/task/2185/stat : 2185 (java) S 2175 2177 724 0 -1 64 1 277 0 0 0 0 0 0 19 0 9 0 28154647 888184832 10664 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2186] ppid=2175 vsize=867368 CPUtime=0
/proc/2177/task/2186/stat : 2186 (java) S 2175 2177 724 0 -1 64 4 277 0 0 0 0 0 0 15 0 9 0 28154647 888184832 10664 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.82
Current children cumulated vsize (KiB) 867368

[startup+6.10298 s]
/proc/loadavg: 2.07 2.02 2.00 3/89 2190
/proc/meminfo: memFree=1544416/2055920 swapFree=4192812/4192956
[pid=2177] ppid=2175 vsize=867368 CPUtime=6.02
/proc/2177/stat : 2177 (java) S 2175 2177 724 0 -1 0 16181 277 1 0 593 9 0 0 18 0 9 0 28154642 888184832 10665 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2177/statm: 216842 10665 2656 9 0 211278 0
[pid=2177/tid=2178] ppid=2175 vsize=867368 CPUtime=5.79
/proc/2177/task/2178/stat : 2178 (java) R 2175 2177 724 0 -1 64 12498 277 1 0 573 6 0 0 25 0 9 0 28154643 888184832 10665 996147200 134512640 134550932 4294955968 18446744073709551615 4126764531 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2179] ppid=2175 vsize=867368 CPUtime=0.03
/proc/2177/task/2179/stat : 2179 (java) S 2175 2177 724 0 -1 64 2322 277 0 0 3 0 0 0 17 0 9 0 28154644 888184832 10665 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2180] ppid=2175 vsize=867368 CPUtime=0
/proc/2177/task/2180/stat : 2180 (java) S 2175 2177 724 0 -1 64 16 277 0 0 0 0 0 0 16 0 9 0 28154644 888184832 10665 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2181] ppid=2175 vsize=867368 CPUtime=0
/proc/2177/task/2181/stat : 2181 (java) S 2175 2177 724 0 -1 64 9 277 0 0 0 0 0 0 15 0 9 0 28154644 888184832 10665 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2182] ppid=2175 vsize=867368 CPUtime=0
/proc/2177/task/2182/stat : 2182 (java) S 2175 2177 724 0 -1 64 2 277 0 0 0 0 0 0 18 0 9 0 28154646 888184832 10665 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2183] ppid=2175 vsize=867368 CPUtime=0.16
/proc/2177/task/2183/stat : 2183 (java) S 2175 2177 724 0 -1 64 525 277 0 0 16 0 0 0 15 0 9 0 28154646 888184832 10665 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2185] ppid=2175 vsize=867368 CPUtime=0
/proc/2177/task/2185/stat : 2185 (java) S 2175 2177 724 0 -1 64 1 277 0 0 0 0 0 0 19 0 9 0 28154647 888184832 10665 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2177/tid=2186] ppid=2175 vsize=867368 CPUtime=0
/proc/2177/task/2186/stat : 2186 (java) S 2175 2177 724 0 -1 64 4 277 0 0 0 0 0 0 15 0 9 0 28154647 888184832 10665 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 867368

[startup+6.20326 s]
/proc/loadavg: 2.07 2.02 2.00 3/89 2190
/proc/meminfo: memFree=1544416/2055920 swapFree=4192812/4192956
[pid=2177] ppid=2175 vsize=0 CPUtime=6.09
/proc/2177/stat : 2177 (java) Z 2175 2177 724 0 -1 12 16316 277 1 0 599 10 0 0 16 0 2 0 28154642 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2177/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 6.2053
CPU time (s): 6.11207
CPU user time (s): 6.00009
CPU system time (s): 0.111982
CPU usage (%): 98.4975
Max. virtual memory (cumulated for all children) (KiB): 867368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.00009
system time used= 0.111982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16593
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= 1086
involuntary context switches= 1389

runsolver used 0.015997 second user time and 0.024996 second system time

The end

Launcher Data

Begin job on node61 at 2009-07-12 17:01:52
IDJOB=2096841
IDBENCH=56706
IDSOLVER=773
FILE ID=node61/2096841-1247410912
PBS_JOBID= 9510523
Free space on /tmp= 66408 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/primes-10/normalized-primes-10-20-3-3.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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2096841-1247410912/watcher-2096841-1247410912 -o /tmp/evaluation-result-2096841-1247410912/solver-2096841-1247410912 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2096841-1247410912.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= e7b655904a8656214231c8500c52d2af
RANDOM SEED=305022608

node61.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.229
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.229
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:       1577608 kB
Buffers:         89464 kB
Cached:         218032 kB
SwapCached:          0 kB
Active:         287064 kB
Inactive:       124764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1577608 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2160 kB
Writeback:           0 kB
Mapped:         124760 kB
Slab:            51820 kB
Committed_AS:  1041184 kB
PageTables:       1932 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66404 MiB
End job on node61 at 2009-07-12 17:01:58