Trace number 234596

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, and are wall clock time (not CPU 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 109 ACUNSAT 7.70683 7.80013

DiagnosticValue
CHECKS164959428
NODES17353

General information on the benchmark

Nametaillard/
os-taillard-5/os-taillard-5-95-9.xml
MD5SUMb84db87bd15ed0a16358eac6ec4fc189
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.023995
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables25
Number of constraints100
Maximum constraint arity2
Maximum domain size297
Number of constraints which are defined in extension0
Number of constraints which are defined in intension100
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=mac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/234596-1168081590/unknown.xml
0.38	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.43	     nbVariables=25  nbDomainTypes=25  minDomainSize=212  maxDomainSize=297
0.43	       =>  wckTime=0.108  cpuTime=0.09  mem=6M919
0.43	   
0.43	   predicates being loaded...
0.44	   
0.44	   constraints being loaded...
2.41	     nbConstraints=100  nbConvertedConstraints=100  nbConvertConstraintsChecks=6361029  nbExtensionStructures=100
2.41	     nbSharedExtensionStructures=0  nbConflictsStructures=100  nbSharedConflictsStructures=0
2.41	     nbSharedBinaryRepresentations=20442  maxDegree=8  maxArity=2
2.41	       =>  wckTime=2.085  cpuTime=2.01  mem=13M746
2.46	   
2.46	   solver IterativeSystematicSolver being built... 
2.61	       =>  wckTime=2.291  cpuTime=2.14  mem=15M682
2.62	   
2.62	   preprocessing
2.62	     nbConstraintChecks=0  nbPropagations=25  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.62	     detectedInconsistency=no
2.62	       =>  wckTime=0.0010  cpuTime=0.01  mem=15M682
2.76	   
2.76	   search
2.76	     run=0  nbConstraintChecks=2087667  nbPropagations=1835  nbRevisions=4733  nbUselessRevisions=2024
2.76	     nbAssignments=214  nbFailedAssignments=203  nbBacktracks=10  nbVisitedNodes=428  nbRestartNogoods=0  mapSize=10
2.76	     nbInferences=0  nbTooLargeKeys=0
2.76	       =>  wckTime=0.143  cpuTime=0.1  mem=16M690
3.09	   
3.09	   search
3.09	     run=1  nbConstraintChecks=10809274  nbPropagations=12497  nbRevisions=33859  nbUselessRevisions=14871
3.09	     nbAssignments=1387  nbFailedAssignments=1360  nbBacktracks=25  nbVisitedNodes=2773  nbRestartNogoods=10  mapSize=25
3.09	     nbInferences=0  nbTooLargeKeys=0
3.09	       =>  wckTime=0.469  cpuTime=0.42  mem=16M690
3.18	   
3.18	   search
3.18	     run=2  nbConstraintChecks=13387438  nbPropagations=25239  nbRevisions=69255  nbUselessRevisions=30724
3.18	     nbAssignments=1637  nbFailedAssignments=1587  nbBacktracks=47  nbVisitedNodes=3272  nbRestartNogoods=25  mapSize=47
3.18	     nbInferences=0  nbTooLargeKeys=0
3.18	       =>  wckTime=0.567  cpuTime=0.5  mem=16M690
3.32	   
3.32	   search
3.32	     run=3  nbConstraintChecks=17495343  nbPropagations=41480  nbRevisions=115014  nbUselessRevisions=51170
3.32	     nbAssignments=2039  nbFailedAssignments=1955  nbBacktracks=80  nbVisitedNodes=4075  nbRestartNogoods=71  mapSize=80
3.32	     nbInferences=0  nbTooLargeKeys=0
3.32	       =>  wckTime=0.702  cpuTime=0.62  mem=16M690
3.47	   
3.47	   search
3.47	     run=4  nbConstraintChecks=22192257  nbPropagations=62064  nbRevisions=173439  nbUselessRevisions=77255
3.47	     nbAssignments=2550  nbFailedAssignments=2415  nbBacktracks=130  nbVisitedNodes=5096  nbRestartNogoods=74
3.47	     mapSize=130  nbInferences=0  nbTooLargeKeys=0
3.47	       =>  wckTime=0.854  cpuTime=0.77  mem=16M690
3.74	   
3.74	   search
3.74	     run=5  nbConstraintChecks=31353781  nbPropagations=90228  nbRevisions=254266  nbUselessRevisions=113333
3.74	     nbAssignments=3420  nbFailedAssignments=3209  nbBacktracks=205  nbVisitedNodes=6835  nbRestartNogoods=112
3.74	     mapSize=205  nbInferences=0  nbTooLargeKeys=0
3.74	       =>  wckTime=1.12  cpuTime=1.04  mem=16M690
4.68	   
4.68	   search
4.68	     run=6  nbConstraintChecks=60894122  nbPropagations=148801  nbRevisions=416774  nbUselessRevisions=184145
4.68	     nbAssignments=7222  nbFailedAssignments=6897  nbBacktracks=318  nbVisitedNodes=14438  nbRestartNogoods=141
4.68	     mapSize=318  nbInferences=0  nbTooLargeKeys=0
4.68	       =>  wckTime=2.066  cpuTime=1.97  mem=16M690
5.45	   
5.45	   search
5.45	     run=7  nbConstraintChecks=85865693  nbPropagations=228518  nbRevisions=641221  nbUselessRevisions=281106
5.45	     nbAssignments=9618  nbFailedAssignments=9122  nbBacktracks=488  nbVisitedNodes=19229  nbRestartNogoods=200
5.45	     mapSize=488  nbInferences=0  nbTooLargeKeys=0
5.45	       =>  wckTime=2.835  cpuTime=2.74  mem=16M690
7.71	   
7.71	   search
7.71	     run=8  nbConstraintChecks=163190572  nbPropagations=367742  nbRevisions=1062835  nbUselessRevisions=468306
7.71	     nbAssignments=17138  nbFailedAssignments=16386  nbBacktracks=744  nbVisitedNodes=34269  nbRestartNogoods=224
7.71	     mapSize=744  nbInferences=0  nbTooLargeKeys=0
7.71	       =>  wckTime=5.091  cpuTime=4.97  mem=16M690
7.77	   
7.77	   search
7.77	     run=9  nbConstraintChecks=164959428  nbPropagations=507695  nbRevisions=1488434  nbUselessRevisions=657428
7.77	     nbAssignments=17353  nbFailedAssignments=16593  nbBacktracks=753  nbVisitedNodes=34698  nbRestartNogoods=224
7.77	     mapSize=752  nbInferences=0  nbTooLargeKeys=0
7.77	       =>  wckTime=5.148  cpuTime=5.03  mem=16M690
7.77	   
7.77	   global
7.77	     nbConstraintChecks=164959428  nbPropagations=507720  nbRevisions=1488434  nbUselessRevisions=657428
7.77	     nbRestartNogoods=224  solvingWckTime=5.15  solvingCpuTime=5.03  expiredTime=no  totalExploration=yes
7.77	     nbFoundSolutions=0  globalCpuTime=7.21
7.77	       =>  wckTime=7.445  cpuTime=7.17  mem=16M690
7.77	   
7.77	s UNSATISFIABLE
7.77	d NODES 17353
7.77	d CHECKS 164959428
7.77	   
7.77	   totalWckTime=7.53  totalCpuTime=7.21

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node22/watcher-234596-1168081590 -o ROOT/results/node22/solver-234596-1168081590 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/234596-1168081590/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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

/proc/loadavg: 1.79 1.94 1.84 2/93 9872
/proc/meminfo: memFree=1503256/2055920 swapFree=4157532/4192956
[pid=9871] ppid=9869 vsize=18540 CPUtime=0
/proc/9871/stat : 9871 (runsolver) R 9869 9871 9692 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 156553617 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 272467815719 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/9871/statm: 4635 279 244 17 0 2626 0

[startup+0.102292 s]
/proc/loadavg: 1.79 1.94 1.84 2/93 9872
/proc/meminfo: memFree=1503256/2055920 swapFree=4157532/4192956
[pid=9871] ppid=9869 vsize=914988 CPUtime=0.09
/proc/9871/stat : 9871 (java) R 9869 9871 9692 0 -1 0 2976 0 1 0 7 2 0 0 17 0 8 0 156553617 936947712 2722 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155274573 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9871/statm: 228747 2722 1422 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.510355 s]
/proc/loadavg: 1.79 1.94 1.84 2/93 9872
/proc/meminfo: memFree=1503256/2055920 swapFree=4157532/4192956
[pid=9871] ppid=9869 vsize=915328 CPUtime=0.49
/proc/9871/stat : 9871 (java) R 9869 9871 9692 0 -1 0 6488 0 1 0 45 4 0 0 18 0 8 0 156553617 937295872 6227 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155475393 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9871/statm: 228832 6227 2162 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33148 s]
/proc/loadavg: 1.79 1.94 1.84 3/100 9879
/proc/meminfo: memFree=1484968/2055920 swapFree=4157532/4192956
[pid=9871] ppid=9869 vsize=915460 CPUtime=1.31
/proc/9871/stat : 9871 (java) R 9869 9871 9692 0 -1 0 7115 0 1 0 126 5 0 0 25 0 8 0 156553617 937431040 6853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073600284 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9871/statm: 228865 6853 2167 14 0 215335 0
[pid=9871/tid=9873] ppid=9869 vsize=915460 CPUtime=0
/proc/9871/task/9873/stat : 9873 (java) S 9869 9871 9692 0 -1 64 7 0 0 0 0 0 0 0 17 0 8 0 156553621 937431040 6853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9871/tid=9874] ppid=9869 vsize=915460 CPUtime=0
/proc/9871/task/9874/stat : 9874 (java) S 9869 9871 9692 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 156553622 937431040 6853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9871/tid=9875] ppid=9869 vsize=915460 CPUtime=0
/proc/9871/task/9875/stat : 9875 (java) S 9869 9871 9692 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 156553622 937431040 6853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9871/tid=9876] ppid=9869 vsize=915460 CPUtime=0
/proc/9871/task/9876/stat : 9876 (java) S 9869 9871 9692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156553625 937431040 6853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9871/tid=9877] ppid=9869 vsize=915460 CPUtime=0.09
/proc/9871/task/9877/stat : 9877 (java) S 9869 9871 9692 0 -1 64 313 0 0 0 9 0 0 0 16 0 8 0 156553625 937431040 6853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9871/tid=9878] ppid=9869 vsize=915460 CPUtime=0
/proc/9871/task/9878/stat : 9878 (java) S 9869 9871 9692 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156553625 937431040 6853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9871/tid=9879] ppid=9869 vsize=915460 CPUtime=0
/proc/9871/task/9879/stat : 9879 (java) S 9869 9871 9692 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156553625 937431040 6853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915460

