Trace number 196746

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 ACSAT 3.3105 3.38275

DiagnosticValue
CHECKS2826074
NODES22886

General information on the benchmark

Namebqwh/bqwh-18-141/
bqwh-18-141-61_ext.xml
MD5SUM9601936812fe97fb026f959e937f242b
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.107983
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables141
Number of constraints966
Maximum constraint arity2
Maximum domain size6
Number of constraints which are defined in extension966
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.34	   
0.34	Abscon 109 (November, 2006)
0.34	   
0.34	   configuration
0.34	     name=mac.xml
0.37	   
0.37	   instance
0.37	     name=/tmp/evaluation/196746-1168070960/unknown.xml
0.40	   
0.40	   domains being loaded...
0.43	   
0.43	   variables being loaded...
0.48	     nbVariables=141  nbDomainTypes=133  minDomainSize=1  maxDomainSize=6
0.48	       =>  wckTime=0.138  cpuTime=0.11  mem=6M886
0.48	   
0.48	   relations being loaded...
0.52	   
0.52	   constraints being loaded...
0.71	     nbConstraints=898  nbRelationTypes=233  nbSingletonDomainVariables=1  nbExtensionStructures=892
0.71	     nbSharedExtensionStructures=6  nbConflictsStructures=892  nbSharedConflictsStructures=6
0.71	     nbSharedBinaryRepresentations=6949  maxDegree=14  maxArity=2
0.71	       =>  wckTime=0.372  cpuTime=0.25  mem=11M762
0.76	   
0.76	   solver IterativeSystematicSolver being built... 
0.92	       =>  wckTime=0.581  cpuTime=0.39  mem=15M148
0.94	   
0.94	   preprocessing
0.94	     nbConstraintChecks=20  nbPropagations=141  nbRevisions=5  nbUselessRevisions=0  nbRemovedValues=5
0.94	     detectedInconsistency=no
0.94	       =>  wckTime=0.016  cpuTime=0.01  mem=15M148
0.98	   
0.98	   search
0.98	     run=0  nbConstraintChecks=1779  nbPropagations=341  nbRevisions=596  nbUselessRevisions=322  nbAssignments=34
0.98	     nbFailedAssignments=2  nbBacktracks=12  nbVisitedNodes=38  nbRestartNogoods=0  mapSize=2  nbInferences=0
0.98	     nbTooLargeKeys=0
0.98	       =>  wckTime=0.053  cpuTime=0.03  mem=15M148
0.99	   
0.99	   search
0.99	     run=1  nbConstraintChecks=4818  nbPropagations=974  nbRevisions=2256  nbUselessRevisions=1240  nbAssignments=79
0.99	     nbFailedAssignments=6  nbBacktracks=37  nbVisitedNodes=91  nbRestartNogoods=1  mapSize=9  nbInferences=0
0.99	     nbTooLargeKeys=0
0.99	       =>  wckTime=0.068  cpuTime=0.04  mem=15M148
1.01	   
1.01	   search
1.01	     run=2  nbConstraintChecks=10046  nbPropagations=2023  nbRevisions=5851  nbUselessRevisions=3287  nbAssignments=139
1.01	     nbFailedAssignments=14  nbBacktracks=62  nbVisitedNodes=167  nbRestartNogoods=2  mapSize=22  nbInferences=0
1.01	     nbTooLargeKeys=0
1.01	       =>  wckTime=0.088  cpuTime=0.05  mem=15M148
1.02	   
1.02	   search
1.02	     run=3  nbConstraintChecks=13626  nbPropagations=3453  nbRevisions=10683  nbUselessRevisions=6018  nbAssignments=209
1.02	     nbFailedAssignments=24  nbBacktracks=95  nbVisitedNodes=255  nbRestartNogoods=5  mapSize=37  nbInferences=0
1.02	     nbTooLargeKeys=0
1.02	       =>  wckTime=0.1  cpuTime=0.06  mem=15M148
1.04	   
1.04	   search
1.04	     run=4  nbConstraintChecks=24213  nbPropagations=5650  nbRevisions=19471  nbUselessRevisions=11119
1.04	     nbAssignments=306  nbFailedAssignments=41  nbBacktracks=152  nbVisitedNodes=388  nbRestartNogoods=8  mapSize=70
1.04	     nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.119  cpuTime=0.08  mem=15M148
1.06	   
1.06	   search
1.07	     run=5  nbConstraintChecks=35886  nbPropagations=8699  nbRevisions=32746  nbUselessRevisions=19022
1.07	     nbAssignments=416  nbFailedAssignments=57  nbBacktracks=230  nbVisitedNodes=528  nbRestartNogoods=11  mapSize=97
1.07	     nbInferences=0  nbTooLargeKeys=0
1.07	       =>  wckTime=0.139  cpuTime=0.09  mem=15M148
1.09	   
1.09	   search
1.09	     run=6  nbConstraintChecks=48511  nbPropagations=12756  nbRevisions=50990  nbUselessRevisions=29848
1.09	     nbAssignments=572  nbFailedAssignments=75  nbBacktracks=345  nbVisitedNodes=728  nbRestartNogoods=13  mapSize=139
1.09	     nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.163  cpuTime=0.11  mem=15M148
1.12	   
1.12	   search
1.12	     run=7  nbConstraintChecks=69149  nbPropagations=18475  nbRevisions=77466  nbUselessRevisions=45670
1.12	     nbAssignments=812  nbFailedAssignments=99  nbBacktracks=527  nbVisitedNodes=1026  nbRestartNogoods=15  mapSize=193
1.12	     nbInferences=0  nbTooLargeKeys=0
1.12	       =>  wckTime=0.193  cpuTime=0.14  mem=15M148
1.17	   
1.17	   search
1.17	     run=8  nbConstraintChecks=99848  nbPropagations=26554  nbRevisions=117098  nbUselessRevisions=70033
1.17	     nbAssignments=1148  nbFailedAssignments=137  nbBacktracks=795  nbVisitedNodes=1458  nbRestartNogoods=18
1.17	     mapSize=285  nbInferences=0  nbTooLargeKeys=0
1.17	       =>  wckTime=0.242  cpuTime=0.18  mem=15M148
1.24	   
1.24	   search
1.24	     run=9  nbConstraintChecks=143438  nbPropagations=38030  nbRevisions=174528  nbUselessRevisions=105488
1.24	     nbAssignments=1627  nbFailedAssignments=198  nbBacktracks=1182  nbVisitedNodes=2073  nbRestartNogoods=22
1.24	     mapSize=408  nbInferences=0  nbTooLargeKeys=0
1.24	       =>  wckTime=0.314  cpuTime=0.24  mem=16M123
1.34	   
1.34	   search
1.34	     run=10  nbConstraintChecks=224513  nbPropagations=55006  nbRevisions=266476  nbUselessRevisions=163593
1.34	     nbAssignments=2317  nbFailedAssignments=287  nbBacktracks=1758  nbVisitedNodes=2956  nbRestartNogoods=28
1.34	     mapSize=596  nbInferences=2  nbTooLargeKeys=0
1.34	       =>  wckTime=0.416  cpuTime=0.31  mem=16M123
1.46	   
1.46	   search
1.46	     run=11  nbConstraintChecks=348865  nbPropagations=81035  nbRevisions=411568  nbUselessRevisions=256504
1.46	     nbAssignments=3376  nbFailedAssignments=458  nbBacktracks=2623  nbVisitedNodes=4366  nbRestartNogoods=31
1.46	     mapSize=925  nbInferences=3  nbTooLargeKeys=0
1.46	       =>  wckTime=0.538  cpuTime=0.43  mem=16M123
1.49	   
1.49	   INFO : Stopping hyperNogood (mapSize=1004, nbTooLargekeys=0, mem=16M123)
1.63	   
1.63	   search
1.63	     run=12  nbConstraintChecks=557502  nbPropagations=121275  nbRevisions=647298  nbUselessRevisions=409645
1.63	     nbAssignments=4926  nbFailedAssignments=694  nbBacktracks=3928  nbVisitedNodes=6450  nbRestartNogoods=37
1.63	       =>  wckTime=0.704  cpuTime=0.6  mem=16M123
1.87	   
1.87	   search
1.87	     run=13  nbConstraintChecks=886957  nbPropagations=185393  nbRevisions=1036649  nbUselessRevisions=668114
1.87	     nbAssignments=7315  nbFailedAssignments=1102  nbBacktracks=5876  nbVisitedNodes=9716  nbRestartNogoods=40
1.87	       =>  wckTime=0.949  cpuTime=0.84  mem=16M123
2.20	   
2.20	   search
2.20	     run=14  nbConstraintChecks=1309115  nbPropagations=279967  nbRevisions=1613670  nbUselessRevisions=1052609
2.20	     nbAssignments=10841  nbFailedAssignments=1681  nbBacktracks=8801  nbVisitedNodes=14487  nbRestartNogoods=47
2.20	       =>  wckTime=1.278  cpuTime=1.17  mem=16M123
2.72	   
2.72	   search
2.72	     run=15  nbConstraintChecks=1991604  nbPropagations=422773  nbRevisions=2488549  nbUselessRevisions=1634681
2.72	     nbAssignments=16214  nbFailedAssignments=2648  nbBacktracks=13182  nbVisitedNodes=21865  nbRestartNogoods=49
2.72	       =>  wckTime=1.8  cpuTime=1.68  mem=16M123
3.36	   
3.36	   search
3.36	     run=16  nbConstraintChecks=2826054  nbPropagations=624775  nbRevisions=3730112  nbUselessRevisions=2460925
3.36	     nbAssignments=22886  nbFailedAssignments=3781  nbBacktracks=18580  nbVisitedNodes=31007  nbRestartNogoods=53
3.36	       =>  wckTime=2.435  cpuTime=2.31  mem=16M123
3.36	   
3.36	   global
3.36	     nbConstraintChecks=2826074  nbPropagations=624916  nbRevisions=3730117  nbUselessRevisions=2460925
3.36	     nbRestartNogoods=53  solvingWckTime=2.436  solvingCpuTime=2.31  expiredTime=no  totalExploration=no
3.36	     nbFoundSolutions=1  globalCpuTime=2.75
3.36	       =>  wckTime=3.02  cpuTime=2.7  mem=16M123
3.36	   
3.36	s SATISFIABLE
3.36	v 17 11 2 6 9 10 0 3 1 16 13 14 5 15 9 17 3 5 9 11 17 2 13 16 8 17 5 16 14 3 10 4 9 5 13 7 10 15 1 10 3 15 8 9 12 1 13 14 10 16 15 8 5 13 2 7 13 14 10 6 17 8 6 0 15 3 8 7 10 14 7 4 3 5 15 17 0 9 6 17 8 10 12 4 15 5 3 5 16 11 13 1 17 0 9 7 17 11 3 13 4 8 0 17 6 10 16 1 15 3 13 14 3 0 7 1 5 11 9 16 3 2 4 14 5 7 11 15 0 9 4 5 10 1 4 11 7 5 2 17 12 
3.36	d NODES 22886
3.36	d CHECKS 2826074
3.36	   
3.36	   totalWckTime=3.101  totalCpuTime=2.75

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node44/watcher-196746-1168070960 -o ROOT/results/node44/solver-196746-1168070960 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/196746-1168070960/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.99 1.98 1.91 4/80 8749
/proc/meminfo: memFree=1579296/2055920 swapFree=4192812/4192956
[pid=8748] ppid=8746 vsize=18540 CPUtime=0
/proc/8748/stat : 8748 (runsolver) R 8746 8748 7915 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 155495238 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 264840473895 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/8748/statm: 4635 279 244 17 0 2626 0

