Trace number 2094652

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 2.26466 2.347

DiagnosticValue
CHECKS2059350
NODES5410

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-13.xml
MD5SUMe7289e6bc9a0b2eeec7d93fc4c850b78
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.012997
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints156
Maximum constraint arity3
Maximum domain size13
Number of constraints which are defined in extension0
Number of constraints which are defined in intension156
Global constraints used (with number of constraints)

Solver Data

0.07/0.09	
0.07/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=esac.xml
0.27/0.33	   
0.27/0.33	   instance
0.27/0.33	     name=HOME/instance-2094652-1247404802.xml
0.27/0.37	   
0.27/0.37	   domains being loaded...
0.27/0.38	   
0.27/0.38	   variables being loaded...
0.37/0.40	     nbVariables=25  nbDomainTypes=2  minDomainSize=12  maxDomainSize=13  nbTotalValues=313
0.37/0.40	       =>  wckTime=0.146  cpuTime=0.11  mem=7M892
0.37/0.40	   
0.37/0.40	   predicates being loaded...
0.37/0.47	   
0.37/0.47	   constraints being loaded...
0.67/0.71	     nbConstraints=159  nbGlobalConstraints=3  nbConvertedConstraints=144  nbConvertConstraintsChecks=2510
0.67/0.71	     nbExtensionStructures=3  nbSharedExtensionStructures=141  nbConflictsStructures=4  nbSharedConflictsStructures=152
0.67/0.71	     nbSharedBinaryRepresentations=25  nbEvaluationManagers=1  nbSharedEvaluationManagers=11  minDegree=14  maxDegree=16
0.67/0.71	     minArity=2  avgArity=2.35  maxArity=24  nbGenerators=1  nbFusions=1  symmetryWckTime=0.064  symmetryCpuTime=0.03
0.67/0.71	     nbCliques=2
0.67/0.71	       =>  wckTime=0.454  cpuTime=0.33  mem=14M777
0.67/0.76	   
0.67/0.76	   solver IterativeSystematicSolver being built... 
0.76/0.83	   
0.76/0.83	   INFO : Forward propagation technique limited 
0.86/0.90	       =>  wckTime=0.65  cpuTime=0.46  mem=20M489
0.86/0.97	   
0.86/0.97	   preprocessing
0.86/0.97	     nbConstraintChecks=51050  nbValidityChecks=8507  nbPropagations=588  nbRevisions=1413  nbUselessRevisions=763
0.86/0.97	     nbSingletonTests=41  nbEffectiveSingletonTests=0  nbACRemovals=2  nbFoundSingletons=0  nbRemovedValues=2
0.86/0.97	     nbRemovedTuples=78  detectedInconsistency=no
0.86/0.97	       =>  wckTime=0.069  cpuTime=0.05  mem=20M489
1.06/1.13	   
1.06/1.13	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=21M481)
2.15/2.29	   
2.15/2.29	   search
2.15/2.29	     run=11  nbConstraintChecks=2008302  nbValidityChecks=515988  minDepth=6  maxDepth=25  nbPropagations=216511
2.15/2.29	     nbRevisions=706318  nbUselessRevisions=397331  nbAssignments=5410  nbFailedAssignments=2100  nbBacktracks=3176
2.15/2.29	     nbVisitedNodes=9160  nbRestartNogoods=80  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=0.56
2.15/2.29	     nbIEliminables=16.82  nbDEliminables=0  nbPEliminables=0
2.15/2.29	       =>  wckTime=1.381  cpuTime=1.27  mem=21M481
2.15/2.29	   
2.15/2.29	   global
2.15/2.29	     nbConstraintChecks=2059352  nbValidityChecks=524495  nbPropagations=217099  nbRevisions=707731
2.15/2.29	     nbUselessRevisions=398094  nbRestartNogoods=80  solvingWckTime=1.383  solvingCpuTime=1.27  expiredTime=no
2.15/2.29	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=1.73  globalCpuTime=1.78
2.15/2.29	       =>  wckTime=2.035  cpuTime=1.73  mem=21M481
2.15/2.29	   
2.15/2.29	s SATISFIABLE
2.15/2.29	v 0 12 1 11 2 10 3 9 4 8 5 7 6 11 10 9 8 7 6 5 4 3 2 1 0 
2.15/2.29	d NODES 5410
2.15/2.29	d CHECKS 2059352
2.15/2.29	   
2.15/2.29	   totalWckTime=2.092  totalCpuTime=1.78

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-2094652-1247404802/watcher-2094652-1247404802 -o /tmp/evaluation-result-2094652-1247404802/solver-2094652-1247404802 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2094652-1247404802.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: 1.92 2.01 1.94 3/83 2548
/proc/meminfo: memFree=1352760/2055920 swapFree=4192812/4192956
[pid=2548] ppid=2546 vsize=18576 CPUtime=0
/proc/2548/stat : 2548 (runsolver) R 2546 2548 2127 0 -1 4194368 16 0 0 0 0 0 0 0 22 0 1 0 27542887 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 209560595751 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/2548/statm: 4644 284 249 26 0 2626 0