[startup+2.98473 s]
/proc/loadavg: 1.81 1.94 1.84 3/100 9879
/proc/meminfo: memFree=1481576/2055920 swapFree=4157532/4192956
[pid=9871] ppid=9869 vsize=915460 CPUtime=2.94
/proc/9871/stat : 9871 (java) R 9869 9871 9692 0 -1 0 9071 0 1 0 288 6 0 0 25 0 8 0 156553617 937431040 8808 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073724856 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9871/statm: 228865 8808 2532 14 0 215335 0
[pid=9871/tid=9873] ppid=9869 vsize=915460 CPUtime=0.03
/proc/9871/task/9873/stat : 9873 (java) S 9869 9871 9692 0 -1 64 720 0 0 0 3 0 0 0 16 0 8 0 156553621 937431040 8808 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9871/tid=9874] ppid=9869 vsize=915460 CPUtime=0
/proc/9871/task/9874/stat : 9874 (java) S 9869 9871 9692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156553622 937431040 8808 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9871/tid=9875] ppid=9869 vsize=915460 CPUtime=0
/proc/9871/task/9875/stat : 9875 (java) S 9869 9871 9692 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156553622 937431040 8808 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9871/tid=9876] ppid=9869 vsize=915460 CPUtime=0
/proc/9871/task/9876/stat : 9876 (java) S 9869 9871 9692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156553625 937431040 8808 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9871/tid=9877] ppid=9869 vsize=915460 CPUtime=0.18
/proc/9871/task/9877/stat : 9877 (java) S 9869 9871 9692 0 -1 64 356 0 0 0 18 0 0 0 15 0 8 0 156553625 937431040 8808 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9871/tid=9878] ppid=9869 vsize=915460 CPUtime=0
/proc/9871/task/9878/stat : 9878 (java) S 9869 9871 9692 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156553625 937431040 8808 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9871/tid=9879] ppid=9869 vsize=915460 CPUtime=0
/proc/9871/task/9879/stat : 9879 (java) S 9869 9871 9692 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156553625 937431040 8808 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915460