[startup+0.10768 s]
/proc/loadavg: 1.99 1.98 1.91 4/80 8749
/proc/meminfo: memFree=1579296/2055920 swapFree=4192812/4192956
[pid=8748] ppid=8746 vsize=911488 CPUtime=0.07
/proc/8748/stat : 8748 (java) R 8746 8748 7915 0 -1 0 2635 0 1 0 6 1 0 0 20 0 8 0 155495238 933363712 2382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8748/statm: 227872 2382 1284 14 0 215051 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 911488

[startup+0.515717 s]
/proc/loadavg: 1.99 1.98 1.91 4/80 8749
/proc/meminfo: memFree=1579296/2055920 swapFree=4192812/4192956
[pid=8748] ppid=8746 vsize=915328 CPUtime=0.47
/proc/8748/stat : 8748 (java) R 8746 8748 7915 0 -1 0 6214 0 1 0 43 4 0 0 18 0 8 0 155495238 937295872 5953 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8748/statm: 228832 5953 2139 14 0 215302 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 915328

[startup+1.3368 s]
/proc/loadavg: 1.99 1.98 1.91 3/87 8756
/proc/meminfo: memFree=1554984/2055920 swapFree=4192812/4192956
[pid=8748] ppid=8746 vsize=915568 CPUtime=1.28
/proc/8748/stat : 8748 (java) R 8746 8748 7915 0 -1 0 8849 0 1 0 120 8 0 0 23 0 8 0 155495238 937541632 8587 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073894139 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8748/statm: 228892 8587 2513 14 0 215362 0
[pid=8748/tid=8750] ppid=8746 vsize=915568 CPUtime=0.03
/proc/8748/task/8750/stat : 8750 (java) S 8746 8748 7915 0 -1 64 336 0 0 0 3 0 0 0 16 0 8 0 155495242 937541632 8587 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8748/tid=8751] ppid=8746 vsize=915568 CPUtime=0
/proc/8748/task/8751/stat : 8751 (java) S 8746 8748 7915 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155495243 937541632 8587 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8748/tid=8752] ppid=8746 vsize=915568 CPUtime=0
/proc/8748/task/8752/stat : 8752 (java) S 8746 8748 7915 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155495243 937541632 8587 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8748/tid=8753] ppid=8746 vsize=915568 CPUtime=0
/proc/8748/task/8753/stat : 8753 (java) S 8746 8748 7915 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155495248 937541632 8587 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8748/tid=8754] ppid=8746 vsize=915568 CPUtime=0.28
/proc/8748/task/8754/stat : 8754 (java) S 8746 8748 7915 0 -1 64 409 0 0 0 26 2 0 0 16 0 8 0 155495248 937541632 8587 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8748/tid=8755] ppid=8746 vsize=915568 CPUtime=0
/proc/8748/task/8755/stat : 8755 (java) S 8746 8748 7915 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155495248 937541632 8587 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8748/tid=8756] ppid=8746 vsize=915568 CPUtime=0
/proc/8748/task/8756/stat : 8756 (java) S 8746 8748 7915 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155495248 937541632 8587 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 915568