[startup+0.0879151 s]
/proc/loadavg: 1.92 2.01 1.94 3/83 2548
/proc/meminfo: memFree=1352760/2055920 swapFree=4192812/4192956
[pid=2548] ppid=2546 vsize=864148 CPUtime=0.07
/proc/2548/stat : 2548 (java) S 2546 2548 2127 0 -1 0 3128 0 1 0 5 2 0 0 18 0 9 0 27542887 884887552 2613 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2548/statm: 216037 2613 1241 9 0 210930 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 864148

[startup+0.101915 s]
/proc/loadavg: 1.92 2.01 1.94 3/83 2548
/proc/meminfo: memFree=1352760/2055920 swapFree=4192812/4192956
[pid=2548] ppid=2546 vsize=865984 CPUtime=0.08
/proc/2548/stat : 2548 (java) S 2546 2548 2127 0 -1 0 3718 0 1 0 6 2 0 0 18 0 9 0 27542887 886767616 3186 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2548/statm: 216496 3186 1690 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301951 s]
/proc/loadavg: 1.92 2.01 1.94 3/83 2548
/proc/meminfo: memFree=1352760/2055920 swapFree=4192812/4192956
[pid=2548] ppid=2546 vsize=866144 CPUtime=0.27
/proc/2548/stat : 2548 (java) S 2546 2548 2127 0 -1 0 5609 0 1 0 23 4 0 0 18 0 9 0 27542887 886931456 5021 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2548/statm: 216536 5021 1909 9 0 211014 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866144

[startup+0.702017 s]
/proc/loadavg: 1.92 2.01 1.94 3/83 2548
/proc/meminfo: memFree=1352760/2055920 swapFree=4192812/4192956
[pid=2548] ppid=2546 vsize=867832 CPUtime=0.67
/proc/2548/stat : 2548 (java) S 2546 2548 2127 0 -1 0 8994 286 1 0 59 8 0 0 18 0 9 0 27542887 888659968 7533 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2548/statm: 216958 7533 2049 9 0 211394 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867832