[startup+6.27023 s]
/proc/loadavg: 1.81 1.94 1.84 3/100 9879
/proc/meminfo: memFree=1477800/2055920 swapFree=4157532/4192956
[pid=9871] ppid=9869 vsize=915460 CPUtime=6.2
/proc/9871/stat : 9871 (java) R 9869 9871 9692 0 -1 0 9088 0 1 0 613 7 0 0 25 0 8 0 156553617 937431040 8823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073767279 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9871/statm: 228865 8823 2532 14 0 215335 0
[pid=9871/tid=9873] ppid=9869 vsize=915460 CPUtime=0.03
/proc/9871/task/9873/stat : 9873 (java) S 9869 9871 9692 0 -1 64 720 0 0 0 3 0 0 0 17 0 8 0 156553621 937431040 8823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9871/tid=9874] ppid=9869 vsize=915460 CPUtime=0
/proc/9871/task/9874/stat : 9874 (java) S 9869 9871 9692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156553622 937431040 8823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9871/tid=9875] ppid=9869 vsize=915460 CPUtime=0
/proc/9871/task/9875/stat : 9875 (java) S 9869 9871 9692 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156553622 937431040 8823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9871/tid=9876] ppid=9869 vsize=915460 CPUtime=0
/proc/9871/task/9876/stat : 9876 (java) S 9869 9871 9692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156553625 937431040 8823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9871/tid=9877] ppid=9869 vsize=915460 CPUtime=0.22
/proc/9871/task/9877/stat : 9877 (java) S 9869 9871 9692 0 -1 64 371 0 0 0 21 1 0 0 15 0 8 0 156553625 937431040 8823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9871/tid=9878] ppid=9869 vsize=915460 CPUtime=0
/proc/9871/task/9878/stat : 9878 (java) S 9869 9871 9692 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156553625 937431040 8823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9871/tid=9879] ppid=9869 vsize=915460 CPUtime=0
/proc/9871/task/9879/stat : 9879 (java) S 9869 9871 9692 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156553625 937431040 8823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 7.80013
CPU time (s): 7.70683
CPU user time (s): 7.62784
CPU system time (s): 0.078987
CPU usage (%): 98.8038
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.62784
system time used= 0.078987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9206
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= 1066
involuntary context switches= 1670

runsolver used 0.012998 s user time and 0.029995 s system time

The end

Launcher Data (download as text)

Begin job on node22 on Sat Jan  6 11:06:32 UTC 2007


IDJOB= 234596
IDBENCH= 6697
FILE ID= node22/234596-1168081590

PBS_JOBID= 3476238

Free space on /tmp= 66547 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-5/os-taillard-5-95-9.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/234596-1168081590/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node22/watcher-234596-1168081590 -o ROOT/results/node22/solver-234596-1168081590 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/234596-1168081590/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  b84db87bd15ed0a16358eac6ec4fc189

RANDOM SEED= 579244660

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.279
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.279
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:       1503736 kB
Buffers:         40692 kB
Cached:         337136 kB
SwapCached:      13648 kB
Active:         158864 kB
Inactive:       325976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1503736 kB
SwapTotal:     4192956 kB
SwapFree:      4157532 kB
Dirty:            2020 kB
Writeback:           0 kB
Mapped:         132284 kB
Slab:            51844 kB
Committed_AS:  3447900 kB
PageTables:       2448 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= 66547 MiB



End job on node22 on Sat Jan  6 11:06:40 UTC 2007