[startup+2.98597 s]
/proc/loadavg: 1.99 1.98 1.91 3/87 8756
/proc/meminfo: memFree=1554408/2055920 swapFree=4192812/4192956
[pid=8748] ppid=8746 vsize=915568 CPUtime=2.91
/proc/8748/stat : 8748 (java) R 8746 8748 7915 0 -1 0 8915 0 1 0 283 8 0 0 25 0 8 0 155495238 937541632 8652 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073872716 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8748/statm: 228892 8652 2513 14 0 215362 0
[pid=8748/tid=8750] ppid=8746 vsize=915568 CPUtime=0.03
/proc/8748/task/8750/stat : 8750 (java) S 8746 8748 7915 0 -1 64 336 0 0 0 3 0 0 0 16 0 8 0 155495242 937541632 8652 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8748/tid=8751] ppid=8746 vsize=915568 CPUtime=0
/proc/8748/task/8751/stat : 8751 (java) S 8746 8748 7915 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155495243 937541632 8652 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8748/tid=8752] ppid=8746 vsize=915568 CPUtime=0
/proc/8748/task/8752/stat : 8752 (java) S 8746 8748 7915 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155495243 937541632 8652 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8748/tid=8753] ppid=8746 vsize=915568 CPUtime=0
/proc/8748/task/8753/stat : 8753 (java) S 8746 8748 7915 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155495248 937541632 8652 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8748/tid=8754] ppid=8746 vsize=915568 CPUtime=0.29
/proc/8748/task/8754/stat : 8754 (java) S 8746 8748 7915 0 -1 64 411 0 0 0 27 2 0 0 16 0 8 0 155495248 937541632 8652 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8748/tid=8755] ppid=8746 vsize=915568 CPUtime=0
/proc/8748/task/8755/stat : 8755 (java) S 8746 8748 7915 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155495248 937541632 8652 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8748/tid=8756] ppid=8746 vsize=915568 CPUtime=0
/proc/8748/task/8756/stat : 8756 (java) S 8746 8748 7915 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155495248 937541632 8652 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 915568