[startup+1.50115 s]
/proc/loadavg: 1.92 2.01 1.94 3/92 2561
/proc/meminfo: memFree=1320624/2055920 swapFree=4192812/4192956
[pid=2548] ppid=2546 vsize=867952 CPUtime=1.45
/proc/2548/stat : 2548 (java) S 2546 2548 2127 0 -1 0 15912 286 1 0 134 11 0 0 18 0 9 0 27542887 888782848 10640 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2548/statm: 216988 10640 2656 9 0 211424 0
[pid=2548/tid=2550] ppid=2546 vsize=867952 CPUtime=1.17
/proc/2548/task/2550/stat : 2550 (java) R 2546 2548 2127 0 -1 64 12127 286 1 0 109 8 0 0 25 0 9 0 27542889 888782848 10640 996147200 134512640 134550932 4294955968 18446744073709551615 4126474012 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2548/tid=2551] ppid=2546 vsize=867952 CPUtime=0.03
/proc/2548/task/2551/stat : 2551 (java) S 2546 2548 2127 0 -1 64 2218 286 0 0 3 0 0 0 16 0 9 0 27542890 888782848 10640 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2548/tid=2552] ppid=2546 vsize=867952 CPUtime=0
/proc/2548/task/2552/stat : 2552 (java) S 2546 2548 2127 0 -1 64 19 286 0 0 0 0 0 0 16 0 9 0 27542890 888782848 10640 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2548/tid=2553] ppid=2546 vsize=867952 CPUtime=0
/proc/2548/task/2553/stat : 2553 (java) S 2546 2548 2127 0 -1 64 12 286 0 0 0 0 0 0 15 0 9 0 27542890 888782848 10640 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2548/tid=2554] ppid=2546 vsize=867952 CPUtime=0
/proc/2548/task/2554/stat : 2554 (java) S 2546 2548 2127 0 -1 64 2 286 0 0 0 0 0 0 18 0 9 0 27542893 888782848 10640 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2548/tid=2555] ppid=2546 vsize=867952 CPUtime=0.21
/proc/2548/task/2555/stat : 2555 (java) S 2546 2548 2127 0 -1 64 719 286 0 0 21 0 0 0 16 0 9 0 27542893 888782848 10640 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2548/tid=2556] ppid=2546 vsize=867952 CPUtime=0
/proc/2548/task/2556/stat : 2556 (java) S 2546 2548 2127 0 -1 64 0 286 0 0 0 0 0 0 19 0 9 0 27542893 888782848 10640 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2548/tid=2557] ppid=2546 vsize=867952 CPUtime=0
/proc/2548/task/2557/stat : 2557 (java) S 2546 2548 2127 0 -1 64 8 286 0 0 0 0 0 0 15 0 9 0 27542893 888782848 10640 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 867952

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

[startup+1.90122 s]
/proc/loadavg: 1.92 2.01 1.94 3/92 2561
/proc/meminfo: memFree=1320624/2055920 swapFree=4192812/4192956
[pid=2548] ppid=2546 vsize=867952 CPUtime=1.85
/proc/2548/stat : 2548 (java) S 2546 2548 2127 0 -1 0 15922 286 1 0 174 11 0 0 18 0 9 0 27542887 888782848 10649 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2548/statm: 216988 10649 2656 9 0 211424 0
[pid=2548/tid=2550] ppid=2546 vsize=867952 CPUtime=1.56
/proc/2548/task/2550/stat : 2550 (java) R 2546 2548 2127 0 -1 64 12130 286 1 0 148 8 0 0 25 0 9 0 27542889 888782848 10649 996147200 134512640 134550932 4294955968 18446744073709551615 4126902127 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2548/tid=2551] ppid=2546 vsize=867952 CPUtime=0.03
/proc/2548/task/2551/stat : 2551 (java) S 2546 2548 2127 0 -1 64 2218 286 0 0 3 0 0 0 17 0 9 0 27542890 888782848 10649 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2548/tid=2552] ppid=2546 vsize=867952 CPUtime=0
/proc/2548/task/2552/stat : 2552 (java) S 2546 2548 2127 0 -1 64 19 286 0 0 0 0 0 0 16 0 9 0 27542890 888782848 10649 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2548/tid=2553] ppid=2546 vsize=867952 CPUtime=0
/proc/2548/task/2553/stat : 2553 (java) S 2546 2548 2127 0 -1 64 12 286 0 0 0 0 0 0 15 0 9 0 27542890 888782848 10649 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2548/tid=2554] ppid=2546 vsize=867952 CPUtime=0
/proc/2548/task/2554/stat : 2554 (java) S 2546 2548 2127 0 -1 64 2 286 0 0 0 0 0 0 18 0 9 0 27542893 888782848 10649 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2548/tid=2555] ppid=2546 vsize=867952 CPUtime=0.22
/proc/2548/task/2555/stat : 2555 (java) S 2546 2548 2127 0 -1 64 726 286 0 0 22 0 0 0 15 0 9 0 27542893 888782848 10649 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2548/tid=2556] ppid=2546 vsize=867952 CPUtime=0
/proc/2548/task/2556/stat : 2556 (java) S 2546 2548 2127 0 -1 64 0 286 0 0 0 0 0 0 19 0 9 0 27542893 888782848 10649 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2548/tid=2557] ppid=2546 vsize=867952 CPUtime=0
/proc/2548/task/2557/stat : 2557 (java) S 2546 2548 2127 0 -1 64 8 286 0 0 0 0 0 0 15 0 9 0 27542893 888782848 10649 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 867952