Child status: 0
Real time (s): 3.38275
CPU time (s): 3.3105
CPU user time (s): 3.21951
CPU system time (s): 0.090986
CPU usage (%): 97.864
Max. virtual memory (cumulated for all children) (KiB): 915568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.21951
system time used= 0.090986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9010
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= 1356
involuntary context switches= 1592

runsolver used 0.010998 s user time and 0.013997 s system time

The end

Launcher Data (download as text)

Begin job on node44 on Sat Jan  6 08:09:21 UTC 2007


IDJOB= 196746
IDBENCH= 3406
FILE ID= node44/196746-1168070960

PBS_JOBID= 3475889

Free space on /tmp= 66535 MiB

BENCH NAME= HOME/pub/bench/CPAI06/bqwh/bqwh-18-141/bqwh-18-141-61_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/196746-1168070960/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-196746-1168070960 -o ROOT/results/node44/solver-196746-1168070960 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/196746-1168070960/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  9601936812fe97fb026f959e937f242b

RANDOM SEED= 154459324

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.213
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.213
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:       1579712 kB
Buffers:         18956 kB
Cached:         284256 kB
SwapCached:          0 kB
Active:         146240 kB
Inactive:       260948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1579712 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1880 kB
Writeback:           0 kB
Mapped:         124180 kB
Slab:            54228 kB
Committed_AS:  3695184 kB
PageTables:       1964 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= 66535 MiB



End job on node44 on Sat Jan  6 08:09:25 UTC 2007