[startup+2.30128 s]
/proc/loadavg: 1.92 2.01 1.94 3/92 2561
/proc/meminfo: memFree=1320176/2055920 swapFree=4192812/4192956
[pid=2548] ppid=2546 vsize=867952 CPUtime=2.24
/proc/2548/stat : 2548 (java) S 2546 2548 2127 0 -1 0 16024 286 1 0 213 11 0 0 18 0 9 0 27542887 888782848 10749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2548/statm: 216988 10749 2656 9 0 211424 0
[pid=2548/tid=2550] ppid=2546 vsize=867952 CPUtime=1.94
/proc/2548/task/2550/stat : 2550 (java) S 2546 2548 2127 0 -1 64 12230 286 1 0 186 8 0 0 25 0 9 0 27542889 888782848 10749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2548/tid=2551] ppid=2546 vsize=867952 CPUtime=0.03
/proc/2548/task/2551/stat : 2551 (java) S 2546 2548 2127 0 -1 64 2218 286 0 0 3 0 0 0 17 0 9 0 27542890 888782848 10749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2548/tid=2552] ppid=2546 vsize=867952 CPUtime=0
/proc/2548/task/2552/stat : 2552 (java) S 2546 2548 2127 0 -1 64 19 286 0 0 0 0 0 0 16 0 9 0 27542890 888782848 10749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2548/tid=2553] ppid=2546 vsize=867952 CPUtime=0
/proc/2548/task/2553/stat : 2553 (java) S 2546 2548 2127 0 -1 64 12 286 0 0 0 0 0 0 15 0 9 0 27542890 888782848 10749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2548/tid=2554] ppid=2546 vsize=867952 CPUtime=0
/proc/2548/task/2554/stat : 2554 (java) S 2546 2548 2127 0 -1 64 2 286 0 0 0 0 0 0 18 0 9 0 27542893 888782848 10749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2548/tid=2555] ppid=2546 vsize=867952 CPUtime=0.22
/proc/2548/task/2555/stat : 2555 (java) S 2546 2548 2127 0 -1 64 728 286 0 0 22 0 0 0 15 0 9 0 27542893 888782848 10749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2548/tid=2556] ppid=2546 vsize=867952 CPUtime=0
/proc/2548/task/2556/stat : 2556 (java) S 2546 2548 2127 0 -1 64 0 286 0 0 0 0 0 0 19 0 9 0 27542893 888782848 10749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2548/tid=2557] ppid=2546 vsize=867952 CPUtime=0
/proc/2548/task/2557/stat : 2557 (java) S 2546 2548 2127 0 -1 64 8 286 0 0 0 0 0 0 15 0 9 0 27542893 888782848 10749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 867952

Child status: 0
Real time (s): 2.347
CPU time (s): 2.26466
CPU user time (s): 2.13668
CPU system time (s): 0.12798
CPU usage (%): 96.4915
Max. virtual memory (cumulated for all children) (KiB): 867952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.13667
system time used= 0.12798
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16337
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= 1055
involuntary context switches= 1123

runsolver used 0.005999 second user time and 0.014997 second system time

The end

Launcher Data

Begin job on node68 at 2009-07-12 15:20:02
IDJOB=2094652
IDBENCH=54457
IDSOLVER=774
FILE ID=node68/2094652-1247404802
PBS_JOBID= 9510512
Free space on /tmp= 66448 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/allIntervalSeries/normalized-series-13.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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2094652-1247404802/watcher-2094652-1247404802 -o /tmp/evaluation-result-2094652-1247404802/solver-2094652-1247404802 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2094652-1247404802.xml

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

MD5SUM BENCH= e7289e6bc9a0b2eeec7d93fc4c850b78
RANDOM SEED=1462350685

node68.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.258
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.258
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:       1353240 kB
Buffers:         37712 kB
Cached:         132220 kB
SwapCached:          0 kB
Active:         567024 kB
Inactive:        74868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1353240 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2024 kB
Writeback:           0 kB
Mapped:         492740 kB
Slab:            44724 kB
Committed_AS:  1042988 kB
PageTables:       2856 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66448 MiB
End job on node68 at 2009-07-12 15:20:04